+ 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 22:30:39 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-5b46d95d6f-phwpt 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 0x7f1102559668 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 22:30:44.062 7 INFO neutron.common.config [-] Logging enabled! 2026-02-27 22:30:44.063 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-02-27 22:30:44.255 8 INFO neutron.common.config [-] Logging enabled! 2026-02-27 22:30:44.255 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-02-27 22:30:44.447 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-02-27 22:30:44.639 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-02-27 22:30:45.943 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-27 22:30:45.946 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-02-27 22:30:45.950 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-02-27 22:30:45.951 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-27 22:30:45.951 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-02-27 22:30:45.951 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-02-27 22:30:45.952 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-27 22:30:45.959 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-27 22:30:45.959 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-27 22:30:45.960 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-02-27 22:30:45.983 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-02-27 22:30:45.984 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-02-27 22:30:45.984 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-02-27 22:30:46.014 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-02-27 22:30:46.014 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-02-27 22:30:46.015 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-02-27 22:30:46.015 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-02-27 22:30:46.155 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-27 22:30:46.158 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-02-27 22:30:46.162 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-02-27 22:30:46.163 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-27 22:30:46.163 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-02-27 22:30:46.163 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-02-27 22:30:46.164 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-27 22:30:46.171 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-27 22:30:46.171 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-27 22:30:46.171 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-02-27 22:30:46.193 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-02-27 22:30:46.194 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-02-27 22:30:46.194 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-02-27 22:30:46.221 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-02-27 22:30:46.221 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-02-27 22:30:46.221 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-02-27 22:30:46.221 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-02-27 22:30:46.315 7 INFO neutron.plugins.ml2.managers [None req-8abc0deb-7b6e-4705-a8d3-7e9ff20f3bf6 - - - - - -] Initializing driver for type 'vlan' 2026-02-27 22:30:46.521 8 INFO neutron.plugins.ml2.managers [None req-dcc1c329-56c5-4e55-9256-935c2fbf0ca7 - - - - - -] Initializing driver for type 'vlan' 2026-02-27 22:30:46.594 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-8abc0deb-7b6e-4705-a8d3-7e9ff20f3bf6 - - - - - -] VlanTypeDriver initialization complete 2026-02-27 22:30:46.595 7 INFO neutron.plugins.ml2.managers [None req-8abc0deb-7b6e-4705-a8d3-7e9ff20f3bf6 - - - - - -] Initializing driver for type 'vxlan' 2026-02-27 22:30:46.595 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-8abc0deb-7b6e-4705-a8d3-7e9ff20f3bf6 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-02-27 22:30:46.618 7 INFO neutron.plugins.ml2.managers [None req-8abc0deb-7b6e-4705-a8d3-7e9ff20f3bf6 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-02-27 22:30:46.618 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-8abc0deb-7b6e-4705-a8d3-7e9ff20f3bf6 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-02-27 22:30:46.619 7 INFO neutron.plugins.ml2.managers [None req-8abc0deb-7b6e-4705-a8d3-7e9ff20f3bf6 - - - - - -] Initializing extension driver 'port_security' 2026-02-27 22:30:46.619 7 INFO neutron.plugins.ml2.extensions.port_security [None req-8abc0deb-7b6e-4705-a8d3-7e9ff20f3bf6 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-02-27 22:30:46.619 7 INFO neutron.plugins.ml2.managers [None req-8abc0deb-7b6e-4705-a8d3-7e9ff20f3bf6 - - - - - -] Initializing extension driver 'qos' 2026-02-27 22:30:46.619 7 INFO neutron.plugins.ml2.managers [None req-8abc0deb-7b6e-4705-a8d3-7e9ff20f3bf6 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-02-27 22:30:46.619 7 INFO neutron.plugins.ml2.managers [None req-8abc0deb-7b6e-4705-a8d3-7e9ff20f3bf6 - - - - - -] Initializing mechanism driver 'l2population' 2026-02-27 22:30:46.635 7 INFO neutron.quota [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded quota_driver: . 2026-02-27 22:30:46.636 7 INFO neutron.plugins.ml2.plugin [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Modular L2 Plugin initialization complete 2026-02-27 22:30:46.636 7 INFO neutron.plugins.ml2.managers [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-02-27 22:30:46.636 7 INFO neutron.plugins.ml2.managers [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-02-27 22:30:46.636 7 INFO neutron.plugins.ml2.managers [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Got port-security extension from driver 'port_security' 2026-02-27 22:30:46.636 7 INFO neutron.manager [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loading Plugin: qos 2026-02-27 22:30:46.649 7 INFO neutron.manager [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loading Plugin: router 2026-02-27 22:30:46.690 7 INFO neutron.services.service_base [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-02-27 22:30:46.690 7 INFO neutron.manager [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loading Plugin: segments 2026-02-27 22:30:46.786 7 INFO neutron.manager [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loading Plugin: trunk 2026-02-27 22:30:46.792 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-dcc1c329-56c5-4e55-9256-935c2fbf0ca7 - - - - - -] VlanTypeDriver initialization complete 2026-02-27 22:30:46.793 8 INFO neutron.plugins.ml2.managers [None req-dcc1c329-56c5-4e55-9256-935c2fbf0ca7 - - - - - -] Initializing driver for type 'vxlan' 2026-02-27 22:30:46.793 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-dcc1c329-56c5-4e55-9256-935c2fbf0ca7 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-02-27 22:30:46.801 7 INFO neutron.manager [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loading Plugin: vpnaas 2026-02-27 22:30:46.804 8 INFO neutron.plugins.ml2.managers [None req-dcc1c329-56c5-4e55-9256-935c2fbf0ca7 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-02-27 22:30:46.804 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-dcc1c329-56c5-4e55-9256-935c2fbf0ca7 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-02-27 22:30:46.804 8 INFO neutron.plugins.ml2.managers [None req-dcc1c329-56c5-4e55-9256-935c2fbf0ca7 - - - - - -] Initializing extension driver 'port_security' 2026-02-27 22:30:46.804 8 INFO neutron.plugins.ml2.extensions.port_security [None req-dcc1c329-56c5-4e55-9256-935c2fbf0ca7 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-02-27 22:30:46.804 8 INFO neutron.plugins.ml2.managers [None req-dcc1c329-56c5-4e55-9256-935c2fbf0ca7 - - - - - -] Initializing extension driver 'qos' 2026-02-27 22:30:46.804 8 INFO neutron.plugins.ml2.managers [None req-dcc1c329-56c5-4e55-9256-935c2fbf0ca7 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-02-27 22:30:46.804 8 INFO neutron.plugins.ml2.managers [None req-dcc1c329-56c5-4e55-9256-935c2fbf0ca7 - - - - - -] Initializing mechanism driver 'l2population' 2026-02-27 22:30:46.816 8 INFO neutron.quota [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded quota_driver: . 2026-02-27 22:30:46.816 8 INFO neutron.plugins.ml2.plugin [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Modular L2 Plugin initialization complete 2026-02-27 22:30:46.816 8 INFO neutron.plugins.ml2.managers [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-02-27 22:30:46.816 8 INFO neutron.plugins.ml2.managers [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-02-27 22:30:46.816 8 INFO neutron.plugins.ml2.managers [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Got port-security extension from driver 'port_security' 2026-02-27 22:30:46.817 8 INFO neutron.manager [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loading Plugin: qos 2026-02-27 22:30:46.829 8 INFO neutron.manager [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loading Plugin: router 2026-02-27 22:30:46.839 7 WARNING stevedore.named [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-27 22:30:46.870 8 INFO neutron.services.service_base [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-02-27 22:30:46.870 8 INFO neutron.manager [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loading Plugin: segments 2026-02-27 22:30:46.906 7 INFO neutron_vpnaas.services.vpn.plugin [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-02-27 22:30:46.907 7 INFO neutron.common.utils [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-02-27 22:30:46.907 7 INFO neutron.manager [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loading Plugin: taas 2026-02-27 22:30:46.931 7 WARNING stevedore.named [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-27 22:30:46.931 7 WARNING stevedore.named [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-27 22:30:46.954 7 INFO neutron_taas.services.taas.taas_plugin [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-02-27 22:30:46.955 7 INFO neutron.manager [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loading Plugin: tapmirror 2026-02-27 22:30:46.963 8 INFO neutron.manager [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loading Plugin: trunk 2026-02-27 22:30:46.970 7 WARNING stevedore.named [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-27 22:30:46.971 7 WARNING stevedore.named [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-27 22:30:46.977 8 INFO neutron.manager [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loading Plugin: vpnaas 2026-02-27 22:30:46.992 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-02-27 22:30:46.993 7 INFO neutron.manager [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loading Plugin: auto_allocate 2026-02-27 22:30:47.001 7 INFO neutron.manager [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loading Plugin: tag 2026-02-27 22:30:47.010 7 INFO neutron.manager [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loading Plugin: timestamp 2026-02-27 22:30:47.013 7 INFO neutron.manager [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loading Plugin: network_ip_availability 2026-02-27 22:30:47.014 8 WARNING stevedore.named [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-27 22:30:47.020 7 INFO neutron.manager [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loading Plugin: flavors 2026-02-27 22:30:47.024 7 INFO neutron.manager [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loading Plugin: revisions 2026-02-27 22:30:47.027 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Initializing extension manager. 2026-02-27 22:30:47.029 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: address-group 2026-02-27 22:30:47.030 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: address-scope 2026-02-27 22:30:47.031 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-02-27 22:30:47.032 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: agent 2026-02-27 22:30:47.032 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: agent-resources-synced 2026-02-27 22:30:47.033 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: allowed-address-pairs 2026-02-27 22:30:47.034 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: auto-allocated-topology 2026-02-27 22:30:47.035 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: availability_zone 2026-02-27 22:30:47.035 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: availability_zone_filter 2026-02-27 22:30:47.036 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-02-27 22:30:47.036 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: default-subnetpools 2026-02-27 22:30:47.039 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-02-27 22:30:47.040 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: dns-integration 2026-02-27 22:30:47.040 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: dns-domain-ports 2026-02-27 22:30:47.041 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-02-27 22:30:47.042 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: dvr 2026-02-27 22:30:47.042 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-02-27 22:30:47.043 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: empty-string-filtering 2026-02-27 22:30:47.043 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-02-27 22:30:47.044 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-02-27 22:30:47.044 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: external-net 2026-02-27 22:30:47.045 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: extra_dhcp_opt 2026-02-27 22:30:47.045 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: extraroute 2026-02-27 22:30:47.046 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: extraroute-atomic 2026-02-27 22:30:47.047 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-02-27 22:30:47.048 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-02-27 22:30:47.048 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-02-27 22:30:47.049 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-02-27 22:30:47.049 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: fip-port-details 2026-02-27 22:30:47.050 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: flavors 2026-02-27 22:30:47.051 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-02-27 22:30:47.052 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: floatingip-pools 2026-02-27 22:30:47.053 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: ip_allocation 2026-02-27 22:30:47.053 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: ip-substring-filtering 2026-02-27 22:30:47.054 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: l2_adjacency 2026-02-27 22:30:47.055 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: router 2026-02-27 22:30:47.057 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-02-27 22:30:47.057 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-02-27 22:30:47.058 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-02-27 22:30:47.058 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: ext-gw-mode 2026-02-27 22:30:47.059 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: l3-ha 2026-02-27 22:30:47.059 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-02-27 22:30:47.060 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-02-27 22:30:47.060 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: l3-flavors 2026-02-27 22:30:47.063 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-02-27 22:30:47.064 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-02-27 22:30:47.066 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: l3_agent_scheduler 2026-02-27 22:30:47.067 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-02-27 22:30:47.068 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension logging not supported by any of loaded plugins 2026-02-27 22:30:47.069 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension metering not supported by any of loaded plugins 2026-02-27 22:30:47.070 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-02-27 22:30:47.071 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: multi-provider 2026-02-27 22:30:47.071 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: net-mtu 2026-02-27 22:30:47.072 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: net-mtu-writable 2026-02-27 22:30:47.073 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: network_availability_zone 2026-02-27 22:30:47.073 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: network_ha 2026-02-27 22:30:47.074 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: network-ip-availability 2026-02-27 22:30:47.075 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-02-27 22:30:47.076 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: pagination 2026-02-27 22:30:47.076 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: port-device-profile 2026-02-27 22:30:47.077 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-02-27 22:30:47.077 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-02-27 22:30:47.078 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-02-27 22:30:47.078 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: port-mac-override 2026-02-27 22:30:47.079 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-02-27 22:30:47.079 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-02-27 22:30:47.080 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-02-27 22:30:47.080 8 INFO neutron_vpnaas.services.vpn.plugin [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-02-27 22:30:47.080 8 INFO neutron.common.utils [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-02-27 22:30:47.080 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: port-resource-request 2026-02-27 22:30:47.080 8 INFO neutron.manager [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loading Plugin: taas 2026-02-27 22:30:47.081 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: port-resource-request-groups 2026-02-27 22:30:47.081 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-02-27 22:30:47.082 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: binding 2026-02-27 22:30:47.083 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: binding-extended 2026-02-27 22:30:47.083 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: port-security 2026-02-27 22:30:47.084 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: project-id 2026-02-27 22:30:47.084 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: provider 2026-02-27 22:30:47.085 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-02-27 22:30:47.087 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: qos 2026-02-27 22:30:47.089 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-02-27 22:30:47.089 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-02-27 22:30:47.090 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: qos-default 2026-02-27 22:30:47.090 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: qos-fip 2026-02-27 22:30:47.091 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-02-27 22:30:47.091 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: qos-gateway-ip 2026-02-27 22:30:47.092 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: qos-port-network-policy 2026-02-27 22:30:47.093 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: qos-pps-minimum 2026-02-27 22:30:47.093 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-02-27 22:30:47.094 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: qos-pps 2026-02-27 22:30:47.094 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: qos-rule-type-details 2026-02-27 22:30:47.095 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: qos-rule-type-filter 2026-02-27 22:30:47.096 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: qos-rules-alias 2026-02-27 22:30:47.096 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: quota-check-limit 2026-02-27 22:30:47.097 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: quota-check-limit-default 2026-02-27 22:30:47.099 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: quotas 2026-02-27 22:30:47.100 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: quota_details 2026-02-27 22:30:47.101 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: rbac-policies 2026-02-27 22:30:47.102 8 WARNING stevedore.named [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-27 22:30:47.102 8 WARNING stevedore.named [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-27 22:30:47.102 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: rbac-address-group 2026-02-27 22:30:47.103 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: rbac-address-scope 2026-02-27 22:30:47.103 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: rbac-security-groups 2026-02-27 22:30:47.104 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: rbac-subnetpool 2026-02-27 22:30:47.104 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: revision-if-match 2026-02-27 22:30:47.105 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: standard-attr-revisions 2026-02-27 22:30:47.106 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: router_availability_zone 2026-02-27 22:30:47.106 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-02-27 22:30:47.108 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: security-groups-default-rules 2026-02-27 22:30:47.109 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-02-27 22:30:47.109 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: port-security-groups-filtering 2026-02-27 22:30:47.110 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-02-27 22:30:47.110 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-02-27 22:30:47.111 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-02-27 22:30:47.115 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: security-group 2026-02-27 22:30:47.117 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: segment 2026-02-27 22:30:47.117 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-02-27 22:30:47.118 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: service-type 2026-02-27 22:30:47.118 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: sorting 2026-02-27 22:30:47.119 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: standard-attr-segment 2026-02-27 22:30:47.119 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: standard-attr-description 2026-02-27 22:30:47.120 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: stateful-security-group 2026-02-27 22:30:47.120 7 WARNING neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-02-27 22:30:47.121 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-02-27 22:30:47.121 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: subnet-external-network 2026-02-27 22:30:47.122 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: subnet_onboard 2026-02-27 22:30:47.123 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-02-27 22:30:47.123 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: subnet-service-types 2026-02-27 22:30:47.124 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: subnet_allocation 2026-02-27 22:30:47.124 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-02-27 22:30:47.124 8 INFO neutron_taas.services.taas.taas_plugin [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-02-27 22:30:47.125 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: tag-creation 2026-02-27 22:30:47.125 8 INFO neutron.manager [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loading Plugin: tapmirror 2026-02-27 22:30:47.125 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-02-27 22:30:47.129 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: standard-attr-tag 2026-02-27 22:30:47.130 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: standard-attr-timestamp 2026-02-27 22:30:47.131 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: trunk 2026-02-27 22:30:47.131 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: trunk-details 2026-02-27 22:30:47.132 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-02-27 22:30:47.132 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-02-27 22:30:47.133 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-02-27 22:30:47.133 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: vpn-aes-ctr 2026-02-27 22:30:47.135 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-02-27 22:30:47.136 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-02-27 22:30:47.137 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: vpn-flavors 2026-02-27 22:30:47.138 8 WARNING stevedore.named [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-27 22:30:47.138 8 WARNING stevedore.named [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-27 22:30:47.139 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: vpnaas 2026-02-27 22:30:47.141 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: taas 2026-02-27 22:30:47.142 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: tap-mirror 2026-02-27 22:30:47.142 7 INFO neutron.api.extensions [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Loaded extension: taas-vlan-filter 2026-02-27 22:30:47.145 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of TrackedResource for resource:network 2026-02-27 22:30:47.145 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-02-27 22:30:47.145 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-27 22:30:47.145 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of TrackedResource for resource:port 2026-02-27 22:30:47.149 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of TrackedResource for resource:router 2026-02-27 22:30:47.149 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-02-27 22:30:47.154 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-02-27 22:30:47.154 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-02-27 22:30:47.154 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-02-27 22:30:47.155 8 INFO neutron.manager [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loading Plugin: auto_allocate 2026-02-27 22:30:47.155 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-02-27 22:30:47.156 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-27 22:30:47.156 7 WARNING neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] subnetpool is already registered 2026-02-27 22:30:47.156 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-27 22:30:47.156 7 WARNING neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] subnetpool is already registered 2026-02-27 22:30:47.157 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-02-27 22:30:47.157 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-27 22:30:47.158 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-27 22:30:47.158 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-02-27 22:30:47.158 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-02-27 22:30:47.159 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-02-27 22:30:47.159 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-27 22:30:47.159 7 WARNING neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] ipsecpolicy is already registered 2026-02-27 22:30:47.160 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-27 22:30:47.160 7 WARNING neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] ikepolicy is already registered 2026-02-27 22:30:47.163 8 INFO neutron.manager [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loading Plugin: tag 2026-02-27 22:30:47.164 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of TrackedResource for resource:router 2026-02-27 22:30:47.165 7 WARNING neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] router is already registered 2026-02-27 22:30:47.165 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-02-27 22:30:47.165 7 WARNING neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] floatingip is already registered 2026-02-27 22:30:47.170 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-02-27 22:30:47.170 7 WARNING neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] rbac_policy is already registered 2026-02-27 22:30:47.171 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-02-27 22:30:47.171 7 WARNING neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] security_group is already registered 2026-02-27 22:30:47.171 8 INFO neutron.manager [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loading Plugin: timestamp 2026-02-27 22:30:47.172 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-02-27 22:30:47.172 7 WARNING neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] security_group_rule is already registered 2026-02-27 22:30:47.173 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-27 22:30:47.173 7 WARNING neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] subnetpool is already registered 2026-02-27 22:30:47.174 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-27 22:30:47.174 7 WARNING neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] subnetpool is already registered 2026-02-27 22:30:47.175 8 INFO neutron.manager [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loading Plugin: network_ip_availability 2026-02-27 22:30:47.175 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-02-27 22:30:47.176 7 WARNING neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] trunk is already registered 2026-02-27 22:30:47.176 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-27 22:30:47.176 7 WARNING neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] ikepolicy is already registered 2026-02-27 22:30:47.176 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-27 22:30:47.177 7 WARNING neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] ipsecpolicy is already registered 2026-02-27 22:30:47.177 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-02-27 22:30:47.177 7 WARNING neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] endpoint_group is already registered 2026-02-27 22:30:47.177 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-02-27 22:30:47.178 7 WARNING neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] vpnservice is already registered 2026-02-27 22:30:47.178 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-02-27 22:30:47.178 7 WARNING neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] ipsec_site_connection is already registered 2026-02-27 22:30:47.178 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-27 22:30:47.179 8 INFO neutron.manager [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loading Plugin: flavors 2026-02-27 22:30:47.179 7 WARNING neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] ipsecpolicy is already registered 2026-02-27 22:30:47.179 7 INFO neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-27 22:30:47.179 7 WARNING neutron.quota.resource_registry [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] ikepolicy is already registered 2026-02-27 22:30:47.182 8 INFO neutron.manager [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loading Plugin: revisions 2026-02-27 22:30:47.185 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Initializing extension manager. 2026-02-27 22:30:47.187 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: address-group 2026-02-27 22:30:47.187 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: address-scope 2026-02-27 22:30:47.188 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-02-27 22:30:47.189 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: agent 2026-02-27 22:30:47.189 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: agent-resources-synced 2026-02-27 22:30:47.190 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: allowed-address-pairs 2026-02-27 22:30:47.191 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: auto-allocated-topology 2026-02-27 22:30:47.192 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: availability_zone 2026-02-27 22:30:47.192 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: availability_zone_filter 2026-02-27 22:30:47.193 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-02-27 22:30:47.193 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: default-subnetpools 2026-02-27 22:30:47.195 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-02-27 22:30:47.195 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: dns-integration 2026-02-27 22:30:47.196 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: dns-domain-ports 2026-02-27 22:30:47.196 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-02-27 22:30:47.197 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: dvr 2026-02-27 22:30:47.197 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-02-27 22:30:47.198 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: empty-string-filtering 2026-02-27 22:30:47.199 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-02-27 22:30:47.199 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-02-27 22:30:47.200 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: external-net 2026-02-27 22:30:47.200 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: extra_dhcp_opt 2026-02-27 22:30:47.201 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: extraroute 2026-02-27 22:30:47.202 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: extraroute-atomic 2026-02-27 22:30:47.202 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-02-27 22:30:47.203 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-02-27 22:30:47.203 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-02-27 22:30:47.204 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-02-27 22:30:47.204 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: fip-port-details 2026-02-27 22:30:47.205 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: flavors 2026-02-27 22:30:47.206 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-02-27 22:30:47.207 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: floatingip-pools 2026-02-27 22:30:47.208 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: ip_allocation 2026-02-27 22:30:47.208 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: ip-substring-filtering 2026-02-27 22:30:47.209 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: l2_adjacency 2026-02-27 22:30:47.210 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: router 2026-02-27 22:30:47.211 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-02-27 22:30:47.212 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-02-27 22:30:47.213 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-02-27 22:30:47.214 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: ext-gw-mode 2026-02-27 22:30:47.214 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: l3-ha 2026-02-27 22:30:47.214 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-02-27 22:30:47.215 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-02-27 22:30:47.215 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: l3-flavors 2026-02-27 22:30:47.216 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-02-27 22:30:47.217 7 WARNING keystonemiddleware._common.config [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-02-27 22:30:47.218 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-02-27 22:30:47.221 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: l3_agent_scheduler 2026-02-27 22:30:47.222 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-02-27 22:30:47.223 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension logging not supported by any of loaded plugins 2026-02-27 22:30:47.224 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension metering not supported by any of loaded plugins 2026-02-27 22:30:47.224 7 WARNING oslo_config.cfg [None req-f8fdeecd-d9db-4488-9a66-e8fcd0b7b1b9 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-02-27 22:30:47.224 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-02-27 22:30:47.225 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: multi-provider 2026-02-27 22:30:47.225 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: net-mtu 2026-02-27 22:30:47.226 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: net-mtu-writable WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f1102559668 pid: 7 (default app) 2026-02-27 22:30:47.227 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: network_availability_zone 2026-02-27 22:30:47.227 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: network_ha 2026-02-27 22:30:47.228 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: network-ip-availability 2026-02-27 22:30:47.229 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-02-27 22:30:47.229 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: pagination 2026-02-27 22:30:47.230 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: port-device-profile 2026-02-27 22:30:47.230 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-02-27 22:30:47.231 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-02-27 22:30:47.231 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-02-27 22:30:47.232 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: port-mac-override 2026-02-27 22:30:47.233 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-02-27 22:30:47.233 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-02-27 22:30:47.234 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-02-27 22:30:47.234 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: port-resource-request 2026-02-27 22:30:47.235 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: port-resource-request-groups 2026-02-27 22:30:47.235 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-02-27 22:30:47.235 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: binding 2026-02-27 22:30:47.236 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: binding-extended 2026-02-27 22:30:47.237 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: port-security 2026-02-27 22:30:47.237 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: project-id 2026-02-27 22:30:47.238 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: provider 2026-02-27 22:30:47.238 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension qinq not supported by any of loaded plugins 2026-02-27 22:30:47.241 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: qos 2026-02-27 22:30:47.241 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-02-27 22:30:47.242 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-02-27 22:30:47.242 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: qos-default 2026-02-27 22:30:47.243 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: qos-fip 2026-02-27 22:30:47.243 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-02-27 22:30:47.244 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: qos-gateway-ip 2026-02-27 22:30:47.244 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: qos-port-network-policy 2026-02-27 22:30:47.245 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: qos-pps-minimum 2026-02-27 22:30:47.245 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-02-27 22:30:47.246 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: qos-pps 2026-02-27 22:30:47.247 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: qos-rule-type-details 2026-02-27 22:30:47.247 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: qos-rule-type-filter 2026-02-27 22:30:47.248 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: qos-rules-alias 2026-02-27 22:30:47.248 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: quota-check-limit 2026-02-27 22:30:47.249 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: quota-check-limit-default 2026-02-27 22:30:47.251 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: quotas 2026-02-27 22:30:47.252 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: quota_details 2026-02-27 22:30:47.253 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: rbac-policies 2026-02-27 22:30:47.254 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: rbac-address-group 2026-02-27 22:30:47.254 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: rbac-address-scope 2026-02-27 22:30:47.255 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: rbac-security-groups 2026-02-27 22:30:47.255 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: rbac-subnetpool 2026-02-27 22:30:47.256 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: revision-if-match 2026-02-27 22:30:47.257 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: standard-attr-revisions 2026-02-27 22:30:47.257 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: router_availability_zone 2026-02-27 22:30:47.258 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-02-27 22:30:47.259 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: security-groups-default-rules 2026-02-27 22:30:47.260 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-02-27 22:30:47.260 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: port-security-groups-filtering 2026-02-27 22:30:47.261 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-02-27 22:30:47.261 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-02-27 22:30:47.262 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-02-27 22:30:47.266 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: security-group 2026-02-27 22:30:47.267 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: segment 2026-02-27 22:30:47.268 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-02-27 22:30:47.268 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: service-type 2026-02-27 22:30:47.269 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: sorting 2026-02-27 22:30:47.269 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: standard-attr-segment 2026-02-27 22:30:47.270 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: standard-attr-description 2026-02-27 22:30:47.270 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: stateful-security-group 2026-02-27 22:30:47.272 8 WARNING neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-02-27 22:30:47.272 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-02-27 22:30:47.272 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: subnet-external-network 2026-02-27 22:30:47.273 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: subnet_onboard 2026-02-27 22:30:47.274 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-02-27 22:30:47.274 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: subnet-service-types 2026-02-27 22:30:47.275 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: subnet_allocation 2026-02-27 22:30:47.275 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-02-27 22:30:47.276 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: tag-creation 2026-02-27 22:30:47.276 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-02-27 22:30:47.280 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: standard-attr-tag 2026-02-27 22:30:47.281 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: standard-attr-timestamp 2026-02-27 22:30:47.281 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: trunk 2026-02-27 22:30:47.282 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: trunk-details 2026-02-27 22:30:47.282 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-02-27 22:30:47.283 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-02-27 22:30:47.283 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-02-27 22:30:47.284 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: vpn-aes-ctr 2026-02-27 22:30:47.286 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-02-27 22:30:47.287 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-02-27 22:30:47.287 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: vpn-flavors 2026-02-27 22:30:47.289 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: vpnaas 2026-02-27 22:30:47.290 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: taas 2026-02-27 22:30:47.291 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: tap-mirror 2026-02-27 22:30:47.292 8 INFO neutron.api.extensions [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Loaded extension: taas-vlan-filter 2026-02-27 22:30:47.294 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of TrackedResource for resource:network 2026-02-27 22:30:47.294 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-02-27 22:30:47.294 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-27 22:30:47.294 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of TrackedResource for resource:port 2026-02-27 22:30:47.298 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of TrackedResource for resource:router 2026-02-27 22:30:47.298 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-02-27 22:30:47.303 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-02-27 22:30:47.303 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-02-27 22:30:47.304 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-02-27 22:30:47.304 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-27 22:30:47.305 8 WARNING neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] subnetpool is already registered 2026-02-27 22:30:47.305 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-27 22:30:47.305 8 WARNING neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] subnetpool is already registered 2026-02-27 22:30:47.306 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-02-27 22:30:47.306 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-27 22:30:47.306 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-27 22:30:47.307 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-02-27 22:30:47.307 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-02-27 22:30:47.308 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-02-27 22:30:47.308 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-27 22:30:47.308 8 WARNING neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] ipsecpolicy is already registered 2026-02-27 22:30:47.309 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-27 22:30:47.310 8 WARNING neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] ikepolicy is already registered 2026-02-27 22:30:47.314 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of TrackedResource for resource:router 2026-02-27 22:30:47.314 8 WARNING neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] router is already registered 2026-02-27 22:30:47.315 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-02-27 22:30:47.315 8 WARNING neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] floatingip is already registered 2026-02-27 22:30:47.318 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-02-27 22:30:47.319 8 WARNING neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] rbac_policy is already registered 2026-02-27 22:30:47.319 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-02-27 22:30:47.319 8 WARNING neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] security_group is already registered 2026-02-27 22:30:47.320 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-02-27 22:30:47.320 8 WARNING neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] security_group_rule is already registered 2026-02-27 22:30:47.320 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-27 22:30:47.321 8 WARNING neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] subnetpool is already registered 2026-02-27 22:30:47.321 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-27 22:30:47.321 8 WARNING neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] subnetpool is already registered 2026-02-27 22:30:47.322 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-02-27 22:30:47.322 8 WARNING neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] trunk is already registered 2026-02-27 22:30:47.322 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-27 22:30:47.322 8 WARNING neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] ikepolicy is already registered 2026-02-27 22:30:47.323 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-27 22:30:47.323 8 WARNING neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] ipsecpolicy is already registered 2026-02-27 22:30:47.324 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-02-27 22:30:47.324 8 WARNING neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] endpoint_group is already registered 2026-02-27 22:30:47.324 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-02-27 22:30:47.324 8 WARNING neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] vpnservice is already registered 2026-02-27 22:30:47.325 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-02-27 22:30:47.325 8 WARNING neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] ipsec_site_connection is already registered 2026-02-27 22:30:47.326 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-27 22:30:47.326 8 WARNING neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] ipsecpolicy is already registered 2026-02-27 22:30:47.326 8 INFO neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-27 22:30:47.326 8 WARNING neutron.quota.resource_registry [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] ikepolicy is already registered 2026-02-27 22:30:47.364 8 WARNING keystonemiddleware._common.config [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-02-27 22:30:47.370 8 WARNING oslo_config.cfg [None req-f6d1413b-3a8a-4429-b2a0-69ded1967c1f - - - - - -] 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 0x7f1102559668 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 22:30:52.710 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a5b2cc23-e704-4493-83f6-02b5bbd08663 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.204.45.162 () {44 vars in 927 bytes} [Fri Feb 27 22:30:51 2026] GET /v2.0/networks/public => generated 108 bytes in 871 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/5] 199.204.45.162 () {44 vars in 949 bytes} [Fri Feb 27 22:30:52 2026] GET /v2.0/networks?name=public => generated 15 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 22:30:53.452 7 WARNING neutron.services.revisions.revision_plugin [None req-5f630755-972c-4dde-b88d-740ea1c7abfd 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Could not find related network for resource to bump revision. 2026-02-27 22:30:53.480 7 INFO neutron.db.segments_db [None req-5f630755-972c-4dde-b88d-740ea1c7abfd 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Added segment 7f3b10c3-edf8-46ff-aef4-2de62ead039c of type flat for network 4f36dffb-cabe-4d26-9f1c-19b4a1293e71 2026-02-27 22:30:53.534 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5f630755-972c-4dde-b88d-740ea1c7abfd 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.204.45.162 () {48 vars in 967 bytes} [Fri Feb 27 22:30:53 2026] POST /v2.0/networks => generated 124 bytes in 460 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 22:30:59.749 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d8beb677-119e-4df6-a936-c414eff16f51 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/7] 199.204.45.162 () {44 vars in 927 bytes} [Fri Feb 27 22:30:59 2026] GET /v2.0/networks/public => generated 108 bytes in 367 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/8] 199.204.45.162 () {44 vars in 949 bytes} [Fri Feb 27 22:30:59 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 22:30:59.990 8 WARNING neutron.services.revisions.revision_plugin [None req-28898bb9-be7a-4212-b9f5-f2efaecc6db2 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Could not find related network for resource to bump revision. 2026-02-27 22:31:00.014 8 INFO neutron.db.segments_db [None req-28898bb9-be7a-4212-b9f5-f2efaecc6db2 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Added segment 6ddfd2d2-eead-4114-8777-ca067242d675 of type flat for network d1f7f461-5608-4da7-9977-1f124edb3b30 2026-02-27 22:31:00.065 8 INFO neutron.pecan_wsgi.hooks.translation [None req-28898bb9-be7a-4212-b9f5-f2efaecc6db2 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/9] 199.204.45.162 () {48 vars in 967 bytes} [Fri Feb 27 22:30:59 2026] POST /v2.0/networks => generated 124 bytes in 303 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 22:31:05.916 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8308b2c5-b5ea-42ef-8595-5db8a32e7800 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.204.45.162 () {44 vars in 927 bytes} [Fri Feb 27 22:31:05 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: 8/12] 199.204.45.162 () {44 vars in 949 bytes} [Fri Feb 27 22:31:05 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 22:31:05.987 8 WARNING neutron.services.revisions.revision_plugin [None req-b684045f-68ac-4f30-84d7-8b2b9ac76cd2 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Could not find related network for resource to bump revision. 2026-02-27 22:31:06.003 8 INFO neutron.db.segments_db [None req-b684045f-68ac-4f30-84d7-8b2b9ac76cd2 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Added segment 85c36461-6170-4309-904e-0770003ea721 of type flat for network 0c8d3ec6-6903-4988-a47c-c1015381af7b 2026-02-27 22:31:06.032 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b684045f-68ac-4f30-84d7-8b2b9ac76cd2 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.204.45.162 () {48 vars in 967 bytes} [Fri Feb 27 22:31:05 2026] POST /v2.0/networks => generated 124 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 22:31:11.912 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4e5d8935-4edb-4aeb-a620-fc038dc9f891 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/14] 199.204.45.162 () {44 vars in 927 bytes} [Fri Feb 27 22:31:11 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/15] 199.204.45.162 () {44 vars in 949 bytes} [Fri Feb 27 22:31:11 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 22:31:11.981 7 WARNING neutron.services.revisions.revision_plugin [None req-7ce9ba29-6d38-4943-bb2b-9d95c8becf62 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Could not find related network for resource to bump revision. 2026-02-27 22:31:12.006 7 INFO neutron.db.segments_db [None req-7ce9ba29-6d38-4943-bb2b-9d95c8becf62 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Added segment 1030fa48-ee98-48f7-8f2c-d8337a7c0cfa of type flat for network ee398a37-f6da-4f54-95b7-5ad323624fdd 2026-02-27 22:31:12.036 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7ce9ba29-6d38-4943-bb2b-9d95c8becf62 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/16] 199.204.45.162 () {48 vars in 967 bytes} [Fri Feb 27 22:31:11 2026] POST /v2.0/networks => generated 124 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 22:31:17.900 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a7458921-6be7-45a6-9186-d82dc0c94fd3 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 199.204.45.162 () {44 vars in 927 bytes} [Fri Feb 27 22:31:17 2026] GET /v2.0/networks/public => generated 108 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/19] 199.204.45.162 () {44 vars in 949 bytes} [Fri Feb 27 22:31:17 2026] GET /v2.0/networks?name=public => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 22:31:18.002 7 WARNING neutron.services.revisions.revision_plugin [None req-b84c8702-fb84-45f7-b10f-967dff83de31 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Could not find related network for resource to bump revision. 2026-02-27 22:31:18.025 7 INFO neutron.db.segments_db [None req-b84c8702-fb84-45f7-b10f-967dff83de31 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Added segment 954d96ac-e49f-4661-90b2-ff0b8cc184da of type flat for network 029c31c1-9c3b-44c1-912f-8214f230ff61 2026-02-27 22:31:18.056 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b84c8702-fb84-45f7-b10f-967dff83de31 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/20] 199.204.45.162 () {48 vars in 967 bytes} [Fri Feb 27 22:31:17 2026] POST /v2.0/networks => generated 124 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 22:31:23.921 8 INFO neutron.pecan_wsgi.hooks.translation [None req-061d1693-cbcb-42f8-bf16-4dc343a63225 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.204.45.162 () {44 vars in 927 bytes} [Fri Feb 27 22:31:23 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/22] 199.204.45.162 () {44 vars in 949 bytes} [Fri Feb 27 22:31:23 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 22:31:24.703 8 WARNING neutron.services.revisions.revision_plugin [None req-e423c2ae-f980-4dfc-aae0-349942682d8d 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Could not find related network for resource to bump revision. 2026-02-27 22:31:25.792 8 INFO neutron.db.segments_db [None req-e423c2ae-f980-4dfc-aae0-349942682d8d 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Added segment 74e9ec5a-ee97-481f-94ec-e144bf712a77 of type flat for network dcb0d11b-f985-42fd-9024-177a874f12e1 [pid: 8|app: 0|req: 10/23] 199.204.45.162 () {48 vars in 967 bytes} [Fri Feb 27 22:31:23 2026] POST /v2.0/networks => generated 706 bytes in 5841 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 22:31:30.820 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2ddce818-06e6-4239-bebc-83a1de3b78bb 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/24] 199.204.45.162 () {44 vars in 927 bytes} [Fri Feb 27 22:31:30 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/25] 199.204.45.162 () {44 vars in 949 bytes} [Fri Feb 27 22:31:30 2026] GET /v2.0/networks?name=public => generated 709 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 22:31:30.892 7 INFO neutron.pecan_wsgi.hooks.translation [None req-81215252-94e0-4aa1-8f7e-13eff225231b 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/26] 199.204.45.162 () {44 vars in 1034 bytes} [Fri Feb 27 22:31:30 2026] GET /v2.0/subnets/public-subnet?network_id=dcb0d11b-f985-42fd-9024-177a874f12e1 => generated 113 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/27] 199.204.45.162 () {44 vars in 1057 bytes} [Fri Feb 27 22:31:30 2026] GET /v2.0/subnets?name=public-subnet&network_id=dcb0d11b-f985-42fd-9024-177a874f12e1 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 16/28] 199.204.45.162 () {48 vars in 965 bytes} [Fri Feb 27 22:31:30 2026] POST /v2.0/subnets => generated 664 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 22:36:26.553 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2b102342-3b1f-4fdd-ace4-607237063771 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/68] 199.204.45.162 () {44 vars in 937 bytes} [Fri Feb 27 22:36:26 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 149 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/69] 199.204.45.162 () {44 vars in 959 bytes} [Fri Feb 27 22:36:26 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 22:36:26.637 8 INFO neutron.db.segments_db [None req-113f1f33-f5e1-4445-8a8b-6c29b41a4c6d 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Added segment 0004a798-c22d-4046-8345-7801d68804ac of type vxlan for network 88205cbe-a947-4794-9823-d299d1c79649 [pid: 8|app: 0|req: 34/70] 199.204.45.162 () {48 vars in 966 bytes} [Fri Feb 27 22:36:26 2026] POST /v2.0/networks => generated 687 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 22:36:27.602 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a55bfb32-9225-41dd-b101-c2fbfc145a2b 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/71] 199.204.45.162 () {44 vars in 937 bytes} [Fri Feb 27 22:36:27 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/72] 199.204.45.162 () {44 vars in 959 bytes} [Fri Feb 27 22:36:27 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 690 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 22:36:27.663 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dd49d9e0-6950-48bf-ab1c-4e29d32a3b77 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/73] 199.204.45.162 () {44 vars in 1036 bytes} [Fri Feb 27 22:36:27 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=88205cbe-a947-4794-9823-d299d1c79649 => 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: 36/74] 199.204.45.162 () {44 vars in 1059 bytes} [Fri Feb 27 22:36:27 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=88205cbe-a947-4794-9823-d299d1c79649 => 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: 39/75] 199.204.45.162 () {48 vars in 965 bytes} [Fri Feb 27 22:36:27 2026] POST /v2.0/subnets => generated 651 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 22:36:28.874 8 INFO neutron.api.v2.resource [None req-2eeae13a-87b2-44d8-b692-53b83bfa642e 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/76] 199.204.45.162 () {44 vars in 971 bytes} [Fri Feb 27 22:36:28 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/77] 199.204.45.162 () {44 vars in 993 bytes} [Fri Feb 27 22:36:28 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/78] 199.204.45.162 () {48 vars in 980 bytes} [Fri Feb 27 22:36:28 2026] POST /v2.0/security-groups => generated 1616 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/79] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 22:36:29 2026] GET /v2.0/security-groups/52a65db0-52de-45bb-9194-130ab553ec1d => generated 1616 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/80] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 22:36:30 2026] GET /v2.0/security-groups/52a65db0-52de-45bb-9194-130ab553ec1d => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/81] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 22:36:30 2026] GET /v2.0/security-groups/52a65db0-52de-45bb-9194-130ab553ec1d => 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: 40/82] 199.204.45.162 () {48 vars in 991 bytes} [Fri Feb 27 22:36:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/83] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 22:36:30 2026] GET /v2.0/security-groups/52a65db0-52de-45bb-9194-130ab553ec1d => generated 2230 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/84] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 22:36:31 2026] GET /v2.0/security-groups/52a65db0-52de-45bb-9194-130ab553ec1d => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/85] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 22:36:31 2026] GET /v2.0/security-groups/52a65db0-52de-45bb-9194-130ab553ec1d => generated 2230 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/86] 199.204.45.162 () {48 vars in 991 bytes} [Fri Feb 27 22:36:31 2026] POST /v2.0/security-group-rules => generated 603 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/89] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 22:36:31 2026] GET /v2.0/security-groups/52a65db0-52de-45bb-9194-130ab553ec1d => generated 2846 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/90] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 22:36:32 2026] GET /v2.0/security-groups/52a65db0-52de-45bb-9194-130ab553ec1d => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/91] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 22:36:32 2026] GET /v2.0/security-groups/52a65db0-52de-45bb-9194-130ab553ec1d => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/92] 199.204.45.162 () {48 vars in 991 bytes} [Fri Feb 27 22:36:32 2026] POST /v2.0/security-group-rules => generated 603 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/93] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 22:36:33 2026] GET /v2.0/security-groups/52a65db0-52de-45bb-9194-130ab553ec1d => generated 3462 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/94] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 22:36:33 2026] GET /v2.0/security-groups/52a65db0-52de-45bb-9194-130ab553ec1d => 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: 49/95] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 22:36:33 2026] GET /v2.0/security-groups/52a65db0-52de-45bb-9194-130ab553ec1d => 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: 47/96] 199.204.45.162 () {48 vars in 991 bytes} [Fri Feb 27 22:36:33 2026] POST /v2.0/security-group-rules => generated 603 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/97] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 22:36:34 2026] GET /v2.0/security-groups/52a65db0-52de-45bb-9194-130ab553ec1d => generated 4078 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/98] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 22:36:34 2026] GET /v2.0/security-groups/52a65db0-52de-45bb-9194-130ab553ec1d => generated 4078 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/99] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 22:36:34 2026] GET /v2.0/security-groups/52a65db0-52de-45bb-9194-130ab553ec1d => generated 4078 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/100] 199.204.45.162 () {48 vars in 991 bytes} [Fri Feb 27 22:36:34 2026] POST /v2.0/security-group-rules => generated 603 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/101] 199.204.45.162 () {44 vars in 987 bytes} [Fri Feb 27 22:36:35 2026] GET /v2.0/networks/88205cbe-a947-4794-9823-d299d1c79649 => generated 731 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 22:36:35.442 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f15f1d66-94df-4ded-bd1e-f7a078fb5b8d 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/102] 199.204.45.162 () {44 vars in 1076 bytes} [Fri Feb 27 22:36:35 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=88205cbe-a947-4794-9823-d299d1c79649 => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/103] 199.204.45.162 () {44 vars in 1099 bytes} [Fri Feb 27 22:36:35 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=88205cbe-a947-4794-9823-d299d1c79649 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/104] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 22:36:35 2026] GET /v2.0/security-groups/52a65db0-52de-45bb-9194-130ab553ec1d => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/105] 199.204.45.162 () {48 vars in 961 bytes} [Fri Feb 27 22:36:35 2026] POST /v2.0/ports => generated 1096 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-27 22:36:42.644 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8b1cd061-5baa-4a66-bffe-8e57b98f5cdd 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 52/106] 199.204.45.162 () {44 vars in 979 bytes} [Fri Feb 27 22:36:42 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 55/107] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 22:36:42 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/108] 199.204.45.162 () {48 vars in 1031 bytes} [Fri Feb 27 22:36:42 2026] PUT /v2.0/ports/0d752f4a-2efe-454a-8da0-8038264c413b => generated 1245 bytes in 768 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/109] 199.204.45.162 () {44 vars in 920 bytes} [Fri Feb 27 22:36:45 2026] GET /v2.0/ports => generated 3726 bytes in 295 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 22:36:46.332 8 INFO neutron.api.v2.resource [None req-4eefcbaa-a10c-4df7-8b93-dcca1c7bb710 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 54/110] 199.204.45.162 () {44 vars in 959 bytes} [Fri Feb 27 22:36:46 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/111] 199.204.45.162 () {44 vars in 981 bytes} [Fri Feb 27 22:36:46 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/114] 199.204.45.162 () {48 vars in 980 bytes} [Fri Feb 27 22:36:46 2026] POST /v2.0/security-groups => generated 1610 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/115] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 22:36:47 2026] GET /v2.0/security-groups/34669891-8a92-4bc8-afc5-99dfc9c464d3 => generated 1610 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/116] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 22:36:47 2026] GET /v2.0/security-groups/34669891-8a92-4bc8-afc5-99dfc9c464d3 => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/117] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 22:36:47 2026] GET /v2.0/security-groups/34669891-8a92-4bc8-afc5-99dfc9c464d3 => generated 1610 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/118] 199.204.45.162 () {48 vars in 991 bytes} [Fri Feb 27 22:36:47 2026] POST /v2.0/security-group-rules => generated 621 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/119] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 22:36:48 2026] GET /v2.0/security-groups/34669891-8a92-4bc8-afc5-99dfc9c464d3 => generated 2244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/120] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 22:36:48 2026] GET /v2.0/security-groups/34669891-8a92-4bc8-afc5-99dfc9c464d3 => generated 2244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/121] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 22:36:48 2026] GET /v2.0/security-groups/34669891-8a92-4bc8-afc5-99dfc9c464d3 => generated 2244 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/122] 199.204.45.162 () {48 vars in 991 bytes} [Fri Feb 27 22:36:48 2026] POST /v2.0/security-group-rules => generated 625 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 69/133] 199.204.45.162 () {44 vars in 975 bytes} [Fri Feb 27 22:38:02 2026] GET /v2.0/quotas/d66f387d1d2b459cba84f7f538c886f5 => 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: 65/134] 199.204.45.162 () {48 vars in 1027 bytes} [Fri Feb 27 22:38:03 2026] PUT /v2.0/quotas/d66f387d1d2b459cba84f7f538c886f5 => generated 291 bytes in 30 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 22:40:22.907 8 INFO neutron.pecan_wsgi.hooks.translation [None req-49599a3c-13f0-4c5e-8559-23d363b5d9d9 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 75/153] 199.204.45.162 () {30 vars in 741 bytes} [Fri Feb 27 22:40:22 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 79/154] 199.204.45.162 () {30 vars in 763 bytes} [Fri Feb 27 22:40:22 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 22:40:24.907 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ec812879-c530-4318-b901-29116c33d0dd 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/155] 199.204.45.162 () {30 vars in 741 bytes} [Fri Feb 27 22:40:24 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 88 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 80/156] 199.204.45.162 () {30 vars in 763 bytes} [Fri Feb 27 22:40:24 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 22:49:02.269 7 INFO neutron.api.v2.resource [None req-6882fde9-4288-43fc-9e60-ce04ac72c4b3 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 116/227] 199.204.45.162 () {44 vars in 1074 bytes} [Fri Feb 27 22:49:02 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=481917a7bae741f195ad9eb3e152f827 => generated 139 bytes in 108 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/228] 199.204.45.162 () {44 vars in 1097 bytes} [Fri Feb 27 22:49:02 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=481917a7bae741f195ad9eb3e152f827 => generated 23 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/229] 199.204.45.162 () {48 vars in 981 bytes} [Fri Feb 27 22:49:02 2026] POST /v2.0/security-groups => generated 1624 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/230] 199.204.45.162 () {44 vars in 1088 bytes} [Fri Feb 27 22:49:03 2026] GET /v2.0/security-groups/c035f5ba-e5d1-4011-9cd2-05a22b4bfc08?project_id=481917a7bae741f195ad9eb3e152f827 => generated 1624 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/231] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 22:49:03 2026] GET /v2.0/security-groups/c035f5ba-e5d1-4011-9cd2-05a22b4bfc08 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/232] 199.204.45.162 () {44 vars in 1088 bytes} [Fri Feb 27 22:49:03 2026] GET /v2.0/security-groups/c035f5ba-e5d1-4011-9cd2-05a22b4bfc08?project_id=481917a7bae741f195ad9eb3e152f827 => generated 1624 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/233] 199.204.45.162 () {48 vars in 991 bytes} [Fri Feb 27 22:49:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/234] 199.204.45.162 () {44 vars in 1088 bytes} [Fri Feb 27 22:49:04 2026] GET /v2.0/security-groups/c035f5ba-e5d1-4011-9cd2-05a22b4bfc08?project_id=481917a7bae741f195ad9eb3e152f827 => generated 2234 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/235] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 22:49:04 2026] GET /v2.0/security-groups/c035f5ba-e5d1-4011-9cd2-05a22b4bfc08 => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/236] 199.204.45.162 () {44 vars in 1088 bytes} [Fri Feb 27 22:49:04 2026] GET /v2.0/security-groups/c035f5ba-e5d1-4011-9cd2-05a22b4bfc08?project_id=481917a7bae741f195ad9eb3e152f827 => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/237] 199.204.45.162 () {48 vars in 991 bytes} [Fri Feb 27 22:49:04 2026] POST /v2.0/security-group-rules => generated 599 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/238] 199.204.45.162 () {44 vars in 1088 bytes} [Fri Feb 27 22:49:05 2026] GET /v2.0/security-groups/c035f5ba-e5d1-4011-9cd2-05a22b4bfc08?project_id=481917a7bae741f195ad9eb3e152f827 => generated 2846 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/239] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 22:49:06 2026] GET /v2.0/security-groups/c035f5ba-e5d1-4011-9cd2-05a22b4bfc08 => generated 2846 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/240] 199.204.45.162 () {44 vars in 1088 bytes} [Fri Feb 27 22:49:06 2026] GET /v2.0/security-groups/c035f5ba-e5d1-4011-9cd2-05a22b4bfc08?project_id=481917a7bae741f195ad9eb3e152f827 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/241] 199.204.45.162 () {48 vars in 991 bytes} [Fri Feb 27 22:49:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/242] 199.204.45.162 () {44 vars in 1088 bytes} [Fri Feb 27 22:49:07 2026] GET /v2.0/security-groups/c035f5ba-e5d1-4011-9cd2-05a22b4bfc08?project_id=481917a7bae741f195ad9eb3e152f827 => generated 3460 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/243] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 22:49:07 2026] GET /v2.0/security-groups/c035f5ba-e5d1-4011-9cd2-05a22b4bfc08 => generated 3460 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/244] 199.204.45.162 () {44 vars in 1088 bytes} [Fri Feb 27 22:49:07 2026] GET /v2.0/security-groups/c035f5ba-e5d1-4011-9cd2-05a22b4bfc08?project_id=481917a7bae741f195ad9eb3e152f827 => generated 3460 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/245] 199.204.45.162 () {48 vars in 991 bytes} [Fri Feb 27 22:49:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/280] 199.204.45.162 () {30 vars in 740 bytes} [Fri Feb 27 22:53:25 2026] GET /v2.0/networks?tenant_id=481917a7bae741f195ad9eb3e152f827&shared=False => generated 15 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 22:53:25.217 8 INFO neutron.db.segments_db [None req-12569180-5901-453c-898a-8583e4435698 72b45d2bc7ae46c5a4b624885f09c434 481917a7bae741f195ad9eb3e152f827 - - 0c6c182dbf7242b2af147494c9dca35a 0c6c182dbf7242b2af147494c9dca35a] Added segment 14cdba95-5392-4969-b122-720d821b123b of type vxlan for network ace7042b-9a8a-46fc-a693-57b41f6a9243 [pid: 8|app: 0|req: 138/281] 199.204.45.162 () {34 vars in 682 bytes} [Fri Feb 27 22:53:25 2026] POST /v2.0/networks => generated 699 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/282] 199.204.45.162 () {30 vars in 722 bytes} [Fri Feb 27 22:53:25 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/283] 199.204.45.162 () {30 vars in 633 bytes} [Fri Feb 27 22:53:25 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/284] 199.204.45.162 () {34 vars in 677 bytes} [Fri Feb 27 22:53:25 2026] POST /v2.0/ports => generated 999 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/285] 199.204.45.162 () {30 vars in 703 bytes} [Fri Feb 27 22:53:25 2026] GET /v2.0/networks/ace7042b-9a8a-46fc-a693-57b41f6a9243 => generated 705 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/286] 199.204.45.162 () {30 vars in 722 bytes} [Fri Feb 27 22:53:27 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/287] 199.204.45.162 () {30 vars in 703 bytes} [Fri Feb 27 22:53:27 2026] GET /v2.0/networks/ace7042b-9a8a-46fc-a693-57b41f6a9243 => 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: 148/290] 199.204.45.162 () {44 vars in 975 bytes} [Fri Feb 27 22:53:39 2026] GET /v2.0/quotas/481917a7bae741f195ad9eb3e152f827 => 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: 143/291] 199.204.45.162 () {48 vars in 1027 bytes} [Fri Feb 27 22:53:40 2026] PUT /v2.0/quotas/481917a7bae741f195ad9eb3e152f827 => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 156/306] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 22:55:20 2026] GET /v2.0/routers => generated 15 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 151/307] 10.0.0.153 () {28 vars in 624 bytes} [Fri Feb 27 22:55:20 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 157/308] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 22:55:20 2026] GET /v2.0/subnets => generated 1308 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 152/309] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 22:55:20 2026] GET /v2.0/subnetpools => 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: 158/310] 10.0.0.153 () {28 vars in 599 bytes} [Fri Feb 27 22:55:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 153/311] 10.0.0.153 () {28 vars in 579 bytes} [Fri Feb 27 22:55:20 2026] GET /v2.0/ports => generated 4721 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 159/312] 10.0.0.153 () {28 vars in 581 bytes} [Fri Feb 27 22:55:20 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: 154/313] 10.0.0.153 () {28 vars in 619 bytes} [Fri Feb 27 22:55:20 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: 7|app: 0|req: 160/314] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 22:55:20 2026] GET /v2.0/floatingips => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 155/315] 10.0.0.153 () {28 vars in 585 bytes} [Fri Feb 27 22:55:20 2026] GET /v2.0/networks => generated 2167 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 161/316] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 22:55:20 2026] GET /v2.0/subnets => generated 1308 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 160/325] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 22:56:20 2026] GET /v2.0/routers => generated 15 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/326] 10.0.0.153 () {28 vars in 624 bytes} [Fri Feb 27 22:56:20 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: 161/327] 10.0.0.153 () {28 vars in 619 bytes} [Fri Feb 27 22:56:20 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: 7|app: 0|req: 167/328] 10.0.0.153 () {28 vars in 599 bytes} [Fri Feb 27 22:56:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 162/329] 10.0.0.153 () {28 vars in 581 bytes} [Fri Feb 27 22:56:20 2026] GET /v2.0/agents => generated 3385 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 168/330] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 22:56:20 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: 163/331] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 22:56:20 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 169/332] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 22:56:20 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: 164/333] 10.0.0.153 () {28 vars in 585 bytes} [Fri Feb 27 22:56:20 2026] GET /v2.0/networks => generated 2167 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 170/334] 10.0.0.153 () {28 vars in 579 bytes} [Fri Feb 27 22:56:20 2026] GET /v2.0/ports => generated 4721 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 165/335] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 22:56:20 2026] GET /v2.0/floatingips => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 170/344] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 22:57:20 2026] GET /v2.0/subnets => generated 1308 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/345] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 22:57:20 2026] GET /v2.0/routers => generated 15 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 171/346] 10.0.0.153 () {28 vars in 624 bytes} [Fri Feb 27 22:57:20 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: 176/347] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 22:57:20 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: 172/348] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 22:57:20 2026] GET /v2.0/subnetpools => 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: 177/349] 10.0.0.153 () {28 vars in 599 bytes} [Fri Feb 27 22:57:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 173/350] 10.0.0.153 () {28 vars in 581 bytes} [Fri Feb 27 22:57:20 2026] GET /v2.0/agents => generated 3385 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/351] 10.0.0.153 () {28 vars in 619 bytes} [Fri Feb 27 22:57:20 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: 174/352] 10.0.0.153 () {28 vars in 579 bytes} [Fri Feb 27 22:57:20 2026] GET /v2.0/ports => generated 4721 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/353] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 22:57:20 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: 175/354] 10.0.0.153 () {28 vars in 585 bytes} [Fri Feb 27 22:57:20 2026] GET /v2.0/networks => generated 2167 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/363] 10.0.0.153 () {28 vars in 599 bytes} [Fri Feb 27 22:58:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/364] 10.0.0.153 () {28 vars in 619 bytes} [Fri Feb 27 22:58:20 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: 7|app: 0|req: 185/365] 10.0.0.153 () {28 vars in 585 bytes} [Fri Feb 27 22:58:20 2026] GET /v2.0/networks => generated 2167 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/366] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 22:58:20 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: 186/367] 10.0.0.153 () {28 vars in 581 bytes} [Fri Feb 27 22:58:20 2026] GET /v2.0/agents => generated 3385 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/368] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 22:58:20 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: 187/369] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 22:58:20 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: 183/370] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 22:58:20 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: 188/371] 10.0.0.153 () {28 vars in 624 bytes} [Fri Feb 27 22:58:20 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: 184/372] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 22:58:20 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: 189/373] 10.0.0.153 () {28 vars in 579 bytes} [Fri Feb 27 22:58:20 2026] GET /v2.0/ports => generated 4721 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/382] 10.0.0.153 () {28 vars in 585 bytes} [Fri Feb 27 22:59:20 2026] GET /v2.0/networks => generated 2167 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/383] 10.0.0.153 () {28 vars in 599 bytes} [Fri Feb 27 22:59:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/384] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 22:59:20 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: 195/385] 10.0.0.153 () {28 vars in 619 bytes} [Fri Feb 27 22:59:20 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: 191/386] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 22:59: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: 7|app: 0|req: 196/387] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 22:59:20 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: 8|app: 0|req: 192/388] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 22:59: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: 7|app: 0|req: 197/389] 10.0.0.153 () {28 vars in 624 bytes} [Fri Feb 27 22:59:20 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: 193/390] 10.0.0.153 () {28 vars in 581 bytes} [Fri Feb 27 22:59:20 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: 7|app: 0|req: 198/391] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 22:59:20 2026] GET /v2.0/floatingips => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/392] 10.0.0.153 () {28 vars in 579 bytes} [Fri Feb 27 22:59:20 2026] GET /v2.0/ports => generated 4721 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/401] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:00:20 2026] GET /v2.0/subnets => generated 1308 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/402] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:00:20 2026] GET /v2.0/routers => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/403] 10.0.0.153 () {28 vars in 624 bytes} [Fri Feb 27 23:00:20 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/404] 10.0.0.153 () {28 vars in 581 bytes} [Fri Feb 27 23:00:20 2026] GET /v2.0/agents => generated 3385 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/405] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:00:20 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: 201/406] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:00:20 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: 7|app: 0|req: 206/407] 10.0.0.153 () {28 vars in 585 bytes} [Fri Feb 27 23:00:20 2026] GET /v2.0/networks => generated 2167 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/408] 10.0.0.153 () {28 vars in 599 bytes} [Fri Feb 27 23:00:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/409] 10.0.0.153 () {28 vars in 619 bytes} [Fri Feb 27 23:00:20 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: 203/410] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:00:20 2026] GET /v2.0/floatingips => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/411] 10.0.0.153 () {28 vars in 579 bytes} [Fri Feb 27 23:00:20 2026] GET /v2.0/ports => generated 4721 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/420] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:01:20 2026] GET /v2.0/subnets => generated 1308 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/421] 10.0.0.153 () {28 vars in 581 bytes} [Fri Feb 27 23:01:20 2026] GET /v2.0/agents => generated 3385 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/422] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:01:20 2026] GET /v2.0/subnets => generated 1308 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/423] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:01:20 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: 210/424] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:01:20 2026] GET /v2.0/floatingips => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/425] 10.0.0.153 () {28 vars in 585 bytes} [Fri Feb 27 23:01:20 2026] GET /v2.0/networks => generated 2167 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/426] 10.0.0.153 () {28 vars in 599 bytes} [Fri Feb 27 23:01:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/427] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:01:20 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: 212/428] 10.0.0.153 () {28 vars in 624 bytes} [Fri Feb 27 23:01:20 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: 217/429] 10.0.0.153 () {28 vars in 619 bytes} [Fri Feb 27 23:01:20 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: 213/430] 10.0.0.153 () {28 vars in 579 bytes} [Fri Feb 27 23:01:20 2026] GET /v2.0/ports => generated 4721 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/439] 10.0.0.153 () {28 vars in 585 bytes} [Fri Feb 27 23:02:20 2026] GET /v2.0/networks => generated 2167 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/440] 10.0.0.153 () {28 vars in 579 bytes} [Fri Feb 27 23:02:20 2026] GET /v2.0/ports => generated 4721 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/441] 10.0.0.153 () {28 vars in 619 bytes} [Fri Feb 27 23:02:20 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: 223/442] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:02:20 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: 8|app: 0|req: 220/443] 10.0.0.153 () {28 vars in 599 bytes} [Fri Feb 27 23:02:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/444] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:02:20 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: 221/445] 10.0.0.153 () {28 vars in 624 bytes} [Fri Feb 27 23:02:20 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: 225/446] 10.0.0.153 () {28 vars in 581 bytes} [Fri Feb 27 23:02:20 2026] GET /v2.0/agents => generated 3385 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/447] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:02:20 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: 226/448] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:02:20 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: 223/449] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:02:20 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: 228/458] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:03:20 2026] GET /v2.0/subnets => generated 1308 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/459] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:03:20 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: 8|app: 0|req: 229/460] 10.0.0.153 () {28 vars in 579 bytes} [Fri Feb 27 23:03:20 2026] GET /v2.0/ports => generated 4721 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/461] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:03:20 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: 8|app: 0|req: 230/462] 10.0.0.153 () {28 vars in 624 bytes} [Fri Feb 27 23:03:20 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: 233/463] 10.0.0.153 () {28 vars in 581 bytes} [Fri Feb 27 23:03:20 2026] GET /v2.0/agents => generated 3385 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/464] 10.0.0.153 () {28 vars in 619 bytes} [Fri Feb 27 23:03:20 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: 7|app: 0|req: 234/465] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:03:20 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: 232/466] 10.0.0.153 () {28 vars in 599 bytes} [Fri Feb 27 23:03:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/467] 10.0.0.153 () {28 vars in 585 bytes} [Fri Feb 27 23:03:20 2026] GET /v2.0/networks => generated 2167 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/468] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:03:20 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) 2026-02-27 23:04:18.983 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5c622b00-1111-4a91-b9d3-ee03989c3f18 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 238/477] 199.204.45.162 () {44 vars in 927 bytes} [Fri Feb 27 23:04:18 2026] GET /v2.0/networks/public => generated 108 bytes in 71 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/478] 199.204.45.162 () {44 vars in 949 bytes} [Fri Feb 27 23:04:18 2026] GET /v2.0/networks?name=public => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:04:20.240 8 INFO neutron.pecan_wsgi.hooks.translation [None req-56226a9f-dfaf-4d89-97bc-ae8a3b32454c 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 239/479] 199.204.45.162 () {44 vars in 927 bytes} [Fri Feb 27 23:04:20 2026] GET /v2.0/networks/public => generated 108 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/480] 199.204.45.162 () {44 vars in 949 bytes} [Fri Feb 27 23:04:20 2026] GET /v2.0/networks?name=public => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:04:20.314 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a278bade-f98a-4114-890d-3bca20446473 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 240/481] 199.204.45.162 () {44 vars in 1034 bytes} [Fri Feb 27 23:04:20 2026] GET /v2.0/subnets/public-subnet?network_id=dcb0d11b-f985-42fd-9024-177a874f12e1 => generated 113 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/482] 199.204.45.162 () {44 vars in 1057 bytes} [Fri Feb 27 23:04:20 2026] GET /v2.0/subnets?name=public-subnet&network_id=dcb0d11b-f985-42fd-9024-177a874f12e1 => generated 667 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/483] 10.0.0.153 () {28 vars in 579 bytes} [Fri Feb 27 23:04:20 2026] GET /v2.0/ports => generated 4721 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/484] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:04:20 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/485] 10.0.0.153 () {28 vars in 624 bytes} [Fri Feb 27 23:04:20 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: 7|app: 0|req: 244/486] 10.0.0.153 () {28 vars in 585 bytes} [Fri Feb 27 23:04:20 2026] GET /v2.0/networks => generated 2167 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/487] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:04:20 2026] GET /v2.0/subnets => generated 1308 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/488] 10.0.0.153 () {28 vars in 619 bytes} [Fri Feb 27 23:04:20 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: 8|app: 0|req: 244/489] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:04:20 2026] GET /v2.0/subnets => generated 1308 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/490] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:04:20 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: 8|app: 0|req: 245/491] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:04:20 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: 247/492] 10.0.0.153 () {28 vars in 599 bytes} [Fri Feb 27 23:04:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/493] 10.0.0.153 () {28 vars in 581 bytes} [Fri Feb 27 23:04:20 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 23:04:46.869 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e438b472-3581-477a-a732-9231c014725e 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 250/498] 199.204.45.162 () {44 vars in 937 bytes} [Fri Feb 27 23:04:46 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: 249/499] 199.204.45.162 () {44 vars in 959 bytes} [Fri Feb 27 23:04:46 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:04:47.847 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a924e519-cd82-48c6-9a9c-832ffd9dbae9 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 251/500] 199.204.45.162 () {44 vars in 937 bytes} [Fri Feb 27 23:04:47 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/501] 199.204.45.162 () {44 vars in 959 bytes} [Fri Feb 27 23:04:47 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:04:47.922 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f2d2b4f5-0c6e-4a07-b68c-33a096fdd48a 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 252/502] 199.204.45.162 () {44 vars in 1036 bytes} [Fri Feb 27 23:04:47 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=88205cbe-a947-4794-9823-d299d1c79649 => generated 114 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/503] 199.204.45.162 () {44 vars in 1059 bytes} [Fri Feb 27 23:04:47 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=88205cbe-a947-4794-9823-d299d1c79649 => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:04:49.214 7 INFO neutron.api.v2.resource [None req-d39df31b-cd20-4564-8706-cf8d86539bbd 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 253/504] 199.204.45.162 () {44 vars in 971 bytes} [Fri Feb 27 23:04:49 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/505] 199.204.45.162 () {44 vars in 993 bytes} [Fri Feb 27 23:04:49 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/506] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 23:04:50 2026] GET /v2.0/security-groups/52a65db0-52de-45bb-9194-130ab553ec1d => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/507] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 23:04:50 2026] GET /v2.0/security-groups/52a65db0-52de-45bb-9194-130ab553ec1d => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/508] 199.204.45.162 () {44 vars in 1011 bytes} [Fri Feb 27 23:04:50 2026] GET /v2.0/security-group-rules/9e1adef2-c0d6-40a0-a0d1-cdfd4eeb67c1 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/509] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 23:04:51 2026] GET /v2.0/security-groups/52a65db0-52de-45bb-9194-130ab553ec1d => generated 4694 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/510] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 23:04:51 2026] GET /v2.0/security-groups/52a65db0-52de-45bb-9194-130ab553ec1d => generated 4694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/511] 199.204.45.162 () {44 vars in 1011 bytes} [Fri Feb 27 23:04:51 2026] GET /v2.0/security-group-rules/c3274b99-5be5-4146-ba42-b490cceddd2d => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/512] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 23:04:52 2026] GET /v2.0/security-groups/52a65db0-52de-45bb-9194-130ab553ec1d => generated 4694 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/513] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 23:04:52 2026] GET /v2.0/security-groups/52a65db0-52de-45bb-9194-130ab553ec1d => generated 4694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/514] 199.204.45.162 () {44 vars in 1011 bytes} [Fri Feb 27 23:04:52 2026] GET /v2.0/security-group-rules/9a16ab89-9fcc-4d26-993b-c2e0a47db89d => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/515] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 23:04:53 2026] GET /v2.0/security-groups/52a65db0-52de-45bb-9194-130ab553ec1d => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/516] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 23:04:53 2026] GET /v2.0/security-groups/52a65db0-52de-45bb-9194-130ab553ec1d => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/517] 199.204.45.162 () {44 vars in 1011 bytes} [Fri Feb 27 23:04:53 2026] GET /v2.0/security-group-rules/37f1abac-53bd-4e4f-b549-569588ea4f7b => generated 603 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/518] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 23:04:54 2026] GET /v2.0/security-groups/52a65db0-52de-45bb-9194-130ab553ec1d => generated 4694 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/519] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 23:04:54 2026] GET /v2.0/security-groups/52a65db0-52de-45bb-9194-130ab553ec1d => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/520] 199.204.45.162 () {44 vars in 1011 bytes} [Fri Feb 27 23:04:54 2026] GET /v2.0/security-group-rules/fe4788e9-9947-49d2-8360-06ee14696cd3 => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/521] 199.204.45.162 () {44 vars in 987 bytes} [Fri Feb 27 23:04:55 2026] GET /v2.0/networks/88205cbe-a947-4794-9823-d299d1c79649 => generated 731 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:04:55.589 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a276e0c8-b10d-44a7-b724-f51239ea3fa4 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 262/522] 199.204.45.162 () {44 vars in 1076 bytes} [Fri Feb 27 23:04:55 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=88205cbe-a947-4794-9823-d299d1c79649 => 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: 261/523] 199.204.45.162 () {44 vars in 1099 bytes} [Fri Feb 27 23:04:55 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=88205cbe-a947-4794-9823-d299d1c79649 => generated 1250 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/524] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 23:04:55 2026] GET /v2.0/security-groups/52a65db0-52de-45bb-9194-130ab553ec1d => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:05:03.694 7 INFO neutron.pecan_wsgi.hooks.translation [None req-67d258ab-fd9f-4d1b-b419-b40011d11434 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 265/527] 199.204.45.162 () {44 vars in 979 bytes} [Fri Feb 27 23:05:03 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/528] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 23:05:03 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/529] 199.204.45.162 () {44 vars in 920 bytes} [Fri Feb 27 23:05:05 2026] GET /v2.0/ports => generated 4721 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:05:06.305 8 INFO neutron.api.v2.resource [None req-6f05a379-8a8c-45ff-bdb5-00839a60f795 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 264/530] 199.204.45.162 () {44 vars in 959 bytes} [Fri Feb 27 23:05:06 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/531] 199.204.45.162 () {44 vars in 981 bytes} [Fri Feb 27 23:05:06 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/532] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 23:05:07 2026] GET /v2.0/security-groups/34669891-8a92-4bc8-afc5-99dfc9c464d3 => generated 2882 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/533] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 23:05:07 2026] GET /v2.0/security-groups/34669891-8a92-4bc8-afc5-99dfc9c464d3 => generated 2882 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/534] 199.204.45.162 () {44 vars in 1011 bytes} [Fri Feb 27 23:05:07 2026] GET /v2.0/security-group-rules/d64a82f4-4b03-413c-af97-13c15fccb183 => generated 621 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/535] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 23:05:08 2026] GET /v2.0/security-groups/34669891-8a92-4bc8-afc5-99dfc9c464d3 => generated 2882 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/536] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 23:05:08 2026] GET /v2.0/security-groups/34669891-8a92-4bc8-afc5-99dfc9c464d3 => generated 2882 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/537] 199.204.45.162 () {44 vars in 1011 bytes} [Fri Feb 27 23:05:08 2026] GET /v2.0/security-group-rules/02fba8ce-f908-4362-a3cf-1f14c0e12e97 => generated 625 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/540] 199.204.45.162 () {44 vars in 975 bytes} [Fri Feb 27 23:05:19 2026] GET /v2.0/quotas/d66f387d1d2b459cba84f7f538c886f5 => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/541] 10.0.0.153 () {28 vars in 585 bytes} [Fri Feb 27 23:05:20 2026] GET /v2.0/networks => generated 2167 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/542] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:05:20 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: 273/543] 10.0.0.153 () {28 vars in 579 bytes} [Fri Feb 27 23:05:20 2026] GET /v2.0/ports => generated 4721 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/544] 10.0.0.153 () {28 vars in 581 bytes} [Fri Feb 27 23:05:20 2026] GET /v2.0/agents => generated 3385 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/545] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:05:20 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/546] 10.0.0.153 () {28 vars in 624 bytes} [Fri Feb 27 23:05:20 2026] GET /v2.0/agents?binary=ovn-controller => 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: 275/547] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:05:20 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: 8|app: 0|req: 273/548] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:05:20 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: 7|app: 0|req: 276/549] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:05:20 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: 274/550] 10.0.0.153 () {28 vars in 599 bytes} [Fri Feb 27 23:05:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/551] 10.0.0.153 () {28 vars in 619 bytes} [Fri Feb 27 23:05:20 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:06:11.609 8 INFO neutron.api.v2.resource [None req-4ee2fdad-86c2-442f-8028-ed4bf7778753 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 278/558] 199.204.45.162 () {44 vars in 1074 bytes} [Fri Feb 27 23:06:11 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=481917a7bae741f195ad9eb3e152f827 => generated 139 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/559] 199.204.45.162 () {44 vars in 1097 bytes} [Fri Feb 27 23:06:11 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=481917a7bae741f195ad9eb3e152f827 => generated 4072 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/560] 199.204.45.162 () {44 vars in 1088 bytes} [Fri Feb 27 23:06:12 2026] GET /v2.0/security-groups/c035f5ba-e5d1-4011-9cd2-05a22b4bfc08?project_id=481917a7bae741f195ad9eb3e152f827 => 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: 282/561] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 23:06:12 2026] GET /v2.0/security-groups/c035f5ba-e5d1-4011-9cd2-05a22b4bfc08 => 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: 280/562] 199.204.45.162 () {44 vars in 1011 bytes} [Fri Feb 27 23:06:12 2026] GET /v2.0/security-group-rules/0da552a4-2e4a-4ac2-8966-9bfafb47c269 => generated 597 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/563] 199.204.45.162 () {44 vars in 1088 bytes} [Fri Feb 27 23:06:13 2026] GET /v2.0/security-groups/c035f5ba-e5d1-4011-9cd2-05a22b4bfc08?project_id=481917a7bae741f195ad9eb3e152f827 => generated 4075 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/564] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 23:06:13 2026] GET /v2.0/security-groups/c035f5ba-e5d1-4011-9cd2-05a22b4bfc08 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/565] 199.204.45.162 () {44 vars in 1011 bytes} [Fri Feb 27 23:06:13 2026] GET /v2.0/security-group-rules/9f9bd52a-6e88-4aa1-9f52-af7ed033ce3a => generated 599 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/566] 199.204.45.162 () {44 vars in 1088 bytes} [Fri Feb 27 23:06:14 2026] GET /v2.0/security-groups/c035f5ba-e5d1-4011-9cd2-05a22b4bfc08?project_id=481917a7bae741f195ad9eb3e152f827 => 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: 285/567] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 23:06:14 2026] GET /v2.0/security-groups/c035f5ba-e5d1-4011-9cd2-05a22b4bfc08 => generated 4075 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/568] 199.204.45.162 () {44 vars in 1011 bytes} [Fri Feb 27 23:06:14 2026] GET /v2.0/security-group-rules/0df402d5-3cab-4d65-b95b-03497132111a => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/569] 199.204.45.162 () {44 vars in 1088 bytes} [Fri Feb 27 23:06:15 2026] GET /v2.0/security-groups/c035f5ba-e5d1-4011-9cd2-05a22b4bfc08?project_id=481917a7bae741f195ad9eb3e152f827 => generated 4075 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/570] 199.204.45.162 () {44 vars in 1001 bytes} [Fri Feb 27 23:06:15 2026] GET /v2.0/security-groups/c035f5ba-e5d1-4011-9cd2-05a22b4bfc08 => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/571] 199.204.45.162 () {44 vars in 1011 bytes} [Fri Feb 27 23:06:15 2026] GET /v2.0/security-group-rules/33ac5798-d69d-4724-be2e-0317a4269803 => generated 602 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/574] 10.0.0.153 () {28 vars in 599 bytes} [Fri Feb 27 23:06:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/575] 10.0.0.153 () {28 vars in 579 bytes} [Fri Feb 27 23:06:20 2026] GET /v2.0/ports => generated 4721 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/576] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:06:20 2026] GET /v2.0/floatingips => 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: 287/577] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:06:20 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: 291/578] 10.0.0.153 () {28 vars in 624 bytes} [Fri Feb 27 23:06:20 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: 288/579] 10.0.0.153 () {28 vars in 581 bytes} [Fri Feb 27 23:06:20 2026] GET /v2.0/agents => generated 3385 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/580] 10.0.0.153 () {28 vars in 619 bytes} [Fri Feb 27 23:06:20 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: 289/581] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:06:20 2026] GET /v2.0/subnets => generated 1308 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/582] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:06: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) [pid: 8|app: 0|req: 290/583] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:06: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: 7|app: 0|req: 294/584] 10.0.0.153 () {28 vars in 585 bytes} [Fri Feb 27 23:06:20 2026] GET /v2.0/networks => generated 2167 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/585] 199.204.45.162 () {44 vars in 975 bytes} [Fri Feb 27 23:06:23 2026] GET /v2.0/quotas/481917a7bae741f195ad9eb3e152f827 => 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: 298/592] 199.204.45.162 () {44 vars in 949 bytes} [Fri Feb 27 23:07:05 2026] GET /v2.0/networks?name=public => generated 753 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/595] 10.0.0.153 () {28 vars in 599 bytes} [Fri Feb 27 23:07:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/596] 10.0.0.153 () {28 vars in 579 bytes} [Fri Feb 27 23:07:20 2026] GET /v2.0/ports => generated 4721 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/597] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:07:20 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/598] 10.0.0.153 () {28 vars in 624 bytes} [Fri Feb 27 23:07:20 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: 7|app: 0|req: 302/599] 10.0.0.153 () {28 vars in 585 bytes} [Fri Feb 27 23:07:20 2026] GET /v2.0/networks => generated 2167 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/600] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:07:20 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: 303/601] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:07:20 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: 299/602] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:07:20 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: 7|app: 0|req: 304/603] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:07:20 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: 300/604] 10.0.0.153 () {28 vars in 581 bytes} [Fri Feb 27 23:07:20 2026] GET /v2.0/agents => generated 3385 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/605] 10.0.0.153 () {28 vars in 619 bytes} [Fri Feb 27 23:07:20 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: 7|app: 0|req: 307/608] 10.0.0.113 () {32 vars in 649 bytes} [Fri Feb 27 23:07:44 2026] GET /v2.0/networks => generated 2167 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/609] 10.0.0.113 () {32 vars in 655 bytes} [Fri Feb 27 23:07:46 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: 7|app: 0|req: 308/610] 10.0.0.113 () {32 vars in 647 bytes} [Fri Feb 27 23:07:46 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: 303/611] 10.0.0.113 () {32 vars in 643 bytes} [Fri Feb 27 23:07:46 2026] GET /v2.0/ports => generated 4721 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/612] 10.0.0.113 () {32 vars in 647 bytes} [Fri Feb 27 23:07:46 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: 7|app: 0|req: 311/615] 10.0.0.113 () {32 vars in 649 bytes} [Fri Feb 27 23:07:46 2026] GET /v2.0/networks => generated 2167 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/616] 10.0.0.113 () {32 vars in 663 bytes} [Fri Feb 27 23:07:46 2026] GET /v2.0/security-groups => generated 17397 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/617] 10.0.0.113 () {32 vars in 655 bytes} [Fri Feb 27 23:07:46 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) 2026-02-27 23:07:57.159 8 INFO neutron.db.segments_db [None req-c42a4bc9-ff68-4bd8-ac5a-eb507a3f8858 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Added segment 6abfee37-ac09-4203-9cfa-930c422455ab of type vxlan for network 5de7f558-f51f-4208-a8e3-0871de378fc4 2026-02-27 23:07:57.186 7 INFO neutron.db.segments_db [None req-7feeb81d-e9ac-443d-b5da-8bc698a783ce 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Added segment 687c8dc6-2aa5-4a9e-9267-4f29ccba1ad7 of type vxlan for network e08f989b-5681-40f8-99d0-2525a58a92e2 [pid: 8|app: 0|req: 306/618] 10.0.0.113 () {34 vars in 671 bytes} [Fri Feb 27 23:07:56 2026] POST /v2.0/networks => generated 729 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/619] 10.0.0.113 () {34 vars in 671 bytes} [Fri Feb 27 23:07:56 2026] POST /v2.0/networks => generated 725 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/620] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:07:57 2026] POST /v2.0/subnets => generated 695 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:07:57.537 8 INFO neutron.db.segments_db [None req-233934bb-022b-4624-a274-789e7a902e3a 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Added segment 07c8570d-664c-44f5-9143-52657320c920 of type vxlan for network f0d2aa81-26c7-4962-b793-7344f50a88db [pid: 8|app: 0|req: 307/621] 10.0.0.113 () {34 vars in 671 bytes} [Fri Feb 27 23:07:57 2026] POST /v2.0/networks => generated 718 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:07:57.662 8 INFO neutron.db.segments_db [None req-f4cff6fe-af13-4091-8c0f-4027e1442b68 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Added segment 1aa68f3a-75c7-4d32-9cc4-0ee09b8ef78c of type vxlan for network 23d582f9-1bf9-44ed-b6cb-0387b810ce74 [pid: 7|app: 0|req: 315/622] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:07:57 2026] POST /v2.0/subnets => generated 691 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/623] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:07:57 2026] GET /v2.0/security-groups?tenant_id=88ff660193034bf0a99819787f33bda3&name=default => generated 2921 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:07:57.917 8 INFO neutron.db.l3_hamode_db [None req-f4cff6fe-af13-4091-8c0f-4027e1442b68 82d63d7528f5443898a88ff4cfa98c42 c37f3cd8f55a425688b0b943a8a94337 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 317/624] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:07:57 2026] POST /v2.0/subnets => generated 684 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:07:58.037 7 INFO neutron.db.segments_db [None req-2859d022-7851-4bd7-94d3-2fd3289ca46b 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Added segment 56a393e8-897a-4e8a-9f09-84177854745a of type vxlan for network e4060271-69b3-43f7-b5c2-e1dc049c4a3e 2026-02-27 23:07:58.292 7 INFO neutron.db.l3_hamode_db [None req-2859d022-7851-4bd7-94d3-2fd3289ca46b 82d63d7528f5443898a88ff4cfa98c42 43fcf04aff86479d91d9e95ea75bc674 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 23:07:59.063 8 INFO neutron.db.l3_hamode_db [None req-f4cff6fe-af13-4091-8c0f-4027e1442b68 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 23:07:59.330 7 INFO neutron.db.l3_hamode_db [None req-2859d022-7851-4bd7-94d3-2fd3289ca46b 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 308/625] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:07:57 2026] POST /v2.0/routers => generated 735 bytes in 2451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/626] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:08:00 2026] DELETE /v2.0/security-groups/d14b2a09-7091-4158-83a4-3f2845c87d3a => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:08:00.233 8 INFO neutron.db.segments_db [None req-e07d9a79-a8a5-4559-aff3-ab63a8173042 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Added segment 09315c8b-82f9-4bac-ba9b-6fd345ec1186 of type vxlan for network 284140bd-1a6e-4e0a-ac74-de6edc9e31a6 [pid: 7|app: 0|req: 318/627] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:07:57 2026] POST /v2.0/routers => generated 731 bytes in 2406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:08:00.503 8 INFO neutron.db.l3_hamode_db [None req-e07d9a79-a8a5-4559-aff3-ab63a8173042 82d63d7528f5443898a88ff4cfa98c42 9d38931efda94023a33e8379a66535bb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 23:08:01.240 8 INFO neutron.db.l3_hamode_db [None req-e07d9a79-a8a5-4559-aff3-ab63a8173042 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 319/628] 10.0.0.113 () {34 vars in 783 bytes} [Fri Feb 27 23:08:00 2026] PUT /v2.0/routers/7d459beb-c021-4a2e-8908-2809f0f2f657/add_router_interface => generated 309 bytes in 964 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/629] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:08:00 2026] POST /v2.0/routers => generated 724 bytes in 2043 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:08:02.524 8 INFO neutron.db.segments_db [None req-c6ced54c-1b0d-48af-8b42-96c0cb12d579 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Added segment 755cab2d-66e5-48ea-9f57-01f6502b86d9 of type vxlan for network 37482ea4-d767-45bb-b8f5-4dd60e535619 [pid: 7|app: 0|req: 320/632] 10.0.0.113 () {34 vars in 783 bytes} [Fri Feb 27 23:08:01 2026] PUT /v2.0/routers/600a181a-84c9-4dc0-ac4e-498f09fb6244/add_router_interface => generated 309 bytes in 1202 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/633] 10.0.0.113 () {34 vars in 671 bytes} [Fri Feb 27 23:08:02 2026] POST /v2.0/networks => generated 725 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/634] 10.0.0.208 () {38 vars in 971 bytes} [Fri Feb 27 23:08:02 2026] POST /v2.0/security-groups => generated 1685 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/635] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:08:02 2026] POST /v2.0/subnets => generated 691 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/636] 10.0.0.208 () {38 vars in 971 bytes} [Fri Feb 27 23:08:03 2026] POST /v2.0/security-groups => generated 1680 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-27 23:08:03.262 8 INFO neutron.db.segments_db [None req-16b888c8-e7a7-43d2-b5c7-e34003022d91 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Added segment 504b55ec-3874-4e32-89cf-8027b231859a of type vxlan for network e1870265-f011-47c4-a759-be7a9dd0a122 2026-02-27 23:08:03.484 8 INFO neutron.db.l3_hamode_db [None req-16b888c8-e7a7-43d2-b5c7-e34003022d91 82d63d7528f5443898a88ff4cfa98c42 86900e9cdcd4480e96311e553f0da670 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 321/637] 10.0.0.113 () {34 vars in 783 bytes} [Fri Feb 27 23:08:02 2026] PUT /v2.0/routers/616f0f3c-8a7d-4e9f-9f92-5438d8bcb726/add_router_interface => generated 309 bytes in 1300 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/638] 10.0.0.208 () {34 vars in 991 bytes} [Fri Feb 27 23:08:03 2026] GET /v2.0/security-groups/394b70ea-2c6d-4d13-9621-f5a861b52fd6 => generated 1685 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/639] 10.0.0.208 () {38 vars in 971 bytes} [Fri Feb 27 23:08:03 2026] POST /v2.0/security-groups => generated 1680 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-27 23:08:04.173 8 INFO neutron.db.l3_hamode_db [None req-16b888c8-e7a7-43d2-b5c7-e34003022d91 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 324/640] 10.0.0.208 () {38 vars in 981 bytes} [Fri Feb 27 23:08:04 2026] POST /v2.0/security-group-rules => generated 614 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/641] 10.0.0.208 () {38 vars in 971 bytes} [Fri Feb 27 23:08:04 2026] POST /v2.0/security-groups => generated 1681 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/642] 10.0.0.208 () {38 vars in 971 bytes} [Fri Feb 27 23:08:04 2026] POST /v2.0/security-groups => generated 1685 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/643] 10.0.0.113 () {34 vars in 685 bytes} [Fri Feb 27 23:08:04 2026] POST /v2.0/security-groups => generated 1660 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/644] 10.0.0.208 () {34 vars in 1002 bytes} [Fri Feb 27 23:08:04 2026] GET /v2.0/security-groups?tenant_id=43fcf04aff86479d91d9e95ea75bc674 => generated 7902 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/645] 10.0.0.208 () {34 vars in 991 bytes} [Fri Feb 27 23:08:04 2026] GET /v2.0/security-groups/8e4cf930-a310-419f-a1ee-71ddbc09a6fc => generated 1685 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/646] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:08:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/647] 10.0.0.208 () {34 vars in 991 bytes} [Fri Feb 27 23:08:04 2026] GET /v2.0/security-groups/297b579c-0189-4b4f-88ea-8227669cdf65 => generated 2918 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/648] 10.0.0.208 () {38 vars in 981 bytes} [Fri Feb 27 23:08:04 2026] POST /v2.0/security-group-rules => generated 614 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/649] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:08:03 2026] POST /v2.0/routers => generated 731 bytes in 1992 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/650] 10.0.0.208 () {34 vars in 991 bytes} [Fri Feb 27 23:08:05 2026] GET /v2.0/security-groups/297b579c-0189-4b4f-88ea-8227669cdf65 => generated 2918 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/651] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:08:05 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/652] 10.0.0.208 () {34 vars in 991 bytes} [Fri Feb 27 23:08:05 2026] GET /v2.0/security-groups/8e4cf930-a310-419f-a1ee-71ddbc09a6fc => generated 2310 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/653] 10.0.0.113 () {34 vars in 676 bytes} [Fri Feb 27 23:08:05 2026] POST /v2.0/floatingips => generated 552 bytes in 528 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/654] 10.0.0.208 () {34 vars in 991 bytes} [Fri Feb 27 23:08:05 2026] GET /v2.0/security-groups/fd7d9e22-2e22-44b0-9145-7ca58bd339f4 => generated 1680 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/655] 10.0.0.208 () {38 vars in 981 bytes} [Fri Feb 27 23:08:05 2026] POST /v2.0/security-group-rules => generated 619 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/656] 10.0.0.208 () {36 vars in 1013 bytes} [Fri Feb 27 23:08:05 2026] DELETE /v2.0/security-groups/fd7d9e22-2e22-44b0-9145-7ca58bd339f4 => 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: 324/657] 10.0.0.208 () {34 vars in 991 bytes} [Fri Feb 27 23:08:06 2026] GET /v2.0/security-groups/8e4cf930-a310-419f-a1ee-71ddbc09a6fc => generated 2940 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:08:06.058 8 INFO neutron.api.v2.resource [req-a566399b-9d54-4f88-9a2b-6f1159cdb200 req-f2848665-d513-4e98-9591-76b1c18d9f2c 0f387a7ba29447f496370eedfd81dfd9 43fcf04aff86479d91d9e95ea75bc674 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 325/658] 10.0.0.208 () {34 vars in 991 bytes} [Fri Feb 27 23:08:06 2026] GET /v2.0/security-groups/fd7d9e22-2e22-44b0-9145-7ca58bd339f4 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/659] 10.0.0.208 () {34 vars in 1001 bytes} [Fri Feb 27 23:08:06 2026] GET /v2.0/security-group-rules/f6cdcd67-8b62-4f06-8ff7-88e74f2d501e => generated 616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/660] 10.0.0.208 () {34 vars in 991 bytes} [Fri Feb 27 23:08:06 2026] GET /v2.0/security-groups/13d23162-2877-482f-9fcb-8e8eff253a59 => generated 1680 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/661] 10.0.0.208 () {34 vars in 991 bytes} [Fri Feb 27 23:08:06 2026] GET /v2.0/security-groups/8e4cf930-a310-419f-a1ee-71ddbc09a6fc => generated 2940 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/662] 10.0.0.208 () {36 vars in 1013 bytes} [Fri Feb 27 23:08:06 2026] DELETE /v2.0/security-groups/13d23162-2877-482f-9fcb-8e8eff253a59 => 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: 330/663] 10.0.0.208 () {36 vars in 1023 bytes} [Fri Feb 27 23:08:06 2026] DELETE /v2.0/security-group-rules/f6cdcd67-8b62-4f06-8ff7-88e74f2d501e => 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: 334/664] 10.0.0.113 () {34 vars in 783 bytes} [Fri Feb 27 23:08:05 2026] PUT /v2.0/routers/4980b56b-a900-4ddb-ae7b-63535bf2b80c/add_router_interface => generated 309 bytes in 1109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:08:06.379 8 INFO neutron.api.v2.resource [req-2929cadc-6ce5-44a8-9950-ba1a6b161e0f req-f3e71981-831b-401c-bbe2-9af5fcaa86e1 0f387a7ba29447f496370eedfd81dfd9 43fcf04aff86479d91d9e95ea75bc674 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 331/665] 10.0.0.208 () {34 vars in 991 bytes} [Fri Feb 27 23:08:06 2026] GET /v2.0/security-groups/13d23162-2877-482f-9fcb-8e8eff253a59 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/666] 10.0.0.208 () {34 vars in 1098 bytes} [Fri Feb 27 23:08:06 2026] GET /v2.0/security-groups?name=tempest-securitygroup--954004041&fields=id&tenant_id=9d38931efda94023a33e8379a66535bb => generated 69 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/667] 10.0.0.208 () {34 vars in 991 bytes} [Fri Feb 27 23:08:06 2026] GET /v2.0/security-groups/8e4cf930-a310-419f-a1ee-71ddbc09a6fc => generated 2310 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/668] 10.0.0.208 () {34 vars in 982 bytes} [Fri Feb 27 23:08:06 2026] GET /v2.0/networks?id=f0d2aa81-26c7-4962-b793-7344f50a88db => generated 669 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/669] 10.0.0.208 () {34 vars in 965 bytes} [Fri Feb 27 23:08:06 2026] GET /v2.0/quotas/9d38931efda94023a33e8379a66535bb => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/670] 10.0.0.208 () {36 vars in 1013 bytes} [Fri Feb 27 23:08:06 2026] DELETE /v2.0/security-groups/8e4cf930-a310-419f-a1ee-71ddbc09a6fc => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/671] 10.0.0.208 () {34 vars in 991 bytes} [Fri Feb 27 23:08:06 2026] GET /v2.0/security-groups/6c91dc30-7f85-49e2-8ef1-0a9e5bb1f2a1 => generated 1681 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/672] 10.0.0.208 () {34 vars in 1002 bytes} [Fri Feb 27 23:08:06 2026] GET /v2.0/ports?tenant_id=9d38931efda94023a33e8379a66535bb&fields=id => generated 57 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/673] 10.0.0.208 () {36 vars in 1013 bytes} [Fri Feb 27 23:08:06 2026] DELETE /v2.0/security-groups/6c91dc30-7f85-49e2-8ef1-0a9e5bb1f2a1 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/674] 10.0.0.208 () {34 vars in 991 bytes} [Fri Feb 27 23:08:06 2026] GET /v2.0/security-groups/394b70ea-2c6d-4d13-9621-f5a861b52fd6 => generated 2310 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/675] 10.0.0.208 () {36 vars in 1013 bytes} [Fri Feb 27 23:08:06 2026] DELETE /v2.0/security-groups/394b70ea-2c6d-4d13-9621-f5a861b52fd6 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:08:06.843 8 INFO neutron.api.v2.resource [req-a646760d-f965-4b9c-8ba3-148583584823 req-20a57dcc-9e61-41b6-a163-64c968ca65b7 0f387a7ba29447f496370eedfd81dfd9 43fcf04aff86479d91d9e95ea75bc674 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 337/676] 10.0.0.208 () {34 vars in 991 bytes} [Fri Feb 27 23:08:06 2026] GET /v2.0/security-groups/6c91dc30-7f85-49e2-8ef1-0a9e5bb1f2a1 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/677] 10.0.0.113 () {34 vars in 685 bytes} [Fri Feb 27 23:08:06 2026] POST /v2.0/security-groups => generated 1661 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/678] 10.0.0.208 () {34 vars in 1002 bytes} [Fri Feb 27 23:08:07 2026] GET /v2.0/security-groups?tenant_id=43fcf04aff86479d91d9e95ea75bc674 => generated 2921 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/679] 10.0.0.208 () {34 vars in 907 bytes} [Fri Feb 27 23:08:07 2026] GET /v2.0/extensions => generated 21537 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/680] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:08:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/681] 10.0.0.208 () {34 vars in 991 bytes} [Fri Feb 27 23:08:07 2026] GET /v2.0/security-groups/297b579c-0189-4b4f-88ea-8227669cdf65 => generated 2918 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:08:07.299 7 INFO neutron_taas.services.taas.taas_plugin [None req-da8cb131-3930-4789-899d-a4654c781bf6 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: ac126fb9-549e-4221-b26a-fbc5c5bfa8ed 2026-02-27 23:08:07.311 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da8cb131-3930-4789-899d-a4654c781bf6 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: ac126fb9-549e-4221-b26a-fbc5c5bfa8ed [pid: 8|app: 0|req: 343/682] 10.0.0.208 () {34 vars in 1008 bytes} [Fri Feb 27 23:08:07 2026] GET /v2.0/networks/f0d2aa81-26c7-4962-b793-7344f50a88db?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: 344/683] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:08:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/684] 10.0.0.208 () {34 vars in 991 bytes} [Fri Feb 27 23:08:07 2026] GET /v2.0/security-groups/297b579c-0189-4b4f-88ea-8227669cdf65 => generated 2918 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/685] 10.0.0.208 () {34 vars in 1108 bytes} [Fri Feb 27 23:08:07 2026] GET /v2.0/networks/f0d2aa81-26c7-4962-b793-7344f50a88db?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: 340/686] 10.0.0.113 () {34 vars in 789 bytes} [Fri Feb 27 23:08:06 2026] PUT /v2.0/routers/7d459beb-c021-4a2e-8908-2809f0f2f657/remove_router_interface => generated 309 bytes in 1098 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:08:07.928 7 INFO neutron.api.v2.resource [req-7dfa2df1-04bb-408d-ad58-006fd441d12a req-efbe0c91-8109-481e-b666-b2edd87c127c 0f387a7ba29447f496370eedfd81dfd9 43fcf04aff86479d91d9e95ea75bc674 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 341/687] 10.0.0.208 () {34 vars in 991 bytes} [Fri Feb 27 23:08:07 2026] GET /v2.0/security-groups/6c91dc30-7f85-49e2-8ef1-0a9e5bb1f2a1 => 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: 342/688] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:07 2026] GET /v2.0/ports?device_id=173663a8-2a21-49be-825e-d713598e78ac => 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: 347/689] 10.0.0.113 () {34 vars in 676 bytes} [Fri Feb 27 23:08:07 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) 2026-02-27 23:08:08.083 8 INFO neutron.api.v2.resource [req-8a383527-49b3-4d79-94c9-2bc94ac30830 req-b28484de-fd24-44c7-8153-45467b30e046 0f387a7ba29447f496370eedfd81dfd9 43fcf04aff86479d91d9e95ea75bc674 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 348/690] 10.0.0.208 () {34 vars in 991 bytes} [Fri Feb 27 23:08:08 2026] GET /v2.0/security-groups/13d23162-2877-482f-9fcb-8e8eff253a59 => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:08:08.134 8 INFO neutron.api.v2.resource [req-0b46b518-01ee-43ae-a34d-233405678625 req-b4099a92-fb59-441a-a0e7-c8acbdddea80 0f387a7ba29447f496370eedfd81dfd9 43fcf04aff86479d91d9e95ea75bc674 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 349/691] 10.0.0.208 () {34 vars in 991 bytes} [Fri Feb 27 23:08:08 2026] GET /v2.0/security-groups/fd7d9e22-2e22-44b0-9145-7ca58bd339f4 => generated 146 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:08:08.168 7 INFO neutron_taas.services.taas.taas_plugin [None req-f96651d5-ce58-4e62-b5f2-511aaf85df20 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: c6c74776-2921-40aa-8590-b03777658804 2026-02-27 23:08:08.171 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f96651d5-ce58-4e62-b5f2-511aaf85df20 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: c6c74776-2921-40aa-8590-b03777658804 2026-02-27 23:08:08.422 7 INFO neutron_taas.services.taas.taas_plugin [None req-f96651d5-ce58-4e62-b5f2-511aaf85df20 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 02f98e7b-697f-44d5-b0b4-d8b02ab3844a 2026-02-27 23:08:08.424 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f96651d5-ce58-4e62-b5f2-511aaf85df20 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 02f98e7b-697f-44d5-b0b4-d8b02ab3844a 2026-02-27 23:08:08.497 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-f96651d5-ce58-4e62-b5f2-511aaf85df20 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-02-27 23:08:08.628 8 INFO neutron_taas.services.taas.taas_plugin [None req-c1fbe038-3e43-4869-b2f4-644e0d6d4cf0 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 53f7dbb0-ce8d-4680-bbe9-eff425f179c3 2026-02-27 23:08:08.635 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1fbe038-3e43-4869-b2f4-644e0d6d4cf0 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 53f7dbb0-ce8d-4680-bbe9-eff425f179c3 2026-02-27 23:08:08.873 7 INFO neutron.db.l3_hamode_db [None req-f96651d5-ce58-4e62-b5f2-511aaf85df20 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] HA network 23d582f9-1bf9-44ed-b6cb-0387b810ce74 was deleted as no HA routers are present in tenant c37f3cd8f55a425688b0b943a8a94337. [pid: 7|app: 0|req: 343/692] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:08:07 2026] DELETE /v2.0/routers/7d459beb-c021-4a2e-8908-2809f0f2f657 => generated 0 bytes in 915 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/693] 10.0.0.208 () {34 vars in 1100 bytes} [Fri Feb 27 23:08:08 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1091333095&fields=id&tenant_id=86900e9cdcd4480e96311e553f0da670 => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/694] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:08:08 2026] DELETE /v2.0/subnets/a062ea87-8b69-49d8-a1f6-b25677171b54 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/695] 10.0.0.208 () {34 vars in 982 bytes} [Fri Feb 27 23:08:09 2026] GET /v2.0/networks?id=37482ea4-d767-45bb-b8f5-4dd60e535619 => generated 676 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/696] 10.0.0.113 () {34 vars in 789 bytes} [Fri Feb 27 23:08:08 2026] PUT /v2.0/routers/600a181a-84c9-4dc0-ac4e-498f09fb6244/remove_router_interface => generated 309 bytes in 1024 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/697] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:09 2026] GET /v2.0/ports?device_id=173663a8-2a21-49be-825e-d713598e78ac => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:08:09.234 7 INFO neutron.services.segments.plugin [-] Segment 1aa68f3a-75c7-4d32-9cc4-0ee09b8ef78c resource provider aggregate not found 2026-02-27 23:08:09.238 7 INFO neutron.services.segments.plugin [-] Segment 1aa68f3a-75c7-4d32-9cc4-0ee09b8ef78c resource provider aggregate not found 2026-02-27 23:08:09.263 7 INFO neutron.services.segments.plugin [-] Segment 1aa68f3a-75c7-4d32-9cc4-0ee09b8ef78c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1aa68f3a-75c7-4d32-9cc4-0ee09b8ef78c found for delete ", "request_id": "req-14efe4e9-31f5-4304-b44e-dd2ae5c34443"}]} 2026-02-27 23:08:09.264 7 INFO neutron.services.segments.plugin [-] Segment 1aa68f3a-75c7-4d32-9cc4-0ee09b8ef78c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1aa68f3a-75c7-4d32-9cc4-0ee09b8ef78c found for delete ", "request_id": "req-0b45e086-6892-4bb6-93af-34c2021e6903"}]} 2026-02-27 23:08:09.268 8 INFO neutron_taas.services.taas.taas_plugin [None req-076b90b2-7485-422e-afdc-7460292902be 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 5c76a8cb-5ef4-4cd5-a46f-0219406f465e 2026-02-27 23:08:09.270 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-076b90b2-7485-422e-afdc-7460292902be 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 5c76a8cb-5ef4-4cd5-a46f-0219406f465e 2026-02-27 23:08:09.399 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb9bfbe7-873f-4c8a-a775-61f2ff3e4289 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 0592362a-820a-4836-b8e0-6594c812f73e 2026-02-27 23:08:09.402 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb9bfbe7-873f-4c8a-a775-61f2ff3e4289 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 0592362a-820a-4836-b8e0-6594c812f73e [pid: 8|app: 0|req: 351/698] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:08:09 2026] DELETE /v2.0/networks/5de7f558-f51f-4208-a8e3-0871de378fc4 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/699] 10.0.0.208 () {34 vars in 965 bytes} [Fri Feb 27 23:08:09 2026] GET /v2.0/quotas/86900e9cdcd4480e96311e553f0da670 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/700] 10.0.0.208 () {34 vars in 1002 bytes} [Fri Feb 27 23:08:09 2026] GET /v2.0/ports?tenant_id=86900e9cdcd4480e96311e553f0da670&fields=id => generated 57 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:08:09.640 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb9bfbe7-873f-4c8a-a775-61f2ff3e4289 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 2b890cd3-e663-4d28-a7c0-1f3711b16d58 2026-02-27 23:08:09.642 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb9bfbe7-873f-4c8a-a775-61f2ff3e4289 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 2b890cd3-e663-4d28-a7c0-1f3711b16d58 [pid: 8|app: 0|req: 354/701] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:08:09 2026] GET /v2.0/security-groups?tenant_id=c37f3cd8f55a425688b0b943a8a94337&name=default => generated 2921 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/702] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:08:09 2026] DELETE /v2.0/security-groups/2ce8f6e6-bce2-4054-86fb-b5396c1ea214 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:08:10.027 7 INFO neutron.db.l3_hamode_db [None req-cb9bfbe7-873f-4c8a-a775-61f2ff3e4289 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] HA network e4060271-69b3-43f7-b5c2-e1dc049c4a3e was deleted as no HA routers are present in tenant 43fcf04aff86479d91d9e95ea75bc674. [pid: 7|app: 0|req: 348/703] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:08:09 2026] DELETE /v2.0/routers/600a181a-84c9-4dc0-ac4e-498f09fb6244 => generated 0 bytes in 829 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:08:10.056 8 INFO neutron.services.segments.plugin [-] Segment 6abfee37-ac09-4203-9cfa-930c422455ab resource provider aggregate not found [pid: 8|app: 0|req: 356/704] 10.0.0.208 () {34 vars in 907 bytes} [Fri Feb 27 23:08:10 2026] GET /v2.0/extensions => generated 21537 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-02-27 23:08:10.085 8 INFO neutron.services.segments.plugin [-] Segment 6abfee37-ac09-4203-9cfa-930c422455ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6abfee37-ac09-4203-9cfa-930c422455ab found for delete ", "request_id": "req-943b5fa8-3396-49da-a0bd-84f0b5ae42d5"}]} 2026-02-27 23:08:10.094 8 INFO neutron.services.segments.plugin [-] Segment 6abfee37-ac09-4203-9cfa-930c422455ab resource provider aggregate not found 2026-02-27 23:08:10.124 8 INFO neutron.services.segments.plugin [-] Segment 6abfee37-ac09-4203-9cfa-930c422455ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6abfee37-ac09-4203-9cfa-930c422455ab found for delete ", "request_id": "req-56df8afa-dc71-4c8c-afb1-33c82a27d6a8"}]} [pid: 8|app: 0|req: 357/705] 10.0.0.208 () {34 vars in 1008 bytes} [Fri Feb 27 23:08:10 2026] GET /v2.0/networks/37482ea4-d767-45bb-b8f5-4dd60e535619?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/706] 10.0.0.208 () {34 vars in 1108 bytes} [Fri Feb 27 23:08:10 2026] GET /v2.0/networks/37482ea4-d767-45bb-b8f5-4dd60e535619?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: 349/707] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:08:10 2026] DELETE /v2.0/subnets/d2ee7920-c64f-4caf-8e12-aea39dc5c695 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/708] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:10 2026] GET /v2.0/ports?device_id=173663a8-2a21-49be-825e-d713598e78ac => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:08:10.355 8 INFO neutron_taas.services.taas.taas_plugin [None req-d044a1ca-b1a8-4b88-a219-897f2625a0d3 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 6ff3978a-9e8c-45f4-92ea-441931edd87d 2026-02-27 23:08:10.357 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d044a1ca-b1a8-4b88-a219-897f2625a0d3 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 6ff3978a-9e8c-45f4-92ea-441931edd87d [pid: 7|app: 0|req: 351/709] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:10 2026] GET /v2.0/ports?device_id=1bb6d0f0-cf57-4447-9c65-04e8f1e4fb50 => 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: 359/710] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:08:10 2026] DELETE /v2.0/networks/e08f989b-5681-40f8-99d0-2525a58a92e2 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/711] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:08:10 2026] GET /v2.0/security-groups?tenant_id=43fcf04aff86479d91d9e95ea75bc674&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/712] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:08:10 2026] DELETE /v2.0/security-groups/297b579c-0189-4b4f-88ea-8227669cdf65 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:08:11.288 7 INFO neutron.services.segments.plugin [-] Segment 56a393e8-897a-4e8a-9f09-84177854745a resource provider aggregate not found 2026-02-27 23:08:11.288 7 INFO neutron.services.segments.plugin [-] Segment 56a393e8-897a-4e8a-9f09-84177854745a resource provider aggregate not found 2026-02-27 23:08:11.306 7 INFO neutron.services.segments.plugin [-] Segment 56a393e8-897a-4e8a-9f09-84177854745a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56a393e8-897a-4e8a-9f09-84177854745a found for delete ", "request_id": "req-70badd4f-d5b7-48e8-9614-47ef0a6947ce"}]} 2026-02-27 23:08:11.307 7 INFO neutron.services.segments.plugin [-] Segment 56a393e8-897a-4e8a-9f09-84177854745a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56a393e8-897a-4e8a-9f09-84177854745a found for delete ", "request_id": "req-77c2623f-711e-49c5-ba19-e395e80ffdd2"}]} [pid: 7|app: 0|req: 353/713] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:11 2026] GET /v2.0/ports?device_id=173663a8-2a21-49be-825e-d713598e78ac => 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: 361/714] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:11 2026] GET /v2.0/ports?device_id=1bb6d0f0-cf57-4447-9c65-04e8f1e4fb50 => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:08:12.102 8 INFO neutron.services.segments.plugin [-] Segment 687c8dc6-2aa5-4a9e-9267-4f29ccba1ad7 resource provider aggregate not found 2026-02-27 23:08:12.121 8 INFO neutron.services.segments.plugin [-] Segment 687c8dc6-2aa5-4a9e-9267-4f29ccba1ad7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 687c8dc6-2aa5-4a9e-9267-4f29ccba1ad7 found for delete ", "request_id": "req-126945dd-784c-4b99-937b-d819edb8a5ed"}]} 2026-02-27 23:08:12.149 8 INFO neutron.services.segments.plugin [-] Segment 687c8dc6-2aa5-4a9e-9267-4f29ccba1ad7 resource provider aggregate not found 2026-02-27 23:08:12.166 8 INFO neutron.services.segments.plugin [-] Segment 687c8dc6-2aa5-4a9e-9267-4f29ccba1ad7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 687c8dc6-2aa5-4a9e-9267-4f29ccba1ad7 found for delete ", "request_id": "req-f5c36fa8-498f-4df1-9a39-3324d5b09c8b"}]} [pid: 7|app: 0|req: 354/715] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:12 2026] GET /v2.0/ports?device_id=173663a8-2a21-49be-825e-d713598e78ac => 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: 362/716] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:12 2026] GET /v2.0/ports?device_id=1bb6d0f0-cf57-4447-9c65-04e8f1e4fb50 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:08:13.012 7 INFO neutron.db.segments_db [None req-a92dbcf7-12fe-432c-9ed1-18f1375f3354 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Added segment 7870d1fc-f916-4cc6-ad5b-e2a3126653d3 of type vxlan for network 5a840b37-9ad3-4cf7-85f7-a824578652be [pid: 7|app: 0|req: 355/717] 10.0.0.113 () {34 vars in 671 bytes} [Fri Feb 27 23:08:12 2026] POST /v2.0/networks => generated 733 bytes in 500 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/718] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:08:13 2026] POST /v2.0/subnets => generated 699 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:08:13.414 7 INFO neutron.db.segments_db [None req-efaa6d5e-091a-49b7-96c5-bc6d3e181b04 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Added segment 4dfe925a-1675-4779-a4d9-aa883e41e20f of type vxlan for network ac222101-0a2b-4a17-be5c-b3fe1ecc2759 [pid: 8|app: 0|req: 364/719] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:13 2026] GET /v2.0/ports?device_id=173663a8-2a21-49be-825e-d713598e78ac => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:08:13.663 7 INFO neutron.db.l3_hamode_db [None req-efaa6d5e-091a-49b7-96c5-bc6d3e181b04 82d63d7528f5443898a88ff4cfa98c42 2151c1000d4f48f28e5b5a72386518bb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 365/720] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:13 2026] GET /v2.0/ports?device_id=1bb6d0f0-cf57-4447-9c65-04e8f1e4fb50 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:08:14.469 7 INFO neutron.db.l3_hamode_db [None req-efaa6d5e-091a-49b7-96c5-bc6d3e181b04 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 366/721] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:08:14 2026] GET /v2.0/networks?id=f0d2aa81-26c7-4962-b793-7344f50a88db => generated 669 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/722] 199.204.45.162 () {34 vars in 911 bytes} [Fri Feb 27 23:08:14 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: 368/723] 199.204.45.162 () {34 vars in 1050 bytes} [Fri Feb 27 23:08:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9d38931efda94023a33e8379a66535bb => generated 180 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/724] 199.204.45.162 () {38 vars in 955 bytes} [Fri Feb 27 23:08:14 2026] POST /v2.0/ports => generated 954 bytes in 485 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: 370/725] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:15 2026] GET /v2.0/ports?device_id=173663a8-2a21-49be-825e-d713598e78ac => generated 957 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/726] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:08:13 2026] POST /v2.0/routers => generated 739 bytes in 1861 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/727] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:15 2026] GET /v2.0/ports?device_id=1bb6d0f0-cf57-4447-9c65-04e8f1e4fb50 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/728] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:15 2026] GET /v2.0/security-groups?id=59aa2ab5-5952-42fe-9e48-a7434f5a8383&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/729] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:08:15 2026] GET /v2.0/security-groups?tenant_id=9e9f4b4b03dd459c9f9e45992b39b2ff&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/730] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:08:15 2026] DELETE /v2.0/security-groups/890b99db-451f-45c0-84cb-935c8cda577a => 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: 373/731] 199.204.45.162 () {38 vars in 1028 bytes} [Fri Feb 27 23:08:15 2026] PUT /v2.0/ports/5ddb17d8-feee-4659-9250-a772332d8071 => generated 1235 bytes in 583 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: 374/732] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:08:16 2026] GET /v2.0/security-groups?tenant_id=f84162191f7541ecb4fb59e6cddb174c&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/733] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:08:16 2026] GET /v2.0/networks?id=37482ea4-d767-45bb-b8f5-4dd60e535619 => generated 676 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/734] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:08:16 2026] DELETE /v2.0/security-groups/1e8d3700-4779-4e45-ae6b-9136ebd00029 => 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: 377/735] 199.204.45.162 () {34 vars in 1050 bytes} [Fri Feb 27 23:08:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=86900e9cdcd4480e96311e553f0da670 => generated 181 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/736] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:16 2026] GET /v2.0/ports?device_id=1bb6d0f0-cf57-4447-9c65-04e8f1e4fb50 => 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: 379/737] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:16 2026] GET /v2.0/ports?device_id=173663a8-2a21-49be-825e-d713598e78ac => generated 969 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:08:16.650 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-09a66d57-d36a-4df5-95d4-1448065e43f1'] response: {'name': 'network-changed', 'server_uuid': '173663a8-2a21-49be-825e-d713598e78ac', 'tag': '5ddb17d8-feee-4659-9250-a772332d8071', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 359/740] 10.0.0.113 () {34 vars in 783 bytes} [Fri Feb 27 23:08:15 2026] PUT /v2.0/routers/e102ad2a-c244-4573-8142-803b614c2c81/add_router_interface => generated 309 bytes in 1429 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/741] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:16 2026] GET /v2.0/security-groups?id=59aa2ab5-5952-42fe-9e48-a7434f5a8383&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: 382/742] 199.204.45.162 () {38 vars in 955 bytes} [Fri Feb 27 23:08:16 2026] POST /v2.0/ports => generated 954 bytes in 492 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: 383/743] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:08:17 2026] GET /v2.0/ports?tenant_id=9d38931efda94023a33e8379a66535bb&device_id=173663a8-2a21-49be-825e-d713598e78ac => generated 1238 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/744] 199.204.45.162 () {34 vars in 1058 bytes} [Fri Feb 27 23:08:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=5ddb17d8-feee-4659-9250-a772332d8071 => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/745] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:08:17 2026] GET /v2.0/subnets?id=4ff6cc07-fd2c-474c-9560-80f8723e524e => generated 687 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/746] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:08:17 2026] GET /v2.0/ports?network_id=f0d2aa81-26c7-4962-b793-7344f50a88db&device_owner=network%3Adhcp => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/747] 199.204.45.162 () {38 vars in 1028 bytes} [Fri Feb 27 23:08:16 2026] PUT /v2.0/ports/76a5a0cb-7ccf-4a9d-bc6b-946139894d5c => generated 1235 bytes in 359 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: 387/748] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:08:17 2026] GET /v2.0/networks/f0d2aa81-26c7-4962-b793-7344f50a88db?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/749] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:08:17 2026] GET /v2.0/networks/f0d2aa81-26c7-4962-b793-7344f50a88db?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: 362/750] 10.0.0.113 () {34 vars in 685 bytes} [Fri Feb 27 23:08:17 2026] POST /v2.0/security-groups => generated 1660 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/751] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:08:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/752] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:17 2026] GET /v2.0/ports?device_id=1bb6d0f0-cf57-4447-9c65-04e8f1e4fb50 => generated 969 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/753] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:17 2026] GET /v2.0/security-groups?id=4099e3cd-65c7-4057-a62c-b3f8357a4479&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: 390/754] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:08:17 2026] POST /v2.0/security-group-rules => generated 602 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:08:17.845 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1b87c227-2f7d-4393-8d91-ff3816162aae'] response: {'name': 'network-changed', 'server_uuid': '1bb6d0f0-cf57-4447-9c65-04e8f1e4fb50', 'tag': '76a5a0cb-7ccf-4a9d-bc6b-946139894d5c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 391/755] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:17 2026] GET /v2.0/ports?device_id=173663a8-2a21-49be-825e-d713598e78ac => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/756] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:17 2026] GET /v2.0/security-groups?id=59aa2ab5-5952-42fe-9e48-a7434f5a8383&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/757] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:08:18 2026] GET /v2.0/ports?tenant_id=86900e9cdcd4480e96311e553f0da670&device_id=1bb6d0f0-cf57-4447-9c65-04e8f1e4fb50 => 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: 394/758] 199.204.45.162 () {34 vars in 1058 bytes} [Fri Feb 27 23:08:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=76a5a0cb-7ccf-4a9d-bc6b-946139894d5c => 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: 395/759] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:08:18 2026] GET /v2.0/subnets?id=d4ba69f9-bf04-47e9-8ea1-58a7a4fcd153 => generated 694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/760] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:08:18 2026] GET /v2.0/ports?tenant_id=9d38931efda94023a33e8379a66535bb&device_id=173663a8-2a21-49be-825e-d713598e78ac => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/761] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:08:18 2026] GET /v2.0/ports?network_id=37482ea4-d767-45bb-b8f5-4dd60e535619&device_owner=network%3Adhcp => 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: 398/762] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:08:18 2026] GET /v2.0/networks?id=f0d2aa81-26c7-4962-b793-7344f50a88db => generated 765 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/763] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:08:18 2026] GET /v2.0/networks/37482ea4-d767-45bb-b8f5-4dd60e535619?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: 400/764] 199.204.45.162 () {34 vars in 1058 bytes} [Fri Feb 27 23:08:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=5ddb17d8-feee-4659-9250-a772332d8071 => 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: 401/765] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:08:18 2026] GET /v2.0/networks/37482ea4-d767-45bb-b8f5-4dd60e535619?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: 402/766] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:08:18 2026] GET /v2.0/subnets?id=4ff6cc07-fd2c-474c-9560-80f8723e524e => generated 687 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/767] 10.0.0.113 () {34 vars in 676 bytes} [Fri Feb 27 23:08:17 2026] POST /v2.0/floatingips => generated 552 bytes in 1157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/768] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:18 2026] GET /v2.0/ports?device_id=1bb6d0f0-cf57-4447-9c65-04e8f1e4fb50 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/769] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:18 2026] GET /v2.0/security-groups?id=4099e3cd-65c7-4057-a62c-b3f8357a4479&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: 403/770] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:08:18 2026] GET /v2.0/ports?network_id=f0d2aa81-26c7-4962-b793-7344f50a88db&device_owner=network%3Adhcp => generated 12 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/771] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:08:19 2026] GET /v2.0/networks/f0d2aa81-26c7-4962-b793-7344f50a88db?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: 368/772] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:19 2026] GET /v2.0/ports?device_id=173663a8-2a21-49be-825e-d713598e78ac => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/773] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:19 2026] GET /v2.0/security-groups?id=59aa2ab5-5952-42fe-9e48-a7434f5a8383&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/774] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:08:19 2026] GET /v2.0/networks/f0d2aa81-26c7-4962-b793-7344f50a88db?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/775] 10.0.0.208 () {34 vars in 1100 bytes} [Fri Feb 27 23:08:19 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1226747841&fields=id&tenant_id=2151c1000d4f48f28e5b5a72386518bb => 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: 370/776] 10.0.0.208 () {34 vars in 982 bytes} [Fri Feb 27 23:08:19 2026] GET /v2.0/networks?id=5a840b37-9ad3-4cf7-85f7-a824578652be => generated 684 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/777] 10.0.0.208 () {34 vars in 965 bytes} [Fri Feb 27 23:08:19 2026] GET /v2.0/quotas/2151c1000d4f48f28e5b5a72386518bb => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/778] 10.0.0.208 () {34 vars in 1002 bytes} [Fri Feb 27 23:08:19 2026] GET /v2.0/ports?tenant_id=2151c1000d4f48f28e5b5a72386518bb&fields=id => generated 103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/779] 10.0.0.208 () {34 vars in 1008 bytes} [Fri Feb 27 23:08:19 2026] GET /v2.0/networks/5a840b37-9ad3-4cf7-85f7-a824578652be?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: 372/780] 10.0.0.208 () {34 vars in 1108 bytes} [Fri Feb 27 23:08:19 2026] GET /v2.0/networks/5a840b37-9ad3-4cf7-85f7-a824578652be?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: 409/781] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:08:19 2026] GET /v2.0/ports?tenant_id=86900e9cdcd4480e96311e553f0da670&device_id=1bb6d0f0-cf57-4447-9c65-04e8f1e4fb50 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/782] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:08:19 2026] GET /v2.0/networks?id=37482ea4-d767-45bb-b8f5-4dd60e535619 => generated 772 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/783] 199.204.45.162 () {34 vars in 1058 bytes} [Fri Feb 27 23:08:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=76a5a0cb-7ccf-4a9d-bc6b-946139894d5c => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/784] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:19 2026] GET /v2.0/ports?device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90 => 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: 374/785] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:08:19 2026] GET /v2.0/subnets?id=d4ba69f9-bf04-47e9-8ea1-58a7a4fcd153 => generated 694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/786] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:08:19 2026] GET /v2.0/ports?network_id=37482ea4-d767-45bb-b8f5-4dd60e535619&device_owner=network%3Adhcp => 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: 375/787] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:08:19 2026] GET /v2.0/networks/37482ea4-d767-45bb-b8f5-4dd60e535619?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/788] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:08:19 2026] GET /v2.0/networks/37482ea4-d767-45bb-b8f5-4dd60e535619?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: 376/789] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:20 2026] GET /v2.0/ports?device_id=1bb6d0f0-cf57-4447-9c65-04e8f1e4fb50 => 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/790] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:20 2026] GET /v2.0/security-groups?id=4099e3cd-65c7-4057-a62c-b3f8357a4479&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: 377/791] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:20 2026] GET /v2.0/ports?device_id=173663a8-2a21-49be-825e-d713598e78ac => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/792] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:20 2026] GET /v2.0/security-groups?id=59aa2ab5-5952-42fe-9e48-a7434f5a8383&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/793] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:20 2026] GET /v2.0/ports?device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:08:21.077 8 WARNING keystonemiddleware.audit [req-1c73b816-506b-4922-9414-bdef389ae061 req-0b01a8b3-1dc7-4cf6-8c4c-19a85095206f 4c221492ef414f27bf76ffcbf2806f27 9d38931efda94023a33e8379a66535bb - - default default] Skipping service tempest-service-296383742 as it have no endpoints. [pid: 8|app: 0|req: 416/794] 10.0.0.153 () {28 vars in 579 bytes} [Fri Feb 27 23:08:20 2026] GET /v2.0/ports => generated 21214 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-02-27 23:08:21.220 7 WARNING keystonemiddleware.audit [req-d0149ee9-cd36-47b1-880d-6287773be880 req-cc777360-9acd-430c-8ac8-726e692aa5a9 07a1fdc3e7e2435f936852b418d30a0f 2151c1000d4f48f28e5b5a72386518bb - - default default] Skipping service tempest-service-296383742 as it have no endpoints. [pid: 8|app: 0|req: 417/795] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:21 2026] GET /v2.0/ports?device_id=1bb6d0f0-cf57-4447-9c65-04e8f1e4fb50 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:08:21.281 8 WARNING keystonemiddleware.audit [req-bc0e80bd-08b4-41e3-a33b-2d345fe82a8f req-9118470d-9657-4fac-a8b5-e946b7714816 19483535e0e74e569ba8f96f6ecc587a 86900e9cdcd4480e96311e553f0da670 - - default default] Skipping service tempest-service-296383742 as it have no endpoints. [pid: 7|app: 0|req: 379/796] 10.0.0.153 () {28 vars in 585 bytes} [Fri Feb 27 23:08:21 2026] GET /v2.0/networks => generated 6530 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/797] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:21 2026] GET /v2.0/security-groups?id=4099e3cd-65c7-4057-a62c-b3f8357a4479&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:08:21.335 7 WARNING keystonemiddleware.audit [req-bc0e80bd-08b4-41e3-a33b-2d345fe82a8f req-0f8ab0f1-5c93-48d0-a47e-64a63634f545 19483535e0e74e569ba8f96f6ecc587a 86900e9cdcd4480e96311e553f0da670 - - default default] Skipping service tempest-service-296383742 as it have no endpoints. [pid: 8|app: 0|req: 418/798] 10.0.0.208 () {34 vars in 1178 bytes} [Fri Feb 27 23:08:21 2026] GET /v2.0/ports?device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90&device_id=1bb6d0f0-cf57-4447-9c65-04e8f1e4fb50&device_id=173663a8-2a21-49be-825e-d713598e78ac => generated 2465 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:08:21.364 8 WARNING keystonemiddleware.audit [req-cad5ead5-42ac-4c29-a9ff-812c77d005ed req-1b4c9b1e-bb36-4bf7-9b0c-faa976d51f0d 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Skipping service tempest-service-296383742 as it have no endpoints. [pid: 7|app: 0|req: 381/799] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:08:21 2026] GET /v2.0/routers => generated 2195 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/800] 10.0.0.208 () {34 vars in 1120 bytes} [Fri Feb 27 23:08:21 2026] GET /v2.0/security-groups?id=59aa2ab5-5952-42fe-9e48-a7434f5a8383&id=4099e3cd-65c7-4057-a62c-b3f8357a4479&fields=id&fields=name => generated 206 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:08:21.417 8 WARNING keystonemiddleware.audit [req-cad5ead5-42ac-4c29-a9ff-812c77d005ed req-40aea0ea-2325-4dcb-a282-29ba93db54a1 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Skipping service tempest-service-296383742 as it have no endpoints. [pid: 8|app: 0|req: 420/801] 10.0.0.153 () {28 vars in 624 bytes} [Fri Feb 27 23:08:21 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) 2026-02-27 23:08:21.427 8 WARNING keystonemiddleware.audit [None req-d50cd589-8a73-48f8-8aee-32238172640b 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Skipping service tempest-service-296383742 as it have no endpoints. [pid: 7|app: 0|req: 382/802] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:21 2026] GET /v2.0/ports?device_id=173663a8-2a21-49be-825e-d713598e78ac => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/803] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:21 2026] GET /v2.0/security-groups?id=59aa2ab5-5952-42fe-9e48-a7434f5a8383&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: 421/804] 10.0.0.153 () {28 vars in 677 bytes} [Fri Feb 27 23:08:21 2026] GET /v2.0/routers/4980b56b-a900-4ddb-ae7b-63535bf2b80c/l3-agents => generated 682 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:08:21.556 7 WARNING keystonemiddleware.audit [req-8157b8bf-30b7-46c6-82f4-67ffe17e1abd req-29dee250-aad0-4488-b899-ad6bff8e6965 4c221492ef414f27bf76ffcbf2806f27 9d38931efda94023a33e8379a66535bb - - default default] Skipping service tempest-service-296383742 as it have no endpoints. [pid: 7|app: 0|req: 384/805] 10.0.0.153 () {28 vars in 677 bytes} [Fri Feb 27 23:08:21 2026] GET /v2.0/routers/616f0f3c-8a7d-4e9f-9f92-5438d8bcb726/l3-agents => generated 682 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:08:21.676 8 WARNING keystonemiddleware.audit [None req-fd3207f5-fed0-4f92-92e9-4afc1a501ef9 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Skipping service tempest-service-296383742 as it have no endpoints. [pid: 8|app: 0|req: 422/806] 10.0.0.153 () {28 vars in 677 bytes} [Fri Feb 27 23:08:21 2026] GET /v2.0/routers/e102ad2a-c244-4573-8142-803b614c2c81/l3-agents => generated 682 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:08:21.781 7 WARNING keystonemiddleware.audit [None req-ef46a2eb-2679-4786-8e00-157b08239058 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Skipping service tempest-service-296383742 as it have no endpoints. [pid: 7|app: 0|req: 385/807] 10.0.0.153 () {28 vars in 581 bytes} [Fri Feb 27 23:08:21 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 23:08:21.802 8 WARNING keystonemiddleware.audit [None req-ce2c543b-6404-425f-847c-428250d5aec7 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Skipping service tempest-service-296383742 as it have no endpoints. [pid: 8|app: 0|req: 423/808] 10.0.0.153 () {28 vars in 619 bytes} [Fri Feb 27 23:08:21 2026] GET /v2.0/network-ip-availabilities => generated 3821 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:08:21.833 7 WARNING keystonemiddleware.audit [None req-8ed1f1d2-5e77-43ff-9ab5-0eb2738ec0fd 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Skipping service tempest-service-296383742 as it have no endpoints. [pid: 7|app: 0|req: 386/809] 10.0.0.153 () {28 vars in 599 bytes} [Fri Feb 27 23:08:21 2026] GET /v2.0/security-groups => generated 34701 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-02-27 23:08:21.900 8 WARNING keystonemiddleware.audit [None req-80801dd2-4a67-4d0f-9e64-4cd0e4d8ae5e 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Skipping service tempest-service-296383742 as it have no endpoints. [pid: 8|app: 0|req: 424/810] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:08:21 2026] GET /v2.0/subnets => generated 5218 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:08:21.964 7 WARNING keystonemiddleware.audit [None req-58b775f4-e631-4954-b174-9a81a0f42462 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Skipping service tempest-service-296383742 as it have no endpoints. [pid: 7|app: 0|req: 387/811] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:08:21 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:08:21.988 8 WARNING keystonemiddleware.audit [None req-195682b0-cdb1-4692-a585-8005b1e87c9b 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Skipping service tempest-service-296383742 as it have no endpoints. [pid: 8|app: 0|req: 425/812] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:08:21 2026] GET /v2.0/floatingips => generated 1631 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:08:22.034 7 WARNING keystonemiddleware.audit [None req-764bcc3b-587e-4637-8827-8555ab74c6ea 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Skipping service tempest-service-296383742 as it have no endpoints. [pid: 8|app: 0|req: 426/813] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:22 2026] GET /v2.0/ports?device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90 => 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: 388/814] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:08:22 2026] GET /v2.0/subnets => generated 5218 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/815] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:22 2026] GET /v2.0/ports?device_id=1bb6d0f0-cf57-4447-9c65-04e8f1e4fb50 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/816] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:22 2026] GET /v2.0/security-groups?id=4099e3cd-65c7-4057-a62c-b3f8357a4479&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: 391/817] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:22 2026] GET /v2.0/ports?device_id=173663a8-2a21-49be-825e-d713598e78ac => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/818] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:22 2026] GET /v2.0/security-groups?id=59aa2ab5-5952-42fe-9e48-a7434f5a8383&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/819] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:08:22 2026] GET /v2.0/security-groups?tenant_id=1f621a81306d4bc08ec0bb55168ac92c&name=default => generated 2925 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/820] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:08:22 2026] DELETE /v2.0/security-groups/467907ad-3da1-4d4d-9f6d-79ec6f9e1957 => 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: 428/821] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:08:22 2026] GET /v2.0/security-groups?tenant_id=3fcad915d1d447cd8978755878c87719&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: 394/822] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:08:23 2026] DELETE /v2.0/security-groups/1d22d30e-9bc1-44fa-9451-1d303bce3034 => 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: 429/823] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:23 2026] GET /v2.0/ports?device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90 => 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: 395/824] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:23 2026] GET /v2.0/ports?device_id=1bb6d0f0-cf57-4447-9c65-04e8f1e4fb50 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/825] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:23 2026] GET /v2.0/security-groups?id=4099e3cd-65c7-4057-a62c-b3f8357a4479&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: 396/826] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:23 2026] GET /v2.0/ports?device_id=173663a8-2a21-49be-825e-d713598e78ac => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/827] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:23 2026] GET /v2.0/security-groups?id=59aa2ab5-5952-42fe-9e48-a7434f5a8383&fields=id&fields=name => generated 113 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/828] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:08:23 2026] GET /v2.0/networks?id=5a840b37-9ad3-4cf7-85f7-a824578652be => generated 684 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/829] 199.204.45.162 () {34 vars in 1050 bytes} [Fri Feb 27 23:08:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2151c1000d4f48f28e5b5a72386518bb => generated 181 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/830] 199.204.45.162 () {38 vars in 955 bytes} [Fri Feb 27 23:08:23 2026] POST /v2.0/ports => generated 958 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 433/831] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:24 2026] GET /v2.0/ports?device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90 => generated 961 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/832] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:24 2026] GET /v2.0/security-groups?id=884be5c7-265a-47aa-9a86-459d66447173&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: 399/833] 199.204.45.162 () {38 vars in 1028 bytes} [Fri Feb 27 23:08:24 2026] PUT /v2.0/ports/e2a59c77-91d3-44b1-ae55-4eb19df4680e => generated 1239 bytes in 478 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:08:24.822 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c82b70cf-615c-4a08-996d-88acb988a7f7'] response: {'name': 'network-changed', 'server_uuid': '3eb790ad-e71a-4daf-948d-0fb1cfe7ea90', 'tag': 'e2a59c77-91d3-44b1-ae55-4eb19df4680e', '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: 435/834] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:24 2026] GET /v2.0/ports?device_id=1bb6d0f0-cf57-4447-9c65-04e8f1e4fb50 => generated 971 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/835] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:24 2026] GET /v2.0/security-groups?id=4099e3cd-65c7-4057-a62c-b3f8357a4479&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: 400/836] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:24 2026] GET /v2.0/ports?device_id=173663a8-2a21-49be-825e-d713598e78ac => generated 971 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/837] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:24 2026] GET /v2.0/security-groups?id=59aa2ab5-5952-42fe-9e48-a7434f5a8383&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/838] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:08:25 2026] GET /v2.0/ports?tenant_id=2151c1000d4f48f28e5b5a72386518bb&device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90 => generated 1242 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/839] 199.204.45.162 () {34 vars in 1018 bytes} [Fri Feb 27 23:08:25 2026] GET /v2.0/networks?tenant_id=2151c1000d4f48f28e5b5a72386518bb&shared=False => generated 780 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/840] 199.204.45.162 () {34 vars in 930 bytes} [Fri Feb 27 23:08:25 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/841] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:25 2026] GET /v2.0/ports?device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90 => generated 973 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/842] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:25 2026] GET /v2.0/security-groups?id=884be5c7-265a-47aa-9a86-459d66447173&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: 441/843] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:26 2026] GET /v2.0/ports?device_id=1bb6d0f0-cf57-4447-9c65-04e8f1e4fb50 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/844] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:26 2026] GET /v2.0/security-groups?id=4099e3cd-65c7-4057-a62c-b3f8357a4479&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: 443/845] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:26 2026] GET /v2.0/ports?device_id=173663a8-2a21-49be-825e-d713598e78ac => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/846] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:26 2026] GET /v2.0/ports?device_id=1bb6d0f0-cf57-4447-9c65-04e8f1e4fb50 => 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: 445/847] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:26 2026] GET /v2.0/security-groups?id=59aa2ab5-5952-42fe-9e48-a7434f5a8383&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/848] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:08:25 2026] GET /v2.0/security-groups?tenant_id=c6d568176fa94a77a4d9c65796003fa8&name=default => generated 2925 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/849] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:08:26 2026] DELETE /v2.0/security-groups/7072d61b-58bc-42a5-932d-84ee09225211 => 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: 405/850] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:08:26 2026] GET /v2.0/ports?tenant_id=2151c1000d4f48f28e5b5a72386518bb&device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90 => generated 1242 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/851] 199.204.45.162 () {34 vars in 1060 bytes} [Fri Feb 27 23:08:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e2a59c77-91d3-44b1-ae55-4eb19df4680e => generated 19 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/852] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:08:26 2026] GET /v2.0/subnets?id=b95f388a-f8bb-4113-82be-5b51f55fa1d4 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/853] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:26 2026] GET /v2.0/ports?device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:08:26.803 8 INFO neutron.db.l3_db [None req-b7592246-bd36-409f-bacd-7ba90bcfae9c 19483535e0e74e569ba8f96f6ecc587a 86900e9cdcd4480e96311e553f0da670 - - default default] Floating IP b301ce1f-f81e-4d8e-b3c8-723ec2dd5d93 associated. External IP: 10.96.250.205, port: 76a5a0cb-7ccf-4a9d-bc6b-946139894d5c. [pid: 7|app: 0|req: 409/854] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:08:26 2026] GET /v2.0/ports?network_id=5a840b37-9ad3-4cf7-85f7-a824578652be&device_owner=network%3Adhcp => generated 1244 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/855] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:26 2026] GET /v2.0/security-groups?id=884be5c7-265a-47aa-9a86-459d66447173&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: 411/856] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:08:26 2026] GET /v2.0/networks/5a840b37-9ad3-4cf7-85f7-a824578652be?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: 412/857] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:08:26 2026] GET /v2.0/networks/5a840b37-9ad3-4cf7-85f7-a824578652be?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: 446/858] 10.0.0.113 () {34 vars in 749 bytes} [Fri Feb 27 23:08:26 2026] PUT /v2.0/floatingips/b301ce1f-f81e-4d8e-b3c8-723ec2dd5d93 => generated 855 bytes in 848 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:08:27.210 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-af38fc1e-216b-4f61-a53c-3d35b03c26c0'] response: {'name': 'network-changed', 'server_uuid': '1bb6d0f0-cf57-4447-9c65-04e8f1e4fb50', 'tag': '76a5a0cb-7ccf-4a9d-bc6b-946139894d5c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 413/859] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:27 2026] GET /v2.0/ports?device_id=1bb6d0f0-cf57-4447-9c65-04e8f1e4fb50 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/860] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:27 2026] GET /v2.0/security-groups?id=4099e3cd-65c7-4057-a62c-b3f8357a4479&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: 414/861] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:27 2026] GET /v2.0/ports?device_id=173663a8-2a21-49be-825e-d713598e78ac => 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: 448/862] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:27 2026] GET /v2.0/security-groups?id=59aa2ab5-5952-42fe-9e48-a7434f5a8383&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/863] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:27 2026] GET /v2.0/ports?device_id=1bb6d0f0-cf57-4447-9c65-04e8f1e4fb50 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/864] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:27 2026] GET /v2.0/security-groups?id=4099e3cd-65c7-4057-a62c-b3f8357a4479&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: 416/865] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:08:27 2026] GET /v2.0/ports?tenant_id=86900e9cdcd4480e96311e553f0da670&device_id=1bb6d0f0-cf57-4447-9c65-04e8f1e4fb50 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/866] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:08:27 2026] GET /v2.0/networks?id=37482ea4-d767-45bb-b8f5-4dd60e535619 => generated 772 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/867] 199.204.45.162 () {34 vars in 1058 bytes} [Fri Feb 27 23:08:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=76a5a0cb-7ccf-4a9d-bc6b-946139894d5c => generated 858 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/868] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:08:27 2026] GET /v2.0/subnets?id=d4ba69f9-bf04-47e9-8ea1-58a7a4fcd153 => generated 694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/869] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:08:27 2026] GET /v2.0/ports?network_id=37482ea4-d767-45bb-b8f5-4dd60e535619&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/870] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:27 2026] GET /v2.0/ports?device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/871] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:28 2026] GET /v2.0/security-groups?id=884be5c7-265a-47aa-9a86-459d66447173&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/872] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:08:27 2026] GET /v2.0/networks/37482ea4-d767-45bb-b8f5-4dd60e535619?fields=segments => generated 14 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/873] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:08:28 2026] GET /v2.0/networks/37482ea4-d767-45bb-b8f5-4dd60e535619?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: 421/874] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:28 2026] GET /v2.0/ports?device_id=173663a8-2a21-49be-825e-d713598e78ac => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/875] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:28 2026] GET /v2.0/security-groups?id=59aa2ab5-5952-42fe-9e48-a7434f5a8383&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: 423/876] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:28 2026] GET /v2.0/ports?device_id=173663a8-2a21-49be-825e-d713598e78ac => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:08:28.735 8 INFO neutron.db.segments_db [None req-7126c754-0a08-41b9-af7f-c3d4854882f1 df6bd3a6d38a4696b0780508165339dc 9991b304a4724898b44d47dca9818932 - - default default] Added segment 2847a971-0065-4f72-9bb3-66354c3ab4e2 of type vxlan for network f485efff-c033-4324-8d48-13410ebc18bb [pid: 8|app: 0|req: 454/877] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:08:28 2026] POST /v2.0/networks => generated 629 bytes in 521 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/878] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:28 2026] GET /v2.0/ports?device_id=1bb6d0f0-cf57-4447-9c65-04e8f1e4fb50 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/879] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:28 2026] GET /v2.0/security-groups?id=4099e3cd-65c7-4057-a62c-b3f8357a4479&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/880] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:29 2026] GET /v2.0/ports?device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:08:29.209 7 INFO neutron.db.l3_db [None req-f95d01f2-60af-44b7-902a-2e898a35fa6a 4c221492ef414f27bf76ffcbf2806f27 9d38931efda94023a33e8379a66535bb - - default default] Floating IP 80697d99-50e8-4bc7-a14b-dd2a5cb41f32 associated. External IP: 10.96.250.202, port: 5ddb17d8-feee-4659-9250-a772332d8071. [pid: 8|app: 0|req: 458/881] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:29 2026] GET /v2.0/security-groups?id=884be5c7-265a-47aa-9a86-459d66447173&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/882] 10.0.0.113 () {34 vars in 749 bytes} [Fri Feb 27 23:08:28 2026] PUT /v2.0/floatingips/80697d99-50e8-4bc7-a14b-dd2a5cb41f32 => generated 855 bytes in 767 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:08:29.545 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d5500a0f-bc54-4baf-91cd-30a628da2f1c'] response: {'name': 'network-changed', 'server_uuid': '173663a8-2a21-49be-825e-d713598e78ac', 'tag': '5ddb17d8-feee-4659-9250-a772332d8071', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 425/883] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:29 2026] GET /v2.0/ports?device_id=173663a8-2a21-49be-825e-d713598e78ac => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/884] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:29 2026] GET /v2.0/security-groups?id=59aa2ab5-5952-42fe-9e48-a7434f5a8383&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: 459/885] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:08:29 2026] POST /v2.0/subnets => generated 673 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:08:29.762 7 INFO neutron.db.segments_db [None req-e664224f-a536-448a-ab38-534210e1bb35 df6bd3a6d38a4696b0780508165339dc 9991b304a4724898b44d47dca9818932 - - default default] Added segment 5cd30549-aea7-4e33-9e92-daa765d0b1f3 of type vxlan for network f8881fc6-ce96-4f53-aa9c-a4a5e9810bcb [pid: 7|app: 0|req: 427/886] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:08:29 2026] POST /v2.0/networks => generated 629 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/887] 10.0.0.113 () {34 vars in 743 bytes} [Fri Feb 27 23:08:29 2026] PUT /v2.0/networks/f8881fc6-ce96-4f53-aa9c-a4a5e9810bcb => generated 592 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/888] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:29 2026] GET /v2.0/ports?device_id=173663a8-2a21-49be-825e-d713598e78ac => 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: 429/889] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:30 2026] GET /v2.0/ports?device_id=1bb6d0f0-cf57-4447-9c65-04e8f1e4fb50 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/890] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:08:30 2026] GET /v2.0/ports?tenant_id=9d38931efda94023a33e8379a66535bb&device_id=173663a8-2a21-49be-825e-d713598e78ac => 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: 431/891] 199.204.45.162 () {34 vars in 994 bytes} [Fri Feb 27 23:08:30 2026] GET /v2.0/ports?device_id=1bb6d0f0-cf57-4447-9c65-04e8f1e4fb50 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/892] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:30 2026] GET /v2.0/security-groups?id=59aa2ab5-5952-42fe-9e48-a7434f5a8383&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/893] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:30 2026] GET /v2.0/security-groups?id=4099e3cd-65c7-4057-a62c-b3f8357a4479&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/894] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:08:30 2026] GET /v2.0/networks?id=f0d2aa81-26c7-4962-b793-7344f50a88db => generated 765 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/895] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:08:30 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: 462/896] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:30 2026] GET /v2.0/ports?device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:08:30.415 7 INFO neutron_taas.services.taas.taas_plugin [req-167deb6c-1432-475d-b434-d4a5961e6b69 req-6823f4fb-18a3-4867-87a0-92493cbd0d66 19483535e0e74e569ba8f96f6ecc587a 86900e9cdcd4480e96311e553f0da670 - - default default] TaaS: Handle Delete Port: 76a5a0cb-7ccf-4a9d-bc6b-946139894d5c 2026-02-27 23:08:30.420 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-167deb6c-1432-475d-b434-d4a5961e6b69 req-6823f4fb-18a3-4867-87a0-92493cbd0d66 19483535e0e74e569ba8f96f6ecc587a 86900e9cdcd4480e96311e553f0da670 - - default default] Tap Mirror: Handle Delete Port: 76a5a0cb-7ccf-4a9d-bc6b-946139894d5c [pid: 8|app: 0|req: 463/897] 199.204.45.162 () {34 vars in 1058 bytes} [Fri Feb 27 23:08:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=5ddb17d8-feee-4659-9250-a772332d8071 => generated 860 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/898] 10.0.0.113 () {34 vars in 741 bytes} [Fri Feb 27 23:08:30 2026] PUT /v2.0/subnets/30fb3d7e-8ef6-4da3-9bad-082902ee744c => generated 656 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:08:30.627 7 INFO neutron.db.l3_db [req-167deb6c-1432-475d-b434-d4a5961e6b69 req-6823f4fb-18a3-4867-87a0-92493cbd0d66 19483535e0e74e569ba8f96f6ecc587a 86900e9cdcd4480e96311e553f0da670 - - default default] Floating IP b301ce1f-f81e-4d8e-b3c8-723ec2dd5d93 disassociated. External IP: 10.96.250.205, port: 76a5a0cb-7ccf-4a9d-bc6b-946139894d5c. [pid: 8|app: 0|req: 465/899] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:30 2026] GET /v2.0/security-groups?id=884be5c7-265a-47aa-9a86-459d66447173&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: 466/900] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:08:30 2026] GET /v2.0/subnets?id=4ff6cc07-fd2c-474c-9560-80f8723e524e => generated 687 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:08:30.853 8 INFO neutron.services.segments.plugin [-] Segment 5cd30549-aea7-4e33-9e92-daa765d0b1f3 resource provider aggregate not found 2026-02-27 23:08:30.862 8 INFO neutron.services.segments.plugin [-] Segment 5cd30549-aea7-4e33-9e92-daa765d0b1f3 resource provider aggregate not found 2026-02-27 23:08:30.875 8 INFO neutron.services.segments.plugin [-] Segment 5cd30549-aea7-4e33-9e92-daa765d0b1f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cd30549-aea7-4e33-9e92-daa765d0b1f3 found for delete ", "request_id": "req-248c0155-7daa-42ec-a027-15335889243c"}]} 2026-02-27 23:08:30.879 8 INFO neutron.services.segments.plugin [-] Segment 5cd30549-aea7-4e33-9e92-daa765d0b1f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cd30549-aea7-4e33-9e92-daa765d0b1f3 found for delete ", "request_id": "req-86765acb-6997-48fa-96b1-eaf78636a6e1"}]} [pid: 8|app: 0|req: 467/901] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:08:30 2026] DELETE /v2.0/networks/f8881fc6-ce96-4f53-aa9c-a4a5e9810bcb => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/902] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:08:30 2026] GET /v2.0/ports?network_id=f0d2aa81-26c7-4962-b793-7344f50a88db&device_owner=network%3Adhcp => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:08:30.957 8 INFO neutron.pecan_wsgi.hooks.translation [None req-22ff585e-fcb9-4585-9684-999dbb8adbe1 df6bd3a6d38a4696b0780508165339dc 9991b304a4724898b44d47dca9818932 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 469/903] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:08:30 2026] DELETE /v2.0/networks/f8881fc6-ce96-4f53-aa9c-a4a5e9810bcb => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/904] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:08:30 2026] GET /v2.0/networks/f0d2aa81-26c7-4962-b793-7344f50a88db?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/905] 10.0.0.113 () {32 vars in 694 bytes} [Fri Feb 27 23:08:31 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/906] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:08:31 2026] GET /v2.0/networks/f0d2aa81-26c7-4962-b793-7344f50a88db?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: 473/907] 10.0.0.113 () {32 vars in 742 bytes} [Fri Feb 27 23:08:31 2026] GET /v2.0/subnets?network_id=dcb0d11b-f985-42fd-9024-177a874f12e1 => generated 649 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/908] 10.0.0.113 () {32 vars in 653 bytes} [Fri Feb 27 23:08:31 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/909] 10.0.0.113 () {32 vars in 649 bytes} [Fri Feb 27 23:08:31 2026] GET /v2.0/networks => generated 1313 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/910] 10.0.0.113 () {32 vars in 647 bytes} [Fri Feb 27 23:08:31 2026] GET /v2.0/subnets => generated 1312 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/911] 199.204.45.162 () {36 vars in 997 bytes} [Fri Feb 27 23:08:30 2026] DELETE /v2.0/ports/76a5a0cb-7ccf-4a9d-bc6b-946139894d5c => generated 0 bytes in 1044 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/912] 10.0.0.113 () {32 vars in 723 bytes} [Fri Feb 27 23:08:31 2026] GET /v2.0/networks/f485efff-c033-4324-8d48-13410ebc18bb => generated 673 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/913] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:31 2026] GET /v2.0/ports?device_id=173663a8-2a21-49be-825e-d713598e78ac => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/914] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:31 2026] GET /v2.0/ports?device_id=1bb6d0f0-cf57-4447-9c65-04e8f1e4fb50 => 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: 478/915] 10.0.0.113 () {32 vars in 721 bytes} [Fri Feb 27 23:08:31 2026] GET /v2.0/subnets/492f3dab-6583-478a-b1bc-d7148aa86ebf => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/918] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:31 2026] GET /v2.0/security-groups?id=59aa2ab5-5952-42fe-9e48-a7434f5a8383&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:08:31.434 8 INFO neutron.pecan_wsgi.hooks.translation [None req-409cb306-0600-45fc-9f20-2a02ca61a10f df6bd3a6d38a4696b0780508165339dc 9991b304a4724898b44d47dca9818932 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 481/919] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:08:31 2026] DELETE /v2.0/subnets/30fb3d7e-8ef6-4da3-9bad-082902ee744c => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:08:31.455 7 INFO neutron.pecan_wsgi.hooks.translation [None req-71a1308c-881f-4a50-95c2-ff41ef2c123b df6bd3a6d38a4696b0780508165339dc 9991b304a4724898b44d47dca9818932 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 439/920] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:08:31 2026] DELETE /v2.0/networks/f8881fc6-ce96-4f53-aa9c-a4a5e9810bcb => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/921] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:08:31 2026] DELETE /v2.0/subnets/492f3dab-6583-478a-b1bc-d7148aa86ebf => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:08:31.593 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e880119-cf75-405e-a8f8-ad127eb8817a'] response: {'server_uuid': '1bb6d0f0-cf57-4447-9c65-04e8f1e4fb50', 'name': 'network-vif-deleted', 'tag': '76a5a0cb-7ccf-4a9d-bc6b-946139894d5c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 483/922] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:31 2026] GET /v2.0/ports?device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90 => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:08:31.787 7 INFO neutron.services.segments.plugin [-] Segment 2847a971-0065-4f72-9bb3-66354c3ab4e2 resource provider aggregate not found 2026-02-27 23:08:31.794 7 INFO neutron.services.segments.plugin [-] Segment 2847a971-0065-4f72-9bb3-66354c3ab4e2 resource provider aggregate not found 2026-02-27 23:08:31.812 7 INFO neutron.services.segments.plugin [-] Segment 2847a971-0065-4f72-9bb3-66354c3ab4e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2847a971-0065-4f72-9bb3-66354c3ab4e2 found for delete ", "request_id": "req-9f25f29e-6fdb-4ed4-a714-96c94e27168a"}]} 2026-02-27 23:08:31.820 7 INFO neutron.services.segments.plugin [-] Segment 2847a971-0065-4f72-9bb3-66354c3ab4e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2847a971-0065-4f72-9bb3-66354c3ab4e2 found for delete ", "request_id": "req-1a393a0e-60a4-4088-84bb-f1b9498934ae"}]} [pid: 8|app: 0|req: 484/923] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:31 2026] GET /v2.0/security-groups?id=884be5c7-265a-47aa-9a86-459d66447173&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/924] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:08:31 2026] DELETE /v2.0/networks/f485efff-c033-4324-8d48-13410ebc18bb => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/925] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:31 2026] GET /v2.0/ports?device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:08:32.330 7 INFO neutron.db.l3_db [None req-00e64061-557a-45fc-9004-7a4260d16d98 07a1fdc3e7e2435f936852b418d30a0f 2151c1000d4f48f28e5b5a72386518bb - - default default] Floating IP 4fd6fa91-d18c-4eee-84ab-aedbedf0ece5 associated. External IP: 10.96.250.216, port: e2a59c77-91d3-44b1-ae55-4eb19df4680e. [pid: 8|app: 0|req: 486/926] 199.204.45.162 () {34 vars in 994 bytes} [Fri Feb 27 23:08:32 2026] GET /v2.0/ports?device_id=173663a8-2a21-49be-825e-d713598e78ac => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:08:32.605 8 INFO neutron_taas.services.taas.taas_plugin [req-a78faf47-fde9-4c7b-9a3f-7c955fd92692 req-faa8b740-ff06-456b-a778-1f74dac3a2a3 4c221492ef414f27bf76ffcbf2806f27 9d38931efda94023a33e8379a66535bb - - default default] TaaS: Handle Delete Port: 5ddb17d8-feee-4659-9250-a772332d8071 2026-02-27 23:08:32.610 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a78faf47-fde9-4c7b-9a3f-7c955fd92692 req-faa8b740-ff06-456b-a778-1f74dac3a2a3 4c221492ef414f27bf76ffcbf2806f27 9d38931efda94023a33e8379a66535bb - - default default] Tap Mirror: Handle Delete Port: 5ddb17d8-feee-4659-9250-a772332d8071 [pid: 7|app: 0|req: 441/927] 10.0.0.113 () {34 vars in 749 bytes} [Fri Feb 27 23:08:31 2026] PUT /v2.0/floatingips/4fd6fa91-d18c-4eee-84ab-aedbedf0ece5 => generated 856 bytes in 717 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:08:32.805 8 INFO neutron.db.l3_db [req-a78faf47-fde9-4c7b-9a3f-7c955fd92692 req-faa8b740-ff06-456b-a778-1f74dac3a2a3 4c221492ef414f27bf76ffcbf2806f27 9d38931efda94023a33e8379a66535bb - - default default] Floating IP 80697d99-50e8-4bc7-a14b-dd2a5cb41f32 disassociated. External IP: 10.96.250.202, port: 5ddb17d8-feee-4659-9250-a772332d8071. [pid: 7|app: 0|req: 442/928] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:08:32 2026] GET /v2.0/security-groups?tenant_id=9991b304a4724898b44d47dca9818932&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: 443/929] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:32 2026] GET /v2.0/ports?device_id=173663a8-2a21-49be-825e-d713598e78ac => 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: 444/930] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:32 2026] GET /v2.0/ports?device_id=1bb6d0f0-cf57-4447-9c65-04e8f1e4fb50 => 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: 445/931] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:08:32 2026] DELETE /v2.0/security-groups/e47df7f3-bd01-40d5-b3c1-6dcb091114d3 => 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: 446/932] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:33 2026] GET /v2.0/ports?device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/933] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:33 2026] GET /v2.0/security-groups?id=884be5c7-265a-47aa-9a86-459d66447173&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: 487/934] 199.204.45.162 () {36 vars in 997 bytes} [Fri Feb 27 23:08:32 2026] DELETE /v2.0/ports/5ddb17d8-feee-4659-9250-a772332d8071 => generated 0 bytes in 835 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:08:33.330 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-24f03475-1596-4318-9445-fb26a1c05d23'] response: {'server_uuid': '173663a8-2a21-49be-825e-d713598e78ac', 'name': 'network-vif-deleted', 'tag': '5ddb17d8-feee-4659-9250-a772332d8071', 'status': 'completed', 'code': 200} 2026-02-27 23:08:33.631 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d3e04e55-3ee1-489e-a807-b8ae8abafafe'] response: {'name': 'network-changed', 'server_uuid': '3eb790ad-e71a-4daf-948d-0fb1cfe7ea90', 'tag': 'e2a59c77-91d3-44b1-ae55-4eb19df4680e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 448/935] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:33 2026] GET /v2.0/ports?device_id=173663a8-2a21-49be-825e-d713598e78ac => 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: 488/936] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:34 2026] GET /v2.0/ports?device_id=1bb6d0f0-cf57-4447-9c65-04e8f1e4fb50 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/937] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:08:34 2026] GET /v2.0/ports?tenant_id=2151c1000d4f48f28e5b5a72386518bb&device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90 => 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: 489/938] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:08:34 2026] GET /v2.0/networks?id=5a840b37-9ad3-4cf7-85f7-a824578652be => generated 780 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/939] 199.204.45.162 () {34 vars in 1060 bytes} [Fri Feb 27 23:08:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e2a59c77-91d3-44b1-ae55-4eb19df4680e => generated 859 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/940] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:08:34 2026] GET /v2.0/subnets?id=b95f388a-f8bb-4113-82be-5b51f55fa1d4 => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/941] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:08:34 2026] GET /v2.0/ports?network_id=5a840b37-9ad3-4cf7-85f7-a824578652be&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: 491/942] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:08:34 2026] GET /v2.0/networks/5a840b37-9ad3-4cf7-85f7-a824578652be?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/943] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:08:34 2026] GET /v2.0/networks/5a840b37-9ad3-4cf7-85f7-a824578652be?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: 453/944] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:35 2026] GET /v2.0/ports?device_id=173663a8-2a21-49be-825e-d713598e78ac => 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: 454/945] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:08:35 2026] DELETE /v2.0/security-groups/4099e3cd-65c7-4057-a62c-b3f8357a4479 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:08:35.265 7 INFO neutron.api.v2.resource [None req-40bb62a9-a164-4cb0-88ad-c02a4b6d8e4d 19483535e0e74e569ba8f96f6ecc587a 86900e9cdcd4480e96311e553f0da670 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 455/946] 10.0.0.113 () {32 vars in 737 bytes} [Fri Feb 27 23:08:35 2026] GET /v2.0/security-groups/4099e3cd-65c7-4057-a62c-b3f8357a4479 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:08:35.312 8 INFO neutron.db.segments_db [None req-453a16d3-f39c-4e13-924e-a9f2c5ee3885 f484e8984eaf491197aabbfb03a61e50 896dfd50e5b542d39fdcb1f8476002c2 - - default default] Added segment 4b62cf8f-1689-43ea-95a7-c2dfda9c3a9a of type vxlan for network 893cdbf8-c063-474c-b85d-467bba802183 2026-02-27 23:08:35.361 7 INFO neutron_taas.services.taas.taas_plugin [None req-32e6af8d-9b7a-44ff-bfaa-2b35e5cc3d01 19483535e0e74e569ba8f96f6ecc587a 86900e9cdcd4480e96311e553f0da670 - - default default] TaaS: Handle Delete Port: 5fb53c93-3a29-480d-bf75-185e0e31393e 2026-02-27 23:08:35.363 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32e6af8d-9b7a-44ff-bfaa-2b35e5cc3d01 19483535e0e74e569ba8f96f6ecc587a 86900e9cdcd4480e96311e553f0da670 - - default default] Tap Mirror: Handle Delete Port: 5fb53c93-3a29-480d-bf75-185e0e31393e [pid: 8|app: 0|req: 492/947] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:08:34 2026] POST /v2.0/networks => generated 626 bytes in 494 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/948] 10.0.0.113 () {32 vars in 732 bytes} [Fri Feb 27 23:08:35 2026] DELETE /v2.0/floatingips/b301ce1f-f81e-4d8e-b3c8-723ec2dd5d93 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/949] 10.0.0.113 () {34 vars in 665 bytes} [Fri Feb 27 23:08:35 2026] POST /v2.0/ports => generated 775 bytes in 378 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 23:08:35.855 8 INFO neutron.db.segments_db [None req-be813cfe-de79-460e-a91e-2b42a9f9eaf9 f484e8984eaf491197aabbfb03a61e50 896dfd50e5b542d39fdcb1f8476002c2 - - default default] Added segment 1b8c0b9a-edf6-4c74-a623-caa4e9eba366 of type vxlan for network 375c0317-cab4-4da8-b093-c81f0437bb19 2026-02-27 23:08:35.933 7 INFO neutron_taas.services.taas.taas_plugin [None req-933431d4-9f08-4a55-86c7-f240022b91bf 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 5dec8a6a-21f0-4296-a536-bfc5ce89a3e5 2026-02-27 23:08:35.937 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-933431d4-9f08-4a55-86c7-f240022b91bf 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 5dec8a6a-21f0-4296-a536-bfc5ce89a3e5 [pid: 8|app: 0|req: 494/950] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:08:35 2026] POST /v2.0/networks => generated 613 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/951] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:08:35 2026] POST /v2.0/subnets => generated 626 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/952] 10.0.0.113 () {34 vars in 789 bytes} [Fri Feb 27 23:08:35 2026] PUT /v2.0/routers/4980b56b-a900-4ddb-ae7b-63535bf2b80c/remove_router_interface => generated 309 bytes in 929 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/953] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:36 2026] GET /v2.0/ports?device_id=173663a8-2a21-49be-825e-d713598e78ac => 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: 496/954] 10.0.0.113 () {34 vars in 665 bytes} [Fri Feb 27 23:08:36 2026] POST /v2.0/ports => generated 949 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, ' 2026-02-27 23:08:36.693 7 INFO neutron_taas.services.taas.taas_plugin [None req-f707e015-2dcb-41ec-addc-6b06f0664112 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: d83b5575-a4d3-41bb-b9e9-89947621b47c 2026-02-27 23:08:36.696 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f707e015-2dcb-41ec-addc-6b06f0664112 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: d83b5575-a4d3-41bb-b9e9-89947621b47c 2026-02-27 23:08:36.779 8 INFO neutron_taas.services.taas.taas_plugin [None req-5fde7ef5-6632-4834-aca0-5d5ce4dbab4e f484e8984eaf491197aabbfb03a61e50 896dfd50e5b542d39fdcb1f8476002c2 - - default default] TaaS: Handle Delete Port: 60d97a16-def6-4101-92c3-dc1588685f10 2026-02-27 23:08:36.782 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5fde7ef5-6632-4834-aca0-5d5ce4dbab4e f484e8984eaf491197aabbfb03a61e50 896dfd50e5b542d39fdcb1f8476002c2 - - default default] Tap Mirror: Handle Delete Port: 60d97a16-def6-4101-92c3-dc1588685f10 [pid: 8|app: 0|req: 497/955] 10.0.0.113 () {32 vars in 720 bytes} [Fri Feb 27 23:08:36 2026] DELETE /v2.0/ports/60d97a16-def6-4101-92c3-dc1588685f10 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:08:36.962 7 INFO neutron_taas.services.taas.taas_plugin [None req-f707e015-2dcb-41ec-addc-6b06f0664112 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 814bcdf4-d885-49c3-b978-a11cfb7a9de3 2026-02-27 23:08:36.966 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f707e015-2dcb-41ec-addc-6b06f0664112 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 814bcdf4-d885-49c3-b978-a11cfb7a9de3 2026-02-27 23:08:36.981 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e1ff5c88-2fdb-42a3-9dba-371f8cff678b f484e8984eaf491197aabbfb03a61e50 896dfd50e5b542d39fdcb1f8476002c2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 498/956] 10.0.0.113 () {32 vars in 720 bytes} [Fri Feb 27 23:08:36 2026] DELETE /v2.0/ports/60d97a16-def6-4101-92c3-dc1588685f10 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:08:37.016 8 INFO neutron.pecan_wsgi.hooks.translation [None req-649f696b-0f9a-4c1f-82a2-b30d5f87f8d5 f484e8984eaf491197aabbfb03a61e50 896dfd50e5b542d39fdcb1f8476002c2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 499/957] 10.0.0.113 () {32 vars in 717 bytes} [Fri Feb 27 23:08:36 2026] GET /v2.0/ports/60d97a16-def6-4101-92c3-dc1588685f10 => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/958] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:08:37 2026] DELETE /v2.0/subnets/d9e1caf5-fab1-41b6-b3c3-00e8a0a5f2d8 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:08:37.273 8 INFO neutron.services.segments.plugin [-] Segment 1b8c0b9a-edf6-4c74-a623-caa4e9eba366 resource provider aggregate not found 2026-02-27 23:08:37.277 8 INFO neutron.services.segments.plugin [-] Segment 1b8c0b9a-edf6-4c74-a623-caa4e9eba366 resource provider aggregate not found 2026-02-27 23:08:37.294 8 INFO neutron.services.segments.plugin [-] Segment 1b8c0b9a-edf6-4c74-a623-caa4e9eba366 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b8c0b9a-edf6-4c74-a623-caa4e9eba366 found for delete ", "request_id": "req-e797ca63-0173-44f4-b343-bb9b221ee6e2"}]} 2026-02-27 23:08:37.297 8 INFO neutron.services.segments.plugin [-] Segment 1b8c0b9a-edf6-4c74-a623-caa4e9eba366 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b8c0b9a-edf6-4c74-a623-caa4e9eba366 found for delete ", "request_id": "req-d3824959-5fde-4a92-b43f-4925cfe850eb"}]} [pid: 8|app: 0|req: 501/959] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:08:37 2026] DELETE /v2.0/networks/375c0317-cab4-4da8-b093-c81f0437bb19 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:08:37.350 7 INFO neutron.services.segments.plugin [-] Segment 504b55ec-3874-4e32-89cf-8027b231859a resource provider aggregate not found 2026-02-27 23:08:37.355 7 INFO neutron.services.segments.plugin [-] Segment 504b55ec-3874-4e32-89cf-8027b231859a resource provider aggregate not found 2026-02-27 23:08:37.377 7 INFO neutron.services.segments.plugin [-] Segment 504b55ec-3874-4e32-89cf-8027b231859a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 504b55ec-3874-4e32-89cf-8027b231859a found for delete ", "request_id": "req-cf37935d-0ff1-4405-b5b0-c0c8933ba217"}]} 2026-02-27 23:08:37.379 8 INFO neutron.db.segments_db [None req-8b5ee26d-5162-457c-8eb1-1aa039e343d7 f484e8984eaf491197aabbfb03a61e50 896dfd50e5b542d39fdcb1f8476002c2 - - default default] Added segment 9dd519dd-7a51-40df-97aa-d6006edd9e70 of type vxlan for network 8489fd4e-347c-4358-ac18-0c73c4226cd3 2026-02-27 23:08:37.379 7 INFO neutron.db.l3_hamode_db [None req-f707e015-2dcb-41ec-addc-6b06f0664112 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] HA network e1870265-f011-47c4-a759-be7a9dd0a122 was deleted as no HA routers are present in tenant 86900e9cdcd4480e96311e553f0da670. 2026-02-27 23:08:37.386 7 INFO neutron.services.segments.plugin [-] Segment 504b55ec-3874-4e32-89cf-8027b231859a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 504b55ec-3874-4e32-89cf-8027b231859a found for delete ", "request_id": "req-f13b8612-9c24-4719-8f2f-c058fccad682"}]} [pid: 7|app: 0|req: 459/960] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:08:36 2026] DELETE /v2.0/routers/4980b56b-a900-4ddb-ae7b-63535bf2b80c => generated 0 bytes in 893 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/961] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:08:37 2026] POST /v2.0/networks => generated 612 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/962] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:08:37 2026] DELETE /v2.0/subnets/d4ba69f9-bf04-47e9-8ea1-58a7a4fcd153 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:08:37.618 7 INFO neutron_taas.services.taas.taas_plugin [None req-7901b1e0-e293-4c02-8608-908afa3fd616 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: bf06bc17-af9b-4141-b3bb-3db8d467c237 2026-02-27 23:08:37.623 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7901b1e0-e293-4c02-8608-908afa3fd616 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: bf06bc17-af9b-4141-b3bb-3db8d467c237 [pid: 8|app: 0|req: 503/963] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:08:37 2026] POST /v2.0/subnets => generated 626 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/964] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:08:37 2026] DELETE /v2.0/networks/37482ea4-d767-45bb-b8f5-4dd60e535619 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/965] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:08:37 2026] DELETE /v2.0/security-groups/59aa2ab5-5952-42fe-9e48-a7434f5a8383 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:08:37.846 8 INFO neutron.api.v2.resource [None req-62f43b10-763c-485f-a192-6d9a0cfd2634 4c221492ef414f27bf76ffcbf2806f27 9d38931efda94023a33e8379a66535bb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 505/966] 10.0.0.113 () {32 vars in 737 bytes} [Fri Feb 27 23:08:37 2026] GET /v2.0/security-groups/59aa2ab5-5952-42fe-9e48-a7434f5a8383 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:08:37.960 8 INFO neutron_taas.services.taas.taas_plugin [None req-d441b4bf-ec0c-440f-b7fd-5f856a28b348 4c221492ef414f27bf76ffcbf2806f27 9d38931efda94023a33e8379a66535bb - - default default] TaaS: Handle Delete Port: 7734c9f1-68b3-4a54-b171-9e10df9969c0 2026-02-27 23:08:37.963 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d441b4bf-ec0c-440f-b7fd-5f856a28b348 4c221492ef414f27bf76ffcbf2806f27 9d38931efda94023a33e8379a66535bb - - default default] Tap Mirror: Handle Delete Port: 7734c9f1-68b3-4a54-b171-9e10df9969c0 [pid: 8|app: 0|req: 506/967] 10.0.0.113 () {32 vars in 732 bytes} [Fri Feb 27 23:08:37 2026] DELETE /v2.0/floatingips/80697d99-50e8-4bc7-a14b-dd2a5cb41f32 => 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: 462/968] 10.0.0.113 () {34 vars in 665 bytes} [Fri Feb 27 23:08:37 2026] POST /v2.0/ports => generated 915 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/969] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:08:38 2026] GET /v2.0/security-groups?tenant_id=86900e9cdcd4480e96311e553f0da670&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 23:08:38.268 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab0bfb62-697a-496c-a9a4-2a66010295ee f484e8984eaf491197aabbfb03a61e50 896dfd50e5b542d39fdcb1f8476002c2 - - default default] TaaS: Handle Delete Port: 89c2ce9d-9d4c-49bb-a780-72267312ee3a 2026-02-27 23:08:38.271 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab0bfb62-697a-496c-a9a4-2a66010295ee f484e8984eaf491197aabbfb03a61e50 896dfd50e5b542d39fdcb1f8476002c2 - - default default] Tap Mirror: Handle Delete Port: 89c2ce9d-9d4c-49bb-a780-72267312ee3a [pid: 8|app: 0|req: 508/970] 10.0.0.113 () {32 vars in 720 bytes} [Fri Feb 27 23:08:38 2026] DELETE /v2.0/ports/89c2ce9d-9d4c-49bb-a780-72267312ee3a => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/971] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:08:38 2026] DELETE /v2.0/security-groups/c5759201-41e8-443b-babc-8611f9c47508 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:08:38.532 7 INFO neutron_taas.services.taas.taas_plugin [None req-6419663e-a514-4899-88e1-9b724b370332 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 407594f3-9f75-490a-85f9-aafb0ad29686 2026-02-27 23:08:38.535 8 INFO neutron.pecan_wsgi.hooks.translation [None req-63eab71e-c119-4e25-b7a3-28f2df0acb4f f484e8984eaf491197aabbfb03a61e50 896dfd50e5b542d39fdcb1f8476002c2 - - default default] GET failed (client error): The resource could not be found. 2026-02-27 23:08:38.536 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6419663e-a514-4899-88e1-9b724b370332 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 407594f3-9f75-490a-85f9-aafb0ad29686 [pid: 8|app: 0|req: 510/972] 10.0.0.113 () {32 vars in 717 bytes} [Fri Feb 27 23:08:38 2026] GET /v2.0/ports/89c2ce9d-9d4c-49bb-a780-72267312ee3a => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/973] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:08:38 2026] DELETE /v2.0/subnets/271f63a4-c17a-433e-a559-8ea3e29b42c4 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/974] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:08:38 2026] DELETE /v2.0/networks/8489fd4e-347c-4358-ac18-0c73c4226cd3 => 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: 463/975] 10.0.0.113 () {34 vars in 789 bytes} [Fri Feb 27 23:08:38 2026] PUT /v2.0/routers/616f0f3c-8a7d-4e9f-9f92-5438d8bcb726/remove_router_interface => generated 309 bytes in 932 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/976] 10.0.0.113 () {34 vars in 665 bytes} [Fri Feb 27 23:08:38 2026] POST /v2.0/ports => generated 775 bytes in 234 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 23:08:39.291 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b00d048-cc54-4fb5-8b72-7d6ff4d5c01d 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 4db098a0-7559-4b7c-bb75-c482b2b8d631 2026-02-27 23:08:39.294 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b00d048-cc54-4fb5-8b72-7d6ff4d5c01d 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 4db098a0-7559-4b7c-bb75-c482b2b8d631 [pid: 8|app: 0|req: 514/977] 10.0.0.113 () {34 vars in 737 bytes} [Fri Feb 27 23:08:39 2026] PUT /v2.0/ports/1a6aad7a-547f-4c94-a578-24b4c11e6541 => generated 752 bytes in 166 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 23:08:39.320 8 INFO neutron.services.segments.plugin [-] Segment 9dd519dd-7a51-40df-97aa-d6006edd9e70 resource provider aggregate not found 2026-02-27 23:08:39.326 8 INFO neutron.services.segments.plugin [-] Segment 9dd519dd-7a51-40df-97aa-d6006edd9e70 resource provider aggregate not found 2026-02-27 23:08:39.342 8 INFO neutron.services.segments.plugin [-] Segment 9dd519dd-7a51-40df-97aa-d6006edd9e70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9dd519dd-7a51-40df-97aa-d6006edd9e70 found for delete ", "request_id": "req-0ab53e0c-b538-4e7a-ab60-f50ac4d14c94"}]} 2026-02-27 23:08:39.349 8 INFO neutron.services.segments.plugin [-] Segment 9dd519dd-7a51-40df-97aa-d6006edd9e70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9dd519dd-7a51-40df-97aa-d6006edd9e70 found for delete ", "request_id": "req-ee18dbd2-94e2-48ef-bcb9-5b4d2e3af79e"}]} 2026-02-27 23:08:39.388 8 INFO neutron_taas.services.taas.taas_plugin [None req-58b7c79e-0d14-4001-ac95-c4cb32b48032 f484e8984eaf491197aabbfb03a61e50 896dfd50e5b542d39fdcb1f8476002c2 - - default default] TaaS: Handle Delete Port: 1a6aad7a-547f-4c94-a578-24b4c11e6541 2026-02-27 23:08:39.390 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58b7c79e-0d14-4001-ac95-c4cb32b48032 f484e8984eaf491197aabbfb03a61e50 896dfd50e5b542d39fdcb1f8476002c2 - - default default] Tap Mirror: Handle Delete Port: 1a6aad7a-547f-4c94-a578-24b4c11e6541 2026-02-27 23:08:39.408 7 INFO neutron.services.segments.plugin [-] Segment 755cab2d-66e5-48ea-9f57-01f6502b86d9 resource provider aggregate not found 2026-02-27 23:08:39.413 7 INFO neutron.services.segments.plugin [-] Segment 755cab2d-66e5-48ea-9f57-01f6502b86d9 resource provider aggregate not found 2026-02-27 23:08:39.429 7 INFO neutron.services.segments.plugin [-] Segment 755cab2d-66e5-48ea-9f57-01f6502b86d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 755cab2d-66e5-48ea-9f57-01f6502b86d9 found for delete ", "request_id": "req-52fb9d9c-17b4-4391-a7dd-f766e7540083"}]} 2026-02-27 23:08:39.432 7 INFO neutron.services.segments.plugin [-] Segment 755cab2d-66e5-48ea-9f57-01f6502b86d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 755cab2d-66e5-48ea-9f57-01f6502b86d9 found for delete ", "request_id": "req-6b0d72c8-de86-4e6d-a0a0-3a43828bc0df"}]} [pid: 8|app: 0|req: 515/978] 10.0.0.113 () {32 vars in 720 bytes} [Fri Feb 27 23:08:39 2026] DELETE /v2.0/ports/1a6aad7a-547f-4c94-a578-24b4c11e6541 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/979] 10.0.0.113 () {32 vars in 643 bytes} [Fri Feb 27 23:08:39 2026] GET /v2.0/ports => generated 778 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:08:39.552 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a0a0a846-d04f-47ce-993a-ddaea57e63a1 f484e8984eaf491197aabbfb03a61e50 896dfd50e5b542d39fdcb1f8476002c2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 517/980] 10.0.0.113 () {32 vars in 717 bytes} [Fri Feb 27 23:08:39 2026] GET /v2.0/ports/1a6aad7a-547f-4c94-a578-24b4c11e6541 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:08:39.592 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b00d048-cc54-4fb5-8b72-7d6ff4d5c01d 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: de39c44f-679b-4674-961e-61fab16cbce3 2026-02-27 23:08:39.595 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b00d048-cc54-4fb5-8b72-7d6ff4d5c01d 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: de39c44f-679b-4674-961e-61fab16cbce3 [pid: 8|app: 0|req: 518/981] 10.0.0.113 () {32 vars in 643 bytes} [Fri Feb 27 23:08:39 2026] GET /v2.0/ports => generated 778 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/982] 10.0.0.113 () {32 vars in 717 bytes} [Fri Feb 27 23:08:39 2026] GET /v2.0/ports/4222efd7-cc30-4543-bc45-1bd2f2c0f518 => generated 775 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:08:39.721 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aa983e0b-cac6-48f0-b066-dcd92c2eaaf9 f484e8984eaf491197aabbfb03a61e50 896dfd50e5b542d39fdcb1f8476002c2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 520/983] 10.0.0.113 () {32 vars in 720 bytes} [Fri Feb 27 23:08:39 2026] DELETE /v2.0/ports/89c2ce9d-9d4c-49bb-a780-72267312ee3a => generated 132 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:08:39.745 8 INFO neutron.pecan_wsgi.hooks.translation [None req-75c7003d-862c-4cec-be03-58ea380209bc f484e8984eaf491197aabbfb03a61e50 896dfd50e5b542d39fdcb1f8476002c2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 521/984] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:08:39 2026] DELETE /v2.0/subnets/271f63a4-c17a-433e-a559-8ea3e29b42c4 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:08:39.768 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d7ccad88-873b-4f44-bf4a-384f98ccbac6 f484e8984eaf491197aabbfb03a61e50 896dfd50e5b542d39fdcb1f8476002c2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 522/985] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:08:39 2026] DELETE /v2.0/subnets/d9e1caf5-fab1-41b6-b3c3-00e8a0a5f2d8 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:08:39.855 8 INFO neutron_taas.services.taas.taas_plugin [None req-b887a670-6593-4e3c-8126-da71818266ed f484e8984eaf491197aabbfb03a61e50 896dfd50e5b542d39fdcb1f8476002c2 - - default default] TaaS: Handle Delete Port: 4222efd7-cc30-4543-bc45-1bd2f2c0f518 2026-02-27 23:08:39.858 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b887a670-6593-4e3c-8126-da71818266ed f484e8984eaf491197aabbfb03a61e50 896dfd50e5b542d39fdcb1f8476002c2 - - default default] Tap Mirror: Handle Delete Port: 4222efd7-cc30-4543-bc45-1bd2f2c0f518 [pid: 8|app: 0|req: 523/986] 10.0.0.113 () {32 vars in 720 bytes} [Fri Feb 27 23:08:39 2026] DELETE /v2.0/ports/4222efd7-cc30-4543-bc45-1bd2f2c0f518 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:08:39.954 7 INFO neutron.db.l3_hamode_db [None req-8b00d048-cc54-4fb5-8b72-7d6ff4d5c01d 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] HA network 284140bd-1a6e-4e0a-ac74-de6edc9e31a6 was deleted as no HA routers are present in tenant 9d38931efda94023a33e8379a66535bb. [pid: 7|app: 0|req: 464/987] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:08:39 2026] DELETE /v2.0/routers/616f0f3c-8a7d-4e9f-9f92-5438d8bcb726 => generated 0 bytes in 868 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/988] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:08:39 2026] DELETE /v2.0/subnets/4ff6cc07-fd2c-474c-9560-80f8723e524e => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:08:40.191 7 INFO neutron_taas.services.taas.taas_plugin [None req-8aad3160-4376-45b2-9d9c-f8a7658b3882 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 1f41672e-a23f-4036-8432-7850467bb29b 2026-02-27 23:08:40.193 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8aad3160-4376-45b2-9d9c-f8a7658b3882 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 1f41672e-a23f-4036-8432-7850467bb29b [pid: 7|app: 0|req: 466/989] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:08:40 2026] DELETE /v2.0/networks/f0d2aa81-26c7-4962-b793-7344f50a88db => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/990] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:08:39 2026] DELETE /v2.0/networks/893cdbf8-c063-474c-b85d-467bba802183 => generated 0 bytes in 465 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/991] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:08:40 2026] GET /v2.0/security-groups?tenant_id=9d38931efda94023a33e8379a66535bb&name=default => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/992] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:08:40 2026] DELETE /v2.0/security-groups/6a8fe24d-7a40-419e-b546-d815fd932643 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:08:40.852 7 INFO neutron.db.segments_db [None req-14617758-ad9a-496f-8037-36d1c3187f0b 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Added segment bd15356f-aa7d-4ed6-bd41-32fe8acd88d2 of type vxlan for network faab2be0-fabd-4862-b478-3ad09e3e1e81 [pid: 7|app: 0|req: 467/993] 10.0.0.113 () {34 vars in 671 bytes} [Fri Feb 27 23:08:40 2026] POST /v2.0/networks => generated 724 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/994] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:08:40 2026] POST /v2.0/subnets => generated 690 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:08:41.167 7 INFO neutron.db.segments_db [None req-22069cb0-9d74-4cb8-9f8a-2050264317cf 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Added segment cbed7c05-fc59-4581-a447-8520d4f13663 of type vxlan for network a5d5a536-47d5-44de-a194-93e88bf1d08e [pid: 8|app: 0|req: 527/995] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:08:40 2026] GET /v2.0/security-groups?tenant_id=896dfd50e5b542d39fdcb1f8476002c2&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:08:41.368 8 INFO neutron.services.segments.plugin [-] Segment 4b62cf8f-1689-43ea-95a7-c2dfda9c3a9a resource provider aggregate not found 2026-02-27 23:08:41.372 8 INFO neutron.services.segments.plugin [-] Segment 4b62cf8f-1689-43ea-95a7-c2dfda9c3a9a resource provider aggregate not found [pid: 8|app: 0|req: 528/996] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:08:41 2026] DELETE /v2.0/security-groups/756ba895-7b6c-43b7-81c1-24b93d4fe79d => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:08:41.392 8 INFO neutron.services.segments.plugin [-] Segment 4b62cf8f-1689-43ea-95a7-c2dfda9c3a9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b62cf8f-1689-43ea-95a7-c2dfda9c3a9a found for delete ", "request_id": "req-95f31895-4904-4e8c-be77-1b7a4c115b7b"}]} 2026-02-27 23:08:41.394 8 INFO neutron.services.segments.plugin [-] Segment 4b62cf8f-1689-43ea-95a7-c2dfda9c3a9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b62cf8f-1689-43ea-95a7-c2dfda9c3a9a found for delete ", "request_id": "req-c6049634-533e-4b3f-bf16-ec52a47cf46e"}]} 2026-02-27 23:08:41.449 7 INFO neutron.services.segments.plugin [-] Segment 09315c8b-82f9-4bac-ba9b-6fd345ec1186 resource provider aggregate not found 2026-02-27 23:08:41.453 7 INFO neutron.services.segments.plugin [-] Segment 09315c8b-82f9-4bac-ba9b-6fd345ec1186 resource provider aggregate not found 2026-02-27 23:08:41.459 7 INFO neutron.db.l3_hamode_db [None req-22069cb0-9d74-4cb8-9f8a-2050264317cf 82d63d7528f5443898a88ff4cfa98c42 72a798f7764e4e82af503f8798ab4276 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 23:08:41.476 7 INFO neutron.services.segments.plugin [-] Segment 09315c8b-82f9-4bac-ba9b-6fd345ec1186 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09315c8b-82f9-4bac-ba9b-6fd345ec1186 found for delete ", "request_id": "req-dbe7706a-e7b4-4563-943a-fcc6b25ee14d"}]} 2026-02-27 23:08:41.477 7 INFO neutron.services.segments.plugin [-] Segment 09315c8b-82f9-4bac-ba9b-6fd345ec1186 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09315c8b-82f9-4bac-ba9b-6fd345ec1186 found for delete ", "request_id": "req-814fbf9c-f526-42e3-9fe9-6ae6de11076d"}]} 2026-02-27 23:08:41.507 7 INFO neutron.services.segments.plugin [-] Segment 07c8570d-664c-44f5-9143-52657320c920 resource provider aggregate not found 2026-02-27 23:08:41.527 7 INFO neutron.services.segments.plugin [-] Segment 07c8570d-664c-44f5-9143-52657320c920 resource provider aggregate not found 2026-02-27 23:08:41.558 7 INFO neutron.services.segments.plugin [-] Segment 07c8570d-664c-44f5-9143-52657320c920 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07c8570d-664c-44f5-9143-52657320c920 found for delete ", "request_id": "req-9220875d-8deb-4761-8237-b3bfeb077f2c"}]} 2026-02-27 23:08:41.562 7 INFO neutron.services.segments.plugin [-] Segment 07c8570d-664c-44f5-9143-52657320c920 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07c8570d-664c-44f5-9143-52657320c920 found for delete ", "request_id": "req-973c68fa-b5df-4ad6-b331-88ea01171a1d"}]} 2026-02-27 23:08:42.242 7 INFO neutron.db.l3_hamode_db [None req-22069cb0-9d74-4cb8-9f8a-2050264317cf 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 469/997] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:08:41 2026] POST /v2.0/routers => generated 730 bytes in 1960 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/998] 10.0.0.159 () {34 vars in 990 bytes} [Fri Feb 27 23:08:42 2026] GET /v2.0/ports?device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90 => generated 1244 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/999] 10.0.0.113 () {34 vars in 684 bytes} [Fri Feb 27 23:08:43 2026] POST /v2.0/security-groups => generated 1624 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/1000] 10.0.0.159 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:43 2026] GET /v2.0/security-groups?id=884be5c7-265a-47aa-9a86-459d66447173&fields=id&fields=name => generated 114 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/1001] 10.0.0.113 () {32 vars in 663 bytes} [Fri Feb 27 23:08:43 2026] GET /v2.0/security-groups => generated 4529 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/1002] 10.0.0.113 () {34 vars in 758 bytes} [Fri Feb 27 23:08:43 2026] PUT /v2.0/security-groups/ad178805-7166-4551-975a-2d366dbbad3c => generated 1662 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/1003] 10.0.0.113 () {32 vars in 737 bytes} [Fri Feb 27 23:08:43 2026] GET /v2.0/security-groups/ad178805-7166-4551-975a-2d366dbbad3c => generated 1662 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/1004] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:08:43 2026] DELETE /v2.0/security-groups/ad178805-7166-4551-975a-2d366dbbad3c => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/1005] 10.0.0.113 () {32 vars in 663 bytes} [Fri Feb 27 23:08:43 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 23:08:43.759 7 INFO neutron.api.v2.resource [None req-bda0f8d9-20c6-4702-9c40-a6932a5ae6b8 a69c982e12944b04ae424b7f296e20aa 75c27a73fc834b4bb11c3aa0f23f4b16 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 477/1006] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:08:43 2026] DELETE /v2.0/security-groups/ad178805-7166-4551-975a-2d366dbbad3c => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/1007] 10.0.0.113 () {34 vars in 684 bytes} [Fri Feb 27 23:08:43 2026] POST /v2.0/security-groups => generated 1624 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/1008] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:08:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/1009] 10.0.0.113 () {32 vars in 747 bytes} [Fri Feb 27 23:08:43 2026] GET /v2.0/security-group-rules/e8f69f82-77a8-4a54-8b90-e6c8b267e679 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/1010] 10.0.0.113 () {32 vars in 673 bytes} [Fri Feb 27 23:08:44 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/1011] 10.0.0.113 () {32 vars in 750 bytes} [Fri Feb 27 23:08:44 2026] DELETE /v2.0/security-group-rules/e8f69f82-77a8-4a54-8b90-e6c8b267e679 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/1012] 10.0.0.113 () {32 vars in 673 bytes} [Fri Feb 27 23:08:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/1013] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:08:44 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: 485/1014] 10.0.0.113 () {32 vars in 747 bytes} [Fri Feb 27 23:08:44 2026] GET /v2.0/security-group-rules/22a6673b-9ed1-4792-b48d-db11c68f3adc => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1015] 10.0.0.113 () {34 vars in 783 bytes} [Fri Feb 27 23:08:43 2026] PUT /v2.0/routers/05c51f1c-3b40-4687-9168-31d8964df80d/add_router_interface => generated 309 bytes in 1280 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1016] 10.0.0.113 () {32 vars in 673 bytes} [Fri Feb 27 23:08:44 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1017] 10.0.0.113 () {32 vars in 750 bytes} [Fri Feb 27 23:08:44 2026] DELETE /v2.0/security-group-rules/22a6673b-9ed1-4792-b48d-db11c68f3adc => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/1018] 10.0.0.113 () {32 vars in 673 bytes} [Fri Feb 27 23:08:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1019] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:08:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/1020] 10.0.0.113 () {32 vars in 747 bytes} [Fri Feb 27 23:08:44 2026] GET /v2.0/security-group-rules/fee8c135-3636-4a2c-9b76-e15443d9dd51 => generated 602 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1021] 10.0.0.113 () {32 vars in 673 bytes} [Fri Feb 27 23:08:44 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1022] 10.0.0.113 () {32 vars in 750 bytes} [Fri Feb 27 23:08:44 2026] DELETE /v2.0/security-group-rules/fee8c135-3636-4a2c-9b76-e15443d9dd51 => 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: 534/1023] 10.0.0.113 () {32 vars in 673 bytes} [Fri Feb 27 23:08:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1024] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:08:44 2026] DELETE /v2.0/security-groups/b0715076-a485-406c-8158-debd737a257f => 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: 535/1025] 10.0.0.113 () {32 vars in 663 bytes} [Fri Feb 27 23:08:44 2026] GET /v2.0/security-groups => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/1026] 10.0.0.113 () {32 vars in 663 bytes} [Fri Feb 27 23:08:45 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1027] 10.0.0.113 () {34 vars in 685 bytes} [Fri Feb 27 23:08:45 2026] POST /v2.0/security-groups => generated 1659 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/1028] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:08:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1029] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:08:45 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: 538/1030] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:08:45 2026] GET /v2.0/security-groups?tenant_id=75c27a73fc834b4bb11c3aa0f23f4b16&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1031] 10.0.0.113 () {34 vars in 676 bytes} [Fri Feb 27 23:08:45 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: 8|app: 0|req: 539/1032] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:08:45 2026] DELETE /v2.0/security-groups/8559e590-4771-467c-ba7c-60eeafd8a33c => 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: 541/1035] 10.0.0.208 () {34 vars in 1100 bytes} [Fri Feb 27 23:08:46 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1798240508&fields=id&tenant_id=72a798f7764e4e82af503f8798ab4276 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1036] 10.0.0.208 () {34 vars in 982 bytes} [Fri Feb 27 23:08:46 2026] GET /v2.0/networks?id=faab2be0-fabd-4862-b478-3ad09e3e1e81 => generated 675 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1037] 10.0.0.208 () {34 vars in 965 bytes} [Fri Feb 27 23:08:46 2026] GET /v2.0/quotas/72a798f7764e4e82af503f8798ab4276 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1038] 10.0.0.208 () {34 vars in 1002 bytes} [Fri Feb 27 23:08:46 2026] GET /v2.0/ports?tenant_id=72a798f7764e4e82af503f8798ab4276&fields=id => generated 57 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1039] 10.0.0.208 () {34 vars in 1008 bytes} [Fri Feb 27 23:08:46 2026] GET /v2.0/networks/faab2be0-fabd-4862-b478-3ad09e3e1e81?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: 497/1040] 10.0.0.208 () {34 vars in 1108 bytes} [Fri Feb 27 23:08:46 2026] GET /v2.0/networks/faab2be0-fabd-4862-b478-3ad09e3e1e81?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: 544/1041] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:46 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => 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: 545/1042] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:47 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => 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: 498/1043] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:08:47 2026] GET /v2.0/security-groups?tenant_id=1b2f1ffa8b474853aa18820b597371d9&name=default => generated 2925 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1044] 10.0.0.113 () {32 vars in 623 bytes} [Fri Feb 27 23:08:48 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1045] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:08:48 2026] DELETE /v2.0/security-groups/0dcf3997-6942-492d-957e-5c318716fe32 => 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: 500/1046] 10.0.0.113 () {32 vars in 633 bytes} [Fri Feb 27 23:08:48 2026] GET /v2.0/ => generated 632 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1047] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:08:48 2026] GET /v2.0/security-groups?tenant_id=95a87a58a3744fb1a3d445e07a2b16b3&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1048] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:08:48 2026] DELETE /v2.0/security-groups/e12b4838-fc76-4587-9120-91ad51778023 => 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: 502/1049] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:49 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1050] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:08:48 2026] GET /v2.0/security-groups?tenant_id=2fa97daad4264ed78685c079a69cf068&name=default => generated 2925 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1051] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:08:49 2026] DELETE /v2.0/security-groups/740aff72-4a91-4c3f-add4-9ca1485e6557 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1052] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:50 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => 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: 504/1053] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:08:51 2026] GET /v2.0/networks?id=faab2be0-fabd-4862-b478-3ad09e3e1e81 => generated 675 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1054] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:51 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => 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: 505/1055] 199.204.45.162 () {34 vars in 1050 bytes} [Fri Feb 27 23:08:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=72a798f7764e4e82af503f8798ab4276 => generated 181 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1056] 199.204.45.162 () {38 vars in 955 bytes} [Fri Feb 27 23:08:51 2026] POST /v2.0/ports => generated 958 bytes in 518 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:08:51.770 7 WARNING keystonemiddleware.audit [req-5ebbd093-97e8-4ffb-b1c1-e8e248c33d0a req-a4a0347a-3984-4d96-ac9d-5e875291e00a e3aa56ffe2b0461d9f33ee3312b2142f 72a798f7764e4e82af503f8798ab4276 - - default default] Skipping service tempest-service-2021555499 as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 506/1057] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:08:51 2026] GET /v2.0/security-groups?tenant_id=4a237f6001f14106b6ebb031f71c6113&name=default => generated 2925 bytes in 383 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:08:51.928 7 WARNING keystonemiddleware.audit [None req-7efe4964-68ed-4129-9e28-331c421fc543 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Skipping service tempest-service-2021555499 as it have no endpoints. [pid: 7|app: 0|req: 507/1058] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:08:51 2026] DELETE /v2.0/security-groups/fe2c5a8d-2d5e-40c1-a292-28cc2eaa9129 => 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: 552/1059] 199.204.45.162 () {38 vars in 1028 bytes} [Fri Feb 27 23:08:51 2026] PUT /v2.0/ports/5f007663-8ea8-4e7f-80bb-dbc644e0751f => generated 1239 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:08:52.262 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-876eb46e-3d3e-48a7-819e-370933e4408e'] response: {'name': 'network-changed', 'server_uuid': 'a916f94f-998b-4585-bc7b-e6d43c22de4f', 'tag': '5f007663-8ea8-4e7f-80bb-dbc644e0751f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 508/1060] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:52 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 973 bytes in 100 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: 553/1061] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:52 2026] GET /v2.0/security-groups?id=98ee5c5d-6004-4f36-85a9-1ef545905737&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: 509/1062] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:08:52 2026] GET /v2.0/security-groups?tenant_id=2ada9d7e0f7741e682b80eb063f97819&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1063] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:08:52 2026] GET /v2.0/ports?tenant_id=72a798f7764e4e82af503f8798ab4276&device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1064] 199.204.45.162 () {34 vars in 1018 bytes} [Fri Feb 27 23:08:52 2026] GET /v2.0/networks?tenant_id=72a798f7764e4e82af503f8798ab4276&shared=False => generated 771 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1065] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:08:52 2026] DELETE /v2.0/security-groups/bbb69ec0-6dab-49f1-b42a-d78bf6734b8c => 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: 512/1066] 199.204.45.162 () {34 vars in 930 bytes} [Fri Feb 27 23:08:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1067] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:08:52 2026] GET /v2.0/security-groups?tenant_id=408b5c6da9434b66909cce5df917c5d7&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: 513/1068] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:08:53 2026] DELETE /v2.0/security-groups/d2e6d41f-949f-491e-9650-8caa04fea7db => 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: 556/1069] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:53 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1070] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:53 2026] GET /v2.0/security-groups?id=98ee5c5d-6004-4f36-85a9-1ef545905737&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: 515/1071] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:08:53 2026] GET /v2.0/ports?tenant_id=72a798f7764e4e82af503f8798ab4276&device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1072] 199.204.45.162 () {34 vars in 1060 bytes} [Fri Feb 27 23:08:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=5f007663-8ea8-4e7f-80bb-dbc644e0751f => 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: 517/1073] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:08:53 2026] GET /v2.0/subnets?id=d968e4ec-bcc1-48c8-9a6d-10f159ad923d => generated 693 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1074] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:08:54 2026] GET /v2.0/ports?network_id=faab2be0-fabd-4862-b478-3ad09e3e1e81&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:08:54.109 8 INFO neutron.db.segments_db [None req-d9925666-eef6-48af-9c6d-6597400cf318 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Added segment 8ec787f9-30d8-472d-a0b5-8a784602018d of type vxlan for network 08e29562-889e-43a8-9a85-200050ddee0e [pid: 7|app: 0|req: 519/1075] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:54 2026] GET /v2.0/ports?device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1076] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:08:54 2026] GET /v2.0/networks/faab2be0-fabd-4862-b478-3ad09e3e1e81?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: 557/1077] 10.0.0.113 () {34 vars in 671 bytes} [Fri Feb 27 23:08:53 2026] POST /v2.0/networks => generated 720 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1078] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:08:54 2026] GET /v2.0/networks/faab2be0-fabd-4862-b478-3ad09e3e1e81?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: 558/1079] 10.0.0.208 () {34 vars in 971 bytes} [Fri Feb 27 23:08:54 2026] GET /v2.0/ports/e2a59c77-91d3-44b1-ae55-4eb19df4680e => generated 972 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1080] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:08:54 2026] POST /v2.0/subnets => generated 686 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:08:54.523 8 INFO neutron.db.segments_db [None req-b901ff2c-c660-4eb9-a014-2019c1d48790 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Added segment e5dd52a6-b4a2-4cc9-882b-acceaa17ccea of type vxlan for network e92dedd5-28a9-4f6d-b6ab-fc51eaf5091f [pid: 7|app: 0|req: 523/1081] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:54 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1082] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:54 2026] GET /v2.0/security-groups?id=98ee5c5d-6004-4f36-85a9-1ef545905737&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:08:54.791 8 INFO neutron.db.l3_hamode_db [None req-b901ff2c-c660-4eb9-a014-2019c1d48790 82d63d7528f5443898a88ff4cfa98c42 db2e2a99ed4e4354bba1c290bfef7c6e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 525/1083] 199.204.45.162 () {34 vars in 1000 bytes} [Fri Feb 27 23:08:54 2026] GET /v2.0/subnets?network_id=5a840b37-9ad3-4cf7-85f7-a824578652be => generated 684 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1084] 199.204.45.162 () {34 vars in 1146 bytes} [Fri Feb 27 23:08:54 2026] GET /v2.0/ports?device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90&device_owner=compute%3Anova&network_id=5a840b37-9ad3-4cf7-85f7-a824578652be => 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: 527/1085] 199.204.45.162 () {38 vars in 1028 bytes} [Fri Feb 27 23:08:55 2026] PUT /v2.0/ports/e2a59c77-91d3-44b1-ae55-4eb19df4680e => generated 1153 bytes in 514 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:08:55.555 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6089ea62-6802-4305-af18-9d19730cd651'] response: {'name': 'network-changed', 'server_uuid': '3eb790ad-e71a-4daf-948d-0fb1cfe7ea90', 'tag': 'e2a59c77-91d3-44b1-ae55-4eb19df4680e', 'status': 'completed', 'code': 200} 2026-02-27 23:08:55.582 8 INFO neutron.db.l3_hamode_db [None req-b901ff2c-c660-4eb9-a014-2019c1d48790 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - 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: 528/1086] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:55 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1087] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:55 2026] GET /v2.0/security-groups?id=98ee5c5d-6004-4f36-85a9-1ef545905737&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: 530/1088] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:08:56 2026] GET /v2.0/ports?tenant_id=2151c1000d4f48f28e5b5a72386518bb&device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90 => generated 1425 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1089] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:08:56 2026] GET /v2.0/networks?id=5a840b37-9ad3-4cf7-85f7-a824578652be => generated 780 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1090] 199.204.45.162 () {34 vars in 1060 bytes} [Fri Feb 27 23:08:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=e2a59c77-91d3-44b1-ae55-4eb19df4680e => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1091] 199.204.45.162 () {34 vars in 1060 bytes} [Fri Feb 27 23:08:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e2a59c77-91d3-44b1-ae55-4eb19df4680e => generated 861 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1092] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:08:56 2026] GET /v2.0/subnets?id=b95f388a-f8bb-4113-82be-5b51f55fa1d4 => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1093] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:08:56 2026] GET /v2.0/ports?network_id=5a840b37-9ad3-4cf7-85f7-a824578652be&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: 536/1094] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:08:56 2026] GET /v2.0/networks/5a840b37-9ad3-4cf7-85f7-a824578652be?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1095] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:08:56 2026] GET /v2.0/networks/5a840b37-9ad3-4cf7-85f7-a824578652be?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: 559/1096] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:08:54 2026] POST /v2.0/routers => generated 726 bytes in 1967 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1097] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:56 2026] GET /v2.0/ports?device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90 => generated 1156 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1098] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:56 2026] GET /v2.0/security-groups?id=884be5c7-265a-47aa-9a86-459d66447173&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: 562/1099] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:56 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1100] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:57 2026] GET /v2.0/security-groups?id=98ee5c5d-6004-4f36-85a9-1ef545905737&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1101] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:08:57 2026] GET /v2.0/ports?tenant_id=2151c1000d4f48f28e5b5a72386518bb&device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90 => generated 1425 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1102] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:08:57 2026] GET /v2.0/networks?id=5a840b37-9ad3-4cf7-85f7-a824578652be => generated 780 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1103] 199.204.45.162 () {34 vars in 1060 bytes} [Fri Feb 27 23:08:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=e2a59c77-91d3-44b1-ae55-4eb19df4680e => 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: 567/1104] 199.204.45.162 () {34 vars in 1060 bytes} [Fri Feb 27 23:08:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e2a59c77-91d3-44b1-ae55-4eb19df4680e => generated 861 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1105] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:08:57 2026] GET /v2.0/subnets?id=b95f388a-f8bb-4113-82be-5b51f55fa1d4 => generated 702 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1106] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:08:57 2026] GET /v2.0/ports?network_id=5a840b37-9ad3-4cf7-85f7-a824578652be&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: 7|app: 0|req: 538/1107] 10.0.0.113 () {34 vars in 783 bytes} [Fri Feb 27 23:08:56 2026] PUT /v2.0/routers/6ac0172d-2bc2-41c5-ba61-06885f285d90/add_router_interface => generated 309 bytes in 1256 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1108] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:08:57 2026] GET /v2.0/networks/5a840b37-9ad3-4cf7-85f7-a824578652be?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: 539/1109] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:08:57 2026] GET /v2.0/networks/5a840b37-9ad3-4cf7-85f7-a824578652be?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: 571/1110] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:58 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1111] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:58 2026] GET /v2.0/security-groups?id=98ee5c5d-6004-4f36-85a9-1ef545905737&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: 541/1112] 199.204.45.162 () {34 vars in 1120 bytes} [Fri Feb 27 23:08:58 2026] GET /v2.0/ports?device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.10 => generated 1156 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1113] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:08:58 2026] GET /v2.0/security-groups?tenant_id=85e5caa1992247f096537c39148f2935&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1114] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:08:58 2026] DELETE /v2.0/security-groups/ed272dd8-5ba6-4be1-aaf0-f1277ef094fd => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1115] 199.204.45.162 () {38 vars in 1028 bytes} [Fri Feb 27 23:08:58 2026] PUT /v2.0/ports/e2a59c77-91d3-44b1-ae55-4eb19df4680e => generated 972 bytes in 551 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:08:58.963 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e6d709d-c87a-4d1d-8bbb-4e3146d33dbe'] response: {'name': 'network-changed', 'server_uuid': '3eb790ad-e71a-4daf-948d-0fb1cfe7ea90', 'tag': 'e2a59c77-91d3-44b1-ae55-4eb19df4680e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 574/1116] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:08:59 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 543/1117] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:08:59 2026] GET /v2.0/security-groups?id=98ee5c5d-6004-4f36-85a9-1ef545905737&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: 575/1118] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:08:59 2026] GET /v2.0/ports?tenant_id=2151c1000d4f48f28e5b5a72386518bb&device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90 => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1119] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:08:59 2026] GET /v2.0/networks?id=5a840b37-9ad3-4cf7-85f7-a824578652be => generated 780 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1120] 199.204.45.162 () {34 vars in 1060 bytes} [Fri Feb 27 23:08:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e2a59c77-91d3-44b1-ae55-4eb19df4680e => generated 861 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1121] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:08:59 2026] GET /v2.0/subnets?id=b95f388a-f8bb-4113-82be-5b51f55fa1d4 => generated 702 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1122] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:08:59 2026] GET /v2.0/ports?network_id=5a840b37-9ad3-4cf7-85f7-a824578652be&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: 546/1123] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:08:59 2026] GET /v2.0/networks/5a840b37-9ad3-4cf7-85f7-a824578652be?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: 578/1124] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:08:59 2026] GET /v2.0/networks/5a840b37-9ad3-4cf7-85f7-a824578652be?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1125] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:00 2026] GET /v2.0/ports?device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1126] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:00 2026] GET /v2.0/security-groups?id=884be5c7-265a-47aa-9a86-459d66447173&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: 548/1127] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:00 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1128] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:00 2026] GET /v2.0/security-groups?id=98ee5c5d-6004-4f36-85a9-1ef545905737&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: 550/1129] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:00 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:09:00.849 8 INFO neutron.db.segments_db [None req-73588a62-002e-4beb-934d-ca05dea46438 c1e11eb75cbb43e88024cef34a0c0ec2 54d02f6e9a9b48e6b81f33a5fabf27a9 - - default default] Added segment c1e7203a-df66-4488-afc3-b2b873edd6a1 of type vxlan for network ee34da4e-3b10-4127-b3c4-cf56f1919ce9 [pid: 8|app: 0|req: 580/1130] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:09:00 2026] POST /v2.0/networks => generated 630 bytes in 501 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1131] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:09:00 2026] GET /v2.0/ports?tenant_id=2151c1000d4f48f28e5b5a72386518bb&device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:09:01.017 7 INFO neutron.db.l3_db [None req-9c2d2822-d6d2-4f5e-8291-a33ca1b4c1dd e3aa56ffe2b0461d9f33ee3312b2142f 72a798f7764e4e82af503f8798ab4276 - - default default] Floating IP cbc1b810-55e9-4fb0-8434-851b5f55678c associated. External IP: 10.96.250.210, port: 5f007663-8ea8-4e7f-80bb-dbc644e0751f. [pid: 8|app: 0|req: 582/1132] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:09:01 2026] POST /v2.0/subnets => generated 627 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1133] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:09:01 2026] GET /v2.0/networks?id=5a840b37-9ad3-4cf7-85f7-a824578652be => generated 780 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1134] 10.0.0.113 () {34 vars in 749 bytes} [Fri Feb 27 23:09:00 2026] PUT /v2.0/floatingips/cbc1b810-55e9-4fb0-8434-851b5f55678c => generated 856 bytes in 717 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1135] 10.0.0.208 () {34 vars in 982 bytes} [Fri Feb 27 23:09:01 2026] GET /v2.0/networks?id=08e29562-889e-43a8-9a85-200050ddee0e => generated 671 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1136] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:01 2026] GET /v2.0/ports?device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90 => generated 975 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:09:01.484 7 INFO neutron.db.segments_db [None req-0f748332-9686-47de-896d-7414533e7031 c1e11eb75cbb43e88024cef34a0c0ec2 54d02f6e9a9b48e6b81f33a5fabf27a9 - - default default] Added segment 1bba28a8-55dc-443c-be0a-52b4d8afba4b of type vxlan for network 86c668d7-1ae5-444d-bb59-48fed1f9c265 [pid: 8|app: 0|req: 585/1137] 199.204.45.162 () {34 vars in 1060 bytes} [Fri Feb 27 23:09:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e2a59c77-91d3-44b1-ae55-4eb19df4680e => generated 861 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1140] 10.0.0.208 () {34 vars in 965 bytes} [Fri Feb 27 23:09:01 2026] GET /v2.0/quotas/db2e2a99ed4e4354bba1c290bfef7c6e => 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: 589/1141] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:01 2026] GET /v2.0/security-groups?id=884be5c7-265a-47aa-9a86-459d66447173&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1142] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:09:01 2026] GET /v2.0/subnets?id=b95f388a-f8bb-4113-82be-5b51f55fa1d4 => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:09:01.612 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ed1f8572-ad7a-4632-9c3b-ef0d9eec8b86'] response: {'name': 'network-changed', 'server_uuid': 'a916f94f-998b-4585-bc7b-e6d43c22de4f', 'tag': '5f007663-8ea8-4e7f-80bb-dbc644e0751f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 591/1143] 10.0.0.208 () {34 vars in 1002 bytes} [Fri Feb 27 23:09:01 2026] GET /v2.0/ports?tenant_id=db2e2a99ed4e4354bba1c290bfef7c6e&fields=id => generated 103 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1144] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:09:01 2026] GET /v2.0/ports?network_id=5a840b37-9ad3-4cf7-85f7-a824578652be&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 23:09:01.738 7 INFO neutron.db.l3_hamode_db [None req-0f748332-9686-47de-896d-7414533e7031 c1e11eb75cbb43e88024cef34a0c0ec2 54d02f6e9a9b48e6b81f33a5fabf27a9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 593/1145] 10.0.0.208 () {34 vars in 1008 bytes} [Fri Feb 27 23:09:01 2026] GET /v2.0/networks/08e29562-889e-43a8-9a85-200050ddee0e?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: 594/1146] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:09:01 2026] GET /v2.0/networks/5a840b37-9ad3-4cf7-85f7-a824578652be?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1147] 10.0.0.208 () {34 vars in 1108 bytes} [Fri Feb 27 23:09:01 2026] GET /v2.0/networks/08e29562-889e-43a8-9a85-200050ddee0e?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: 596/1148] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:09:01 2026] GET /v2.0/networks/5a840b37-9ad3-4cf7-85f7-a824578652be?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1149] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:01 2026] GET /v2.0/ports?device_id=1cc86b15-b3c5-4900-9ada-52250f674ff0 => 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: 598/1150] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:09:02 2026] GET /v2.0/ports?tenant_id=72a798f7764e4e82af503f8798ab4276&device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1151] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:09:02 2026] GET /v2.0/networks?id=faab2be0-fabd-4862-b478-3ad09e3e1e81 => generated 771 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1152] 199.204.45.162 () {34 vars in 1060 bytes} [Fri Feb 27 23:09:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=5f007663-8ea8-4e7f-80bb-dbc644e0751f => 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: 601/1153] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:09:02 2026] GET /v2.0/subnets?id=d968e4ec-bcc1-48c8-9a6d-10f159ad923d => generated 693 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1154] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:09:02 2026] GET /v2.0/ports?network_id=faab2be0-fabd-4862-b478-3ad09e3e1e81&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1155] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:09:02 2026] GET /v2.0/networks/faab2be0-fabd-4862-b478-3ad09e3e1e81?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: 604/1156] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:09:02 2026] GET /v2.0/networks/faab2be0-fabd-4862-b478-3ad09e3e1e81?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1157] 199.204.45.162 () {34 vars in 994 bytes} [Fri Feb 27 23:09:02 2026] GET /v2.0/ports?device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:09:02.659 8 INFO neutron_taas.services.taas.taas_plugin [req-8f522260-4db0-45a0-bfa1-1c6a8432e46c req-665db0ea-8a29-4f26-bd3f-68b69ffa34aa 07a1fdc3e7e2435f936852b418d30a0f 2151c1000d4f48f28e5b5a72386518bb - - default default] TaaS: Handle Delete Port: e2a59c77-91d3-44b1-ae55-4eb19df4680e 2026-02-27 23:09:02.663 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8f522260-4db0-45a0-bfa1-1c6a8432e46c req-665db0ea-8a29-4f26-bd3f-68b69ffa34aa 07a1fdc3e7e2435f936852b418d30a0f 2151c1000d4f48f28e5b5a72386518bb - - default default] Tap Mirror: Handle Delete Port: e2a59c77-91d3-44b1-ae55-4eb19df4680e 2026-02-27 23:09:02.780 8 INFO neutron.db.l3_db [req-8f522260-4db0-45a0-bfa1-1c6a8432e46c req-665db0ea-8a29-4f26-bd3f-68b69ffa34aa 07a1fdc3e7e2435f936852b418d30a0f 2151c1000d4f48f28e5b5a72386518bb - - default default] Floating IP 4fd6fa91-d18c-4eee-84ab-aedbedf0ece5 disassociated. External IP: 10.96.250.216, port: e2a59c77-91d3-44b1-ae55-4eb19df4680e. 2026-02-27 23:09:03.039 7 INFO neutron.db.l3_hamode_db [None req-0f748332-9686-47de-896d-7414533e7031 c1e11eb75cbb43e88024cef34a0c0ec2 54d02f6e9a9b48e6b81f33a5fabf27a9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 606/1158] 199.204.45.162 () {36 vars in 997 bytes} [Fri Feb 27 23:09:02 2026] DELETE /v2.0/ports/e2a59c77-91d3-44b1-ae55-4eb19df4680e => generated 0 bytes in 694 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1159] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:03 2026] GET /v2.0/ports?device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90 => 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: 608/1160] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:03 2026] GET /v2.0/ports?device_id=1cc86b15-b3c5-4900-9ada-52250f674ff0 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:09:03.278 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e3ba3cd2-4ae8-402f-82b1-482cdf5c843a'] response: {'server_uuid': '3eb790ad-e71a-4daf-948d-0fb1cfe7ea90', 'name': 'network-vif-deleted', 'tag': 'e2a59c77-91d3-44b1-ae55-4eb19df4680e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 553/1161] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:09:01 2026] POST /v2.0/routers => generated 694 bytes in 2480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1162] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:04 2026] GET /v2.0/ports?device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90 => 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: 555/1163] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:04 2026] GET /v2.0/ports?device_id=1cc86b15-b3c5-4900-9ada-52250f674ff0 => 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: 609/1164] 10.0.0.113 () {34 vars in 783 bytes} [Fri Feb 27 23:09:03 2026] PUT /v2.0/routers/5ef333d1-98b1-446f-9169-2cf8d4480ff0/add_router_interface => generated 309 bytes in 1405 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1165] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:05 2026] GET /v2.0/ports?device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90 => 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: 611/1166] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:05 2026] GET /v2.0/ports?device_id=1cc86b15-b3c5-4900-9ada-52250f674ff0 => 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: 556/1167] 10.0.0.113 () {34 vars in 665 bytes} [Fri Feb 27 23:09:05 2026] POST /v2.0/ports => generated 959 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1168] 10.0.0.113 () {34 vars in 665 bytes} [Fri Feb 27 23:09:05 2026] POST /v2.0/ports => generated 958 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 613/1169] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:09:06 2026] GET /v2.0/networks?id=08e29562-889e-43a8-9a85-200050ddee0e => generated 671 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1170] 199.204.45.162 () {38 vars in 955 bytes} [Fri Feb 27 23:09:06 2026] POST /v2.0/ports => generated 958 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 615/1171] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:06 2026] GET /v2.0/ports?device_id=3eb790ad-e71a-4daf-948d-0fb1cfe7ea90 => 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: 616/1172] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:06 2026] GET /v2.0/ports?device_id=1cc86b15-b3c5-4900-9ada-52250f674ff0 => generated 961 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:09:06.822 7 INFO neutron.db.l3_db [None req-4a6c486e-4248-4eb9-8651-b79069d56bdd c1e11eb75cbb43e88024cef34a0c0ec2 54d02f6e9a9b48e6b81f33a5fabf27a9 - - default default] Floating IP 7a293bc3-24b7-442c-9efc-157c546e6a95 associated. External IP: 10.96.250.214, port: 6661c8e5-ea0e-497e-8cde-6ad091ed2ee5. [pid: 7|app: 0|req: 557/1173] 10.0.0.113 () {34 vars in 677 bytes} [Fri Feb 27 23:09:06 2026] POST /v2.0/floatingips => generated 842 bytes in 963 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1174] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:07 2026] GET /v2.0/security-groups?id=fe3adf7b-a8fc-4c01-bfbb-1a322a60168c&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1175] 199.204.45.162 () {38 vars in 1028 bytes} [Fri Feb 27 23:09:06 2026] PUT /v2.0/ports/2e10215f-1b8e-427d-b27d-2f5d398715a3 => generated 1239 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:09:07.257 7 INFO neutron.db.l3_db [None req-407201ff-ab1c-4eb2-bba6-a78314482afd c1e11eb75cbb43e88024cef34a0c0ec2 54d02f6e9a9b48e6b81f33a5fabf27a9 - - default default] Floating IP 7a293bc3-24b7-442c-9efc-157c546e6a95 disassociated. External IP: 10.96.250.214, port: 6661c8e5-ea0e-497e-8cde-6ad091ed2ee5. 2026-02-27 23:09:07.291 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e6873cc5-f5cc-4343-b0a1-4362251be418'] response: {'name': 'network-changed', 'server_uuid': '1cc86b15-b3c5-4900-9ada-52250f674ff0', 'tag': '2e10215f-1b8e-427d-b27d-2f5d398715a3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 559/1176] 10.0.0.113 () {34 vars in 749 bytes} [Fri Feb 27 23:09:07 2026] PUT /v2.0/floatingips/7a293bc3-24b7-442c-9efc-157c546e6a95 => generated 552 bytes in 416 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 23:09:07.691 8 INFO neutron_taas.services.taas.taas_plugin [None req-07a8c785-8ebf-4bab-a893-2c3e48c1d312 c1e11eb75cbb43e88024cef34a0c0ec2 54d02f6e9a9b48e6b81f33a5fabf27a9 - - default default] TaaS: Handle Delete Port: 1f88f88d-efab-4985-b673-ef391a513c8d 2026-02-27 23:09:07.694 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07a8c785-8ebf-4bab-a893-2c3e48c1d312 c1e11eb75cbb43e88024cef34a0c0ec2 54d02f6e9a9b48e6b81f33a5fabf27a9 - - default default] Tap Mirror: Handle Delete Port: 1f88f88d-efab-4985-b673-ef391a513c8d [pid: 7|app: 0|req: 560/1177] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:09:07 2026] GET /v2.0/ports?tenant_id=db2e2a99ed4e4354bba1c290bfef7c6e&device_id=1cc86b15-b3c5-4900-9ada-52250f674ff0 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1178] 10.0.0.113 () {32 vars in 732 bytes} [Fri Feb 27 23:09:07 2026] DELETE /v2.0/floatingips/7a293bc3-24b7-442c-9efc-157c546e6a95 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1179] 199.204.45.162 () {34 vars in 1018 bytes} [Fri Feb 27 23:09:07 2026] GET /v2.0/networks?tenant_id=db2e2a99ed4e4354bba1c290bfef7c6e&shared=False => generated 767 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1180] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:09:07 2026] DELETE /v2.0/security-groups/884be5c7-265a-47aa-9a86-459d66447173 => 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: 563/1181] 199.204.45.162 () {34 vars in 930 bytes} [Fri Feb 27 23:09:07 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:09:08.036 7 INFO neutron.api.v2.resource [None req-ba29e6d2-b060-4d08-b807-7a81016242d9 07a1fdc3e7e2435f936852b418d30a0f 2151c1000d4f48f28e5b5a72386518bb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 564/1182] 10.0.0.113 () {32 vars in 737 bytes} [Fri Feb 27 23:09:08 2026] GET /v2.0/security-groups/884be5c7-265a-47aa-9a86-459d66447173 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:09:08.129 7 INFO neutron_taas.services.taas.taas_plugin [None req-10fe1976-7dfa-4e03-9e7c-d3172ee1fdd6 07a1fdc3e7e2435f936852b418d30a0f 2151c1000d4f48f28e5b5a72386518bb - - default default] TaaS: Handle Delete Port: 683c0104-3f0e-47ff-9b79-0ded62c43638 2026-02-27 23:09:08.131 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10fe1976-7dfa-4e03-9e7c-d3172ee1fdd6 07a1fdc3e7e2435f936852b418d30a0f 2151c1000d4f48f28e5b5a72386518bb - - default default] Tap Mirror: Handle Delete Port: 683c0104-3f0e-47ff-9b79-0ded62c43638 [pid: 7|app: 0|req: 565/1183] 10.0.0.113 () {32 vars in 732 bytes} [Fri Feb 27 23:09:08 2026] DELETE /v2.0/floatingips/4fd6fa91-d18c-4eee-84ab-aedbedf0ece5 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1184] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:08 2026] GET /v2.0/ports?device_id=1cc86b15-b3c5-4900-9ada-52250f674ff0 => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:09:08.606 8 INFO neutron.db.l3_db [None req-7e9092fc-c25e-4095-b91a-c8f25e0c0273 c1e11eb75cbb43e88024cef34a0c0ec2 54d02f6e9a9b48e6b81f33a5fabf27a9 - - default default] Floating IP 0132c65c-de61-43d3-98da-f0112ba87086 associated. External IP: 10.96.250.219, port: 5bd7b8ee-c443-47d6-9716-1431b4a780c9. 2026-02-27 23:09:08.715 7 INFO neutron_taas.services.taas.taas_plugin [None req-ef6a4073-9a9b-428b-b4e6-3aaf2f9ac80d 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: b9c043e8-bc61-4ffd-8cf2-3ed672871945 2026-02-27 23:09:08.718 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef6a4073-9a9b-428b-b4e6-3aaf2f9ac80d 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: b9c043e8-bc61-4ffd-8cf2-3ed672871945 [pid: 8|app: 0|req: 619/1185] 10.0.0.113 () {34 vars in 677 bytes} [Fri Feb 27 23:09:07 2026] POST /v2.0/floatingips => generated 843 bytes in 1057 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1186] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:08 2026] GET /v2.0/security-groups?id=fe3adf7b-a8fc-4c01-bfbb-1a322a60168c&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1187] 10.0.0.113 () {32 vars in 729 bytes} [Fri Feb 27 23:09:08 2026] GET /v2.0/floatingips/0132c65c-de61-43d3-98da-f0112ba87086 => generated 843 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1188] 10.0.0.113 () {32 vars in 655 bytes} [Fri Feb 27 23:09:08 2026] GET /v2.0/floatingips => generated 846 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1189] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:09:09 2026] GET /v2.0/ports?tenant_id=db2e2a99ed4e4354bba1c290bfef7c6e&device_id=1cc86b15-b3c5-4900-9ada-52250f674ff0 => 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: 567/1190] 10.0.0.113 () {34 vars in 789 bytes} [Fri Feb 27 23:09:08 2026] PUT /v2.0/routers/e102ad2a-c244-4573-8142-803b614c2c81/remove_router_interface => generated 309 bytes in 871 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1191] 199.204.45.162 () {34 vars in 1060 bytes} [Fri Feb 27 23:09:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=2e10215f-1b8e-427d-b27d-2f5d398715a3 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:09:09.415 8 INFO neutron.db.l3_db [None req-b6644a98-a75e-41ae-b3c0-ee519d377f94 c1e11eb75cbb43e88024cef34a0c0ec2 54d02f6e9a9b48e6b81f33a5fabf27a9 - - default default] Floating IP 0132c65c-de61-43d3-98da-f0112ba87086 associated. External IP: 10.96.250.219, port: 5bd7b8ee-c443-47d6-9716-1431b4a780c9. 2026-02-27 23:09:09.502 7 INFO neutron_taas.services.taas.taas_plugin [None req-f17be3e5-6061-4dcd-8815-66121a92b23b 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: d2804fcb-9692-4bb2-9d9a-d994045f12c4 2026-02-27 23:09:09.505 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f17be3e5-6061-4dcd-8815-66121a92b23b 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: d2804fcb-9692-4bb2-9d9a-d994045f12c4 2026-02-27 23:09:09.735 7 INFO neutron_taas.services.taas.taas_plugin [None req-f17be3e5-6061-4dcd-8815-66121a92b23b 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 83627892-3d7f-4c02-950c-a131c8785903 2026-02-27 23:09:09.737 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f17be3e5-6061-4dcd-8815-66121a92b23b 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 83627892-3d7f-4c02-950c-a131c8785903 [pid: 8|app: 0|req: 624/1192] 10.0.0.113 () {34 vars in 749 bytes} [Fri Feb 27 23:09:09 2026] PUT /v2.0/floatingips/0132c65c-de61-43d3-98da-f0112ba87086 => generated 842 bytes in 842 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1193] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:09:09 2026] GET /v2.0/subnets?id=aeecd4a5-54c1-4edf-884d-786b1685e32c => generated 689 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:09:10.050 8 INFO neutron.db.l3_db [None req-f5c698e4-70d4-42f4-b313-639a125cab2c c1e11eb75cbb43e88024cef34a0c0ec2 54d02f6e9a9b48e6b81f33a5fabf27a9 - - default default] Floating IP 0132c65c-de61-43d3-98da-f0112ba87086 disassociated. External IP: 10.96.250.219, port: 6661c8e5-ea0e-497e-8cde-6ad091ed2ee5. 2026-02-27 23:09:10.062 7 INFO neutron.services.segments.plugin [-] Segment 4dfe925a-1675-4779-a4d9-aa883e41e20f resource provider aggregate not found 2026-02-27 23:09:10.068 7 INFO neutron.services.segments.plugin [-] Segment 4dfe925a-1675-4779-a4d9-aa883e41e20f resource provider aggregate not found 2026-02-27 23:09:10.080 7 INFO neutron.services.segments.plugin [-] Segment 4dfe925a-1675-4779-a4d9-aa883e41e20f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4dfe925a-1675-4779-a4d9-aa883e41e20f found for delete ", "request_id": "req-11544f2c-f394-44dc-9825-ba2c6447843c"}]} 2026-02-27 23:09:10.083 7 INFO neutron.db.l3_hamode_db [None req-f17be3e5-6061-4dcd-8815-66121a92b23b 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] HA network ac222101-0a2b-4a17-be5c-b3fe1ecc2759 was deleted as no HA routers are present in tenant 2151c1000d4f48f28e5b5a72386518bb. 2026-02-27 23:09:10.086 7 INFO neutron.services.segments.plugin [-] Segment 4dfe925a-1675-4779-a4d9-aa883e41e20f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4dfe925a-1675-4779-a4d9-aa883e41e20f found for delete ", "request_id": "req-55796430-b031-4cbb-becb-0280b81fb62e"}]} [pid: 7|app: 0|req: 569/1194] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:09:09 2026] DELETE /v2.0/routers/e102ad2a-c244-4573-8142-803b614c2c81 => generated 0 bytes in 823 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1195] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:09:10 2026] GET /v2.0/ports?network_id=08e29562-889e-43a8-9a85-200050ddee0e&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: 571/1196] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:10 2026] GET /v2.0/ports?device_id=1cc86b15-b3c5-4900-9ada-52250f674ff0 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1197] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:09:10 2026] DELETE /v2.0/subnets/b95f388a-f8bb-4113-82be-5b51f55fa1d4 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1198] 10.0.0.113 () {34 vars in 749 bytes} [Fri Feb 27 23:09:09 2026] PUT /v2.0/floatingips/0132c65c-de61-43d3-98da-f0112ba87086 => generated 552 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1199] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:09:10 2026] GET /v2.0/networks/08e29562-889e-43a8-9a85-200050ddee0e?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: 627/1200] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:10 2026] GET /v2.0/security-groups?id=fe3adf7b-a8fc-4c01-bfbb-1a322a60168c&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1201] 10.0.0.159 () {34 vars in 990 bytes} [Fri Feb 27 23:09:10 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:09:10.435 8 INFO neutron_taas.services.taas.taas_plugin [None req-7aac7d20-a652-46d8-b93d-7704b9aba776 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 039e2ddd-4dc4-448f-934e-6db315d27a2b 2026-02-27 23:09:10.438 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7aac7d20-a652-46d8-b93d-7704b9aba776 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 039e2ddd-4dc4-448f-934e-6db315d27a2b 2026-02-27 23:09:10.493 7 INFO neutron_taas.services.taas.taas_plugin [None req-90503199-55d3-4619-a9b9-87cd26c01f11 c1e11eb75cbb43e88024cef34a0c0ec2 54d02f6e9a9b48e6b81f33a5fabf27a9 - - default default] TaaS: Handle Delete Port: c24b51a8-a2cb-4170-a6f6-7812766ee99f 2026-02-27 23:09:10.496 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90503199-55d3-4619-a9b9-87cd26c01f11 c1e11eb75cbb43e88024cef34a0c0ec2 54d02f6e9a9b48e6b81f33a5fabf27a9 - - default default] Tap Mirror: Handle Delete Port: c24b51a8-a2cb-4170-a6f6-7812766ee99f 2026-02-27 23:09:10.597 8 INFO neutron.services.segments.plugin [-] Segment 7870d1fc-f916-4cc6-ad5b-e2a3126653d3 resource provider aggregate not found 2026-02-27 23:09:10.605 8 INFO neutron.services.segments.plugin [-] Segment 7870d1fc-f916-4cc6-ad5b-e2a3126653d3 resource provider aggregate not found 2026-02-27 23:09:10.624 8 INFO neutron.services.segments.plugin [-] Segment 7870d1fc-f916-4cc6-ad5b-e2a3126653d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7870d1fc-f916-4cc6-ad5b-e2a3126653d3 found for delete ", "request_id": "req-e981298b-62bd-4954-8d6d-2516664029db"}]} 2026-02-27 23:09:10.627 8 INFO neutron.services.segments.plugin [-] Segment 7870d1fc-f916-4cc6-ad5b-e2a3126653d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7870d1fc-f916-4cc6-ad5b-e2a3126653d3 found for delete ", "request_id": "req-99d0609c-e008-4a60-bcdd-b44b7fcd05dc"}]} [pid: 8|app: 0|req: 628/1202] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:09:10 2026] DELETE /v2.0/networks/5a840b37-9ad3-4cf7-85f7-a824578652be => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1203] 10.0.0.113 () {32 vars in 732 bytes} [Fri Feb 27 23:09:10 2026] DELETE /v2.0/floatingips/0132c65c-de61-43d3-98da-f0112ba87086 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1204] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:09:10 2026] GET /v2.0/networks/08e29562-889e-43a8-9a85-200050ddee0e?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: 576/1205] 10.0.0.159 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:10 2026] GET /v2.0/security-groups?id=98ee5c5d-6004-4f36-85a9-1ef545905737&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:09:10.699 8 INFO neutron.api.v2.resource [None req-492702d3-2c76-442d-92eb-a64ebdf9daab c1e11eb75cbb43e88024cef34a0c0ec2 54d02f6e9a9b48e6b81f33a5fabf27a9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 630/1206] 10.0.0.113 () {32 vars in 732 bytes} [Fri Feb 27 23:09:10 2026] DELETE /v2.0/floatingips/0132c65c-de61-43d3-98da-f0112ba87086 => generated 144 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:09:10.804 7 INFO neutron_taas.services.taas.taas_plugin [None req-60417cac-55c9-41f4-a95b-795f0948e92a c1e11eb75cbb43e88024cef34a0c0ec2 54d02f6e9a9b48e6b81f33a5fabf27a9 - - default default] TaaS: Handle Delete Port: 6661c8e5-ea0e-497e-8cde-6ad091ed2ee5 2026-02-27 23:09:10.806 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60417cac-55c9-41f4-a95b-795f0948e92a c1e11eb75cbb43e88024cef34a0c0ec2 54d02f6e9a9b48e6b81f33a5fabf27a9 - - default default] Tap Mirror: Handle Delete Port: 6661c8e5-ea0e-497e-8cde-6ad091ed2ee5 [pid: 8|app: 0|req: 631/1207] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:09:10 2026] GET /v2.0/security-groups?tenant_id=2151c1000d4f48f28e5b5a72386518bb&name=default => 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: 632/1208] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:09:10 2026] DELETE /v2.0/security-groups/2b4f75a9-1bc7-478f-8ed6-2d45aacd7753 => 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: 577/1209] 10.0.0.113 () {32 vars in 720 bytes} [Fri Feb 27 23:09:10 2026] DELETE /v2.0/ports/6661c8e5-ea0e-497e-8cde-6ad091ed2ee5 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:09:11.046 8 INFO neutron_taas.services.taas.taas_plugin [None req-32cead59-67c7-469f-ae2a-94d2abcab941 c1e11eb75cbb43e88024cef34a0c0ec2 54d02f6e9a9b48e6b81f33a5fabf27a9 - - default default] TaaS: Handle Delete Port: 5bd7b8ee-c443-47d6-9716-1431b4a780c9 2026-02-27 23:09:11.048 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32cead59-67c7-469f-ae2a-94d2abcab941 c1e11eb75cbb43e88024cef34a0c0ec2 54d02f6e9a9b48e6b81f33a5fabf27a9 - - default default] Tap Mirror: Handle Delete Port: 5bd7b8ee-c443-47d6-9716-1431b4a780c9 [pid: 8|app: 0|req: 633/1210] 10.0.0.113 () {32 vars in 720 bytes} [Fri Feb 27 23:09:10 2026] DELETE /v2.0/ports/5bd7b8ee-c443-47d6-9716-1431b4a780c9 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1211] 10.0.0.113 () {32 vars in 736 bytes} [Fri Feb 27 23:09:11 2026] GET /v2.0/ports?device_id=5ef333d1-98b1-446f-9169-2cf8d4480ff0 => generated 958 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1212] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:11 2026] GET /v2.0/ports?device_id=1cc86b15-b3c5-4900-9ada-52250f674ff0 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1213] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:11 2026] GET /v2.0/security-groups?id=fe3adf7b-a8fc-4c01-bfbb-1a322a60168c&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:09:11.630 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b61372b-975c-4fe1-8e60-5e9390a758e1 c1e11eb75cbb43e88024cef34a0c0ec2 54d02f6e9a9b48e6b81f33a5fabf27a9 - - default default] TaaS: Handle Delete Port: 54a95ae2-99e0-4142-94d9-7d2d455df095 2026-02-27 23:09:11.632 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b61372b-975c-4fe1-8e60-5e9390a758e1 c1e11eb75cbb43e88024cef34a0c0ec2 54d02f6e9a9b48e6b81f33a5fabf27a9 - - default default] Tap Mirror: Handle Delete Port: 54a95ae2-99e0-4142-94d9-7d2d455df095 [pid: 8|app: 0|req: 634/1214] 10.0.0.113 () {34 vars in 789 bytes} [Fri Feb 27 23:09:11 2026] PUT /v2.0/routers/5ef333d1-98b1-446f-9169-2cf8d4480ff0/remove_router_interface => generated 309 bytes in 968 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:09:12.491 7 INFO neutron_taas.services.taas.taas_plugin [None req-6387740f-ef32-4552-ac07-bcc6f24da1e6 c1e11eb75cbb43e88024cef34a0c0ec2 54d02f6e9a9b48e6b81f33a5fabf27a9 - - default default] TaaS: Handle Delete Port: d8fbb5f8-d7fd-4745-b812-2cebc080a3f7 2026-02-27 23:09:12.493 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6387740f-ef32-4552-ac07-bcc6f24da1e6 c1e11eb75cbb43e88024cef34a0c0ec2 54d02f6e9a9b48e6b81f33a5fabf27a9 - - default default] Tap Mirror: Handle Delete Port: d8fbb5f8-d7fd-4745-b812-2cebc080a3f7 [pid: 8|app: 0|req: 635/1215] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:12 2026] GET /v2.0/ports?device_id=1cc86b15-b3c5-4900-9ada-52250f674ff0 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1216] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:12 2026] GET /v2.0/security-groups?id=fe3adf7b-a8fc-4c01-bfbb-1a322a60168c&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:09:12.790 7 INFO neutron_taas.services.taas.taas_plugin [None req-6387740f-ef32-4552-ac07-bcc6f24da1e6 c1e11eb75cbb43e88024cef34a0c0ec2 54d02f6e9a9b48e6b81f33a5fabf27a9 - - default default] TaaS: Handle Delete Port: f18f1ab1-f584-4514-806b-053684cfca77 2026-02-27 23:09:12.792 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6387740f-ef32-4552-ac07-bcc6f24da1e6 c1e11eb75cbb43e88024cef34a0c0ec2 54d02f6e9a9b48e6b81f33a5fabf27a9 - - default default] Tap Mirror: Handle Delete Port: f18f1ab1-f584-4514-806b-053684cfca77 2026-02-27 23:09:13.130 8 INFO neutron.db.segments_db [None req-f89698aa-029c-4dfe-8d89-a7d20c15fde7 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Added segment 36092310-58a5-488d-92b4-5a8f30789640 of type vxlan for network b20d914b-4f56-4b10-abba-43642dea3e45 2026-02-27 23:09:13.173 7 INFO neutron.services.segments.plugin [-] Segment 1bba28a8-55dc-443c-be0a-52b4d8afba4b resource provider aggregate not found 2026-02-27 23:09:13.181 7 INFO neutron.services.segments.plugin [-] Segment 1bba28a8-55dc-443c-be0a-52b4d8afba4b resource provider aggregate not found 2026-02-27 23:09:13.201 7 INFO neutron.services.segments.plugin [-] Segment 1bba28a8-55dc-443c-be0a-52b4d8afba4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bba28a8-55dc-443c-be0a-52b4d8afba4b found for delete ", "request_id": "req-43267e82-bd8d-4b9f-b20a-e0010b21f3ae"}]} 2026-02-27 23:09:13.202 7 INFO neutron.services.segments.plugin [-] Segment 1bba28a8-55dc-443c-be0a-52b4d8afba4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bba28a8-55dc-443c-be0a-52b4d8afba4b found for delete ", "request_id": "req-93f60be6-c44c-44b8-ade2-adbdbf58903b"}]} 2026-02-27 23:09:13.203 7 INFO neutron.db.l3_hamode_db [None req-6387740f-ef32-4552-ac07-bcc6f24da1e6 c1e11eb75cbb43e88024cef34a0c0ec2 54d02f6e9a9b48e6b81f33a5fabf27a9 - - default default] HA network 86c668d7-1ae5-444d-bb59-48fed1f9c265 was deleted as no HA routers are present in tenant 54d02f6e9a9b48e6b81f33a5fabf27a9. [pid: 7|app: 0|req: 581/1217] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:09:12 2026] DELETE /v2.0/routers/5ef333d1-98b1-446f-9169-2cf8d4480ff0 => generated 0 bytes in 980 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1218] 10.0.0.113 () {34 vars in 671 bytes} [Fri Feb 27 23:09:12 2026] POST /v2.0/networks => generated 729 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1219] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:09:13 2026] DELETE /v2.0/subnets/b1a4e5be-70ae-4e89-8e69-8b05ab2a1fdd => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1220] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:09:13 2026] POST /v2.0/subnets => generated 695 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1221] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:09:13 2026] DELETE /v2.0/networks/ee34da4e-3b10-4127-b3c4-cf56f1919ce9 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:09:13.541 8 INFO neutron.db.segments_db [None req-e509968e-81ac-4061-94b4-eb96084623be 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Added segment c00618f0-eac3-4222-ad86-8f979827d494 of type vxlan for network fb6ce0eb-0e48-47bb-b2cd-e3dccca215e1 2026-02-27 23:09:13.823 8 INFO neutron.db.l3_hamode_db [None req-e509968e-81ac-4061-94b4-eb96084623be 82d63d7528f5443898a88ff4cfa98c42 04670444c7874201896817146ce0613d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 584/1222] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:13 2026] GET /v2.0/ports?device_id=1cc86b15-b3c5-4900-9ada-52250f674ff0 => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1223] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:13 2026] GET /v2.0/security-groups?id=fe3adf7b-a8fc-4c01-bfbb-1a322a60168c&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1224] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:09:14 2026] GET /v2.0/security-groups?tenant_id=54d02f6e9a9b48e6b81f33a5fabf27a9&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1225] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:09:14 2026] DELETE /v2.0/security-groups/3666433c-9acf-4313-8bc4-43b6bac9ad88 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:09:14.557 8 INFO neutron.db.l3_hamode_db [None req-e509968e-81ac-4061-94b4-eb96084623be 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 588/1226] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:14 2026] GET /v2.0/ports?device_id=1cc86b15-b3c5-4900-9ada-52250f674ff0 => 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: 589/1227] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:15 2026] GET /v2.0/security-groups?id=fe3adf7b-a8fc-4c01-bfbb-1a322a60168c&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:09:15.221 7 INFO neutron.services.segments.plugin [-] Segment c1e7203a-df66-4488-afc3-b2b873edd6a1 resource provider aggregate not found 2026-02-27 23:09:15.226 7 INFO neutron.services.segments.plugin [-] Segment c1e7203a-df66-4488-afc3-b2b873edd6a1 resource provider aggregate not found 2026-02-27 23:09:15.245 7 INFO neutron.services.segments.plugin [-] Segment c1e7203a-df66-4488-afc3-b2b873edd6a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1e7203a-df66-4488-afc3-b2b873edd6a1 found for delete ", "request_id": "req-a15edcfc-7527-435a-b871-da146ad00c1f"}]} 2026-02-27 23:09:15.248 7 INFO neutron.services.segments.plugin [-] Segment c1e7203a-df66-4488-afc3-b2b873edd6a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1e7203a-df66-4488-afc3-b2b873edd6a1 found for delete ", "request_id": "req-29c56a36-c288-4814-9d17-c808e4c26571"}]} [pid: 8|app: 0|req: 639/1228] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:09:13 2026] POST /v2.0/routers => generated 735 bytes in 2321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:09:16.514 8 INFO neutron.db.segments_db [None req-8f9fc65b-0c7f-4ea3-8707-1a1220f156de bf242384b28849dbae45cd2dc5d64765 edee3855d46a4d2d92396aa125666b16 - - default default] Added segment 2d39d0d1-a2b7-44b3-9b3c-59bcf24cad31 of type vxlan for network dd55894d-ba72-4c5e-ab14-0a2fcd702275 2026-02-27 23:09:16.620 8 INFO neutron.db.segments_db [None req-8f9fc65b-0c7f-4ea3-8707-1a1220f156de bf242384b28849dbae45cd2dc5d64765 edee3855d46a4d2d92396aa125666b16 - - default default] Added segment 66e983da-c46b-424b-a9d3-36e19c23eba3 of type vxlan for network d248c7bd-2f17-4191-9933-528f044d7e2a [pid: 8|app: 0|req: 640/1229] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:09:16 2026] POST /v2.0/networks => generated 1208 bytes in 665 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1230] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:16 2026] GET /v2.0/ports?device_id=1cc86b15-b3c5-4900-9ada-52250f674ff0 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1233] 10.0.0.113 () {32 vars in 649 bytes} [Fri Feb 27 23:09:16 2026] GET /v2.0/networks => generated 1845 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1234] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:16 2026] GET /v2.0/security-groups?id=fe3adf7b-a8fc-4c01-bfbb-1a322a60168c&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:09:17.018 8 INFO neutron.services.segments.plugin [-] Segment 2d39d0d1-a2b7-44b3-9b3c-59bcf24cad31 resource provider aggregate not found 2026-02-27 23:09:17.025 8 INFO neutron.services.segments.plugin [-] Segment 2d39d0d1-a2b7-44b3-9b3c-59bcf24cad31 resource provider aggregate not found 2026-02-27 23:09:17.039 8 INFO neutron.services.segments.plugin [-] Segment 2d39d0d1-a2b7-44b3-9b3c-59bcf24cad31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d39d0d1-a2b7-44b3-9b3c-59bcf24cad31 found for delete ", "request_id": "req-2fb4fec1-31f9-4f32-94bf-47cfb98e101a"}]} 2026-02-27 23:09:17.049 8 INFO neutron.services.segments.plugin [-] Segment 2d39d0d1-a2b7-44b3-9b3c-59bcf24cad31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d39d0d1-a2b7-44b3-9b3c-59bcf24cad31 found for delete ", "request_id": "req-bd7fd5eb-4bb4-4e6f-bdd7-65c18a8cdea7"}]} [pid: 8|app: 0|req: 646/1235] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:09:16 2026] DELETE /v2.0/networks/dd55894d-ba72-4c5e-ab14-0a2fcd702275 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1236] 10.0.0.113 () {34 vars in 783 bytes} [Fri Feb 27 23:09:15 2026] PUT /v2.0/routers/8101dc44-b4cc-4964-aff4-d701f875ec63/add_router_interface => generated 309 bytes in 1344 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1237] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:09:17 2026] DELETE /v2.0/networks/d248c7bd-2f17-4191-9933-528f044d7e2a => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1238] 10.0.0.113 () {32 vars in 649 bytes} [Fri Feb 27 23:09:17 2026] GET /v2.0/networks => generated 651 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:09:17.313 8 INFO neutron.db.segments_db [None req-2ea62c8c-a646-4b73-8054-f44ff158441d bf242384b28849dbae45cd2dc5d64765 edee3855d46a4d2d92396aa125666b16 - - default default] Added segment b91da231-3ea3-41fe-9515-c38711802f74 of type vxlan for network eb32fff1-2d19-48e2-b3fb-7725d668a823 [pid: 8|app: 0|req: 648/1239] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:09:17 2026] POST /v2.0/networks => generated 630 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:09:17.480 7 INFO neutron.db.segments_db [None req-9de3232a-c40e-4728-bb49-acf36743d139 bf242384b28849dbae45cd2dc5d64765 edee3855d46a4d2d92396aa125666b16 - - default default] Added segment c696a044-43ba-40df-96bb-b34e95b54e2c of type vxlan for network a9767044-1b9c-41d7-9111-8fd090baaa1e [pid: 7|app: 0|req: 592/1240] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:09:17 2026] POST /v2.0/networks => generated 631 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1241] 10.0.0.113 () {34 vars in 685 bytes} [Fri Feb 27 23:09:17 2026] POST /v2.0/security-groups => generated 1658 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1242] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:09:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1243] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:09:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1244] 10.0.0.113 () {34 vars in 665 bytes} [Fri Feb 27 23:09:17 2026] POST /v2.0/ports => generated 1505 bytes in 562 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: 650/1245] 10.0.0.113 () {32 vars in 643 bytes} [Fri Feb 27 23:09:18 2026] GET /v2.0/ports => generated 1505 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:09:18.325 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef477517-898d-47a0-81a5-d8a4d57cfc86 bf242384b28849dbae45cd2dc5d64765 edee3855d46a4d2d92396aa125666b16 - - default default] TaaS: Handle Delete Port: ec4b7b4f-49b7-4a4c-b205-00b669faacfb 2026-02-27 23:09:18.330 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef477517-898d-47a0-81a5-d8a4d57cfc86 bf242384b28849dbae45cd2dc5d64765 edee3855d46a4d2d92396aa125666b16 - - default default] Tap Mirror: Handle Delete Port: ec4b7b4f-49b7-4a4c-b205-00b669faacfb [pid: 8|app: 0|req: 651/1246] 10.0.0.113 () {32 vars in 720 bytes} [Fri Feb 27 23:09:18 2026] DELETE /v2.0/ports/ec4b7b4f-49b7-4a4c-b205-00b669faacfb => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1247] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:18 2026] GET /v2.0/ports?device_id=1cc86b15-b3c5-4900-9ada-52250f674ff0 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:09:18.596 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e37a81f-5f16-4087-a701-99de0d9ccc19 bf242384b28849dbae45cd2dc5d64765 edee3855d46a4d2d92396aa125666b16 - - default default] TaaS: Handle Delete Port: a6420ad1-3de8-40a9-a0a2-7729ae8f48ca 2026-02-27 23:09:18.599 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e37a81f-5f16-4087-a701-99de0d9ccc19 bf242384b28849dbae45cd2dc5d64765 edee3855d46a4d2d92396aa125666b16 - - default default] Tap Mirror: Handle Delete Port: a6420ad1-3de8-40a9-a0a2-7729ae8f48ca [pid: 8|app: 0|req: 653/1248] 10.0.0.113 () {32 vars in 720 bytes} [Fri Feb 27 23:09:18 2026] DELETE /v2.0/ports/a6420ad1-3de8-40a9-a0a2-7729ae8f48ca => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1249] 10.0.0.113 () {34 vars in 676 bytes} [Fri Feb 27 23:09:18 2026] POST /v2.0/floatingips => generated 552 bytes in 557 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1250] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:18 2026] GET /v2.0/security-groups?id=fe3adf7b-a8fc-4c01-bfbb-1a322a60168c&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1251] 10.0.0.113 () {32 vars in 643 bytes} [Fri Feb 27 23:09:18 2026] GET /v2.0/ports => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:09:18.796 8 INFO neutron.db.segments_db [None req-30b715db-c4bb-45b5-bdc7-fde0ad3b122f bf242384b28849dbae45cd2dc5d64765 edee3855d46a4d2d92396aa125666b16 - - default default] Added segment 5eae82f2-763a-48b0-b20f-bacc40352ffc of type vxlan for network 66334198-af99-4446-8992-e3a15b35ac9d [pid: 8|app: 0|req: 655/1252] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:09:18 2026] POST /v2.0/networks => generated 630 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:09:18.960 7 INFO neutron.db.segments_db [None req-b1a61867-e1cf-4010-9851-793b45e7773a bf242384b28849dbae45cd2dc5d64765 edee3855d46a4d2d92396aa125666b16 - - default default] Added segment 904ee64b-cd53-4585-8df1-b2923a8993b7 of type vxlan for network f1539d56-b613-4592-bcc9-4c71c99d6019 2026-02-27 23:09:19.063 8 INFO neutron.services.segments.plugin [-] Segment 66e983da-c46b-424b-a9d3-36e19c23eba3 resource provider aggregate not found 2026-02-27 23:09:19.079 8 INFO neutron.services.segments.plugin [-] Segment 66e983da-c46b-424b-a9d3-36e19c23eba3 resource provider aggregate not found 2026-02-27 23:09:19.084 8 INFO neutron.services.segments.plugin [-] Segment 66e983da-c46b-424b-a9d3-36e19c23eba3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66e983da-c46b-424b-a9d3-36e19c23eba3 found for delete ", "request_id": "req-a6be357b-d81a-466c-8890-c9d10d2dc7e7"}]} [pid: 7|app: 0|req: 598/1253] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:09:18 2026] POST /v2.0/networks => generated 630 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:09:19.096 8 INFO neutron.services.segments.plugin [-] Segment 66e983da-c46b-424b-a9d3-36e19c23eba3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66e983da-c46b-424b-a9d3-36e19c23eba3 found for delete ", "request_id": "req-ec9cfaae-55bf-44df-b7bd-681517ca0bf7"}]} [pid: 8|app: 0|req: 656/1254] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:09:19 2026] POST /v2.0/subnets => generated 1274 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1255] 10.0.0.113 () {32 vars in 647 bytes} [Fri Feb 27 23:09:19 2026] GET /v2.0/subnets => generated 1910 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1256] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:09:19 2026] DELETE /v2.0/subnets/70f05cbf-022c-4f15-a692-e78a60cf8844 => 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: 600/1257] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:19 2026] GET /v2.0/ports?device_id=1cc86b15-b3c5-4900-9ada-52250f674ff0 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1258] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:19 2026] GET /v2.0/security-groups?id=fe3adf7b-a8fc-4c01-bfbb-1a322a60168c&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: 658/1259] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:09:19 2026] DELETE /v2.0/subnets/7c68aaa2-8831-40cc-abc4-0378419e64aa => 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: 602/1260] 10.0.0.113 () {32 vars in 647 bytes} [Fri Feb 27 23:09:19 2026] GET /v2.0/subnets => generated 649 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1261] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:09:19 2026] DELETE /v2.0/networks/f1539d56-b613-4592-bcc9-4c71c99d6019 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:09:20.263 7 INFO neutron.services.segments.plugin [-] Segment 5eae82f2-763a-48b0-b20f-bacc40352ffc resource provider aggregate not found 2026-02-27 23:09:20.268 7 INFO neutron.services.segments.plugin [-] Segment 5eae82f2-763a-48b0-b20f-bacc40352ffc resource provider aggregate not found 2026-02-27 23:09:20.287 7 INFO neutron.services.segments.plugin [-] Segment 5eae82f2-763a-48b0-b20f-bacc40352ffc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5eae82f2-763a-48b0-b20f-bacc40352ffc found for delete ", "request_id": "req-af4d645c-992b-44ab-9772-72bfcc43faf7"}]} 2026-02-27 23:09:20.287 7 INFO neutron.services.segments.plugin [-] Segment 5eae82f2-763a-48b0-b20f-bacc40352ffc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5eae82f2-763a-48b0-b20f-bacc40352ffc found for delete ", "request_id": "req-ffbc2069-fcd3-44dd-b0a5-0bd91cccf4f0"}]} [pid: 7|app: 0|req: 603/1262] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:09:20 2026] DELETE /v2.0/networks/66334198-af99-4446-8992-e3a15b35ac9d => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1263] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:09:20 2026] DELETE /v2.0/networks/a9767044-1b9c-41d7-9111-8fd090baaa1e => 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: 604/1264] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:09:20 2026] DELETE /v2.0/networks/eb32fff1-2d19-48e2-b3fb-7725d668a823 => 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: 605/1265] 199.204.45.162 () {34 vars in 994 bytes} [Fri Feb 27 23:09:20 2026] GET /v2.0/ports?device_id=1cc86b15-b3c5-4900-9ada-52250f674ff0 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:09:21.112 8 INFO neutron.services.segments.plugin [-] Segment 904ee64b-cd53-4585-8df1-b2923a8993b7 resource provider aggregate not found 2026-02-27 23:09:21.116 7 INFO neutron_taas.services.taas.taas_plugin [req-b3356b14-4f5b-42a3-b1df-b986df3352a5 req-57d07458-2815-4225-976a-5b2e2c31c0f5 24642f518ea348bb98485b8d396eac0c db2e2a99ed4e4354bba1c290bfef7c6e - - default default] TaaS: Handle Delete Port: 2e10215f-1b8e-427d-b27d-2f5d398715a3 2026-02-27 23:09:21.120 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b3356b14-4f5b-42a3-b1df-b986df3352a5 req-57d07458-2815-4225-976a-5b2e2c31c0f5 24642f518ea348bb98485b8d396eac0c db2e2a99ed4e4354bba1c290bfef7c6e - - default default] Tap Mirror: Handle Delete Port: 2e10215f-1b8e-427d-b27d-2f5d398715a3 2026-02-27 23:09:21.122 8 INFO neutron.services.segments.plugin [-] Segment 904ee64b-cd53-4585-8df1-b2923a8993b7 resource provider aggregate not found 2026-02-27 23:09:21.127 8 INFO neutron.services.segments.plugin [-] Segment 904ee64b-cd53-4585-8df1-b2923a8993b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 904ee64b-cd53-4585-8df1-b2923a8993b7 found for delete ", "request_id": "req-a398e2cc-bb4c-41e5-9ec1-2952003dc67e"}]} 2026-02-27 23:09:21.140 8 INFO neutron.services.segments.plugin [-] Segment 904ee64b-cd53-4585-8df1-b2923a8993b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 904ee64b-cd53-4585-8df1-b2923a8993b7 found for delete ", "request_id": "req-a10cf222-7420-40b4-86d4-2b3e58596414"}]} 2026-02-27 23:09:21.145 8 INFO neutron.services.segments.plugin [-] Segment c696a044-43ba-40df-96bb-b34e95b54e2c resource provider aggregate not found 2026-02-27 23:09:21.163 8 INFO neutron.services.segments.plugin [-] Segment c696a044-43ba-40df-96bb-b34e95b54e2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c696a044-43ba-40df-96bb-b34e95b54e2c found for delete ", "request_id": "req-9ce8f808-576e-4ed5-8177-663540fb17d7"}]} 2026-02-27 23:09:21.166 8 INFO neutron.services.segments.plugin [-] Segment c696a044-43ba-40df-96bb-b34e95b54e2c resource provider aggregate not found [pid: 8|app: 0|req: 661/1266] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:09:20 2026] GET /v2.0/routers => generated 2192 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:09:21.196 8 INFO neutron.services.segments.plugin [-] Segment c696a044-43ba-40df-96bb-b34e95b54e2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c696a044-43ba-40df-96bb-b34e95b54e2c found for delete ", "request_id": "req-72dc66b2-061d-4490-a6f5-a0463faba14d"}]} [pid: 8|app: 0|req: 662/1267] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:21 2026] GET /v2.0/ports?device_id=1cc86b15-b3c5-4900-9ada-52250f674ff0 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1268] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:09:21 2026] GET /v2.0/security-groups?tenant_id=edee3855d46a4d2d92396aa125666b16&name=default => generated 2925 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1269] 10.0.0.153 () {28 vars in 624 bytes} [Fri Feb 27 23:09:21 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: 7|app: 0|req: 606/1270] 199.204.45.162 () {36 vars in 997 bytes} [Fri Feb 27 23:09:20 2026] DELETE /v2.0/ports/2e10215f-1b8e-427d-b27d-2f5d398715a3 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1271] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:21 2026] GET /v2.0/security-groups?id=fe3adf7b-a8fc-4c01-bfbb-1a322a60168c&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1272] 10.0.0.208 () {34 vars in 1084 bytes} [Fri Feb 27 23:09:21 2026] GET /v2.0/ports?device_id=1cc86b15-b3c5-4900-9ada-52250f674ff0&device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => 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: 608/1273] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:09:21 2026] DELETE /v2.0/security-groups/dfe70ebd-2798-4a16-bdc1-b97064eff297 => 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: 666/1274] 10.0.0.153 () {28 vars in 677 bytes} [Fri Feb 27 23:09:21 2026] GET /v2.0/routers/05c51f1c-3b40-4687-9168-31d8964df80d/l3-agents => generated 681 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1275] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:21 2026] GET /v2.0/security-groups?id=98ee5c5d-6004-4f36-85a9-1ef545905737&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:09:21.479 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e9c419e-d9d9-458a-83e1-d4434c6f99b8'] response: {'server_uuid': '1cc86b15-b3c5-4900-9ada-52250f674ff0', 'name': 'network-vif-deleted', 'tag': '2e10215f-1b8e-427d-b27d-2f5d398715a3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 610/1276] 10.0.0.208 () {34 vars in 1096 bytes} [Fri Feb 27 23:09:21 2026] GET /v2.0/security-groups?name=tempest-securitygroup--24844172&fields=id&tenant_id=04670444c7874201896817146ce0613d => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1277] 10.0.0.153 () {28 vars in 677 bytes} [Fri Feb 27 23:09:21 2026] GET /v2.0/routers/6ac0172d-2bc2-41c5-ba61-06885f285d90/l3-agents => generated 681 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1278] 10.0.0.208 () {34 vars in 982 bytes} [Fri Feb 27 23:09:21 2026] GET /v2.0/networks?id=b20d914b-4f56-4b10-abba-43642dea3e45 => generated 680 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1279] 10.0.0.208 () {34 vars in 965 bytes} [Fri Feb 27 23:09:21 2026] GET /v2.0/quotas/04670444c7874201896817146ce0613d => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1280] 10.0.0.153 () {28 vars in 677 bytes} [Fri Feb 27 23:09:21 2026] GET /v2.0/routers/8101dc44-b4cc-4964-aff4-d701f875ec63/l3-agents => generated 682 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1281] 10.0.0.208 () {34 vars in 1002 bytes} [Fri Feb 27 23:09:21 2026] GET /v2.0/ports?tenant_id=04670444c7874201896817146ce0613d&fields=id => generated 103 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1282] 10.0.0.153 () {28 vars in 585 bytes} [Fri Feb 27 23:09:21 2026] GET /v2.0/networks => generated 6526 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1283] 10.0.0.208 () {34 vars in 1008 bytes} [Fri Feb 27 23:09:21 2026] GET /v2.0/networks/b20d914b-4f56-4b10-abba-43642dea3e45?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: 670/1284] 10.0.0.153 () {28 vars in 599 bytes} [Fri Feb 27 23:09:21 2026] GET /v2.0/security-groups => generated 31836 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1285] 10.0.0.208 () {34 vars in 1108 bytes} [Fri Feb 27 23:09:21 2026] GET /v2.0/networks/b20d914b-4f56-4b10-abba-43642dea3e45?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: 671/1286] 10.0.0.153 () {28 vars in 579 bytes} [Fri Feb 27 23:09:21 2026] GET /v2.0/ports => generated 22069 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1287] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:09:21 2026] GET /v2.0/floatingips => generated 1399 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1288] 10.0.0.153 () {28 vars in 619 bytes} [Fri Feb 27 23:09:21 2026] GET /v2.0/network-ip-availabilities => generated 3815 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1289] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:09:21 2026] GET /v2.0/subnets => generated 5215 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1290] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:09:22 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: 618/1291] 10.0.0.153 () {28 vars in 581 bytes} [Fri Feb 27 23:09:22 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: 619/1292] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:22 2026] GET /v2.0/ports?device_id=283ade27-8114-4c50-bfd7-13d278bd0cbc => 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: 674/1293] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:09:22 2026] GET /v2.0/subnets => generated 5215 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:09:22.308 7 INFO neutron.services.segments.plugin [-] Segment b91da231-3ea3-41fe-9515-c38711802f74 resource provider aggregate not found 2026-02-27 23:09:22.312 7 INFO neutron.services.segments.plugin [-] Segment b91da231-3ea3-41fe-9515-c38711802f74 resource provider aggregate not found 2026-02-27 23:09:22.326 7 INFO neutron.services.segments.plugin [-] Segment b91da231-3ea3-41fe-9515-c38711802f74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b91da231-3ea3-41fe-9515-c38711802f74 found for delete ", "request_id": "req-afa55c43-16c4-4421-81bd-7de21e2b3d30"}]} 2026-02-27 23:09:22.326 7 INFO neutron.services.segments.plugin [-] Segment b91da231-3ea3-41fe-9515-c38711802f74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b91da231-3ea3-41fe-9515-c38711802f74 found for delete ", "request_id": "req-a3726633-dc0e-47c2-b544-743e700140d1"}]} [pid: 7|app: 0|req: 620/1294] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:22 2026] GET /v2.0/ports?device_id=1cc86b15-b3c5-4900-9ada-52250f674ff0 => 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: 675/1295] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:22 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1296] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:22 2026] GET /v2.0/security-groups?id=98ee5c5d-6004-4f36-85a9-1ef545905737&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1297] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:22 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1298] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:22 2026] GET /v2.0/security-groups?id=98ee5c5d-6004-4f36-85a9-1ef545905737&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: 623/1299] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:23 2026] GET /v2.0/ports?device_id=283ade27-8114-4c50-bfd7-13d278bd0cbc => 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: 624/1300] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:23 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1301] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:23 2026] GET /v2.0/security-groups?id=98ee5c5d-6004-4f36-85a9-1ef545905737&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:09:23.393 8 INFO neutron.db.segments_db [None req-4c22aab5-7455-47f3-bd7e-e0877fcf8b58 e52db440e9534407b5a588870c182ee9 63353adbc76b4e74a5a9087f32e3e171 - - default default] Added segment fde34090-c93e-4eee-b08c-c934f113367d of type vxlan for network 9fc0c172-d4ca-4c5d-912e-87a6bb6ed0ee [pid: 8|app: 0|req: 677/1302] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:09:23 2026] POST /v2.0/networks => generated 625 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1303] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:23 2026] GET /v2.0/ports?device_id=1cc86b15-b3c5-4900-9ada-52250f674ff0 => 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: 678/1304] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:09:23 2026] POST /v2.0/subnets => generated 641 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:09:23.808 7 INFO neutron.db.segments_db [None req-dbc73f39-58d5-48c8-9bcd-31f1e7858e82 e52db440e9534407b5a588870c182ee9 63353adbc76b4e74a5a9087f32e3e171 - - default default] Added segment 60530757-adf6-4fce-b190-fe66d5993ae0 of type vxlan for network 905a93f7-e493-47eb-a19e-35e27332d8d0 [pid: 7|app: 0|req: 627/1305] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:09:23 2026] POST /v2.0/networks => generated 625 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1306] 10.0.0.113 () {34 vars in 743 bytes} [Fri Feb 27 23:09:23 2026] PUT /v2.0/networks/905a93f7-e493-47eb-a19e-35e27332d8d0 => generated 592 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1307] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:09:24 2026] POST /v2.0/subnets => generated 626 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1308] 10.0.0.113 () {34 vars in 741 bytes} [Fri Feb 27 23:09:24 2026] PUT /v2.0/subnets/0386ec9e-3888-434b-9a44-f66979c0c601 => generated 636 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1309] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:24 2026] GET /v2.0/ports?device_id=283ade27-8114-4c50-bfd7-13d278bd0cbc => 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: 682/1310] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:24 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => 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: 683/1311] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:24 2026] GET /v2.0/security-groups?id=98ee5c5d-6004-4f36-85a9-1ef545905737&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:09:24.541 7 INFO neutron.services.segments.plugin [-] Segment 60530757-adf6-4fce-b190-fe66d5993ae0 resource provider aggregate not found 2026-02-27 23:09:24.547 7 INFO neutron.services.segments.plugin [-] Segment 60530757-adf6-4fce-b190-fe66d5993ae0 resource provider aggregate not found 2026-02-27 23:09:24.567 7 INFO neutron.services.segments.plugin [-] Segment 60530757-adf6-4fce-b190-fe66d5993ae0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60530757-adf6-4fce-b190-fe66d5993ae0 found for delete ", "request_id": "req-c9e53993-80b6-47ab-b395-489597789111"}]} 2026-02-27 23:09:24.572 7 INFO neutron.services.segments.plugin [-] Segment 60530757-adf6-4fce-b190-fe66d5993ae0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60530757-adf6-4fce-b190-fe66d5993ae0 found for delete ", "request_id": "req-57a73df0-8ce9-4b17-85eb-5909f0761e9c"}]} [pid: 7|app: 0|req: 629/1312] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:09:24 2026] DELETE /v2.0/networks/905a93f7-e493-47eb-a19e-35e27332d8d0 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:09:24.598 8 INFO neutron.pecan_wsgi.hooks.translation [None req-08c7455b-7efe-4c68-94ff-d059df947033 e52db440e9534407b5a588870c182ee9 63353adbc76b4e74a5a9087f32e3e171 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 684/1313] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:09:24 2026] DELETE /v2.0/networks/905a93f7-e493-47eb-a19e-35e27332d8d0 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1314] 10.0.0.113 () {32 vars in 694 bytes} [Fri Feb 27 23:09:24 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1315] 10.0.0.113 () {32 vars in 742 bytes} [Fri Feb 27 23:09:24 2026] GET /v2.0/subnets?network_id=dcb0d11b-f985-42fd-9024-177a874f12e1 => generated 649 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1316] 10.0.0.113 () {32 vars in 653 bytes} [Fri Feb 27 23:09:24 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: 686/1317] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:09:24 2026] GET /v2.0/ports?tenant_id=72a798f7764e4e82af503f8798ab4276&device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => 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: 632/1318] 10.0.0.113 () {32 vars in 649 bytes} [Fri Feb 27 23:09:24 2026] GET /v2.0/networks => generated 1309 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1319] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:09:24 2026] GET /v2.0/networks?id=faab2be0-fabd-4862-b478-3ad09e3e1e81 => generated 771 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1320] 10.0.0.113 () {32 vars in 647 bytes} [Fri Feb 27 23:09:24 2026] GET /v2.0/subnets => generated 1280 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1321] 199.204.45.162 () {34 vars in 1060 bytes} [Fri Feb 27 23:09:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=5f007663-8ea8-4e7f-80bb-dbc644e0751f => generated 861 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1322] 10.0.0.113 () {32 vars in 723 bytes} [Fri Feb 27 23:09:24 2026] GET /v2.0/networks/9fc0c172-d4ca-4c5d-912e-87a6bb6ed0ee => generated 669 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1323] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:09:24 2026] GET /v2.0/subnets?id=d968e4ec-bcc1-48c8-9a6d-10f159ad923d => generated 693 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1324] 10.0.0.113 () {32 vars in 721 bytes} [Fri Feb 27 23:09:24 2026] GET /v2.0/subnets/7e8d8d44-8a33-45e6-b8d2-bc489ebe4109 => generated 641 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1325] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:09:24 2026] GET /v2.0/ports?network_id=faab2be0-fabd-4862-b478-3ad09e3e1e81&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:09:24.943 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4e8f2fd2-f890-435c-aeb7-f9ea5a9e35a7 e52db440e9534407b5a588870c182ee9 63353adbc76b4e74a5a9087f32e3e171 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 636/1326] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:09:24 2026] DELETE /v2.0/subnets/0386ec9e-3888-434b-9a44-f66979c0c601 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:09:24.966 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aa299599-9faa-4fef-9007-294d1705208c e52db440e9534407b5a588870c182ee9 63353adbc76b4e74a5a9087f32e3e171 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 637/1327] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:09:24 2026] DELETE /v2.0/networks/905a93f7-e493-47eb-a19e-35e27332d8d0 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1328] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:09:24 2026] GET /v2.0/networks/faab2be0-fabd-4862-b478-3ad09e3e1e81?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: 692/1329] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:09:24 2026] GET /v2.0/networks/faab2be0-fabd-4862-b478-3ad09e3e1e81?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: 638/1330] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:09:24 2026] DELETE /v2.0/subnets/7e8d8d44-8a33-45e6-b8d2-bc489ebe4109 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:09:25.236 8 INFO neutron_taas.services.taas.taas_plugin [None req-2bd69768-f644-4c36-8eac-69a23409ce3d e52db440e9534407b5a588870c182ee9 63353adbc76b4e74a5a9087f32e3e171 - - default default] TaaS: Handle Delete Port: 6a942de7-e494-4063-b1a9-bdc183175525 2026-02-27 23:09:25.239 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2bd69768-f644-4c36-8eac-69a23409ce3d e52db440e9534407b5a588870c182ee9 63353adbc76b4e74a5a9087f32e3e171 - - default default] Tap Mirror: Handle Delete Port: 6a942de7-e494-4063-b1a9-bdc183175525 2026-02-27 23:09:25.472 8 INFO neutron.services.segments.plugin [-] Segment fde34090-c93e-4eee-b08c-c934f113367d resource provider aggregate not found 2026-02-27 23:09:25.484 8 INFO neutron.services.segments.plugin [-] Segment fde34090-c93e-4eee-b08c-c934f113367d resource provider aggregate not found 2026-02-27 23:09:25.497 8 INFO neutron.services.segments.plugin [-] Segment fde34090-c93e-4eee-b08c-c934f113367d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fde34090-c93e-4eee-b08c-c934f113367d found for delete ", "request_id": "req-410c6995-d1c2-4c4e-87aa-f6d7c6d307eb"}]} 2026-02-27 23:09:25.503 8 INFO neutron.services.segments.plugin [-] Segment fde34090-c93e-4eee-b08c-c934f113367d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fde34090-c93e-4eee-b08c-c934f113367d found for delete ", "request_id": "req-17acea7a-4cb1-4a17-b048-a62bd44c6ace"}]} [pid: 8|app: 0|req: 693/1331] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:09:25 2026] DELETE /v2.0/networks/9fc0c172-d4ca-4c5d-912e-87a6bb6ed0ee => generated 0 bytes in 376 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1332] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:25 2026] GET /v2.0/ports?device_id=283ade27-8114-4c50-bfd7-13d278bd0cbc => 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: 694/1333] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:25 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1334] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:25 2026] GET /v2.0/security-groups?id=98ee5c5d-6004-4f36-85a9-1ef545905737&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:09:26.126 8 INFO neutron_taas.services.taas.taas_plugin [None req-760e6523-6a6f-4605-b177-d39c0fad8354 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: f6b7cacf-ae63-44e0-8135-d419fab4a14f 2026-02-27 23:09:26.131 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-760e6523-6a6f-4605-b177-d39c0fad8354 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: f6b7cacf-ae63-44e0-8135-d419fab4a14f [pid: 7|app: 0|req: 641/1335] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:09:26 2026] GET /v2.0/security-groups?tenant_id=63353adbc76b4e74a5a9087f32e3e171&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1336] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:09:26 2026] DELETE /v2.0/security-groups/545fc0f2-6d84-4bae-ba97-e63377c482be => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1337] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:09:26 2026] GET /v2.0/networks?id=b20d914b-4f56-4b10-abba-43642dea3e45 => generated 680 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1338] 199.204.45.162 () {34 vars in 1050 bytes} [Fri Feb 27 23:09:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=04670444c7874201896817146ce0613d => generated 179 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1339] 10.0.0.113 () {34 vars in 789 bytes} [Fri Feb 27 23:09:25 2026] PUT /v2.0/routers/6ac0172d-2bc2-41c5-ba61-06885f285d90/remove_router_interface => generated 309 bytes in 1052 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1340] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:26 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1341] 199.204.45.162 () {38 vars in 955 bytes} [Fri Feb 27 23:09:26 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: 646/1342] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:26 2026] GET /v2.0/ports?device_id=283ade27-8114-4c50-bfd7-13d278bd0cbc => generated 961 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:09:27.010 8 INFO neutron_taas.services.taas.taas_plugin [None req-538827fb-a4ac-4171-8d36-e057c5251517 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 467d727a-5466-41b8-81f8-82365f047d49 2026-02-27 23:09:27.013 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-538827fb-a4ac-4171-8d36-e057c5251517 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 467d727a-5466-41b8-81f8-82365f047d49 [pid: 7|app: 0|req: 647/1343] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:26 2026] GET /v2.0/security-groups?id=98ee5c5d-6004-4f36-85a9-1ef545905737&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:09:27.303 8 INFO neutron_taas.services.taas.taas_plugin [None req-538827fb-a4ac-4171-8d36-e057c5251517 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 47c73eb2-0cce-44e6-80b3-8cc6e729223c 2026-02-27 23:09:27.307 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-538827fb-a4ac-4171-8d36-e057c5251517 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 47c73eb2-0cce-44e6-80b3-8cc6e729223c 2026-02-27 23:09:27.396 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-538827fb-a4ac-4171-8d36-e057c5251517 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - 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: 648/1344] 199.204.45.162 () {38 vars in 1028 bytes} [Fri Feb 27 23:09:27 2026] PUT /v2.0/ports/69138be0-c1f0-486b-a734-9b544ed2be1e => generated 1239 bytes in 442 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 649/1345] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:27 2026] GET /v2.0/security-groups?id=b865441f-e890-426e-87ff-a2dd84dcaba3&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:09:27.496 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ca729e59-04e1-4391-b9b7-398c65ab21fa'] response: {'name': 'network-changed', 'server_uuid': '283ade27-8114-4c50-bfd7-13d278bd0cbc', 'tag': '69138be0-c1f0-486b-a734-9b544ed2be1e', 'status': 'completed', 'code': 200} 2026-02-27 23:09:27.701 8 INFO neutron.services.segments.plugin [-] Segment e5dd52a6-b4a2-4cc9-882b-acceaa17ccea resource provider aggregate not found 2026-02-27 23:09:27.711 8 INFO neutron.services.segments.plugin [-] Segment e5dd52a6-b4a2-4cc9-882b-acceaa17ccea resource provider aggregate not found 2026-02-27 23:09:27.727 8 INFO neutron.services.segments.plugin [-] Segment e5dd52a6-b4a2-4cc9-882b-acceaa17ccea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5dd52a6-b4a2-4cc9-882b-acceaa17ccea found for delete ", "request_id": "req-42982cfd-ca11-4944-b524-d78fd5fe46d5"}]} 2026-02-27 23:09:27.728 8 INFO neutron.services.segments.plugin [-] Segment e5dd52a6-b4a2-4cc9-882b-acceaa17ccea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5dd52a6-b4a2-4cc9-882b-acceaa17ccea found for delete ", "request_id": "req-ce93d53f-a3f5-4240-855a-9d10e623a755"}]} 2026-02-27 23:09:27.743 8 INFO neutron.db.l3_hamode_db [None req-538827fb-a4ac-4171-8d36-e057c5251517 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] HA network e92dedd5-28a9-4f6d-b6ab-fc51eaf5091f was deleted as no HA routers are present in tenant db2e2a99ed4e4354bba1c290bfef7c6e. [pid: 8|app: 0|req: 697/1346] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:09:26 2026] DELETE /v2.0/routers/6ac0172d-2bc2-41c5-ba61-06885f285d90 => generated 0 bytes in 948 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1347] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:09:27 2026] DELETE /v2.0/subnets/aeecd4a5-54c1-4edf-884d-786b1685e32c => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:09:28.032 8 INFO neutron_taas.services.taas.taas_plugin [None req-6cc4ad7d-ad18-4942-b58e-d7231444abeb 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: e844415a-2399-4928-987b-80274f2efcf4 2026-02-27 23:09:28.035 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cc4ad7d-ad18-4942-b58e-d7231444abeb 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: e844415a-2399-4928-987b-80274f2efcf4 [pid: 8|app: 0|req: 698/1348] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:09:27 2026] DELETE /v2.0/networks/08e29562-889e-43a8-9a85-200050ddee0e => generated 0 bytes in 386 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1349] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:09:28 2026] GET /v2.0/ports?tenant_id=04670444c7874201896817146ce0613d&device_id=283ade27-8114-4c50-bfd7-13d278bd0cbc => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1350] 10.0.0.113 () {34 vars in 684 bytes} [Fri Feb 27 23:09:27 2026] POST /v2.0/security-groups => generated 1623 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1351] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:28 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1352] 10.0.0.113 () {32 vars in 663 bytes} [Fri Feb 27 23:09:28 2026] GET /v2.0/security-groups => generated 4528 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1353] 199.204.45.162 () {34 vars in 1018 bytes} [Fri Feb 27 23:09:28 2026] GET /v2.0/networks?tenant_id=04670444c7874201896817146ce0613d&shared=False => generated 776 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1354] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:28 2026] GET /v2.0/security-groups?id=98ee5c5d-6004-4f36-85a9-1ef545905737&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1355] 199.204.45.162 () {34 vars in 930 bytes} [Fri Feb 27 23:09:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1356] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:09:28 2026] GET /v2.0/security-groups?tenant_id=db2e2a99ed4e4354bba1c290bfef7c6e&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1357] 10.0.0.113 () {34 vars in 758 bytes} [Fri Feb 27 23:09:28 2026] PUT /v2.0/security-groups/e8cf5322-057b-4be5-833b-ba73164d3a1d => generated 1663 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1358] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:28 2026] GET /v2.0/ports?device_id=283ade27-8114-4c50-bfd7-13d278bd0cbc => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1359] 10.0.0.113 () {32 vars in 737 bytes} [Fri Feb 27 23:09:28 2026] GET /v2.0/security-groups/e8cf5322-057b-4be5-833b-ba73164d3a1d => generated 1663 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1360] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:28 2026] GET /v2.0/security-groups?id=b865441f-e890-426e-87ff-a2dd84dcaba3&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1361] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:09:28 2026] DELETE /v2.0/security-groups/fe3adf7b-a8fc-4c01-bfbb-1a322a60168c => 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: 708/1362] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:09:28 2026] DELETE /v2.0/security-groups/e8cf5322-057b-4be5-833b-ba73164d3a1d => 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: 655/1363] 10.0.0.113 () {32 vars in 663 bytes} [Fri Feb 27 23:09:28 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:09:28.839 8 INFO neutron.api.v2.resource [None req-ea5f4158-8b1f-4ecc-9241-11cdd9264ff5 4190c9fbbcb047139cffc4cf178126db d1de6d9f479c45c29ac1c87bd6619e66 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 709/1364] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:09:28 2026] DELETE /v2.0/security-groups/e8cf5322-057b-4be5-833b-ba73164d3a1d => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1365] 10.0.0.113 () {34 vars in 684 bytes} [Fri Feb 27 23:09:28 2026] POST /v2.0/security-groups => generated 1625 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1366] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:09:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1367] 10.0.0.113 () {32 vars in 747 bytes} [Fri Feb 27 23:09:29 2026] GET /v2.0/security-group-rules/7c48d2ea-0fd5-4d12-98e6-b82e3c977b11 => generated 601 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1368] 10.0.0.113 () {32 vars in 673 bytes} [Fri Feb 27 23:09:29 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1369] 10.0.0.113 () {32 vars in 750 bytes} [Fri Feb 27 23:09:29 2026] DELETE /v2.0/security-group-rules/7c48d2ea-0fd5-4d12-98e6-b82e3c977b11 => 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: 712/1370] 10.0.0.113 () {32 vars in 673 bytes} [Fri Feb 27 23:09:29 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1371] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:09:29 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: 713/1372] 10.0.0.113 () {32 vars in 747 bytes} [Fri Feb 27 23:09:29 2026] GET /v2.0/security-group-rules/f05b25ae-8465-4788-aa58-61f061440fa6 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1373] 10.0.0.113 () {32 vars in 673 bytes} [Fri Feb 27 23:09:29 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1374] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:09:29 2026] GET /v2.0/ports?tenant_id=04670444c7874201896817146ce0613d&device_id=283ade27-8114-4c50-bfd7-13d278bd0cbc => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1375] 10.0.0.113 () {32 vars in 750 bytes} [Fri Feb 27 23:09:29 2026] DELETE /v2.0/security-group-rules/f05b25ae-8465-4788-aa58-61f061440fa6 => 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: 715/1376] 199.204.45.162 () {34 vars in 1060 bytes} [Fri Feb 27 23:09:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=69138be0-c1f0-486b-a734-9b544ed2be1e => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1377] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:29 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 973 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1378] 10.0.0.113 () {32 vars in 673 bytes} [Fri Feb 27 23:09:29 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:09:29.752 8 INFO neutron.services.segments.plugin [-] Segment 8ec787f9-30d8-472d-a0b5-8a784602018d resource provider aggregate not found 2026-02-27 23:09:29.758 8 INFO neutron.services.segments.plugin [-] Segment 8ec787f9-30d8-472d-a0b5-8a784602018d resource provider aggregate not found [pid: 7|app: 0|req: 663/1379] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:09:29 2026] GET /v2.0/subnets?id=6c8aab27-ba98-4d64-ae8f-b6a92c9c32ae => generated 698 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:09:29.777 8 INFO neutron.services.segments.plugin [-] Segment 8ec787f9-30d8-472d-a0b5-8a784602018d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ec787f9-30d8-472d-a0b5-8a784602018d found for delete ", "request_id": "req-2329c07b-d4f9-4e91-8532-6adfae45f38f"}]} 2026-02-27 23:09:29.787 8 INFO neutron.services.segments.plugin [-] Segment 8ec787f9-30d8-472d-a0b5-8a784602018d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ec787f9-30d8-472d-a0b5-8a784602018d found for delete ", "request_id": "req-2b6648b5-d387-4fcf-a4c2-f0aa410c8372"}]} [pid: 7|app: 0|req: 664/1380] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:29 2026] GET /v2.0/security-groups?id=98ee5c5d-6004-4f36-85a9-1ef545905737&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 23:09:29.801 8 INFO neutron.db.securitygroups_db [None req-803a6802-e0f1-41ec-8df5-187d72ff5d1e 4190c9fbbcb047139cffc4cf178126db d1de6d9f479c45c29ac1c87bd6619e66 - - default default] Project d1de6d9f479c45c29ac1c87bd6619e66 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: 665/1381] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:29 2026] GET /v2.0/ports?device_id=283ade27-8114-4c50-bfd7-13d278bd0cbc => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1382] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:09:29 2026] POST /v2.0/security-group-rules => generated 607 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1383] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:09:29 2026] GET /v2.0/ports?network_id=b20d914b-4f56-4b10-abba-43642dea3e45&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1384] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:29 2026] GET /v2.0/security-groups?id=b865441f-e890-426e-87ff-a2dd84dcaba3&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: 7|app: 0|req: 667/1385] 10.0.0.113 () {32 vars in 747 bytes} [Fri Feb 27 23:09:29 2026] GET /v2.0/security-group-rules/a6e31c87-b744-4841-bc08-e35627fcc22b => generated 607 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1386] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:09:29 2026] GET /v2.0/networks/b20d914b-4f56-4b10-abba-43642dea3e45?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1387] 10.0.0.113 () {32 vars in 673 bytes} [Fri Feb 27 23:09:29 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1388] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:09:29 2026] GET /v2.0/networks/b20d914b-4f56-4b10-abba-43642dea3e45?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: 669/1389] 10.0.0.113 () {32 vars in 750 bytes} [Fri Feb 27 23:09:29 2026] DELETE /v2.0/security-group-rules/a6e31c87-b744-4841-bc08-e35627fcc22b => 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: 721/1390] 10.0.0.113 () {32 vars in 673 bytes} [Fri Feb 27 23:09:30 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1391] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:09:30 2026] DELETE /v2.0/security-groups/d8a902bc-9c4c-49ac-bf6f-0eb3f2aec182 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1392] 10.0.0.113 () {32 vars in 663 bytes} [Fri Feb 27 23:09:30 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1393] 10.0.0.113 () {32 vars in 663 bytes} [Fri Feb 27 23:09:30 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1394] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:30 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1395] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:30 2026] GET /v2.0/security-groups?id=98ee5c5d-6004-4f36-85a9-1ef545905737&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1396] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:30 2026] GET /v2.0/ports?device_id=283ade27-8114-4c50-bfd7-13d278bd0cbc => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1397] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:31 2026] GET /v2.0/security-groups?id=b865441f-e890-426e-87ff-a2dd84dcaba3&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: 672/1398] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:09:30 2026] GET /v2.0/security-groups?tenant_id=d1de6d9f479c45c29ac1c87bd6619e66&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1399] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:09:31 2026] DELETE /v2.0/security-groups/3acb5046-99c0-4ac9-a717-b98fee5c07d3 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1402] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:32 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1403] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:32 2026] GET /v2.0/security-groups?id=98ee5c5d-6004-4f36-85a9-1ef545905737&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1404] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:32 2026] GET /v2.0/ports?device_id=283ade27-8114-4c50-bfd7-13d278bd0cbc => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1405] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:32 2026] GET /v2.0/security-groups?id=b865441f-e890-426e-87ff-a2dd84dcaba3&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: 731/1406] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:33 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1407] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:33 2026] GET /v2.0/security-groups?id=98ee5c5d-6004-4f36-85a9-1ef545905737&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1408] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:33 2026] GET /v2.0/ports?device_id=283ade27-8114-4c50-bfd7-13d278bd0cbc => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1409] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:33 2026] GET /v2.0/security-groups?id=b865441f-e890-426e-87ff-a2dd84dcaba3&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: 733/1410] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:34 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1411] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:34 2026] GET /v2.0/security-groups?id=98ee5c5d-6004-4f36-85a9-1ef545905737&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: 734/1412] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:34 2026] GET /v2.0/ports?device_id=283ade27-8114-4c50-bfd7-13d278bd0cbc => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1413] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:34 2026] GET /v2.0/security-groups?id=b865441f-e890-426e-87ff-a2dd84dcaba3&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: 735/1414] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:35 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1415] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:35 2026] GET /v2.0/security-groups?id=98ee5c5d-6004-4f36-85a9-1ef545905737&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1416] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:35 2026] GET /v2.0/ports?device_id=283ade27-8114-4c50-bfd7-13d278bd0cbc => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1417] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:35 2026] GET /v2.0/security-groups?id=b865441f-e890-426e-87ff-a2dd84dcaba3&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: 737/1418] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:09:35 2026] GET /v2.0/security-groups?tenant_id=083f0acb61a64542a72bf45bc52dab91&name=default => generated 2925 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1419] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:09:36 2026] DELETE /v2.0/security-groups/e85f7af0-f222-48bc-b53a-5309857acd69 => 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: 738/1420] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:09:36 2026] GET /v2.0/security-groups?tenant_id=dffc9a8f8ed848259cb8ce8a4f579cf1&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1421] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:09:36 2026] DELETE /v2.0/security-groups/6c5650a0-2865-46e7-a764-8246507186f6 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1422] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:36 2026] GET /v2.0/ports?device_id=283ade27-8114-4c50-bfd7-13d278bd0cbc => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1423] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:36 2026] GET /v2.0/security-groups?id=b865441f-e890-426e-87ff-a2dd84dcaba3&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1424] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:37 2026] GET /v2.0/ports?device_id=283ade27-8114-4c50-bfd7-13d278bd0cbc => 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: 685/1425] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:38 2026] GET /v2.0/security-groups?id=b865441f-e890-426e-87ff-a2dd84dcaba3&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1426] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:38 2026] GET /v2.0/ports?device_id=283ade27-8114-4c50-bfd7-13d278bd0cbc => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:09:38.580 7 INFO neutron.db.l3_db [None req-e9b2ebc8-fa24-42b3-82d7-40a52f3556a4 f87c64589cc3467dbc2af974cfde0db5 04670444c7874201896817146ce0613d - - default default] Floating IP 26af4cf5-7fca-47bc-a873-a781d02d5db6 associated. External IP: 10.96.250.219, port: 69138be0-c1f0-486b-a734-9b544ed2be1e. [pid: 7|app: 0|req: 686/1427] 10.0.0.113 () {34 vars in 749 bytes} [Fri Feb 27 23:09:38 2026] PUT /v2.0/floatingips/26af4cf5-7fca-47bc-a873-a781d02d5db6 => generated 856 bytes in 718 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:09:38.943 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-19d3f1c9-490f-4504-ba5d-d65f722dc40c'] response: {'name': 'network-changed', 'server_uuid': '283ade27-8114-4c50-bfd7-13d278bd0cbc', 'tag': '69138be0-c1f0-486b-a734-9b544ed2be1e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 742/1428] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:38 2026] GET /v2.0/ports?device_id=283ade27-8114-4c50-bfd7-13d278bd0cbc => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1429] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:38 2026] GET /v2.0/security-groups?id=b865441f-e890-426e-87ff-a2dd84dcaba3&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1430] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:39 2026] GET /v2.0/ports?device_id=283ade27-8114-4c50-bfd7-13d278bd0cbc => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1431] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:39 2026] GET /v2.0/security-groups?id=b865441f-e890-426e-87ff-a2dd84dcaba3&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1432] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:09:39 2026] GET /v2.0/ports?tenant_id=04670444c7874201896817146ce0613d&device_id=283ade27-8114-4c50-bfd7-13d278bd0cbc => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1433] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:09:39 2026] GET /v2.0/networks?id=b20d914b-4f56-4b10-abba-43642dea3e45 => generated 776 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1434] 199.204.45.162 () {34 vars in 1060 bytes} [Fri Feb 27 23:09:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=69138be0-c1f0-486b-a734-9b544ed2be1e => generated 859 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1435] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:09:39 2026] GET /v2.0/subnets?id=6c8aab27-ba98-4d64-ae8f-b6a92c9c32ae => generated 698 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1436] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:09:39 2026] GET /v2.0/ports?network_id=b20d914b-4f56-4b10-abba-43642dea3e45&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: 691/1437] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:09:39 2026] GET /v2.0/networks/b20d914b-4f56-4b10-abba-43642dea3e45?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: 747/1438] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:09:39 2026] GET /v2.0/networks/b20d914b-4f56-4b10-abba-43642dea3e45?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1439] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:40 2026] GET /v2.0/ports?device_id=283ade27-8114-4c50-bfd7-13d278bd0cbc => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1440] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:40 2026] GET /v2.0/security-groups?id=b865441f-e890-426e-87ff-a2dd84dcaba3&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1441] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:09:40 2026] GET /v2.0/security-groups?tenant_id=e210e3a8590b42269bdb28b6ad54f379&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1442] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:09:40 2026] DELETE /v2.0/security-groups/69a6e963-15b6-43bf-a412-77011de63f22 => 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: 749/1443] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:41 2026] GET /v2.0/ports?device_id=283ade27-8114-4c50-bfd7-13d278bd0cbc => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1444] 199.204.45.162 () {34 vars in 994 bytes} [Fri Feb 27 23:09:41 2026] GET /v2.0/ports?device_id=283ade27-8114-4c50-bfd7-13d278bd0cbc => 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: 696/1445] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:41 2026] GET /v2.0/security-groups?id=b865441f-e890-426e-87ff-a2dd84dcaba3&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:09:41.967 7 INFO neutron_taas.services.taas.taas_plugin [req-fac6e1e0-50ff-43d1-b05b-7c1dd942c413 req-d984b78a-aae0-4e24-9e3a-7b2aaf74e87b f87c64589cc3467dbc2af974cfde0db5 04670444c7874201896817146ce0613d - - default default] TaaS: Handle Delete Port: 69138be0-c1f0-486b-a734-9b544ed2be1e 2026-02-27 23:09:41.971 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fac6e1e0-50ff-43d1-b05b-7c1dd942c413 req-d984b78a-aae0-4e24-9e3a-7b2aaf74e87b f87c64589cc3467dbc2af974cfde0db5 04670444c7874201896817146ce0613d - - default default] Tap Mirror: Handle Delete Port: 69138be0-c1f0-486b-a734-9b544ed2be1e [pid: 8|app: 0|req: 750/1446] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:09:41 2026] GET /v2.0/security-groups?tenant_id=bd6446f0acda4892b3cb7cbfce14b296&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:09:42.081 7 INFO neutron.db.l3_db [req-fac6e1e0-50ff-43d1-b05b-7c1dd942c413 req-d984b78a-aae0-4e24-9e3a-7b2aaf74e87b f87c64589cc3467dbc2af974cfde0db5 04670444c7874201896817146ce0613d - - default default] Floating IP 26af4cf5-7fca-47bc-a873-a781d02d5db6 disassociated. External IP: 10.96.250.219, port: 69138be0-c1f0-486b-a734-9b544ed2be1e. [pid: 8|app: 0|req: 751/1447] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:09:42 2026] DELETE /v2.0/security-groups/eefcc921-a129-446c-8930-90bfd86bdf35 => 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: 697/1448] 199.204.45.162 () {36 vars in 997 bytes} [Fri Feb 27 23:09:41 2026] DELETE /v2.0/ports/69138be0-c1f0-486b-a734-9b544ed2be1e => generated 0 bytes in 540 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:09:42.449 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d6194a69-9a43-40bc-a0cc-7c204dd2c3df'] response: {'server_uuid': '283ade27-8114-4c50-bfd7-13d278bd0cbc', 'name': 'network-vif-deleted', 'tag': '69138be0-c1f0-486b-a734-9b544ed2be1e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 752/1449] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:42 2026] GET /v2.0/ports?device_id=283ade27-8114-4c50-bfd7-13d278bd0cbc => 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: 698/1450] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:44 2026] GET /v2.0/ports?device_id=283ade27-8114-4c50-bfd7-13d278bd0cbc => 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: 753/1451] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:45 2026] GET /v2.0/ports?device_id=283ade27-8114-4c50-bfd7-13d278bd0cbc => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1452] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:46 2026] GET /v2.0/ports?device_id=283ade27-8114-4c50-bfd7-13d278bd0cbc => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1455] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:09:47 2026] DELETE /v2.0/security-groups/b865441f-e890-426e-87ff-a2dd84dcaba3 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:09:47.491 8 INFO neutron.api.v2.resource [None req-caf42bf8-070b-43ed-8803-f052acf9e8a3 f87c64589cc3467dbc2af974cfde0db5 04670444c7874201896817146ce0613d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 755/1456] 10.0.0.113 () {32 vars in 737 bytes} [Fri Feb 27 23:09:47 2026] GET /v2.0/security-groups/b865441f-e890-426e-87ff-a2dd84dcaba3 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:09:47.607 7 INFO neutron_taas.services.taas.taas_plugin [None req-c3ab05eb-d30c-4ef3-9b26-5e62cc766693 f87c64589cc3467dbc2af974cfde0db5 04670444c7874201896817146ce0613d - - default default] TaaS: Handle Delete Port: 8f5e0414-c33c-49ec-8f88-c4c9318413b2 2026-02-27 23:09:47.610 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3ab05eb-d30c-4ef3-9b26-5e62cc766693 f87c64589cc3467dbc2af974cfde0db5 04670444c7874201896817146ce0613d - - default default] Tap Mirror: Handle Delete Port: 8f5e0414-c33c-49ec-8f88-c4c9318413b2 [pid: 8|app: 0|req: 756/1457] 10.0.0.159 () {34 vars in 990 bytes} [Fri Feb 27 23:09:47 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 1244 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1458] 10.0.0.159 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:47 2026] GET /v2.0/security-groups?id=98ee5c5d-6004-4f36-85a9-1ef545905737&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: 702/1459] 10.0.0.113 () {32 vars in 732 bytes} [Fri Feb 27 23:09:47 2026] DELETE /v2.0/floatingips/26af4cf5-7fca-47bc-a873-a781d02d5db6 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:09:48.136 8 INFO neutron_taas.services.taas.taas_plugin [None req-4879265e-e5f6-4d75-9fe3-842b67f5bcfc 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: b362219c-ae86-464c-8900-7a118a061b91 2026-02-27 23:09:48.139 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4879265e-e5f6-4d75-9fe3-842b67f5bcfc 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: b362219c-ae86-464c-8900-7a118a061b91 [pid: 8|app: 0|req: 758/1460] 10.0.0.113 () {34 vars in 789 bytes} [Fri Feb 27 23:09:47 2026] PUT /v2.0/routers/8101dc44-b4cc-4964-aff4-d701f875ec63/remove_router_interface => generated 309 bytes in 951 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:09:48.978 7 INFO neutron_taas.services.taas.taas_plugin [None req-0c931f0f-9225-493e-9b3a-2d30770751c0 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 9f338ace-9c02-4d68-bc03-1504a4b183ed 2026-02-27 23:09:48.983 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c931f0f-9225-493e-9b3a-2d30770751c0 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 9f338ace-9c02-4d68-bc03-1504a4b183ed 2026-02-27 23:09:49.275 7 INFO neutron_taas.services.taas.taas_plugin [None req-0c931f0f-9225-493e-9b3a-2d30770751c0 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: f98f90af-0455-4643-8704-bcbc8ba82da7 2026-02-27 23:09:49.280 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c931f0f-9225-493e-9b3a-2d30770751c0 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: f98f90af-0455-4643-8704-bcbc8ba82da7 2026-02-27 23:09:49.671 7 INFO neutron.services.segments.plugin [-] Segment c00618f0-eac3-4222-ad86-8f979827d494 resource provider aggregate not found 2026-02-27 23:09:49.680 7 INFO neutron.services.segments.plugin [-] Segment c00618f0-eac3-4222-ad86-8f979827d494 resource provider aggregate not found 2026-02-27 23:09:49.687 7 INFO neutron.services.segments.plugin [-] Segment c00618f0-eac3-4222-ad86-8f979827d494 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c00618f0-eac3-4222-ad86-8f979827d494 found for delete ", "request_id": "req-97bf6eb8-b394-4a78-96d0-aebd15f57ce8"}]} 2026-02-27 23:09:49.692 7 INFO neutron.services.segments.plugin [-] Segment c00618f0-eac3-4222-ad86-8f979827d494 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c00618f0-eac3-4222-ad86-8f979827d494 found for delete ", "request_id": "req-f262b04d-e669-48f0-bb11-1cd53cd038d5"}]} 2026-02-27 23:09:49.707 7 INFO neutron.db.l3_hamode_db [None req-0c931f0f-9225-493e-9b3a-2d30770751c0 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] HA network fb6ce0eb-0e48-47bb-b2cd-e3dccca215e1 was deleted as no HA routers are present in tenant 04670444c7874201896817146ce0613d. [pid: 7|app: 0|req: 703/1461] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:09:48 2026] DELETE /v2.0/routers/8101dc44-b4cc-4964-aff4-d701f875ec63 => generated 0 bytes in 972 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1462] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:09:49 2026] DELETE /v2.0/subnets/6c8aab27-ba98-4d64-ae8f-b6a92c9c32ae => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:09:49.998 7 INFO neutron_taas.services.taas.taas_plugin [None req-e76cb081-6b24-4c4f-ae02-b9c867a1b643 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 77e7058f-873e-47bf-953e-f66161a5ddad 2026-02-27 23:09:50.002 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e76cb081-6b24-4c4f-ae02-b9c867a1b643 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 77e7058f-873e-47bf-953e-f66161a5ddad [pid: 7|app: 0|req: 704/1463] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:09:49 2026] DELETE /v2.0/networks/b20d914b-4f56-4b10-abba-43642dea3e45 => 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: 760/1464] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:09:50 2026] GET /v2.0/security-groups?tenant_id=04670444c7874201896817146ce0613d&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: 705/1465] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:09:50 2026] DELETE /v2.0/security-groups/bb64f8d4-fd89-442e-8081-8648162a9d5a => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1466] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:09:51 2026] GET /v2.0/security-groups?tenant_id=a5aaa9490afb47059288a718bdad8eb9&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1467] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:09:51 2026] DELETE /v2.0/security-groups/5a8f44e7-301d-47b8-a2b8-2a06aea6e546 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:09:51.441 7 INFO neutron.db.segments_db [None req-32948fed-e1dd-4ad8-b9ea-a23d157f7d3a 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] Added segment 789caf19-1c57-4616-8047-64b64b38b808 of type vxlan for network a2c65e12-46b9-45f8-a4bb-7d3d7d58631c [pid: 7|app: 0|req: 706/1468] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:09:51 2026] POST /v2.0/networks => generated 621 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:09:51.713 7 INFO neutron.services.segments.plugin [-] Segment 36092310-58a5-488d-92b4-5a8f30789640 resource provider aggregate not found 2026-02-27 23:09:51.716 7 INFO neutron.services.segments.plugin [-] Segment 36092310-58a5-488d-92b4-5a8f30789640 resource provider aggregate not found 2026-02-27 23:09:51.729 7 INFO neutron.services.segments.plugin [-] Segment 36092310-58a5-488d-92b4-5a8f30789640 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36092310-58a5-488d-92b4-5a8f30789640 found for delete ", "request_id": "req-d645e6a2-8161-4c39-88c7-f47a8113779e"}]} 2026-02-27 23:09:51.733 7 INFO neutron.services.segments.plugin [-] Segment 36092310-58a5-488d-92b4-5a8f30789640 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36092310-58a5-488d-92b4-5a8f30789640 found for delete ", "request_id": "req-7c041def-44f1-45f8-8a0c-52c8b39516e6"}]} [pid: 8|app: 0|req: 763/1469] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:09:51 2026] POST /v2.0/subnets => generated 658 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1470] 10.0.0.113 () {32 vars in 722 bytes} [Fri Feb 27 23:09:51 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1471] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:09:52 2026] POST /v2.0/subnets => generated 732 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:09:52.268 7 INFO neutron.db.segments_db [None req-0ca6a101-8102-4e65-906d-0ac4046a4b7b 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] Added segment 61e5fc3b-2cd8-4a63-97e3-4edd22261faf of type vxlan for network 81cfd271-b837-42b4-a12f-f26606560cb6 [pid: 7|app: 0|req: 708/1472] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:09:52 2026] POST /v2.0/networks => generated 618 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1473] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:09:52 2026] POST /v2.0/subnets => generated 655 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:09:52.823 7 INFO neutron.db.segments_db [None req-a04a04f4-5506-4e2f-8d3e-3ea8ffaf8933 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Added segment e0b6e66c-84d7-4705-aadc-d73ca2111b57 of type vxlan for network bf7b5573-de18-4531-94d7-1f4be2597472 [pid: 8|app: 0|req: 766/1474] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:09:52 2026] POST /v2.0/subnets => generated 726 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1475] 10.0.0.113 () {34 vars in 671 bytes} [Fri Feb 27 23:09:52 2026] POST /v2.0/networks => generated 726 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:09:52.991 8 INFO neutron.db.segments_db [None req-b5c8b23d-038b-476f-a411-b5adf7798f4c 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] Added segment 19416235-f501-4a21-b75d-f1cc3e193e95 of type vxlan for network a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5 [pid: 8|app: 0|req: 767/1476] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:09:52 2026] POST /v2.0/networks => generated 618 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1477] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:09:52 2026] POST /v2.0/subnets => generated 692 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:09:53.250 7 INFO neutron.db.segments_db [None req-692c2df3-1841-421c-a1b1-7450be0ef017 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Added segment b06477df-e768-484d-934b-5355001b1f57 of type vxlan for network ccbd0537-a183-47a4-a0d6-e1b041eb69df [pid: 8|app: 0|req: 768/1478] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:09:53 2026] POST /v2.0/subnets => generated 656 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:09:53.543 7 INFO neutron.db.l3_hamode_db [None req-692c2df3-1841-421c-a1b1-7450be0ef017 82d63d7528f5443898a88ff4cfa98c42 3a6dcca42bd744af8f0002aadab3b9e3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 769/1479] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:09:53 2026] POST /v2.0/subnets => generated 730 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:09:53.584 8 INFO neutron.db.segments_db [None req-df435648-f757-4180-985a-617e508a3212 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] Added segment ede1586d-cf40-46fb-b629-1c313da6f94f of type vxlan for network 112cea49-eb5b-4f1c-aa1a-08f8da5d0610 2026-02-27 23:09:53.824 8 INFO neutron.db.l3_hamode_db [None req-df435648-f757-4180-985a-617e508a3212 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 23:09:54.305 7 INFO neutron.db.l3_hamode_db [None req-692c2df3-1841-421c-a1b1-7450be0ef017 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 23:09:54.619 8 INFO neutron.db.l3_hamode_db [None req-df435648-f757-4180-985a-617e508a3212 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 711/1480] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:09:53 2026] POST /v2.0/routers => generated 732 bytes in 1956 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1481] 10.0.0.110 () {32 vars in 802 bytes} [Fri Feb 27 23:09:55 2026] GET /v2.0/extensions => generated 21537 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1482] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:09:53 2026] POST /v2.0/routers => generated 684 bytes in 1862 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1483] 10.0.0.113 () {34 vars in 783 bytes} [Fri Feb 27 23:09:55 2026] PUT /v2.0/routers/db00215a-30a3-4119-9899-d3a742b7e399/add_router_interface => generated 309 bytes in 1305 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1484] 10.0.0.110 () {30 vars in 724 bytes} [Fri Feb 27 23:09:56 2026] GET /v2.0/quotas/65deb1efb7654644b18d24d125e2f7c0/details => generated 847 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1485] 10.0.0.113 () {34 vars in 783 bytes} [Fri Feb 27 23:09:55 2026] PUT /v2.0/routers/725946e0-247e-467f-ae83-40eae50d6a53/add_router_interface => generated 309 bytes in 1677 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1486] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:57 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 975 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1487] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:57 2026] GET /v2.0/security-groups?id=98ee5c5d-6004-4f36-85a9-1ef545905737&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1488] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:57 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1489] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:57 2026] GET /v2.0/security-groups?id=98ee5c5d-6004-4f36-85a9-1ef545905737&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: 718/1490] 10.0.0.208 () {34 vars in 982 bytes} [Fri Feb 27 23:09:57 2026] GET /v2.0/networks?id=bf7b5573-de18-4531-94d7-1f4be2597472 => generated 677 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1491] 10.0.0.208 () {34 vars in 965 bytes} [Fri Feb 27 23:09:57 2026] GET /v2.0/quotas/3a6dcca42bd744af8f0002aadab3b9e3 => 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: 720/1492] 10.0.0.208 () {34 vars in 1002 bytes} [Fri Feb 27 23:09:57 2026] GET /v2.0/ports?tenant_id=3a6dcca42bd744af8f0002aadab3b9e3&fields=id => generated 57 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1493] 10.0.0.208 () {34 vars in 1008 bytes} [Fri Feb 27 23:09:58 2026] GET /v2.0/networks/bf7b5573-de18-4531-94d7-1f4be2597472?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1494] 10.0.0.208 () {34 vars in 1108 bytes} [Fri Feb 27 23:09:58 2026] GET /v2.0/networks/bf7b5573-de18-4531-94d7-1f4be2597472?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: 773/1495] 10.0.0.113 () {34 vars in 783 bytes} [Fri Feb 27 23:09:56 2026] PUT /v2.0/routers/db00215a-30a3-4119-9899-d3a742b7e399/add_router_interface => generated 309 bytes in 1481 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1496] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:58 2026] GET /v2.0/ports?device_id=9a2735fd-cac3-48b5-a48e-9d776ea583cd => 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: 775/1497] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:58 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1498] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:09:58 2026] GET /v2.0/security-groups?id=98ee5c5d-6004-4f36-85a9-1ef545905737&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1499] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:59 2026] GET /v2.0/ports?device_id=9a2735fd-cac3-48b5-a48e-9d776ea583cd => 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: 778/1500] 10.0.0.110 () {32 vars in 802 bytes} [Fri Feb 27 23:09:59 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: 723/1501] 10.0.0.113 () {34 vars in 783 bytes} [Fri Feb 27 23:09:58 2026] PUT /v2.0/routers/db00215a-30a3-4119-9899-d3a742b7e399/add_router_interface => generated 309 bytes in 1534 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1502] 10.0.0.110 () {30 vars in 724 bytes} [Fri Feb 27 23:09:59 2026] GET /v2.0/quotas/65deb1efb7654644b18d24d125e2f7c0/details => generated 847 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1503] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:09:59 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1504] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:10:00 2026] GET /v2.0/security-groups?id=98ee5c5d-6004-4f36-85a9-1ef545905737&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: 724/1505] 10.0.0.113 () {34 vars in 684 bytes} [Fri Feb 27 23:09:59 2026] POST /v2.0/security-groups => generated 1628 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1506] 199.204.45.162 () {34 vars in 994 bytes} [Fri Feb 27 23:10:00 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1507] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:10:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:10:00.278 7 INFO neutron_taas.services.taas.taas_plugin [req-35aedd62-c43b-4f86-a26d-99c6fc09a9dd req-73e1ea0a-ebc1-4862-aa97-913e6ba88026 e3aa56ffe2b0461d9f33ee3312b2142f 72a798f7764e4e82af503f8798ab4276 - - default default] TaaS: Handle Delete Port: 5f007663-8ea8-4e7f-80bb-dbc644e0751f 2026-02-27 23:10:00.281 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-35aedd62-c43b-4f86-a26d-99c6fc09a9dd req-73e1ea0a-ebc1-4862-aa97-913e6ba88026 e3aa56ffe2b0461d9f33ee3312b2142f 72a798f7764e4e82af503f8798ab4276 - - default default] Tap Mirror: Handle Delete Port: 5f007663-8ea8-4e7f-80bb-dbc644e0751f [pid: 8|app: 0|req: 783/1508] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:10:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:10:00.406 7 INFO neutron.db.l3_db [req-35aedd62-c43b-4f86-a26d-99c6fc09a9dd req-73e1ea0a-ebc1-4862-aa97-913e6ba88026 e3aa56ffe2b0461d9f33ee3312b2142f 72a798f7764e4e82af503f8798ab4276 - - default default] Floating IP cbc1b810-55e9-4fb0-8434-851b5f55678c disassociated. External IP: 10.96.250.210, port: 5f007663-8ea8-4e7f-80bb-dbc644e0751f. [pid: 8|app: 0|req: 784/1509] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:10:00 2026] POST /v2.0/security-group-rules => generated 599 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1510] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:10:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1511] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:00 2026] GET /v2.0/ports?device_id=9a2735fd-cac3-48b5-a48e-9d776ea583cd => 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: 787/1512] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:10:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1513] 199.204.45.162 () {36 vars in 997 bytes} [Fri Feb 27 23:10:00 2026] DELETE /v2.0/ports/5f007663-8ea8-4e7f-80bb-dbc644e0751f => generated 0 bytes in 697 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1514] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:10:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:10:00.926 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-86723300-a6e3-4af2-9dca-881b0e11b3fe'] response: {'server_uuid': 'a916f94f-998b-4585-bc7b-e6d43c22de4f', 'name': 'network-vif-deleted', 'tag': '5f007663-8ea8-4e7f-80bb-dbc644e0751f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 727/1515] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:10:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1516] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:01 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => 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: 789/1517] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:10:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1520] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:10:01 2026] POST /v2.0/security-group-rules => generated 599 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1521] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:10:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1522] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:01 2026] GET /v2.0/ports?device_id=9a2735fd-cac3-48b5-a48e-9d776ea583cd => 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: 730/1523] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:10:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1524] 10.0.0.208 () {34 vars in 1096 bytes} [Fri Feb 27 23:10:02 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1096521071&fields=id&tenant_id=ca0ccebd45124e0dae8231f5f06b40bd => 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: 731/1525] 10.0.0.208 () {34 vars in 982 bytes} [Fri Feb 27 23:10:02 2026] GET /v2.0/networks?id=81cfd271-b837-42b4-a12f-f26606560cb6 => generated 704 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1526] 10.0.0.208 () {34 vars in 965 bytes} [Fri Feb 27 23:10:02 2026] GET /v2.0/quotas/ca0ccebd45124e0dae8231f5f06b40bd => 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: 796/1527] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:02 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1528] 10.0.0.208 () {34 vars in 1002 bytes} [Fri Feb 27 23:10:02 2026] GET /v2.0/ports?tenant_id=ca0ccebd45124e0dae8231f5f06b40bd&fields=id => generated 287 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1529] 10.0.0.208 () {34 vars in 1008 bytes} [Fri Feb 27 23:10:02 2026] GET /v2.0/networks/81cfd271-b837-42b4-a12f-f26606560cb6?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1530] 10.0.0.208 () {34 vars in 1108 bytes} [Fri Feb 27 23:10:02 2026] GET /v2.0/networks/81cfd271-b837-42b4-a12f-f26606560cb6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1531] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:02 2026] GET /v2.0/ports?device_id=825a866e-c01e-42af-a494-fa48f5018ae3 => 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: 799/1532] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:02 2026] GET /v2.0/ports?device_id=9a2735fd-cac3-48b5-a48e-9d776ea583cd => 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: 734/1533] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:10:02 2026] GET /v2.0/networks?id=bf7b5573-de18-4531-94d7-1f4be2597472 => generated 677 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1534] 199.204.45.162 () {38 vars in 955 bytes} [Fri Feb 27 23:10:02 2026] POST /v2.0/ports => generated 958 bytes in 416 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: 801/1535] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:10:03 2026] GET /v2.0/security-groups?tenant_id=65deb1efb7654644b18d24d125e2f7c0&name=default => generated 2925 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1536] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:03 2026] GET /v2.0/ports?device_id=a916f94f-998b-4585-bc7b-e6d43c22de4f => 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: 735/1537] 199.204.45.162 () {38 vars in 1028 bytes} [Fri Feb 27 23:10:03 2026] PUT /v2.0/ports/e92de11f-d106-47aa-9b76-36d77f4aaac2 => generated 1239 bytes in 501 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1538] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:10:03 2026] DELETE /v2.0/security-groups/61dd6a30-6392-4998-bc43-5f211442589e => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:10:03.799 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-235f4b2f-c408-49b3-bb61-d61db8846a68'] response: {'name': 'network-changed', 'server_uuid': '9a2735fd-cac3-48b5-a48e-9d776ea583cd', 'tag': 'e92de11f-d106-47aa-9b76-36d77f4aaac2', '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: 736/1539] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:03 2026] GET /v2.0/ports?device_id=9a2735fd-cac3-48b5-a48e-9d776ea583cd => generated 973 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1540] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:10:03 2026] GET /v2.0/security-groups?id=74e38cb6-a3f3-4e41-92fe-1ca78442b804&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: 737/1541] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:10:04 2026] GET /v2.0/ports?tenant_id=3a6dcca42bd744af8f0002aadab3b9e3&device_id=9a2735fd-cac3-48b5-a48e-9d776ea583cd => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1542] 199.204.45.162 () {34 vars in 1018 bytes} [Fri Feb 27 23:10:04 2026] GET /v2.0/networks?tenant_id=3a6dcca42bd744af8f0002aadab3b9e3&shared=False => generated 773 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1543] 199.204.45.162 () {34 vars in 930 bytes} [Fri Feb 27 23:10:04 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: 8|app: 0|req: 806/1544] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:10:04 2026] DELETE /v2.0/security-groups/98ee5c5d-6004-4f36-85a9-1ef545905737 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:10:04.869 7 INFO neutron.api.v2.resource [None req-8ef45db9-0bf5-445a-8ff9-8ebf3f49b89f e3aa56ffe2b0461d9f33ee3312b2142f 72a798f7764e4e82af503f8798ab4276 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 739/1545] 10.0.0.113 () {32 vars in 737 bytes} [Fri Feb 27 23:10:04 2026] GET /v2.0/security-groups/98ee5c5d-6004-4f36-85a9-1ef545905737 => generated 146 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:10:04.960 8 INFO neutron_taas.services.taas.taas_plugin [None req-c0cdd05b-e723-4c5f-bd67-05c10d2c6d70 e3aa56ffe2b0461d9f33ee3312b2142f 72a798f7764e4e82af503f8798ab4276 - - default default] TaaS: Handle Delete Port: fa4817f3-8053-4b3d-b920-9b2d1b3f439f 2026-02-27 23:10:04.963 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0cdd05b-e723-4c5f-bd67-05c10d2c6d70 e3aa56ffe2b0461d9f33ee3312b2142f 72a798f7764e4e82af503f8798ab4276 - - default default] Tap Mirror: Handle Delete Port: fa4817f3-8053-4b3d-b920-9b2d1b3f439f [pid: 8|app: 0|req: 807/1546] 10.0.0.113 () {32 vars in 732 bytes} [Fri Feb 27 23:10:04 2026] DELETE /v2.0/floatingips/cbc1b810-55e9-4fb0-8434-851b5f55678c => generated 0 bytes in 251 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1547] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:05 2026] GET /v2.0/ports?device_id=9a2735fd-cac3-48b5-a48e-9d776ea583cd => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1548] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:10:05 2026] GET /v2.0/security-groups?id=74e38cb6-a3f3-4e41-92fe-1ca78442b804&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1549] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:10:05 2026] GET /v2.0/ports?tenant_id=3a6dcca42bd744af8f0002aadab3b9e3&device_id=9a2735fd-cac3-48b5-a48e-9d776ea583cd => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1550] 199.204.45.162 () {34 vars in 1060 bytes} [Fri Feb 27 23:10:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e92de11f-d106-47aa-9b76-36d77f4aaac2 => 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: 811/1551] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:10:05 2026] GET /v2.0/subnets?id=af339344-a0ef-487a-85dd-45e343f201ed => generated 695 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:10:05.555 7 INFO neutron_taas.services.taas.taas_plugin [None req-b5a73800-a2ce-4ec1-8c82-244fb8b86f78 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 47cd4e2b-8aae-4793-9090-76372d3c0c55 2026-02-27 23:10:05.557 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5a73800-a2ce-4ec1-8c82-244fb8b86f78 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 47cd4e2b-8aae-4793-9090-76372d3c0c55 [pid: 8|app: 0|req: 812/1552] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:10:05 2026] GET /v2.0/ports?network_id=bf7b5573-de18-4531-94d7-1f4be2597472&device_owner=network%3Adhcp => 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: 813/1553] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:10:05 2026] GET /v2.0/networks/bf7b5573-de18-4531-94d7-1f4be2597472?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: 814/1554] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:10:05 2026] GET /v2.0/networks/bf7b5573-de18-4531-94d7-1f4be2597472?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: 741/1555] 10.0.0.113 () {34 vars in 789 bytes} [Fri Feb 27 23:10:05 2026] PUT /v2.0/routers/05c51f1c-3b40-4687-9168-31d8964df80d/remove_router_interface => generated 309 bytes in 1075 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1556] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:06 2026] GET /v2.0/ports?device_id=9a2735fd-cac3-48b5-a48e-9d776ea583cd => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1557] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:10:06 2026] GET /v2.0/security-groups?id=74e38cb6-a3f3-4e41-92fe-1ca78442b804&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:10:06.457 8 INFO neutron_taas.services.taas.taas_plugin [None req-296f5497-6e88-48ab-b0fd-8ded522e91d7 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 0d318259-e1c0-458b-9dc5-359c88d45ee3 2026-02-27 23:10:06.460 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-296f5497-6e88-48ab-b0fd-8ded522e91d7 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 0d318259-e1c0-458b-9dc5-359c88d45ee3 2026-02-27 23:10:06.710 8 INFO neutron_taas.services.taas.taas_plugin [None req-296f5497-6e88-48ab-b0fd-8ded522e91d7 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 9c8be682-76bd-48eb-95e6-b8de3a6ed7ce 2026-02-27 23:10:06.712 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-296f5497-6e88-48ab-b0fd-8ded522e91d7 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 9c8be682-76bd-48eb-95e6-b8de3a6ed7ce 2026-02-27 23:10:07.080 8 INFO neutron.services.segments.plugin [-] Segment cbed7c05-fc59-4581-a447-8520d4f13663 resource provider aggregate not found 2026-02-27 23:10:07.087 8 INFO neutron.services.segments.plugin [-] Segment cbed7c05-fc59-4581-a447-8520d4f13663 resource provider aggregate not found 2026-02-27 23:10:07.105 8 INFO neutron.services.segments.plugin [-] Segment cbed7c05-fc59-4581-a447-8520d4f13663 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbed7c05-fc59-4581-a447-8520d4f13663 found for delete ", "request_id": "req-9b34699d-1c6a-47a4-9b85-b0573b247fb9"}]} 2026-02-27 23:10:07.111 8 INFO neutron.services.segments.plugin [-] Segment cbed7c05-fc59-4581-a447-8520d4f13663 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbed7c05-fc59-4581-a447-8520d4f13663 found for delete ", "request_id": "req-6503dbd6-f6aa-412c-9e3b-016cae7f9da2"}]} 2026-02-27 23:10:07.115 8 INFO neutron.db.l3_hamode_db [None req-296f5497-6e88-48ab-b0fd-8ded522e91d7 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] HA network a5d5a536-47d5-44de-a194-93e88bf1d08e was deleted as no HA routers are present in tenant 72a798f7764e4e82af503f8798ab4276. [pid: 8|app: 0|req: 815/1558] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:10:06 2026] DELETE /v2.0/routers/05c51f1c-3b40-4687-9168-31d8964df80d => generated 0 bytes in 895 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1559] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:10:07 2026] GET /v2.0/networks?id=81cfd271-b837-42b4-a12f-f26606560cb6 => generated 704 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:10:07.176 7 INFO neutron.db.segments_db [None req-b9571943-ecf8-4811-92d6-d9cef6c6a46a 90e288593b764f7ca7eac38d7baa4229 5f782c1f8ccb4c888876cdf82b5f0753 - - default default] Added segment 5806aa45-59cc-4f99-bc87-545a711709bd of type vxlan for network d949c282-30c7-4169-908f-f9dd4c21bb58 [pid: 7|app: 0|req: 744/1560] 10.0.0.113 () {34 vars in 671 bytes} [Fri Feb 27 23:10:06 2026] POST /v2.0/networks => generated 614 bytes in 517 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1561] 199.204.45.162 () {34 vars in 1050 bytes} [Fri Feb 27 23:10:07 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ca0ccebd45124e0dae8231f5f06b40bd => generated 179 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1562] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:10:07 2026] DELETE /v2.0/subnets/d968e4ec-bcc1-48c8-9a6d-10f159ad923d => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:10:07.354 7 INFO neutron.db.segments_db [None req-d4a105f7-6e17-4b62-8b34-f0a79a205f4f 90e288593b764f7ca7eac38d7baa4229 5f782c1f8ccb4c888876cdf82b5f0753 - - default default] Added segment 8b9a6bc9-fbdb-4ee3-9364-dab66a9b3e85 of type vxlan for network edb10cdb-be86-47a2-a453-51137882f326 2026-02-27 23:10:07.634 7 INFO neutron.db.l3_hamode_db [None req-d4a105f7-6e17-4b62-8b34-f0a79a205f4f 90e288593b764f7ca7eac38d7baa4229 5f782c1f8ccb4c888876cdf82b5f0753 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 818/1563] 199.204.45.162 () {38 vars in 955 bytes} [Fri Feb 27 23:10:07 2026] POST /v2.0/ports => generated 1183 bytes in 529 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, ' 2026-02-27 23:10:07.967 8 INFO neutron_taas.services.taas.taas_plugin [None req-0ee3e090-b5b9-4d2b-b00a-381f4a5414cd 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 9d89d905-a253-4380-87cf-5fecbb23ce38 2026-02-27 23:10:07.970 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ee3e090-b5b9-4d2b-b00a-381f4a5414cd 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 9d89d905-a253-4380-87cf-5fecbb23ce38 [pid: 8|app: 0|req: 819/1564] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:10:07 2026] DELETE /v2.0/networks/faab2be0-fabd-4862-b478-3ad09e3e1e81 => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1565] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:08 2026] GET /v2.0/ports?device_id=9a2735fd-cac3-48b5-a48e-9d776ea583cd => generated 973 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1566] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:08 2026] GET /v2.0/ports?device_id=825a866e-c01e-42af-a494-fa48f5018ae3 => generated 1186 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:10:08.542 7 INFO neutron.db.l3_hamode_db [None req-d4a105f7-6e17-4b62-8b34-f0a79a205f4f 90e288593b764f7ca7eac38d7baa4229 5f782c1f8ccb4c888876cdf82b5f0753 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 822/1567] 199.204.45.162 () {38 vars in 1028 bytes} [Fri Feb 27 23:10:08 2026] PUT /v2.0/ports/15b0ce4e-19a2-49bd-a38a-8935a601507f => generated 1464 bytes in 564 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: 823/1568] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:10:08 2026] GET /v2.0/security-groups?id=74e38cb6-a3f3-4e41-92fe-1ca78442b804&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: 824/1569] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:10:08 2026] GET /v2.0/security-groups?id=a5c15419-68e2-4fef-a5a6-408270f3a555&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:10:08.989 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dcd55aba-ee4f-44d1-a824-9e726f7900b4'] response: {'name': 'network-changed', 'server_uuid': '825a866e-c01e-42af-a494-fa48f5018ae3', 'tag': '15b0ce4e-19a2-49bd-a38a-8935a601507f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 825/1570] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:10:08 2026] GET /v2.0/security-groups?tenant_id=72a798f7764e4e82af503f8798ab4276&name=default => generated 2925 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:10:09.132 8 INFO neutron.services.segments.plugin [-] Segment bd15356f-aa7d-4ed6-bd41-32fe8acd88d2 resource provider aggregate not found 2026-02-27 23:10:09.136 8 INFO neutron.services.segments.plugin [-] Segment bd15356f-aa7d-4ed6-bd41-32fe8acd88d2 resource provider aggregate not found [pid: 8|app: 0|req: 826/1571] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:10:09 2026] DELETE /v2.0/security-groups/d595fcc8-daf8-4118-9190-a6f1e78dd03b => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:10:09.159 8 INFO neutron.services.segments.plugin [-] Segment bd15356f-aa7d-4ed6-bd41-32fe8acd88d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd15356f-aa7d-4ed6-bd41-32fe8acd88d2 found for delete ", "request_id": "req-bcace55e-5a11-43f4-a083-76126553f390"}]} 2026-02-27 23:10:09.164 8 INFO neutron.services.segments.plugin [-] Segment bd15356f-aa7d-4ed6-bd41-32fe8acd88d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd15356f-aa7d-4ed6-bd41-32fe8acd88d2 found for delete ", "request_id": "req-ed45110c-9e22-4430-80b5-3e2899e676d1"}]} [pid: 7|app: 0|req: 746/1572] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:10:07 2026] POST /v2.0/routers => generated 695 bytes in 2195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1573] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:10:09 2026] GET /v2.0/ports?tenant_id=ca0ccebd45124e0dae8231f5f06b40bd&device_id=825a866e-c01e-42af-a494-fa48f5018ae3 => generated 1467 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1574] 199.204.45.162 () {34 vars in 1018 bytes} [Fri Feb 27 23:10:09 2026] GET /v2.0/networks?tenant_id=ca0ccebd45124e0dae8231f5f06b40bd&shared=False => generated 2373 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1575] 199.204.45.162 () {34 vars in 930 bytes} [Fri Feb 27 23:10:09 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1576] 10.0.0.113 () {32 vars in 776 bytes} [Fri Feb 27 23:10:09 2026] GET /v2.0/subnets?project_id=5f782c1f8ccb4c888876cdf82b5f0753&cidr=10.100.0.0%2F28 => generated 14 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1577] 10.0.0.113 () {32 vars in 694 bytes} [Fri Feb 27 23:10:09 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1578] 10.0.0.113 () {32 vars in 784 bytes} [Fri Feb 27 23:10:09 2026] GET /v2.0/subnets?network_id=dcb0d11b-f985-42fd-9024-177a874f12e1&cidr=10.100.0.0%2F28 => 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: 749/1579] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:09 2026] GET /v2.0/ports?device_id=9a2735fd-cac3-48b5-a48e-9d776ea583cd => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1580] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:10:10 2026] GET /v2.0/security-groups?id=74e38cb6-a3f3-4e41-92fe-1ca78442b804&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1581] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:10:09 2026] POST /v2.0/subnets => generated 656 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1582] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:10:10 2026] GET /v2.0/ports?tenant_id=ca0ccebd45124e0dae8231f5f06b40bd&device_id=825a866e-c01e-42af-a494-fa48f5018ae3 => generated 1467 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1583] 199.204.45.162 () {34 vars in 1058 bytes} [Fri Feb 27 23:10:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.230&port_id=15b0ce4e-19a2-49bd-a38a-8935a601507f => 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: 834/1584] 199.204.45.162 () {34 vars in 1104 bytes} [Fri Feb 27 23:10:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A120&port_id=15b0ce4e-19a2-49bd-a38a-8935a601507f => 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: 835/1585] 199.204.45.162 () {34 vars in 1064 bytes} [Fri Feb 27 23:10:10 2026] GET /v2.0/subnets?id=9dda6a80-2361-4498-8da3-217cbcc74c01&id=4584dd7f-472b-4b59-8b6b-c0c7ad6f5712 => generated 1410 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1586] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:10:10 2026] GET /v2.0/ports?network_id=81cfd271-b837-42b4-a12f-f26606560cb6&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: 837/1587] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:10:10 2026] GET /v2.0/ports?network_id=81cfd271-b837-42b4-a12f-f26606560cb6&device_owner=network%3Adhcp => generated 1457 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1588] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:10:10 2026] GET /v2.0/networks/81cfd271-b837-42b4-a12f-f26606560cb6?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: 839/1589] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:10:10 2026] GET /v2.0/networks/81cfd271-b837-42b4-a12f-f26606560cb6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1590] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:11 2026] GET /v2.0/ports?device_id=9a2735fd-cac3-48b5-a48e-9d776ea583cd => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1591] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:10:11 2026] GET /v2.0/security-groups?id=74e38cb6-a3f3-4e41-92fe-1ca78442b804&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1592] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:11 2026] GET /v2.0/ports?device_id=9a2735fd-cac3-48b5-a48e-9d776ea583cd => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1593] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:10:11 2026] GET /v2.0/security-groups?id=74e38cb6-a3f3-4e41-92fe-1ca78442b804&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1594] 10.0.0.113 () {34 vars in 783 bytes} [Fri Feb 27 23:10:10 2026] PUT /v2.0/routers/2cdf05fb-0e98-4449-a3b9-c276f3c4ebc3/add_router_interface => generated 309 bytes in 1796 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1595] 10.0.0.113 () {32 vars in 649 bytes} [Fri Feb 27 23:10:12 2026] GET /v2.0/networks => generated 8116 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1596] 10.0.0.113 () {32 vars in 647 bytes} [Fri Feb 27 23:10:12 2026] GET /v2.0/subnets => generated 8725 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1597] 10.0.0.113 () {32 vars in 647 bytes} [Fri Feb 27 23:10:12 2026] GET /v2.0/routers => generated 2180 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1598] 10.0.0.113 () {34 vars in 685 bytes} [Fri Feb 27 23:10:12 2026] POST /v2.0/security-groups => generated 1673 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1599] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:10:12 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: 8|app: 0|req: 846/1600] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:10:12 2026] GET /v2.0/security-groups?tenant_id=17d2aa2bbce748c5af85b47083ed5c68&name=default => generated 2925 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1601] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:10:12 2026] POST /v2.0/security-group-rules => generated 596 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1602] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:10:12 2026] DELETE /v2.0/security-groups/6ca85c86-1106-4dc7-8804-89b6d3888672 => 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: 848/1603] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:12 2026] GET /v2.0/ports?device_id=9a2735fd-cac3-48b5-a48e-9d776ea583cd => 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: 756/1604] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:10:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1605] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:10:12 2026] GET /v2.0/security-groups?id=74e38cb6-a3f3-4e41-92fe-1ca78442b804&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1606] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:10:12 2026] POST /v2.0/security-group-rules => generated 601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:10:13.173 8 INFO neutron.db.securitygroups_db [None req-6559699f-9cc5-4af3-ab1b-7f269b8ab812 90e288593b764f7ca7eac38d7baa4229 5f782c1f8ccb4c888876cdf82b5f0753 - - default default] Project 5f782c1f8ccb4c888876cdf82b5f0753 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: 850/1607] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:10:13 2026] POST /v2.0/security-group-rules => generated 607 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:10:13.306 7 INFO neutron.db.securitygroups_db [None req-b0da8bfe-a9ef-4d64-bf06-65b4adece5ba 90e288593b764f7ca7eac38d7baa4229 5f782c1f8ccb4c888876cdf82b5f0753 - - default default] Project 5f782c1f8ccb4c888876cdf82b5f0753 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: 758/1608] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:10:13 2026] POST /v2.0/security-group-rules => generated 606 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1609] 10.0.0.113 () {32 vars in 649 bytes} [Fri Feb 27 23:10:13 2026] GET /v2.0/networks => generated 1298 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1610] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:14 2026] GET /v2.0/ports?device_id=825a866e-c01e-42af-a494-fa48f5018ae3 => generated 1198 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1611] 199.204.45.162 () {34 vars in 994 bytes} [Fri Feb 27 23:10:14 2026] GET /v2.0/ports?device_id=9a2735fd-cac3-48b5-a48e-9d776ea583cd => 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: 852/1612] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:14 2026] GET /v2.0/ports?device_id=9a2735fd-cac3-48b5-a48e-9d776ea583cd => generated 975 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1613] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:10:14 2026] GET /v2.0/security-groups?id=a5c15419-68e2-4fef-a5a6-408270f3a555&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1614] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:10:14 2026] GET /v2.0/security-groups?id=74e38cb6-a3f3-4e41-92fe-1ca78442b804&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:10:14.339 8 INFO neutron_taas.services.taas.taas_plugin [req-844c3938-458a-46df-a6ad-baf3d464fd11 req-fcbef605-1815-48a5-a714-644d3a4b0c4c 62c01a8369c245a1bd526ccfab37b0ab 3a6dcca42bd744af8f0002aadab3b9e3 - - default default] TaaS: Handle Delete Port: e92de11f-d106-47aa-9b76-36d77f4aaac2 2026-02-27 23:10:14.351 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-844c3938-458a-46df-a6ad-baf3d464fd11 req-fcbef605-1815-48a5-a714-644d3a4b0c4c 62c01a8369c245a1bd526ccfab37b0ab 3a6dcca42bd744af8f0002aadab3b9e3 - - default default] Tap Mirror: Handle Delete Port: e92de11f-d106-47aa-9b76-36d77f4aaac2 [pid: 7|app: 0|req: 763/1615] 10.0.0.208 () {34 vars in 1098 bytes} [Fri Feb 27 23:10:14 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-482495971&fields=id&tenant_id=5f782c1f8ccb4c888876cdf82b5f0753 => generated 69 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1616] 10.0.0.208 () {34 vars in 982 bytes} [Fri Feb 27 23:10:14 2026] GET /v2.0/networks?id=d949c282-30c7-4169-908f-f9dd4c21bb58 => generated 661 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1617] 10.0.0.208 () {34 vars in 965 bytes} [Fri Feb 27 23:10:14 2026] GET /v2.0/quotas/5f782c1f8ccb4c888876cdf82b5f0753 => 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: 853/1618] 199.204.45.162 () {36 vars in 997 bytes} [Fri Feb 27 23:10:14 2026] DELETE /v2.0/ports/e92de11f-d106-47aa-9b76-36d77f4aaac2 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:10:14.537 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-948ebcd5-9953-49c6-8153-d6107e5fd3bd'] response: {'server_uuid': '9a2735fd-cac3-48b5-a48e-9d776ea583cd', 'name': 'network-vif-deleted', 'tag': 'e92de11f-d106-47aa-9b76-36d77f4aaac2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 766/1619] 10.0.0.208 () {34 vars in 1002 bytes} [Fri Feb 27 23:10:14 2026] GET /v2.0/ports?tenant_id=5f782c1f8ccb4c888876cdf82b5f0753&fields=id => generated 57 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1620] 10.0.0.208 () {34 vars in 1008 bytes} [Fri Feb 27 23:10:14 2026] GET /v2.0/networks/d949c282-30c7-4169-908f-f9dd4c21bb58?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: 767/1621] 10.0.0.208 () {34 vars in 1108 bytes} [Fri Feb 27 23:10:14 2026] GET /v2.0/networks/d949c282-30c7-4169-908f-f9dd4c21bb58?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: 855/1622] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:14 2026] GET /v2.0/ports?device_id=67dd5e10-4cf8-422d-abdd-d8572fb03e21 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1623] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:15 2026] GET /v2.0/ports?device_id=9a2735fd-cac3-48b5-a48e-9d776ea583cd => 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: 856/1624] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:15 2026] GET /v2.0/ports?device_id=67dd5e10-4cf8-422d-abdd-d8572fb03e21 => 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: 770/1627] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:16 2026] GET /v2.0/ports?device_id=9a2735fd-cac3-48b5-a48e-9d776ea583cd => 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: 858/1628] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:17 2026] GET /v2.0/ports?device_id=67dd5e10-4cf8-422d-abdd-d8572fb03e21 => 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: 771/1629] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:17 2026] GET /v2.0/ports?device_id=9a2735fd-cac3-48b5-a48e-9d776ea583cd => 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: 859/1630] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:18 2026] GET /v2.0/ports?device_id=67dd5e10-4cf8-422d-abdd-d8572fb03e21 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:10:18.980 7 INFO neutron_taas.services.taas.taas_plugin [None req-721add65-6e6b-4e33-a9bb-9ed9370c894e 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 4c5ec171-344e-4d7b-bf49-52b0c6fcc37c 2026-02-27 23:10:18.983 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-721add65-6e6b-4e33-a9bb-9ed9370c894e 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 4c5ec171-344e-4d7b-bf49-52b0c6fcc37c [pid: 8|app: 0|req: 860/1631] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:10:18 2026] GET /v2.0/security-groups?tenant_id=0a73fe859c794f869d8b8d990ea25f57&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/model_query.py:373: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. (This warning originated from the Session 'autoflush' process, which was invoked automatically in response to a user-initiated operation. Consider using ``no_autoflush`` context manager if this warning happened while initializing objects.) items = [ [pid: 8|app: 0|req: 861/1632] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:10:19 2026] DELETE /v2.0/security-groups/9ec46b78-59cd-40f4-9851-33d1ea35cac8 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1633] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:10:19 2026] GET /v2.0/security-groups?tenant_id=4f1cbf53f13d43b08f1d6ad061bf43ee&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: 863/1634] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:19 2026] GET /v2.0/ports?device_id=67dd5e10-4cf8-422d-abdd-d8572fb03e21 => 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: 864/1635] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:19 2026] GET /v2.0/ports?device_id=825a866e-c01e-42af-a494-fa48f5018ae3 => generated 1200 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1636] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:10:19 2026] DELETE /v2.0/security-groups/7542b9d9-a0d4-47c5-b8ce-7573dd49603e => 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: 772/1637] 10.0.0.113 () {34 vars in 789 bytes} [Fri Feb 27 23:10:18 2026] PUT /v2.0/routers/725946e0-247e-467f-ae83-40eae50d6a53/remove_router_interface => generated 309 bytes in 944 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1638] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:10:19 2026] GET /v2.0/security-groups?id=a5c15419-68e2-4fef-a5a6-408270f3a555&fields=id&fields=name => generated 112 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1639] 10.0.0.113 () {32 vars in 818 bytes} [Fri Feb 27 23:10:19 2026] GET /v2.0/ports?network_id=81cfd271-b837-42b4-a12f-f26606560cb6&mac_address=fa%3A16%3A3e%3A5e%3A13%3Afd => generated 1200 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:10:19.817 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d814a48-ecbe-42f0-b2e7-7b5417231f2e 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 0fc485da-6aba-440b-ba60-75b5ce04aa3e 2026-02-27 23:10:19.820 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d814a48-ecbe-42f0-b2e7-7b5417231f2e 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 0fc485da-6aba-440b-ba60-75b5ce04aa3e 2026-02-27 23:10:20.107 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d814a48-ecbe-42f0-b2e7-7b5417231f2e 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 6f31220c-9f31-495a-95bf-de54e6c8c009 2026-02-27 23:10:20.110 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d814a48-ecbe-42f0-b2e7-7b5417231f2e 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 6f31220c-9f31-495a-95bf-de54e6c8c009 2026-02-27 23:10:20.509 7 INFO neutron.services.segments.plugin [-] Segment b06477df-e768-484d-934b-5355001b1f57 resource provider aggregate not found 2026-02-27 23:10:20.521 7 INFO neutron.services.segments.plugin [-] Segment b06477df-e768-484d-934b-5355001b1f57 resource provider aggregate not found 2026-02-27 23:10:20.531 7 INFO neutron.services.segments.plugin [-] Segment b06477df-e768-484d-934b-5355001b1f57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b06477df-e768-484d-934b-5355001b1f57 found for delete ", "request_id": "req-ab6ab973-e3bf-41e0-a9e3-c60871c9a6ae"}]} 2026-02-27 23:10:20.535 7 INFO neutron.services.segments.plugin [-] Segment b06477df-e768-484d-934b-5355001b1f57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b06477df-e768-484d-934b-5355001b1f57 found for delete ", "request_id": "req-91cc4221-bcc6-4b08-b4d0-05539e07f44b"}]} 2026-02-27 23:10:20.548 7 INFO neutron.db.l3_hamode_db [None req-3d814a48-ecbe-42f0-b2e7-7b5417231f2e 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] HA network ccbd0537-a183-47a4-a0d6-e1b041eb69df was deleted as no HA routers are present in tenant 3a6dcca42bd744af8f0002aadab3b9e3. [pid: 7|app: 0|req: 773/1640] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:10:19 2026] DELETE /v2.0/routers/725946e0-247e-467f-ae83-40eae50d6a53 => generated 0 bytes in 985 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1641] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:10:20 2026] GET /v2.0/networks?id=d949c282-30c7-4169-908f-f9dd4c21bb58 => generated 661 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1642] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:20 2026] GET /v2.0/ports?device_id=67dd5e10-4cf8-422d-abdd-d8572fb03e21 => 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: 776/1643] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:10:20 2026] DELETE /v2.0/subnets/af339344-a0ef-487a-85dd-45e343f201ed => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:10:20.754 8 INFO neutron.db.l3_db [None req-6661c5de-0715-4c05-aca1-7f549e6e4c78 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] Floating IP fa237530-43a4-46bf-aa3d-f7c5a043fafd associated. External IP: 10.96.250.204, port: 15b0ce4e-19a2-49bd-a38a-8935a601507f. [pid: 7|app: 0|req: 777/1644] 199.204.45.162 () {34 vars in 1050 bytes} [Fri Feb 27 23:10:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5f782c1f8ccb4c888876cdf82b5f0753 => generated 180 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1645] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:10:20 2026] DELETE /v2.0/networks/bf7b5573-de18-4531-94d7-1f4be2597472 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1646] 10.0.0.113 () {34 vars in 677 bytes} [Fri Feb 27 23:10:19 2026] POST /v2.0/floatingips => generated 855 bytes in 1399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:10:21.352 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-870ee174-3246-4b4b-ae78-312097a6e2e0'] response: {'name': 'network-changed', 'server_uuid': '825a866e-c01e-42af-a494-fa48f5018ae3', 'tag': '15b0ce4e-19a2-49bd-a38a-8935a601507f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 779/1647] 199.204.45.162 () {38 vars in 955 bytes} [Fri Feb 27 23:10:20 2026] POST /v2.0/ports => generated 954 bytes in 488 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: 780/1648] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:10:21 2026] GET /v2.0/security-groups?tenant_id=3a6dcca42bd744af8f0002aadab3b9e3&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: 781/1649] 10.0.0.208 () {34 vars in 1096 bytes} [Fri Feb 27 23:10:21 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1096521071&fields=id&tenant_id=ca0ccebd45124e0dae8231f5f06b40bd => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1650] 10.0.0.153 () {28 vars in 585 bytes} [Fri Feb 27 23:10:21 2026] GET /v2.0/networks => generated 6661 bytes in 503 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1651] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:10:21 2026] DELETE /v2.0/security-groups/74e38cb6-a3f3-4e41-92fe-1ca78442b804 => 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: 871/1652] 10.0.0.208 () {34 vars in 982 bytes} [Fri Feb 27 23:10:21 2026] GET /v2.0/networks?id=a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5 => generated 704 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1653] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:10:21 2026] GET /v2.0/subnets => generated 7421 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1655] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:21 2026] GET /v2.0/ports?device_id=67dd5e10-4cf8-422d-abdd-d8572fb03e21 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1655] 199.204.45.162 () {38 vars in 1028 bytes} [Fri Feb 27 23:10:21 2026] PUT /v2.0/ports/f4ac2150-b92c-4a71-9f1c-3d751c0a0894 => generated 1235 bytes in 374 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: 783/1656] 10.0.0.208 () {34 vars in 965 bytes} [Fri Feb 27 23:10:21 2026] GET /v2.0/quotas/ca0ccebd45124e0dae8231f5f06b40bd => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1657] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:10:21 2026] GET /v2.0/floatingips => generated 858 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1658] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:10:21 2026] GET /v2.0/ports?tenant_id=ca0ccebd45124e0dae8231f5f06b40bd&device_id=825a866e-c01e-42af-a494-fa48f5018ae3 => generated 1469 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1659] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:10:21 2026] GET /v2.0/security-groups?id=f9b40df0-d199-4d38-98c5-f9613e59e6f4&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: 876/1660] 10.0.0.153 () {28 vars in 599 bytes} [Fri Feb 27 23:10:21 2026] GET /v2.0/security-groups => generated 36880 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1661] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:10:22 2026] GET /v2.0/networks?id=81cfd271-b837-42b4-a12f-f26606560cb6 => generated 800 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:10:22.053 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d13ec9cb-4663-4d0e-92cd-8ac2fc849ac6'] response: {'name': 'network-changed', 'server_uuid': '67dd5e10-4cf8-422d-abdd-d8572fb03e21', 'tag': 'f4ac2150-b92c-4a71-9f1c-3d751c0a0894', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 785/1662] 10.0.0.208 () {34 vars in 1002 bytes} [Fri Feb 27 23:10:21 2026] GET /v2.0/ports?tenant_id=ca0ccebd45124e0dae8231f5f06b40bd&fields=id => generated 333 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1663] 10.0.0.153 () {28 vars in 579 bytes} [Fri Feb 27 23:10:22 2026] GET /v2.0/ports => generated 23239 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1664] 10.0.0.153 () {28 vars in 619 bytes} [Fri Feb 27 23:10:22 2026] GET /v2.0/network-ip-availabilities => generated 4488 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1665] 199.204.45.162 () {34 vars in 1058 bytes} [Fri Feb 27 23:10:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.230&port_id=15b0ce4e-19a2-49bd-a38a-8935a601507f => generated 858 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1666] 10.0.0.208 () {34 vars in 1008 bytes} [Fri Feb 27 23:10:22 2026] GET /v2.0/networks/a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5?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: 787/1667] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:10:22 2026] GET /v2.0/subnets => generated 7421 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1668] 199.204.45.162 () {34 vars in 1104 bytes} [Fri Feb 27 23:10:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A120&port_id=15b0ce4e-19a2-49bd-a38a-8935a601507f => 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: 882/1669] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:10:22 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: 788/1670] 10.0.0.208 () {34 vars in 1108 bytes} [Fri Feb 27 23:10:22 2026] GET /v2.0/networks/a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5?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: 883/1671] 199.204.45.162 () {34 vars in 1064 bytes} [Fri Feb 27 23:10:22 2026] GET /v2.0/subnets?id=9dda6a80-2361-4498-8da3-217cbcc74c01&id=4584dd7f-472b-4b59-8b6b-c0c7ad6f5712 => generated 1410 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1672] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:10:22 2026] GET /v2.0/ports?network_id=81cfd271-b837-42b4-a12f-f26606560cb6&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: 885/1673] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:10:22 2026] GET /v2.0/ports?network_id=81cfd271-b837-42b4-a12f-f26606560cb6&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1674] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:10:22 2026] GET /v2.0/routers => generated 1452 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1675] 10.0.0.153 () {28 vars in 624 bytes} [Fri Feb 27 23:10:22 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: 7|app: 0|req: 791/1676] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:22 2026] GET /v2.0/ports?device_id=18a64a8c-3223-4a1d-b9d2-9075f4fc84a6 => 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: 886/1677] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:10:22 2026] GET /v2.0/networks/81cfd271-b837-42b4-a12f-f26606560cb6?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: 887/1678] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:10:22 2026] GET /v2.0/networks/81cfd271-b837-42b4-a12f-f26606560cb6?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: 792/1679] 10.0.0.153 () {28 vars in 677 bytes} [Fri Feb 27 23:10:22 2026] GET /v2.0/routers/2cdf05fb-0e98-4449-a3b9-c276f3c4ebc3/l3-agents => generated 682 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:10:22.551 7 INFO neutron.services.segments.plugin [-] Segment e0b6e66c-84d7-4705-aadc-d73ca2111b57 resource provider aggregate not found 2026-02-27 23:10:22.561 7 INFO neutron.services.segments.plugin [-] Segment e0b6e66c-84d7-4705-aadc-d73ca2111b57 resource provider aggregate not found 2026-02-27 23:10:22.576 7 INFO neutron.services.segments.plugin [-] Segment e0b6e66c-84d7-4705-aadc-d73ca2111b57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0b6e66c-84d7-4705-aadc-d73ca2111b57 found for delete ", "request_id": "req-9e49332d-b2ba-411c-b236-caeee7de401d"}]} 2026-02-27 23:10:22.597 7 INFO neutron.services.segments.plugin [-] Segment e0b6e66c-84d7-4705-aadc-d73ca2111b57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0b6e66c-84d7-4705-aadc-d73ca2111b57 found for delete ", "request_id": "req-2fbfca1d-6d16-4487-b414-8c8ac30047d3"}]} [pid: 8|app: 0|req: 888/1680] 10.0.0.153 () {28 vars in 677 bytes} [Fri Feb 27 23:10:22 2026] GET /v2.0/routers/db00215a-30a3-4119-9899-d3a742b7e399/l3-agents => generated 681 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1681] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:10:22 2026] GET /v2.0/ports?tenant_id=5f782c1f8ccb4c888876cdf82b5f0753&device_id=67dd5e10-4cf8-422d-abdd-d8572fb03e21 => generated 1238 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1682] 10.0.0.153 () {28 vars in 581 bytes} [Fri Feb 27 23:10:22 2026] GET /v2.0/agents => generated 3386 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1683] 199.204.45.162 () {34 vars in 1018 bytes} [Fri Feb 27 23:10:22 2026] GET /v2.0/networks?tenant_id=5f782c1f8ccb4c888876cdf82b5f0753&shared=False => generated 757 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1684] 199.204.45.162 () {34 vars in 930 bytes} [Fri Feb 27 23:10:22 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1685] 10.0.0.208 () {34 vars in 1178 bytes} [Fri Feb 27 23:10:22 2026] GET /v2.0/ports?device_id=18a64a8c-3223-4a1d-b9d2-9075f4fc84a6&device_id=67dd5e10-4cf8-422d-abdd-d8572fb03e21&device_id=825a866e-c01e-42af-a494-fa48f5018ae3 => generated 2696 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1686] 10.0.0.208 () {34 vars in 1120 bytes} [Fri Feb 27 23:10:22 2026] GET /v2.0/security-groups?id=f9b40df0-d199-4d38-98c5-f9613e59e6f4&id=a5c15419-68e2-4fef-a5a6-408270f3a555&fields=id&fields=name => generated 204 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1687] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:23 2026] GET /v2.0/ports?device_id=67dd5e10-4cf8-422d-abdd-d8572fb03e21 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1688] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:10:23 2026] GET /v2.0/security-groups?id=f9b40df0-d199-4d38-98c5-f9613e59e6f4&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1689] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:10:23 2026] GET /v2.0/ports?tenant_id=5f782c1f8ccb4c888876cdf82b5f0753&device_id=67dd5e10-4cf8-422d-abdd-d8572fb03e21 => 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: 893/1690] 199.204.45.162 () {34 vars in 1058 bytes} [Fri Feb 27 23:10:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=f4ac2150-b92c-4a71-9f1c-3d751c0a0894 => 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: 798/1691] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:10:23 2026] GET /v2.0/subnets?id=e2d560ec-9442-43f4-a2c9-5e3d3f0fbe25 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1692] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:10:23 2026] GET /v2.0/ports?network_id=d949c282-30c7-4169-908f-f9dd4c21bb58&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: 799/1693] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:10:23 2026] GET /v2.0/networks/d949c282-30c7-4169-908f-f9dd4c21bb58?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: 895/1694] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:10:23 2026] GET /v2.0/networks/d949c282-30c7-4169-908f-f9dd4c21bb58?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1695] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:24 2026] GET /v2.0/ports?device_id=67dd5e10-4cf8-422d-abdd-d8572fb03e21 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1696] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:10:24 2026] GET /v2.0/security-groups?id=f9b40df0-d199-4d38-98c5-f9613e59e6f4&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1697] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:25 2026] GET /v2.0/ports?device_id=67dd5e10-4cf8-422d-abdd-d8572fb03e21 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1698] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:10:25 2026] GET /v2.0/security-groups?id=f9b40df0-d199-4d38-98c5-f9613e59e6f4&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: 802/1699] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:10:25 2026] GET /v2.0/security-groups?tenant_id=f60b567d384c40eaa780233d4fca61df&name=default => generated 2925 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1700] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:10:26 2026] DELETE /v2.0/security-groups/d03012c1-37f2-44be-bd60-26d964879b36 => 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: 803/1701] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:26 2026] GET /v2.0/ports?device_id=67dd5e10-4cf8-422d-abdd-d8572fb03e21 => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1702] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:10:26 2026] GET /v2.0/security-groups?id=f9b40df0-d199-4d38-98c5-f9613e59e6f4&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1703] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:10:26 2026] GET /v2.0/networks?id=a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5 => generated 704 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1704] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:10:26 2026] GET /v2.0/security-groups?tenant_id=4fc71cb215b74f8fa7732bff20993424&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1705] 199.204.45.162 () {34 vars in 1050 bytes} [Fri Feb 27 23:10:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ca0ccebd45124e0dae8231f5f06b40bd => generated 179 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1706] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:10:26 2026] DELETE /v2.0/security-groups/fbc632dc-6be8-4988-abee-75da857a5d9b => 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: 902/1707] 199.204.45.162 () {38 vars in 955 bytes} [Fri Feb 27 23:10:26 2026] POST /v2.0/ports => generated 1187 bytes in 472 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: 806/1708] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:10:27 2026] GET /v2.0/security-groups?tenant_id=212b981bcec14e8e901ac5024829141f&name=default => generated 2925 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1709] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:27 2026] GET /v2.0/ports?device_id=18a64a8c-3223-4a1d-b9d2-9075f4fc84a6 => generated 1202 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1710] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:10:27 2026] DELETE /v2.0/security-groups/bb553c0b-b895-41de-8cfe-f63541209309 => 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: 809/1711] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:10:27 2026] GET /v2.0/security-groups?id=a5c15419-68e2-4fef-a5a6-408270f3a555&fields=id&fields=name => generated 112 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1712] 199.204.45.162 () {38 vars in 1028 bytes} [Fri Feb 27 23:10:27 2026] PUT /v2.0/ports/a068e6db-7012-4606-aca0-72c6b8865e9f => generated 1468 bytes in 507 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1713] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:27 2026] GET /v2.0/ports?device_id=67dd5e10-4cf8-422d-abdd-d8572fb03e21 => generated 971 bytes in 55 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 23:10:27.883 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-85ffda8d-fd63-43ee-8be5-8fd7128a3a2b'] response: {'name': 'network-changed', 'server_uuid': '18a64a8c-3223-4a1d-b9d2-9075f4fc84a6', 'tag': 'a068e6db-7012-4606-aca0-72c6b8865e9f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 904/1714] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:10:27 2026] GET /v2.0/security-groups?id=f9b40df0-d199-4d38-98c5-f9613e59e6f4&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1715] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:10:27 2026] GET /v2.0/security-groups?tenant_id=e9060a7f39d2410cb15c90d01720a96b&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: 905/1716] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:10:28 2026] DELETE /v2.0/security-groups/5e484274-3eed-4b77-90eb-a873c0183b3c => 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: 812/1717] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:10:28 2026] GET /v2.0/ports?tenant_id=ca0ccebd45124e0dae8231f5f06b40bd&device_id=18a64a8c-3223-4a1d-b9d2-9075f4fc84a6 => generated 1471 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1718] 199.204.45.162 () {34 vars in 1018 bytes} [Fri Feb 27 23:10:28 2026] GET /v2.0/networks?tenant_id=ca0ccebd45124e0dae8231f5f06b40bd&shared=False => generated 2373 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1719] 199.204.45.162 () {34 vars in 930 bytes} [Fri Feb 27 23:10:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1720] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:28 2026] GET /v2.0/ports?device_id=67dd5e10-4cf8-422d-abdd-d8572fb03e21 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1721] 10.0.0.113 () {32 vars in 653 bytes} [Fri Feb 27 23:10:28 2026] GET /v2.0/extensions => generated 21537 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1722] 10.0.0.113 () {32 vars in 681 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1723] 10.0.0.113 () {32 vars in 681 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1724] 10.0.0.113 () {32 vars in 729 bytes} [Fri Feb 27 23:10:29 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: 815/1725] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/security-groups?id=f9b40df0-d199-4d38-98c5-f9613e59e6f4&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: 911/1726] 10.0.0.113 () {32 vars in 665 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/agent => generated 153 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1727] 10.0.0.113 () {32 vars in 699 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1728] 10.0.0.113 () {32 vars in 697 bytes} [Fri Feb 27 23:10:29 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: 817/1729] 10.0.0.113 () {32 vars in 701 bytes} [Fri Feb 27 23:10:29 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: 8|app: 0|req: 913/1730] 10.0.0.113 () {32 vars in 689 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1731] 10.0.0.113 () {32 vars in 703 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1732] 10.0.0.113 () {32 vars in 693 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1733] 10.0.0.113 () {32 vars in 695 bytes} [Fri Feb 27 23:10:29 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: 820/1734] 10.0.0.113 () {32 vars in 685 bytes} [Fri Feb 27 23:10:29 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: 821/1735] 10.0.0.113 () {32 vars in 687 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1736] 10.0.0.113 () {32 vars in 661 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1737] 10.0.0.113 () {32 vars in 699 bytes} [Fri Feb 27 23:10:29 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: 824/1738] 10.0.0.113 () {32 vars in 679 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1739] 10.0.0.113 () {32 vars in 683 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1740] 10.0.0.113 () {32 vars in 675 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1741] 10.0.0.113 () {32 vars in 689 bytes} [Fri Feb 27 23:10:29 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: 8|app: 0|req: 915/1742] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/ports?device_id=67dd5e10-4cf8-422d-abdd-d8572fb03e21 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1743] 10.0.0.113 () {32 vars in 723 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1744] 10.0.0.113 () {32 vars in 687 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1745] 10.0.0.113 () {32 vars in 669 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1746] 10.0.0.113 () {32 vars in 687 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1747] 10.0.0.113 () {32 vars in 681 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1748] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/security-groups?id=f9b40df0-d199-4d38-98c5-f9613e59e6f4&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: 920/1749] 10.0.0.113 () {32 vars in 699 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1750] 10.0.0.113 () {32 vars in 679 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1751] 10.0.0.113 () {32 vars in 667 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/router => generated 256 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1752] 10.0.0.113 () {32 vars in 677 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1753] 10.0.0.113 () {32 vars in 665 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1754] 10.0.0.113 () {32 vars in 675 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1755] 10.0.0.113 () {32 vars in 736 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/ports?device_id=67dd5e10-4cf8-422d-abdd-d8572fb03e21 => generated 1240 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1756] 10.0.0.113 () {32 vars in 713 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1757] 10.0.0.113 () {32 vars in 691 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1758] 10.0.0.113 () {32 vars in 683 bytes} [Fri Feb 27 23:10:29 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: 8|app: 0|req: 926/1759] 10.0.0.113 () {32 vars in 669 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1760] 10.0.0.113 () {32 vars in 687 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1761] 10.0.0.113 () {32 vars in 705 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1762] 10.0.0.113 () {32 vars in 675 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1763] 10.0.0.113 () {32 vars in 701 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1764] 10.0.0.113 () {32 vars in 675 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1765] 10.0.0.113 () {32 vars in 693 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1766] 10.0.0.113 () {32 vars in 689 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1767] 10.0.0.113 () {32 vars in 709 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1768] 10.0.0.113 () {32 vars in 705 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1769] 10.0.0.113 () {32 vars in 719 bytes} [Fri Feb 27 23:10:29 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: 8|app: 0|req: 937/1770] 10.0.0.113 () {32 vars in 697 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1771] 10.0.0.113 () {32 vars in 711 bytes} [Fri Feb 27 23:10:29 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: 939/1772] 10.0.0.113 () {32 vars in 669 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/binding => generated 193 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1773] 10.0.0.113 () {32 vars in 687 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1774] 10.0.0.113 () {32 vars in 681 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1775] 10.0.0.113 () {32 vars in 675 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1776] 10.0.0.113 () {32 vars in 671 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/provider => generated 191 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1777] 10.0.0.113 () {32 vars in 661 bytes} [Fri Feb 27 23:10:29 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: 945/1778] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/ports?tenant_id=ca0ccebd45124e0dae8231f5f06b40bd&device_id=18a64a8c-3223-4a1d-b9d2-9075f4fc84a6 => generated 1471 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1779] 10.0.0.113 () {32 vars in 699 bytes} [Fri Feb 27 23:10:29 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: 947/1780] 199.204.45.162 () {34 vars in 1058 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.243&port_id=a068e6db-7012-4606-aca0-72c6b8865e9f => 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: 948/1781] 10.0.0.113 () {32 vars in 699 bytes} [Fri Feb 27 23:10:29 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: 8|app: 0|req: 949/1782] 10.0.0.113 () {32 vars in 677 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1783] 199.204.45.162 () {34 vars in 1106 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3b5&port_id=a068e6db-7012-4606-aca0-72c6b8865e9f => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1784] 10.0.0.113 () {32 vars in 669 bytes} [Fri Feb 27 23:10:29 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: 952/1785] 199.204.45.162 () {34 vars in 1064 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/subnets?id=d19be3cd-bc82-46cc-9e7c-049773a3fb80&id=3964e373-2295-48ab-86da-18f25270bca3 => generated 1415 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1786] 10.0.0.113 () {32 vars in 683 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1787] 10.0.0.113 () {32 vars in 701 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1788] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/ports?network_id=a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1789] 10.0.0.113 () {32 vars in 685 bytes} [Fri Feb 27 23:10:29 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: 957/1790] 10.0.0.113 () {32 vars in 707 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1791] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/ports?network_id=a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5&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: 959/1792] 10.0.0.113 () {32 vars in 669 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1793] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/networks/a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1794] 10.0.0.113 () {32 vars in 697 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1795] 10.0.0.113 () {32 vars in 695 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1796] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/networks/a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5?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: 964/1797] 10.0.0.113 () {32 vars in 685 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1798] 10.0.0.113 () {32 vars in 689 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1799] 10.0.0.113 () {32 vars in 705 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1800] 10.0.0.113 () {32 vars in 667 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1801] 10.0.0.113 () {32 vars in 681 bytes} [Fri Feb 27 23:10:29 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1802] 10.0.0.113 () {32 vars in 681 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1803] 10.0.0.113 () {32 vars in 691 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1804] 10.0.0.113 () {32 vars in 691 bytes} [Fri Feb 27 23:10:30 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: 972/1805] 10.0.0.113 () {32 vars in 695 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1806] 10.0.0.113 () {32 vars in 685 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1807] 10.0.0.113 () {32 vars in 689 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1808] 10.0.0.113 () {32 vars in 701 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1809] 10.0.0.113 () {32 vars in 703 bytes} [Fri Feb 27 23:10:30 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: 8|app: 0|req: 977/1810] 10.0.0.113 () {32 vars in 713 bytes} [Fri Feb 27 23:10:30 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: 978/1811] 10.0.0.113 () {32 vars in 717 bytes} [Fri Feb 27 23:10:30 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: 979/1812] 10.0.0.113 () {32 vars in 715 bytes} [Fri Feb 27 23:10:30 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: 980/1813] 10.0.0.113 () {32 vars in 727 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1814] 10.0.0.113 () {32 vars in 741 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1815] 10.0.0.113 () {32 vars in 719 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1816] 10.0.0.113 () {32 vars in 683 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1817] 10.0.0.113 () {32 vars in 669 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/extensions/segment => generated 145 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1818] 10.0.0.113 () {32 vars in 719 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1819] 10.0.0.113 () {32 vars in 679 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1820] 10.0.0.113 () {32 vars in 669 bytes} [Fri Feb 27 23:10:30 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: 988/1821] 10.0.0.113 () {32 vars in 697 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1822] 10.0.0.113 () {32 vars in 705 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1823] 10.0.0.113 () {32 vars in 701 bytes} [Fri Feb 27 23:10:30 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: 991/1824] 10.0.0.113 () {32 vars in 701 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1825] 10.0.0.113 () {32 vars in 683 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1826] 10.0.0.113 () {32 vars in 705 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1827] 10.0.0.113 () {32 vars in 695 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1828] 10.0.0.113 () {32 vars in 689 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1829] 10.0.0.113 () {32 vars in 697 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1830] 10.0.0.113 () {32 vars in 679 bytes} [Fri Feb 27 23:10:30 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: 8|app: 0|req: 998/1831] 10.0.0.113 () {32 vars in 689 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:10:30.252 7 INFO neutron.db.l3_db [None req-f90cc255-e39e-4b84-a883-df48f0cb49f8 90e288593b764f7ca7eac38d7baa4229 5f782c1f8ccb4c888876cdf82b5f0753 - - default default] Floating IP 5858dfca-124f-45f2-9c9e-64e9de664f68 associated. External IP: 10.96.250.218, port: f4ac2150-b92c-4a71-9f1c-3d751c0a0894. [pid: 8|app: 0|req: 999/1832] 10.0.0.113 () {32 vars in 701 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1833] 10.0.0.113 () {32 vars in 665 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1834] 10.0.0.113 () {32 vars in 681 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1835] 10.0.0.113 () {32 vars in 677 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1836] 10.0.0.113 () {32 vars in 693 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1837] 10.0.0.113 () {32 vars in 677 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1838] 10.0.0.113 () {32 vars in 667 bytes} [Fri Feb 27 23:10:30 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: 8|app: 0|req: 1006/1839] 10.0.0.113 () {32 vars in 663 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1840] 10.0.0.113 () {32 vars in 675 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1841] 10.0.0.113 () {32 vars in 687 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1842] 10.0.0.113 () {34 vars in 677 bytes} [Fri Feb 27 23:10:29 2026] POST /v2.0/floatingips => generated 855 bytes in 1257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:10:30.651 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a5d0d5c1-a055-497a-a82e-ff3cb2ede6cb'] response: {'name': 'network-changed', 'server_uuid': '67dd5e10-4cf8-422d-abdd-d8572fb03e21', 'tag': 'f4ac2150-b92c-4a71-9f1c-3d751c0a0894', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1009/1843] 10.0.0.113 () {32 vars in 729 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/floatingips/5858dfca-124f-45f2-9c9e-64e9de664f68 => generated 855 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1844] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:10:30 2026] GET /v2.0/security-groups?tenant_id=c6d2480b13724a11846fdba8a9802b99&name=default => generated 2925 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1845] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:10:31 2026] GET /v2.0/ports?tenant_id=5f782c1f8ccb4c888876cdf82b5f0753&device_id=67dd5e10-4cf8-422d-abdd-d8572fb03e21 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1846] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:10:31 2026] GET /v2.0/networks?id=d949c282-30c7-4169-908f-f9dd4c21bb58 => generated 757 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1847] 199.204.45.162 () {34 vars in 1058 bytes} [Fri Feb 27 23:10:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=f4ac2150-b92c-4a71-9f1c-3d751c0a0894 => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1848] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:10:31 2026] DELETE /v2.0/security-groups/1bc3411b-9dde-4500-9902-fc764b36ec42 => 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: 1013/1849] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:10:31 2026] GET /v2.0/subnets?id=e2d560ec-9442-43f4-a2c9-5e3d3f0fbe25 => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1850] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:10:31 2026] GET /v2.0/ports?network_id=d949c282-30c7-4169-908f-f9dd4c21bb58&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1853] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:10:31 2026] GET /v2.0/networks/d949c282-30c7-4169-908f-f9dd4c21bb58?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: 840/1854] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:10:31 2026] GET /v2.0/networks/d949c282-30c7-4169-908f-f9dd4c21bb58?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: 1015/1855] 10.0.0.113 () {32 vars in 729 bytes} [Fri Feb 27 23:10:31 2026] GET /v2.0/floatingips/5858dfca-124f-45f2-9c9e-64e9de664f68 => generated 855 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1856] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:10:32 2026] GET /v2.0/security-groups?tenant_id=ad1bc2ff5fb545ffab84c7ea4ab4d0ef&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1857] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:10:32 2026] DELETE /v2.0/security-groups/d09feace-8b61-4221-bf21-df30bf6e47c0 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1858] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:10:32 2026] GET /v2.0/security-groups?tenant_id=f8bc89cfa62f4c64b5175a10f642830a&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1859] 10.0.0.113 () {32 vars in 729 bytes} [Fri Feb 27 23:10:32 2026] GET /v2.0/floatingips/5858dfca-124f-45f2-9c9e-64e9de664f68 => generated 857 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1860] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:10:32 2026] DELETE /v2.0/security-groups/93921e6e-ef38-448f-b183-69e2790a04f6 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1861] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:32 2026] GET /v2.0/ports?device_id=18a64a8c-3223-4a1d-b9d2-9075f4fc84a6 => generated 1204 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1862] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:10:32 2026] GET /v2.0/security-groups?id=a5c15419-68e2-4fef-a5a6-408270f3a555&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:10:33.541 7 INFO neutron.db.segments_db [None req-f201ffcd-61f2-4f28-92bf-2eb63c8aba48 eeac8e791ba64f7d9ed34569c38e7e48 351bceef842b400181effca649f49955 - - default default] Added segment 32144c42-fbdd-4ca9-a817-4bc8d227d8dd of type vxlan for network 4934f0a7-13b2-4af3-adbc-eda87472c080 [pid: 7|app: 0|req: 845/1863] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:10:33 2026] POST /v2.0/networks => generated 630 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1864] 10.0.0.113 () {34 vars in 665 bytes} [Fri Feb 27 23:10:33 2026] POST /v2.0/ports => generated 779 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:10:34.095 7 INFO neutron.db.segments_db [None req-cf2c2ca7-4638-4e1c-875d-7d9cdb673793 eeac8e791ba64f7d9ed34569c38e7e48 351bceef842b400181effca649f49955 - - default default] Added segment 4081b70e-0555-4382-beef-7a8ee47b3b13 of type vxlan for network e659cec3-c7c4-49ae-84f1-c0487e87fce8 [pid: 7|app: 0|req: 846/1865] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:10:34 2026] POST /v2.0/networks => generated 617 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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/1866] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:10:34 2026] POST /v2.0/subnets => generated 646 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1867] 10.0.0.113 () {34 vars in 665 bytes} [Fri Feb 27 23:10:34 2026] POST /v2.0/ports => generated 966 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:10:34.995 8 INFO neutron_taas.services.taas.taas_plugin [None req-d7718f1a-38b6-4895-8796-0a4834aaee7a eeac8e791ba64f7d9ed34569c38e7e48 351bceef842b400181effca649f49955 - - default default] TaaS: Handle Delete Port: 057fcd1e-d666-44f3-b180-5b34823d42db 2026-02-27 23:10:34.999 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7718f1a-38b6-4895-8796-0a4834aaee7a eeac8e791ba64f7d9ed34569c38e7e48 351bceef842b400181effca649f49955 - - default default] Tap Mirror: Handle Delete Port: 057fcd1e-d666-44f3-b180-5b34823d42db [pid: 8|app: 0|req: 1021/1868] 10.0.0.113 () {32 vars in 720 bytes} [Fri Feb 27 23:10:34 2026] DELETE /v2.0/ports/057fcd1e-d666-44f3-b180-5b34823d42db => generated 0 bytes in 261 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 23:10:35.163 7 INFO neutron.pecan_wsgi.hooks.translation [None req-974bf3fb-b686-47a1-8daf-2cacbfddb2fe eeac8e791ba64f7d9ed34569c38e7e48 351bceef842b400181effca649f49955 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 848/1869] 10.0.0.113 () {32 vars in 720 bytes} [Fri Feb 27 23:10:35 2026] DELETE /v2.0/ports/057fcd1e-d666-44f3-b180-5b34823d42db => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:10:35.189 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c93989ce-883d-4b4e-94c6-73a3251743f5 eeac8e791ba64f7d9ed34569c38e7e48 351bceef842b400181effca649f49955 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1022/1870] 10.0.0.113 () {32 vars in 717 bytes} [Fri Feb 27 23:10:35 2026] GET /v2.0/ports/057fcd1e-d666-44f3-b180-5b34823d42db => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1871] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:10:35 2026] DELETE /v2.0/subnets/daa960a1-af00-4a70-9280-f13c183e7ca1 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:10:35.440 8 INFO neutron.services.segments.plugin [-] Segment 4081b70e-0555-4382-beef-7a8ee47b3b13 resource provider aggregate not found 2026-02-27 23:10:35.459 8 INFO neutron.services.segments.plugin [-] Segment 4081b70e-0555-4382-beef-7a8ee47b3b13 resource provider aggregate not found 2026-02-27 23:10:35.473 8 INFO neutron.services.segments.plugin [-] Segment 4081b70e-0555-4382-beef-7a8ee47b3b13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4081b70e-0555-4382-beef-7a8ee47b3b13 found for delete ", "request_id": "req-fe8b606b-66df-4c67-a77d-043536f1a054"}]} [pid: 8|app: 0|req: 1023/1872] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:10:35 2026] DELETE /v2.0/networks/e659cec3-c7c4-49ae-84f1-c0487e87fce8 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:10:35.488 8 INFO neutron.services.segments.plugin [-] Segment 4081b70e-0555-4382-beef-7a8ee47b3b13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4081b70e-0555-4382-beef-7a8ee47b3b13 found for delete ", "request_id": "req-b9ee73fa-d8de-45d5-aa38-d398e3ea9763"}]} 2026-02-27 23:10:35.548 7 INFO neutron.db.segments_db [None req-680b8800-ad44-411f-bfc0-f0e77e7fce54 eeac8e791ba64f7d9ed34569c38e7e48 351bceef842b400181effca649f49955 - - default default] Added segment 88248c4e-f5cd-4fc4-a6e3-4cb0089d1567 of type vxlan for network 1709843e-de06-4b82-84d3-16fd3e72387f [pid: 7|app: 0|req: 850/1873] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:10:35 2026] POST /v2.0/networks => generated 617 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1874] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:10:35 2026] POST /v2.0/subnets => generated 646 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1875] 10.0.0.113 () {34 vars in 665 bytes} [Fri Feb 27 23:10:35 2026] POST /v2.0/ports => generated 928 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:10:36.302 8 INFO neutron_taas.services.taas.taas_plugin [None req-468ecd7b-4360-4be5-b871-bb991576ecdc eeac8e791ba64f7d9ed34569c38e7e48 351bceef842b400181effca649f49955 - - default default] TaaS: Handle Delete Port: 03f91513-4e32-490f-9f05-edb0813855b3 2026-02-27 23:10:36.305 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-468ecd7b-4360-4be5-b871-bb991576ecdc eeac8e791ba64f7d9ed34569c38e7e48 351bceef842b400181effca649f49955 - - default default] Tap Mirror: Handle Delete Port: 03f91513-4e32-490f-9f05-edb0813855b3 [pid: 8|app: 0|req: 1025/1876] 10.0.0.113 () {32 vars in 720 bytes} [Fri Feb 27 23:10:36 2026] DELETE /v2.0/ports/03f91513-4e32-490f-9f05-edb0813855b3 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:10:36.441 7 INFO neutron.pecan_wsgi.hooks.translation [None req-81aca4c6-dc87-4b9c-9b29-46e083c21a3f eeac8e791ba64f7d9ed34569c38e7e48 351bceef842b400181effca649f49955 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 852/1877] 10.0.0.113 () {32 vars in 717 bytes} [Fri Feb 27 23:10:36 2026] GET /v2.0/ports/03f91513-4e32-490f-9f05-edb0813855b3 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/1878] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:10:36 2026] DELETE /v2.0/subnets/bace3db0-713c-462f-8ba3-7f9b1534090f => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:10:36.698 7 INFO neutron.services.segments.plugin [-] Segment 88248c4e-f5cd-4fc4-a6e3-4cb0089d1567 resource provider aggregate not found 2026-02-27 23:10:36.701 7 INFO neutron.services.segments.plugin [-] Segment 88248c4e-f5cd-4fc4-a6e3-4cb0089d1567 resource provider aggregate not found 2026-02-27 23:10:36.719 7 INFO neutron.services.segments.plugin [-] Segment 88248c4e-f5cd-4fc4-a6e3-4cb0089d1567 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88248c4e-f5cd-4fc4-a6e3-4cb0089d1567 found for delete ", "request_id": "req-84c9f1b0-7216-4754-ab19-b42251889879"}]} 2026-02-27 23:10:36.723 7 INFO neutron.services.segments.plugin [-] Segment 88248c4e-f5cd-4fc4-a6e3-4cb0089d1567 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88248c4e-f5cd-4fc4-a6e3-4cb0089d1567 found for delete ", "request_id": "req-6c1df4bb-891f-40b5-8696-870451d30757"}]} [pid: 7|app: 0|req: 853/1879] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:10:36 2026] DELETE /v2.0/networks/1709843e-de06-4b82-84d3-16fd3e72387f => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/1880] 10.0.0.113 () {34 vars in 665 bytes} [Fri Feb 27 23:10:36 2026] POST /v2.0/ports => generated 778 bytes in 265 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: 854/1881] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:10:36 2026] GET /v2.0/security-groups?tenant_id=100157d7d5e14bd1bd6be9700f3b2b69&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/1882] 10.0.0.113 () {34 vars in 737 bytes} [Fri Feb 27 23:10:37 2026] PUT /v2.0/ports/c16850eb-4852-4315-aa5b-242c17ae8b3f => generated 752 bytes in 188 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: 855/1883] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:10:37 2026] DELETE /v2.0/security-groups/4f43e168-fbf1-4a31-b360-d77f098e4ad2 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:10:37.314 8 INFO neutron_taas.services.taas.taas_plugin [None req-cd10a7d4-c445-4d4e-aff0-56ea18ebe0aa eeac8e791ba64f7d9ed34569c38e7e48 351bceef842b400181effca649f49955 - - default default] TaaS: Handle Delete Port: c16850eb-4852-4315-aa5b-242c17ae8b3f 2026-02-27 23:10:37.317 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd10a7d4-c445-4d4e-aff0-56ea18ebe0aa eeac8e791ba64f7d9ed34569c38e7e48 351bceef842b400181effca649f49955 - - default default] Tap Mirror: Handle Delete Port: c16850eb-4852-4315-aa5b-242c17ae8b3f [pid: 8|app: 0|req: 1029/1884] 10.0.0.113 () {32 vars in 720 bytes} [Fri Feb 27 23:10:37 2026] DELETE /v2.0/ports/c16850eb-4852-4315-aa5b-242c17ae8b3f => 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: 1030/1885] 10.0.0.113 () {32 vars in 643 bytes} [Fri Feb 27 23:10:37 2026] GET /v2.0/ports => generated 782 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:10:37.466 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f34d84ca-6c97-4fa8-b6e7-e1d8725125ad eeac8e791ba64f7d9ed34569c38e7e48 351bceef842b400181effca649f49955 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1031/1886] 10.0.0.113 () {32 vars in 717 bytes} [Fri Feb 27 23:10:37 2026] GET /v2.0/ports/c16850eb-4852-4315-aa5b-242c17ae8b3f => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1887] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:10:37 2026] GET /v2.0/security-groups?tenant_id=2e3494981a5a401a962c4c86edb08e61&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/1888] 10.0.0.113 () {32 vars in 643 bytes} [Fri Feb 27 23:10:37 2026] GET /v2.0/ports => generated 782 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1889] 10.0.0.113 () {32 vars in 717 bytes} [Fri Feb 27 23:10:37 2026] GET /v2.0/ports/20c5be29-cdca-4ab2-a6a6-df35289f6191 => generated 779 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:10:37.595 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dfa2c12e-0d49-4248-b4c6-ad06e635f5f1 eeac8e791ba64f7d9ed34569c38e7e48 351bceef842b400181effca649f49955 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 858/1890] 10.0.0.113 () {32 vars in 720 bytes} [Fri Feb 27 23:10:37 2026] DELETE /v2.0/ports/03f91513-4e32-490f-9f05-edb0813855b3 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:10:37.616 7 INFO neutron.pecan_wsgi.hooks.translation [None req-78f5049f-8b7f-4c7b-9b4b-98dbe388f656 eeac8e791ba64f7d9ed34569c38e7e48 351bceef842b400181effca649f49955 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 859/1891] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:10:37 2026] DELETE /v2.0/subnets/bace3db0-713c-462f-8ba3-7f9b1534090f => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/1892] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:10:37 2026] DELETE /v2.0/security-groups/c084cfce-2b74-44d7-9873-749f946d9635 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:10:37.632 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e032b1ee-3986-4888-bf54-376461ee1513 eeac8e791ba64f7d9ed34569c38e7e48 351bceef842b400181effca649f49955 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 860/1893] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:10:37 2026] DELETE /v2.0/subnets/daa960a1-af00-4a70-9280-f13c183e7ca1 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:10:37.739 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ecc319e-2461-4f94-a8c7-4b1a94c9879c eeac8e791ba64f7d9ed34569c38e7e48 351bceef842b400181effca649f49955 - - default default] TaaS: Handle Delete Port: 20c5be29-cdca-4ab2-a6a6-df35289f6191 2026-02-27 23:10:37.742 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ecc319e-2461-4f94-a8c7-4b1a94c9879c eeac8e791ba64f7d9ed34569c38e7e48 351bceef842b400181effca649f49955 - - default default] Tap Mirror: Handle Delete Port: 20c5be29-cdca-4ab2-a6a6-df35289f6191 [pid: 8|app: 0|req: 1034/1894] 10.0.0.113 () {32 vars in 720 bytes} [Fri Feb 27 23:10:37 2026] DELETE /v2.0/ports/20c5be29-cdca-4ab2-a6a6-df35289f6191 => 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: 861/1895] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:10:37 2026] DELETE /v2.0/networks/4934f0a7-13b2-4af3-adbc-eda87472c080 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/1896] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:10:38 2026] GET /v2.0/ports?device_id=18a64a8c-3223-4a1d-b9d2-9075f4fc84a6 => generated 1204 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1897] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:10:38 2026] GET /v2.0/security-groups?id=a5c15419-68e2-4fef-a5a6-408270f3a555&fields=id&fields=name => generated 112 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/1898] 10.0.0.113 () {32 vars in 818 bytes} [Fri Feb 27 23:10:38 2026] GET /v2.0/ports?network_id=a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5&mac_address=fa%3A16%3A3e%3Add%3A77%3A97 => generated 1204 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:10:38.744 7 INFO neutron.services.segments.plugin [-] Segment 32144c42-fbdd-4ca9-a817-4bc8d227d8dd resource provider aggregate not found 2026-02-27 23:10:38.748 7 INFO neutron.services.segments.plugin [-] Segment 32144c42-fbdd-4ca9-a817-4bc8d227d8dd resource provider aggregate not found 2026-02-27 23:10:38.761 7 INFO neutron.services.segments.plugin [-] Segment 32144c42-fbdd-4ca9-a817-4bc8d227d8dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32144c42-fbdd-4ca9-a817-4bc8d227d8dd found for delete ", "request_id": "req-4535e868-c697-4732-be6b-4cffb43a7e3b"}]} 2026-02-27 23:10:38.770 7 INFO neutron.services.segments.plugin [-] Segment 32144c42-fbdd-4ca9-a817-4bc8d227d8dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32144c42-fbdd-4ca9-a817-4bc8d227d8dd found for delete ", "request_id": "req-267bcb4c-d3a5-4822-87d4-5faee5377cdb"}]} [pid: 8|app: 0|req: 1037/1899] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:10:38 2026] GET /v2.0/security-groups?tenant_id=351bceef842b400181effca649f49955&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/1900] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:10:38 2026] DELETE /v2.0/security-groups/e9f48c3d-5791-4d92-9ac7-c96af2f087a6 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:10:39.162 7 INFO neutron.db.l3_db [None req-f3a6d700-6824-4b3e-bedb-624f1635375e 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] Floating IP 7ea9090d-d15b-4903-81d9-85525e45d12b associated. External IP: 10.96.250.216, port: a068e6db-7012-4606-aca0-72c6b8865e9f. [pid: 7|app: 0|req: 863/1901] 10.0.0.113 () {34 vars in 677 bytes} [Fri Feb 27 23:10:38 2026] POST /v2.0/floatingips => generated 855 bytes in 1153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:10:39.519 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-56cda655-9425-4760-bf12-e411f7c80200'] response: {'name': 'network-changed', 'server_uuid': '18a64a8c-3223-4a1d-b9d2-9075f4fc84a6', 'tag': 'a068e6db-7012-4606-aca0-72c6b8865e9f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1039/1902] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:10:40 2026] GET /v2.0/ports?tenant_id=ca0ccebd45124e0dae8231f5f06b40bd&device_id=18a64a8c-3223-4a1d-b9d2-9075f4fc84a6 => generated 1473 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1903] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:10:40 2026] GET /v2.0/networks?id=a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5 => generated 800 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/1904] 199.204.45.162 () {34 vars in 1058 bytes} [Fri Feb 27 23:10:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.243&port_id=a068e6db-7012-4606-aca0-72c6b8865e9f => generated 858 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/1905] 199.204.45.162 () {34 vars in 1106 bytes} [Fri Feb 27 23:10:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3b5&port_id=a068e6db-7012-4606-aca0-72c6b8865e9f => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/1906] 199.204.45.162 () {34 vars in 1064 bytes} [Fri Feb 27 23:10:40 2026] GET /v2.0/subnets?id=d19be3cd-bc82-46cc-9e7c-049773a3fb80&id=3964e373-2295-48ab-86da-18f25270bca3 => generated 1415 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/1907] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:10:40 2026] GET /v2.0/ports?network_id=a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5&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: 865/1908] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:10:40 2026] GET /v2.0/security-groups?tenant_id=8ed7682f1dbd4e28b6837e8da85c88f3&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/1909] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:10:40 2026] GET /v2.0/ports?network_id=a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/1910] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:10:40 2026] GET /v2.0/networks/a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5?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: 866/1911] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:10:40 2026] DELETE /v2.0/security-groups/2c13fdfe-3a6f-4c19-b5be-24a1c1ad78f6 => 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: 1046/1912] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:10:40 2026] GET /v2.0/networks/a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:10:41.018 7 INFO neutron.db.segments_db [None req-56b52f40-3719-417d-bcb1-03c7b24e67fc 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] Added segment 7ac830e8-247e-48d0-a33d-fc8c9b7fa490 of type vxlan for network 9d379cd9-8a8e-46ca-83fd-baf892f675e2 [pid: 7|app: 0|req: 867/1913] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:10:40 2026] POST /v2.0/networks => generated 610 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:10:41.163 8 INFO neutron.db.segments_db [None req-f70ec7a1-7833-47ad-a9e1-d7736d0be25c 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] Added segment 5b0eacd8-cc34-4e79-9794-d73cd2033347 of type vxlan for network bef5a79a-537d-4989-a01a-03a39d819d76 [pid: 8|app: 0|req: 1047/1914] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:10:41 2026] POST /v2.0/networks => generated 611 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1915] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:10:41 2026] POST /v2.0/subnets => generated 626 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1916] 10.0.0.159 () {34 vars in 990 bytes} [Fri Feb 27 23:10:41 2026] GET /v2.0/ports?device_id=67dd5e10-4cf8-422d-abdd-d8572fb03e21 => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1917] 10.0.0.159 () {34 vars in 1040 bytes} [Fri Feb 27 23:10:41 2026] GET /v2.0/security-groups?id=f9b40df0-d199-4d38-98c5-f9613e59e6f4&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: 1048/1918] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:10:41 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) 2026-02-27 23:10:41.805 7 INFO neutron.db.segments_db [None req-e28c8979-79ac-4a5b-a721-44ac68cea4e9 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] Added segment e1fd8b55-24eb-4d58-a8f4-b32cced4b4f4 of type vxlan for network f7c5452d-7903-4bfc-aa18-a5fad36a0a6a 2026-02-27 23:10:42.059 7 INFO neutron.db.l3_hamode_db [None req-e28c8979-79ac-4a5b-a721-44ac68cea4e9 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 23:10:42.175 7 INFO neutron.db.l3_hamode_db [None req-e28c8979-79ac-4a5b-a721-44ac68cea4e9 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 871/1919] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:10:41 2026] POST /v2.0/routers => generated 507 bytes in 1048 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1920] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:10:42 2026] GET /v2.0/security-groups?tenant_id=56c083ea39044c7685c15bd40bcd8b8e&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1921] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:10:43 2026] DELETE /v2.0/security-groups/0d70a36b-a67f-47cf-8563-b0f7ad8d0ef5 => 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: 1049/1922] 10.0.0.113 () {34 vars in 783 bytes} [Fri Feb 27 23:10:42 2026] PUT /v2.0/routers/b13c7e03-4677-4640-a029-5bec268fc2ae/add_router_interface => generated 309 bytes in 1213 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1923] 10.0.0.113 () {32 vars in 717 bytes} [Fri Feb 27 23:10:44 2026] GET /v2.0/ports/f4c4859f-9a98-4138-baea-060566e8df8d => generated 955 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/1924] 10.0.0.113 () {34 vars in 783 bytes} [Fri Feb 27 23:10:44 2026] PUT /v2.0/routers/b13c7e03-4677-4640-a029-5bec268fc2ae/add_router_interface => generated 309 bytes in 1084 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/1925] 10.0.0.113 () {32 vars in 717 bytes} [Fri Feb 27 23:10:45 2026] GET /v2.0/ports/6055ef45-a786-400f-9e7d-77afadb4a231 => generated 955 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:10:45.340 7 INFO neutron.db.segments_db [None req-29fc2e8a-c22e-4334-84ca-a56ea4c20ceb 049dc6f4441045e7a75ac2e374c2409f 2fe1bda0a1e843cb882ed9c26615a0d2 - - default default] Added segment 822b21b3-4d4d-469c-97ee-a4d05bd6b2dd of type vxlan for network 1a629d35-0106-4f97-9d5c-722784931c7e 2026-02-27 23:10:45.388 7 INFO neutron.db.segments_db [None req-29fc2e8a-c22e-4334-84ca-a56ea4c20ceb 049dc6f4441045e7a75ac2e374c2409f 2fe1bda0a1e843cb882ed9c26615a0d2 - - default default] Added segment bdee8cf4-3039-4376-988c-3301e6a744ac of type vxlan for network b12b97b9-23f7-4f8c-8897-bcc6d421ddcb [pid: 7|app: 0|req: 875/1926] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:10:44 2026] POST /v2.0/networks => generated 1205 bytes in 521 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-27 23:10:45.567 8 INFO neutron_taas.services.taas.taas_plugin [None req-73c53a23-e10a-47ec-9f29-915ab6c8933d 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] TaaS: Handle Delete Port: 6055ef45-a786-400f-9e7d-77afadb4a231 2026-02-27 23:10:45.570 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73c53a23-e10a-47ec-9f29-915ab6c8933d 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] Tap Mirror: Handle Delete Port: 6055ef45-a786-400f-9e7d-77afadb4a231 [pid: 7|app: 0|req: 876/1927] 10.0.0.113 () {32 vars in 649 bytes} [Fri Feb 27 23:10:45 2026] GET /v2.0/networks => generated 1842 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:10:45.692 7 INFO neutron.services.segments.plugin [-] Segment 822b21b3-4d4d-469c-97ee-a4d05bd6b2dd resource provider aggregate not found 2026-02-27 23:10:45.698 7 INFO neutron.services.segments.plugin [-] Segment 822b21b3-4d4d-469c-97ee-a4d05bd6b2dd resource provider aggregate not found 2026-02-27 23:10:45.706 7 INFO neutron.services.segments.plugin [-] Segment 822b21b3-4d4d-469c-97ee-a4d05bd6b2dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 822b21b3-4d4d-469c-97ee-a4d05bd6b2dd found for delete ", "request_id": "req-7a1d5560-f8e4-4a18-aecf-8ed297e9e782"}]} 2026-02-27 23:10:45.716 7 INFO neutron.services.segments.plugin [-] Segment 822b21b3-4d4d-469c-97ee-a4d05bd6b2dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 822b21b3-4d4d-469c-97ee-a4d05bd6b2dd found for delete ", "request_id": "req-ee54c983-c5eb-4976-b8ac-6e389a1aa630"}]} [pid: 7|app: 0|req: 877/1928] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:10:45 2026] DELETE /v2.0/networks/1a629d35-0106-4f97-9d5c-722784931c7e => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1929] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:10:45 2026] DELETE /v2.0/networks/b12b97b9-23f7-4f8c-8897-bcc6d421ddcb => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1930] 10.0.0.113 () {32 vars in 649 bytes} [Fri Feb 27 23:10:45 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) [pid: 8|app: 0|req: 1052/1931] 10.0.0.113 () {34 vars in 789 bytes} [Fri Feb 27 23:10:45 2026] PUT /v2.0/routers/b13c7e03-4677-4640-a029-5bec268fc2ae/remove_router_interface => generated 309 bytes in 738 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:10:45.978 7 INFO neutron.db.segments_db [None req-f39dfc88-ce3c-494a-b88a-dc2f81c0859c 049dc6f4441045e7a75ac2e374c2409f 2fe1bda0a1e843cb882ed9c26615a0d2 - - default default] Added segment bb8fe4b4-c9f8-4aeb-93d4-b74e51acedd1 of type vxlan for network ca769725-a0fb-4c6f-aebb-279975af6153 [pid: 7|app: 0|req: 880/1932] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:10:45 2026] POST /v2.0/networks => generated 635 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:10:46.131 7 INFO neutron.db.segments_db [None req-fa08e0e3-fd80-41df-a036-403cea9195a2 049dc6f4441045e7a75ac2e374c2409f 2fe1bda0a1e843cb882ed9c26615a0d2 - - default default] Added segment c5a7abb4-77c6-446e-ac84-7b7ea68e2cca of type vxlan for network 2d3264dc-104e-4f24-8956-050b65d04493 2026-02-27 23:10:46.218 8 INFO neutron_taas.services.taas.taas_plugin [None req-373c03c2-e254-47c5-b595-1d3bae3b0deb 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] TaaS: Handle Delete Port: f4c4859f-9a98-4138-baea-060566e8df8d [pid: 7|app: 0|req: 881/1933] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:10:46 2026] POST /v2.0/networks => generated 635 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:10:46.221 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-373c03c2-e254-47c5-b595-1d3bae3b0deb 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] Tap Mirror: Handle Delete Port: f4c4859f-9a98-4138-baea-060566e8df8d [pid: 8|app: 0|req: 1053/1934] 10.0.0.113 () {34 vars in 789 bytes} [Fri Feb 27 23:10:45 2026] PUT /v2.0/routers/b13c7e03-4677-4640-a029-5bec268fc2ae/remove_router_interface => generated 309 bytes in 711 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/1937] 10.0.0.113 () {32 vars in 736 bytes} [Fri Feb 27 23:10:46 2026] GET /v2.0/ports?device_id=b13c7e03-4677-4640-a029-5bec268fc2ae => 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: 882/1938] 10.0.0.113 () {34 vars in 665 bytes} [Fri Feb 27 23:10:46 2026] POST /v2.0/ports => generated 1505 bytes in 593 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, ' 2026-02-27 23:10:46.822 8 INFO neutron_taas.services.taas.taas_plugin [None req-bbf5f1c9-fcbd-4010-9460-926df44ad5ee 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] TaaS: Handle Delete Port: aadec1d8-34b3-4a47-9097-ad9ea522f8bc 2026-02-27 23:10:46.824 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbf5f1c9-fcbd-4010-9460-926df44ad5ee 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] Tap Mirror: Handle Delete Port: aadec1d8-34b3-4a47-9097-ad9ea522f8bc [pid: 7|app: 0|req: 883/1939] 10.0.0.159 () {34 vars in 990 bytes} [Fri Feb 27 23:10:46 2026] GET /v2.0/ports?device_id=18a64a8c-3223-4a1d-b9d2-9075f4fc84a6 => generated 1473 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1940] 10.0.0.113 () {32 vars in 643 bytes} [Fri Feb 27 23:10:46 2026] GET /v2.0/ports => generated 1505 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1941] 10.0.0.159 () {34 vars in 1040 bytes} [Fri Feb 27 23:10:46 2026] GET /v2.0/security-groups?id=a5c15419-68e2-4fef-a5a6-408270f3a555&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 23:10:47.008 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee65a90d-1982-40ea-b48c-78b70ec86ffc 049dc6f4441045e7a75ac2e374c2409f 2fe1bda0a1e843cb882ed9c26615a0d2 - - default default] TaaS: Handle Delete Port: 455ebb57-f737-41d6-9dc2-1fe274ef880e 2026-02-27 23:10:47.010 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee65a90d-1982-40ea-b48c-78b70ec86ffc 049dc6f4441045e7a75ac2e374c2409f 2fe1bda0a1e843cb882ed9c26615a0d2 - - default default] Tap Mirror: Handle Delete Port: 455ebb57-f737-41d6-9dc2-1fe274ef880e [pid: 7|app: 0|req: 886/1942] 10.0.0.113 () {32 vars in 720 bytes} [Fri Feb 27 23:10:46 2026] DELETE /v2.0/ports/455ebb57-f737-41d6-9dc2-1fe274ef880e => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:10:47.140 8 INFO neutron.services.segments.plugin [-] Segment e1fd8b55-24eb-4d58-a8f4-b32cced4b4f4 resource provider aggregate not found 2026-02-27 23:10:47.146 8 INFO neutron.services.segments.plugin [-] Segment e1fd8b55-24eb-4d58-a8f4-b32cced4b4f4 resource provider aggregate not found 2026-02-27 23:10:47.164 8 INFO neutron.services.segments.plugin [-] Segment e1fd8b55-24eb-4d58-a8f4-b32cced4b4f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1fd8b55-24eb-4d58-a8f4-b32cced4b4f4 found for delete ", "request_id": "req-183469f3-e1e6-4a14-b189-a2fe0c866e16"}]} 2026-02-27 23:10:47.168 8 INFO neutron.services.segments.plugin [-] Segment e1fd8b55-24eb-4d58-a8f4-b32cced4b4f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1fd8b55-24eb-4d58-a8f4-b32cced4b4f4 found for delete ", "request_id": "req-11a2c9eb-b1ef-4342-8207-e902891d16a2"}]} 2026-02-27 23:10:47.174 8 INFO neutron.db.l3_hamode_db [None req-bbf5f1c9-fcbd-4010-9460-926df44ad5ee 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] HA network f7c5452d-7903-4bfc-aa18-a5fad36a0a6a was deleted as no HA routers are present in tenant ad26ba2698b84547a88db9ee7d32cc92. [pid: 8|app: 0|req: 1057/1943] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:10:46 2026] DELETE /v2.0/routers/b13c7e03-4677-4640-a029-5bec268fc2ae => generated 0 bytes in 499 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:10:47.209 7 INFO neutron_taas.services.taas.taas_plugin [None req-62d94f42-b4a3-4736-a0cc-22b4ccc619b4 049dc6f4441045e7a75ac2e374c2409f 2fe1bda0a1e843cb882ed9c26615a0d2 - - default default] TaaS: Handle Delete Port: e838a92d-b95b-41d4-b54c-044e58f2391a 2026-02-27 23:10:47.216 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62d94f42-b4a3-4736-a0cc-22b4ccc619b4 049dc6f4441045e7a75ac2e374c2409f 2fe1bda0a1e843cb882ed9c26615a0d2 - - default default] Tap Mirror: Handle Delete Port: e838a92d-b95b-41d4-b54c-044e58f2391a [pid: 7|app: 0|req: 887/1944] 10.0.0.113 () {32 vars in 720 bytes} [Fri Feb 27 23:10:47 2026] DELETE /v2.0/ports/e838a92d-b95b-41d4-b54c-044e58f2391a => 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: 888/1945] 10.0.0.113 () {32 vars in 643 bytes} [Fri Feb 27 23:10:47 2026] GET /v2.0/ports => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/1946] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:10:47 2026] DELETE /v2.0/subnets/1f4123c1-8bed-411d-a1d2-468da9278291 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:10:47.371 7 INFO neutron.db.segments_db [None req-dfbdb148-1546-460a-b9c5-684bdb6751ed 049dc6f4441045e7a75ac2e374c2409f 2fe1bda0a1e843cb882ed9c26615a0d2 - - default default] Added segment 837363f8-07fc-43fd-b96d-8419a9d0cf9c of type vxlan for network 20247158-c2d7-4a5d-9e8d-afbfe20687d5 [pid: 7|app: 0|req: 889/1947] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:10:47 2026] POST /v2.0/networks => generated 634 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/1948] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:10:47 2026] DELETE /v2.0/subnets/06c8d79c-f54c-43e2-baa8-421a28421c63 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:10:47.519 7 INFO neutron.db.segments_db [None req-680e5503-1116-435b-bcc5-fc4fb399419d 049dc6f4441045e7a75ac2e374c2409f 2fe1bda0a1e843cb882ed9c26615a0d2 - - default default] Added segment be0a83c4-09d8-4b63-a81a-5084612e4219 of type vxlan for network e55138ca-e811-4eec-baad-51163f47dd4c [pid: 7|app: 0|req: 890/1949] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:10:47 2026] POST /v2.0/networks => generated 635 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:10:47.617 8 INFO neutron_taas.services.taas.taas_plugin [None req-a6bcf9a6-fa23-45a8-84b7-297032d252ec 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] TaaS: Handle Delete Port: 8a26e0f5-45ae-46ec-90db-7d79b6d574dc 2026-02-27 23:10:47.620 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6bcf9a6-fa23-45a8-84b7-297032d252ec 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] Tap Mirror: Handle Delete Port: 8a26e0f5-45ae-46ec-90db-7d79b6d574dc 2026-02-27 23:10:47.731 7 INFO neutron.services.segments.plugin [-] Segment bdee8cf4-3039-4376-988c-3301e6a744ac resource provider aggregate not found 2026-02-27 23:10:47.741 7 INFO neutron.services.segments.plugin [-] Segment bdee8cf4-3039-4376-988c-3301e6a744ac resource provider aggregate not found 2026-02-27 23:10:47.759 7 INFO neutron.services.segments.plugin [-] Segment bdee8cf4-3039-4376-988c-3301e6a744ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdee8cf4-3039-4376-988c-3301e6a744ac found for delete ", "request_id": "req-a6fdb1ef-0a0d-4cba-86f1-3381226daf50"}]} 2026-02-27 23:10:47.772 7 INFO neutron.services.segments.plugin [-] Segment bdee8cf4-3039-4376-988c-3301e6a744ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdee8cf4-3039-4376-988c-3301e6a744ac found for delete ", "request_id": "req-a3c39124-651d-46f0-a284-35bf275a957f"}]} [pid: 8|app: 0|req: 1060/1950] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:10:47 2026] DELETE /v2.0/networks/bef5a79a-537d-4989-a01a-03a39d819d76 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:10:47.917 7 INFO neutron_taas.services.taas.taas_plugin [None req-a44b0362-374b-4183-84f2-bcb86ab7afff 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] TaaS: Handle Delete Port: 41a2de52-600e-4f2e-bcdb-9d5eea54b019 2026-02-27 23:10:47.919 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a44b0362-374b-4183-84f2-bcb86ab7afff 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] Tap Mirror: Handle Delete Port: 41a2de52-600e-4f2e-bcdb-9d5eea54b019 [pid: 7|app: 0|req: 891/1951] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:10:47 2026] DELETE /v2.0/networks/9d379cd9-8a8e-46ca-83fd-baf892f675e2 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:10:48.119 8 INFO neutron.db.segments_db [None req-55981aa9-3063-444c-9180-14d8c3efdca3 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] Added segment d60e02fb-52d0-4949-9ea3-51b68a6f9f83 of type vxlan for network f67c5b07-4f45-44cb-a83a-abd80f30e7fa [pid: 8|app: 0|req: 1061/1952] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:10:48 2026] POST /v2.0/networks => generated 610 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1953] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:10:48 2026] POST /v2.0/subnets => generated 1324 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/1954] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:10:48 2026] POST /v2.0/subnets => generated 626 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1955] 10.0.0.113 () {32 vars in 647 bytes} [Fri Feb 27 23:10:48 2026] GET /v2.0/subnets => generated 1960 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:10:48.544 8 INFO neutron.db.segments_db [None req-f88096b6-ddb8-4d4e-a03b-7292917c9234 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] Added segment 9a1205f5-3794-49bb-b3f5-6cf4ed57b7d3 of type vxlan for network 9cf989df-45e1-4962-b5cb-62f9964c90b6 [pid: 7|app: 0|req: 894/1956] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:10:48 2026] DELETE /v2.0/subnets/56d58f5d-321b-4474-b966-a825342b345f => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1957] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:10:48 2026] DELETE /v2.0/subnets/528b3705-a971-478f-93cb-fb4b1702e542 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1958] 10.0.0.113 () {32 vars in 647 bytes} [Fri Feb 27 23:10:48 2026] GET /v2.0/subnets => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1959] 10.0.0.159 () {34 vars in 990 bytes} [Fri Feb 27 23:10:48 2026] GET /v2.0/ports?device_id=825a866e-c01e-42af-a494-fa48f5018ae3 => generated 1469 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:10:48.813 8 INFO neutron.db.l3_hamode_db [None req-f88096b6-ddb8-4d4e-a03b-7292917c9234 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 898/1960] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:10:48 2026] DELETE /v2.0/networks/e55138ca-e811-4eec-baad-51163f47dd4c => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:10:48.934 8 INFO neutron.db.l3_hamode_db [None req-f88096b6-ddb8-4d4e-a03b-7292917c9234 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 899/1961] 10.0.0.159 () {34 vars in 1040 bytes} [Fri Feb 27 23:10:48 2026] GET /v2.0/security-groups?id=a5c15419-68e2-4fef-a5a6-408270f3a555&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1962] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:10:48 2026] DELETE /v2.0/networks/20247158-c2d7-4a5d-9e8d-afbfe20687d5 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1963] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:10:49 2026] DELETE /v2.0/networks/2d3264dc-104e-4f24-8956-050b65d04493 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:10:49.184 8 INFO neutron.services.segments.plugin [-] Segment 5b0eacd8-cc34-4e79-9794-d73cd2033347 resource provider aggregate not found 2026-02-27 23:10:49.187 8 INFO neutron.services.segments.plugin [-] Segment 5b0eacd8-cc34-4e79-9794-d73cd2033347 resource provider aggregate not found 2026-02-27 23:10:49.202 8 INFO neutron.services.segments.plugin [-] Segment 5b0eacd8-cc34-4e79-9794-d73cd2033347 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b0eacd8-cc34-4e79-9794-d73cd2033347 found for delete ", "request_id": "req-2cd3e2d8-a7f9-47af-aca0-dcc817c0a0c6"}]} 2026-02-27 23:10:49.204 8 INFO neutron.services.segments.plugin [-] Segment 5b0eacd8-cc34-4e79-9794-d73cd2033347 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b0eacd8-cc34-4e79-9794-d73cd2033347 found for delete ", "request_id": "req-14096ef8-7093-4fa7-8150-308ed8fc8f2d"}]} [pid: 7|app: 0|req: 902/1964] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:10:49 2026] DELETE /v2.0/networks/ca769725-a0fb-4c6f-aebb-279975af6153 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/1965] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:10:48 2026] POST /v2.0/routers => generated 507 bytes in 1059 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:10:49.783 7 INFO neutron.services.segments.plugin [-] Segment 7ac830e8-247e-48d0-a33d-fc8c9b7fa490 resource provider aggregate not found 2026-02-27 23:10:49.793 7 INFO neutron.services.segments.plugin [-] Segment 7ac830e8-247e-48d0-a33d-fc8c9b7fa490 resource provider aggregate not found 2026-02-27 23:10:49.808 7 INFO neutron.services.segments.plugin [-] Segment 7ac830e8-247e-48d0-a33d-fc8c9b7fa490 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ac830e8-247e-48d0-a33d-fc8c9b7fa490 found for delete ", "request_id": "req-9f73d5dc-bc03-4419-ac0f-6258b4f33b78"}]} 2026-02-27 23:10:49.814 7 INFO neutron.services.segments.plugin [-] Segment 7ac830e8-247e-48d0-a33d-fc8c9b7fa490 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ac830e8-247e-48d0-a33d-fc8c9b7fa490 found for delete ", "request_id": "req-bae41cf2-431a-4cba-9745-b15dbc29e243"}]} 2026-02-27 23:10:49.831 7 INFO neutron.services.segments.plugin [-] Segment be0a83c4-09d8-4b63-a81a-5084612e4219 resource provider aggregate not found 2026-02-27 23:10:49.839 7 INFO neutron.services.segments.plugin [-] Segment be0a83c4-09d8-4b63-a81a-5084612e4219 resource provider aggregate not found 2026-02-27 23:10:49.858 7 INFO neutron.services.segments.plugin [-] Segment be0a83c4-09d8-4b63-a81a-5084612e4219 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be0a83c4-09d8-4b63-a81a-5084612e4219 found for delete ", "request_id": "req-fd4a93c5-94e3-4dca-943f-ee25bc0a1854"}]} 2026-02-27 23:10:49.864 7 INFO neutron.services.segments.plugin [-] Segment be0a83c4-09d8-4b63-a81a-5084612e4219 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be0a83c4-09d8-4b63-a81a-5084612e4219 found for delete ", "request_id": "req-d69474c5-3ced-4fb0-93c1-e2c75101205b"}]} 2026-02-27 23:10:49.888 7 INFO neutron.services.segments.plugin [-] Segment 837363f8-07fc-43fd-b96d-8419a9d0cf9c resource provider aggregate not found 2026-02-27 23:10:49.896 7 INFO neutron.services.segments.plugin [-] Segment 837363f8-07fc-43fd-b96d-8419a9d0cf9c resource provider aggregate not found 2026-02-27 23:10:49.906 7 INFO neutron.services.segments.plugin [-] Segment 837363f8-07fc-43fd-b96d-8419a9d0cf9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 837363f8-07fc-43fd-b96d-8419a9d0cf9c found for delete ", "request_id": "req-c9310522-3326-4bb5-9635-2fc9e9e2ff80"}]} 2026-02-27 23:10:49.914 7 INFO neutron.services.segments.plugin [-] Segment 837363f8-07fc-43fd-b96d-8419a9d0cf9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 837363f8-07fc-43fd-b96d-8419a9d0cf9c found for delete ", "request_id": "req-060f3279-9f8b-4347-8473-7e066ca3883c"}]} 2026-02-27 23:10:49.930 7 INFO neutron.services.segments.plugin [-] Segment c5a7abb4-77c6-446e-ac84-7b7ea68e2cca resource provider aggregate not found 2026-02-27 23:10:49.936 7 INFO neutron.services.segments.plugin [-] Segment c5a7abb4-77c6-446e-ac84-7b7ea68e2cca resource provider aggregate not found 2026-02-27 23:10:49.957 7 INFO neutron.services.segments.plugin [-] Segment c5a7abb4-77c6-446e-ac84-7b7ea68e2cca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5a7abb4-77c6-446e-ac84-7b7ea68e2cca found for delete ", "request_id": "req-60541c1a-a5fd-4307-9101-da410a25856e"}]} 2026-02-27 23:10:49.963 7 INFO neutron.services.segments.plugin [-] Segment c5a7abb4-77c6-446e-ac84-7b7ea68e2cca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5a7abb4-77c6-446e-ac84-7b7ea68e2cca found for delete ", "request_id": "req-dba5c123-7815-4d05-9e75-e97f9d107f73"}]} 2026-02-27 23:10:49.983 7 INFO neutron.services.segments.plugin [-] Segment bb8fe4b4-c9f8-4aeb-93d4-b74e51acedd1 resource provider aggregate not found 2026-02-27 23:10:49.993 7 INFO neutron.services.segments.plugin [-] Segment bb8fe4b4-c9f8-4aeb-93d4-b74e51acedd1 resource provider aggregate not found 2026-02-27 23:10:50.005 7 INFO neutron.services.segments.plugin [-] Segment bb8fe4b4-c9f8-4aeb-93d4-b74e51acedd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb8fe4b4-c9f8-4aeb-93d4-b74e51acedd1 found for delete ", "request_id": "req-35e1ffe2-f35a-4d29-8d49-da6f2a64d3fc"}]} [pid: 8|app: 0|req: 1064/1966] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:10:49 2026] GET /v2.0/security-groups?tenant_id=2fe1bda0a1e843cb882ed9c26615a0d2&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:10:50.025 7 INFO neutron.services.segments.plugin [-] Segment bb8fe4b4-c9f8-4aeb-93d4-b74e51acedd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb8fe4b4-c9f8-4aeb-93d4-b74e51acedd1 found for delete ", "request_id": "req-c8c6506d-9801-4cbf-8feb-0a2f440f7b54"}]} [pid: 7|app: 0|req: 903/1967] 10.0.0.113 () {34 vars in 665 bytes} [Fri Feb 27 23:10:49 2026] POST /v2.0/ports => generated 951 bytes in 564 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: 1065/1968] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:10:50 2026] DELETE /v2.0/security-groups/0768de39-b448-4cea-8e23-edc6999cd7f7 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/1969] 10.0.0.113 () {32 vars in 826 bytes} [Fri Feb 27 23:10:50 2026] GET /v2.0/ports?project_id=5f782c1f8ccb4c888876cdf82b5f0753&network_id=d949c282-30c7-4169-908f-f9dd4c21bb58 => generated 3691 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/1970] 10.0.0.113 () {32 vars in 742 bytes} [Fri Feb 27 23:10:50 2026] GET /v2.0/subnets?network_id=dcb0d11b-f985-42fd-9024-177a874f12e1 => generated 667 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:10:50.960 8 INFO neutron.db.l3_db [None req-ecd7f785-c68d-4a87-8ccc-94edf068931e 90e288593b764f7ca7eac38d7baa4229 5f782c1f8ccb4c888876cdf82b5f0753 - - default default] Floating IP 5858dfca-124f-45f2-9c9e-64e9de664f68 disassociated. External IP: 10.96.250.218, port: f4ac2150-b92c-4a71-9f1c-3d751c0a0894. [pid: 8|app: 0|req: 1068/1971] 10.0.0.113 () {34 vars in 749 bytes} [Fri Feb 27 23:10:50 2026] PUT /v2.0/floatingips/5858dfca-124f-45f2-9c9e-64e9de664f68 => generated 554 bytes in 419 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/1972] 10.0.0.113 () {32 vars in 729 bytes} [Fri Feb 27 23:10:51 2026] GET /v2.0/floatingips/5858dfca-124f-45f2-9c9e-64e9de664f68 => generated 554 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:10:51.275 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-72ecad46-568e-455a-815a-787d5089f5a5'] response: {'name': 'network-changed', 'server_uuid': '67dd5e10-4cf8-422d-abdd-d8572fb03e21', 'tag': 'f4ac2150-b92c-4a71-9f1c-3d751c0a0894', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 904/1973] 10.0.0.113 () {34 vars in 783 bytes} [Fri Feb 27 23:10:50 2026] PUT /v2.0/routers/fce1d83c-d8a8-4c87-94b1-b574e933f1a1/add_router_interface => generated 309 bytes in 1287 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/1974] 10.0.0.113 () {32 vars in 717 bytes} [Fri Feb 27 23:10:51 2026] GET /v2.0/ports/c6a084ee-f3c2-4078-b7aa-5598e1c3eaa0 => generated 1025 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: 1071/1975] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:10:51 2026] GET /v2.0/ports?tenant_id=5f782c1f8ccb4c888876cdf82b5f0753&device_id=67dd5e10-4cf8-422d-abdd-d8572fb03e21 => generated 1240 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/1976] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:10:51 2026] GET /v2.0/networks?id=d949c282-30c7-4169-908f-f9dd4c21bb58 => generated 757 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/1977] 199.204.45.162 () {34 vars in 1058 bytes} [Fri Feb 27 23:10:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=f4ac2150-b92c-4a71-9f1c-3d751c0a0894 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/1978] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:10:51 2026] GET /v2.0/subnets?id=e2d560ec-9442-43f4-a2c9-5e3d3f0fbe25 => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:10:52.157 7 INFO neutron_taas.services.taas.taas_plugin [None req-56fcf97a-9052-4780-a6ad-2ec22e010a5d 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] TaaS: Handle Delete Port: c6a084ee-f3c2-4078-b7aa-5598e1c3eaa0 2026-02-27 23:10:52.160 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56fcf97a-9052-4780-a6ad-2ec22e010a5d 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] Tap Mirror: Handle Delete Port: c6a084ee-f3c2-4078-b7aa-5598e1c3eaa0 2026-02-27 23:10:52.287 8 INFO neutron.db.segments_db [None req-67466bc3-c69b-41a5-af26-421a3fdbbe9a b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] Added segment 6a4dc025-76d0-4eb3-8e51-aec37c4614a4 of type vxlan for network 9f40004a-cf8b-4058-8c00-175f576b0d0b [pid: 8|app: 0|req: 1075/1979] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:10:51 2026] POST /v2.0/networks => generated 615 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/1980] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:10:52 2026] GET /v2.0/ports?network_id=d949c282-30c7-4169-908f-f9dd4c21bb58&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/1981] 10.0.0.113 () {32 vars in 729 bytes} [Fri Feb 27 23:10:52 2026] GET /v2.0/floatingips/5858dfca-124f-45f2-9c9e-64e9de664f68 => generated 554 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:10:52.506 8 INFO neutron.db.segments_db [None req-b84873c6-dc83-4e60-a028-0f280fbe8658 b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] Added segment e1aeeb75-3f4a-47d8-9fff-3bc4e0051e86 of type vxlan for network 3bdbebe1-cc85-482d-a865-bf9240e1634f [pid: 7|app: 0|req: 905/1982] 10.0.0.113 () {34 vars in 789 bytes} [Fri Feb 27 23:10:51 2026] PUT /v2.0/routers/fce1d83c-d8a8-4c87-94b1-b574e933f1a1/remove_router_interface => generated 309 bytes in 1084 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: 906/1983] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:10:52 2026] GET /v2.0/networks/d949c282-30c7-4169-908f-f9dd4c21bb58?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/1984] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:10:52 2026] POST /v2.0/networks => generated 615 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/1985] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:10:52 2026] GET /v2.0/networks/d949c282-30c7-4169-908f-f9dd4c21bb58?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:10:52.676 7 INFO neutron.api.v2.resource [None req-c022cd12-38ff-4a81-978b-1c99534cf2d6 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 907/1986] 10.0.0.113 () {34 vars in 789 bytes} [Fri Feb 27 23:10:52 2026] PUT /v2.0/routers/fce1d83c-d8a8-4c87-94b1-b574e933f1a1/remove_router_interface => generated 197 bytes in 93 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1987] 10.0.0.113 () {32 vars in 736 bytes} [Fri Feb 27 23:10:52 2026] GET /v2.0/ports?device_id=fce1d83c-d8a8-4c87-94b1-b574e933f1a1 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:10:52.852 7 INFO neutron_taas.services.taas.taas_plugin [None req-3fc5b38e-c9b1-4523-a300-209d461a56e7 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] TaaS: Handle Delete Port: a4487f2a-5250-41cb-8f88-6c8cb8264720 2026-02-27 23:10:52.854 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fc5b38e-c9b1-4523-a300-209d461a56e7 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] Tap Mirror: Handle Delete Port: a4487f2a-5250-41cb-8f88-6c8cb8264720 [pid: 8|app: 0|req: 1080/1988] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:10:52 2026] POST /v2.0/subnets => generated 646 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/1989] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:10:52 2026] POST /v2.0/subnets => generated 655 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:10:53.205 8 INFO neutron.db.segments_db [None req-22b4a038-34ed-42b3-892e-ea30025dbcbb b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] Added segment a8458bed-d83a-454e-bbf9-e3c66a49a00e of type vxlan for network 264398af-7d5e-457b-8d1d-2b785d4a2f00 2026-02-27 23:10:53.288 7 INFO neutron.services.segments.plugin [-] Segment 9a1205f5-3794-49bb-b3f5-6cf4ed57b7d3 resource provider aggregate not found 2026-02-27 23:10:53.295 7 INFO neutron.services.segments.plugin [-] Segment 9a1205f5-3794-49bb-b3f5-6cf4ed57b7d3 resource provider aggregate not found 2026-02-27 23:10:53.316 7 INFO neutron.services.segments.plugin [-] Segment 9a1205f5-3794-49bb-b3f5-6cf4ed57b7d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a1205f5-3794-49bb-b3f5-6cf4ed57b7d3 found for delete ", "request_id": "req-370f2cf3-ca8a-4787-8e4b-debc84b2d7c5"}]} 2026-02-27 23:10:53.321 7 INFO neutron.services.segments.plugin [-] Segment 9a1205f5-3794-49bb-b3f5-6cf4ed57b7d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a1205f5-3794-49bb-b3f5-6cf4ed57b7d3 found for delete ", "request_id": "req-56c7fee7-54c9-45b3-8203-5a3faa62ff3e"}]} 2026-02-27 23:10:53.324 7 INFO neutron.db.l3_hamode_db [None req-3fc5b38e-c9b1-4523-a300-209d461a56e7 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] HA network 9cf989df-45e1-4962-b5cb-62f9964c90b6 was deleted as no HA routers are present in tenant ad26ba2698b84547a88db9ee7d32cc92. [pid: 7|app: 0|req: 909/1990] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:10:52 2026] DELETE /v2.0/routers/fce1d83c-d8a8-4c87-94b1-b574e933f1a1 => generated 0 bytes in 617 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:10:53.458 8 INFO neutron.db.l3_hamode_db [None req-22b4a038-34ed-42b3-892e-ea30025dbcbb b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 910/1991] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:10:53 2026] DELETE /v2.0/subnets/954b6048-b8fb-49d6-8e0f-19e6c93dd24c => 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: 911/1992] 10.0.0.113 () {32 vars in 729 bytes} [Fri Feb 27 23:10:53 2026] GET /v2.0/floatingips/5858dfca-124f-45f2-9c9e-64e9de664f68 => generated 552 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:10:53.579 8 INFO neutron.db.l3_hamode_db [None req-22b4a038-34ed-42b3-892e-ea30025dbcbb b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 23:10:53.589 7 INFO neutron_taas.services.taas.taas_plugin [None req-df9fe365-9e4e-46ac-bce3-7fc635da1044 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] TaaS: Handle Delete Port: 5683ddea-8ab4-4665-b309-5c1c460619c2 2026-02-27 23:10:53.593 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df9fe365-9e4e-46ac-bce3-7fc635da1044 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] Tap Mirror: Handle Delete Port: 5683ddea-8ab4-4665-b309-5c1c460619c2 [pid: 7|app: 0|req: 912/1993] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:10:53 2026] DELETE /v2.0/networks/f67c5b07-4f45-44cb-a83a-abd80f30e7fa => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:10:53.879 7 INFO neutron.db.segments_db [None req-69a0ca99-a5f7-4d41-bbdf-d97584fd4f1a 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] Added segment 64641c7b-2621-438e-9474-24a112c357a5 of type vxlan for network 6d67bf57-d3a8-4b53-8be5-ed1db25f950c [pid: 7|app: 0|req: 913/1994] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:10:53 2026] POST /v2.0/networks => generated 611 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/1995] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:10:53 2026] POST /v2.0/routers => generated 511 bytes in 1110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1996] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:10:54 2026] POST /v2.0/subnets => generated 626 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:10:54.327 7 INFO neutron.db.segments_db [None req-78d4db75-5913-4a2e-a2e5-b30ed8e94b0a 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] Added segment 55cc230b-cda9-47ec-b209-cc8aafac2ede of type vxlan for network e78c4d69-0138-4bf1-b59a-447dae7823d4 2026-02-27 23:10:54.566 7 INFO neutron.db.l3_hamode_db [None req-78d4db75-5913-4a2e-a2e5-b30ed8e94b0a 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 23:10:54.690 7 INFO neutron.db.l3_hamode_db [None req-78d4db75-5913-4a2e-a2e5-b30ed8e94b0a 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1083/1997] 10.0.0.113 () {34 vars in 783 bytes} [Fri Feb 27 23:10:54 2026] PUT /v2.0/routers/976b4eb3-7c55-49e3-832b-fc97756cc882/add_router_interface => generated 309 bytes in 979 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:10:55.349 7 INFO neutron.services.segments.plugin [-] Segment d60e02fb-52d0-4949-9ea3-51b68a6f9f83 resource provider aggregate not found 2026-02-27 23:10:55.355 7 INFO neutron.services.segments.plugin [-] Segment d60e02fb-52d0-4949-9ea3-51b68a6f9f83 resource provider aggregate not found [pid: 8|app: 0|req: 1084/1998] 10.0.0.113 () {34 vars in 685 bytes} [Fri Feb 27 23:10:55 2026] POST /v2.0/security-groups => generated 1675 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1999] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:10:54 2026] POST /v2.0/routers => generated 507 bytes in 1086 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:10:55.375 7 INFO neutron.services.segments.plugin [-] Segment d60e02fb-52d0-4949-9ea3-51b68a6f9f83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d60e02fb-52d0-4949-9ea3-51b68a6f9f83 found for delete ", "request_id": "req-a83ce35c-99f4-42de-b64f-9d306a4ef96e"}]} 2026-02-27 23:10:55.380 7 INFO neutron.services.segments.plugin [-] Segment d60e02fb-52d0-4949-9ea3-51b68a6f9f83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d60e02fb-52d0-4949-9ea3-51b68a6f9f83 found for delete ", "request_id": "req-39fe88c7-aaa2-4e7f-9ef5-fbc68b91a72e"}]} [pid: 8|app: 0|req: 1085/2000] 10.0.0.113 () {32 vars in 717 bytes} [Fri Feb 27 23:10:55 2026] GET /v2.0/ports/6a3fb5ab-c43e-4344-a272-21b1f8c97814 => generated 959 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/2001] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:10: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: 917/2002] 10.0.0.113 () {34 vars in 783 bytes} [Fri Feb 27 23:10:55 2026] PUT /v2.0/routers/976b4eb3-7c55-49e3-832b-fc97756cc882/add_router_interface => generated 309 bytes in 1013 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2003] 10.0.0.113 () {34 vars in 783 bytes} [Fri Feb 27 23:10:55 2026] PUT /v2.0/routers/a58fa590-1ea9-47cc-bbff-5c3b8162fc40/add_router_interface => generated 309 bytes in 1117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2004] 10.0.0.113 () {32 vars in 717 bytes} [Fri Feb 27 23:10:56 2026] GET /v2.0/ports/d3d93d6a-074a-479c-832b-b91b8dd083db => generated 967 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2005] 10.0.0.113 () {32 vars in 717 bytes} [Fri Feb 27 23:10:56 2026] GET /v2.0/ports/072e6d98-b1a9-4a99-bb08-86d4945ca3b4 => generated 955 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/2006] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:10:56 2026] POST /v2.0/security-group-rules => generated 596 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:10:56.962 7 INFO neutron_taas.services.taas.taas_plugin [None req-e87e4a40-e516-4abe-a2b6-7033f6ee4598 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] TaaS: Handle Delete Port: 072e6d98-b1a9-4a99-bb08-86d4945ca3b4 2026-02-27 23:10:56.965 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e87e4a40-e516-4abe-a2b6-7033f6ee4598 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] Tap Mirror: Handle Delete Port: 072e6d98-b1a9-4a99-bb08-86d4945ca3b4 2026-02-27 23:10:56.984 8 INFO neutron_taas.services.taas.taas_plugin [None req-d7e39152-4951-44e0-ace5-e8930c801beb b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] TaaS: Handle Delete Port: d3d93d6a-074a-479c-832b-b91b8dd083db 2026-02-27 23:10:56.988 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7e39152-4951-44e0-ace5-e8930c801beb b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] Tap Mirror: Handle Delete Port: d3d93d6a-074a-479c-832b-b91b8dd083db [pid: 7|app: 0|req: 919/2007] 10.0.0.113 () {34 vars in 789 bytes} [Fri Feb 27 23:10:56 2026] PUT /v2.0/routers/a58fa590-1ea9-47cc-bbff-5c3b8162fc40/remove_router_interface => generated 309 bytes in 678 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2008] 10.0.0.113 () {34 vars in 789 bytes} [Fri Feb 27 23:10:56 2026] PUT /v2.0/routers/976b4eb3-7c55-49e3-832b-fc97756cc882/remove_router_interface => generated 309 bytes in 746 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2009] 10.0.0.113 () {32 vars in 736 bytes} [Fri Feb 27 23:10:57 2026] GET /v2.0/ports?device_id=a58fa590-1ea9-47cc-bbff-5c3b8162fc40 => 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: 920/2010] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:10:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:10:57.632 7 INFO neutron_taas.services.taas.taas_plugin [None req-3f7e22cf-c740-4391-960a-e3fc240cdcf3 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] TaaS: Handle Delete Port: 197ddb19-5671-4a9b-b870-8280e95b65e5 2026-02-27 23:10:57.635 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f7e22cf-c740-4391-960a-e3fc240cdcf3 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] Tap Mirror: Handle Delete Port: 197ddb19-5671-4a9b-b870-8280e95b65e5 2026-02-27 23:10:57.730 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0ff026d-0dc0-4f0e-83e6-4ed9cce40b3d b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] TaaS: Handle Delete Port: 6a3fb5ab-c43e-4344-a272-21b1f8c97814 2026-02-27 23:10:57.733 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0ff026d-0dc0-4f0e-83e6-4ed9cce40b3d b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] Tap Mirror: Handle Delete Port: 6a3fb5ab-c43e-4344-a272-21b1f8c97814 2026-02-27 23:10:57.954 7 INFO neutron.services.segments.plugin [-] Segment 55cc230b-cda9-47ec-b209-cc8aafac2ede resource provider aggregate not found 2026-02-27 23:10:57.957 7 INFO neutron.services.segments.plugin [-] Segment 55cc230b-cda9-47ec-b209-cc8aafac2ede resource provider aggregate not found 2026-02-27 23:10:57.974 7 INFO neutron.services.segments.plugin [-] Segment 55cc230b-cda9-47ec-b209-cc8aafac2ede resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55cc230b-cda9-47ec-b209-cc8aafac2ede found for delete ", "request_id": "req-c3d5c637-a7c0-4786-a419-7216db9fd6b5"}]} 2026-02-27 23:10:57.975 7 INFO neutron.services.segments.plugin [-] Segment 55cc230b-cda9-47ec-b209-cc8aafac2ede resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55cc230b-cda9-47ec-b209-cc8aafac2ede found for delete ", "request_id": "req-67cb56ef-826f-4d02-bd5c-8aa844b5491c"}]} 2026-02-27 23:10:57.987 7 INFO neutron.db.l3_hamode_db [None req-3f7e22cf-c740-4391-960a-e3fc240cdcf3 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] HA network e78c4d69-0138-4bf1-b59a-447dae7823d4 was deleted as no HA routers are present in tenant ad26ba2698b84547a88db9ee7d32cc92. [pid: 7|app: 0|req: 921/2011] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:10:57 2026] DELETE /v2.0/routers/a58fa590-1ea9-47cc-bbff-5c3b8162fc40 => generated 0 bytes in 532 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/2012] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:10:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/2013] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:10:58 2026] DELETE /v2.0/subnets/2dfc36c2-f416-4080-b0f7-2276d637525b => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:10:58.296 7 INFO neutron.db.securitygroups_db [None req-975533d8-523b-4404-ac88-8c4e1eb49712 90e288593b764f7ca7eac38d7baa4229 5f782c1f8ccb4c888876cdf82b5f0753 - - default default] Project 5f782c1f8ccb4c888876cdf82b5f0753 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: 924/2014] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:10:58 2026] POST /v2.0/security-group-rules => generated 607 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/2015] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:10:58 2026] DELETE /v2.0/networks/6d67bf57-d3a8-4b53-8be5-ed1db25f950c => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:10:58.610 7 INFO neutron.db.securitygroups_db [None req-113754d0-2717-40b2-98f2-257cfd57282a 90e288593b764f7ca7eac38d7baa4229 5f782c1f8ccb4c888876cdf82b5f0753 - - default default] Project 5f782c1f8ccb4c888876cdf82b5f0753 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: 1091/2016] 10.0.0.113 () {34 vars in 789 bytes} [Fri Feb 27 23:10:57 2026] PUT /v2.0/routers/976b4eb3-7c55-49e3-832b-fc97756cc882/remove_router_interface => generated 309 bytes in 1182 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:10:58.656 8 INFO neutron.db.segments_db [None req-978f27fe-fe90-4257-a5ce-162c8edbeb65 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] Added segment 88b5d060-b122-44ed-9817-4e2dc8a9a5bf of type vxlan for network 130527b3-5dcb-4614-8c79-47e6dff0039a [pid: 7|app: 0|req: 926/2017] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:10:58 2026] POST /v2.0/security-group-rules => generated 606 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/2018] 10.0.0.113 () {32 vars in 736 bytes} [Fri Feb 27 23:10:58 2026] GET /v2.0/ports?device_id=976b4eb3-7c55-49e3-832b-fc97756cc882 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:10:58.890 8 INFO neutron.db.l3_hamode_db [None req-978f27fe-fe90-4257-a5ce-162c8edbeb65 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 23:10:58.913 7 INFO neutron_taas.services.taas.taas_plugin [None req-ffe10d0a-f13d-4ad5-a908-e6685920ea48 b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] TaaS: Handle Delete Port: cbcaeafa-c9ae-478c-a5bf-ca5d715e2394 2026-02-27 23:10:58.916 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffe10d0a-f13d-4ad5-a908-e6685920ea48 b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] Tap Mirror: Handle Delete Port: cbcaeafa-c9ae-478c-a5bf-ca5d715e2394 2026-02-27 23:10:59.318 7 INFO neutron.db.l3_hamode_db [None req-ffe10d0a-f13d-4ad5-a908-e6685920ea48 b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] HA network 264398af-7d5e-457b-8d1d-2b785d4a2f00 was deleted as no HA routers are present in tenant d577499d8be64a9493b4ebf9b87dc12f. [pid: 7|app: 0|req: 928/2019] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:10:58 2026] DELETE /v2.0/routers/976b4eb3-7c55-49e3-832b-fc97756cc882 => generated 0 bytes in 606 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/2020] 10.0.0.113 () {32 vars in 649 bytes} [Fri Feb 27 23:10:59 2026] GET /v2.0/networks => generated 1298 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/2021] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:10:59 2026] DELETE /v2.0/subnets/c2d57f67-9803-4530-acc9-324a796c9eec => 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: 931/2022] 10.0.0.208 () {34 vars in 1100 bytes} [Fri Feb 27 23:10:59 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2073973151&fields=id&tenant_id=5f782c1f8ccb4c888876cdf82b5f0753 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:10:59.679 8 INFO neutron.db.l3_hamode_db [None req-978f27fe-fe90-4257-a5ce-162c8edbeb65 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 932/2023] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:10:59 2026] DELETE /v2.0/subnets/c3326579-fa70-4a0c-bf93-28198ce0f802 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/2024] 10.0.0.208 () {34 vars in 982 bytes} [Fri Feb 27 23:10:59 2026] GET /v2.0/networks?id=d949c282-30c7-4169-908f-f9dd4c21bb58 => generated 661 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/2025] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:10:59 2026] DELETE /v2.0/networks/3bdbebe1-cc85-482d-a865-bf9240e1634f => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/2026] 10.0.0.208 () {34 vars in 965 bytes} [Fri Feb 27 23:10:59 2026] GET /v2.0/quotas/5f782c1f8ccb4c888876cdf82b5f0753 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:10:59.974 7 INFO neutron_taas.services.taas.taas_plugin [None req-7bec93b0-75c8-4d7a-9452-08cf3f07c9ac b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] TaaS: Handle Delete Port: 118ba823-482f-416f-a66e-e58463baa615 2026-02-27 23:10:59.983 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bec93b0-75c8-4d7a-9452-08cf3f07c9ac b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] Tap Mirror: Handle Delete Port: 118ba823-482f-416f-a66e-e58463baa615 2026-02-27 23:10:59.998 7 INFO neutron.services.segments.plugin [-] Segment 64641c7b-2621-438e-9474-24a112c357a5 resource provider aggregate not found 2026-02-27 23:11:00.003 7 INFO neutron.services.segments.plugin [-] Segment 64641c7b-2621-438e-9474-24a112c357a5 resource provider aggregate not found 2026-02-27 23:11:00.021 7 INFO neutron.services.segments.plugin [-] Segment 64641c7b-2621-438e-9474-24a112c357a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64641c7b-2621-438e-9474-24a112c357a5 found for delete ", "request_id": "req-3e6146a4-c9f1-424a-abd5-9700c17d29fc"}]} 2026-02-27 23:11:00.031 7 INFO neutron.services.segments.plugin [-] Segment 64641c7b-2621-438e-9474-24a112c357a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64641c7b-2621-438e-9474-24a112c357a5 found for delete ", "request_id": "req-6e16f239-f274-4fa3-9dd0-fd434d35b99f"}]} 2026-02-27 23:11:00.050 7 INFO neutron.services.segments.plugin [-] Segment a8458bed-d83a-454e-bbf9-e3c66a49a00e resource provider aggregate not found 2026-02-27 23:11:00.050 7 INFO neutron.services.segments.plugin [-] Segment a8458bed-d83a-454e-bbf9-e3c66a49a00e resource provider aggregate not found 2026-02-27 23:11:00.073 7 INFO neutron.services.segments.plugin [-] Segment a8458bed-d83a-454e-bbf9-e3c66a49a00e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8458bed-d83a-454e-bbf9-e3c66a49a00e found for delete ", "request_id": "req-6293f26a-f23c-4d36-b985-1e229fc1f3fb"}]} 2026-02-27 23:11:00.079 7 INFO neutron.services.segments.plugin [-] Segment a8458bed-d83a-454e-bbf9-e3c66a49a00e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8458bed-d83a-454e-bbf9-e3c66a49a00e found for delete ", "request_id": "req-13805045-fb1c-4db5-b4c4-0ccaa20eeab0"}]} 2026-02-27 23:11:00.095 7 INFO neutron.services.segments.plugin [-] Segment e1aeeb75-3f4a-47d8-9fff-3bc4e0051e86 resource provider aggregate not found 2026-02-27 23:11:00.096 7 INFO neutron.services.segments.plugin [-] Segment e1aeeb75-3f4a-47d8-9fff-3bc4e0051e86 resource provider aggregate not found 2026-02-27 23:11:00.121 7 INFO neutron.services.segments.plugin [-] Segment e1aeeb75-3f4a-47d8-9fff-3bc4e0051e86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1aeeb75-3f4a-47d8-9fff-3bc4e0051e86 found for delete ", "request_id": "req-b7ca317b-0de0-456d-9849-f84ce218f66d"}]} 2026-02-27 23:11:00.124 7 INFO neutron.services.segments.plugin [-] Segment e1aeeb75-3f4a-47d8-9fff-3bc4e0051e86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1aeeb75-3f4a-47d8-9fff-3bc4e0051e86 found for delete ", "request_id": "req-5dc77f98-41f7-470a-b299-a57cb06c9b75"}]} [pid: 7|app: 0|req: 936/2027] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:10:59 2026] DELETE /v2.0/networks/9f40004a-cf8b-4058-8c00-175f576b0d0b => generated 0 bytes in 369 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/2028] 10.0.0.208 () {34 vars in 1002 bytes} [Fri Feb 27 23:11:00 2026] GET /v2.0/ports?tenant_id=5f782c1f8ccb4c888876cdf82b5f0753&fields=id => generated 149 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:11:00.393 7 INFO neutron.db.segments_db [None req-daa4130d-04d2-4e2a-9622-e0d3fddb46bd b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] Added segment bb960228-dd2c-4e7e-8dfe-7995bfa601f1 of type vxlan for network 442c4036-6c3c-480c-958f-288e6d119e42 [pid: 7|app: 0|req: 938/2029] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:11:00 2026] POST /v2.0/networks => generated 614 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/2030] 10.0.0.208 () {34 vars in 1008 bytes} [Fri Feb 27 23:11:00 2026] GET /v2.0/networks/d949c282-30c7-4169-908f-f9dd4c21bb58?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: 1092/2031] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:10:58 2026] POST /v2.0/routers => generated 688 bytes in 1928 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2032] 10.0.0.208 () {34 vars in 1108 bytes} [Fri Feb 27 23:11:00 2026] GET /v2.0/networks/d949c282-30c7-4169-908f-f9dd4c21bb58?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2033] 10.0.0.113 () {32 vars in 721 bytes} [Fri Feb 27 23:11:00 2026] GET /v2.0/routers/7999bc41-5d68-4d19-af74-9eb068d22dd7 => generated 694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/2034] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:11:00 2026] POST /v2.0/subnets => generated 646 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2035] 10.0.0.113 () {32 vars in 647 bytes} [Fri Feb 27 23:11:00 2026] GET /v2.0/routers => generated 697 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/2036] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:00 2026] GET /v2.0/ports?device_id=bc591f72-88cc-4c09-b678-1a8d132192b1 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:11:00.823 8 INFO neutron.db.segments_db [None req-abf735c6-5b00-4254-af08-2a4224c927ee b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] Added segment c8529d6e-ffa0-4cfd-8e13-02192194d30a of type vxlan for network 022756ca-ae2f-485f-a72c-b247512d90e0 2026-02-27 23:11:01.101 8 INFO neutron.db.l3_hamode_db [None req-abf735c6-5b00-4254-af08-2a4224c927ee b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 23:11:01.218 8 INFO neutron.db.l3_hamode_db [None req-abf735c6-5b00-4254-af08-2a4224c927ee b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 942/2037] 10.0.0.113 () {34 vars in 741 bytes} [Fri Feb 27 23:11:00 2026] PUT /v2.0/routers/7999bc41-5d68-4d19-af74-9eb068d22dd7 => generated 701 bytes in 441 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/2038] 10.0.0.113 () {32 vars in 721 bytes} [Fri Feb 27 23:11:01 2026] GET /v2.0/routers/7999bc41-5d68-4d19-af74-9eb068d22dd7 => generated 701 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/2039] 10.0.0.113 () {32 vars in 736 bytes} [Fri Feb 27 23:11:01 2026] GET /v2.0/ports?device_id=7999bc41-5d68-4d19-af74-9eb068d22dd7 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:11:01.519 7 INFO neutron_taas.services.taas.taas_plugin [None req-8beed823-c7a0-4ace-b96c-05235a7857a1 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] TaaS: Handle Delete Port: 255ae3c6-a6a3-4b98-bbaa-ef6edc7ed156 2026-02-27 23:11:01.523 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8beed823-c7a0-4ace-b96c-05235a7857a1 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] Tap Mirror: Handle Delete Port: 255ae3c6-a6a3-4b98-bbaa-ef6edc7ed156 2026-02-27 23:11:01.758 7 INFO neutron_taas.services.taas.taas_plugin [None req-8beed823-c7a0-4ace-b96c-05235a7857a1 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] TaaS: Handle Delete Port: 3985c22c-431a-49fa-bf7c-d247a4a396b7 2026-02-27 23:11:01.761 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8beed823-c7a0-4ace-b96c-05235a7857a1 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] Tap Mirror: Handle Delete Port: 3985c22c-431a-49fa-bf7c-d247a4a396b7 [pid: 8|app: 0|req: 1096/2040] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:11:00 2026] POST /v2.0/routers => generated 511 bytes in 1035 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:11:02.101 7 INFO neutron.db.l3_hamode_db [None req-8beed823-c7a0-4ace-b96c-05235a7857a1 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] HA network 130527b3-5dcb-4614-8c79-47e6dff0039a was deleted as no HA routers are present in tenant ad26ba2698b84547a88db9ee7d32cc92. [pid: 7|app: 0|req: 945/2043] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:11:01 2026] DELETE /v2.0/routers/7999bc41-5d68-4d19-af74-9eb068d22dd7 => generated 0 bytes in 795 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/2044] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:02 2026] GET /v2.0/ports?device_id=bc591f72-88cc-4c09-b678-1a8d132192b1 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:11:02.148 7 INFO neutron.services.segments.plugin [-] Segment 6a4dc025-76d0-4eb3-8e51-aec37c4614a4 resource provider aggregate not found 2026-02-27 23:11:02.151 7 INFO neutron.services.segments.plugin [-] Segment 6a4dc025-76d0-4eb3-8e51-aec37c4614a4 resource provider aggregate not found [pid: 8|app: 0|req: 1099/2045] 10.0.0.113 () {34 vars in 665 bytes} [Fri Feb 27 23:11:01 2026] POST /v2.0/ports => generated 963 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:11:02.165 7 INFO neutron.services.segments.plugin [-] Segment 6a4dc025-76d0-4eb3-8e51-aec37c4614a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a4dc025-76d0-4eb3-8e51-aec37c4614a4 found for delete ", "request_id": "req-1c8d17e0-fbaa-4887-b982-6abf3ea51c23"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 947/2046] 10.0.0.113 () {32 vars in 736 bytes} [Fri Feb 27 23:11:02 2026] GET /v2.0/ports?device_id=7999bc41-5d68-4d19-af74-9eb068d22dd7 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:11:02.174 7 INFO neutron.services.segments.plugin [-] Segment 6a4dc025-76d0-4eb3-8e51-aec37c4614a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a4dc025-76d0-4eb3-8e51-aec37c4614a4 found for delete ", "request_id": "req-b9e146da-8e2b-4061-800a-299ea28e117f"}]} 2026-02-27 23:11:02.186 7 INFO neutron.services.segments.plugin [-] Segment 88b5d060-b122-44ed-9817-4e2dc8a9a5bf resource provider aggregate not found 2026-02-27 23:11:02.193 7 INFO neutron.services.segments.plugin [-] Segment 88b5d060-b122-44ed-9817-4e2dc8a9a5bf resource provider aggregate not found 2026-02-27 23:11:02.210 7 INFO neutron.services.segments.plugin [-] Segment 88b5d060-b122-44ed-9817-4e2dc8a9a5bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88b5d060-b122-44ed-9817-4e2dc8a9a5bf found for delete ", "request_id": "req-abdb7c5b-eb54-4661-920f-3c2619ec0168"}]} 2026-02-27 23:11:02.211 7 INFO neutron.api.v2.resource [None req-2958833a-6505-4fb1-b02a-8d036b52d24f 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 948/2047] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:11:02 2026] DELETE /v2.0/routers/7999bc41-5d68-4d19-af74-9eb068d22dd7 => generated 135 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:11:02.223 7 INFO neutron.services.segments.plugin [-] Segment 88b5d060-b122-44ed-9817-4e2dc8a9a5bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88b5d060-b122-44ed-9817-4e2dc8a9a5bf found for delete ", "request_id": "req-cf674266-f2aa-44c6-89a6-dce4a478e7d2"}]} [pid: 7|app: 0|req: 949/2048] 10.0.0.113 () {32 vars in 736 bytes} [Fri Feb 27 23:11:02 2026] GET /v2.0/ports?device_id=a58fa590-1ea9-47cc-bbff-5c3b8162fc40 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:11:02.255 7 INFO neutron.api.v2.resource [None req-233b0ca1-66b3-4b86-b2f2-fc1d963b4c68 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 950/2049] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:11:02 2026] DELETE /v2.0/routers/a58fa590-1ea9-47cc-bbff-5c3b8162fc40 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:11:02.273 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ba4b3c8a-20e8-44e7-a512-844afc99849d 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 951/2050] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:11:02 2026] DELETE /v2.0/subnets/2dfc36c2-f416-4080-b0f7-2276d637525b => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/2051] 10.0.0.113 () {32 vars in 736 bytes} [Fri Feb 27 23:11:02 2026] GET /v2.0/ports?device_id=fce1d83c-d8a8-4c87-94b1-b574e933f1a1 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:11:02.321 7 INFO neutron.api.v2.resource [None req-5dbb2d02-453c-4c32-9007-359766faafb6 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 953/2052] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:11:02 2026] DELETE /v2.0/routers/fce1d83c-d8a8-4c87-94b1-b574e933f1a1 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:11:02.339 7 INFO neutron.pecan_wsgi.hooks.translation [None req-758d65ca-ac01-4307-827a-0cc7b15da183 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 954/2053] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:11:02 2026] DELETE /v2.0/subnets/954b6048-b8fb-49d6-8e0f-19e6c93dd24c => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/2054] 10.0.0.113 () {32 vars in 736 bytes} [Fri Feb 27 23:11:02 2026] GET /v2.0/ports?device_id=b13c7e03-4677-4640-a029-5bec268fc2ae => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:11:02.385 7 INFO neutron.api.v2.resource [None req-964ae1d4-cd01-49fe-9926-4869f9b5d77d 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 956/2055] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:11:02 2026] DELETE /v2.0/routers/b13c7e03-4677-4640-a029-5bec268fc2ae => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:11:02.403 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0f847c3d-00c6-4c3e-93ae-b628bf6c8369 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 957/2056] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:11:02 2026] DELETE /v2.0/subnets/1f4123c1-8bed-411d-a1d2-468da9278291 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:11:02.423 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d6465bdc-8837-4b65-bf62-8de7860d8122 0c19be974788401ba8e847e9caa37959 ad26ba2698b84547a88db9ee7d32cc92 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 958/2057] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:11:02 2026] DELETE /v2.0/subnets/06c8d79c-f54c-43e2-baa8-421a28421c63 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/2058] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:11:02 2026] GET /v2.0/security-groups?tenant_id=ad26ba2698b84547a88db9ee7d32cc92&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2059] 10.0.0.113 () {34 vars in 783 bytes} [Fri Feb 27 23:11:02 2026] PUT /v2.0/routers/3c4ded2b-9bc4-4db1-bb53-29ddbe734204/add_router_interface => generated 309 bytes in 987 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: 1101/2060] 10.0.0.113 () {32 vars in 717 bytes} [Fri Feb 27 23:11:03 2026] GET /v2.0/ports/26ccc8a3-c306-47ce-a51e-77bcb0b2b410 => generated 1037 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/2061] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:11:03 2026] DELETE /v2.0/security-groups/8e5668c8-fd0c-4d90-b411-3a373ccf423f => 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: 961/2062] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:03 2026] GET /v2.0/ports?device_id=bc591f72-88cc-4c09-b678-1a8d132192b1 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:11:03.602 8 INFO neutron_taas.services.taas.taas_plugin [None req-7b173985-cba5-4354-ad54-263d923fd5bc b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] TaaS: Handle Delete Port: 26ccc8a3-c306-47ce-a51e-77bcb0b2b410 2026-02-27 23:11:03.605 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b173985-cba5-4354-ad54-263d923fd5bc b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] Tap Mirror: Handle Delete Port: 26ccc8a3-c306-47ce-a51e-77bcb0b2b410 [pid: 7|app: 0|req: 962/2063] 10.0.0.113 () {32 vars in 721 bytes} [Fri Feb 27 23:11:03 2026] GET /v2.0/subnets/419bcf6a-1e6e-4c2a-9ce8-ca55faab8f18 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2064] 10.0.0.113 () {34 vars in 789 bytes} [Fri Feb 27 23:11:03 2026] PUT /v2.0/routers/3c4ded2b-9bc4-4db1-bb53-29ddbe734204/remove_router_interface => generated 309 bytes in 779 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:11:04.076 7 INFO neutron.api.v2.resource [None req-d5132866-7b95-4ada-9620-3eea9e5717a0 b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 963/2065] 10.0.0.113 () {34 vars in 789 bytes} [Fri Feb 27 23:11:03 2026] PUT /v2.0/routers/3c4ded2b-9bc4-4db1-bb53-29ddbe734204/remove_router_interface => generated 197 bytes in 103 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: 1103/2066] 10.0.0.113 () {32 vars in 736 bytes} [Fri Feb 27 23:11:04 2026] GET /v2.0/ports?device_id=3c4ded2b-9bc4-4db1-bb53-29ddbe734204 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:11:04.265 7 INFO neutron_taas.services.taas.taas_plugin [None req-030d4f59-ae05-43f7-9b60-1d7b6251377c b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] TaaS: Handle Delete Port: 9ad4bea1-0afc-4a70-ab17-7dad9bc65645 2026-02-27 23:11:04.268 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-030d4f59-ae05-43f7-9b60-1d7b6251377c b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] Tap Mirror: Handle Delete Port: 9ad4bea1-0afc-4a70-ab17-7dad9bc65645 [pid: 8|app: 0|req: 1104/2067] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:04 2026] GET /v2.0/ports?device_id=bc591f72-88cc-4c09-b678-1a8d132192b1 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:11:04.583 7 INFO neutron.services.segments.plugin [-] Segment c8529d6e-ffa0-4cfd-8e13-02192194d30a resource provider aggregate not found 2026-02-27 23:11:04.587 7 INFO neutron.services.segments.plugin [-] Segment c8529d6e-ffa0-4cfd-8e13-02192194d30a resource provider aggregate not found 2026-02-27 23:11:04.610 7 INFO neutron.services.segments.plugin [-] Segment c8529d6e-ffa0-4cfd-8e13-02192194d30a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8529d6e-ffa0-4cfd-8e13-02192194d30a found for delete ", "request_id": "req-c356474b-ea6c-487c-812c-f4aad0a49bf6"}]} 2026-02-27 23:11:04.615 7 INFO neutron.services.segments.plugin [-] Segment c8529d6e-ffa0-4cfd-8e13-02192194d30a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8529d6e-ffa0-4cfd-8e13-02192194d30a found for delete ", "request_id": "req-cfedc710-1c4b-4c4d-b4cd-6ae6e558a284"}]} 2026-02-27 23:11:04.618 7 INFO neutron.db.l3_hamode_db [None req-030d4f59-ae05-43f7-9b60-1d7b6251377c b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] HA network 022756ca-ae2f-485f-a72c-b247512d90e0 was deleted as no HA routers are present in tenant d577499d8be64a9493b4ebf9b87dc12f. [pid: 7|app: 0|req: 964/2068] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:11:04 2026] DELETE /v2.0/routers/3c4ded2b-9bc4-4db1-bb53-29ddbe734204 => generated 0 bytes in 518 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2069] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:11:04 2026] DELETE /v2.0/subnets/9d0fcf89-f43a-4b26-968c-4d16781c40eb => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/2070] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:11:04 2026] DELETE /v2.0/networks/442c4036-6c3c-480c-958f-288e6d119e42 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:11:04.954 8 INFO neutron.db.segments_db [None req-2ebed0c6-9daa-49ca-befe-4d361505fe3f b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] Added segment 178eca44-cdb8-4662-9cf6-d0f6dd708bab of type vxlan for network be62d745-a923-4f7d-93b9-f680c6b0401a [pid: 8|app: 0|req: 1106/2071] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:11:04 2026] POST /v2.0/networks => generated 614 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2072] 10.0.0.130 () {30 vars in 690 bytes} [Fri Feb 27 23:11:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2073] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:11:05 2026] GET /v2.0/networks?id=d949c282-30c7-4169-908f-f9dd4c21bb58 => generated 661 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2074] 10.0.0.130 () {30 vars in 692 bytes} [Fri Feb 27 23:11:05 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: 1110/2075] 199.204.45.162 () {34 vars in 1050 bytes} [Fri Feb 27 23:11:05 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5f782c1f8ccb4c888876cdf82b5f0753 => generated 273 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2076] 10.0.0.130 () {30 vars in 668 bytes} [Fri Feb 27 23:11:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/2077] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:11:05 2026] POST /v2.0/subnets => generated 646 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/2078] 10.0.0.130 () {30 vars in 704 bytes} [Fri Feb 27 23:11:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:11:05.342 7 INFO neutron.db.segments_db [None req-9b2a2619-54ee-45a1-a70b-ad62c257a773 b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] Added segment fb50f423-3b45-4924-a5a7-8ff4a92a61e2 of type vxlan for network 54ed21ac-03db-4deb-9023-9036ae5239ab 2026-02-27 23:11:05.599 7 INFO neutron.db.l3_hamode_db [None req-9b2a2619-54ee-45a1-a70b-ad62c257a773 b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1112/2079] 199.204.45.162 () {38 vars in 955 bytes} [Fri Feb 27 23:11:05 2026] POST /v2.0/ports => generated 958 bytes in 425 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: 1113/2080] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:05 2026] GET /v2.0/ports?device_id=bc591f72-88cc-4c09-b678-1a8d132192b1 => generated 961 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:11:05.716 7 INFO neutron.db.l3_hamode_db [None req-9b2a2619-54ee-45a1-a70b-ad62c257a773 b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1114/2081] 199.204.45.162 () {38 vars in 1028 bytes} [Fri Feb 27 23:11:05 2026] PUT /v2.0/ports/af5ddb1d-f4ec-4e15-b6f6-a5a1a90daa85 => generated 1239 bytes in 417 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: 1115/2082] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:11:06 2026] GET /v2.0/security-groups?id=b5a4fa66-e5a1-4f7a-98c5-2f85b1bc072a&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:11:06.168 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1b944a8b-ebd4-4bd8-9695-5badd023967d'] response: {'name': 'network-changed', 'server_uuid': 'bc591f72-88cc-4c09-b678-1a8d132192b1', 'tag': 'af5ddb1d-f4ec-4e15-b6f6-a5a1a90daa85', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1116/2083] 10.0.0.130 () {28 vars in 439 bytes} [Fri Feb 27 23:11:06 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2084] 10.0.0.130 () {30 vars in 728 bytes} [Fri Feb 27 23:11:06 2026] GET /v2.0/subnets/419bcf6a-1e6e-4c2a-9ce8-ca55faab8f18 => generated 658 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2085] 10.0.0.130 () {30 vars in 690 bytes} [Fri Feb 27 23:11:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2086] 10.0.0.130 () {30 vars in 692 bytes} [Fri Feb 27 23:11:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2087] 10.0.0.130 () {30 vars in 668 bytes} [Fri Feb 27 23:11:06 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: 1121/2088] 10.0.0.130 () {30 vars in 704 bytes} [Fri Feb 27 23:11:06 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: 1122/2089] 10.0.0.130 () {30 vars in 728 bytes} [Fri Feb 27 23:11:06 2026] GET /v2.0/subnets/419bcf6a-1e6e-4c2a-9ce8-ca55faab8f18 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/2090] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:11:05 2026] POST /v2.0/routers => generated 510 bytes in 1022 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2091] 10.0.0.130 () {30 vars in 690 bytes} [Fri Feb 27 23:11:06 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: 970/2092] 10.0.0.130 () {30 vars in 692 bytes} [Fri Feb 27 23:11:06 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: 971/2093] 10.0.0.130 () {30 vars in 668 bytes} [Fri Feb 27 23:11:06 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: 972/2094] 10.0.0.130 () {30 vars in 704 bytes} [Fri Feb 27 23:11:06 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: 973/2095] 10.0.0.130 () {30 vars in 730 bytes} [Fri Feb 27 23:11:06 2026] GET /v2.0/networks/a2c65e12-46b9-45f8-a4bb-7d3d7d58631c => generated 798 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2096] 10.0.0.130 () {30 vars in 682 bytes} [Fri Feb 27 23:11:06 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:11:06.639 7 INFO neutron.services.segments.plugin [-] Segment bb960228-dd2c-4e7e-8dfe-7995bfa601f1 resource provider aggregate not found 2026-02-27 23:11:06.644 7 INFO neutron.services.segments.plugin [-] Segment bb960228-dd2c-4e7e-8dfe-7995bfa601f1 resource provider aggregate not found 2026-02-27 23:11:06.667 7 INFO neutron.services.segments.plugin [-] Segment bb960228-dd2c-4e7e-8dfe-7995bfa601f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb960228-dd2c-4e7e-8dfe-7995bfa601f1 found for delete ", "request_id": "req-18713635-236f-43c5-afab-701964d186c5"}]} 2026-02-27 23:11:06.669 7 INFO neutron.services.segments.plugin [-] Segment bb960228-dd2c-4e7e-8dfe-7995bfa601f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb960228-dd2c-4e7e-8dfe-7995bfa601f1 found for delete ", "request_id": "req-f2ca7341-9977-4f29-93ac-3fab7acf8ebe"}]} [pid: 7|app: 0|req: 975/2097] 10.0.0.130 () {34 vars in 704 bytes} [Fri Feb 27 23:11:06 2026] POST /v2.0/ports => generated 1132 bytes in 391 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: 976/2098] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:11:06 2026] GET /v2.0/security-groups?tenant_id=f12e1b7eb68b4f3da0dea17266f7cb31&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2099] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:11:07 2026] GET /v2.0/ports?tenant_id=5f782c1f8ccb4c888876cdf82b5f0753&device_id=bc591f72-88cc-4c09-b678-1a8d132192b1 => 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: 978/2100] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:11:07 2026] DELETE /v2.0/security-groups/d198e3cf-40dd-4941-b768-7da49f43c6cc => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2101] 10.0.0.113 () {34 vars in 783 bytes} [Fri Feb 27 23:11:06 2026] PUT /v2.0/routers/641e97a9-1772-46b0-ae34-b148f623ba8c/add_router_interface => generated 309 bytes in 996 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2102] 199.204.45.162 () {34 vars in 1018 bytes} [Fri Feb 27 23:11:07 2026] GET /v2.0/networks?tenant_id=5f782c1f8ccb4c888876cdf82b5f0753&shared=False => generated 757 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2103] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:07 2026] GET /v2.0/ports?device_id=bc591f72-88cc-4c09-b678-1a8d132192b1 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2104] 10.0.0.113 () {32 vars in 717 bytes} [Fri Feb 27 23:11:07 2026] GET /v2.0/ports/91fa2065-7466-49c5-922c-0d79fade2e21 => generated 959 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2105] 199.204.45.162 () {34 vars in 930 bytes} [Fri Feb 27 23:11:07 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2106] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:11:07 2026] GET /v2.0/security-groups?id=b5a4fa66-e5a1-4f7a-98c5-2f85b1bc072a&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 23:11:07.707 8 INFO neutron_taas.services.taas.taas_plugin [None req-31576757-0741-4e24-b735-d0e944b72a4e b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] TaaS: Handle Delete Port: 91fa2065-7466-49c5-922c-0d79fade2e21 2026-02-27 23:11:07.711 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31576757-0741-4e24-b735-d0e944b72a4e b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] Tap Mirror: Handle Delete Port: 91fa2065-7466-49c5-922c-0d79fade2e21 [pid: 8|app: 0|req: 1126/2107] 10.0.0.113 () {34 vars in 789 bytes} [Fri Feb 27 23:11:07 2026] PUT /v2.0/routers/641e97a9-1772-46b0-ae34-b148f623ba8c/remove_router_interface => generated 309 bytes in 706 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2108] 10.0.0.113 () {32 vars in 736 bytes} [Fri Feb 27 23:11:08 2026] GET /v2.0/ports?device_id=641e97a9-1772-46b0-ae34-b148f623ba8c => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:11:08.314 8 INFO neutron_taas.services.taas.taas_plugin [None req-919d162a-14e1-4da2-82df-2a8ebc7b91b1 b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] TaaS: Handle Delete Port: 9145e2ec-1489-497b-8f8b-af79b07b1911 2026-02-27 23:11:08.317 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-919d162a-14e1-4da2-82df-2a8ebc7b91b1 b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] Tap Mirror: Handle Delete Port: 9145e2ec-1489-497b-8f8b-af79b07b1911 [pid: 7|app: 0|req: 983/2109] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:11:08 2026] GET /v2.0/ports?tenant_id=5f782c1f8ccb4c888876cdf82b5f0753&device_id=bc591f72-88cc-4c09-b678-1a8d132192b1 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2110] 199.204.45.162 () {34 vars in 1060 bytes} [Fri Feb 27 23:11:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=af5ddb1d-f4ec-4e15-b6f6-a5a1a90daa85 => 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: 985/2111] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:08 2026] GET /v2.0/ports?device_id=bc591f72-88cc-4c09-b678-1a8d132192b1 => generated 973 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2112] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:11:08 2026] GET /v2.0/subnets?id=e2d560ec-9442-43f4-a2c9-5e3d3f0fbe25 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:11:08.658 8 INFO neutron.services.segments.plugin [-] Segment fb50f423-3b45-4924-a5a7-8ff4a92a61e2 resource provider aggregate not found [pid: 7|app: 0|req: 987/2113] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:11:08 2026] GET /v2.0/security-groups?id=b5a4fa66-e5a1-4f7a-98c5-2f85b1bc072a&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:11:08.665 8 INFO neutron.services.segments.plugin [-] Segment fb50f423-3b45-4924-a5a7-8ff4a92a61e2 resource provider aggregate not found 2026-02-27 23:11:08.689 8 INFO neutron.services.segments.plugin [-] Segment fb50f423-3b45-4924-a5a7-8ff4a92a61e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb50f423-3b45-4924-a5a7-8ff4a92a61e2 found for delete ", "request_id": "req-506ca7e0-5d76-478d-a59c-827660658b11"}]} 2026-02-27 23:11:08.689 8 INFO neutron.services.segments.plugin [-] Segment fb50f423-3b45-4924-a5a7-8ff4a92a61e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb50f423-3b45-4924-a5a7-8ff4a92a61e2 found for delete ", "request_id": "req-7174e474-c24d-4cd8-92c1-453c0ecd8f8d"}]} 2026-02-27 23:11:08.696 8 INFO neutron.db.l3_hamode_db [None req-919d162a-14e1-4da2-82df-2a8ebc7b91b1 b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] HA network 54ed21ac-03db-4deb-9023-9036ae5239ab was deleted as no HA routers are present in tenant d577499d8be64a9493b4ebf9b87dc12f. [pid: 7|app: 0|req: 988/2114] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:11:08 2026] GET /v2.0/ports?network_id=d949c282-30c7-4169-908f-f9dd4c21bb58&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2115] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:11:08 2026] DELETE /v2.0/routers/641e97a9-1772-46b0-ae34-b148f623ba8c => generated 0 bytes in 562 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2116] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:11:08 2026] GET /v2.0/networks/d949c282-30c7-4169-908f-f9dd4c21bb58?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: 1129/2117] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:11:08 2026] GET /v2.0/networks/d949c282-30c7-4169-908f-f9dd4c21bb58?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2118] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:11:08 2026] DELETE /v2.0/subnets/307fdef2-e8dc-419e-9857-7dc0471a65e4 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2119] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:11:08 2026] DELETE /v2.0/networks/be62d745-a923-4f7d-93b9-f680c6b0401a => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:11:09.042 7 INFO neutron.db.segments_db [None req-a92aa222-a5c9-4287-9c40-1a52d3cde50b b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] Added segment 48462011-0764-47fe-8290-6f057b513d30 of type vxlan for network 47057753-6e43-4ad9-95f4-c7eed869940f 2026-02-27 23:11:09.267 7 INFO neutron.db.l3_hamode_db [None req-a92aa222-a5c9-4287-9c40-1a52d3cde50b b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1131/2120] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:09 2026] GET /v2.0/ports?device_id=bc591f72-88cc-4c09-b678-1a8d132192b1 => 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: 1132/2121] 199.204.45.162 () {30 vars in 703 bytes} [Fri Feb 27 23:11:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2122] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:11:09 2026] GET /v2.0/security-groups?id=b5a4fa66-e5a1-4f7a-98c5-2f85b1bc072a&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2123] 199.204.45.162 () {30 vars in 705 bytes} [Fri Feb 27 23:11:09 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: 1135/2124] 199.204.45.162 () {30 vars in 681 bytes} [Fri Feb 27 23:11:09 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: 1136/2125] 199.204.45.162 () {30 vars in 717 bytes} [Fri Feb 27 23:11: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) [pid: 8|app: 0|req: 1137/2126] 199.204.45.162 () {30 vars in 737 bytes} [Fri Feb 27 23:11:09 2026] GET /v2.0/ports/0f15cd0e-a1ae-4a28-aa9f-9779739d6f28 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:11:10.071 7 INFO neutron.db.l3_hamode_db [None req-a92aa222-a5c9-4287-9c40-1a52d3cde50b b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1138/2127] 199.204.45.162 () {30 vars in 703 bytes} [Fri Feb 27 23:11:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2128] 199.204.45.162 () {30 vars in 705 bytes} [Fri Feb 27 23:11:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2129] 199.204.45.162 () {30 vars in 681 bytes} [Fri Feb 27 23:11:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2130] 199.204.45.162 () {30 vars in 717 bytes} [Fri Feb 27 23:11:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:11:10.318 8 INFO neutron.api.v2.resource [None req-d11ddce9-1c55-4945-93cd-260a1b4182c9 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1142/2131] 199.204.45.162 () {30 vars in 763 bytes} [Fri Feb 27 23:11:10 2026] GET /v2.0/security-groups/lb-edb47c67-22e1-490f-8801-c4d66bfc952f => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2132] 199.204.45.162 () {30 vars in 785 bytes} [Fri Feb 27 23:11:10 2026] GET /v2.0/security-groups?name=lb-edb47c67-22e1-490f-8801-c4d66bfc952f => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2133] 199.204.45.162 () {34 vars in 736 bytes} [Fri Feb 27 23:11:10 2026] POST /v2.0/security-groups => generated 1636 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2134] 199.204.45.162 () {30 vars in 815 bytes} [Fri Feb 27 23:11:10 2026] GET /v2.0/security-group-rules?security_group_id=ee7d4ed3-96fb-40f8-93f8-040d74a8f1aa => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:11:10.714 8 INFO neutron.services.segments.plugin [-] Segment 178eca44-cdb8-4662-9cf6-d0f6dd708bab resource provider aggregate not found 2026-02-27 23:11:10.717 8 INFO neutron.services.segments.plugin [-] Segment 178eca44-cdb8-4662-9cf6-d0f6dd708bab resource provider aggregate not found 2026-02-27 23:11:10.742 8 INFO neutron.services.segments.plugin [-] Segment 178eca44-cdb8-4662-9cf6-d0f6dd708bab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 178eca44-cdb8-4662-9cf6-d0f6dd708bab found for delete ", "request_id": "req-2d30777f-bd62-4941-87c9-a987c9a61562"}]} 2026-02-27 23:11:10.742 8 INFO neutron.services.segments.plugin [-] Segment 178eca44-cdb8-4662-9cf6-d0f6dd708bab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 178eca44-cdb8-4662-9cf6-d0f6dd708bab found for delete ", "request_id": "req-348b721c-f97a-4a4e-8f91-b2b3b491312b"}]} [pid: 8|app: 0|req: 1146/2135] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:11:10 2026] GET /v2.0/security-groups?tenant_id=c203bbea626948ffa024fbfc20f899a9&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: 990/2136] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:11:08 2026] POST /v2.0/routers => generated 692 bytes in 1993 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2137] 199.204.45.162 () {34 vars in 789 bytes} [Fri Feb 27 23:11:10 2026] PUT /v2.0/ports/0f15cd0e-a1ae-4a28-aa9f-9779739d6f28 => generated 1132 bytes in 231 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: 1148/2138] 10.0.0.113 () {32 vars in 721 bytes} [Fri Feb 27 23:11:10 2026] GET /v2.0/routers/c8e2144d-19c5-43ee-be36-bb1b4d47e73c => generated 698 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2139] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:11:10 2026] DELETE /v2.0/security-groups/096ace8a-021f-4f4b-b2ca-2cd461896902 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2140] 199.204.45.162 () {30 vars in 703 bytes} [Fri Feb 27 23:11:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2141] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:11 2026] GET /v2.0/ports?device_id=bc591f72-88cc-4c09-b678-1a8d132192b1 => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2142] 199.204.45.162 () {30 vars in 705 bytes} [Fri Feb 27 23:11:11 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: 993/2143] 10.0.0.113 () {32 vars in 647 bytes} [Fri Feb 27 23:11:11 2026] GET /v2.0/routers => generated 701 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2144] 199.204.45.162 () {30 vars in 681 bytes} [Fri Feb 27 23:11:11 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: 1151/2145] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:11:11 2026] GET /v2.0/security-groups?id=b5a4fa66-e5a1-4f7a-98c5-2f85b1bc072a&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: 1152/2146] 199.204.45.162 () {30 vars in 717 bytes} [Fri Feb 27 23:11: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: 1153/2147] 199.204.45.162 () {30 vars in 741 bytes} [Fri Feb 27 23:11:11 2026] GET /v2.0/subnets/419bcf6a-1e6e-4c2a-9ce8-ca55faab8f18 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2148] 10.0.0.113 () {34 vars in 741 bytes} [Fri Feb 27 23:11:11 2026] PUT /v2.0/routers/c8e2144d-19c5-43ee-be36-bb1b4d47e73c => generated 705 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2149] 10.0.0.113 () {32 vars in 721 bytes} [Fri Feb 27 23:11:11 2026] GET /v2.0/routers/c8e2144d-19c5-43ee-be36-bb1b4d47e73c => generated 705 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2150] 10.0.0.113 () {32 vars in 736 bytes} [Fri Feb 27 23:11:11 2026] GET /v2.0/ports?device_id=c8e2144d-19c5-43ee-be36-bb1b4d47e73c => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:11:11.869 8 INFO neutron_taas.services.taas.taas_plugin [None req-d51ae4d1-dd2c-427b-9b98-4f1c0629861b b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] TaaS: Handle Delete Port: 9ff061f3-0925-4828-a7ab-7da535bcb0cb 2026-02-27 23:11:11.874 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d51ae4d1-dd2c-427b-9b98-4f1c0629861b b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] Tap Mirror: Handle Delete Port: 9ff061f3-0925-4828-a7ab-7da535bcb0cb 2026-02-27 23:11:12.149 8 INFO neutron_taas.services.taas.taas_plugin [None req-d51ae4d1-dd2c-427b-9b98-4f1c0629861b b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] TaaS: Handle Delete Port: 74a7220e-e981-42be-961e-fdd1dd81bed8 2026-02-27 23:11:12.153 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d51ae4d1-dd2c-427b-9b98-4f1c0629861b b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] Tap Mirror: Handle Delete Port: 74a7220e-e981-42be-961e-fdd1dd81bed8 [pid: 7|app: 0|req: 997/2151] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:12 2026] GET /v2.0/ports?device_id=bc591f72-88cc-4c09-b678-1a8d132192b1 => 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: 998/2152] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:11:12 2026] GET /v2.0/security-groups?id=b5a4fa66-e5a1-4f7a-98c5-2f85b1bc072a&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 23:11:12.538 8 INFO neutron.db.l3_hamode_db [None req-d51ae4d1-dd2c-427b-9b98-4f1c0629861b b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] HA network 47057753-6e43-4ad9-95f4-c7eed869940f was deleted as no HA routers are present in tenant d577499d8be64a9493b4ebf9b87dc12f. [pid: 8|app: 0|req: 1155/2153] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:11:11 2026] DELETE /v2.0/routers/c8e2144d-19c5-43ee-be36-bb1b4d47e73c => generated 0 bytes in 860 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2154] 10.0.0.113 () {32 vars in 736 bytes} [Fri Feb 27 23:11:12 2026] GET /v2.0/ports?device_id=c8e2144d-19c5-43ee-be36-bb1b4d47e73c => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:11:12.600 8 INFO neutron.api.v2.resource [None req-af1200e7-386b-4eea-8e39-3c7fadc5c1ad b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1156/2155] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:11:12 2026] DELETE /v2.0/routers/c8e2144d-19c5-43ee-be36-bb1b4d47e73c => 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: 1000/2156] 10.0.0.113 () {32 vars in 736 bytes} [Fri Feb 27 23:11:12 2026] GET /v2.0/ports?device_id=641e97a9-1772-46b0-ae34-b148f623ba8c => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:11:12.658 8 INFO neutron.api.v2.resource [None req-c4c2d14b-ad2c-4424-9745-caca0be197bf b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1157/2157] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:11:12 2026] DELETE /v2.0/routers/641e97a9-1772-46b0-ae34-b148f623ba8c => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:11:12.689 7 INFO neutron.pecan_wsgi.hooks.translation [None req-73af3be4-d5da-4bf3-954e-146cffec5266 b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1001/2158] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:11:12 2026] DELETE /v2.0/subnets/307fdef2-e8dc-419e-9857-7dc0471a65e4 => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2159] 10.0.0.113 () {32 vars in 736 bytes} [Fri Feb 27 23:11:12 2026] GET /v2.0/ports?device_id=3c4ded2b-9bc4-4db1-bb53-29ddbe734204 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:11:12.739 7 INFO neutron.api.v2.resource [None req-24b94338-3431-49c0-a608-5ca236898c29 b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1002/2160] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:11:12 2026] DELETE /v2.0/routers/3c4ded2b-9bc4-4db1-bb53-29ddbe734204 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:11:12.769 8 INFO neutron.services.segments.plugin [-] Segment 48462011-0764-47fe-8290-6f057b513d30 resource provider aggregate not found 2026-02-27 23:11:12.769 8 INFO neutron.services.segments.plugin [-] Segment 48462011-0764-47fe-8290-6f057b513d30 resource provider aggregate not found 2026-02-27 23:11:12.783 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a2d3bf04-993a-444b-8983-d726c423adee b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] DELETE failed (client error): The resource could not be found. 2026-02-27 23:11:12.787 8 INFO neutron.services.segments.plugin [-] Segment 48462011-0764-47fe-8290-6f057b513d30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48462011-0764-47fe-8290-6f057b513d30 found for delete ", "request_id": "req-3c3269fb-f73c-4d5d-acde-343b4276051c"}]} [pid: 8|app: 0|req: 1159/2161] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:11:12 2026] DELETE /v2.0/subnets/9d0fcf89-f43a-4b26-968c-4d16781c40eb => generated 136 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:11:12.796 8 INFO neutron.services.segments.plugin [-] Segment 48462011-0764-47fe-8290-6f057b513d30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48462011-0764-47fe-8290-6f057b513d30 found for delete ", "request_id": "req-4edb968b-4a33-4659-ad33-24d86ed2f4e9"}]} [pid: 7|app: 0|req: 1003/2162] 10.0.0.113 () {32 vars in 736 bytes} [Fri Feb 27 23:11:12 2026] GET /v2.0/ports?device_id=976b4eb3-7c55-49e3-832b-fc97756cc882 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:11:12.858 8 INFO neutron.api.v2.resource [None req-abda67e4-5a67-42c2-a2c9-cc2028869549 b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1160/2163] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:11:12 2026] DELETE /v2.0/routers/976b4eb3-7c55-49e3-832b-fc97756cc882 => generated 135 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:11:12.879 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9e5e636e-d450-45ea-8a5e-beff957056fc b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1004/2164] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:11:12 2026] DELETE /v2.0/subnets/c2d57f67-9803-4530-acc9-324a796c9eec => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:11:12.905 8 INFO neutron.pecan_wsgi.hooks.translation [None req-504b1e52-5776-4284-9a98-dbfee876226e b7efde3cf90d43ea9e0f3a857f8c3ac6 d577499d8be64a9493b4ebf9b87dc12f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1161/2165] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:11:12 2026] DELETE /v2.0/subnets/c3326579-fa70-4a0c-bf93-28198ce0f802 => 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: 1005/2166] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:13 2026] GET /v2.0/ports?device_id=bc591f72-88cc-4c09-b678-1a8d132192b1 => 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: 1006/2167] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:11:13 2026] GET /v2.0/security-groups?id=b5a4fa66-e5a1-4f7a-98c5-2f85b1bc072a&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: 1007/2168] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:13 2026] GET /v2.0/ports?device_id=bc591f72-88cc-4c09-b678-1a8d132192b1 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2169] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:11:13 2026] GET /v2.0/security-groups?id=b5a4fa66-e5a1-4f7a-98c5-2f85b1bc072a&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2170] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:11:13 2026] GET /v2.0/security-groups?tenant_id=d577499d8be64a9493b4ebf9b87dc12f&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: 1163/2171] 10.0.0.113 () {32 vars in 736 bytes} [Fri Feb 27 23:11:13 2026] GET /v2.0/ports?device_id=bc591f72-88cc-4c09-b678-1a8d132192b1 => 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: 1009/2172] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:11:13 2026] DELETE /v2.0/security-groups/b37424cd-ccbe-4737-a9ed-2c7d58224ac1 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:11:14.132 8 INFO neutron.db.l3_db [None req-6a2aa4fd-a46d-4bfa-a157-4577aaa9901a 90e288593b764f7ca7eac38d7baa4229 5f782c1f8ccb4c888876cdf82b5f0753 - - default default] Floating IP 5858dfca-124f-45f2-9c9e-64e9de664f68 associated. External IP: 10.96.250.218, port: af5ddb1d-f4ec-4e15-b6f6-a5a1a90daa85. [pid: 8|app: 0|req: 1164/2173] 10.0.0.113 () {34 vars in 749 bytes} [Fri Feb 27 23:11:13 2026] PUT /v2.0/floatingips/5858dfca-124f-45f2-9c9e-64e9de664f68 => generated 856 bytes in 620 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:11:14.492 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-09a3d2e9-7aa8-4ed8-a75d-945bed7e4f4c'] response: {'name': 'network-changed', 'server_uuid': 'bc591f72-88cc-4c09-b678-1a8d132192b1', 'tag': 'af5ddb1d-f4ec-4e15-b6f6-a5a1a90daa85', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1010/2174] 10.0.0.113 () {32 vars in 729 bytes} [Fri Feb 27 23:11:14 2026] GET /v2.0/floatingips/5858dfca-124f-45f2-9c9e-64e9de664f68 => generated 856 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2175] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:11:15 2026] GET /v2.0/ports?tenant_id=5f782c1f8ccb4c888876cdf82b5f0753&device_id=bc591f72-88cc-4c09-b678-1a8d132192b1 => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2176] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:11:15 2026] GET /v2.0/networks?id=d949c282-30c7-4169-908f-f9dd4c21bb58 => generated 757 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2177] 199.204.45.162 () {34 vars in 1060 bytes} [Fri Feb 27 23:11:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=af5ddb1d-f4ec-4e15-b6f6-a5a1a90daa85 => generated 859 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2178] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:11:15 2026] GET /v2.0/subnets?id=e2d560ec-9442-43f4-a2c9-5e3d3f0fbe25 => generated 677 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2179] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:11:15 2026] GET /v2.0/ports?network_id=d949c282-30c7-4169-908f-f9dd4c21bb58&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: 1013/2180] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:11:15 2026] GET /v2.0/networks/d949c282-30c7-4169-908f-f9dd4c21bb58?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: 1168/2181] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:11:15 2026] GET /v2.0/networks/d949c282-30c7-4169-908f-f9dd4c21bb58?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2182] 10.0.0.113 () {32 vars in 729 bytes} [Fri Feb 27 23:11:15 2026] GET /v2.0/floatingips/5858dfca-124f-45f2-9c9e-64e9de664f68 => generated 856 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2183] 10.0.0.113 () {34 vars in 677 bytes} [Fri Feb 27 23:11:15 2026] POST /v2.0/subnetpools => generated 549 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2184] 10.0.0.113 () {32 vars in 729 bytes} [Fri Feb 27 23:11:15 2026] GET /v2.0/subnetpools/f36ef73d-df22-4ce7-a88b-b0de38890d3c => generated 549 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:11:15.850 7 INFO neutron.db.segments_db [None req-1c264129-a1fc-4ee5-955e-645f0fda6276 e883f1e2ed4540f9841b30e24a586459 0c08e70cc24b4ba48d7587495ebe7b04 - - default default] Added segment b80247e9-c21e-4808-8db8-389f886c7525 of type vxlan for network 7d34512e-4ba9-426e-86b3-1a9fd6637011 [pid: 8|app: 0|req: 1172/2185] 10.0.0.113 () {34 vars in 749 bytes} [Fri Feb 27 23:11:15 2026] PUT /v2.0/subnetpools/f36ef73d-df22-4ce7-a88b-b0de38890d3c => generated 500 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2186] 10.0.0.113 () {32 vars in 732 bytes} [Fri Feb 27 23:11:15 2026] DELETE /v2.0/subnetpools/f36ef73d-df22-4ce7-a88b-b0de38890d3c => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:11:15.949 8 INFO neutron.api.v2.resource [None req-2fe1c291-a731-44bf-b6cc-a00f6a72b221 81a47243587844d58f5f82f04ddaca98 8fd6f26f4a984d79b82c101d5cd0a0e5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1174/2187] 10.0.0.113 () {32 vars in 729 bytes} [Fri Feb 27 23:11:15 2026] GET /v2.0/subnetpools/f36ef73d-df22-4ce7-a88b-b0de38890d3c => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2188] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:11:15 2026] POST /v2.0/networks => generated 613 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:11:15.963 8 INFO neutron.api.v2.resource [None req-a41e4dc4-693f-4477-8bec-b167a01c635d 81a47243587844d58f5f82f04ddaca98 8fd6f26f4a984d79b82c101d5cd0a0e5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1175/2189] 10.0.0.113 () {32 vars in 732 bytes} [Fri Feb 27 23:11:15 2026] DELETE /v2.0/subnetpools/f36ef73d-df22-4ce7-a88b-b0de38890d3c => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:11:16.020 7 INFO neutron.db.segments_db [None req-b067fdf4-a84c-4e2b-9013-c6e62c10a286 e883f1e2ed4540f9841b30e24a586459 0c08e70cc24b4ba48d7587495ebe7b04 - - default default] Added segment 18d1eb4b-4fbc-4060-8da7-5e932b019162 of type vxlan for network 6e6f00df-5384-403b-acfe-58afa844d187 [pid: 7|app: 0|req: 1015/2190] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:11:15 2026] POST /v2.0/networks => generated 612 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:11:16.203 8 INFO neutron.db.segments_db [None req-8aeda1ff-2197-4010-8d2d-3fc3e6d8d4cc e883f1e2ed4540f9841b30e24a586459 0c08e70cc24b4ba48d7587495ebe7b04 - - default default] Added segment d79fa142-5cff-4b2f-bf18-a2f40231b32b of type vxlan for network 76752876-52dd-4672-89a0-99b3373ec42d [pid: 8|app: 0|req: 1176/2191] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:11:16 2026] POST /v2.0/networks => generated 613 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:11:16.374 7 INFO neutron.db.segments_db [None req-6cf1c195-f619-409b-8137-04a1df5b0516 e883f1e2ed4540f9841b30e24a586459 0c08e70cc24b4ba48d7587495ebe7b04 - - default default] Added segment 4e0caf56-9005-4896-971e-50d13b1eaa90 of type vxlan for network ba8fa8d7-969e-4eae-a86a-936e0b936f1d [pid: 7|app: 0|req: 1016/2194] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:11:16 2026] POST /v2.0/networks => generated 613 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:11:16.549 8 INFO neutron.db.segments_db [None req-ad41dff1-b750-4f74-96cf-214e42a24633 e883f1e2ed4540f9841b30e24a586459 0c08e70cc24b4ba48d7587495ebe7b04 - - default default] Added segment d523fe6c-2f89-46da-9246-12820c44e04b of type vxlan for network a3b4d4d3-24b0-495b-8e2d-d31b5014a013 [pid: 7|app: 0|req: 1017/2195] 10.0.0.113 () {32 vars in 729 bytes} [Fri Feb 27 23:11:16 2026] GET /v2.0/floatingips/5858dfca-124f-45f2-9c9e-64e9de664f68 => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2196] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:11:16 2026] POST /v2.0/networks => generated 611 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2197] 10.0.0.113 () {34 vars in 753 bytes} [Fri Feb 27 23:11:16 2026] PUT /v2.0/networks/7d34512e-4ba9-426e-86b3-1a9fd6637011/tags => generated 17 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2198] 10.0.0.113 () {34 vars in 753 bytes} [Fri Feb 27 23:11:16 2026] PUT /v2.0/networks/6e6f00df-5384-403b-acfe-58afa844d187/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2199] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:11:16 2026] GET /v2.0/security-groups?tenant_id=8fd6f26f4a984d79b82c101d5cd0a0e5&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2200] 10.0.0.113 () {34 vars in 753 bytes} [Fri Feb 27 23:11:16 2026] PUT /v2.0/networks/76752876-52dd-4672-89a0-99b3373ec42d/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2201] 10.0.0.113 () {34 vars in 753 bytes} [Fri Feb 27 23:11:16 2026] PUT /v2.0/networks/ba8fa8d7-969e-4eae-a86a-936e0b936f1d/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2202] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:11:16 2026] DELETE /v2.0/security-groups/4ef5accb-11ad-4634-be6f-9b8b52732f92 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2203] 10.0.0.113 () {32 vars in 666 bytes} [Fri Feb 27 23:11:16 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2204] 10.0.0.113 () {32 vars in 680 bytes} [Fri Feb 27 23:11:17 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2205] 10.0.0.113 () {32 vars in 676 bytes} [Fri Feb 27 23:11:17 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2206] 10.0.0.113 () {32 vars in 688 bytes} [Fri Feb 27 23:11:17 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2207] 10.0.0.113 () {32 vars in 674 bytes} [Fri Feb 27 23:11:17 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2208] 10.0.0.113 () {32 vars in 688 bytes} [Fri Feb 27 23:11:17 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2209] 10.0.0.113 () {32 vars in 684 bytes} [Fri Feb 27 23:11:17 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2210] 10.0.0.113 () {32 vars in 696 bytes} [Fri Feb 27 23:11:17 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:11:17.659 8 INFO neutron.services.segments.plugin [-] Segment b80247e9-c21e-4808-8db8-389f886c7525 resource provider aggregate not found 2026-02-27 23:11:17.663 8 INFO neutron.services.segments.plugin [-] Segment b80247e9-c21e-4808-8db8-389f886c7525 resource provider aggregate not found 2026-02-27 23:11:17.681 8 INFO neutron.services.segments.plugin [-] Segment b80247e9-c21e-4808-8db8-389f886c7525 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b80247e9-c21e-4808-8db8-389f886c7525 found for delete ", "request_id": "req-c1031eb8-ced2-4fb9-ab50-740999feacca"}]} 2026-02-27 23:11:17.683 8 INFO neutron.services.segments.plugin [-] Segment b80247e9-c21e-4808-8db8-389f886c7525 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b80247e9-c21e-4808-8db8-389f886c7525 found for delete ", "request_id": "req-8cdcdcf8-cdd8-468e-bb28-824ea1f8eee1"}]} [pid: 8|app: 0|req: 1188/2211] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:11:17 2026] DELETE /v2.0/networks/7d34512e-4ba9-426e-86b3-1a9fd6637011 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:11:17.810 7 INFO neutron.services.segments.plugin [-] Segment 18d1eb4b-4fbc-4060-8da7-5e932b019162 resource provider aggregate not found 2026-02-27 23:11:17.819 7 INFO neutron.services.segments.plugin [-] Segment 18d1eb4b-4fbc-4060-8da7-5e932b019162 resource provider aggregate not found 2026-02-27 23:11:17.832 7 INFO neutron.services.segments.plugin [-] Segment 18d1eb4b-4fbc-4060-8da7-5e932b019162 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18d1eb4b-4fbc-4060-8da7-5e932b019162 found for delete ", "request_id": "req-aa4ffeff-f895-49a5-be52-29294ef4d3ff"}]} 2026-02-27 23:11:17.836 7 INFO neutron.services.segments.plugin [-] Segment 18d1eb4b-4fbc-4060-8da7-5e932b019162 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18d1eb4b-4fbc-4060-8da7-5e932b019162 found for delete ", "request_id": "req-f48e0060-2c1e-408e-be17-0401140d946f"}]} [pid: 7|app: 0|req: 1024/2212] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:11:17 2026] DELETE /v2.0/networks/6e6f00df-5384-403b-acfe-58afa844d187 => 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: 1189/2213] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:11:17 2026] DELETE /v2.0/networks/76752876-52dd-4672-89a0-99b3373ec42d => 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: 1025/2214] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:11:17 2026] DELETE /v2.0/networks/ba8fa8d7-969e-4eae-a86a-936e0b936f1d => 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: 1190/2215] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:11:18 2026] DELETE /v2.0/networks/a3b4d4d3-24b0-495b-8e2d-d31b5014a013 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2216] 10.0.0.208 () {34 vars in 1016 bytes} [Fri Feb 27 23:11:19 2026] GET /v2.0/security-groups?id=34669891-8a92-4bc8-afc5-99dfc9c464d3&fields=id => 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: 1027/2217] 10.0.0.208 () {34 vars in 982 bytes} [Fri Feb 27 23:11:19 2026] GET /v2.0/networks?id=88205cbe-a947-4794-9823-d299d1c79649 => generated 734 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2218] 10.0.0.208 () {34 vars in 965 bytes} [Fri Feb 27 23:11:19 2026] GET /v2.0/quotas/d66f387d1d2b459cba84f7f538c886f5 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2219] 10.0.0.208 () {34 vars in 1002 bytes} [Fri Feb 27 23:11:19 2026] GET /v2.0/ports?tenant_id=d66f387d1d2b459cba84f7f538c886f5&fields=id => generated 149 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2220] 10.0.0.208 () {34 vars in 1008 bytes} [Fri Feb 27 23:11:19 2026] GET /v2.0/networks/88205cbe-a947-4794-9823-d299d1c79649?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: 1191/2221] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:11:19 2026] GET /v2.0/security-groups?tenant_id=c9ce6b7cee0c4b2fa995aee63c0512a8&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2222] 10.0.0.208 () {34 vars in 1108 bytes} [Fri Feb 27 23:11:19 2026] GET /v2.0/networks/88205cbe-a947-4794-9823-d299d1c79649?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: 1192/2223] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:11:19 2026] DELETE /v2.0/security-groups/7d833b76-fc89-4a73-8bac-42b3414ae234 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:11:19.707 8 INFO neutron.services.segments.plugin [-] Segment d79fa142-5cff-4b2f-bf18-a2f40231b32b resource provider aggregate not found 2026-02-27 23:11:19.712 8 INFO neutron.services.segments.plugin [-] Segment d79fa142-5cff-4b2f-bf18-a2f40231b32b resource provider aggregate not found 2026-02-27 23:11:19.733 8 INFO neutron.services.segments.plugin [-] Segment d79fa142-5cff-4b2f-bf18-a2f40231b32b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d79fa142-5cff-4b2f-bf18-a2f40231b32b found for delete ", "request_id": "req-0950609e-9854-4e41-b8e7-68d29ec342b7"}]} 2026-02-27 23:11:19.742 8 INFO neutron.services.segments.plugin [-] Segment d79fa142-5cff-4b2f-bf18-a2f40231b32b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d79fa142-5cff-4b2f-bf18-a2f40231b32b found for delete ", "request_id": "req-2a6efd12-586e-40d8-a5ac-f4a6e3c23661"}]} 2026-02-27 23:11:19.749 8 INFO neutron.services.segments.plugin [-] Segment d523fe6c-2f89-46da-9246-12820c44e04b resource provider aggregate not found 2026-02-27 23:11:19.756 8 INFO neutron.services.segments.plugin [-] Segment d523fe6c-2f89-46da-9246-12820c44e04b resource provider aggregate not found 2026-02-27 23:11:19.775 8 INFO neutron.services.segments.plugin [-] Segment d523fe6c-2f89-46da-9246-12820c44e04b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d523fe6c-2f89-46da-9246-12820c44e04b found for delete ", "request_id": "req-e80072c6-75ec-4020-8a4d-7c3f44c328c2"}]} 2026-02-27 23:11:19.777 8 INFO neutron.services.segments.plugin [-] Segment d523fe6c-2f89-46da-9246-12820c44e04b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d523fe6c-2f89-46da-9246-12820c44e04b found for delete ", "request_id": "req-5db9f76f-b289-411e-b0c0-e83e76dada8f"}]} [pid: 7|app: 0|req: 1032/2224] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:11:19 2026] GET /v2.0/security-groups?tenant_id=5d1bc4cc8ea147be8017e39b0f5b086b&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:11:19.855 7 INFO neutron.services.segments.plugin [-] Segment 4e0caf56-9005-4896-971e-50d13b1eaa90 resource provider aggregate not found 2026-02-27 23:11:19.862 7 INFO neutron.services.segments.plugin [-] Segment 4e0caf56-9005-4896-971e-50d13b1eaa90 resource provider aggregate not found 2026-02-27 23:11:19.874 7 INFO neutron.services.segments.plugin [-] Segment 4e0caf56-9005-4896-971e-50d13b1eaa90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e0caf56-9005-4896-971e-50d13b1eaa90 found for delete ", "request_id": "req-87894831-69ef-44ca-8325-e975d5b9fbaa"}]} 2026-02-27 23:11:19.878 7 INFO neutron.services.segments.plugin [-] Segment 4e0caf56-9005-4896-971e-50d13b1eaa90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e0caf56-9005-4896-971e-50d13b1eaa90 found for delete ", "request_id": "req-d0a6331a-ef7a-4269-8b91-5c0a6cdef79b"}]} [pid: 8|app: 0|req: 1193/2225] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:11:19 2026] DELETE /v2.0/security-groups/9511fd7c-270f-4742-b76d-f448df8a17a2 => 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: 1033/2226] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:11:20 2026] GET /v2.0/security-groups?tenant_id=0c08e70cc24b4ba48d7587495ebe7b04&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2227] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:20 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => 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: 1035/2228] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:20 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => 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: 1194/2229] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:11:20 2026] DELETE /v2.0/security-groups/5f37d219-f55d-4ec1-a9ca-839d66c05f2c => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2230] 10.0.0.153 () {28 vars in 581 bytes} [Fri Feb 27 23:11:21 2026] GET /v2.0/agents => generated 3386 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2231] 10.0.0.153 () {28 vars in 619 bytes} [Fri Feb 27 23:11:21 2026] GET /v2.0/network-ip-availabilities => generated 4488 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2232] 10.0.0.153 () {28 vars in 585 bytes} [Fri Feb 27 23:11:21 2026] GET /v2.0/networks => generated 6661 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2233] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:11:21 2026] GET /v2.0/routers => generated 1452 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2234] 10.0.0.153 () {28 vars in 624 bytes} [Fri Feb 27 23:11:21 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2235] 10.0.0.153 () {28 vars in 677 bytes} [Fri Feb 27 23:11:21 2026] GET /v2.0/routers/2cdf05fb-0e98-4449-a3b9-c276f3c4ebc3/l3-agents => generated 681 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2236] 10.0.0.153 () {28 vars in 677 bytes} [Fri Feb 27 23:11:21 2026] GET /v2.0/routers/db00215a-30a3-4119-9899-d3a742b7e399/l3-agents => generated 681 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2237] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:11:21 2026] GET /v2.0/floatingips => generated 2547 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2238] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:11:21 2026] GET /v2.0/subnets => generated 7421 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2239] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:11:21 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: 7|app: 0|req: 1041/2240] 10.0.0.153 () {28 vars in 599 bytes} [Fri Feb 27 23:11:21 2026] GET /v2.0/security-groups => generated 43838 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2241] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:11:21 2026] GET /v2.0/subnets => generated 7421 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2242] 10.0.0.153 () {28 vars in 579 bytes} [Fri Feb 27 23:11:21 2026] GET /v2.0/ports => generated 29352 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2243] 10.0.0.208 () {34 vars in 1366 bytes} [Fri Feb 27 23:11:22 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace&device_id=bc591f72-88cc-4c09-b678-1a8d132192b1&device_id=18a64a8c-3223-4a1d-b9d2-9075f4fc84a6&device_id=67dd5e10-4cf8-422d-abdd-d8572fb03e21&device_id=825a866e-c01e-42af-a494-fa48f5018ae3 => generated 5393 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2244] 10.0.0.208 () {34 vars in 1200 bytes} [Fri Feb 27 23:11:22 2026] GET /v2.0/security-groups?id=b5a4fa66-e5a1-4f7a-98c5-2f85b1bc072a&id=f9b40df0-d199-4d38-98c5-f9613e59e6f4&id=a5c15419-68e2-4fef-a5a6-408270f3a555&fields=id&fields=name => generated 297 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2245] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:11:22 2026] GET /v2.0/security-groups?tenant_id=8dd73d4e0d344f25a8b1e4f92397eca9&name=default => generated 2925 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2246] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:11:22 2026] DELETE /v2.0/security-groups/59aeca2f-c055-4850-9149-c518681a79d1 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2247] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:11:22 2026] GET /v2.0/security-groups?tenant_id=2dfd3de950fa45b99c23580de581b7cf&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2248] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:22 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => 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: 1046/2249] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:11:22 2026] DELETE /v2.0/security-groups/7d50e1bd-01e1-401a-b2d2-460d1e4f3e0b => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2250] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:23 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => 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: 1047/2251] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:11:24 2026] GET /v2.0/networks?id=88205cbe-a947-4794-9823-d299d1c79649 => generated 734 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2252] 199.204.45.162 () {34 vars in 1050 bytes} [Fri Feb 27 23:11:24 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d66f387d1d2b459cba84f7f538c886f5 => generated 343 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2253] 199.204.45.162 () {38 vars in 955 bytes} [Fri Feb 27 23:11:24 2026] POST /v2.0/ports => generated 1082 bytes in 331 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: 1206/2254] 199.204.45.162 () {38 vars in 1028 bytes} [Fri Feb 27 23:11:24 2026] PUT /v2.0/ports/8533fb97-f9ea-4852-abf6-cec5e70b1399 => generated 1243 bytes in 479 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2255] 10.0.0.113 () {34 vars in 678 bytes} [Fri Feb 27 23:11:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:11:25.036 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6cf51a93-850f-4af3-9656-65ac188b41fb'] response: {'name': 'network-changed', 'server_uuid': '83b8fd2e-cd8c-4e94-b6df-bd9b82167ace', 'tag': '8533fb97-f9ea-4852-abf6-cec5e70b1399', '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: 1050/2256] 10.0.0.113 () {34 vars in 678 bytes} [Fri Feb 27 23:11:25 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:11:25.226 8 INFO neutron.db.segments_db [None req-46ca8172-9028-4b09-9020-c83c7254c1ba 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Added segment a1a60407-7d62-4324-af91-9a5648dc55e3 of type vxlan for network 3b8e0cdb-f5fb-4330-b147-0bf3080b942e [pid: 8|app: 0|req: 1207/2257] 10.0.0.113 () {34 vars in 671 bytes} [Fri Feb 27 23:11:25 2026] POST /v2.0/networks => generated 722 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2258] 10.0.0.113 () {34 vars in 678 bytes} [Fri Feb 27 23:11:25 2026] POST /v2.0/qos/policies => generated 359 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2259] 10.0.0.113 () {34 vars in 678 bytes} [Fri Feb 27 23:11:25 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: 1053/2260] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:11:25 2026] GET /v2.0/ports?tenant_id=d66f387d1d2b459cba84f7f538c886f5&device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 1246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2261] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:11:25 2026] POST /v2.0/subnets => generated 688 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2262] 10.0.0.113 () {34 vars in 678 bytes} [Fri Feb 27 23:11:25 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2263] 199.204.45.162 () {34 vars in 1018 bytes} [Fri Feb 27 23:11:25 2026] GET /v2.0/networks?tenant_id=d66f387d1d2b459cba84f7f538c886f5&shared=False => generated 734 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:11:25.671 7 INFO neutron.db.segments_db [None req-173aff92-a0be-4d3b-bc36-82e5d6be336a 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Added segment c8990f57-7a4c-4272-9797-afe59d9e8ba2 of type vxlan for network cfefa5ac-e087-4a0a-b0fc-099c65f21d55 [pid: 8|app: 0|req: 1210/2264] 10.0.0.113 () {34 vars in 753 bytes} [Fri Feb 27 23:11:25 2026] PUT /v2.0/policies/fce1be1d-9b54-40ab-9933-ced550aa21ea/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2265] 199.204.45.162 () {34 vars in 930 bytes} [Fri Feb 27 23:11:25 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2266] 10.0.0.113 () {34 vars in 753 bytes} [Fri Feb 27 23:11:25 2026] PUT /v2.0/policies/aab8793a-37af-44ce-9175-c9cbf47c346e/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2267] 10.0.0.113 () {34 vars in 753 bytes} [Fri Feb 27 23:11:25 2026] PUT /v2.0/policies/66cf455b-f630-419b-b7a8-d18a5c7de285/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2268] 10.0.0.113 () {34 vars in 753 bytes} [Fri Feb 27 23:11:25 2026] PUT /v2.0/policies/a104f100-b40e-47d9-90f5-aa2f907588f0/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:11:25.946 7 INFO neutron.db.l3_hamode_db [None req-173aff92-a0be-4d3b-bc36-82e5d6be336a 82d63d7528f5443898a88ff4cfa98c42 0201083faf3941bdb912f1a54bde929f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1215/2269] 10.0.0.159 () {34 vars in 990 bytes} [Fri Feb 27 23:11:26 2026] GET /v2.0/ports?device_id=bc591f72-88cc-4c09-b678-1a8d132192b1 => 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: 1216/2270] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:26 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 1246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2271] 10.0.0.159 () {34 vars in 1040 bytes} [Fri Feb 27 23:11:26 2026] GET /v2.0/security-groups?id=b5a4fa66-e5a1-4f7a-98c5-2f85b1bc072a&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2272] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:11:26 2026] GET /v2.0/security-groups?id=34669891-8a92-4bc8-afc5-99dfc9c464d3&fields=id&fields=name => generated 96 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2273] 10.0.0.113 () {32 vars in 674 bytes} [Fri Feb 27 23:11:26 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2274] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:26 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2275] 10.0.0.113 () {32 vars in 688 bytes} [Fri Feb 27 23:11:26 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2276] 10.0.0.113 () {32 vars in 684 bytes} [Fri Feb 27 23:11:26 2026] GET /v2.0/qos/policies?tags-any=blue => 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: 1223/2277] 10.0.0.113 () {32 vars in 696 bytes} [Fri Feb 27 23:11:26 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2278] 10.0.0.113 () {32 vars in 682 bytes} [Fri Feb 27 23:11:26 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2279] 10.0.0.113 () {32 vars in 696 bytes} [Fri Feb 27 23:11:26 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2280] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:11:26 2026] GET /v2.0/ports?tenant_id=d66f387d1d2b459cba84f7f538c886f5&device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:11:26.871 7 INFO neutron.db.l3_hamode_db [None req-173aff92-a0be-4d3b-bc36-82e5d6be336a 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1227/2281] 10.0.0.113 () {32 vars in 692 bytes} [Fri Feb 27 23:11:26 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2282] 199.204.45.162 () {34 vars in 1062 bytes} [Fri Feb 27 23:11:26 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.104&port_id=8533fb97-f9ea-4852-abf6-cec5e70b1399 => 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: 1229/2283] 10.0.0.113 () {32 vars in 704 bytes} [Fri Feb 27 23:11:26 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2284] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:11:26 2026] GET /v2.0/subnets?id=98f099b4-8283-450d-87dc-3970d5344ba0 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2285] 10.0.0.113 () {32 vars in 734 bytes} [Fri Feb 27 23:11:27 2026] DELETE /v2.0/qos/policies/fce1be1d-9b54-40ab-9933-ced550aa21ea => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2286] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:11:27 2026] GET /v2.0/ports?network_id=88205cbe-a947-4794-9823-d299d1c79649&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2287] 10.0.0.113 () {32 vars in 734 bytes} [Fri Feb 27 23:11:27 2026] DELETE /v2.0/qos/policies/aab8793a-37af-44ce-9175-c9cbf47c346e => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2288] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:11:27 2026] GET /v2.0/networks/88205cbe-a947-4794-9823-d299d1c79649?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: 1235/2289] 10.0.0.113 () {32 vars in 734 bytes} [Fri Feb 27 23:11:27 2026] DELETE /v2.0/qos/policies/66cf455b-f630-419b-b7a8-d18a5c7de285 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2290] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:11:27 2026] GET /v2.0/networks/88205cbe-a947-4794-9823-d299d1c79649?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: 1237/2291] 10.0.0.113 () {32 vars in 734 bytes} [Fri Feb 27 23:11:27 2026] DELETE /v2.0/qos/policies/a104f100-b40e-47d9-90f5-aa2f907588f0 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2292] 10.0.0.113 () {32 vars in 734 bytes} [Fri Feb 27 23:11:27 2026] DELETE /v2.0/qos/policies/2b9023da-1775-40fc-905d-ad7253f8eb4e => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2293] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:11:25 2026] POST /v2.0/routers => generated 728 bytes in 2206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2294] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:11:28 2026] GET /v2.0/security-groups?tenant_id=f6ecd5ca56434537971ca3c5fc465d37&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2295] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:11:28 2026] DELETE /v2.0/security-groups/925e717c-c1e0-4adb-8f4e-b213f059fb25 => 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: 1058/2296] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:11:28 2026] GET /v2.0/security-groups?tenant_id=2e3d30e2d81246b1861214ee014d8250&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2297] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:11:28 2026] DELETE /v2.0/security-groups/d0ef21e7-dd44-40a7-93d0-36b69efb6379 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2298] 10.0.0.113 () {34 vars in 783 bytes} [Fri Feb 27 23:11:27 2026] PUT /v2.0/routers/f7827f6c-0ce8-4df2-b4a8-41400e81213c/add_router_interface => generated 309 bytes in 1231 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2299] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:29 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 1246 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2300] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:11:29 2026] GET /v2.0/security-groups?id=34669891-8a92-4bc8-afc5-99dfc9c464d3&fields=id&fields=name => generated 96 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2301] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:11:29 2026] GET /v2.0/security-groups?tenant_id=f2245adb2f8d4fa8a4a3a622080a7ebe&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: 1061/2302] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:29 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2303] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:11:29 2026] DELETE /v2.0/security-groups/627e3ec1-2e67-4e7d-b1b9-1aa89a15e082 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:11:30.467 7 INFO neutron.db.segments_db [None req-310e3009-1043-428d-91a0-ed5bec12af44 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Added segment c01018e9-6155-439d-b966-80c893f9e799 of type vxlan for network f1af587e-04b2-4d35-863b-a24eb6f1db34 [pid: 7|app: 0|req: 1062/2304] 10.0.0.113 () {34 vars in 671 bytes} [Fri Feb 27 23:11:30 2026] POST /v2.0/networks => generated 722 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2305] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:11:30 2026] POST /v2.0/subnets => generated 688 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:11:30.858 7 INFO neutron.db.segments_db [None req-4445443c-3105-49fc-a312-0e756224b691 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Added segment 56a1f0e8-19b6-4769-ab4a-d16130685940 of type vxlan for network 6d068308-2bf0-4abb-a4ed-259684d4eb34 [pid: 8|app: 0|req: 1244/2306] 199.204.45.162 () {34 vars in 994 bytes} [Fri Feb 27 23:11:31 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2307] 199.204.45.162 () {34 vars in 1044 bytes} [Fri Feb 27 23:11:31 2026] GET /v2.0/security-groups?id=34669891-8a92-4bc8-afc5-99dfc9c464d3&fields=id&fields=name => generated 96 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:11:31.187 7 INFO neutron.db.l3_hamode_db [None req-4445443c-3105-49fc-a312-0e756224b691 82d63d7528f5443898a88ff4cfa98c42 c1e9c5bfb83e4e6b83a25ebd1ea91ead - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 23:11:32.035 7 INFO neutron.db.l3_hamode_db [None req-4445443c-3105-49fc-a312-0e756224b691 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1248/2310] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:32 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2311] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:11:32 2026] GET /v2.0/security-groups?id=34669891-8a92-4bc8-afc5-99dfc9c464d3&fields=id&fields=name => generated 96 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2312] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:32 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 1248 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2313] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:11:30 2026] POST /v2.0/routers => generated 728 bytes in 2239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:11:34.290 7 INFO neutron.db.segments_db [None req-b678ed2f-a0bb-4f4d-b54a-c8ace636f11e b1fd3256cf6c450f85dd89b8e3d21384 2d36cf5e16e64d8299c702a4f18cdf07 - - default default] Added segment 192da232-b5f2-4494-bb01-6373f951f72d of type vxlan for network 7873c8a4-46e0-4c21-9468-f277117165a6 2026-02-27 23:11:34.651 7 INFO neutron.db.l3_hamode_db [None req-b678ed2f-a0bb-4f4d-b54a-c8ace636f11e b1fd3256cf6c450f85dd89b8e3d21384 2d36cf5e16e64d8299c702a4f18cdf07 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1251/2314] 10.0.0.113 () {34 vars in 783 bytes} [Fri Feb 27 23:11:33 2026] PUT /v2.0/routers/048ac4a9-f7ec-468a-bb3d-3d5393e33759/add_router_interface => generated 309 bytes in 1760 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:11:34.835 7 INFO neutron.db.l3_hamode_db [None req-b678ed2f-a0bb-4f4d-b54a-c8ace636f11e b1fd3256cf6c450f85dd89b8e3d21384 2d36cf5e16e64d8299c702a4f18cdf07 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1064/2315] 10.0.0.113 () {34 vars in 668 bytes} [Fri Feb 27 23:11:34 2026] POST /v2.0/routers => generated 474 bytes in 1471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2316] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:35 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 1248 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2317] 10.0.0.113 () {34 vars in 685 bytes} [Fri Feb 27 23:11:35 2026] POST /v2.0/security-groups => generated 1675 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-27 23:11:35.671 7 INFO neutron.db.l3_hamode_db [None req-2b368c46-43d3-4200-8d42-7c0a110ef77b b1fd3256cf6c450f85dd89b8e3d21384 2d36cf5e16e64d8299c702a4f18cdf07 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1253/2318] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:11:35 2026] GET /v2.0/security-groups?id=34669891-8a92-4bc8-afc5-99dfc9c464d3&fields=id&fields=name => generated 96 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:11:35.787 7 INFO neutron.db.l3_hamode_db [None req-2b368c46-43d3-4200-8d42-7c0a110ef77b b1fd3256cf6c450f85dd89b8e3d21384 2d36cf5e16e64d8299c702a4f18cdf07 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1254/2319] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:11:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2320] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:35 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2321] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:11:35 2026] POST /v2.0/security-group-rules => generated 596 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2322] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:11:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2323] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:36 2026] GET /v2.0/ports?device_id=bc591f72-88cc-4c09-b678-1a8d132192b1 => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2324] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:11:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2325] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:11:36 2026] GET /v2.0/security-groups?id=b5a4fa66-e5a1-4f7a-98c5-2f85b1bc072a&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: 1066/2326] 10.0.0.113 () {34 vars in 668 bytes} [Fri Feb 27 23:11:35 2026] POST /v2.0/routers => generated 474 bytes in 854 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:11:36.464 8 INFO neutron.db.securitygroups_db [None req-8d8909c4-dd69-4bae-9a4e-f50ac12a1223 416333319e1a4937a3bdf1a58a936064 0201083faf3941bdb912f1a54bde929f - - default default] Project 0201083faf3941bdb912f1a54bde929f added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-02-27 23:11:36.498 7 INFO neutron.db.l3_hamode_db [None req-3c053756-8fa7-456d-a8fe-d7894726b008 b1fd3256cf6c450f85dd89b8e3d21384 2d36cf5e16e64d8299c702a4f18cdf07 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1261/2327] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:11:36 2026] POST /v2.0/security-group-rules => generated 607 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:11:36.632 8 INFO neutron.db.securitygroups_db [None req-3f791c75-1f4d-459f-9408-a2aa49caf45d 416333319e1a4937a3bdf1a58a936064 0201083faf3941bdb912f1a54bde929f - - default default] Project 0201083faf3941bdb912f1a54bde929f added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-02-27 23:11:36.649 7 INFO neutron.db.l3_hamode_db [None req-3c053756-8fa7-456d-a8fe-d7894726b008 b1fd3256cf6c450f85dd89b8e3d21384 2d36cf5e16e64d8299c702a4f18cdf07 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1262/2328] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:11:36 2026] POST /v2.0/security-group-rules => generated 606 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2329] 10.0.0.113 () {34 vars in 668 bytes} [Fri Feb 27 23:11:36 2026] POST /v2.0/routers => generated 474 bytes in 818 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:11:37.449 7 INFO neutron.db.l3_hamode_db [None req-b0484baf-c154-4e14-863e-c5e1b890ca78 b1fd3256cf6c450f85dd89b8e3d21384 2d36cf5e16e64d8299c702a4f18cdf07 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1263/2330] 10.0.0.113 () {34 vars in 685 bytes} [Fri Feb 27 23:11:37 2026] POST /v2.0/security-groups => generated 1659 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2331] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:37 2026] GET /v2.0/ports?device_id=bc591f72-88cc-4c09-b678-1a8d132192b1 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:11:37.708 7 INFO neutron.db.l3_hamode_db [None req-b0484baf-c154-4e14-863e-c5e1b890ca78 b1fd3256cf6c450f85dd89b8e3d21384 2d36cf5e16e64d8299c702a4f18cdf07 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1265/2332] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:11:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2333] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:11:37 2026] GET /v2.0/security-groups?id=b5a4fa66-e5a1-4f7a-98c5-2f85b1bc072a&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: 1267/2334] 10.0.0.113 () {34 vars in 695 bytes} [Fri Feb 27 23:11:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2335] 10.0.0.113 () {34 vars in 668 bytes} [Fri Feb 27 23:11:37 2026] POST /v2.0/routers => generated 474 bytes in 1164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2336] 199.204.45.162 () {34 vars in 994 bytes} [Fri Feb 27 23:11:38 2026] GET /v2.0/ports?device_id=bc591f72-88cc-4c09-b678-1a8d132192b1 => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:11:38.577 7 INFO neutron.db.l3_hamode_db [None req-77014b62-44fc-4405-8ff6-ffab692bb5e8 b1fd3256cf6c450f85dd89b8e3d21384 2d36cf5e16e64d8299c702a4f18cdf07 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1268/2337] 10.0.0.113 () {34 vars in 676 bytes} [Fri Feb 27 23:11:38 2026] POST /v2.0/floatingips => generated 552 bytes in 559 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:11:38.695 7 INFO neutron.db.l3_hamode_db [None req-77014b62-44fc-4405-8ff6-ffab692bb5e8 b1fd3256cf6c450f85dd89b8e3d21384 2d36cf5e16e64d8299c702a4f18cdf07 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 23:11:38.742 8 INFO neutron_taas.services.taas.taas_plugin [req-a3c2846f-b7e7-4c67-acd0-4ba5d8cf1212 req-11a5d98e-4df3-497e-88d6-51528c3b1a09 90e288593b764f7ca7eac38d7baa4229 5f782c1f8ccb4c888876cdf82b5f0753 - - default default] TaaS: Handle Delete Port: af5ddb1d-f4ec-4e15-b6f6-a5a1a90daa85 2026-02-27 23:11:38.745 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a3c2846f-b7e7-4c67-acd0-4ba5d8cf1212 req-11a5d98e-4df3-497e-88d6-51528c3b1a09 90e288593b764f7ca7eac38d7baa4229 5f782c1f8ccb4c888876cdf82b5f0753 - - default default] Tap Mirror: Handle Delete Port: af5ddb1d-f4ec-4e15-b6f6-a5a1a90daa85 2026-02-27 23:11:38.876 8 INFO neutron.db.l3_db [req-a3c2846f-b7e7-4c67-acd0-4ba5d8cf1212 req-11a5d98e-4df3-497e-88d6-51528c3b1a09 90e288593b764f7ca7eac38d7baa4229 5f782c1f8ccb4c888876cdf82b5f0753 - - default default] Floating IP 5858dfca-124f-45f2-9c9e-64e9de664f68 disassociated. External IP: 10.96.250.218, port: af5ddb1d-f4ec-4e15-b6f6-a5a1a90daa85. [pid: 8|app: 0|req: 1269/2338] 199.204.45.162 () {36 vars in 997 bytes} [Fri Feb 27 23:11:38 2026] DELETE /v2.0/ports/af5ddb1d-f4ec-4e15-b6f6-a5a1a90daa85 => generated 0 bytes in 655 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2339] 10.0.0.208 () {34 vars in 1100 bytes} [Fri Feb 27 23:11:39 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1990143744&fields=id&tenant_id=0201083faf3941bdb912f1a54bde929f => 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: 1070/2340] 10.0.0.113 () {34 vars in 668 bytes} [Fri Feb 27 23:11:38 2026] POST /v2.0/routers => generated 474 bytes in 781 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2341] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:39 2026] GET /v2.0/ports?device_id=bc591f72-88cc-4c09-b678-1a8d132192b1 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2342] 10.0.0.208 () {34 vars in 1098 bytes} [Fri Feb 27 23:11:39 2026] GET /v2.0/security-groups?name=tempest-securitygroup--312172395&fields=id&tenant_id=0201083faf3941bdb912f1a54bde929f => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:11:39.378 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-979a55b9-a393-4928-af8a-79f553aff925'] response: {'server_uuid': 'bc591f72-88cc-4c09-b678-1a8d132192b1', 'name': 'network-vif-deleted', 'tag': 'af5ddb1d-f4ec-4e15-b6f6-a5a1a90daa85', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1072/2343] 10.0.0.208 () {34 vars in 982 bytes} [Fri Feb 27 23:11:39 2026] GET /v2.0/networks?id=3b8e0cdb-f5fb-4330-b147-0bf3080b942e => generated 673 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2344] 10.0.0.208 () {34 vars in 965 bytes} [Fri Feb 27 23:11:39 2026] GET /v2.0/quotas/0201083faf3941bdb912f1a54bde929f => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2345] 10.0.0.113 () {34 vars in 751 bytes} [Fri Feb 27 23:11:39 2026] PUT /v2.0/routers/fbe59111-c213-400b-934e-aa6cb87c8367/tags => generated 17 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2346] 10.0.0.208 () {34 vars in 1002 bytes} [Fri Feb 27 23:11:39 2026] GET /v2.0/ports?tenant_id=0201083faf3941bdb912f1a54bde929f&fields=id => generated 103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2347] 10.0.0.208 () {34 vars in 1008 bytes} [Fri Feb 27 23:11:39 2026] GET /v2.0/networks/3b8e0cdb-f5fb-4330-b147-0bf3080b942e?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: 1273/2348] 10.0.0.113 () {34 vars in 751 bytes} [Fri Feb 27 23:11:39 2026] PUT /v2.0/routers/5f583b91-4505-400c-a779-53d9051430fe/tags => generated 25 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2349] 10.0.0.208 () {34 vars in 1108 bytes} [Fri Feb 27 23:11:39 2026] GET /v2.0/networks/3b8e0cdb-f5fb-4330-b147-0bf3080b942e?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: 1274/2350] 10.0.0.113 () {34 vars in 751 bytes} [Fri Feb 27 23:11:39 2026] PUT /v2.0/routers/7811adea-0e84-455d-8bfb-fa5db5f56275/tags => generated 34 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2351] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:39 2026] GET /v2.0/ports?device_id=304b3d38-0e2e-49b7-ae4d-86ca04d40d83 => 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: 1077/2352] 10.0.0.113 () {34 vars in 751 bytes} [Fri Feb 27 23:11:39 2026] PUT /v2.0/routers/acbc9fe8-23f6-4bdf-b155-de979fdc25d2/tags => generated 19 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2353] 10.0.0.113 () {32 vars in 664 bytes} [Fri Feb 27 23:11:39 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2354] 10.0.0.113 () {32 vars in 678 bytes} [Fri Feb 27 23:11:40 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2355] 10.0.0.113 () {32 vars in 674 bytes} [Fri Feb 27 23:11:40 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2356] 10.0.0.113 () {32 vars in 686 bytes} [Fri Feb 27 23:11:40 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2357] 10.0.0.113 () {32 vars in 672 bytes} [Fri Feb 27 23:11:40 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2358] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:40 2026] GET /v2.0/ports?device_id=bc591f72-88cc-4c09-b678-1a8d132192b1 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2359] 10.0.0.113 () {32 vars in 686 bytes} [Fri Feb 27 23:11:40 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2360] 10.0.0.113 () {32 vars in 682 bytes} [Fri Feb 27 23:11:40 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2361] 10.0.0.113 () {32 vars in 694 bytes} [Fri Feb 27 23:11:40 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2362] 10.0.0.113 () {32 vars in 721 bytes} [Fri Feb 27 23:11:40 2026] GET /v2.0/routers/fbe59111-c213-400b-934e-aa6cb87c8367 => generated 485 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2363] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:40 2026] GET /v2.0/ports?device_id=304b3d38-0e2e-49b7-ae4d-86ca04d40d83 => 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: 1281/2364] 10.0.0.113 () {34 vars in 742 bytes} [Fri Feb 27 23:11:40 2026] PUT /v2.0/routers/fbe59111-c213-400b-934e-aa6cb87c8367 => generated 485 bytes in 601 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2365] 10.0.0.113 () {32 vars in 736 bytes} [Fri Feb 27 23:11:41 2026] GET /v2.0/ports?device_id=fbe59111-c213-400b-934e-aa6cb87c8367 => 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: 1085/2366] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:41 2026] GET /v2.0/ports?device_id=bc591f72-88cc-4c09-b678-1a8d132192b1 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:11:41.724 8 INFO neutron_taas.services.taas.taas_plugin [None req-6defc4c1-b2a6-4e41-9aaa-98ba6efe54d9 b1fd3256cf6c450f85dd89b8e3d21384 2d36cf5e16e64d8299c702a4f18cdf07 - - default default] TaaS: Handle Delete Port: 8eef4f2d-7375-4da4-8ff7-12bcfe7ee0c6 2026-02-27 23:11:41.728 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6defc4c1-b2a6-4e41-9aaa-98ba6efe54d9 b1fd3256cf6c450f85dd89b8e3d21384 2d36cf5e16e64d8299c702a4f18cdf07 - - default default] Tap Mirror: Handle Delete Port: 8eef4f2d-7375-4da4-8ff7-12bcfe7ee0c6 [pid: 8|app: 0|req: 1282/2367] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:11:41 2026] DELETE /v2.0/routers/fbe59111-c213-400b-934e-aa6cb87c8367 => generated 0 bytes in 392 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2368] 10.0.0.113 () {32 vars in 721 bytes} [Fri Feb 27 23:11:41 2026] GET /v2.0/routers/5f583b91-4505-400c-a779-53d9051430fe => generated 493 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2369] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:42 2026] GET /v2.0/ports?device_id=304b3d38-0e2e-49b7-ae4d-86ca04d40d83 => 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: 1283/2370] 10.0.0.113 () {34 vars in 742 bytes} [Fri Feb 27 23:11:41 2026] PUT /v2.0/routers/5f583b91-4505-400c-a779-53d9051430fe => generated 493 bytes in 590 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2371] 10.0.0.113 () {32 vars in 736 bytes} [Fri Feb 27 23:11:42 2026] GET /v2.0/ports?device_id=5f583b91-4505-400c-a779-53d9051430fe => 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: 1089/2372] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:11:42 2026] DELETE /v2.0/security-groups/b5a4fa66-e5a1-4f7a-98c5-2f85b1bc072a => generated 0 bytes in 204 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:11:42.885 8 INFO neutron_taas.services.taas.taas_plugin [None req-81ddf4be-6eb1-42f9-ad7b-365949a8ca87 b1fd3256cf6c450f85dd89b8e3d21384 2d36cf5e16e64d8299c702a4f18cdf07 - - default default] TaaS: Handle Delete Port: c948ad1c-9ad7-4769-9046-d4f0b0f916ba 2026-02-27 23:11:42.889 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81ddf4be-6eb1-42f9-ad7b-365949a8ca87 b1fd3256cf6c450f85dd89b8e3d21384 2d36cf5e16e64d8299c702a4f18cdf07 - - default default] Tap Mirror: Handle Delete Port: c948ad1c-9ad7-4769-9046-d4f0b0f916ba 2026-02-27 23:11:43.021 7 INFO neutron_taas.services.taas.taas_plugin [None req-ad9cb9fd-b452-4625-8469-e3130fb0e554 90e288593b764f7ca7eac38d7baa4229 5f782c1f8ccb4c888876cdf82b5f0753 - - default default] TaaS: Handle Delete Port: d09f5dd4-8418-4232-9bf8-19114dd2666b 2026-02-27 23:11:43.024 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad9cb9fd-b452-4625-8469-e3130fb0e554 90e288593b764f7ca7eac38d7baa4229 5f782c1f8ccb4c888876cdf82b5f0753 - - default default] Tap Mirror: Handle Delete Port: d09f5dd4-8418-4232-9bf8-19114dd2666b [pid: 8|app: 0|req: 1284/2373] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:11:42 2026] DELETE /v2.0/routers/5f583b91-4505-400c-a779-53d9051430fe => generated 0 bytes in 464 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2374] 10.0.0.113 () {32 vars in 721 bytes} [Fri Feb 27 23:11:43 2026] GET /v2.0/routers/7811adea-0e84-455d-8bfb-fa5db5f56275 => generated 502 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2375] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:43 2026] GET /v2.0/ports?device_id=304b3d38-0e2e-49b7-ae4d-86ca04d40d83 => 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: 1090/2376] 10.0.0.113 () {32 vars in 732 bytes} [Fri Feb 27 23:11:42 2026] DELETE /v2.0/floatingips/5858dfca-124f-45f2-9c9e-64e9de664f68 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2377] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:43 2026] GET /v2.0/ports?device_id=67dd5e10-4cf8-422d-abdd-d8572fb03e21 => 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: 1092/2378] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:11:43 2026] GET /v2.0/security-groups?id=f9b40df0-d199-4d38-98c5-f9613e59e6f4&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2379] 10.0.0.113 () {34 vars in 742 bytes} [Fri Feb 27 23:11:43 2026] PUT /v2.0/routers/7811adea-0e84-455d-8bfb-fa5db5f56275 => generated 502 bytes in 592 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2380] 10.0.0.113 () {32 vars in 736 bytes} [Fri Feb 27 23:11:43 2026] GET /v2.0/ports?device_id=7811adea-0e84-455d-8bfb-fa5db5f56275 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:11:44.002 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f75d856-b3ad-4fb6-a8ea-b497c2621331 b1fd3256cf6c450f85dd89b8e3d21384 2d36cf5e16e64d8299c702a4f18cdf07 - - default default] TaaS: Handle Delete Port: 29572bab-103b-4489-a990-1efd37095a54 2026-02-27 23:11:44.005 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f75d856-b3ad-4fb6-a8ea-b497c2621331 b1fd3256cf6c450f85dd89b8e3d21384 2d36cf5e16e64d8299c702a4f18cdf07 - - default default] Tap Mirror: Handle Delete Port: 29572bab-103b-4489-a990-1efd37095a54 [pid: 8|app: 0|req: 1288/2381] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:11:43 2026] DELETE /v2.0/routers/7811adea-0e84-455d-8bfb-fa5db5f56275 => generated 0 bytes in 398 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2382] 10.0.0.113 () {32 vars in 721 bytes} [Fri Feb 27 23:11:44 2026] GET /v2.0/routers/acbc9fe8-23f6-4bdf-b155-de979fdc25d2 => generated 487 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2383] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:44 2026] GET /v2.0/ports?device_id=304b3d38-0e2e-49b7-ae4d-86ca04d40d83 => 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: 1290/2384] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:44 2026] GET /v2.0/ports?device_id=67dd5e10-4cf8-422d-abdd-d8572fb03e21 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2385] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:11:44 2026] GET /v2.0/security-groups?id=f9b40df0-d199-4d38-98c5-f9613e59e6f4&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: 1095/2386] 10.0.0.113 () {34 vars in 742 bytes} [Fri Feb 27 23:11:44 2026] PUT /v2.0/routers/acbc9fe8-23f6-4bdf-b155-de979fdc25d2 => generated 487 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2387] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:11:44 2026] GET /v2.0/networks?id=3b8e0cdb-f5fb-4330-b147-0bf3080b942e => generated 673 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2388] 10.0.0.113 () {32 vars in 736 bytes} [Fri Feb 27 23:11:44 2026] GET /v2.0/ports?device_id=acbc9fe8-23f6-4bdf-b155-de979fdc25d2 => 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: 1293/2389] 199.204.45.162 () {34 vars in 1050 bytes} [Fri Feb 27 23:11:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0201083faf3941bdb912f1a54bde929f => generated 273 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:11:44.948 7 INFO neutron_taas.services.taas.taas_plugin [None req-56210caa-bfc6-4603-b706-6a10a43e3bf9 b1fd3256cf6c450f85dd89b8e3d21384 2d36cf5e16e64d8299c702a4f18cdf07 - - default default] TaaS: Handle Delete Port: cd3af1e9-9e20-44b4-b9b2-81ac60e5883a 2026-02-27 23:11:44.951 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56210caa-bfc6-4603-b706-6a10a43e3bf9 b1fd3256cf6c450f85dd89b8e3d21384 2d36cf5e16e64d8299c702a4f18cdf07 - - default default] Tap Mirror: Handle Delete Port: cd3af1e9-9e20-44b4-b9b2-81ac60e5883a [pid: 7|app: 0|req: 1097/2390] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:11:44 2026] DELETE /v2.0/routers/acbc9fe8-23f6-4bdf-b155-de979fdc25d2 => generated 0 bytes in 382 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2391] 10.0.0.113 () {32 vars in 721 bytes} [Fri Feb 27 23:11:45 2026] GET /v2.0/routers/47f13a9a-896b-4813-b60d-964031da2f8c => generated 480 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2392] 199.204.45.162 () {38 vars in 955 bytes} [Fri Feb 27 23:11:44 2026] POST /v2.0/ports => generated 993 bytes in 453 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: 1295/2393] 199.204.45.162 () {38 vars in 1028 bytes} [Fri Feb 27 23:11:45 2026] PUT /v2.0/ports/23d5575d-a2b8-488f-82cc-7f7ec5af172b => generated 1274 bytes in 461 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: 1296/2394] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:45 2026] GET /v2.0/ports?device_id=304b3d38-0e2e-49b7-ae4d-86ca04d40d83 => generated 1008 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2395] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:45 2026] GET /v2.0/ports?device_id=67dd5e10-4cf8-422d-abdd-d8572fb03e21 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2396] 10.0.0.208 () {34 vars in 1120 bytes} [Fri Feb 27 23:11:45 2026] GET /v2.0/security-groups?id=04f64a45-da09-4275-bac2-9e7ef0bd85e3&id=9648fb50-fea6-42dc-b7db-8b3f88d80131&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2397] 10.0.0.113 () {34 vars in 742 bytes} [Fri Feb 27 23:11:45 2026] PUT /v2.0/routers/47f13a9a-896b-4813-b60d-964031da2f8c => generated 480 bytes in 641 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:11:45.885 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-08b19fff-d929-4cae-991e-073337009a36'] response: {'name': 'network-changed', 'server_uuid': '304b3d38-0e2e-49b7-ae4d-86ca04d40d83', 'tag': '23d5575d-a2b8-488f-82cc-7f7ec5af172b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1299/2398] 199.204.45.162 () {34 vars in 994 bytes} [Fri Feb 27 23:11:45 2026] GET /v2.0/ports?device_id=67dd5e10-4cf8-422d-abdd-d8572fb03e21 => 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: 1100/2399] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:11:45 2026] GET /v2.0/security-groups?id=f9b40df0-d199-4d38-98c5-f9613e59e6f4&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: 1300/2400] 10.0.0.113 () {32 vars in 736 bytes} [Fri Feb 27 23:11:45 2026] GET /v2.0/ports?device_id=47f13a9a-896b-4813-b60d-964031da2f8c => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:11:46.029 7 INFO neutron_taas.services.taas.taas_plugin [req-c2baf410-26c1-456d-b8e4-3f8eba328571 req-0a1c9784-d625-4cf6-8d8a-5bc65c74355e 90e288593b764f7ca7eac38d7baa4229 5f782c1f8ccb4c888876cdf82b5f0753 - - default default] TaaS: Handle Delete Port: f4ac2150-b92c-4a71-9f1c-3d751c0a0894 2026-02-27 23:11:46.034 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c2baf410-26c1-456d-b8e4-3f8eba328571 req-0a1c9784-d625-4cf6-8d8a-5bc65c74355e 90e288593b764f7ca7eac38d7baa4229 5f782c1f8ccb4c888876cdf82b5f0753 - - default default] Tap Mirror: Handle Delete Port: f4ac2150-b92c-4a71-9f1c-3d751c0a0894 2026-02-27 23:11:46.095 8 INFO neutron_taas.services.taas.taas_plugin [None req-0eab7347-0fde-4d8f-a3ae-13ffca63fb80 b1fd3256cf6c450f85dd89b8e3d21384 2d36cf5e16e64d8299c702a4f18cdf07 - - default default] TaaS: Handle Delete Port: b31d4d68-d092-41fc-b7c1-43c08acdf2d4 2026-02-27 23:11:46.098 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0eab7347-0fde-4d8f-a3ae-13ffca63fb80 b1fd3256cf6c450f85dd89b8e3d21384 2d36cf5e16e64d8299c702a4f18cdf07 - - default default] Tap Mirror: Handle Delete Port: b31d4d68-d092-41fc-b7c1-43c08acdf2d4 [pid: 7|app: 0|req: 1101/2401] 199.204.45.162 () {36 vars in 997 bytes} [Fri Feb 27 23:11:45 2026] DELETE /v2.0/ports/f4ac2150-b92c-4a71-9f1c-3d751c0a0894 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:11:46.287 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a52c8604-6c35-4a62-b106-89f151dcd4f5'] response: {'server_uuid': '67dd5e10-4cf8-422d-abdd-d8572fb03e21', 'name': 'network-vif-deleted', 'tag': 'f4ac2150-b92c-4a71-9f1c-3d751c0a0894', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1102/2402] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:11:46 2026] GET /v2.0/ports?tenant_id=0201083faf3941bdb912f1a54bde929f&device_id=304b3d38-0e2e-49b7-ae4d-86ca04d40d83 => generated 1277 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:11:46.447 8 INFO neutron.services.segments.plugin [-] Segment 192da232-b5f2-4494-bb01-6373f951f72d resource provider aggregate not found 2026-02-27 23:11:46.455 8 INFO neutron.services.segments.plugin [-] Segment 192da232-b5f2-4494-bb01-6373f951f72d resource provider aggregate not found 2026-02-27 23:11:46.464 8 INFO neutron.services.segments.plugin [-] Segment 192da232-b5f2-4494-bb01-6373f951f72d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 192da232-b5f2-4494-bb01-6373f951f72d found for delete ", "request_id": "req-37152f90-db76-43f9-84a0-c5507065da3e"}]} 2026-02-27 23:11:46.470 8 INFO neutron.services.segments.plugin [-] Segment 192da232-b5f2-4494-bb01-6373f951f72d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 192da232-b5f2-4494-bb01-6373f951f72d found for delete ", "request_id": "req-188180e3-b08f-4505-b00d-4841956ca010"}]} 2026-02-27 23:11:46.471 8 INFO neutron.db.l3_hamode_db [None req-0eab7347-0fde-4d8f-a3ae-13ffca63fb80 b1fd3256cf6c450f85dd89b8e3d21384 2d36cf5e16e64d8299c702a4f18cdf07 - - default default] HA network 7873c8a4-46e0-4c21-9468-f277117165a6 was deleted as no HA routers are present in tenant 2d36cf5e16e64d8299c702a4f18cdf07. [pid: 8|app: 0|req: 1301/2405] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:11:45 2026] DELETE /v2.0/routers/47f13a9a-896b-4813-b60d-964031da2f8c => generated 0 bytes in 561 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2406] 199.204.45.162 () {34 vars in 1018 bytes} [Fri Feb 27 23:11:46 2026] GET /v2.0/networks?tenant_id=0201083faf3941bdb912f1a54bde929f&shared=False => generated 769 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2407] 199.204.45.162 () {34 vars in 930 bytes} [Fri Feb 27 23:11:46 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2408] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:46 2026] GET /v2.0/ports?device_id=67dd5e10-4cf8-422d-abdd-d8572fb03e21 => 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: 1106/2409] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:46 2026] GET /v2.0/ports?device_id=304b3d38-0e2e-49b7-ae4d-86ca04d40d83 => generated 1008 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2410] 10.0.0.208 () {34 vars in 1120 bytes} [Fri Feb 27 23:11:47 2026] GET /v2.0/security-groups?id=04f64a45-da09-4275-bac2-9e7ef0bd85e3&id=9648fb50-fea6-42dc-b7db-8b3f88d80131&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: 1305/2411] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:11:47 2026] GET /v2.0/ports?tenant_id=0201083faf3941bdb912f1a54bde929f&device_id=304b3d38-0e2e-49b7-ae4d-86ca04d40d83 => generated 1277 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2412] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:11:47 2026] GET /v2.0/security-groups?tenant_id=2d36cf5e16e64d8299c702a4f18cdf07&name=default => generated 2925 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2413] 199.204.45.162 () {34 vars in 1058 bytes} [Fri Feb 27 23:11:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=23d5575d-a2b8-488f-82cc-7f7ec5af172b => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2414] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:11:47 2026] GET /v2.0/subnets?id=959bd11d-f3d1-46c6-878b-5b2329dcbe94 => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2415] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:11:47 2026] GET /v2.0/ports?network_id=3b8e0cdb-f5fb-4330-b147-0bf3080b942e&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: 7|app: 0|req: 1108/2416] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:11:47 2026] DELETE /v2.0/security-groups/1efb38a3-5082-4314-8474-c1ced7a32830 => 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: 1309/2417] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:11:47 2026] GET /v2.0/networks/3b8e0cdb-f5fb-4330-b147-0bf3080b942e?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: 1109/2418] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:11:47 2026] GET /v2.0/networks/3b8e0cdb-f5fb-4330-b147-0bf3080b942e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2419] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:11:47 2026] GET /v2.0/security-groups?tenant_id=81b6c7d120614c42acef76fd59b950ee&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: 1311/2420] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:48 2026] GET /v2.0/ports?device_id=67dd5e10-4cf8-422d-abdd-d8572fb03e21 => 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: 1312/2421] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:48 2026] GET /v2.0/ports?device_id=304b3d38-0e2e-49b7-ae4d-86ca04d40d83 => generated 1008 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2422] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:11:48 2026] DELETE /v2.0/security-groups/7ecf714f-15bd-4621-9bb7-2b6900df3060 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2423] 10.0.0.208 () {34 vars in 1120 bytes} [Fri Feb 27 23:11:48 2026] GET /v2.0/security-groups?id=04f64a45-da09-4275-bac2-9e7ef0bd85e3&id=9648fb50-fea6-42dc-b7db-8b3f88d80131&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: 1111/2424] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:11:48 2026] GET /v2.0/security-groups?tenant_id=f87d010839104f06bf1856040b08293b&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2425] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:11:48 2026] DELETE /v2.0/security-groups/a96cbbd8-0f61-4cca-9daa-2180a421620c => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2426] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:49 2026] GET /v2.0/ports?device_id=67dd5e10-4cf8-422d-abdd-d8572fb03e21 => 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: 1315/2427] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:49 2026] GET /v2.0/ports?device_id=304b3d38-0e2e-49b7-ae4d-86ca04d40d83 => generated 1008 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2428] 10.0.0.208 () {34 vars in 1120 bytes} [Fri Feb 27 23:11:49 2026] GET /v2.0/security-groups?id=04f64a45-da09-4275-bac2-9e7ef0bd85e3&id=9648fb50-fea6-42dc-b7db-8b3f88d80131&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2429] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:11:50 2026] DELETE /v2.0/security-groups/f9b40df0-d199-4d38-98c5-f9613e59e6f4 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2430] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:50 2026] GET /v2.0/ports?device_id=304b3d38-0e2e-49b7-ae4d-86ca04d40d83 => generated 1008 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2431] 10.0.0.208 () {34 vars in 1120 bytes} [Fri Feb 27 23:11:50 2026] GET /v2.0/security-groups?id=04f64a45-da09-4275-bac2-9e7ef0bd85e3&id=9648fb50-fea6-42dc-b7db-8b3f88d80131&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:11:50.854 8 INFO neutron_taas.services.taas.taas_plugin [None req-24f575e3-a035-45b7-b530-fe5bf920ad08 90e288593b764f7ca7eac38d7baa4229 5f782c1f8ccb4c888876cdf82b5f0753 - - default default] TaaS: Handle Delete Port: 6ac37444-2193-47c6-8c8d-99c352b11728 2026-02-27 23:11:50.858 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24f575e3-a035-45b7-b530-fe5bf920ad08 90e288593b764f7ca7eac38d7baa4229 5f782c1f8ccb4c888876cdf82b5f0753 - - default default] Tap Mirror: Handle Delete Port: 6ac37444-2193-47c6-8c8d-99c352b11728 [pid: 7|app: 0|req: 1116/2432] 199.204.45.162 () {34 vars in 994 bytes} [Fri Feb 27 23:11:51 2026] GET /v2.0/ports?device_id=304b3d38-0e2e-49b7-ae4d-86ca04d40d83 => generated 1279 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2433] 199.204.45.162 () {34 vars in 1124 bytes} [Fri Feb 27 23:11:51 2026] GET /v2.0/security-groups?id=04f64a45-da09-4275-bac2-9e7ef0bd85e3&id=9648fb50-fea6-42dc-b7db-8b3f88d80131&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2434] 10.0.0.113 () {34 vars in 789 bytes} [Fri Feb 27 23:11:50 2026] PUT /v2.0/routers/2cdf05fb-0e98-4449-a3b9-c276f3c4ebc3/remove_router_interface => generated 309 bytes in 1098 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2435] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:51 2026] GET /v2.0/ports?device_id=304b3d38-0e2e-49b7-ae4d-86ca04d40d83 => generated 1010 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2436] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:11:51 2026] DELETE /v2.0/subnets/e2d560ec-9442-43f4-a2c9-5e3d3f0fbe25 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2437] 10.0.0.208 () {34 vars in 1120 bytes} [Fri Feb 27 23:11:51 2026] GET /v2.0/security-groups?id=04f64a45-da09-4275-bac2-9e7ef0bd85e3&id=9648fb50-fea6-42dc-b7db-8b3f88d80131&fields=id&fields=name => generated 206 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:11:52.264 7 INFO neutron_taas.services.taas.taas_plugin [None req-a638adcd-90e4-4f53-9483-c982d65229d9 90e288593b764f7ca7eac38d7baa4229 5f782c1f8ccb4c888876cdf82b5f0753 - - default default] TaaS: Handle Delete Port: 88c0d599-fb1e-44ef-97de-ca08baac1025 2026-02-27 23:11:52.267 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a638adcd-90e4-4f53-9483-c982d65229d9 90e288593b764f7ca7eac38d7baa4229 5f782c1f8ccb4c888876cdf82b5f0753 - - default default] Tap Mirror: Handle Delete Port: 88c0d599-fb1e-44ef-97de-ca08baac1025 2026-02-27 23:11:52.588 7 INFO neutron_taas.services.taas.taas_plugin [None req-a638adcd-90e4-4f53-9483-c982d65229d9 90e288593b764f7ca7eac38d7baa4229 5f782c1f8ccb4c888876cdf82b5f0753 - - default default] TaaS: Handle Delete Port: 9a376435-94c2-4840-8251-f050c7c22bb7 2026-02-27 23:11:52.595 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a638adcd-90e4-4f53-9483-c982d65229d9 90e288593b764f7ca7eac38d7baa4229 5f782c1f8ccb4c888876cdf82b5f0753 - - default default] Tap Mirror: Handle Delete Port: 9a376435-94c2-4840-8251-f050c7c22bb7 2026-02-27 23:11:53.014 7 INFO neutron.services.segments.plugin [-] Segment 8b9a6bc9-fbdb-4ee3-9364-dab66a9b3e85 resource provider aggregate not found 2026-02-27 23:11:53.026 7 INFO neutron.services.segments.plugin [-] Segment 8b9a6bc9-fbdb-4ee3-9364-dab66a9b3e85 resource provider aggregate not found 2026-02-27 23:11:53.044 7 INFO neutron.services.segments.plugin [-] Segment 8b9a6bc9-fbdb-4ee3-9364-dab66a9b3e85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b9a6bc9-fbdb-4ee3-9364-dab66a9b3e85 found for delete ", "request_id": "req-7f6fc4a9-3c51-4c82-bc7a-0c1ae3c76e28"}]} 2026-02-27 23:11:53.046 7 INFO neutron.services.segments.plugin [-] Segment 8b9a6bc9-fbdb-4ee3-9364-dab66a9b3e85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b9a6bc9-fbdb-4ee3-9364-dab66a9b3e85 found for delete ", "request_id": "req-089fb97d-5f03-4fdd-94b7-4ae51160c93b"}]} 2026-02-27 23:11:53.055 7 INFO neutron.db.l3_hamode_db [None req-a638adcd-90e4-4f53-9483-c982d65229d9 90e288593b764f7ca7eac38d7baa4229 5f782c1f8ccb4c888876cdf82b5f0753 - - default default] HA network edb10cdb-be86-47a2-a453-51137882f326 was deleted as no HA routers are present in tenant 5f782c1f8ccb4c888876cdf82b5f0753. [pid: 7|app: 0|req: 1119/2438] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:11:51 2026] DELETE /v2.0/routers/2cdf05fb-0e98-4449-a3b9-c276f3c4ebc3 => generated 0 bytes in 1226 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2439] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:53 2026] GET /v2.0/ports?device_id=304b3d38-0e2e-49b7-ae4d-86ca04d40d83 => generated 1010 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2440] 10.0.0.113 () {34 vars in 676 bytes} [Fri Feb 27 23:11:52 2026] POST /v2.0/floatingips => generated 552 bytes in 1072 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2441] 10.0.0.208 () {34 vars in 1120 bytes} [Fri Feb 27 23:11:53 2026] GET /v2.0/security-groups?id=04f64a45-da09-4275-bac2-9e7ef0bd85e3&id=9648fb50-fea6-42dc-b7db-8b3f88d80131&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: 1121/2442] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:11:53 2026] DELETE /v2.0/networks/d949c282-30c7-4169-908f-f9dd4c21bb58 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2443] 10.0.0.113 () {34 vars in 759 bytes} [Fri Feb 27 23:11:53 2026] PUT /v2.0/floatingips/5058de6f-ba0d-429f-954e-834e27ccdf98/tags => generated 25 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2444] 10.0.0.113 () {32 vars in 739 bytes} [Fri Feb 27 23:11:53 2026] GET /v2.0/floatingips/5058de6f-ba0d-429f-954e-834e27ccdf98/tags => generated 25 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2445] 10.0.0.113 () {34 vars in 770 bytes} [Fri Feb 27 23:11:53 2026] PUT /v2.0/floatingips/5058de6f-ba0d-429f-954e-834e27ccdf98/tags/green => generated 4 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2446] 10.0.0.113 () {32 vars in 739 bytes} [Fri Feb 27 23:11:53 2026] GET /v2.0/floatingips/5058de6f-ba0d-429f-954e-834e27ccdf98/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2447] 10.0.0.113 () {34 vars in 766 bytes} [Fri Feb 27 23:11:53 2026] PUT /v2.0/floatingips/5058de6f-ba0d-429f-954e-834e27ccdf98/tags/red => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2448] 10.0.0.113 () {32 vars in 739 bytes} [Fri Feb 27 23:11:53 2026] GET /v2.0/floatingips/5058de6f-ba0d-429f-954e-834e27ccdf98/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2449] 10.0.0.113 () {34 vars in 788 bytes} [Fri Feb 27 23:11:53 2026] PUT /v2.0/floatingips/5058de6f-ba0d-429f-954e-834e27ccdf98/tags/black.or.white => generated 4 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2450] 10.0.0.113 () {32 vars in 739 bytes} [Fri Feb 27 23:11:53 2026] GET /v2.0/floatingips/5058de6f-ba0d-429f-954e-834e27ccdf98/tags => generated 52 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2451] 10.0.0.113 () {34 vars in 759 bytes} [Fri Feb 27 23:11:53 2026] PUT /v2.0/floatingips/5058de6f-ba0d-429f-954e-834e27ccdf98/tags => generated 37 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2452] 10.0.0.113 () {32 vars in 739 bytes} [Fri Feb 27 23:11:54 2026] GET /v2.0/floatingips/5058de6f-ba0d-429f-954e-834e27ccdf98/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2453] 10.0.0.113 () {32 vars in 747 bytes} [Fri Feb 27 23:11:54 2026] GET /v2.0/floatingips/5058de6f-ba0d-429f-954e-834e27ccdf98/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2454] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:11:54 2026] GET /v2.0/security-groups?tenant_id=3131bac61163456992434304e5d63db7&name=default => generated 2925 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2455] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:54 2026] GET /v2.0/ports?device_id=304b3d38-0e2e-49b7-ae4d-86ca04d40d83 => generated 1010 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:11:54.645 7 INFO neutron.api.v2.resource [None req-288575f4-d467-4553-8313-be8202d823c5 e8a6117b53624e11a4455e678bd69253 56f5442da8bf4ba6b33ed02699b72442 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1127/2456] 10.0.0.113 () {32 vars in 751 bytes} [Fri Feb 27 23:11:54 2026] GET /v2.0/floatingips/5058de6f-ba0d-429f-954e-834e27ccdf98/tags/green => generated 99 bytes in 481 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2457] 10.0.0.208 () {34 vars in 1120 bytes} [Fri Feb 27 23:11:54 2026] GET /v2.0/security-groups?id=04f64a45-da09-4275-bac2-9e7ef0bd85e3&id=9648fb50-fea6-42dc-b7db-8b3f88d80131&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: 1330/2458] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:11:54 2026] DELETE /v2.0/security-groups/3973e80e-ee92-4bde-bed9-f65e64b2de9c => 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: 1129/2459] 10.0.0.113 () {32 vars in 750 bytes} [Fri Feb 27 23:11:54 2026] DELETE /v2.0/floatingips/5058de6f-ba0d-429f-954e-834e27ccdf98/tags/red => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2460] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:11:54 2026] GET /v2.0/ports?device_id=304b3d38-0e2e-49b7-ae4d-86ca04d40d83 => generated 1010 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2461] 10.0.0.113 () {32 vars in 739 bytes} [Fri Feb 27 23:11:54 2026] GET /v2.0/floatingips/5058de6f-ba0d-429f-954e-834e27ccdf98/tags => generated 30 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:11:54.927 7 INFO neutron.api.v2.resource [None req-fd2baf12-0d11-4f83-b201-709186ed1e14 e8a6117b53624e11a4455e678bd69253 56f5442da8bf4ba6b33ed02699b72442 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1131/2462] 10.0.0.113 () {32 vars in 754 bytes} [Fri Feb 27 23:11:54 2026] DELETE /v2.0/floatingips/5058de6f-ba0d-429f-954e-834e27ccdf98/tags/green => generated 99 bytes in 69 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2463] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:11:54 2026] GET /v2.0/security-groups?tenant_id=5f782c1f8ccb4c888876cdf82b5f0753&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2464] 10.0.0.113 () {32 vars in 742 bytes} [Fri Feb 27 23:11:54 2026] DELETE /v2.0/floatingips/5058de6f-ba0d-429f-954e-834e27ccdf98/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:11:55.074 7 INFO neutron.services.segments.plugin [-] Segment 5806aa45-59cc-4f99-bc87-545a711709bd resource provider aggregate not found 2026-02-27 23:11:55.080 7 INFO neutron.services.segments.plugin [-] Segment 5806aa45-59cc-4f99-bc87-545a711709bd resource provider aggregate not found 2026-02-27 23:11:55.097 7 INFO neutron.services.segments.plugin [-] Segment 5806aa45-59cc-4f99-bc87-545a711709bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5806aa45-59cc-4f99-bc87-545a711709bd found for delete ", "request_id": "req-4c6f69a3-7939-43e0-a232-f4324cfa5476"}]} 2026-02-27 23:11:55.102 7 INFO neutron.services.segments.plugin [-] Segment 5806aa45-59cc-4f99-bc87-545a711709bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5806aa45-59cc-4f99-bc87-545a711709bd found for delete ", "request_id": "req-f847240c-d178-4494-b8cc-7024ccbffe9b"}]} [pid: 7|app: 0|req: 1134/2465] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:11:55 2026] DELETE /v2.0/security-groups/49d06d70-a350-45ed-9746-5f696bb886dd => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2466] 10.0.0.113 () {32 vars in 739 bytes} [Fri Feb 27 23:11:55 2026] GET /v2.0/floatingips/5058de6f-ba0d-429f-954e-834e27ccdf98/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:11:55.218 8 INFO neutron.db.l3_db [None req-28cfd565-0782-4a45-a57a-0802c34c7252 416333319e1a4937a3bdf1a58a936064 0201083faf3941bdb912f1a54bde929f - - default default] Floating IP 9febb46f-a131-4b96-b8ac-677898bc1aa3 associated. External IP: 10.96.250.203, port: 23d5575d-a2b8-488f-82cc-7f7ec5af172b. 2026-02-27 23:11:55.308 7 INFO neutron_taas.services.taas.taas_plugin [None req-fd75bbf7-90aa-4b15-bbb5-9a29a33febd0 e8a6117b53624e11a4455e678bd69253 56f5442da8bf4ba6b33ed02699b72442 - - default default] TaaS: Handle Delete Port: b93dc3b3-f409-4ced-8224-dfd76d9c6675 2026-02-27 23:11:55.311 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd75bbf7-90aa-4b15-bbb5-9a29a33febd0 e8a6117b53624e11a4455e678bd69253 56f5442da8bf4ba6b33ed02699b72442 - - default default] Tap Mirror: Handle Delete Port: b93dc3b3-f409-4ced-8224-dfd76d9c6675 [pid: 7|app: 0|req: 1136/2467] 10.0.0.113 () {32 vars in 732 bytes} [Fri Feb 27 23:11:55 2026] DELETE /v2.0/floatingips/5058de6f-ba0d-429f-954e-834e27ccdf98 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2468] 10.0.0.113 () {34 vars in 749 bytes} [Fri Feb 27 23:11:54 2026] PUT /v2.0/floatingips/9febb46f-a131-4b96-b8ac-677898bc1aa3 => generated 855 bytes in 770 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:11:55.659 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b9c6e6ff-f2a8-4203-809e-f25a32eff53a'] response: {'name': 'network-changed', 'server_uuid': '304b3d38-0e2e-49b7-ae4d-86ca04d40d83', 'tag': '23d5575d-a2b8-488f-82cc-7f7ec5af172b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1137/2469] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:11:56 2026] GET /v2.0/ports?tenant_id=0201083faf3941bdb912f1a54bde929f&device_id=304b3d38-0e2e-49b7-ae4d-86ca04d40d83 => generated 1279 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2470] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:11:56 2026] GET /v2.0/networks?id=3b8e0cdb-f5fb-4330-b147-0bf3080b942e => generated 769 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2471] 199.204.45.162 () {34 vars in 1058 bytes} [Fri Feb 27 23:11:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=23d5575d-a2b8-488f-82cc-7f7ec5af172b => generated 858 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2472] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:11:56 2026] GET /v2.0/subnets?id=959bd11d-f3d1-46c6-878b-5b2329dcbe94 => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2473] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:11:56 2026] GET /v2.0/ports?network_id=3b8e0cdb-f5fb-4330-b147-0bf3080b942e&device_owner=network%3Adhcp => generated 1244 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2474] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:11:56 2026] GET /v2.0/networks/3b8e0cdb-f5fb-4330-b147-0bf3080b942e?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2475] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:11:56 2026] GET /v2.0/networks/3b8e0cdb-f5fb-4330-b147-0bf3080b942e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2476] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:11:56 2026] GET /v2.0/security-groups?tenant_id=8aa1b2e89c5445daa56ffbc23c5f89a8&name=default => generated 2925 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2477] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:11:56 2026] DELETE /v2.0/security-groups/88a1c942-94e4-4adf-802d-c826b4ee0eb8 => 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: 1139/2478] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:11:56 2026] GET /v2.0/security-groups?tenant_id=56f5442da8bf4ba6b33ed02699b72442&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2479] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:11:57 2026] DELETE /v2.0/security-groups/9e716f95-245b-472b-9315-14907f347397 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:12:00.277 7 INFO neutron.db.segments_db [None req-acfccd4b-f7aa-4710-969e-22d47342d56c b04d6c6de94843fda5f2d31a16a89a2c 4f46d8e0caca4d04a7b03e4a30a67b82 - - default default] Added segment 8181ecfc-359d-4b50-a3ff-72ea9933ab09 of type vxlan for network 091d7575-dc17-47c0-b6e9-a90cd6c37df6 [pid: 7|app: 0|req: 1140/2480] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:11:59 2026] POST /v2.0/networks => generated 707 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2481] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:12:00 2026] POST /v2.0/subnets => generated 644 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:12:00.590 7 WARNING neutron.api.v2.base [None req-2fb2ad53-edb3-4aa5-b6c8-0c73a5d01a77 b04d6c6de94843fda5f2d31a16a89a2c 4f46d8e0caca4d04a7b03e4a30a67b82 - - 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 23:12:00.591 7 INFO neutron.api.v2.resource [None req-2fb2ad53-edb3-4aa5-b6c8-0c73a5d01a77 b04d6c6de94843fda5f2d31a16a89a2c 4f46d8e0caca4d04a7b03e4a30a67b82 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1141/2482] 10.0.0.113 () {34 vars in 681 bytes} [Fri Feb 27 23:12:00 2026] POST /v2.0/rbac-policies => generated 143 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-02-27 23:12:00.796 8 INFO neutron.services.segments.plugin [-] Segment 8181ecfc-359d-4b50-a3ff-72ea9933ab09 resource provider aggregate not found 2026-02-27 23:12:00.817 8 INFO neutron.services.segments.plugin [-] Segment 8181ecfc-359d-4b50-a3ff-72ea9933ab09 resource provider aggregate not found 2026-02-27 23:12:00.821 8 INFO neutron.services.segments.plugin [-] Segment 8181ecfc-359d-4b50-a3ff-72ea9933ab09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8181ecfc-359d-4b50-a3ff-72ea9933ab09 found for delete ", "request_id": "req-51788f1a-28f7-4a95-bc3e-cf760e35aa87"}]} 2026-02-27 23:12:00.837 8 INFO neutron.services.segments.plugin [-] Segment 8181ecfc-359d-4b50-a3ff-72ea9933ab09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8181ecfc-359d-4b50-a3ff-72ea9933ab09 found for delete ", "request_id": "req-4d82ce04-6d9f-4d73-af95-e32d618e1202"}]} [pid: 8|app: 0|req: 1342/2483] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:12:00 2026] DELETE /v2.0/networks/091d7575-dc17-47c0-b6e9-a90cd6c37df6 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:12:00.936 8 INFO neutron.db.segments_db [None req-74b25a86-91d0-40a1-bf75-b4e6e4254b03 b04d6c6de94843fda5f2d31a16a89a2c 4f46d8e0caca4d04a7b03e4a30a67b82 - - default default] Added segment 7a09d247-e099-4c7b-800f-06d1d882809d of type vxlan for network 041cfa96-d490-49ac-9d16-a04a89be37f1 2026-02-27 23:12:00.958 7 INFO neutron.db.segments_db [None req-459fbe4b-efd6-440d-8907-172e5a41545f 8da11fc010a241ed8154994d72a017ed 16962bef62844d329043e2ede61cd681 - - default default] Added segment b7518f55-5812-4c67-8263-131f47fa3a53 of type vxlan for network d19f6487-c632-470a-96b2-78c53598a575 [pid: 8|app: 0|req: 1343/2484] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:12:00 2026] POST /v2.0/networks => generated 707 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2485] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:12:00 2026] POST /v2.0/networks => generated 613 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2486] 10.0.0.113 () {34 vars in 753 bytes} [Fri Feb 27 23:12:01 2026] PUT /v2.0/networks/d19f6487-c632-470a-96b2-78c53598a575/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2487] 10.0.0.113 () {32 vars in 733 bytes} [Fri Feb 27 23:12:01 2026] GET /v2.0/networks/d19f6487-c632-470a-96b2-78c53598a575/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: 1145/2488] 10.0.0.113 () {34 vars in 764 bytes} [Fri Feb 27 23:12:01 2026] PUT /v2.0/networks/d19f6487-c632-470a-96b2-78c53598a575/tags/green => generated 4 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2489] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:12:01 2026] POST /v2.0/subnets => generated 647 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:12:01.317 8 WARNING neutron.api.v2.base [None req-0eb54f12-02da-4163-8a81-acf2ffff87db b04d6c6de94843fda5f2d31a16a89a2c 4f46d8e0caca4d04a7b03e4a30a67b82 - - 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 23:12:01.318 8 INFO neutron.api.v2.resource [None req-0eb54f12-02da-4163-8a81-acf2ffff87db b04d6c6de94843fda5f2d31a16a89a2c 4f46d8e0caca4d04a7b03e4a30a67b82 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1345/2490] 10.0.0.113 () {34 vars in 681 bytes} [Fri Feb 27 23:12:01 2026] POST /v2.0/rbac-policies => generated 547 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2491] 10.0.0.113 () {32 vars in 733 bytes} [Fri Feb 27 23:12:01 2026] GET /v2.0/networks/d19f6487-c632-470a-96b2-78c53598a575/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2492] 10.0.0.113 () {34 vars in 760 bytes} [Fri Feb 27 23:12:01 2026] PUT /v2.0/networks/d19f6487-c632-470a-96b2-78c53598a575/tags/red => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2495] 10.0.0.113 () {32 vars in 733 bytes} [Fri Feb 27 23:12:01 2026] GET /v2.0/networks/d19f6487-c632-470a-96b2-78c53598a575/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2496] 10.0.0.113 () {34 vars in 782 bytes} [Fri Feb 27 23:12:01 2026] PUT /v2.0/networks/d19f6487-c632-470a-96b2-78c53598a575/tags/black.or.white => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2497] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:12:01 2026] DELETE /v2.0/networks/041cfa96-d490-49ac-9d16-a04a89be37f1 => 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: 1152/2498] 10.0.0.113 () {32 vars in 733 bytes} [Fri Feb 27 23:12:01 2026] GET /v2.0/networks/d19f6487-c632-470a-96b2-78c53598a575/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:12:01.580 8 INFO neutron.db.segments_db [None req-7c55a3e0-e512-42fa-8ced-d55d2d16fed4 b04d6c6de94843fda5f2d31a16a89a2c 4f46d8e0caca4d04a7b03e4a30a67b82 - - default default] Added segment 96d3bffe-e74b-4429-a373-511d4ac0c9b3 of type vxlan for network c9562f53-9daf-4e82-ac61-befd39eeae64 [pid: 7|app: 0|req: 1153/2499] 10.0.0.113 () {34 vars in 753 bytes} [Fri Feb 27 23:12:01 2026] PUT /v2.0/networks/d19f6487-c632-470a-96b2-78c53598a575/tags => generated 37 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2500] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:12:01 2026] POST /v2.0/networks => generated 708 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2501] 10.0.0.113 () {32 vars in 733 bytes} [Fri Feb 27 23:12:01 2026] GET /v2.0/networks/d19f6487-c632-470a-96b2-78c53598a575/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2502] 10.0.0.113 () {32 vars in 741 bytes} [Fri Feb 27 23:12:01 2026] GET /v2.0/networks/d19f6487-c632-470a-96b2-78c53598a575/tags/red => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:12:01.826 7 INFO neutron.api.v2.resource [None req-90191152-8387-4f56-8ce4-834535d0e994 8da11fc010a241ed8154994d72a017ed 16962bef62844d329043e2ede61cd681 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1156/2503] 10.0.0.113 () {32 vars in 745 bytes} [Fri Feb 27 23:12:01 2026] GET /v2.0/networks/d19f6487-c632-470a-96b2-78c53598a575/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2504] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:12:01 2026] POST /v2.0/subnets => generated 647 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2505] 10.0.0.113 () {32 vars in 744 bytes} [Fri Feb 27 23:12:01 2026] DELETE /v2.0/networks/d19f6487-c632-470a-96b2-78c53598a575/tags/red => 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: 1158/2506] 10.0.0.113 () {32 vars in 733 bytes} [Fri Feb 27 23:12:01 2026] GET /v2.0/networks/d19f6487-c632-470a-96b2-78c53598a575/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:12:01.983 7 INFO neutron.api.v2.resource [None req-4a553355-3696-4291-841e-c272dc027a76 8da11fc010a241ed8154994d72a017ed 16962bef62844d329043e2ede61cd681 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1159/2507] 10.0.0.113 () {32 vars in 748 bytes} [Fri Feb 27 23:12:01 2026] DELETE /v2.0/networks/d19f6487-c632-470a-96b2-78c53598a575/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2508] 10.0.0.113 () {32 vars in 736 bytes} [Fri Feb 27 23:12:02 2026] DELETE /v2.0/networks/d19f6487-c632-470a-96b2-78c53598a575/tags => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2509] 10.0.0.113 () {32 vars in 733 bytes} [Fri Feb 27 23:12:02 2026] GET /v2.0/networks/d19f6487-c632-470a-96b2-78c53598a575/tags => generated 12 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:12:02.238 7 INFO neutron.services.segments.plugin [-] Segment b7518f55-5812-4c67-8263-131f47fa3a53 resource provider aggregate not found 2026-02-27 23:12:02.243 7 INFO neutron.services.segments.plugin [-] Segment b7518f55-5812-4c67-8263-131f47fa3a53 resource provider aggregate not found [pid: 7|app: 0|req: 1162/2510] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:12:02 2026] DELETE /v2.0/networks/d19f6487-c632-470a-96b2-78c53598a575 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:12:02.264 7 INFO neutron.services.segments.plugin [-] Segment b7518f55-5812-4c67-8263-131f47fa3a53 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7518f55-5812-4c67-8263-131f47fa3a53 found for delete ", "request_id": "req-e0eb26d3-2aba-468e-8a52-31704955e7cd"}]} 2026-02-27 23:12:02.267 7 INFO neutron.services.segments.plugin [-] Segment b7518f55-5812-4c67-8263-131f47fa3a53 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7518f55-5812-4c67-8263-131f47fa3a53 found for delete ", "request_id": "req-78ef1b14-f596-484e-ba94-b3d0f6f18c30"}]} [pid: 8|app: 0|req: 1349/2511] 10.0.0.113 () {34 vars in 681 bytes} [Fri Feb 27 23:12:01 2026] POST /v2.0/rbac-policies => generated 324 bytes in 671 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:12:02.846 8 INFO neutron.services.segments.plugin [-] Segment 7a09d247-e099-4c7b-800f-06d1d882809d resource provider aggregate not found 2026-02-27 23:12:02.866 8 INFO neutron.services.segments.plugin [-] Segment 7a09d247-e099-4c7b-800f-06d1d882809d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a09d247-e099-4c7b-800f-06d1d882809d found for delete ", "request_id": "req-be288729-ee5f-41f1-b797-5a5c6a02e8b7"}]} 2026-02-27 23:12:02.867 8 INFO neutron.services.segments.plugin [-] Segment 7a09d247-e099-4c7b-800f-06d1d882809d resource provider aggregate not found 2026-02-27 23:12:02.885 8 INFO neutron.services.segments.plugin [-] Segment 7a09d247-e099-4c7b-800f-06d1d882809d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a09d247-e099-4c7b-800f-06d1d882809d found for delete ", "request_id": "req-fc09037f-1632-4ba8-a929-02996de6aa6a"}]} [pid: 7|app: 0|req: 1163/2512] 10.0.0.113 () {32 vars in 723 bytes} [Fri Feb 27 23:12:02 2026] GET /v2.0/networks/c9562f53-9daf-4e82-ac61-befd39eeae64 => generated 655 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2513] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:12:03 2026] GET /v2.0/security-groups?tenant_id=16962bef62844d329043e2ede61cd681&name=default => generated 2925 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2514] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:03 2026] DELETE /v2.0/security-groups/dc909013-bab6-4bd8-ba80-d8bd757c1efe => 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: 1351/2515] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:12:03 2026] GET /v2.0/security-groups?tenant_id=de85e3a1ae3b4e4abebf9075daad0df1&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2516] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:03 2026] DELETE /v2.0/security-groups/9928823a-7101-4263-be3c-93f96b5ab2e3 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:12:03.702 7 INFO neutron.pecan_wsgi.hooks.translation [None req-afb55492-ebcd-4570-adf2-6186bd917527 97bb4ee7862c4d44abecbe46af47a89d 2d633727eca243fbbdfaab6cbce4f77f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1165/2517] 10.0.0.113 () {32 vars in 723 bytes} [Fri Feb 27 23:12:03 2026] GET /v2.0/networks/c9562f53-9daf-4e82-ac61-befd39eeae64 => generated 138 bytes in 166 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:12:03.835 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e44480c-afe7-447f-8516-49e096602e14 b04d6c6de94843fda5f2d31a16a89a2c 4f46d8e0caca4d04a7b03e4a30a67b82 - - default default] TaaS: Handle Delete Port: 01072635-c177-488b-9a2e-d871dfb45d81 2026-02-27 23:12:03.838 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e44480c-afe7-447f-8516-49e096602e14 b04d6c6de94843fda5f2d31a16a89a2c 4f46d8e0caca4d04a7b03e4a30a67b82 - - default default] Tap Mirror: Handle Delete Port: 01072635-c177-488b-9a2e-d871dfb45d81 [pid: 8|app: 0|req: 1353/2518] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:12:03 2026] DELETE /v2.0/networks/c9562f53-9daf-4e82-ac61-befd39eeae64 => generated 0 bytes in 452 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:12:04.188 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bff40ba6-7876-441a-abac-358ef1d907f9 b04d6c6de94843fda5f2d31a16a89a2c 4f46d8e0caca4d04a7b03e4a30a67b82 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1166/2519] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:12:04 2026] DELETE /v2.0/subnets/18d4707a-f69c-448b-83fe-143a619e686b => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:12:04.209 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5ff4c28a-08dc-420c-9207-0a5eebbfda61 b04d6c6de94843fda5f2d31a16a89a2c 4f46d8e0caca4d04a7b03e4a30a67b82 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1354/2520] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:12:04 2026] DELETE /v2.0/subnets/ce95b4f6-eb41-4da7-8f53-6bf35b754776 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:12:04.236 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6fcd90f5-0371-48a7-bde8-c809da8c8a09 b04d6c6de94843fda5f2d31a16a89a2c 4f46d8e0caca4d04a7b03e4a30a67b82 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1167/2521] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:12:04 2026] DELETE /v2.0/subnets/16e7d408-10e6-4ac2-97d4-dbd101f8e5a3 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:12:04.897 8 INFO neutron.services.segments.plugin [-] Segment 96d3bffe-e74b-4429-a373-511d4ac0c9b3 resource provider aggregate not found 2026-02-27 23:12:04.911 8 INFO neutron.services.segments.plugin [-] Segment 96d3bffe-e74b-4429-a373-511d4ac0c9b3 resource provider aggregate not found 2026-02-27 23:12:04.927 8 INFO neutron.services.segments.plugin [-] Segment 96d3bffe-e74b-4429-a373-511d4ac0c9b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96d3bffe-e74b-4429-a373-511d4ac0c9b3 found for delete ", "request_id": "req-914e1209-1f4d-4531-8906-cb49f8924f54"}]} 2026-02-27 23:12:04.935 8 INFO neutron.services.segments.plugin [-] Segment 96d3bffe-e74b-4429-a373-511d4ac0c9b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96d3bffe-e74b-4429-a373-511d4ac0c9b3 found for delete ", "request_id": "req-ca703c71-ed21-420d-87a3-970a58e50f32"}]} [pid: 8|app: 0|req: 1355/2522] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:12:05 2026] GET /v2.0/security-groups?tenant_id=2d633727eca243fbbdfaab6cbce4f77f&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2523] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:05 2026] DELETE /v2.0/security-groups/e21b9852-db8a-4ae0-a892-e8d8d55e5a76 => 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: 1356/2524] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:12:05 2026] GET /v2.0/security-groups?tenant_id=00ec9e2cbe564626a65351c53de93e45&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2525] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:05 2026] DELETE /v2.0/security-groups/17bd4854-b546-4ba0-956b-1e3d652f6be0 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2526] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:12:05 2026] GET /v2.0/security-groups?tenant_id=4f46d8e0caca4d04a7b03e4a30a67b82&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: 1170/2527] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:05 2026] DELETE /v2.0/security-groups/eb083a91-99fd-4aa8-94a6-f4484b892089 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:12:07.406 8 INFO neutron.db.segments_db [None req-76d40934-4d30-4d92-9720-afa319b7b6de 76127f0e33c74a96809e76e3180203d8 2ab804111ff0487296df18365b14294b - - default default] Added segment 26d42799-fedd-4adf-a4a5-972f0f81539d of type vxlan for network 875877b9-1f4f-469c-9aa4-9ea0c447b6bc 2026-02-27 23:12:07.704 8 INFO neutron.db.l3_hamode_db [None req-76d40934-4d30-4d92-9720-afa319b7b6de 76127f0e33c74a96809e76e3180203d8 2ab804111ff0487296df18365b14294b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 23:12:07.837 8 INFO neutron.db.l3_hamode_db [None req-76d40934-4d30-4d92-9720-afa319b7b6de 76127f0e33c74a96809e76e3180203d8 2ab804111ff0487296df18365b14294b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1358/2528] 10.0.0.113 () {34 vars in 668 bytes} [Fri Feb 27 23:12:07 2026] POST /v2.0/routers => generated 474 bytes in 1256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2529] 10.0.0.113 () {34 vars in 751 bytes} [Fri Feb 27 23:12:08 2026] PUT /v2.0/routers/6f839c7e-5be2-48b3-b0ff-517bccf01cac/tags => generated 25 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2530] 10.0.0.113 () {32 vars in 731 bytes} [Fri Feb 27 23:12:08 2026] GET /v2.0/routers/6f839c7e-5be2-48b3-b0ff-517bccf01cac/tags => generated 25 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2531] 10.0.0.113 () {34 vars in 762 bytes} [Fri Feb 27 23:12:08 2026] PUT /v2.0/routers/6f839c7e-5be2-48b3-b0ff-517bccf01cac/tags/green => generated 4 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2532] 10.0.0.113 () {32 vars in 731 bytes} [Fri Feb 27 23:12:08 2026] GET /v2.0/routers/6f839c7e-5be2-48b3-b0ff-517bccf01cac/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: 1173/2533] 10.0.0.113 () {34 vars in 758 bytes} [Fri Feb 27 23:12:08 2026] PUT /v2.0/routers/6f839c7e-5be2-48b3-b0ff-517bccf01cac/tags/red => generated 4 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2534] 10.0.0.113 () {32 vars in 731 bytes} [Fri Feb 27 23:12:09 2026] GET /v2.0/routers/6f839c7e-5be2-48b3-b0ff-517bccf01cac/tags => generated 34 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2535] 10.0.0.113 () {34 vars in 780 bytes} [Fri Feb 27 23:12:09 2026] PUT /v2.0/routers/6f839c7e-5be2-48b3-b0ff-517bccf01cac/tags/black.or.white => 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: 1362/2536] 10.0.0.113 () {32 vars in 731 bytes} [Fri Feb 27 23:12:09 2026] GET /v2.0/routers/6f839c7e-5be2-48b3-b0ff-517bccf01cac/tags => generated 52 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2537] 10.0.0.113 () {34 vars in 751 bytes} [Fri Feb 27 23:12:09 2026] PUT /v2.0/routers/6f839c7e-5be2-48b3-b0ff-517bccf01cac/tags => generated 37 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2538] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:12:09 2026] GET /v2.0/ports?device_id=304b3d38-0e2e-49b7-ae4d-86ca04d40d83 => generated 1010 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2539] 10.0.0.113 () {32 vars in 731 bytes} [Fri Feb 27 23:12:09 2026] GET /v2.0/routers/6f839c7e-5be2-48b3-b0ff-517bccf01cac/tags => generated 37 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2540] 10.0.0.208 () {34 vars in 1120 bytes} [Fri Feb 27 23:12:09 2026] GET /v2.0/security-groups?id=04f64a45-da09-4275-bac2-9e7ef0bd85e3&id=9648fb50-fea6-42dc-b7db-8b3f88d80131&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2541] 10.0.0.113 () {32 vars in 739 bytes} [Fri Feb 27 23:12:09 2026] GET /v2.0/routers/6f839c7e-5be2-48b3-b0ff-517bccf01cac/tags/red => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:12:09.884 7 INFO neutron.api.v2.resource [None req-1c1fe122-f69f-4170-87a1-2f7b886ff92c 76127f0e33c74a96809e76e3180203d8 2ab804111ff0487296df18365b14294b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1178/2542] 10.0.0.113 () {32 vars in 743 bytes} [Fri Feb 27 23:12:09 2026] GET /v2.0/routers/6f839c7e-5be2-48b3-b0ff-517bccf01cac/tags/green => generated 99 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2543] 10.0.0.113 () {32 vars in 736 bytes} [Fri Feb 27 23:12:09 2026] GET /v2.0/ports?device_id=304b3d38-0e2e-49b7-ae4d-86ca04d40d83 => generated 1279 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2544] 10.0.0.113 () {32 vars in 858 bytes} [Fri Feb 27 23:12:09 2026] GET /v2.0/floatingips?floating_network_id=dcb0d11b-f985-42fd-9024-177a874f12e1&port_id=23d5575d-a2b8-488f-82cc-7f7ec5af172b => generated 860 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2545] 10.0.0.113 () {32 vars in 742 bytes} [Fri Feb 27 23:12:09 2026] DELETE /v2.0/routers/6f839c7e-5be2-48b3-b0ff-517bccf01cac/tags/red => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2546] 10.0.0.113 () {32 vars in 731 bytes} [Fri Feb 27 23:12:10 2026] GET /v2.0/routers/6f839c7e-5be2-48b3-b0ff-517bccf01cac/tags => generated 30 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:12:10.259 7 INFO neutron.api.v2.resource [None req-f85396c2-3719-4448-9319-626cca99dcbe 76127f0e33c74a96809e76e3180203d8 2ab804111ff0487296df18365b14294b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1180/2547] 10.0.0.113 () {32 vars in 746 bytes} [Fri Feb 27 23:12:10 2026] DELETE /v2.0/routers/6f839c7e-5be2-48b3-b0ff-517bccf01cac/tags/green => generated 99 bytes in 108 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2548] 10.0.0.113 () {32 vars in 734 bytes} [Fri Feb 27 23:12:10 2026] DELETE /v2.0/routers/6f839c7e-5be2-48b3-b0ff-517bccf01cac/tags => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2549] 10.0.0.113 () {32 vars in 731 bytes} [Fri Feb 27 23:12:10 2026] GET /v2.0/routers/6f839c7e-5be2-48b3-b0ff-517bccf01cac/tags => generated 12 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2550] 10.0.0.113 () {32 vars in 721 bytes} [Fri Feb 27 23:12:10 2026] GET /v2.0/routers/6f839c7e-5be2-48b3-b0ff-517bccf01cac => generated 480 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2551] 10.0.0.113 () {34 vars in 676 bytes} [Fri Feb 27 23:12:10 2026] POST /v2.0/floatingips => generated 552 bytes in 616 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2552] 10.0.0.159 () {34 vars in 990 bytes} [Fri Feb 27 23:12:11 2026] GET /v2.0/ports?device_id=304b3d38-0e2e-49b7-ae4d-86ca04d40d83 => generated 1279 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2553] 10.0.0.113 () {34 vars in 742 bytes} [Fri Feb 27 23:12:10 2026] PUT /v2.0/routers/6f839c7e-5be2-48b3-b0ff-517bccf01cac => generated 480 bytes in 591 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2554] 10.0.0.159 () {34 vars in 1120 bytes} [Fri Feb 27 23:12:11 2026] GET /v2.0/security-groups?id=9648fb50-fea6-42dc-b7db-8b3f88d80131&id=04f64a45-da09-4275-bac2-9e7ef0bd85e3&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: 1185/2555] 10.0.0.113 () {32 vars in 736 bytes} [Fri Feb 27 23:12:11 2026] GET /v2.0/ports?device_id=6f839c7e-5be2-48b3-b0ff-517bccf01cac => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:12:11.431 7 INFO neutron_taas.services.taas.taas_plugin [None req-691ecfea-bad6-46b4-9b81-b1a460420bba 76127f0e33c74a96809e76e3180203d8 2ab804111ff0487296df18365b14294b - - default default] TaaS: Handle Delete Port: 9aff26a9-70d1-4d7d-9509-d53587d6bae9 2026-02-27 23:12:11.434 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-691ecfea-bad6-46b4-9b81-b1a460420bba 76127f0e33c74a96809e76e3180203d8 2ab804111ff0487296df18365b14294b - - default default] Tap Mirror: Handle Delete Port: 9aff26a9-70d1-4d7d-9509-d53587d6bae9 [pid: 8|app: 0|req: 1371/2556] 10.0.0.113 () {34 vars in 676 bytes} [Fri Feb 27 23:12:11 2026] POST /v2.0/floatingips => generated 552 bytes in 573 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:12:11.797 7 INFO neutron.services.segments.plugin [-] Segment 26d42799-fedd-4adf-a4a5-972f0f81539d resource provider aggregate not found 2026-02-27 23:12:11.800 7 INFO neutron.services.segments.plugin [-] Segment 26d42799-fedd-4adf-a4a5-972f0f81539d resource provider aggregate not found 2026-02-27 23:12:11.815 7 INFO neutron.services.segments.plugin [-] Segment 26d42799-fedd-4adf-a4a5-972f0f81539d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26d42799-fedd-4adf-a4a5-972f0f81539d found for delete ", "request_id": "req-8e1b4176-b0ba-4d0e-a279-d8312f03ba97"}]} 2026-02-27 23:12:11.818 7 INFO neutron.services.segments.plugin [-] Segment 26d42799-fedd-4adf-a4a5-972f0f81539d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26d42799-fedd-4adf-a4a5-972f0f81539d found for delete ", "request_id": "req-8fd5acc2-75ff-4442-bbee-dc272cd76969"}]} 2026-02-27 23:12:11.827 7 INFO neutron.db.l3_hamode_db [None req-691ecfea-bad6-46b4-9b81-b1a460420bba 76127f0e33c74a96809e76e3180203d8 2ab804111ff0487296df18365b14294b - - default default] HA network 875877b9-1f4f-469c-9aa4-9ea0c447b6bc was deleted as no HA routers are present in tenant 2ab804111ff0487296df18365b14294b. [pid: 7|app: 0|req: 1186/2557] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:12:11 2026] DELETE /v2.0/routers/6f839c7e-5be2-48b3-b0ff-517bccf01cac => generated 0 bytes in 591 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2558] 10.0.0.113 () {34 vars in 676 bytes} [Fri Feb 27 23:12:11 2026] POST /v2.0/floatingips => generated 552 bytes in 565 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2559] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:12:12 2026] GET /v2.0/security-groups?tenant_id=2ab804111ff0487296df18365b14294b&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: 1187/2560] 10.0.0.113 () {34 vars in 676 bytes} [Fri Feb 27 23:12:12 2026] POST /v2.0/floatingips => generated 552 bytes in 610 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2561] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:12 2026] DELETE /v2.0/security-groups/f7bf86d8-2a0b-4ff4-be7c-20150f5dcb03 => 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: 1375/2562] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:12:13 2026] GET /v2.0/security-groups?tenant_id=e58219ab58a6423ba2dd6b9f939b91b7&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: 1376/2563] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:13 2026] DELETE /v2.0/security-groups/42eb52ee-7f16-4c77-b22e-4cd8400c6351 => 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: 1188/2564] 10.0.0.113 () {34 vars in 676 bytes} [Fri Feb 27 23:12:12 2026] POST /v2.0/floatingips => generated 552 bytes in 546 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2565] 199.204.45.162 () {30 vars in 703 bytes} [Fri Feb 27 23:12:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2566] 199.204.45.162 () {30 vars in 705 bytes} [Fri Feb 27 23:12:13 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: 1379/2567] 199.204.45.162 () {30 vars in 681 bytes} [Fri Feb 27 23:12:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2568] 199.204.45.162 () {30 vars in 717 bytes} [Fri Feb 27 23:12:13 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: 1189/2569] 10.0.0.113 () {34 vars in 759 bytes} [Fri Feb 27 23:12:13 2026] PUT /v2.0/floatingips/4302579e-2bbe-4b09-8f23-5d4e6c15fc3b/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2570] 199.204.45.162 () {30 vars in 741 bytes} [Fri Feb 27 23:12:13 2026] GET /v2.0/subnets/419bcf6a-1e6e-4c2a-9ce8-ca55faab8f18 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2571] 10.0.0.113 () {34 vars in 759 bytes} [Fri Feb 27 23:12:13 2026] PUT /v2.0/floatingips/4b2fdc5f-6fa3-4e94-9e92-3fb302182d62/tags => generated 25 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2572] 199.204.45.162 () {30 vars in 769 bytes} [Fri Feb 27 23:12:13 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 1248 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2573] 10.0.0.113 () {34 vars in 759 bytes} [Fri Feb 27 23:12:13 2026] PUT /v2.0/floatingips/83e1d59c-9eeb-4d80-a233-b43db5266168/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2574] 10.0.0.113 () {34 vars in 759 bytes} [Fri Feb 27 23:12:13 2026] PUT /v2.0/floatingips/931112fc-311e-4f59-9751-22ac15390c3d/tags => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2575] 10.0.0.113 () {32 vars in 672 bytes} [Fri Feb 27 23:12:13 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2576] 10.0.0.113 () {32 vars in 686 bytes} [Fri Feb 27 23:12:13 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2577] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:12:13 2026] GET /v2.0/ports?device_id=304b3d38-0e2e-49b7-ae4d-86ca04d40d83 => generated 1010 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2578] 199.204.45.162 () {34 vars in 717 bytes} [Fri Feb 27 23:12:13 2026] POST /v2.0/ports => generated 1059 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2579] 10.0.0.113 () {32 vars in 682 bytes} [Fri Feb 27 23:12:13 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2580] 10.0.0.208 () {34 vars in 1120 bytes} [Fri Feb 27 23:12:13 2026] GET /v2.0/security-groups?id=04f64a45-da09-4275-bac2-9e7ef0bd85e3&id=9648fb50-fea6-42dc-b7db-8b3f88d80131&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2581] 10.0.0.113 () {32 vars in 694 bytes} [Fri Feb 27 23:12:13 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2582] 10.0.0.208 () {34 vars in 971 bytes} [Fri Feb 27 23:12:14 2026] GET /v2.0/ports/24fa1574-b902-406a-a382-4e6033351109 => generated 1059 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2583] 10.0.0.208 () {34 vars in 907 bytes} [Fri Feb 27 23:12:14 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2584] 10.0.0.113 () {32 vars in 680 bytes} [Fri Feb 27 23:12:14 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2585] 10.0.0.113 () {32 vars in 694 bytes} [Fri Feb 27 23:12:14 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2586] 10.0.0.113 () {32 vars in 690 bytes} [Fri Feb 27 23:12:14 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2587] 10.0.0.113 () {32 vars in 702 bytes} [Fri Feb 27 23:12:14 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:12:14.330 8 INFO neutron_taas.services.taas.taas_plugin [None req-08655f94-a93f-4a31-a17d-a55d9bb9486d c13276e86f2c4fbd962aa418c2909ab9 8e0b7a6e60c842808363f26811bbfeab - - default default] TaaS: Handle Delete Port: fbd8331c-c403-4b79-9a71-e7a499e1343c 2026-02-27 23:12:14.333 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08655f94-a93f-4a31-a17d-a55d9bb9486d c13276e86f2c4fbd962aa418c2909ab9 8e0b7a6e60c842808363f26811bbfeab - - default default] Tap Mirror: Handle Delete Port: fbd8331c-c403-4b79-9a71-e7a499e1343c [pid: 8|app: 0|req: 1387/2588] 10.0.0.113 () {32 vars in 732 bytes} [Fri Feb 27 23:12:14 2026] DELETE /v2.0/floatingips/4302579e-2bbe-4b09-8f23-5d4e6c15fc3b => generated 0 bytes in 259 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:12:14.600 7 INFO neutron_taas.services.taas.taas_plugin [None req-38601cdd-d307-4acc-a75c-51e6e464c6dc c13276e86f2c4fbd962aa418c2909ab9 8e0b7a6e60c842808363f26811bbfeab - - default default] TaaS: Handle Delete Port: c34b4ece-fd2f-4cab-86bc-31d92c9992e8 2026-02-27 23:12:14.603 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38601cdd-d307-4acc-a75c-51e6e464c6dc c13276e86f2c4fbd962aa418c2909ab9 8e0b7a6e60c842808363f26811bbfeab - - default default] Tap Mirror: Handle Delete Port: c34b4ece-fd2f-4cab-86bc-31d92c9992e8 [pid: 7|app: 0|req: 1202/2589] 10.0.0.113 () {32 vars in 732 bytes} [Fri Feb 27 23:12:14 2026] DELETE /v2.0/floatingips/4b2fdc5f-6fa3-4e94-9e92-3fb302182d62 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:12:14.880 8 INFO neutron_taas.services.taas.taas_plugin [None req-28ab3d54-107e-4aa3-aafc-022dcb613f98 c13276e86f2c4fbd962aa418c2909ab9 8e0b7a6e60c842808363f26811bbfeab - - default default] TaaS: Handle Delete Port: 4bb62fd3-43dc-44e6-8c94-a1675d33e991 2026-02-27 23:12:14.883 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28ab3d54-107e-4aa3-aafc-022dcb613f98 c13276e86f2c4fbd962aa418c2909ab9 8e0b7a6e60c842808363f26811bbfeab - - default default] Tap Mirror: Handle Delete Port: 4bb62fd3-43dc-44e6-8c94-a1675d33e991 [pid: 8|app: 0|req: 1388/2590] 10.0.0.113 () {32 vars in 732 bytes} [Fri Feb 27 23:12:14 2026] DELETE /v2.0/floatingips/83e1d59c-9eeb-4d80-a233-b43db5266168 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2591] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:12:15 2026] GET /v2.0/ports?device_id=304b3d38-0e2e-49b7-ae4d-86ca04d40d83 => generated 1010 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:12:15.149 7 INFO neutron_taas.services.taas.taas_plugin [None req-9d6c9091-3421-40cd-9ac0-f505b988fd85 c13276e86f2c4fbd962aa418c2909ab9 8e0b7a6e60c842808363f26811bbfeab - - default default] TaaS: Handle Delete Port: a0c4860b-2172-47db-97c2-8697877fa0fc 2026-02-27 23:12:15.152 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d6c9091-3421-40cd-9ac0-f505b988fd85 c13276e86f2c4fbd962aa418c2909ab9 8e0b7a6e60c842808363f26811bbfeab - - default default] Tap Mirror: Handle Delete Port: a0c4860b-2172-47db-97c2-8697877fa0fc [pid: 8|app: 0|req: 1390/2592] 199.204.45.162 () {34 vars in 1262 bytes} [Fri Feb 27 23:12:15 2026] GET /v2.0/ports/24fa1574-b902-406a-a382-4e6033351109?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: 1391/2593] 10.0.0.208 () {34 vars in 1120 bytes} [Fri Feb 27 23:12:15 2026] GET /v2.0/security-groups?id=04f64a45-da09-4275-bac2-9e7ef0bd85e3&id=9648fb50-fea6-42dc-b7db-8b3f88d80131&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2594] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:12:15 2026] GET /v2.0/networks/a2c65e12-46b9-45f8-a4bb-7d3d7d58631c?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: 1393/2595] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:12:15 2026] GET /v2.0/networks/a2c65e12-46b9-45f8-a4bb-7d3d7d58631c?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: 1203/2596] 10.0.0.113 () {32 vars in 732 bytes} [Fri Feb 27 23:12:15 2026] DELETE /v2.0/floatingips/931112fc-311e-4f59-9751-22ac15390c3d => generated 0 bytes in 287 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:12:15.439 8 INFO neutron_taas.services.taas.taas_plugin [None req-a2f24aa5-5b43-4f1c-a975-3aae4a4dc1c3 c13276e86f2c4fbd962aa418c2909ab9 8e0b7a6e60c842808363f26811bbfeab - - default default] TaaS: Handle Delete Port: 00ed870a-e471-43da-af60-ecea8960647e 2026-02-27 23:12:15.442 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2f24aa5-5b43-4f1c-a975-3aae4a4dc1c3 c13276e86f2c4fbd962aa418c2909ab9 8e0b7a6e60c842808363f26811bbfeab - - default default] Tap Mirror: Handle Delete Port: 00ed870a-e471-43da-af60-ecea8960647e [pid: 8|app: 0|req: 1394/2597] 10.0.0.113 () {32 vars in 732 bytes} [Fri Feb 27 23:12:15 2026] DELETE /v2.0/floatingips/48e890c8-3d36-432d-87a1-e769b90c821b => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2598] 199.204.45.162 () {34 vars in 975 bytes} [Fri Feb 27 23:12:15 2026] GET /v2.0/ports/24fa1574-b902-406a-a382-4e6033351109 => generated 1059 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2599] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:12:15 2026] GET /v2.0/networks?id=a2c65e12-46b9-45f8-a4bb-7d3d7d58631c => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2600] 199.204.45.162 () {34 vars in 994 bytes} [Fri Feb 27 23:12:16 2026] GET /v2.0/ports?device_id=304b3d38-0e2e-49b7-ae4d-86ca04d40d83 => generated 1010 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2601] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:12:16 2026] GET /v2.0/ports?device_id=304b3d38-0e2e-49b7-ae4d-86ca04d40d83 => generated 1010 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2602] 199.204.45.162 () {38 vars in 1028 bytes} [Fri Feb 27 23:12:15 2026] PUT /v2.0/ports/24fa1574-b902-406a-a382-4e6033351109 => generated 1249 bytes in 487 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2603] 10.0.0.208 () {34 vars in 1120 bytes} [Fri Feb 27 23:12:16 2026] GET /v2.0/security-groups?id=04f64a45-da09-4275-bac2-9e7ef0bd85e3&id=9648fb50-fea6-42dc-b7db-8b3f88d80131&fields=id&fields=name => generated 206 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:12:16.452 8 INFO neutron_taas.services.taas.taas_plugin [req-96fdad31-988d-4f1a-8213-97fd2d6b4b11 req-92c48e1d-32b1-42c5-afa5-c3b0c8683cb1 416333319e1a4937a3bdf1a58a936064 0201083faf3941bdb912f1a54bde929f - - default default] TaaS: Handle Delete Port: 23d5575d-a2b8-488f-82cc-7f7ec5af172b 2026-02-27 23:12:16.456 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-96fdad31-988d-4f1a-8213-97fd2d6b4b11 req-92c48e1d-32b1-42c5-afa5-c3b0c8683cb1 416333319e1a4937a3bdf1a58a936064 0201083faf3941bdb912f1a54bde929f - - default default] Tap Mirror: Handle Delete Port: 23d5575d-a2b8-488f-82cc-7f7ec5af172b 2026-02-27 23:12:16.467 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c98a35ec-a8f0-4e90-b5a1-694d5342a5a4'] response: {'name': 'network-changed', 'server_uuid': '83b8fd2e-cd8c-4e94-b6df-bd9b82167ace', 'tag': '24fa1574-b902-406a-a382-4e6033351109', 'status': 'completed', 'code': 200} 2026-02-27 23:12:16.617 8 INFO neutron.db.l3_db [req-96fdad31-988d-4f1a-8213-97fd2d6b4b11 req-92c48e1d-32b1-42c5-afa5-c3b0c8683cb1 416333319e1a4937a3bdf1a58a936064 0201083faf3941bdb912f1a54bde929f - - default default] Floating IP 9febb46f-a131-4b96-b8ac-677898bc1aa3 disassociated. External IP: 10.96.250.203, port: 23d5575d-a2b8-488f-82cc-7f7ec5af172b. [pid: 7|app: 0|req: 1209/2606] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:12:16 2026] GET /v2.0/security-groups?tenant_id=e71597b5233b4be8a2f832b7ea64b660&name=default => generated 2925 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2607] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:16 2026] DELETE /v2.0/security-groups/308c51e0-68cd-41e1-bea9-2c80818141af => 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: 1398/2608] 199.204.45.162 () {36 vars in 997 bytes} [Fri Feb 27 23:12:16 2026] DELETE /v2.0/ports/23d5575d-a2b8-488f-82cc-7f7ec5af172b => generated 0 bytes in 665 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2609] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:12:17 2026] GET /v2.0/ports?tenant_id=d66f387d1d2b459cba84f7f538c886f5&device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 2489 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:12:17.057 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-800996eb-9331-4922-b23d-c94501f177c6'] response: {'server_uuid': '304b3d38-0e2e-49b7-ae4d-86ca04d40d83', 'name': 'network-vif-deleted', 'tag': '23d5575d-a2b8-488f-82cc-7f7ec5af172b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1400/2610] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:12:17 2026] GET /v2.0/networks?id=a2c65e12-46b9-45f8-a4bb-7d3d7d58631c => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2611] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:12:16 2026] GET /v2.0/security-groups?tenant_id=9d00b4bcbe384184a326d450fff6f12b&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2612] 199.204.45.162 () {34 vars in 1058 bytes} [Fri Feb 27 23:12:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.104&port_id=24fa1574-b902-406a-a382-4e6033351109 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2613] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:12:17 2026] GET /v2.0/security-groups?tenant_id=33c9071b731844e39e3aed781e88f34e&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2614] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:17 2026] DELETE /v2.0/security-groups/c8611710-a61f-44b4-8252-c4108936a46b => 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: 1402/2615] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:12:17 2026] GET /v2.0/subnets?id=419bcf6a-1e6e-4c2a-9ce8-ca55faab8f18 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2616] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:12:17 2026] GET /v2.0/ports?network_id=a2c65e12-46b9-45f8-a4bb-7d3d7d58631c&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2617] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:17 2026] DELETE /v2.0/security-groups/dcb29dec-c341-411a-8e1e-9232382b1e8d => 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: 1404/2618] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:12:17 2026] GET /v2.0/networks/a2c65e12-46b9-45f8-a4bb-7d3d7d58631c?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: 1215/2619] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:12:17 2026] GET /v2.0/networks/a2c65e12-46b9-45f8-a4bb-7d3d7d58631c?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: 1405/2620] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:12:17 2026] GET /v2.0/security-groups?tenant_id=3ffbc389128f4d439e5f9f67abdf0ae9&name=default => generated 2928 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2621] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:12:17 2026] GET /v2.0/ports?device_id=304b3d38-0e2e-49b7-ae4d-86ca04d40d83 => 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: 1216/2622] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:12:17 2026] GET /v2.0/security-groups?tenant_id=8e0b7a6e60c842808363f26811bbfeab&name=default => generated 2928 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2623] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:17 2026] DELETE /v2.0/security-groups/3ccecec3-74fe-4847-9902-b7fa4d6a88a6 => 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: 1217/2624] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:17 2026] DELETE /v2.0/security-groups/48a7e43a-9102-460c-b3c5-f3a4114780c7 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2625] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:12:18 2026] GET /v2.0/ports?tenant_id=d66f387d1d2b459cba84f7f538c886f5&device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 2489 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2626] 199.204.45.162 () {34 vars in 1062 bytes} [Fri Feb 27 23:12:18 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.104&port_id=8533fb97-f9ea-4852-abf6-cec5e70b1399 => 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: 1409/2627] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:12:18 2026] GET /v2.0/subnets?id=98f099b4-8283-450d-87dc-3970d5344ba0 => generated 654 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2628] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:12:18 2026] GET /v2.0/ports?network_id=88205cbe-a947-4794-9823-d299d1c79649&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: 1410/2629] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:12:18 2026] GET /v2.0/networks/88205cbe-a947-4794-9823-d299d1c79649?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: 1220/2630] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:12:18 2026] GET /v2.0/ports?device_id=304b3d38-0e2e-49b7-ae4d-86ca04d40d83 => 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: 1411/2631] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:12:18 2026] GET /v2.0/networks/88205cbe-a947-4794-9823-d299d1c79649?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2632] 199.204.45.162 () {34 vars in 1058 bytes} [Fri Feb 27 23:12:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.104&port_id=24fa1574-b902-406a-a382-4e6033351109 => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2633] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:12:18 2026] GET /v2.0/subnets?id=419bcf6a-1e6e-4c2a-9ce8-ca55faab8f18 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2634] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:12:18 2026] GET /v2.0/ports?network_id=a2c65e12-46b9-45f8-a4bb-7d3d7d58631c&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: 1413/2635] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:12:18 2026] GET /v2.0/networks/a2c65e12-46b9-45f8-a4bb-7d3d7d58631c?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: 1223/2636] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:12:18 2026] GET /v2.0/networks/a2c65e12-46b9-45f8-a4bb-7d3d7d58631c?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: 1414/2637] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:12:19 2026] GET /v2.0/ports?device_id=304b3d38-0e2e-49b7-ae4d-86ca04d40d83 => 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: 1224/2638] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:12:20 2026] GET /v2.0/floatingips => generated 2241 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2639] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:12:20 2026] GET /v2.0/routers => generated 2175 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2640] 10.0.0.153 () {28 vars in 624 bytes} [Fri Feb 27 23:12:20 2026] GET /v2.0/agents?binary=ovn-controller => 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: 1227/2641] 10.0.0.153 () {28 vars in 677 bytes} [Fri Feb 27 23:12:20 2026] GET /v2.0/routers/048ac4a9-f7ec-468a-bb3d-3d5393e33759/l3-agents => generated 681 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2642] 10.0.0.153 () {28 vars in 677 bytes} [Fri Feb 27 23:12:20 2026] GET /v2.0/routers/db00215a-30a3-4119-9899-d3a742b7e399/l3-agents => generated 681 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2643] 10.0.0.113 () {34 vars in 684 bytes} [Fri Feb 27 23:12:20 2026] POST /v2.0/security-groups => generated 1603 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2644] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:21 2026] DELETE /v2.0/security-groups/04f64a45-da09-4275-bac2-9e7ef0bd85e3 => 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: 1416/2645] 10.0.0.153 () {28 vars in 677 bytes} [Fri Feb 27 23:12:21 2026] GET /v2.0/routers/f7827f6c-0ce8-4df2-b4a8-41400e81213c/l3-agents => generated 681 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2646] 10.0.0.113 () {34 vars in 767 bytes} [Fri Feb 27 23:12:21 2026] PUT /v2.0/security-groups/cd24b39a-0aea-4938-92e9-c358b3d92db9/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:12:21.226 8 INFO neutron.api.v2.resource [None req-016140ec-af8a-4bde-9073-9cdc1d249aed 416333319e1a4937a3bdf1a58a936064 0201083faf3941bdb912f1a54bde929f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1417/2647] 10.0.0.113 () {32 vars in 737 bytes} [Fri Feb 27 23:12:21 2026] GET /v2.0/security-groups/04f64a45-da09-4275-bac2-9e7ef0bd85e3 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2648] 10.0.0.113 () {32 vars in 747 bytes} [Fri Feb 27 23:12:21 2026] GET /v2.0/security-groups/cd24b39a-0aea-4938-92e9-c358b3d92db9/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2649] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:12:21 2026] GET /v2.0/subnets => generated 8735 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2650] 10.0.0.113 () {34 vars in 778 bytes} [Fri Feb 27 23:12:21 2026] PUT /v2.0/security-groups/cd24b39a-0aea-4938-92e9-c358b3d92db9/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-02-27 23:12:21.340 8 INFO neutron_taas.services.taas.taas_plugin [None req-4d76fb72-a9fc-427b-a974-04ced4705c67 416333319e1a4937a3bdf1a58a936064 0201083faf3941bdb912f1a54bde929f - - default default] TaaS: Handle Delete Port: 0b6bec4d-4748-4373-97eb-0ac22f222cdf 2026-02-27 23:12:21.342 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d76fb72-a9fc-427b-a974-04ced4705c67 416333319e1a4937a3bdf1a58a936064 0201083faf3941bdb912f1a54bde929f - - default default] Tap Mirror: Handle Delete Port: 0b6bec4d-4748-4373-97eb-0ac22f222cdf [pid: 7|app: 0|req: 1233/2651] 10.0.0.153 () {28 vars in 579 bytes} [Fri Feb 27 23:12:21 2026] GET /v2.0/ports => generated 34177 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2652] 10.0.0.113 () {32 vars in 732 bytes} [Fri Feb 27 23:12:21 2026] DELETE /v2.0/floatingips/9febb46f-a131-4b96-b8ac-677898bc1aa3 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2653] 10.0.0.113 () {32 vars in 747 bytes} [Fri Feb 27 23:12:21 2026] GET /v2.0/security-groups/cd24b39a-0aea-4938-92e9-c358b3d92db9/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: 1420/2654] 10.0.0.153 () {28 vars in 585 bytes} [Fri Feb 27 23:12:21 2026] GET /v2.0/networks => generated 8124 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2655] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:21 2026] DELETE /v2.0/security-groups/9648fb50-fea6-42dc-b7db-8b3f88d80131 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2656] 10.0.0.113 () {34 vars in 774 bytes} [Fri Feb 27 23:12:21 2026] PUT /v2.0/security-groups/cd24b39a-0aea-4938-92e9-c358b3d92db9/tags/red => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2657] 10.0.0.153 () {28 vars in 581 bytes} [Fri Feb 27 23:12:21 2026] GET /v2.0/agents => generated 3387 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2658] 10.0.0.113 () {32 vars in 747 bytes} [Fri Feb 27 23:12:21 2026] GET /v2.0/security-groups/cd24b39a-0aea-4938-92e9-c358b3d92db9/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: 1237/2659] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:12:21 2026] GET /v2.0/subnets => generated 8735 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2660] 10.0.0.208 () {34 vars in 1178 bytes} [Fri Feb 27 23:12:21 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace&device_id=18a64a8c-3223-4a1d-b9d2-9075f4fc84a6&device_id=825a866e-c01e-42af-a494-fa48f5018ae3 => generated 5411 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2661] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:12:21 2026] GET /v2.0/subnetpools => generated 19 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2662] 10.0.0.208 () {34 vars in 1120 bytes} [Fri Feb 27 23:12:21 2026] GET /v2.0/security-groups?id=a5c15419-68e2-4fef-a5a6-408270f3a555&id=34669891-8a92-4bc8-afc5-99dfc9c464d3&fields=id&fields=name => generated 187 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2663] 10.0.0.113 () {34 vars in 796 bytes} [Fri Feb 27 23:12:21 2026] PUT /v2.0/security-groups/cd24b39a-0aea-4938-92e9-c358b3d92db9/tags/black.or.white => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2664] 10.0.0.113 () {32 vars in 747 bytes} [Fri Feb 27 23:12:21 2026] GET /v2.0/security-groups/cd24b39a-0aea-4938-92e9-c358b3d92db9/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2665] 10.0.0.153 () {28 vars in 599 bytes} [Fri Feb 27 23:12:21 2026] GET /v2.0/security-groups => generated 40591 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2666] 10.0.0.113 () {34 vars in 767 bytes} [Fri Feb 27 23:12:21 2026] PUT /v2.0/security-groups/cd24b39a-0aea-4938-92e9-c358b3d92db9/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: 1428/2667] 10.0.0.153 () {28 vars in 619 bytes} [Fri Feb 27 23:12:21 2026] GET /v2.0/network-ip-availabilities => generated 5413 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2668] 10.0.0.113 () {32 vars in 747 bytes} [Fri Feb 27 23:12:21 2026] GET /v2.0/security-groups/cd24b39a-0aea-4938-92e9-c358b3d92db9/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2669] 10.0.0.113 () {32 vars in 755 bytes} [Fri Feb 27 23:12:21 2026] GET /v2.0/security-groups/cd24b39a-0aea-4938-92e9-c358b3d92db9/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:12:22.081 8 INFO neutron.api.v2.resource [None req-20fd3378-3518-414c-92cc-648311f03291 9438b303cfa845279904b422d450aac0 022f3d8a77ca4f778f7947ded2748012 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1431/2670] 10.0.0.113 () {32 vars in 759 bytes} [Fri Feb 27 23:12:22 2026] GET /v2.0/security-groups/cd24b39a-0aea-4938-92e9-c358b3d92db9/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2671] 10.0.0.113 () {32 vars in 758 bytes} [Fri Feb 27 23:12:22 2026] DELETE /v2.0/security-groups/cd24b39a-0aea-4938-92e9-c358b3d92db9/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: 1433/2672] 10.0.0.113 () {32 vars in 747 bytes} [Fri Feb 27 23:12:22 2026] GET /v2.0/security-groups/cd24b39a-0aea-4938-92e9-c358b3d92db9/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:12:22.235 8 INFO neutron.api.v2.resource [None req-0d1b8c41-387b-414d-a92c-14c5db0b8730 9438b303cfa845279904b422d450aac0 022f3d8a77ca4f778f7947ded2748012 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1434/2673] 10.0.0.113 () {32 vars in 762 bytes} [Fri Feb 27 23:12:22 2026] DELETE /v2.0/security-groups/cd24b39a-0aea-4938-92e9-c358b3d92db9/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-02-27 23:12:22.242 7 INFO neutron_taas.services.taas.taas_plugin [None req-d0302e25-e077-43fa-b5c3-22b06eed3c64 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 14a408f6-9703-4554-8459-08f920c2a0e4 2026-02-27 23:12:22.248 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0302e25-e077-43fa-b5c3-22b06eed3c64 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 14a408f6-9703-4554-8459-08f920c2a0e4 [pid: 8|app: 0|req: 1435/2674] 10.0.0.113 () {32 vars in 750 bytes} [Fri Feb 27 23:12:22 2026] DELETE /v2.0/security-groups/cd24b39a-0aea-4938-92e9-c358b3d92db9/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2675] 10.0.0.113 () {32 vars in 747 bytes} [Fri Feb 27 23:12:22 2026] GET /v2.0/security-groups/cd24b39a-0aea-4938-92e9-c358b3d92db9/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2676] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:22 2026] DELETE /v2.0/security-groups/cd24b39a-0aea-4938-92e9-c358b3d92db9 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2677] 10.0.0.113 () {34 vars in 789 bytes} [Fri Feb 27 23:12:21 2026] PUT /v2.0/routers/f7827f6c-0ce8-4df2-b4a8-41400e81213c/remove_router_interface => generated 309 bytes in 1077 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2678] 10.0.0.208 () {34 vars in 971 bytes} [Fri Feb 27 23:12:23 2026] GET /v2.0/ports/24fa1574-b902-406a-a382-4e6033351109 => generated 1251 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:12:23.143 8 INFO neutron_taas.services.taas.taas_plugin [None req-4725a799-0348-4a80-9b48-8042afb2c2fa 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: c26ade8b-e58e-4910-bf48-40b12dbb24bb 2026-02-27 23:12:23.146 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4725a799-0348-4a80-9b48-8042afb2c2fa 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: c26ade8b-e58e-4910-bf48-40b12dbb24bb [pid: 7|app: 0|req: 1242/2679] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:12:23 2026] GET /v2.0/security-groups?tenant_id=022f3d8a77ca4f778f7947ded2748012&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:12:23.443 8 INFO neutron_taas.services.taas.taas_plugin [None req-4725a799-0348-4a80-9b48-8042afb2c2fa 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 80a23bb1-e207-40b0-aced-5e49f318e486 2026-02-27 23:12:23.446 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4725a799-0348-4a80-9b48-8042afb2c2fa 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 80a23bb1-e207-40b0-aced-5e49f318e486 [pid: 7|app: 0|req: 1243/2680] 199.204.45.162 () {34 vars in 789 bytes} [Fri Feb 27 23:12:23 2026] PUT /v2.0/ports/24fa1574-b902-406a-a382-4e6033351109 => generated 1276 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:12:23.593 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e1f2d8c-0cb0-48ef-97ac-f88b76204ded'] response: {'name': 'network-changed', 'server_uuid': '83b8fd2e-cd8c-4e94-b6df-bd9b82167ace', 'tag': '24fa1574-b902-406a-a382-4e6033351109', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1244/2681] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:23 2026] DELETE /v2.0/security-groups/99c7989f-b101-4e01-87c6-27e8c062f27f => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:12:23.675 7 INFO neutron.api.v2.resource [None req-31f010fc-9653-4be0-9e1e-70bc0434acc4 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1245/2682] 199.204.45.162 () {30 vars in 763 bytes} [Fri Feb 27 23:12:23 2026] GET /v2.0/security-groups/lb-edb47c67-22e1-490f-8801-c4d66bfc952f => 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: 1246/2683] 199.204.45.162 () {30 vars in 785 bytes} [Fri Feb 27 23:12:23 2026] GET /v2.0/security-groups?name=lb-edb47c67-22e1-490f-8801-c4d66bfc952f => generated 1637 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:12:23.772 8 INFO neutron.services.segments.plugin [-] Segment c8990f57-7a4c-4272-9797-afe59d9e8ba2 resource provider aggregate not found 2026-02-27 23:12:23.778 8 INFO neutron.services.segments.plugin [-] Segment c8990f57-7a4c-4272-9797-afe59d9e8ba2 resource provider aggregate not found 2026-02-27 23:12:23.795 8 INFO neutron.services.segments.plugin [-] Segment c8990f57-7a4c-4272-9797-afe59d9e8ba2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8990f57-7a4c-4272-9797-afe59d9e8ba2 found for delete ", "request_id": "req-7f2fb8ca-f8e0-4e6b-8a49-0f5558c12925"}]} 2026-02-27 23:12:23.796 8 INFO neutron.services.segments.plugin [-] Segment c8990f57-7a4c-4272-9797-afe59d9e8ba2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8990f57-7a4c-4272-9797-afe59d9e8ba2 found for delete ", "request_id": "req-1a9e3866-4f5b-4d9d-a32e-bd478f9aaf14"}]} 2026-02-27 23:12:23.803 8 INFO neutron.db.l3_hamode_db [None req-4725a799-0348-4a80-9b48-8042afb2c2fa 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] HA network cfefa5ac-e087-4a0a-b0fc-099c65f21d55 was deleted as no HA routers are present in tenant 0201083faf3941bdb912f1a54bde929f. [pid: 8|app: 0|req: 1438/2684] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:12:22 2026] DELETE /v2.0/routers/f7827f6c-0ce8-4df2-b4a8-41400e81213c => generated 0 bytes in 884 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2685] 199.204.45.162 () {34 vars in 789 bytes} [Fri Feb 27 23:12:23 2026] PUT /v2.0/ports/24fa1574-b902-406a-a382-4e6033351109 => generated 1314 bytes in 210 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: 1439/2686] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:12:23 2026] GET /v2.0/security-groups?tenant_id=682fc2116956497e8498b6ccf94e9043&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2687] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:23 2026] DELETE /v2.0/security-groups/ae77bc58-0131-49a9-a7fb-fc665e4d3d30 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2688] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:12:23 2026] DELETE /v2.0/subnets/959bd11d-f3d1-46c6-878b-5b2329dcbe94 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:12:24.136 8 INFO neutron_taas.services.taas.taas_plugin [None req-1e8c8614-08f8-47a8-bb9e-4564eb34a65d 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 72eae8e2-a2b6-4d78-9910-a216597a9f0d 2026-02-27 23:12:24.139 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e8c8614-08f8-47a8-bb9e-4564eb34a65d 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 72eae8e2-a2b6-4d78-9910-a216597a9f0d [pid: 7|app: 0|req: 1249/2689] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:12:24 2026] GET /v2.0/ports?tenant_id=d66f387d1d2b459cba84f7f538c886f5&device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2690] 199.204.45.162 () {30 vars in 703 bytes} [Fri Feb 27 23:12:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2691] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:12:24 2026] GET /v2.0/networks?id=a2c65e12-46b9-45f8-a4bb-7d3d7d58631c => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2692] 199.204.45.162 () {30 vars in 705 bytes} [Fri Feb 27 23:12:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2693] 199.204.45.162 () {34 vars in 1058 bytes} [Fri Feb 27 23:12:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.104&port_id=24fa1574-b902-406a-a382-4e6033351109 => 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: 1254/2694] 199.204.45.162 () {30 vars in 681 bytes} [Fri Feb 27 23:12:24 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2695] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:12:24 2026] GET /v2.0/subnets?id=419bcf6a-1e6e-4c2a-9ce8-ca55faab8f18 => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2696] 199.204.45.162 () {30 vars in 717 bytes} [Fri Feb 27 23:12:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2697] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:12:24 2026] GET /v2.0/ports?network_id=a2c65e12-46b9-45f8-a4bb-7d3d7d58631c&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2698] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:12:24 2026] DELETE /v2.0/networks/3b8e0cdb-f5fb-4330-b147-0bf3080b942e => 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: 1258/2699] 199.204.45.162 () {30 vars in 741 bytes} [Fri Feb 27 23:12:24 2026] GET /v2.0/subnets/419bcf6a-1e6e-4c2a-9ce8-ca55faab8f18 => 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: 1259/2700] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:12:24 2026] GET /v2.0/networks/a2c65e12-46b9-45f8-a4bb-7d3d7d58631c?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: 1260/2701] 199.204.45.162 () {30 vars in 737 bytes} [Fri Feb 27 23:12:24 2026] GET /v2.0/ports/0f15cd0e-a1ae-4a28-aa9f-9779739d6f28 => generated 1132 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2702] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:12:24 2026] GET /v2.0/networks/a2c65e12-46b9-45f8-a4bb-7d3d7d58631c?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: 1262/2703] 199.204.45.162 () {30 vars in 737 bytes} [Fri Feb 27 23:12:24 2026] GET /v2.0/ports/24fa1574-b902-406a-a382-4e6033351109 => generated 1350 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2704] 199.204.45.162 () {30 vars in 741 bytes} [Fri Feb 27 23:12:24 2026] GET /v2.0/subnets/419bcf6a-1e6e-4c2a-9ce8-ca55faab8f18 => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2705] 199.204.45.162 () {30 vars in 743 bytes} [Fri Feb 27 23:12:24 2026] GET /v2.0/networks/a2c65e12-46b9-45f8-a4bb-7d3d7d58631c => generated 798 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2706] 199.204.45.162 () {30 vars in 737 bytes} [Fri Feb 27 23:12:24 2026] GET /v2.0/ports/0f15cd0e-a1ae-4a28-aa9f-9779739d6f28 => 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: 1266/2707] 199.204.45.162 () {30 vars in 741 bytes} [Fri Feb 27 23:12:24 2026] GET /v2.0/subnets/419bcf6a-1e6e-4c2a-9ce8-ca55faab8f18 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:12:24.795 8 INFO neutron_taas.services.taas.taas_plugin [None req-da7e2552-e8c3-4ccf-87fc-6a139ec9efef 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 7fc5fb92-ffc6-444b-9dde-c7fcc9a7e9ed 2026-02-27 23:12:24.797 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da7e2552-e8c3-4ccf-87fc-6a139ec9efef 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 7fc5fb92-ffc6-444b-9dde-c7fcc9a7e9ed [pid: 8|app: 0|req: 1442/2708] 10.0.0.113 () {34 vars in 789 bytes} [Fri Feb 27 23:12:24 2026] PUT /v2.0/routers/048ac4a9-f7ec-468a-bb3d-3d5393e33759/remove_router_interface => generated 309 bytes in 993 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:12:25.543 7 INFO neutron_taas.services.taas.taas_plugin [None req-b53a8c46-a36d-43b2-a3c0-f3c44303a7d1 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 9a41dd70-76b0-4570-8d53-52c95bfc66d6 2026-02-27 23:12:25.546 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b53a8c46-a36d-43b2-a3c0-f3c44303a7d1 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 9a41dd70-76b0-4570-8d53-52c95bfc66d6 2026-02-27 23:12:25.644 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-78e1d6bb-d17a-485e-a5ce-235147a86a12'] response: {'name': 'network-changed', 'server_uuid': '83b8fd2e-cd8c-4e94-b6df-bd9b82167ace', 'tag': '24fa1574-b902-406a-a382-4e6033351109', 'status': 'completed', 'code': 200} 2026-02-27 23:12:25.782 7 INFO neutron_taas.services.taas.taas_plugin [None req-b53a8c46-a36d-43b2-a3c0-f3c44303a7d1 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 7f6983c6-1438-428b-896d-f37efbf8c2e5 2026-02-27 23:12:25.784 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b53a8c46-a36d-43b2-a3c0-f3c44303a7d1 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 7f6983c6-1438-428b-896d-f37efbf8c2e5 2026-02-27 23:12:25.816 8 INFO neutron.services.segments.plugin [-] Segment a1a60407-7d62-4324-af91-9a5648dc55e3 resource provider aggregate not found 2026-02-27 23:12:25.826 8 INFO neutron.services.segments.plugin [-] Segment a1a60407-7d62-4324-af91-9a5648dc55e3 resource provider aggregate not found 2026-02-27 23:12:25.829 8 INFO neutron.services.segments.plugin [-] Segment a1a60407-7d62-4324-af91-9a5648dc55e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1a60407-7d62-4324-af91-9a5648dc55e3 found for delete ", "request_id": "req-5108db75-ac93-4354-987a-e35ca2957b7b"}]} 2026-02-27 23:12:25.842 8 INFO neutron.services.segments.plugin [-] Segment a1a60407-7d62-4324-af91-9a5648dc55e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1a60407-7d62-4324-af91-9a5648dc55e3 found for delete ", "request_id": "req-85817b48-6ed5-4265-9c13-8ed0b4bfa5f1"}]} 2026-02-27 23:12:26.134 7 INFO neutron.services.segments.plugin [-] Segment 56a1f0e8-19b6-4769-ab4a-d16130685940 resource provider aggregate not found 2026-02-27 23:12:26.143 7 INFO neutron.services.segments.plugin [-] Segment 56a1f0e8-19b6-4769-ab4a-d16130685940 resource provider aggregate not found 2026-02-27 23:12:26.162 7 INFO neutron.services.segments.plugin [-] Segment 56a1f0e8-19b6-4769-ab4a-d16130685940 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56a1f0e8-19b6-4769-ab4a-d16130685940 found for delete ", "request_id": "req-4033bbfd-e50e-461e-82e8-fcf51ffbab0d"}]} 2026-02-27 23:12:26.165 7 INFO neutron.services.segments.plugin [-] Segment 56a1f0e8-19b6-4769-ab4a-d16130685940 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56a1f0e8-19b6-4769-ab4a-d16130685940 found for delete ", "request_id": "req-0e38c8e9-4f28-49af-b324-a0a74cbd9f0b"}]} 2026-02-27 23:12:26.174 7 INFO neutron.db.l3_hamode_db [None req-b53a8c46-a36d-43b2-a3c0-f3c44303a7d1 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] HA network 6d068308-2bf0-4abb-a4ed-259684d4eb34 was deleted as no HA routers are present in tenant c1e9c5bfb83e4e6b83a25ebd1ea91ead. [pid: 7|app: 0|req: 1267/2709] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:12:25 2026] DELETE /v2.0/routers/048ac4a9-f7ec-468a-bb3d-3d5393e33759 => generated 0 bytes in 845 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2710] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:12:26 2026] GET /v2.0/ports?tenant_id=d66f387d1d2b459cba84f7f538c886f5&device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 2590 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2711] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:12:26 2026] GET /v2.0/networks?id=a2c65e12-46b9-45f8-a4bb-7d3d7d58631c => generated 801 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2712] 199.204.45.162 () {34 vars in 1058 bytes} [Fri Feb 27 23:12:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.104&port_id=24fa1574-b902-406a-a382-4e6033351109 => 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: 1446/2713] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:12:26 2026] GET /v2.0/subnets?id=419bcf6a-1e6e-4c2a-9ce8-ca55faab8f18 => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2714] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:12:26 2026] DELETE /v2.0/subnets/ffe06acd-600f-4619-8490-befaa14d0e2d => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2715] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:12:26 2026] GET /v2.0/ports?network_id=a2c65e12-46b9-45f8-a4bb-7d3d7d58631c&device_owner=network%3Adhcp => generated 1461 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:12:26.459 7 INFO neutron_taas.services.taas.taas_plugin [None req-e6ce6670-2d3b-439d-b01e-cc835f089041 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: fa248ed7-9eeb-4ee3-8cf5-c71cc3083353 2026-02-27 23:12:26.463 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6ce6670-2d3b-439d-b01e-cc835f089041 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: fa248ed7-9eeb-4ee3-8cf5-c71cc3083353 [pid: 8|app: 0|req: 1448/2716] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:12:26 2026] GET /v2.0/networks/a2c65e12-46b9-45f8-a4bb-7d3d7d58631c?fields=segments => generated 14 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2717] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:12:26 2026] GET /v2.0/networks/a2c65e12-46b9-45f8-a4bb-7d3d7d58631c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2718] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:12:26 2026] DELETE /v2.0/networks/f1af587e-04b2-4d35-863b-a24eb6f1db34 => generated 0 bytes in 399 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2719] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:12:27 2026] GET /v2.0/security-groups?tenant_id=c1e9c5bfb83e4e6b83a25ebd1ea91ead&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2720] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:27 2026] DELETE /v2.0/security-groups/856f7104-262a-4411-972d-e6a15d06e501 => 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: 1451/2721] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:12:27 2026] GET /v2.0/security-groups?tenant_id=0201083faf3941bdb912f1a54bde929f&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2722] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:27 2026] DELETE /v2.0/security-groups/8aa4fdfc-74df-4703-9c22-aaea43569673 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2723] 10.0.0.113 () {34 vars in 676 bytes} [Fri Feb 27 23:12:27 2026] POST /v2.0/subnetpools => generated 516 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2724] 10.0.0.113 () {34 vars in 759 bytes} [Fri Feb 27 23:12:27 2026] PUT /v2.0/subnetpools/f91c34db-795b-491e-9484-1cb70a7593ea/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2725] 10.0.0.113 () {32 vars in 739 bytes} [Fri Feb 27 23:12:27 2026] GET /v2.0/subnetpools/f91c34db-795b-491e-9484-1cb70a7593ea/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2726] 10.0.0.113 () {34 vars in 770 bytes} [Fri Feb 27 23:12:27 2026] PUT /v2.0/subnetpools/f91c34db-795b-491e-9484-1cb70a7593ea/tags/green => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2727] 10.0.0.113 () {32 vars in 739 bytes} [Fri Feb 27 23:12:27 2026] GET /v2.0/subnetpools/f91c34db-795b-491e-9484-1cb70a7593ea/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2728] 10.0.0.113 () {34 vars in 766 bytes} [Fri Feb 27 23:12:27 2026] PUT /v2.0/subnetpools/f91c34db-795b-491e-9484-1cb70a7593ea/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2729] 10.0.0.113 () {32 vars in 739 bytes} [Fri Feb 27 23:12:27 2026] GET /v2.0/subnetpools/f91c34db-795b-491e-9484-1cb70a7593ea/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2730] 10.0.0.113 () {34 vars in 788 bytes} [Fri Feb 27 23:12:27 2026] PUT /v2.0/subnetpools/f91c34db-795b-491e-9484-1cb70a7593ea/tags/black.or.white => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2731] 10.0.0.113 () {32 vars in 739 bytes} [Fri Feb 27 23:12:28 2026] GET /v2.0/subnetpools/f91c34db-795b-491e-9484-1cb70a7593ea/tags => generated 52 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2732] 10.0.0.113 () {34 vars in 759 bytes} [Fri Feb 27 23:12:28 2026] PUT /v2.0/subnetpools/f91c34db-795b-491e-9484-1cb70a7593ea/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: 1282/2733] 10.0.0.113 () {32 vars in 739 bytes} [Fri Feb 27 23:12:28 2026] GET /v2.0/subnetpools/f91c34db-795b-491e-9484-1cb70a7593ea/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:12:28.187 7 INFO neutron.services.segments.plugin [-] Segment c01018e9-6155-439d-b966-80c893f9e799 resource provider aggregate not found 2026-02-27 23:12:28.192 7 INFO neutron.services.segments.plugin [-] Segment c01018e9-6155-439d-b966-80c893f9e799 resource provider aggregate not found 2026-02-27 23:12:28.213 7 INFO neutron.services.segments.plugin [-] Segment c01018e9-6155-439d-b966-80c893f9e799 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c01018e9-6155-439d-b966-80c893f9e799 found for delete ", "request_id": "req-49bfa0dc-2ecb-49df-adbf-a6c951eb255f"}]} 2026-02-27 23:12:28.215 7 INFO neutron.services.segments.plugin [-] Segment c01018e9-6155-439d-b966-80c893f9e799 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c01018e9-6155-439d-b966-80c893f9e799 found for delete ", "request_id": "req-d720fdae-17c6-4dcf-b59e-45115eaa0249"}]} [pid: 7|app: 0|req: 1283/2734] 10.0.0.113 () {32 vars in 747 bytes} [Fri Feb 27 23:12:28 2026] GET /v2.0/subnetpools/f91c34db-795b-491e-9484-1cb70a7593ea/tags/red => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:12:28.233 8 INFO neutron.db.l3_db [None req-c22f17ce-7056-4a2a-9bb6-b496068887e6 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] Floating IP 51997ce5-8dae-480d-be8f-c631d08dbde4 associated. External IP: 10.96.250.201, port: 0f15cd0e-a1ae-4a28-aa9f-9779739d6f28. 2026-02-27 23:12:28.270 7 INFO neutron.api.v2.resource [None req-28970ad8-9e15-4d16-80a1-adcbfdb79ef3 87270ab712aa4fc4bebba3e1a0faeb1c 5d374403169a4858ae5903e3d12b81fa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1284/2735] 10.0.0.113 () {32 vars in 751 bytes} [Fri Feb 27 23:12:28 2026] GET /v2.0/subnetpools/f91c34db-795b-491e-9484-1cb70a7593ea/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2736] 10.0.0.113 () {32 vars in 750 bytes} [Fri Feb 27 23:12:28 2026] DELETE /v2.0/subnetpools/f91c34db-795b-491e-9484-1cb70a7593ea/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2737] 10.0.0.113 () {32 vars in 739 bytes} [Fri Feb 27 23:12:28 2026] GET /v2.0/subnetpools/f91c34db-795b-491e-9484-1cb70a7593ea/tags => generated 30 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:12:28.389 7 INFO neutron.api.v2.resource [None req-a22423f7-cdce-4f1e-958c-62658697cc95 87270ab712aa4fc4bebba3e1a0faeb1c 5d374403169a4858ae5903e3d12b81fa - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1287/2738] 10.0.0.113 () {32 vars in 754 bytes} [Fri Feb 27 23:12:28 2026] DELETE /v2.0/subnetpools/f91c34db-795b-491e-9484-1cb70a7593ea/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: 1288/2739] 10.0.0.113 () {32 vars in 742 bytes} [Fri Feb 27 23:12:28 2026] DELETE /v2.0/subnetpools/f91c34db-795b-491e-9484-1cb70a7593ea/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2740] 10.0.0.113 () {32 vars in 739 bytes} [Fri Feb 27 23:12:28 2026] GET /v2.0/subnetpools/f91c34db-795b-491e-9484-1cb70a7593ea/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2741] 10.0.0.113 () {34 vars in 677 bytes} [Fri Feb 27 23:12:27 2026] POST /v2.0/floatingips => generated 899 bytes in 1040 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2742] 10.0.0.113 () {32 vars in 732 bytes} [Fri Feb 27 23:12:28 2026] DELETE /v2.0/subnetpools/f91c34db-795b-491e-9484-1cb70a7593ea => 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: 1453/2743] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:12:29 2026] GET /v2.0/security-groups?tenant_id=5d374403169a4858ae5903e3d12b81fa&name=default => generated 2929 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2744] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:29 2026] DELETE /v2.0/security-groups/6fe0bb82-380c-4599-ba4c-d3fda9872fed => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2745] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:12:29 2026] GET /v2.0/security-groups?tenant_id=a3aed3872d3b442497c4850b7fd6ebfa&name=default => generated 2929 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2746] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:29 2026] DELETE /v2.0/security-groups/02f3847b-987b-447b-9f2a-bc1f3fb85d93 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2749] 199.204.45.162 () {30 vars in 703 bytes} [Fri Feb 27 23:12:31 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: 1456/2750] 199.204.45.162 () {30 vars in 705 bytes} [Fri Feb 27 23:12:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2751] 199.204.45.162 () {30 vars in 681 bytes} [Fri Feb 27 23:12:31 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: 1457/2752] 199.204.45.162 () {30 vars in 717 bytes} [Fri Feb 27 23:12:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:12:31.672 7 INFO neutron.api.v2.resource [None req-345aaa7c-c3ba-443e-bcb1-db02513e6b86 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1296/2753] 199.204.45.162 () {30 vars in 763 bytes} [Fri Feb 27 23:12:31 2026] GET /v2.0/security-groups/lb-edb47c67-22e1-490f-8801-c4d66bfc952f => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2754] 199.204.45.162 () {30 vars in 785 bytes} [Fri Feb 27 23:12:31 2026] GET /v2.0/security-groups?name=lb-edb47c67-22e1-490f-8801-c4d66bfc952f => generated 1637 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2755] 199.204.45.162 () {30 vars in 815 bytes} [Fri Feb 27 23:12:31 2026] GET /v2.0/security-group-rules?security_group_id=ee7d4ed3-96fb-40f8-93f8-040d74a8f1aa => generated 1182 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2756] 199.204.45.162 () {34 vars in 747 bytes} [Fri Feb 27 23:12:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2757] 199.204.45.162 () {34 vars in 747 bytes} [Fri Feb 27 23:12:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2758] 10.0.0.113 () {34 vars in 684 bytes} [Fri Feb 27 23:12:31 2026] POST /v2.0/security-groups => generated 1603 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2759] 10.0.0.113 () {34 vars in 684 bytes} [Fri Feb 27 23:12:32 2026] POST /v2.0/security-groups => generated 1603 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2760] 10.0.0.113 () {34 vars in 684 bytes} [Fri Feb 27 23:12:32 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: 1462/2761] 10.0.0.113 () {34 vars in 684 bytes} [Fri Feb 27 23:12:32 2026] POST /v2.0/security-groups => generated 1603 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2762] 10.0.0.113 () {34 vars in 684 bytes} [Fri Feb 27 23:12:32 2026] POST /v2.0/security-groups => generated 1603 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2763] 10.0.0.113 () {34 vars in 767 bytes} [Fri Feb 27 23:12:32 2026] PUT /v2.0/security-groups/d333d02e-0d5f-4a5d-ac6b-383a1ff538b5/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2764] 10.0.0.113 () {34 vars in 767 bytes} [Fri Feb 27 23:12:32 2026] PUT /v2.0/security-groups/b07e31a7-f8c9-4781-9bb9-844cc2f0e293/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2765] 10.0.0.113 () {34 vars in 767 bytes} [Fri Feb 27 23:12:32 2026] PUT /v2.0/security-groups/a891112e-f1c0-4161-b3a6-5ddd2133fbf0/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: 1302/2766] 10.0.0.113 () {34 vars in 767 bytes} [Fri Feb 27 23:12:33 2026] PUT /v2.0/security-groups/42d5d45b-5514-4f15-a6a6-d47e2074f6d4/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2767] 10.0.0.113 () {32 vars in 680 bytes} [Fri Feb 27 23:12:33 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2768] 10.0.0.113 () {32 vars in 694 bytes} [Fri Feb 27 23:12:33 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2769] 10.0.0.113 () {32 vars in 690 bytes} [Fri Feb 27 23:12:33 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2770] 10.0.0.113 () {32 vars in 702 bytes} [Fri Feb 27 23:12:33 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2771] 10.0.0.113 () {32 vars in 688 bytes} [Fri Feb 27 23:12:33 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2772] 10.0.0.113 () {32 vars in 702 bytes} [Fri Feb 27 23:12:33 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2773] 10.0.0.113 () {32 vars in 698 bytes} [Fri Feb 27 23:12:33 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2774] 10.0.0.113 () {32 vars in 710 bytes} [Fri Feb 27 23:12:33 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2775] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:33 2026] DELETE /v2.0/security-groups/d333d02e-0d5f-4a5d-ac6b-383a1ff538b5 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2776] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:33 2026] DELETE /v2.0/security-groups/b07e31a7-f8c9-4781-9bb9-844cc2f0e293 => 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: 1471/2777] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:33 2026] DELETE /v2.0/security-groups/a891112e-f1c0-4161-b3a6-5ddd2133fbf0 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:12:33.825 7 INFO neutron.db.segments_db [None req-efc3c8f0-3fbf-482f-aee1-0c4a069b573d e0660890be7a47bdb35aca4c3142475d ab2234f78ed54d699ed7e4c5a38f28b5 - - default default] Added segment ecd5f53d-f013-4a5a-888b-fe7f49d7498f of type vxlan for network df7f8aa8-b712-4e80-aeca-a5e651227533 [pid: 8|app: 0|req: 1472/2778] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:33 2026] DELETE /v2.0/security-groups/42d5d45b-5514-4f15-a6a6-d47e2074f6d4 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2779] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:12:33 2026] POST /v2.0/networks => generated 612 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2780] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:33 2026] DELETE /v2.0/security-groups/6083e573-d51c-45d9-9f6c-90696c60bebf => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2781] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:12:33 2026] POST /v2.0/subnets => generated 626 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2782] 10.0.0.113 () {34 vars in 751 bytes} [Fri Feb 27 23:12:34 2026] PUT /v2.0/subnets/ef90694a-e85f-4bf4-82b4-c1cf6e9ccca4/tags => generated 25 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2783] 10.0.0.113 () {32 vars in 731 bytes} [Fri Feb 27 23:12:34 2026] GET /v2.0/subnets/ef90694a-e85f-4bf4-82b4-c1cf6e9ccca4/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2784] 10.0.0.113 () {34 vars in 762 bytes} [Fri Feb 27 23:12:34 2026] PUT /v2.0/subnets/ef90694a-e85f-4bf4-82b4-c1cf6e9ccca4/tags/green => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2785] 10.0.0.113 () {32 vars in 731 bytes} [Fri Feb 27 23:12:34 2026] GET /v2.0/subnets/ef90694a-e85f-4bf4-82b4-c1cf6e9ccca4/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2786] 10.0.0.113 () {34 vars in 758 bytes} [Fri Feb 27 23:12:34 2026] PUT /v2.0/subnets/ef90694a-e85f-4bf4-82b4-c1cf6e9ccca4/tags/red => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2787] 10.0.0.113 () {32 vars in 731 bytes} [Fri Feb 27 23:12:34 2026] GET /v2.0/subnets/ef90694a-e85f-4bf4-82b4-c1cf6e9ccca4/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2788] 10.0.0.113 () {34 vars in 780 bytes} [Fri Feb 27 23:12:34 2026] PUT /v2.0/subnets/ef90694a-e85f-4bf4-82b4-c1cf6e9ccca4/tags/black.or.white => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2789] 10.0.0.113 () {32 vars in 731 bytes} [Fri Feb 27 23:12:34 2026] GET /v2.0/subnets/ef90694a-e85f-4bf4-82b4-c1cf6e9ccca4/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2790] 10.0.0.113 () {34 vars in 751 bytes} [Fri Feb 27 23:12:34 2026] PUT /v2.0/subnets/ef90694a-e85f-4bf4-82b4-c1cf6e9ccca4/tags => generated 37 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2791] 10.0.0.113 () {32 vars in 731 bytes} [Fri Feb 27 23:12:34 2026] GET /v2.0/subnets/ef90694a-e85f-4bf4-82b4-c1cf6e9ccca4/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: 1314/2792] 10.0.0.113 () {32 vars in 739 bytes} [Fri Feb 27 23:12:34 2026] GET /v2.0/subnets/ef90694a-e85f-4bf4-82b4-c1cf6e9ccca4/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:12:34.849 7 INFO neutron.api.v2.resource [None req-f8726c21-4e76-4879-a757-5e5ea5c6182b e0660890be7a47bdb35aca4c3142475d ab2234f78ed54d699ed7e4c5a38f28b5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1315/2793] 10.0.0.113 () {32 vars in 743 bytes} [Fri Feb 27 23:12:34 2026] GET /v2.0/subnets/ef90694a-e85f-4bf4-82b4-c1cf6e9ccca4/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2794] 10.0.0.113 () {32 vars in 742 bytes} [Fri Feb 27 23:12:34 2026] DELETE /v2.0/subnets/ef90694a-e85f-4bf4-82b4-c1cf6e9ccca4/tags/red => 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: 1479/2795] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:12:34 2026] GET /v2.0/security-groups?tenant_id=a144f494b291474b92d88b8a7c0f9d4c&name=default => generated 2929 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2796] 10.0.0.113 () {32 vars in 731 bytes} [Fri Feb 27 23:12:34 2026] GET /v2.0/subnets/ef90694a-e85f-4bf4-82b4-c1cf6e9ccca4/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:12:35.007 7 INFO neutron.api.v2.resource [None req-4f99023b-44be-4579-9fbb-0a58fe6c20ab e0660890be7a47bdb35aca4c3142475d ab2234f78ed54d699ed7e4c5a38f28b5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1318/2797] 10.0.0.113 () {32 vars in 746 bytes} [Fri Feb 27 23:12:34 2026] DELETE /v2.0/subnets/ef90694a-e85f-4bf4-82b4-c1cf6e9ccca4/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2798] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:34 2026] DELETE /v2.0/security-groups/e70d1c7b-909a-4698-b5fa-f48df7ca2d36 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2799] 10.0.0.113 () {32 vars in 734 bytes} [Fri Feb 27 23:12:35 2026] DELETE /v2.0/subnets/ef90694a-e85f-4bf4-82b4-c1cf6e9ccca4/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2800] 10.0.0.113 () {32 vars in 731 bytes} [Fri Feb 27 23:12:35 2026] GET /v2.0/subnets/ef90694a-e85f-4bf4-82b4-c1cf6e9ccca4/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2801] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:12:35 2026] DELETE /v2.0/subnets/ef90694a-e85f-4bf4-82b4-c1cf6e9ccca4 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2802] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:12:35 2026] GET /v2.0/security-groups?tenant_id=b2ffc1e6815b46c287a5dae387a1f72f&name=default => generated 2929 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:12:35.395 7 INFO neutron_taas.services.taas.taas_plugin [None req-69501ed6-9f05-49ba-bcea-7018eb7460a9 e0660890be7a47bdb35aca4c3142475d ab2234f78ed54d699ed7e4c5a38f28b5 - - default default] TaaS: Handle Delete Port: 2057c7c9-bd12-41ca-941e-a4f98cd13758 2026-02-27 23:12:35.399 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69501ed6-9f05-49ba-bcea-7018eb7460a9 e0660890be7a47bdb35aca4c3142475d ab2234f78ed54d699ed7e4c5a38f28b5 - - default default] Tap Mirror: Handle Delete Port: 2057c7c9-bd12-41ca-941e-a4f98cd13758 [pid: 8|app: 0|req: 1483/2803] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:35 2026] DELETE /v2.0/security-groups/02de5715-bcfb-4277-80bf-959ae4ca3990 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:12:35.587 7 INFO neutron.services.segments.plugin [-] Segment ecd5f53d-f013-4a5a-888b-fe7f49d7498f resource provider aggregate not found 2026-02-27 23:12:35.591 7 INFO neutron.services.segments.plugin [-] Segment ecd5f53d-f013-4a5a-888b-fe7f49d7498f resource provider aggregate not found 2026-02-27 23:12:35.605 7 INFO neutron.services.segments.plugin [-] Segment ecd5f53d-f013-4a5a-888b-fe7f49d7498f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecd5f53d-f013-4a5a-888b-fe7f49d7498f found for delete ", "request_id": "req-53064917-6300-451b-bad5-6e71f1210c77"}]} 2026-02-27 23:12:35.609 7 INFO neutron.services.segments.plugin [-] Segment ecd5f53d-f013-4a5a-888b-fe7f49d7498f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecd5f53d-f013-4a5a-888b-fe7f49d7498f found for delete ", "request_id": "req-1a157aca-cf25-4d8a-97e0-313963ddcc72"}]} [pid: 7|app: 0|req: 1321/2804] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:12:35 2026] DELETE /v2.0/networks/df7f8aa8-b712-4e80-aeca-a5e651227533 => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2805] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:12:35 2026] GET /v2.0/security-groups?tenant_id=dc1b32e3004f432fa5d6eeb4c258eb5b&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: 1322/2806] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:35 2026] DELETE /v2.0/security-groups/4dbcf502-2950-4dd5-b0d8-2c862908ad1f => 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: 1485/2807] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:12:36 2026] GET /v2.0/security-groups?tenant_id=5a268d6e88b343f8a4f8651826532e77&name=default => generated 2929 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2808] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:36 2026] DELETE /v2.0/security-groups/faa8b176-9bce-4d48-8d11-7d69c71a5d89 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2809] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:12:36 2026] GET /v2.0/security-groups?tenant_id=ab2234f78ed54d699ed7e4c5a38f28b5&name=default => generated 2929 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2810] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:36 2026] DELETE /v2.0/security-groups/61c18c61-a5a6-44c9-af6b-51a89c0dffcb => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:12:40.275 8 INFO neutron.db.segments_db [None req-c45acfec-6465-43f8-9fc6-109ef55d0b4f 91c9028dfc82457197e18443b7ece804 1d60d771c3074077b4950064e91e5e02 - - default default] Added segment 0813b95b-1091-4d44-8f8b-63440cf89943 of type vxlan for network ad555d5a-3c76-42a7-9128-037ba6dcd495 [pid: 8|app: 0|req: 1487/2811] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:12:39 2026] POST /v2.0/networks => generated 613 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2812] 10.0.0.130 () {30 vars in 690 bytes} [Fri Feb 27 23:12:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2813] 10.0.0.130 () {30 vars in 692 bytes} [Fri Feb 27 23:12:40 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: 1327/2814] 10.0.0.130 () {30 vars in 668 bytes} [Fri Feb 27 23:12:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2815] 10.0.0.130 () {30 vars in 704 bytes} [Fri Feb 27 23:12:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2816] 10.0.0.113 () {34 vars in 664 bytes} [Fri Feb 27 23:12:40 2026] POST /v2.0/ports => generated 743 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2817] 10.0.0.113 () {34 vars in 666 bytes} [Fri Feb 27 23:12:40 2026] POST /v2.0/trunks => generated 407 bytes in 197 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 23:12:40.942 8 INFO neutron.db.segments_db [None req-a5fa3864-8141-45aa-927c-acb6845a417e 91c9028dfc82457197e18443b7ece804 1d60d771c3074077b4950064e91e5e02 - - default default] Added segment cc10d88d-da3a-4d85-9f92-b15ff7a2f304 of type vxlan for network d639cac7-cd93-482d-b915-3973142f38e7 [pid: 7|app: 0|req: 1330/2818] 10.0.0.130 () {28 vars in 439 bytes} [Fri Feb 27 23:12:40 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2819] 10.0.0.130 () {30 vars in 728 bytes} [Fri Feb 27 23:12:40 2026] GET /v2.0/subnets/9dda6a80-2361-4498-8da3-217cbcc74c01 => generated 655 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2820] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:12:40 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: 1332/2821] 10.0.0.113 () {34 vars in 664 bytes} [Fri Feb 27 23:12:41 2026] POST /v2.0/ports => generated 743 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2822] 10.0.0.113 () {34 vars in 666 bytes} [Fri Feb 27 23:12:41 2026] POST /v2.0/trunks => generated 407 bytes in 206 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 23:12:41.583 7 INFO neutron.db.segments_db [None req-04e1e658-27b2-4eb2-b7f7-a650c1f45967 91c9028dfc82457197e18443b7ece804 1d60d771c3074077b4950064e91e5e02 - - default default] Added segment ae7ec1ce-56ac-408d-ad49-65d06b83ed84 of type vxlan for network 4255d1ae-fa9d-46d8-bfe9-0cb1f11649a5 [pid: 7|app: 0|req: 1333/2823] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:12:41 2026] POST /v2.0/networks => generated 613 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2824] 10.0.0.113 () {34 vars in 664 bytes} [Fri Feb 27 23:12:41 2026] POST /v2.0/ports => generated 743 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2825] 10.0.0.113 () {34 vars in 666 bytes} [Fri Feb 27 23:12:41 2026] POST /v2.0/trunks => generated 407 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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 23:12:42.165 8 INFO neutron.db.segments_db [None req-41dfc5eb-0d34-4466-9f0c-f91b39f433f3 91c9028dfc82457197e18443b7ece804 1d60d771c3074077b4950064e91e5e02 - - default default] Added segment 662f9fb5-cda2-457e-a4db-1094475ae819 of type vxlan for network ab52f4f3-95b5-47a6-91d9-fb41e0b29796 [pid: 8|app: 0|req: 1492/2826] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:12:42 2026] POST /v2.0/networks => generated 612 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2827] 10.0.0.113 () {34 vars in 664 bytes} [Fri Feb 27 23:12:42 2026] POST /v2.0/ports => generated 743 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2828] 10.0.0.113 () {34 vars in 666 bytes} [Fri Feb 27 23:12:42 2026] POST /v2.0/trunks => generated 407 bytes in 195 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 23:12:42.841 7 INFO neutron.db.segments_db [None req-8f4385b7-7bb6-4002-b457-30b3620d5a45 91c9028dfc82457197e18443b7ece804 1d60d771c3074077b4950064e91e5e02 - - default default] Added segment d553f122-1194-4bf2-bb8a-cf2ba06979b9 of type vxlan for network 90813098-4d73-46ca-85a8-fd3331e0ed13 [pid: 7|app: 0|req: 1336/2829] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:12:42 2026] POST /v2.0/networks => generated 612 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2830] 10.0.0.113 () {34 vars in 664 bytes} [Fri Feb 27 23:12:42 2026] POST /v2.0/ports => generated 743 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2831] 10.0.0.113 () {34 vars in 666 bytes} [Fri Feb 27 23:12:43 2026] POST /v2.0/trunks => generated 407 bytes in 160 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: 1495/2832] 10.0.0.113 () {34 vars in 749 bytes} [Fri Feb 27 23:12:43 2026] PUT /v2.0/trunks/fcd4515b-37c1-4731-92f1-e8d01cbf9c80/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: 1338/2833] 10.0.0.113 () {34 vars in 749 bytes} [Fri Feb 27 23:12:43 2026] PUT /v2.0/trunks/1e2b3d64-222f-4a6a-bd46-8e7745ec232e/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2834] 10.0.0.113 () {34 vars in 749 bytes} [Fri Feb 27 23:12:43 2026] PUT /v2.0/trunks/cd287296-bd8e-4293-bf4a-575fee83c90d/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2835] 10.0.0.113 () {34 vars in 749 bytes} [Fri Feb 27 23:12:43 2026] PUT /v2.0/trunks/6301ef6d-15ad-48f0-b524-9a91a91b72bc/tags => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2836] 10.0.0.113 () {32 vars in 662 bytes} [Fri Feb 27 23:12:43 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2837] 10.0.0.113 () {32 vars in 676 bytes} [Fri Feb 27 23:12:43 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2838] 10.0.0.113 () {32 vars in 672 bytes} [Fri Feb 27 23:12:43 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2839] 10.0.0.113 () {32 vars in 684 bytes} [Fri Feb 27 23:12:43 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: 1342/2840] 10.0.0.113 () {32 vars in 670 bytes} [Fri Feb 27 23:12:43 2026] GET /v2.0/trunks?not-tags=red => 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: 1499/2841] 199.204.45.162 () {30 vars in 703 bytes} [Fri Feb 27 23:12:43 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2842] 10.0.0.113 () {32 vars in 684 bytes} [Fri Feb 27 23:12:43 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2843] 199.204.45.162 () {30 vars in 705 bytes} [Fri Feb 27 23:12:43 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2844] 199.204.45.162 () {30 vars in 681 bytes} [Fri Feb 27 23:12: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: 1502/2845] 199.204.45.162 () {30 vars in 717 bytes} [Fri Feb 27 23:12: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: 7|app: 0|req: 1344/2846] 10.0.0.113 () {32 vars in 680 bytes} [Fri Feb 27 23:12:43 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2847] 10.0.0.113 () {32 vars in 692 bytes} [Fri Feb 27 23:12:43 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2848] 10.0.0.113 () {32 vars in 719 bytes} [Fri Feb 27 23:12:43 2026] GET /v2.0/trunks/fcd4515b-37c1-4731-92f1-e8d01cbf9c80 => 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: 1504/2849] 10.0.0.113 () {32 vars in 717 bytes} [Fri Feb 27 23:12:43 2026] GET /v2.0/ports/40fca39e-ec59-4c8d-99ab-57ec5e2ba279 => generated 826 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2850] 199.204.45.162 () {30 vars in 741 bytes} [Fri Feb 27 23:12:43 2026] GET /v2.0/subnets/9dda6a80-2361-4498-8da3-217cbcc74c01 => generated 673 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2851] 199.204.45.162 () {30 vars in 769 bytes} [Fri Feb 27 23:12:43 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 2590 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2852] 10.0.0.113 () {32 vars in 722 bytes} [Fri Feb 27 23:12:43 2026] DELETE /v2.0/trunks/fcd4515b-37c1-4731-92f1-e8d01cbf9c80 => 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: 1348/2853] 10.0.0.113 () {32 vars in 719 bytes} [Fri Feb 27 23:12:43 2026] GET /v2.0/trunks/1e2b3d64-222f-4a6a-bd46-8e7745ec232e => generated 420 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2854] 10.0.0.113 () {32 vars in 717 bytes} [Fri Feb 27 23:12:43 2026] GET /v2.0/ports/7258ffef-4d01-4709-839b-fb6488f37f07 => generated 826 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2855] 199.204.45.162 () {30 vars in 703 bytes} [Fri Feb 27 23:12:44 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: 1508/2856] 199.204.45.162 () {30 vars in 705 bytes} [Fri Feb 27 23:12:44 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: 1349/2857] 10.0.0.113 () {32 vars in 722 bytes} [Fri Feb 27 23:12:43 2026] DELETE /v2.0/trunks/1e2b3d64-222f-4a6a-bd46-8e7745ec232e => 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: 1509/2858] 199.204.45.162 () {30 vars in 681 bytes} [Fri Feb 27 23:12:44 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: 1510/2859] 199.204.45.162 () {30 vars in 717 bytes} [Fri Feb 27 23:12:44 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: 1350/2860] 10.0.0.113 () {32 vars in 719 bytes} [Fri Feb 27 23:12:44 2026] GET /v2.0/trunks/cd287296-bd8e-4293-bf4a-575fee83c90d => generated 429 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2861] 10.0.0.113 () {32 vars in 717 bytes} [Fri Feb 27 23:12:44 2026] GET /v2.0/ports/74109768-7b8c-4868-9da5-ce86e147243a => generated 826 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2862] 10.0.0.113 () {32 vars in 722 bytes} [Fri Feb 27 23:12:44 2026] DELETE /v2.0/trunks/cd287296-bd8e-4293-bf4a-575fee83c90d => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2863] 10.0.0.113 () {32 vars in 719 bytes} [Fri Feb 27 23:12:44 2026] GET /v2.0/trunks/6301ef6d-15ad-48f0-b524-9a91a91b72bc => generated 414 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2864] 10.0.0.113 () {32 vars in 717 bytes} [Fri Feb 27 23:12:44 2026] GET /v2.0/ports/8a5a92c0-dc20-4364-9be6-b71f7549c8d5 => generated 826 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2865] 10.0.0.113 () {32 vars in 722 bytes} [Fri Feb 27 23:12:44 2026] DELETE /v2.0/trunks/6301ef6d-15ad-48f0-b524-9a91a91b72bc => 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: 1356/2866] 10.0.0.113 () {32 vars in 719 bytes} [Fri Feb 27 23:12:44 2026] GET /v2.0/trunks/75cb8e88-fe86-499c-9d84-204852f3191a => generated 407 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2867] 10.0.0.113 () {32 vars in 717 bytes} [Fri Feb 27 23:12:44 2026] GET /v2.0/ports/09824912-5a1f-4715-9503-7f2540a57232 => generated 826 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2868] 199.204.45.162 () {34 vars in 717 bytes} [Fri Feb 27 23:12:44 2026] POST /v2.0/ports => generated 1328 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2869] 10.0.0.113 () {32 vars in 722 bytes} [Fri Feb 27 23:12:44 2026] DELETE /v2.0/trunks/75cb8e88-fe86-499c-9d84-204852f3191a => generated 0 bytes in 55 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 23:12:44.550 8 INFO neutron_taas.services.taas.taas_plugin [None req-a3f88f0c-2685-4ab3-8e23-adbf057ac60d 91c9028dfc82457197e18443b7ece804 1d60d771c3074077b4950064e91e5e02 - - default default] TaaS: Handle Delete Port: 40fca39e-ec59-4c8d-99ab-57ec5e2ba279 2026-02-27 23:12:44.554 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3f88f0c-2685-4ab3-8e23-adbf057ac60d 91c9028dfc82457197e18443b7ece804 1d60d771c3074077b4950064e91e5e02 - - default default] Tap Mirror: Handle Delete Port: 40fca39e-ec59-4c8d-99ab-57ec5e2ba279 [pid: 8|app: 0|req: 1512/2870] 10.0.0.113 () {32 vars in 720 bytes} [Fri Feb 27 23:12:44 2026] DELETE /v2.0/ports/40fca39e-ec59-4c8d-99ab-57ec5e2ba279 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:12:44.711 7 INFO neutron_taas.services.taas.taas_plugin [None req-b4b6757b-6182-408f-910f-fd4c9f3a19a8 91c9028dfc82457197e18443b7ece804 1d60d771c3074077b4950064e91e5e02 - - default default] TaaS: Handle Delete Port: 7258ffef-4d01-4709-839b-fb6488f37f07 2026-02-27 23:12:44.714 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4b6757b-6182-408f-910f-fd4c9f3a19a8 91c9028dfc82457197e18443b7ece804 1d60d771c3074077b4950064e91e5e02 - - default default] Tap Mirror: Handle Delete Port: 7258ffef-4d01-4709-839b-fb6488f37f07 [pid: 7|app: 0|req: 1359/2871] 10.0.0.113 () {32 vars in 720 bytes} [Fri Feb 27 23:12:44 2026] DELETE /v2.0/ports/7258ffef-4d01-4709-839b-fb6488f37f07 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:12:44.884 8 INFO neutron_taas.services.taas.taas_plugin [None req-d874a785-0e1b-457f-8519-335143eb3a95 91c9028dfc82457197e18443b7ece804 1d60d771c3074077b4950064e91e5e02 - - default default] TaaS: Handle Delete Port: 74109768-7b8c-4868-9da5-ce86e147243a 2026-02-27 23:12:44.887 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d874a785-0e1b-457f-8519-335143eb3a95 91c9028dfc82457197e18443b7ece804 1d60d771c3074077b4950064e91e5e02 - - default default] Tap Mirror: Handle Delete Port: 74109768-7b8c-4868-9da5-ce86e147243a [pid: 7|app: 0|req: 1360/2872] 10.0.0.208 () {34 vars in 971 bytes} [Fri Feb 27 23:12:44 2026] GET /v2.0/ports/a234a6d1-3fcf-4a93-9192-0c69b296284f => generated 1328 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2873] 10.0.0.208 () {34 vars in 907 bytes} [Fri Feb 27 23:12:44 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: 1513/2874] 10.0.0.113 () {32 vars in 720 bytes} [Fri Feb 27 23:12:44 2026] DELETE /v2.0/ports/74109768-7b8c-4868-9da5-ce86e147243a => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:12:45.077 7 INFO neutron_taas.services.taas.taas_plugin [None req-548c21e0-0908-4862-aa79-ab79772f8e7f 91c9028dfc82457197e18443b7ece804 1d60d771c3074077b4950064e91e5e02 - - default default] TaaS: Handle Delete Port: 8a5a92c0-dc20-4364-9be6-b71f7549c8d5 2026-02-27 23:12:45.081 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-548c21e0-0908-4862-aa79-ab79772f8e7f 91c9028dfc82457197e18443b7ece804 1d60d771c3074077b4950064e91e5e02 - - default default] Tap Mirror: Handle Delete Port: 8a5a92c0-dc20-4364-9be6-b71f7549c8d5 [pid: 7|app: 0|req: 1362/2875] 10.0.0.113 () {32 vars in 720 bytes} [Fri Feb 27 23:12:44 2026] DELETE /v2.0/ports/8a5a92c0-dc20-4364-9be6-b71f7549c8d5 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:12:45.264 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8bfa32a-60d5-4a23-b90f-2780b6b95ff6 91c9028dfc82457197e18443b7ece804 1d60d771c3074077b4950064e91e5e02 - - default default] TaaS: Handle Delete Port: 09824912-5a1f-4715-9503-7f2540a57232 2026-02-27 23:12:45.267 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8bfa32a-60d5-4a23-b90f-2780b6b95ff6 91c9028dfc82457197e18443b7ece804 1d60d771c3074077b4950064e91e5e02 - - default default] Tap Mirror: Handle Delete Port: 09824912-5a1f-4715-9503-7f2540a57232 [pid: 8|app: 0|req: 1514/2876] 10.0.0.113 () {32 vars in 720 bytes} [Fri Feb 27 23:12:45 2026] DELETE /v2.0/ports/09824912-5a1f-4715-9503-7f2540a57232 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:12:45.478 7 INFO neutron.services.segments.plugin [-] Segment 0813b95b-1091-4d44-8f8b-63440cf89943 resource provider aggregate not found 2026-02-27 23:12:45.484 7 INFO neutron.services.segments.plugin [-] Segment 0813b95b-1091-4d44-8f8b-63440cf89943 resource provider aggregate not found 2026-02-27 23:12:45.499 7 INFO neutron.services.segments.plugin [-] Segment 0813b95b-1091-4d44-8f8b-63440cf89943 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0813b95b-1091-4d44-8f8b-63440cf89943 found for delete ", "request_id": "req-198a0cac-c3e0-45c7-b0ea-75920ac82c1f"}]} 2026-02-27 23:12:45.502 7 INFO neutron.services.segments.plugin [-] Segment 0813b95b-1091-4d44-8f8b-63440cf89943 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0813b95b-1091-4d44-8f8b-63440cf89943 found for delete ", "request_id": "req-dc7258a8-1d2f-4d04-b977-65c65620b325"}]} [pid: 7|app: 0|req: 1363/2877] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:12:45 2026] DELETE /v2.0/networks/ad555d5a-3c76-42a7-9128-037ba6dcd495 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:12:45.623 8 INFO neutron.services.segments.plugin [-] Segment cc10d88d-da3a-4d85-9f92-b15ff7a2f304 resource provider aggregate not found 2026-02-27 23:12:45.628 8 INFO neutron.services.segments.plugin [-] Segment cc10d88d-da3a-4d85-9f92-b15ff7a2f304 resource provider aggregate not found 2026-02-27 23:12:45.641 8 INFO neutron.services.segments.plugin [-] Segment cc10d88d-da3a-4d85-9f92-b15ff7a2f304 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc10d88d-da3a-4d85-9f92-b15ff7a2f304 found for delete ", "request_id": "req-1d5df705-6069-41fc-9325-4e6484b06949"}]} 2026-02-27 23:12:45.647 8 INFO neutron.services.segments.plugin [-] Segment cc10d88d-da3a-4d85-9f92-b15ff7a2f304 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc10d88d-da3a-4d85-9f92-b15ff7a2f304 found for delete ", "request_id": "req-81686456-0fb8-4d4e-8783-a2252383fb1f"}]} [pid: 8|app: 0|req: 1515/2878] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:12:45 2026] DELETE /v2.0/networks/d639cac7-cd93-482d-b915-3973142f38e7 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2879] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:12:45 2026] DELETE /v2.0/networks/4255d1ae-fa9d-46d8-bfe9-0cb1f11649a5 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/2880] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:12:45 2026] DELETE /v2.0/networks/ab52f4f3-95b5-47a6-91d9-fb41e0b29796 => 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: 1517/2881] 199.204.45.162 () {34 vars in 1262 bytes} [Fri Feb 27 23:12:45 2026] GET /v2.0/ports/a234a6d1-3fcf-4a93-9192-0c69b296284f?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/2882] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:12:46 2026] GET /v2.0/networks/81cfd271-b837-42b4-a12f-f26606560cb6?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: 1365/2883] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:12:45 2026] DELETE /v2.0/networks/90813098-4d73-46ca-85a8-fd3331e0ed13 => 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: 1519/2884] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:12:46 2026] GET /v2.0/networks/81cfd271-b837-42b4-a12f-f26606560cb6?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: 1521/2887] 199.204.45.162 () {34 vars in 975 bytes} [Fri Feb 27 23:12:46 2026] GET /v2.0/ports/a234a6d1-3fcf-4a93-9192-0c69b296284f => generated 1328 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2888] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:12:46 2026] GET /v2.0/networks?id=81cfd271-b837-42b4-a12f-f26606560cb6 => 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: 1368/2889] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:12:46 2026] GET /v2.0/security-groups?tenant_id=1d60d771c3074077b4950064e91e5e02&name=default => generated 2929 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2890] 199.204.45.162 () {38 vars in 1028 bytes} [Fri Feb 27 23:12:46 2026] PUT /v2.0/ports/a234a6d1-3fcf-4a93-9192-0c69b296284f => generated 1518 bytes in 373 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:12:47.103 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-56c60e03-64cd-41d5-9e90-ae1e05b9187f'] response: {'name': 'network-changed', 'server_uuid': '83b8fd2e-cd8c-4e94-b6df-bd9b82167ace', 'tag': 'a234a6d1-3fcf-4a93-9192-0c69b296284f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1369/2891] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:47 2026] DELETE /v2.0/security-groups/e061bbb9-b706-41bf-b7c2-c3516599f4f3 => generated 0 bytes in 105 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: 1523/2892] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:12:47 2026] GET /v2.0/security-groups?tenant_id=29bff1b8dc2b412cbf46175b7afbf5eb&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2893] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:47 2026] DELETE /v2.0/security-groups/7bf2a05e-7460-4430-a25d-381a02417ec2 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:12:47.527 7 INFO neutron.services.segments.plugin [-] Segment ae7ec1ce-56ac-408d-ad49-65d06b83ed84 resource provider aggregate not found 2026-02-27 23:12:47.533 7 INFO neutron.services.segments.plugin [-] Segment ae7ec1ce-56ac-408d-ad49-65d06b83ed84 resource provider aggregate not found 2026-02-27 23:12:47.549 7 INFO neutron.services.segments.plugin [-] Segment ae7ec1ce-56ac-408d-ad49-65d06b83ed84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae7ec1ce-56ac-408d-ad49-65d06b83ed84 found for delete ", "request_id": "req-289af37e-d077-4b62-890f-08e23213c23f"}]} 2026-02-27 23:12:47.555 7 INFO neutron.services.segments.plugin [-] Segment ae7ec1ce-56ac-408d-ad49-65d06b83ed84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae7ec1ce-56ac-408d-ad49-65d06b83ed84 found for delete ", "request_id": "req-8f3fbed5-ca0e-45ee-a6b3-5f34a521d81a"}]} 2026-02-27 23:12:47.569 7 INFO neutron.services.segments.plugin [-] Segment d553f122-1194-4bf2-bb8a-cf2ba06979b9 resource provider aggregate not found 2026-02-27 23:12:47.573 7 INFO neutron.services.segments.plugin [-] Segment d553f122-1194-4bf2-bb8a-cf2ba06979b9 resource provider aggregate not found 2026-02-27 23:12:47.589 7 INFO neutron.services.segments.plugin [-] Segment d553f122-1194-4bf2-bb8a-cf2ba06979b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d553f122-1194-4bf2-bb8a-cf2ba06979b9 found for delete ", "request_id": "req-6d9709e7-478c-44f8-905e-b831dee8782c"}]} 2026-02-27 23:12:47.590 7 INFO neutron.services.segments.plugin [-] Segment d553f122-1194-4bf2-bb8a-cf2ba06979b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d553f122-1194-4bf2-bb8a-cf2ba06979b9 found for delete ", "request_id": "req-ec1a9613-1861-4228-bcb2-d4cb97f4027d"}]} [pid: 7|app: 0|req: 1371/2894] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:12:47 2026] GET /v2.0/ports?tenant_id=d66f387d1d2b459cba84f7f538c886f5&device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 4100 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:12:47.664 8 INFO neutron.services.segments.plugin [-] Segment 662f9fb5-cda2-457e-a4db-1094475ae819 resource provider aggregate not found 2026-02-27 23:12:47.677 8 INFO neutron.services.segments.plugin [-] Segment 662f9fb5-cda2-457e-a4db-1094475ae819 resource provider aggregate not found 2026-02-27 23:12:47.682 8 INFO neutron.services.segments.plugin [-] Segment 662f9fb5-cda2-457e-a4db-1094475ae819 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 662f9fb5-cda2-457e-a4db-1094475ae819 found for delete ", "request_id": "req-13c12bc9-16ed-47f4-a588-5ca015567ce7"}]} 2026-02-27 23:12:47.693 8 INFO neutron.services.segments.plugin [-] Segment 662f9fb5-cda2-457e-a4db-1094475ae819 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 662f9fb5-cda2-457e-a4db-1094475ae819 found for delete ", "request_id": "req-135779dc-9be5-42d4-a0fd-a76460fe0810"}]} [pid: 7|app: 0|req: 1372/2895] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:12:47 2026] GET /v2.0/networks?id=81cfd271-b837-42b4-a12f-f26606560cb6 => 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: 1373/2896] 199.204.45.162 () {34 vars in 1058 bytes} [Fri Feb 27 23:12:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.160&port_id=a234a6d1-3fcf-4a93-9192-0c69b296284f => 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: 1524/2897] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:12:47 2026] GET /v2.0/security-groups?tenant_id=668c2bc34e1b46659c891191627b25d5&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2898] 199.204.45.162 () {34 vars in 1104 bytes} [Fri Feb 27 23:12:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A131&port_id=a234a6d1-3fcf-4a93-9192-0c69b296284f => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2899] 199.204.45.162 () {34 vars in 1064 bytes} [Fri Feb 27 23:12:47 2026] GET /v2.0/subnets?id=9dda6a80-2361-4498-8da3-217cbcc74c01&id=4584dd7f-472b-4b59-8b6b-c0c7ad6f5712 => generated 1410 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2900] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:47 2026] DELETE /v2.0/security-groups/cc8e9122-8bb6-466e-9187-c0fd8fc80f49 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2901] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:12:47 2026] GET /v2.0/ports?network_id=81cfd271-b837-42b4-a12f-f26606560cb6&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: 1526/2902] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:12:47 2026] GET /v2.0/ports?network_id=81cfd271-b837-42b4-a12f-f26606560cb6&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: 1377/2903] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:12:47 2026] GET /v2.0/networks/81cfd271-b837-42b4-a12f-f26606560cb6?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/2904] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:12:47 2026] GET /v2.0/networks/81cfd271-b837-42b4-a12f-f26606560cb6?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: 1378/2905] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:12:48 2026] GET /v2.0/ports?tenant_id=d66f387d1d2b459cba84f7f538c886f5&device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 4100 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/2906] 199.204.45.162 () {34 vars in 1062 bytes} [Fri Feb 27 23:12:49 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.104&port_id=8533fb97-f9ea-4852-abf6-cec5e70b1399 => 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: 1379/2907] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:12:49 2026] GET /v2.0/subnets?id=98f099b4-8283-450d-87dc-3970d5344ba0 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/2908] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:12:49 2026] GET /v2.0/ports?network_id=88205cbe-a947-4794-9823-d299d1c79649&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: 7|app: 0|req: 1380/2909] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:12:49 2026] GET /v2.0/networks/88205cbe-a947-4794-9823-d299d1c79649?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: 1530/2910] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:12:49 2026] GET /v2.0/networks/88205cbe-a947-4794-9823-d299d1c79649?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2911] 199.204.45.162 () {34 vars in 1058 bytes} [Fri Feb 27 23:12:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.104&port_id=24fa1574-b902-406a-a382-4e6033351109 => 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: 1531/2912] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:12:49 2026] GET /v2.0/subnets?id=419bcf6a-1e6e-4c2a-9ce8-ca55faab8f18 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2913] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:12:49 2026] GET /v2.0/ports?network_id=a2c65e12-46b9-45f8-a4bb-7d3d7d58631c&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: 1532/2914] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:12:49 2026] GET /v2.0/networks/a2c65e12-46b9-45f8-a4bb-7d3d7d58631c?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2915] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:12:49 2026] GET /v2.0/networks/a2c65e12-46b9-45f8-a4bb-7d3d7d58631c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/2916] 199.204.45.162 () {34 vars in 1058 bytes} [Fri Feb 27 23:12:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.160&port_id=a234a6d1-3fcf-4a93-9192-0c69b296284f => 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: 1384/2917] 199.204.45.162 () {34 vars in 1104 bytes} [Fri Feb 27 23:12:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A131&port_id=a234a6d1-3fcf-4a93-9192-0c69b296284f => 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: 1534/2918] 199.204.45.162 () {34 vars in 1064 bytes} [Fri Feb 27 23:12:49 2026] GET /v2.0/subnets?id=9dda6a80-2361-4498-8da3-217cbcc74c01&id=4584dd7f-472b-4b59-8b6b-c0c7ad6f5712 => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2919] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:12:49 2026] GET /v2.0/ports?network_id=81cfd271-b837-42b4-a12f-f26606560cb6&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: 8|app: 0|req: 1535/2920] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:12:49 2026] GET /v2.0/ports?network_id=81cfd271-b837-42b4-a12f-f26606560cb6&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2921] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:12:49 2026] GET /v2.0/networks/81cfd271-b837-42b4-a12f-f26606560cb6?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: 1536/2922] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:12:49 2026] GET /v2.0/networks/81cfd271-b837-42b4-a12f-f26606560cb6?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 23:12:51.299 7 INFO neutron.db.segments_db [None req-b4b0af66-d91a-4ddb-9c00-16c9fa1560f7 5904902e80ee4896b99fceac56b7fe7c 99bfafe8fe5143cfa5553321c3b1e36d - - default default] Added segment 712e733f-e60e-4b4c-8486-9fbbfe21a641 of type vxlan for network 34ec5fda-1008-4a2e-80e6-22ebe97cf849 [pid: 7|app: 0|req: 1387/2923] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:12:50 2026] POST /v2.0/networks => generated 612 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/2924] 10.0.0.113 () {34 vars in 664 bytes} [Fri Feb 27 23:12:51 2026] POST /v2.0/ports => generated 743 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2925] 10.0.0.113 () {34 vars in 747 bytes} [Fri Feb 27 23:12:51 2026] PUT /v2.0/ports/231f0c84-010d-4cbc-a7a7-3ba9a2116d78/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1538/2926] 10.0.0.113 () {32 vars in 727 bytes} [Fri Feb 27 23:12:51 2026] GET /v2.0/ports/231f0c84-010d-4cbc-a7a7-3ba9a2116d78/tags => generated 25 bytes in 50 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: 1389/2927] 10.0.0.113 () {34 vars in 758 bytes} [Fri Feb 27 23:12:51 2026] PUT /v2.0/ports/231f0c84-010d-4cbc-a7a7-3ba9a2116d78/tags/green => generated 4 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1539/2928] 10.0.0.113 () {32 vars in 727 bytes} [Fri Feb 27 23:12:51 2026] GET /v2.0/ports/231f0c84-010d-4cbc-a7a7-3ba9a2116d78/tags => generated 34 bytes in 54 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: 1390/2929] 10.0.0.113 () {34 vars in 754 bytes} [Fri Feb 27 23:12:52 2026] PUT /v2.0/ports/231f0c84-010d-4cbc-a7a7-3ba9a2116d78/tags/red => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1540/2930] 10.0.0.113 () {32 vars in 727 bytes} [Fri Feb 27 23:12:52 2026] GET /v2.0/ports/231f0c84-010d-4cbc-a7a7-3ba9a2116d78/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1391/2931] 10.0.0.113 () {34 vars in 776 bytes} [Fri Feb 27 23:12:52 2026] PUT /v2.0/ports/231f0c84-010d-4cbc-a7a7-3ba9a2116d78/tags/black.or.white => generated 4 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1541/2932] 10.0.0.113 () {32 vars in 727 bytes} [Fri Feb 27 23:12:52 2026] GET /v2.0/ports/231f0c84-010d-4cbc-a7a7-3ba9a2116d78/tags => generated 52 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1392/2933] 10.0.0.113 () {34 vars in 747 bytes} [Fri Feb 27 23:12:52 2026] PUT /v2.0/ports/231f0c84-010d-4cbc-a7a7-3ba9a2116d78/tags => generated 37 bytes in 75 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: 1542/2934] 10.0.0.113 () {32 vars in 727 bytes} [Fri Feb 27 23:12:52 2026] GET /v2.0/ports/231f0c84-010d-4cbc-a7a7-3ba9a2116d78/tags => generated 37 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1393/2935] 10.0.0.113 () {32 vars in 735 bytes} [Fri Feb 27 23:12:52 2026] GET /v2.0/ports/231f0c84-010d-4cbc-a7a7-3ba9a2116d78/tags/red => generated 0 bytes in 48 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 23:12:52.560 8 INFO neutron.api.v2.resource [None req-8ccad903-aa27-4f17-97f6-a295759a659b 5904902e80ee4896b99fceac56b7fe7c 99bfafe8fe5143cfa5553321c3b1e36d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1543/2936] 10.0.0.113 () {32 vars in 739 bytes} [Fri Feb 27 23:12:52 2026] GET /v2.0/ports/231f0c84-010d-4cbc-a7a7-3ba9a2116d78/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: 7|app: 0|req: 1394/2937] 10.0.0.113 () {32 vars in 738 bytes} [Fri Feb 27 23:12:52 2026] DELETE /v2.0/ports/231f0c84-010d-4cbc-a7a7-3ba9a2116d78/tags/red => generated 0 bytes in 61 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: 1544/2938] 10.0.0.113 () {32 vars in 727 bytes} [Fri Feb 27 23:12:52 2026] GET /v2.0/ports/231f0c84-010d-4cbc-a7a7-3ba9a2116d78/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-27 23:12:52.754 7 INFO neutron.api.v2.resource [None req-b4fe7ff6-100f-42c0-9f06-edbe6ee231fb 5904902e80ee4896b99fceac56b7fe7c 99bfafe8fe5143cfa5553321c3b1e36d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1395/2939] 10.0.0.113 () {32 vars in 742 bytes} [Fri Feb 27 23:12:52 2026] DELETE /v2.0/ports/231f0c84-010d-4cbc-a7a7-3ba9a2116d78/tags/green => generated 99 bytes in 71 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: 1545/2940] 10.0.0.113 () {32 vars in 730 bytes} [Fri Feb 27 23:12:52 2026] DELETE /v2.0/ports/231f0c84-010d-4cbc-a7a7-3ba9a2116d78/tags => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1396/2941] 10.0.0.113 () {32 vars in 727 bytes} [Fri Feb 27 23:12:52 2026] GET /v2.0/ports/231f0c84-010d-4cbc-a7a7-3ba9a2116d78/tags => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-27 23:12:53.024 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc98f6ff-10ff-4633-99bf-cdcce13c996a 5904902e80ee4896b99fceac56b7fe7c 99bfafe8fe5143cfa5553321c3b1e36d - - default default] TaaS: Handle Delete Port: 231f0c84-010d-4cbc-a7a7-3ba9a2116d78 2026-02-27 23:12:53.027 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc98f6ff-10ff-4633-99bf-cdcce13c996a 5904902e80ee4896b99fceac56b7fe7c 99bfafe8fe5143cfa5553321c3b1e36d - - default default] Tap Mirror: Handle Delete Port: 231f0c84-010d-4cbc-a7a7-3ba9a2116d78 [pid: 8|app: 0|req: 1546/2942] 10.0.0.113 () {32 vars in 720 bytes} [Fri Feb 27 23:12:52 2026] DELETE /v2.0/ports/231f0c84-010d-4cbc-a7a7-3ba9a2116d78 => generated 0 bytes in 240 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 23:12:53.236 7 INFO neutron.services.segments.plugin [-] Segment 712e733f-e60e-4b4c-8486-9fbbfe21a641 resource provider aggregate not found 2026-02-27 23:12:53.249 7 INFO neutron.services.segments.plugin [-] Segment 712e733f-e60e-4b4c-8486-9fbbfe21a641 resource provider aggregate not found 2026-02-27 23:12:53.277 7 INFO neutron.services.segments.plugin [-] Segment 712e733f-e60e-4b4c-8486-9fbbfe21a641 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 712e733f-e60e-4b4c-8486-9fbbfe21a641 found for delete ", "request_id": "req-b71574ea-3662-4d12-8f69-48482dd856ed"}]} [pid: 7|app: 0|req: 1397/2943] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:12:53 2026] DELETE /v2.0/networks/34ec5fda-1008-4a2e-80e6-22ebe97cf849 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:12:53.283 7 INFO neutron.services.segments.plugin [-] Segment 712e733f-e60e-4b4c-8486-9fbbfe21a641 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 712e733f-e60e-4b4c-8486-9fbbfe21a641 found for delete ", "request_id": "req-41453c61-02ca-4b25-ba95-be07aec3a4c4"}]} [pid: 8|app: 0|req: 1547/2944] 10.0.0.208 () {34 vars in 971 bytes} [Fri Feb 27 23:12:53 2026] GET /v2.0/ports/a234a6d1-3fcf-4a93-9192-0c69b296284f => generated 1520 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2945] 199.204.45.162 () {30 vars in 743 bytes} [Fri Feb 27 23:12:53 2026] GET /v2.0/networks/81cfd271-b837-42b4-a12f-f26606560cb6 => generated 797 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/2946] 199.204.45.162 () {30 vars in 741 bytes} [Fri Feb 27 23:12:53 2026] GET /v2.0/subnets/9dda6a80-2361-4498-8da3-217cbcc74c01 => generated 673 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2947] 199.204.45.162 () {30 vars in 741 bytes} [Fri Feb 27 23:12:53 2026] GET /v2.0/subnets/4584dd7f-472b-4b59-8b6b-c0c7ad6f5712 => generated 744 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/2948] 199.204.45.162 () {30 vars in 703 bytes} [Fri Feb 27 23:12:53 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: 1400/2949] 199.204.45.162 () {30 vars in 705 bytes} [Fri Feb 27 23:12:53 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/2950] 199.204.45.162 () {30 vars in 681 bytes} [Fri Feb 27 23:12:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2951] 199.204.45.162 () {30 vars in 717 bytes} [Fri Feb 27 23:12:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/2952] 199.204.45.162 () {30 vars in 741 bytes} [Fri Feb 27 23:12:53 2026] GET /v2.0/subnets/419bcf6a-1e6e-4c2a-9ce8-ca55faab8f18 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2953] 199.204.45.162 () {30 vars in 737 bytes} [Fri Feb 27 23:12:53 2026] GET /v2.0/ports/0f15cd0e-a1ae-4a28-aa9f-9779739d6f28 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/2954] 199.204.45.162 () {30 vars in 737 bytes} [Fri Feb 27 23:12:53 2026] GET /v2.0/ports/24fa1574-b902-406a-a382-4e6033351109 => generated 1350 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2955] 199.204.45.162 () {30 vars in 741 bytes} [Fri Feb 27 23:12:53 2026] GET /v2.0/subnets/419bcf6a-1e6e-4c2a-9ce8-ca55faab8f18 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2956] 199.204.45.162 () {30 vars in 743 bytes} [Fri Feb 27 23:12:54 2026] GET /v2.0/networks/a2c65e12-46b9-45f8-a4bb-7d3d7d58631c => generated 798 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/2957] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:12:53 2026] GET /v2.0/security-groups?tenant_id=99bfafe8fe5143cfa5553321c3b1e36d&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2958] 199.204.45.162 () {30 vars in 737 bytes} [Fri Feb 27 23:12:54 2026] GET /v2.0/ports/0f15cd0e-a1ae-4a28-aa9f-9779739d6f28 => 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: 1406/2959] 199.204.45.162 () {30 vars in 741 bytes} [Fri Feb 27 23:12:54 2026] GET /v2.0/subnets/419bcf6a-1e6e-4c2a-9ce8-ca55faab8f18 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/2960] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:54 2026] DELETE /v2.0/security-groups/dd64b353-5b87-4ae4-ad8b-7ecba5d1bb6c => 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: 1407/2961] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:12:54 2026] GET /v2.0/security-groups?tenant_id=58d3d949136b4b83a8d77930460a32c9&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/2962] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:54 2026] DELETE /v2.0/security-groups/44f3c72a-66d0-46d0-b2d6-22858fa49b05 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:12:58.072 7 INFO neutron.db.segments_db [None req-928fe03a-c5c0-40e5-be67-4ac4083c86d1 7e48bee870944460b07958972a8ae710 38e521770899499fbafbf348a54f416a - - default default] Added segment a548c1b5-51f3-404d-b210-1549ad0cb80b of type vxlan for network fcdaba94-0b76-4f32-aa6d-85be3dd6d346 [pid: 7|app: 0|req: 1408/2963] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:12:57 2026] POST /v2.0/networks => generated 612 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/2964] 10.0.0.113 () {34 vars in 664 bytes} [Fri Feb 27 23:12:58 2026] POST /v2.0/ports => generated 743 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2965] 10.0.0.113 () {34 vars in 666 bytes} [Fri Feb 27 23:12:58 2026] POST /v2.0/trunks => generated 407 bytes in 157 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: 1557/2966] 10.0.0.113 () {34 vars in 749 bytes} [Fri Feb 27 23:12:58 2026] PUT /v2.0/trunks/10960148-9f75-4c84-b500-b3c22090a1f9/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2967] 10.0.0.113 () {32 vars in 729 bytes} [Fri Feb 27 23:12:58 2026] GET /v2.0/trunks/10960148-9f75-4c84-b500-b3c22090a1f9/tags => generated 25 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/2968] 10.0.0.113 () {34 vars in 760 bytes} [Fri Feb 27 23:12:58 2026] PUT /v2.0/trunks/10960148-9f75-4c84-b500-b3c22090a1f9/tags/green => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2969] 10.0.0.113 () {32 vars in 729 bytes} [Fri Feb 27 23:12:58 2026] GET /v2.0/trunks/10960148-9f75-4c84-b500-b3c22090a1f9/tags => generated 34 bytes in 444 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/2970] 10.0.0.113 () {34 vars in 756 bytes} [Fri Feb 27 23:12:59 2026] PUT /v2.0/trunks/10960148-9f75-4c84-b500-b3c22090a1f9/tags/red => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2971] 10.0.0.113 () {32 vars in 729 bytes} [Fri Feb 27 23:12:59 2026] GET /v2.0/trunks/10960148-9f75-4c84-b500-b3c22090a1f9/tags => generated 34 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/2972] 10.0.0.113 () {34 vars in 778 bytes} [Fri Feb 27 23:12:59 2026] PUT /v2.0/trunks/10960148-9f75-4c84-b500-b3c22090a1f9/tags/black.or.white => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2973] 10.0.0.113 () {32 vars in 729 bytes} [Fri Feb 27 23:12:59 2026] GET /v2.0/trunks/10960148-9f75-4c84-b500-b3c22090a1f9/tags => generated 52 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/2974] 10.0.0.113 () {34 vars in 749 bytes} [Fri Feb 27 23:12:59 2026] PUT /v2.0/trunks/10960148-9f75-4c84-b500-b3c22090a1f9/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2975] 10.0.0.113 () {32 vars in 729 bytes} [Fri Feb 27 23:12:59 2026] GET /v2.0/trunks/10960148-9f75-4c84-b500-b3c22090a1f9/tags => generated 37 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/2976] 10.0.0.113 () {32 vars in 737 bytes} [Fri Feb 27 23:12:59 2026] GET /v2.0/trunks/10960148-9f75-4c84-b500-b3c22090a1f9/tags/red => generated 0 bytes in 21 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:12:59.435 7 INFO neutron.api.v2.resource [None req-dec82df7-a631-4759-9500-e4e998c6cf02 7e48bee870944460b07958972a8ae710 38e521770899499fbafbf348a54f416a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1415/2977] 10.0.0.113 () {32 vars in 741 bytes} [Fri Feb 27 23:12:59 2026] GET /v2.0/trunks/10960148-9f75-4c84-b500-b3c22090a1f9/tags/green => generated 99 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/2978] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:12:59 2026] DELETE /v2.0/trunks/10960148-9f75-4c84-b500-b3c22090a1f9/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2979] 10.0.0.113 () {32 vars in 729 bytes} [Fri Feb 27 23:12:59 2026] GET /v2.0/trunks/10960148-9f75-4c84-b500-b3c22090a1f9/tags => generated 30 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:12:59.532 8 INFO neutron.api.v2.resource [None req-196beff7-cc2c-44c7-bc59-7ec38eff00f7 7e48bee870944460b07958972a8ae710 38e521770899499fbafbf348a54f416a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1564/2980] 10.0.0.113 () {32 vars in 744 bytes} [Fri Feb 27 23:12:59 2026] DELETE /v2.0/trunks/10960148-9f75-4c84-b500-b3c22090a1f9/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2981] 10.0.0.113 () {32 vars in 732 bytes} [Fri Feb 27 23:12:59 2026] DELETE /v2.0/trunks/10960148-9f75-4c84-b500-b3c22090a1f9/tags => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/2982] 10.0.0.113 () {32 vars in 729 bytes} [Fri Feb 27 23:12:59 2026] GET /v2.0/trunks/10960148-9f75-4c84-b500-b3c22090a1f9/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2983] 10.0.0.113 () {32 vars in 719 bytes} [Fri Feb 27 23:12:59 2026] GET /v2.0/trunks/10960148-9f75-4c84-b500-b3c22090a1f9 => generated 407 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/2984] 10.0.0.113 () {32 vars in 717 bytes} [Fri Feb 27 23:12:59 2026] GET /v2.0/ports/5c863150-2c28-464e-aa69-afbb8cfc8754 => generated 826 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2985] 10.0.0.113 () {32 vars in 722 bytes} [Fri Feb 27 23:12:59 2026] DELETE /v2.0/trunks/10960148-9f75-4c84-b500-b3c22090a1f9 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:12:59.855 8 INFO neutron_taas.services.taas.taas_plugin [None req-2c8259e9-fbb0-4834-80f6-2c53d4b68c20 7e48bee870944460b07958972a8ae710 38e521770899499fbafbf348a54f416a - - default default] TaaS: Handle Delete Port: 5c863150-2c28-464e-aa69-afbb8cfc8754 2026-02-27 23:12:59.858 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c8259e9-fbb0-4834-80f6-2c53d4b68c20 7e48bee870944460b07958972a8ae710 38e521770899499fbafbf348a54f416a - - default default] Tap Mirror: Handle Delete Port: 5c863150-2c28-464e-aa69-afbb8cfc8754 [pid: 8|app: 0|req: 1567/2986] 10.0.0.113 () {32 vars in 720 bytes} [Fri Feb 27 23:12:59 2026] DELETE /v2.0/ports/5c863150-2c28-464e-aa69-afbb8cfc8754 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:13:00.065 7 INFO neutron.services.segments.plugin [-] Segment a548c1b5-51f3-404d-b210-1549ad0cb80b resource provider aggregate not found 2026-02-27 23:13:00.070 7 INFO neutron.services.segments.plugin [-] Segment a548c1b5-51f3-404d-b210-1549ad0cb80b resource provider aggregate not found 2026-02-27 23:13:00.084 7 INFO neutron.services.segments.plugin [-] Segment a548c1b5-51f3-404d-b210-1549ad0cb80b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a548c1b5-51f3-404d-b210-1549ad0cb80b found for delete ", "request_id": "req-594345b3-0732-434b-9090-99c5648effb3"}]} 2026-02-27 23:13:00.087 7 INFO neutron.services.segments.plugin [-] Segment a548c1b5-51f3-404d-b210-1549ad0cb80b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a548c1b5-51f3-404d-b210-1549ad0cb80b found for delete ", "request_id": "req-057cf79f-3579-479d-988a-d39c37bf5ca1"}]} [pid: 7|app: 0|req: 1420/2987] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:12:59 2026] DELETE /v2.0/networks/fcdaba94-0b76-4f32-aa6d-85be3dd6d346 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/2988] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:13:00 2026] GET /v2.0/security-groups?tenant_id=22f570928b7745ba8428cd5d9059e36f&name=default => generated 2929 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2989] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:13:00 2026] DELETE /v2.0/security-groups/12e55252-c0ab-4375-ac83-614e9f3b2293 => 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: 1569/2990] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:13:01 2026] GET /v2.0/security-groups?tenant_id=38e521770899499fbafbf348a54f416a&name=default => generated 2929 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2991] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:13:01 2026] DELETE /v2.0/security-groups/4f3a2077-1d16-42bb-9348-1689e3dfc221 => 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: 1571/2994] 10.0.0.130 () {30 vars in 690 bytes} [Fri Feb 27 23:13:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2995] 10.0.0.130 () {30 vars in 692 bytes} [Fri Feb 27 23:13:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/2996] 10.0.0.130 () {30 vars in 668 bytes} [Fri Feb 27 23:13:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2997] 10.0.0.130 () {30 vars in 704 bytes} [Fri Feb 27 23:13:01 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: 1573/2998] 10.0.0.130 () {28 vars in 439 bytes} [Fri Feb 27 23:13:02 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2999] 10.0.0.130 () {30 vars in 728 bytes} [Fri Feb 27 23:13:02 2026] GET /v2.0/subnets/d19be3cd-bc82-46cc-9e7c-049773a3fb80 => generated 656 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3000] 199.204.45.162 () {30 vars in 703 bytes} [Fri Feb 27 23:13:02 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: 1427/3001] 199.204.45.162 () {30 vars in 705 bytes} [Fri Feb 27 23:13:02 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: 1575/3002] 199.204.45.162 () {30 vars in 681 bytes} [Fri Feb 27 23:13:02 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: 1428/3003] 199.204.45.162 () {30 vars in 717 bytes} [Fri Feb 27 23:13:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3004] 199.204.45.162 () {30 vars in 741 bytes} [Fri Feb 27 23:13:02 2026] GET /v2.0/subnets/9dda6a80-2361-4498-8da3-217cbcc74c01 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/3005] 199.204.45.162 () {30 vars in 741 bytes} [Fri Feb 27 23:13:03 2026] GET /v2.0/subnets/d19be3cd-bc82-46cc-9e7c-049773a3fb80 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3006] 199.204.45.162 () {30 vars in 769 bytes} [Fri Feb 27 23:13:03 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 4102 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/3007] 199.204.45.162 () {30 vars in 703 bytes} [Fri Feb 27 23:13:03 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: 1578/3008] 199.204.45.162 () {30 vars in 705 bytes} [Fri Feb 27 23:13:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/3009] 199.204.45.162 () {30 vars in 681 bytes} [Fri Feb 27 23:13:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3010] 199.204.45.162 () {30 vars in 717 bytes} [Fri Feb 27 23:13:03 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: 1432/3011] 199.204.45.162 () {34 vars in 717 bytes} [Fri Feb 27 23:13:03 2026] POST /v2.0/ports => generated 1328 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3012] 10.0.0.208 () {34 vars in 971 bytes} [Fri Feb 27 23:13:03 2026] GET /v2.0/ports/6685e70d-b339-414d-a17c-d0c82294b064 => generated 1328 bytes in 251 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: 1433/3013] 199.204.45.162 () {34 vars in 1262 bytes} [Fri Feb 27 23:13:05 2026] GET /v2.0/ports/6685e70d-b339-414d-a17c-d0c82294b064?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3014] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:13:05 2026] GET /v2.0/networks/a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/3015] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:13:05 2026] GET /v2.0/networks/a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5?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: 1582/3016] 199.204.45.162 () {34 vars in 975 bytes} [Fri Feb 27 23:13:05 2026] GET /v2.0/ports/6685e70d-b339-414d-a17c-d0c82294b064 => generated 1328 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/3017] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:13:05 2026] GET /v2.0/networks?id=a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3018] 199.204.45.162 () {38 vars in 1028 bytes} [Fri Feb 27 23:13:05 2026] PUT /v2.0/ports/6685e70d-b339-414d-a17c-d0c82294b064 => generated 1518 bytes in 434 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:13:06.238 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d2e3a02-ab8d-491e-8215-a712c67abe4d'] response: {'name': 'network-changed', 'server_uuid': '83b8fd2e-cd8c-4e94-b6df-bd9b82167ace', 'tag': '6685e70d-b339-414d-a17c-d0c82294b064', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1436/3019] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:13:06 2026] GET /v2.0/ports?tenant_id=d66f387d1d2b459cba84f7f538c886f5&device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 5612 bytes in 53 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: 1584/3020] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:13:06 2026] GET /v2.0/networks?id=a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5 => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/3021] 199.204.45.162 () {34 vars in 1056 bytes} [Fri Feb 27 23:13:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.71&port_id=6685e70d-b339-414d-a17c-d0c82294b064 => 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: 1585/3022] 199.204.45.162 () {34 vars in 1106 bytes} [Fri Feb 27 23:13:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A198&port_id=6685e70d-b339-414d-a17c-d0c82294b064 => 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: 1438/3023] 199.204.45.162 () {34 vars in 1064 bytes} [Fri Feb 27 23:13:06 2026] GET /v2.0/subnets?id=d19be3cd-bc82-46cc-9e7c-049773a3fb80&id=3964e373-2295-48ab-86da-18f25270bca3 => generated 1415 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3024] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:13:06 2026] GET /v2.0/ports?network_id=a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/3025] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:13:07 2026] GET /v2.0/ports?network_id=a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3026] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:13:07 2026] GET /v2.0/networks/a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5?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: 1440/3027] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:13:07 2026] GET /v2.0/networks/a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5?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: 1588/3028] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:13:08 2026] GET /v2.0/ports?tenant_id=d66f387d1d2b459cba84f7f538c886f5&device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 5612 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/3029] 199.204.45.162 () {34 vars in 1062 bytes} [Fri Feb 27 23:13:08 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.104&port_id=8533fb97-f9ea-4852-abf6-cec5e70b1399 => 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: 1589/3030] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:13:08 2026] GET /v2.0/subnets?id=98f099b4-8283-450d-87dc-3970d5344ba0 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/3031] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:13:08 2026] GET /v2.0/ports?network_id=88205cbe-a947-4794-9823-d299d1c79649&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: 1590/3032] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:13:08 2026] GET /v2.0/networks/88205cbe-a947-4794-9823-d299d1c79649?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/3033] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:13:08 2026] GET /v2.0/networks/88205cbe-a947-4794-9823-d299d1c79649?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: 1591/3034] 199.204.45.162 () {34 vars in 1058 bytes} [Fri Feb 27 23:13:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.104&port_id=24fa1574-b902-406a-a382-4e6033351109 => 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: 1444/3035] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:13:08 2026] GET /v2.0/subnets?id=419bcf6a-1e6e-4c2a-9ce8-ca55faab8f18 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3036] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:13:08 2026] GET /v2.0/ports?network_id=a2c65e12-46b9-45f8-a4bb-7d3d7d58631c&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: 1445/3037] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:13:08 2026] GET /v2.0/networks/a2c65e12-46b9-45f8-a4bb-7d3d7d58631c?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3038] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:13:08 2026] GET /v2.0/networks/a2c65e12-46b9-45f8-a4bb-7d3d7d58631c?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: 1446/3039] 199.204.45.162 () {34 vars in 1058 bytes} [Fri Feb 27 23:13:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.160&port_id=a234a6d1-3fcf-4a93-9192-0c69b296284f => 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: 1594/3040] 199.204.45.162 () {34 vars in 1104 bytes} [Fri Feb 27 23:13:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A131&port_id=a234a6d1-3fcf-4a93-9192-0c69b296284f => 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: 1447/3041] 199.204.45.162 () {34 vars in 1064 bytes} [Fri Feb 27 23:13:08 2026] GET /v2.0/subnets?id=9dda6a80-2361-4498-8da3-217cbcc74c01&id=4584dd7f-472b-4b59-8b6b-c0c7ad6f5712 => generated 1410 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3042] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:13:08 2026] GET /v2.0/ports?network_id=81cfd271-b837-42b4-a12f-f26606560cb6&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/3043] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:13:08 2026] GET /v2.0/ports?network_id=81cfd271-b837-42b4-a12f-f26606560cb6&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3044] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:13:08 2026] GET /v2.0/networks/81cfd271-b837-42b4-a12f-f26606560cb6?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: 1449/3045] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:13:08 2026] GET /v2.0/networks/81cfd271-b837-42b4-a12f-f26606560cb6?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: 1597/3046] 199.204.45.162 () {34 vars in 1056 bytes} [Fri Feb 27 23:13:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.71&port_id=6685e70d-b339-414d-a17c-d0c82294b064 => 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: 1450/3047] 199.204.45.162 () {34 vars in 1106 bytes} [Fri Feb 27 23:13:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A198&port_id=6685e70d-b339-414d-a17c-d0c82294b064 => 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: 1598/3048] 199.204.45.162 () {34 vars in 1064 bytes} [Fri Feb 27 23:13:08 2026] GET /v2.0/subnets?id=d19be3cd-bc82-46cc-9e7c-049773a3fb80&id=3964e373-2295-48ab-86da-18f25270bca3 => generated 1415 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/3049] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:13:09 2026] GET /v2.0/ports?network_id=a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5&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: 1599/3050] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:13:09 2026] GET /v2.0/ports?network_id=a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/3051] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:13:09 2026] GET /v2.0/networks/a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5?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: 1600/3052] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:13:09 2026] GET /v2.0/networks/a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5?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: 1453/3053] 10.0.0.208 () {34 vars in 971 bytes} [Fri Feb 27 23:13:13 2026] GET /v2.0/ports/6685e70d-b339-414d-a17c-d0c82294b064 => generated 1520 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3054] 199.204.45.162 () {30 vars in 743 bytes} [Fri Feb 27 23:13:13 2026] GET /v2.0/networks/a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5 => generated 797 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/3055] 199.204.45.162 () {30 vars in 741 bytes} [Fri Feb 27 23:13:13 2026] GET /v2.0/subnets/d19be3cd-bc82-46cc-9e7c-049773a3fb80 => generated 674 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3056] 199.204.45.162 () {30 vars in 741 bytes} [Fri Feb 27 23:13:13 2026] GET /v2.0/subnets/3964e373-2295-48ab-86da-18f25270bca3 => generated 748 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/3057] 199.204.45.162 () {30 vars in 737 bytes} [Fri Feb 27 23:13:13 2026] GET /v2.0/ports/a234a6d1-3fcf-4a93-9192-0c69b296284f => generated 1520 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3058] 199.204.45.162 () {34 vars in 790 bytes} [Fri Feb 27 23:13:13 2026] PUT /v2.0/ports/a234a6d1-3fcf-4a93-9192-0c69b296284f => generated 1255 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:13:13.694 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f6ba3bb0-a6af-4c60-9ff2-ead0a8cfed38'] response: {'name': 'network-changed', 'server_uuid': '83b8fd2e-cd8c-4e94-b6df-bd9b82167ace', 'tag': 'a234a6d1-3fcf-4a93-9192-0c69b296284f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1456/3059] 199.204.45.162 () {30 vars in 743 bytes} [Fri Feb 27 23:13:13 2026] GET /v2.0/networks/81cfd271-b837-42b4-a12f-f26606560cb6 => generated 797 bytes in 57 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: 1604/3060] 199.204.45.162 () {30 vars in 741 bytes} [Fri Feb 27 23:13:13 2026] GET /v2.0/subnets/9dda6a80-2361-4498-8da3-217cbcc74c01 => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/3061] 199.204.45.162 () {30 vars in 703 bytes} [Fri Feb 27 23:13:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3062] 199.204.45.162 () {30 vars in 705 bytes} [Fri Feb 27 23:13:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/3063] 199.204.45.162 () {30 vars in 681 bytes} [Fri Feb 27 23:13:13 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: 1606/3064] 199.204.45.162 () {30 vars in 717 bytes} [Fri Feb 27 23:13:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/3065] 199.204.45.162 () {30 vars in 741 bytes} [Fri Feb 27 23:13:13 2026] GET /v2.0/subnets/419bcf6a-1e6e-4c2a-9ce8-ca55faab8f18 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3066] 199.204.45.162 () {30 vars in 737 bytes} [Fri Feb 27 23:13:13 2026] GET /v2.0/ports/0f15cd0e-a1ae-4a28-aa9f-9779739d6f28 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/3067] 199.204.45.162 () {30 vars in 737 bytes} [Fri Feb 27 23:13:14 2026] GET /v2.0/ports/24fa1574-b902-406a-a382-4e6033351109 => generated 1350 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3068] 199.204.45.162 () {30 vars in 741 bytes} [Fri Feb 27 23:13:14 2026] GET /v2.0/subnets/419bcf6a-1e6e-4c2a-9ce8-ca55faab8f18 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/3069] 199.204.45.162 () {30 vars in 743 bytes} [Fri Feb 27 23:13:14 2026] GET /v2.0/networks/a2c65e12-46b9-45f8-a4bb-7d3d7d58631c => generated 798 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3070] 199.204.45.162 () {30 vars in 737 bytes} [Fri Feb 27 23:13:14 2026] GET /v2.0/ports/0f15cd0e-a1ae-4a28-aa9f-9779739d6f28 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/3071] 199.204.45.162 () {30 vars in 741 bytes} [Fri Feb 27 23:13:14 2026] GET /v2.0/subnets/419bcf6a-1e6e-4c2a-9ce8-ca55faab8f18 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3072] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:13:14 2026] GET /v2.0/ports?tenant_id=d66f387d1d2b459cba84f7f538c886f5&device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 5385 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/3073] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:13:14 2026] GET /v2.0/networks?id=81cfd271-b837-42b4-a12f-f26606560cb6 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3074] 199.204.45.162 () {34 vars in 1058 bytes} [Fri Feb 27 23:13:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.160&port_id=a234a6d1-3fcf-4a93-9192-0c69b296284f => 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: 1464/3075] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:13:14 2026] GET /v2.0/subnets?id=9dda6a80-2361-4498-8da3-217cbcc74c01 => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3076] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:13:14 2026] GET /v2.0/ports?network_id=81cfd271-b837-42b4-a12f-f26606560cb6&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/3077] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:13:14 2026] GET /v2.0/networks/81cfd271-b837-42b4-a12f-f26606560cb6?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3078] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:13:14 2026] GET /v2.0/networks/81cfd271-b837-42b4-a12f-f26606560cb6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/3081] 10.0.0.153 () {28 vars in 579 bytes} [Fri Feb 27 23:13:20 2026] GET /v2.0/ports => generated 27453 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3082] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:13:20 2026] GET /v2.0/routers => generated 727 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/3083] 10.0.0.153 () {28 vars in 624 bytes} [Fri Feb 27 23:13:20 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: 1616/3084] 10.0.0.153 () {28 vars in 677 bytes} [Fri Feb 27 23:13:20 2026] GET /v2.0/routers/db00215a-30a3-4119-9899-d3a742b7e399/l3-agents => generated 681 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/3085] 10.0.0.153 () {28 vars in 599 bytes} [Fri Feb 27 23:13:20 2026] GET /v2.0/security-groups => generated 31478 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3086] 10.0.0.153 () {28 vars in 581 bytes} [Fri Feb 27 23:13:20 2026] GET /v2.0/agents => generated 3386 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/3087] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:13:20 2026] GET /v2.0/subnets => generated 6135 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3088] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:13:20 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: 1471/3089] 10.0.0.153 () {28 vars in 585 bytes} [Fri Feb 27 23:13:20 2026] GET /v2.0/networks => generated 5222 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3090] 10.0.0.153 () {28 vars in 619 bytes} [Fri Feb 27 23:13:20 2026] GET /v2.0/network-ip-availabilities => generated 3615 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/3091] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:13:20 2026] GET /v2.0/subnets => generated 6135 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3092] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:13:20 2026] GET /v2.0/floatingips => generated 2590 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/3093] 10.0.0.208 () {34 vars in 1178 bytes} [Fri Feb 27 23:13:21 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace&device_id=18a64a8c-3223-4a1d-b9d2-9075f4fc84a6&device_id=825a866e-c01e-42af-a494-fa48f5018ae3 => generated 8305 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3094] 10.0.0.208 () {34 vars in 1280 bytes} [Fri Feb 27 23:13:21 2026] GET /v2.0/security-groups?id=ee7d4ed3-96fb-40f8-93f8-040d74a8f1aa&id=34669891-8a92-4bc8-afc5-99dfc9c464d3&id=a5c15419-68e2-4fef-a5a6-408270f3a555&id=51069ad3-90ac-4446-bab0-2430e9574b08&fields=id&fields=name => generated 353 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/3095] 199.204.45.162 () {30 vars in 703 bytes} [Fri Feb 27 23:13:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3096] 199.204.45.162 () {30 vars in 705 bytes} [Fri Feb 27 23:13:26 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: 1475/3097] 199.204.45.162 () {30 vars in 681 bytes} [Fri Feb 27 23:13:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3098] 199.204.45.162 () {30 vars in 717 bytes} [Fri Feb 27 23:13:26 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: 1476/3099] 199.204.45.162 () {30 vars in 741 bytes} [Fri Feb 27 23:13:26 2026] GET /v2.0/subnets/9dda6a80-2361-4498-8da3-217cbcc74c01 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3100] 199.204.45.162 () {30 vars in 769 bytes} [Fri Feb 27 23:13:26 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 5385 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/3101] 199.204.45.162 () {30 vars in 703 bytes} [Fri Feb 27 23:13:26 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: 1625/3102] 199.204.45.162 () {30 vars in 705 bytes} [Fri Feb 27 23:13:26 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: 1478/3103] 199.204.45.162 () {30 vars in 681 bytes} [Fri Feb 27 23:13:26 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: 1626/3104] 199.204.45.162 () {30 vars in 717 bytes} [Fri Feb 27 23:13:26 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: 1479/3105] 199.204.45.162 () {30 vars in 737 bytes} [Fri Feb 27 23:13:26 2026] GET /v2.0/ports/6685e70d-b339-414d-a17c-d0c82294b064 => generated 1520 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3106] 199.204.45.162 () {34 vars in 790 bytes} [Fri Feb 27 23:13:26 2026] PUT /v2.0/ports/6685e70d-b339-414d-a17c-d0c82294b064 => generated 1311 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/3107] 199.204.45.162 () {30 vars in 743 bytes} [Fri Feb 27 23:13:27 2026] GET /v2.0/networks/a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5 => generated 797 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:13:27.236 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0450cbdb-030b-4e63-88e3-fc70f4bfd8ad'] response: {'name': 'network-changed', 'server_uuid': '83b8fd2e-cd8c-4e94-b6df-bd9b82167ace', 'tag': '6685e70d-b339-414d-a17c-d0c82294b064', '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: 1628/3108] 199.204.45.162 () {30 vars in 741 bytes} [Fri Feb 27 23:13:27 2026] GET /v2.0/subnets/3964e373-2295-48ab-86da-18f25270bca3 => generated 748 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3109] 199.204.45.162 () {30 vars in 737 bytes} [Fri Feb 27 23:13:27 2026] GET /v2.0/ports/6685e70d-b339-414d-a17c-d0c82294b064 => generated 1347 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3110] 199.204.45.162 () {34 vars in 789 bytes} [Fri Feb 27 23:13:27 2026] PUT /v2.0/ports/6685e70d-b339-414d-a17c-d0c82294b064 => generated 1080 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/3111] 199.204.45.162 () {30 vars in 743 bytes} [Fri Feb 27 23:13:27 2026] GET /v2.0/networks/a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5 => generated 797 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1630/3112] 199.204.45.162 () {30 vars in 769 bytes} [Fri Feb 27 23:13:27 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 4981 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3113] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:13:27 2026] GET /v2.0/ports?tenant_id=d66f387d1d2b459cba84f7f538c886f5&device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 4981 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3114] 199.204.45.162 () {30 vars in 769 bytes} [Fri Feb 27 23:13:27 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 4981 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/3115] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:13:27 2026] GET /v2.0/networks?id=a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5 => 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: 1632/3116] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:13:27 2026] GET /v2.0/networks/a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5?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: 1485/3117] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:13:27 2026] GET /v2.0/networks/a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5?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: 1633/3118] 199.204.45.162 () {30 vars in 769 bytes} [Fri Feb 27 23:13:28 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 4981 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:13:29.275 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5a13fd66-cb7a-43c9-a14c-0e24fe92b1a7'] response: {'name': 'network-changed', 'server_uuid': '83b8fd2e-cd8c-4e94-b6df-bd9b82167ace', 'tag': '6685e70d-b339-414d-a17c-d0c82294b064', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1486/3119] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:13:29 2026] GET /v2.0/ports?tenant_id=d66f387d1d2b459cba84f7f538c886f5&device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 4981 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3120] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:13:29 2026] GET /v2.0/networks?id=a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3121] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:13:29 2026] GET /v2.0/networks/a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5?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: 1635/3122] 199.204.45.162 () {30 vars in 769 bytes} [Fri Feb 27 23:13:29 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 4981 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3123] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:13:29 2026] GET /v2.0/networks/a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5?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: 1636/3124] 199.204.45.162 () {34 vars in 975 bytes} [Fri Feb 27 23:13:30 2026] GET /v2.0/ports/6685e70d-b339-414d-a17c-d0c82294b064 => generated 1116 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3125] 199.204.45.162 () {34 vars in 1060 bytes} [Fri Feb 27 23:13:30 2026] GET /v2.0/ports/6685e70d-b339-414d-a17c-d0c82294b064?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3126] 199.204.45.162 () {34 vars in 1016 bytes} [Fri Feb 27 23:13:30 2026] GET /v2.0/networks/a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5?fields=dns_domain => generated 29 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3127] 199.204.45.162 () {38 vars in 1028 bytes} [Fri Feb 27 23:13:30 2026] PUT /v2.0/ports/6685e70d-b339-414d-a17c-d0c82294b064 => generated 917 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3128] 199.204.45.162 () {30 vars in 769 bytes} [Fri Feb 27 23:13:31 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 3873 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-27 23:13:31.190 7 INFO neutron_taas.services.taas.taas_plugin [None req-600889f8-0e94-4370-858b-d92ff31e5309 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 6685e70d-b339-414d-a17c-d0c82294b064 2026-02-27 23:13:31.193 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-600889f8-0e94-4370-858b-d92ff31e5309 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 6685e70d-b339-414d-a17c-d0c82294b064 [pid: 7|app: 0|req: 1491/3129] 199.204.45.162 () {32 vars in 759 bytes} [Fri Feb 27 23:13:31 2026] DELETE /v2.0/ports/6685e70d-b339-414d-a17c-d0c82294b064 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3132] 199.204.45.162 () {30 vars in 703 bytes} [Fri Feb 27 23:13:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3133] 199.204.45.162 () {30 vars in 705 bytes} [Fri Feb 27 23:13:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3134] 199.204.45.162 () {30 vars in 681 bytes} [Fri Feb 27 23:13:31 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: 1641/3135] 199.204.45.162 () {30 vars in 717 bytes} [Fri Feb 27 23:13:31 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: 1495/3136] 199.204.45.162 () {30 vars in 741 bytes} [Fri Feb 27 23:13:31 2026] GET /v2.0/subnets/419bcf6a-1e6e-4c2a-9ce8-ca55faab8f18 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3137] 199.204.45.162 () {30 vars in 737 bytes} [Fri Feb 27 23:13:31 2026] GET /v2.0/ports/0f15cd0e-a1ae-4a28-aa9f-9779739d6f28 => 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: 1496/3138] 199.204.45.162 () {30 vars in 737 bytes} [Fri Feb 27 23:13:31 2026] GET /v2.0/ports/24fa1574-b902-406a-a382-4e6033351109 => generated 1350 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3139] 199.204.45.162 () {30 vars in 741 bytes} [Fri Feb 27 23:13:31 2026] GET /v2.0/subnets/419bcf6a-1e6e-4c2a-9ce8-ca55faab8f18 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3140] 199.204.45.162 () {30 vars in 743 bytes} [Fri Feb 27 23:13:31 2026] GET /v2.0/networks/a2c65e12-46b9-45f8-a4bb-7d3d7d58631c => generated 798 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3141] 199.204.45.162 () {30 vars in 737 bytes} [Fri Feb 27 23:13:31 2026] GET /v2.0/ports/0f15cd0e-a1ae-4a28-aa9f-9779739d6f28 => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3142] 199.204.45.162 () {30 vars in 741 bytes} [Fri Feb 27 23:13:31 2026] GET /v2.0/subnets/419bcf6a-1e6e-4c2a-9ce8-ca55faab8f18 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3143] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:13:32 2026] GET /v2.0/ports?tenant_id=d66f387d1d2b459cba84f7f538c886f5&device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 3873 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3144] 199.204.45.162 () {34 vars in 1226 bytes} [Fri Feb 27 23:13:32 2026] GET /v2.0/networks?id=88205cbe-a947-4794-9823-d299d1c79649&id=a2c65e12-46b9-45f8-a4bb-7d3d7d58631c&id=81cfd271-b837-42b4-a12f-f26606560cb6&id=a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5 => generated 3093 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3145] 199.204.45.162 () {34 vars in 1062 bytes} [Fri Feb 27 23:13:32 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.104&port_id=8533fb97-f9ea-4852-abf6-cec5e70b1399 => 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: 1500/3146] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:13:32 2026] GET /v2.0/subnets?id=98f099b4-8283-450d-87dc-3970d5344ba0 => 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: 1647/3147] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:13:32 2026] GET /v2.0/ports?network_id=88205cbe-a947-4794-9823-d299d1c79649&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3148] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:13:32 2026] GET /v2.0/networks/88205cbe-a947-4794-9823-d299d1c79649?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3149] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:13:32 2026] GET /v2.0/networks/88205cbe-a947-4794-9823-d299d1c79649?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: 1502/3150] 199.204.45.162 () {34 vars in 1058 bytes} [Fri Feb 27 23:13:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.104&port_id=24fa1574-b902-406a-a382-4e6033351109 => 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: 1649/3151] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:13:32 2026] GET /v2.0/subnets?id=419bcf6a-1e6e-4c2a-9ce8-ca55faab8f18 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3152] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:13:32 2026] GET /v2.0/ports?network_id=a2c65e12-46b9-45f8-a4bb-7d3d7d58631c&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: 1650/3153] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:13:32 2026] GET /v2.0/networks/a2c65e12-46b9-45f8-a4bb-7d3d7d58631c?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: 1504/3154] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:13:32 2026] GET /v2.0/networks/a2c65e12-46b9-45f8-a4bb-7d3d7d58631c?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: 1651/3155] 199.204.45.162 () {34 vars in 1058 bytes} [Fri Feb 27 23:13:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.160&port_id=a234a6d1-3fcf-4a93-9192-0c69b296284f => 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: 1505/3156] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:13:32 2026] GET /v2.0/subnets?id=9dda6a80-2361-4498-8da3-217cbcc74c01 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3157] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:13:32 2026] GET /v2.0/ports?network_id=81cfd271-b837-42b4-a12f-f26606560cb6&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3158] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:13:32 2026] GET /v2.0/networks/81cfd271-b837-42b4-a12f-f26606560cb6?fields=segments => generated 14 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3159] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:13:32 2026] GET /v2.0/networks/81cfd271-b837-42b4-a12f-f26606560cb6?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: 1507/3160] 199.204.45.162 () {30 vars in 703 bytes} [Fri Feb 27 23:13:37 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: 1654/3161] 199.204.45.162 () {30 vars in 705 bytes} [Fri Feb 27 23:13:37 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: 1508/3162] 199.204.45.162 () {30 vars in 681 bytes} [Fri Feb 27 23:13:37 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: 1655/3163] 199.204.45.162 () {30 vars in 717 bytes} [Fri Feb 27 23:13: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: 1509/3164] 199.204.45.162 () {30 vars in 769 bytes} [Fri Feb 27 23:13:37 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 3873 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3165] 199.204.45.162 () {30 vars in 703 bytes} [Fri Feb 27 23:13:37 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: 1510/3166] 199.204.45.162 () {30 vars in 705 bytes} [Fri Feb 27 23:13:37 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: 1657/3167] 199.204.45.162 () {30 vars in 681 bytes} [Fri Feb 27 23:13:37 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: 1511/3168] 199.204.45.162 () {30 vars in 717 bytes} [Fri Feb 27 23:13:37 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: 1658/3169] 199.204.45.162 () {30 vars in 737 bytes} [Fri Feb 27 23:13:37 2026] GET /v2.0/ports/a234a6d1-3fcf-4a93-9192-0c69b296284f => generated 1291 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3170] 199.204.45.162 () {34 vars in 789 bytes} [Fri Feb 27 23:13:37 2026] PUT /v2.0/ports/a234a6d1-3fcf-4a93-9192-0c69b296284f => generated 1080 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3171] 199.204.45.162 () {30 vars in 743 bytes} [Fri Feb 27 23:13:37 2026] GET /v2.0/networks/81cfd271-b837-42b4-a12f-f26606560cb6 => generated 797 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-27 23:13:38.014 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f315ea99-9c16-4e79-96a6-4ef5e65d20c9'] response: {'name': 'network-changed', 'server_uuid': '83b8fd2e-cd8c-4e94-b6df-bd9b82167ace', 'tag': 'a234a6d1-3fcf-4a93-9192-0c69b296284f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1513/3172] 199.204.45.162 () {30 vars in 769 bytes} [Fri Feb 27 23:13:37 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 3698 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3173] 199.204.45.162 () {30 vars in 769 bytes} [Fri Feb 27 23:13:38 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 3698 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3174] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:13:38 2026] GET /v2.0/ports?tenant_id=d66f387d1d2b459cba84f7f538c886f5&device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 3698 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3175] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:13:38 2026] GET /v2.0/networks?id=81cfd271-b837-42b4-a12f-f26606560cb6 => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3176] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:13:38 2026] GET /v2.0/networks/81cfd271-b837-42b4-a12f-f26606560cb6?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: 1662/3177] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:13:38 2026] GET /v2.0/networks/81cfd271-b837-42b4-a12f-f26606560cb6?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: 1516/3178] 199.204.45.162 () {30 vars in 769 bytes} [Fri Feb 27 23:13:39 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 3698 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3179] 199.204.45.162 () {34 vars in 975 bytes} [Fri Feb 27 23:13:40 2026] GET /v2.0/ports/a234a6d1-3fcf-4a93-9192-0c69b296284f => generated 1116 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3180] 199.204.45.162 () {34 vars in 1060 bytes} [Fri Feb 27 23:13:40 2026] GET /v2.0/ports/a234a6d1-3fcf-4a93-9192-0c69b296284f?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: 1664/3181] 199.204.45.162 () {34 vars in 1016 bytes} [Fri Feb 27 23:13:40 2026] GET /v2.0/networks/81cfd271-b837-42b4-a12f-f26606560cb6?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3182] 199.204.45.162 () {30 vars in 769 bytes} [Fri Feb 27 23:13:40 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 3698 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3183] 199.204.45.162 () {38 vars in 1028 bytes} [Fri Feb 27 23:13:40 2026] PUT /v2.0/ports/a234a6d1-3fcf-4a93-9192-0c69b296284f => generated 917 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3184] 199.204.45.162 () {30 vars in 769 bytes} [Fri Feb 27 23:13:41 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 2590 bytes in 35 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 23:13:41.453 8 INFO neutron_taas.services.taas.taas_plugin [None req-a99f2b85-3816-4c78-8912-d4bad10f28e2 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: a234a6d1-3fcf-4a93-9192-0c69b296284f 2026-02-27 23:13:41.456 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a99f2b85-3816-4c78-8912-d4bad10f28e2 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: a234a6d1-3fcf-4a93-9192-0c69b296284f [pid: 8|app: 0|req: 1666/3185] 199.204.45.162 () {32 vars in 759 bytes} [Fri Feb 27 23:13:41 2026] DELETE /v2.0/ports/a234a6d1-3fcf-4a93-9192-0c69b296284f => 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: 1520/3186] 199.204.45.162 () {30 vars in 703 bytes} [Fri Feb 27 23:13:41 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: 1667/3187] 199.204.45.162 () {30 vars in 705 bytes} [Fri Feb 27 23:13:41 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: 1521/3188] 199.204.45.162 () {30 vars in 681 bytes} [Fri Feb 27 23:13:41 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1668/3189] 199.204.45.162 () {30 vars in 717 bytes} [Fri Feb 27 23:13:41 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: 1522/3190] 199.204.45.162 () {30 vars in 741 bytes} [Fri Feb 27 23:13:41 2026] GET /v2.0/subnets/419bcf6a-1e6e-4c2a-9ce8-ca55faab8f18 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3191] 199.204.45.162 () {30 vars in 737 bytes} [Fri Feb 27 23:13:41 2026] GET /v2.0/ports/0f15cd0e-a1ae-4a28-aa9f-9779739d6f28 => 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: 1523/3192] 199.204.45.162 () {30 vars in 737 bytes} [Fri Feb 27 23:13:41 2026] GET /v2.0/ports/24fa1574-b902-406a-a382-4e6033351109 => generated 1350 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1670/3193] 199.204.45.162 () {30 vars in 741 bytes} [Fri Feb 27 23:13:41 2026] GET /v2.0/subnets/419bcf6a-1e6e-4c2a-9ce8-ca55faab8f18 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3194] 199.204.45.162 () {30 vars in 743 bytes} [Fri Feb 27 23:13:41 2026] GET /v2.0/networks/a2c65e12-46b9-45f8-a4bb-7d3d7d58631c => generated 798 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1671/3195] 199.204.45.162 () {30 vars in 737 bytes} [Fri Feb 27 23:13:41 2026] GET /v2.0/ports/0f15cd0e-a1ae-4a28-aa9f-9779739d6f28 => 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/3196] 199.204.45.162 () {30 vars in 741 bytes} [Fri Feb 27 23:13:41 2026] GET /v2.0/subnets/419bcf6a-1e6e-4c2a-9ce8-ca55faab8f18 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1672/3197] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:13:41 2026] GET /v2.0/ports?tenant_id=d66f387d1d2b459cba84f7f538c886f5&device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 2590 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3198] 199.204.45.162 () {34 vars in 1146 bytes} [Fri Feb 27 23:13:42 2026] GET /v2.0/networks?id=88205cbe-a947-4794-9823-d299d1c79649&id=a2c65e12-46b9-45f8-a4bb-7d3d7d58631c&id=81cfd271-b837-42b4-a12f-f26606560cb6 => generated 2307 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1673/3199] 199.204.45.162 () {34 vars in 1062 bytes} [Fri Feb 27 23:13:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.104&port_id=8533fb97-f9ea-4852-abf6-cec5e70b1399 => generated 19 bytes in 513 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3200] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:13:42 2026] GET /v2.0/subnets?id=98f099b4-8283-450d-87dc-3970d5344ba0 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3201] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:13:42 2026] GET /v2.0/ports?network_id=88205cbe-a947-4794-9823-d299d1c79649&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3202] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:13:42 2026] GET /v2.0/networks/88205cbe-a947-4794-9823-d299d1c79649?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: 1675/3203] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:13:42 2026] GET /v2.0/networks/88205cbe-a947-4794-9823-d299d1c79649?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: 1529/3204] 199.204.45.162 () {34 vars in 1058 bytes} [Fri Feb 27 23:13:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.104&port_id=24fa1574-b902-406a-a382-4e6033351109 => 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: 1676/3205] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:13:42 2026] GET /v2.0/subnets?id=419bcf6a-1e6e-4c2a-9ce8-ca55faab8f18 => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3206] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:13:42 2026] GET /v2.0/ports?network_id=a2c65e12-46b9-45f8-a4bb-7d3d7d58631c&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: 1677/3207] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:13:42 2026] GET /v2.0/networks/a2c65e12-46b9-45f8-a4bb-7d3d7d58631c?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: 1531/3208] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:13:42 2026] GET /v2.0/networks/a2c65e12-46b9-45f8-a4bb-7d3d7d58631c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3211] 199.204.45.162 () {30 vars in 703 bytes} [Fri Feb 27 23:13:53 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: 1679/3212] 199.204.45.162 () {30 vars in 705 bytes} [Fri Feb 27 23:13:53 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: 1534/3213] 199.204.45.162 () {30 vars in 681 bytes} [Fri Feb 27 23:13:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1680/3214] 199.204.45.162 () {30 vars in 717 bytes} [Fri Feb 27 23:13:53 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 23:13:53.874 7 INFO neutron.api.v2.resource [None req-aea5ae88-2450-47cf-bc0e-3e467e894e78 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1535/3215] 199.204.45.162 () {30 vars in 763 bytes} [Fri Feb 27 23:13:53 2026] GET /v2.0/security-groups/lb-edb47c67-22e1-490f-8801-c4d66bfc952f => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1681/3216] 199.204.45.162 () {30 vars in 785 bytes} [Fri Feb 27 23:13:53 2026] GET /v2.0/security-groups?name=lb-edb47c67-22e1-490f-8801-c4d66bfc952f => generated 2863 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3217] 199.204.45.162 () {30 vars in 815 bytes} [Fri Feb 27 23:13:53 2026] GET /v2.0/security-group-rules?security_group_id=ee7d4ed3-96fb-40f8-93f8-040d74a8f1aa => 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: 1682/3218] 199.204.45.162 () {32 vars in 789 bytes} [Fri Feb 27 23:13:53 2026] DELETE /v2.0/security-group-rules/29ee5e30-6616-494d-b557-ae0a2274be0d => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3219] 199.204.45.162 () {32 vars in 789 bytes} [Fri Feb 27 23:13:54 2026] DELETE /v2.0/security-group-rules/365d72cf-d3f7-4196-9ca0-0a4e7df7a979 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:13:57.214 8 INFO neutron_taas.services.taas.taas_plugin [None req-3daa357e-4f0b-47cf-ab71-2735f1dc778b 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] TaaS: Handle Delete Port: 8de57cfa-05cb-4031-b722-e74d3c803af4 2026-02-27 23:13:57.217 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3daa357e-4f0b-47cf-ab71-2735f1dc778b 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] Tap Mirror: Handle Delete Port: 8de57cfa-05cb-4031-b722-e74d3c803af4 2026-02-27 23:13:57.394 8 INFO neutron.db.l3_db [None req-3daa357e-4f0b-47cf-ab71-2735f1dc778b 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] Floating IP 51997ce5-8dae-480d-be8f-c631d08dbde4 disassociated (deleted). External IP: 10.96.250.201, port: 0f15cd0e-a1ae-4a28-aa9f-9779739d6f28. [pid: 8|app: 0|req: 1683/3220] 10.0.0.113 () {32 vars in 732 bytes} [Fri Feb 27 23:13:57 2026] DELETE /v2.0/floatingips/51997ce5-8dae-480d-be8f-c631d08dbde4 => generated 0 bytes in 625 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:13:57.724 7 INFO neutron.api.v2.resource [None req-403465ae-c9cf-4f83-ac0c-e6a6b6e05c03 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1538/3221] 10.0.0.113 () {32 vars in 729 bytes} [Fri Feb 27 23:13:57 2026] GET /v2.0/floatingips/51997ce5-8dae-480d-be8f-c631d08dbde4 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1684/3222] 199.204.45.162 () {30 vars in 703 bytes} [Fri Feb 27 23:13:58 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: 1539/3223] 199.204.45.162 () {30 vars in 705 bytes} [Fri Feb 27 23:13:58 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: 1685/3224] 199.204.45.162 () {30 vars in 681 bytes} [Fri Feb 27 23:13:58 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: 1540/3225] 199.204.45.162 () {30 vars in 717 bytes} [Fri Feb 27 23:13:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:13:58.545 8 INFO neutron.api.v2.resource [None req-d90d9108-2b5f-4a6a-87f8-ef4981132fe7 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1686/3226] 199.204.45.162 () {30 vars in 763 bytes} [Fri Feb 27 23:13:58 2026] GET /v2.0/security-groups/lb-edb47c67-22e1-490f-8801-c4d66bfc952f => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3227] 199.204.45.162 () {30 vars in 785 bytes} [Fri Feb 27 23:13:58 2026] GET /v2.0/security-groups?name=lb-edb47c67-22e1-490f-8801-c4d66bfc952f => generated 1637 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1687/3228] 199.204.45.162 () {30 vars in 815 bytes} [Fri Feb 27 23:13:58 2026] GET /v2.0/security-group-rules?security_group_id=ee7d4ed3-96fb-40f8-93f8-040d74a8f1aa => generated 1182 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3229] 199.204.45.162 () {30 vars in 703 bytes} [Fri Feb 27 23:13:58 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: 1688/3230] 199.204.45.162 () {30 vars in 705 bytes} [Fri Feb 27 23:13:58 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: 1543/3231] 199.204.45.162 () {30 vars in 681 bytes} [Fri Feb 27 23:13:58 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1689/3232] 199.204.45.162 () {30 vars in 717 bytes} [Fri Feb 27 23:13:58 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: 1544/3233] 199.204.45.162 () {30 vars in 741 bytes} [Fri Feb 27 23:13:58 2026] GET /v2.0/subnets/419bcf6a-1e6e-4c2a-9ce8-ca55faab8f18 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1690/3234] 199.204.45.162 () {30 vars in 769 bytes} [Fri Feb 27 23:13:58 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 2590 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3235] 199.204.45.162 () {30 vars in 769 bytes} [Fri Feb 27 23:13:58 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 2590 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1691/3236] 199.204.45.162 () {30 vars in 769 bytes} [Fri Feb 27 23:13:58 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3237] 199.204.45.162 () {30 vars in 769 bytes} [Fri Feb 27 23:14:00 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 2590 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1692/3238] 199.204.45.162 () {34 vars in 975 bytes} [Fri Feb 27 23:14:00 2026] GET /v2.0/ports/24fa1574-b902-406a-a382-4e6033351109 => generated 1350 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3239] 199.204.45.162 () {34 vars in 1060 bytes} [Fri Feb 27 23:14:00 2026] GET /v2.0/ports/24fa1574-b902-406a-a382-4e6033351109?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1693/3240] 199.204.45.162 () {34 vars in 1016 bytes} [Fri Feb 27 23:14:01 2026] GET /v2.0/networks/a2c65e12-46b9-45f8-a4bb-7d3d7d58631c?fields=dns_domain => generated 29 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3241] 199.204.45.162 () {30 vars in 769 bytes} [Fri Feb 27 23:14:01 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 2590 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1694/3242] 199.204.45.162 () {38 vars in 1028 bytes} [Fri Feb 27 23:14:01 2026] PUT /v2.0/ports/24fa1574-b902-406a-a382-4e6033351109 => generated 1151 bytes in 289 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: 1696/3245] 199.204.45.162 () {30 vars in 769 bytes} [Fri Feb 27 23:14:02 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3246] 199.204.45.162 () {34 vars in 789 bytes} [Fri Feb 27 23:14:02 2026] PUT /v2.0/ports/24fa1574-b902-406a-a382-4e6033351109 => generated 1090 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1697/3247] 199.204.45.162 () {30 vars in 737 bytes} [Fri Feb 27 23:14:02 2026] GET /v2.0/ports/24fa1574-b902-406a-a382-4e6033351109 => generated 1090 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-27 23:14:02.567 7 INFO neutron_taas.services.taas.taas_plugin [None req-3921092b-2fd8-4859-845a-236589cd9b87 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 24fa1574-b902-406a-a382-4e6033351109 2026-02-27 23:14:02.570 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3921092b-2fd8-4859-845a-236589cd9b87 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 24fa1574-b902-406a-a382-4e6033351109 [pid: 7|app: 0|req: 1551/3248] 199.204.45.162 () {32 vars in 759 bytes} [Fri Feb 27 23:14:02 2026] DELETE /v2.0/ports/24fa1574-b902-406a-a382-4e6033351109 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1698/3249] 199.204.45.162 () {30 vars in 703 bytes} [Fri Feb 27 23:14:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3250] 199.204.45.162 () {30 vars in 705 bytes} [Fri Feb 27 23:14:02 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: 1699/3251] 199.204.45.162 () {30 vars in 681 bytes} [Fri Feb 27 23:14:02 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: 1553/3252] 199.204.45.162 () {30 vars in 717 bytes} [Fri Feb 27 23:14:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:14:02.892 8 INFO neutron.pecan_wsgi.hooks.translation [None req-79e08bac-53c6-49c5-b25a-ff288cce772e 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1700/3253] 199.204.45.162 () {32 vars in 759 bytes} [Fri Feb 27 23:14:02 2026] DELETE /v2.0/ports/24fa1574-b902-406a-a382-4e6033351109 => 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: 1554/3254] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:14:02 2026] GET /v2.0/ports?tenant_id=d66f387d1d2b459cba84f7f538c886f5&device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1701/3255] 199.204.45.162 () {30 vars in 737 bytes} [Fri Feb 27 23:14:02 2026] GET /v2.0/ports/0f15cd0e-a1ae-4a28-aa9f-9779739d6f28 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:14:02.964 8 INFO neutron.api.v2.resource [None req-7061df1d-ff83-462a-aac1-8f91645772bd 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1702/3256] 199.204.45.162 () {30 vars in 763 bytes} [Fri Feb 27 23:14:02 2026] GET /v2.0/security-groups/lb-edb47c67-22e1-490f-8801-c4d66bfc952f => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3257] 199.204.45.162 () {34 vars in 1066 bytes} [Fri Feb 27 23:14:02 2026] GET /v2.0/networks?id=88205cbe-a947-4794-9823-d299d1c79649&id=a2c65e12-46b9-45f8-a4bb-7d3d7d58631c => generated 1521 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1703/3258] 199.204.45.162 () {30 vars in 785 bytes} [Fri Feb 27 23:14:02 2026] GET /v2.0/security-groups?name=lb-edb47c67-22e1-490f-8801-c4d66bfc952f => generated 1637 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3259] 199.204.45.162 () {34 vars in 1062 bytes} [Fri Feb 27 23:14:02 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.104&port_id=8533fb97-f9ea-4852-abf6-cec5e70b1399 => 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: 1557/3260] 199.204.45.162 () {34 vars in 984 bytes} [Fri Feb 27 23:14:03 2026] GET /v2.0/subnets?id=98f099b4-8283-450d-87dc-3970d5344ba0 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1704/3261] 199.204.45.162 () {30 vars in 737 bytes} [Fri Feb 27 23:14:03 2026] GET /v2.0/ports/0f15cd0e-a1ae-4a28-aa9f-9779739d6f28 => 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: 1558/3262] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:14:03 2026] GET /v2.0/ports?network_id=88205cbe-a947-4794-9823-d299d1c79649&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: 1559/3263] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:14:03 2026] GET /v2.0/networks/88205cbe-a947-4794-9823-d299d1c79649?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: 1560/3264] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:14:03 2026] GET /v2.0/networks/88205cbe-a947-4794-9823-d299d1c79649?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: 1705/3265] 199.204.45.162 () {34 vars in 789 bytes} [Fri Feb 27 23:14:03 2026] PUT /v2.0/ports/0f15cd0e-a1ae-4a28-aa9f-9779739d6f28 => generated 1094 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3266] 199.204.45.162 () {32 vars in 779 bytes} [Fri Feb 27 23:14:03 2026] DELETE /v2.0/security-groups/ee7d4ed3-96fb-40f8-93f8-040d74a8f1aa => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:14:03.503 8 INFO neutron_taas.services.taas.taas_plugin [None req-b3dc189e-5d39-4c58-b4f9-e69f7d1bdf64 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 0f15cd0e-a1ae-4a28-aa9f-9779739d6f28 2026-02-27 23:14:03.507 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3dc189e-5d39-4c58-b4f9-e69f7d1bdf64 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 0f15cd0e-a1ae-4a28-aa9f-9779739d6f28 [pid: 8|app: 0|req: 1706/3267] 199.204.45.162 () {32 vars in 759 bytes} [Fri Feb 27 23:14:03 2026] DELETE /v2.0/ports/0f15cd0e-a1ae-4a28-aa9f-9779739d6f28 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3268] 199.204.45.162 () {34 vars in 994 bytes} [Fri Feb 27 23:14:06 2026] GET /v2.0/ports?device_id=83b8fd2e-cd8c-4e94-b6df-bd9b82167ace => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:14:06.440 8 INFO neutron_taas.services.taas.taas_plugin [req-fef6f88e-9806-4597-9712-3d55ede29080 req-9b6ab0b6-d570-4cdb-bb48-ed57ac6875b2 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] TaaS: Handle Delete Port: 8533fb97-f9ea-4852-abf6-cec5e70b1399 2026-02-27 23:14:06.443 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fef6f88e-9806-4597-9712-3d55ede29080 req-9b6ab0b6-d570-4cdb-bb48-ed57ac6875b2 82d63d7528f5443898a88ff4cfa98c42 d66f387d1d2b459cba84f7f538c886f5 - - default default] Tap Mirror: Handle Delete Port: 8533fb97-f9ea-4852-abf6-cec5e70b1399 [pid: 8|app: 0|req: 1707/3269] 199.204.45.162 () {36 vars in 997 bytes} [Fri Feb 27 23:14:06 2026] DELETE /v2.0/ports/8533fb97-f9ea-4852-abf6-cec5e70b1399 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:14:06.659 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-87811c55-7381-4b7e-ab23-bf8db40e336a'] response: {'server_uuid': '83b8fd2e-cd8c-4e94-b6df-bd9b82167ace', 'name': 'network-vif-deleted', 'tag': '8533fb97-f9ea-4852-abf6-cec5e70b1399', 'status': 'completed', 'code': 200} 2026-02-27 23:14:08.089 7 INFO neutron_taas.services.taas.taas_plugin [None req-47a699cb-cb48-409b-84de-ed10f42c218a 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] TaaS: Handle Delete Port: 661844d1-67b8-4231-8c0a-393e742445e5 2026-02-27 23:14:08.092 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47a699cb-cb48-409b-84de-ed10f42c218a 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] Tap Mirror: Handle Delete Port: 661844d1-67b8-4231-8c0a-393e742445e5 2026-02-27 23:14:08.295 7 INFO neutron.db.l3_db [None req-47a699cb-cb48-409b-84de-ed10f42c218a 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] Floating IP 7ea9090d-d15b-4903-81d9-85525e45d12b disassociated (deleted). External IP: 10.96.250.216, port: a068e6db-7012-4606-aca0-72c6b8865e9f. [pid: 7|app: 0|req: 1563/3270] 10.0.0.113 () {32 vars in 732 bytes} [Fri Feb 27 23:14:07 2026] DELETE /v2.0/floatingips/7ea9090d-d15b-4903-81d9-85525e45d12b => generated 0 bytes in 671 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:14:08.635 8 INFO neutron.api.v2.resource [None req-60ef744a-f915-420b-aec6-ac5bc04f1543 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1708/3271] 10.0.0.113 () {32 vars in 729 bytes} [Fri Feb 27 23:14:08 2026] GET /v2.0/floatingips/7ea9090d-d15b-4903-81d9-85525e45d12b => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:14:08.646 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-626b566e-6389-4913-9a97-d81d532f17be'] response: {'name': 'network-changed', 'server_uuid': '18a64a8c-3223-4a1d-b9d2-9075f4fc84a6', 'tag': 'a068e6db-7012-4606-aca0-72c6b8865e9f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1564/3272] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:14:08 2026] GET /v2.0/ports?device_id=18a64a8c-3223-4a1d-b9d2-9075f4fc84a6 => generated 1204 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1709/3273] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:14:08 2026] GET /v2.0/security-groups?id=a5c15419-68e2-4fef-a5a6-408270f3a555&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3274] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:14:09 2026] GET /v2.0/ports?tenant_id=ca0ccebd45124e0dae8231f5f06b40bd&device_id=18a64a8c-3223-4a1d-b9d2-9075f4fc84a6 => generated 1473 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1710/3275] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:14:09 2026] GET /v2.0/networks?id=a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5 => 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: 1566/3276] 199.204.45.162 () {34 vars in 1058 bytes} [Fri Feb 27 23:14:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.243&port_id=a068e6db-7012-4606-aca0-72c6b8865e9f => 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: 1711/3277] 199.204.45.162 () {34 vars in 1106 bytes} [Fri Feb 27 23:14:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3b5&port_id=a068e6db-7012-4606-aca0-72c6b8865e9f => 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: 1567/3278] 199.204.45.162 () {34 vars in 1064 bytes} [Fri Feb 27 23:14:09 2026] GET /v2.0/subnets?id=d19be3cd-bc82-46cc-9e7c-049773a3fb80&id=3964e373-2295-48ab-86da-18f25270bca3 => generated 1415 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1712/3279] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:14:09 2026] GET /v2.0/ports?network_id=a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5&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: 1568/3280] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:14:09 2026] GET /v2.0/ports?network_id=a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1713/3281] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:14:09 2026] GET /v2.0/networks/a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5?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: 1569/3282] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:14:09 2026] GET /v2.0/networks/a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5?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: 1714/3283] 199.204.45.162 () {34 vars in 994 bytes} [Fri Feb 27 23:14:11 2026] GET /v2.0/ports?device_id=18a64a8c-3223-4a1d-b9d2-9075f4fc84a6 => generated 1202 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:14:11.404 7 INFO neutron_taas.services.taas.taas_plugin [req-54664da8-aa9e-4001-909a-22ce496cc039 req-825d7c6f-b52e-4d69-970c-d698d92e6d99 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] TaaS: Handle Delete Port: a068e6db-7012-4606-aca0-72c6b8865e9f 2026-02-27 23:14:11.413 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-54664da8-aa9e-4001-909a-22ce496cc039 req-825d7c6f-b52e-4d69-970c-d698d92e6d99 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] Tap Mirror: Handle Delete Port: a068e6db-7012-4606-aca0-72c6b8865e9f [pid: 7|app: 0|req: 1570/3284] 199.204.45.162 () {36 vars in 997 bytes} [Fri Feb 27 23:14:11 2026] DELETE /v2.0/ports/a068e6db-7012-4606-aca0-72c6b8865e9f => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:14:11.692 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-40232a07-c14b-4aa5-af86-1cba44a107ab'] response: {'server_uuid': '18a64a8c-3223-4a1d-b9d2-9075f4fc84a6', 'name': 'network-vif-deleted', 'tag': 'a068e6db-7012-4606-aca0-72c6b8865e9f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1715/3285] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:14:14 2026] GET /v2.0/ports?device_id=18a64a8c-3223-4a1d-b9d2-9075f4fc84a6 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:14:19.235 8 INFO neutron_taas.services.taas.taas_plugin [None req-b465dbd7-9fb2-4296-92c3-5f5a8bbd1aad 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] TaaS: Handle Delete Port: 0cd2e16b-c5a9-460c-aad8-6a65c35ad90a 2026-02-27 23:14:19.237 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b465dbd7-9fb2-4296-92c3-5f5a8bbd1aad 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] Tap Mirror: Handle Delete Port: 0cd2e16b-c5a9-460c-aad8-6a65c35ad90a 2026-02-27 23:14:19.396 8 INFO neutron.db.l3_db [None req-b465dbd7-9fb2-4296-92c3-5f5a8bbd1aad 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] Floating IP fa237530-43a4-46bf-aa3d-f7c5a043fafd disassociated (deleted). External IP: 10.96.250.204, port: 15b0ce4e-19a2-49bd-a38a-8935a601507f. [pid: 8|app: 0|req: 1717/3288] 10.0.0.113 () {32 vars in 732 bytes} [Fri Feb 27 23:14:19 2026] DELETE /v2.0/floatingips/fa237530-43a4-46bf-aa3d-f7c5a043fafd => generated 0 bytes in 590 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:14:19.753 7 INFO neutron.api.v2.resource [None req-5f6ee9df-eade-48bb-af32-7e81b246b002 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1572/3289] 10.0.0.113 () {32 vars in 729 bytes} [Fri Feb 27 23:14:19 2026] GET /v2.0/floatingips/fa237530-43a4-46bf-aa3d-f7c5a043fafd => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:14:19.764 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c7cb6a98-1a0e-494c-b08d-5fdaaeeb34db'] response: {'name': 'network-changed', 'server_uuid': '825a866e-c01e-42af-a494-fa48f5018ae3', 'tag': '15b0ce4e-19a2-49bd-a38a-8935a601507f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1718/3290] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:14:19 2026] GET /v2.0/ports?device_id=825a866e-c01e-42af-a494-fa48f5018ae3 => generated 1200 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3291] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:14:20 2026] GET /v2.0/security-groups?id=a5c15419-68e2-4fef-a5a6-408270f3a555&fields=id&fields=name => generated 112 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1719/3292] 199.204.45.162 () {34 vars in 1080 bytes} [Fri Feb 27 23:14:20 2026] GET /v2.0/ports?tenant_id=ca0ccebd45124e0dae8231f5f06b40bd&device_id=825a866e-c01e-42af-a494-fa48f5018ae3 => generated 1469 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1720/3293] 199.204.45.162 () {34 vars in 986 bytes} [Fri Feb 27 23:14:20 2026] GET /v2.0/networks?id=81cfd271-b837-42b4-a12f-f26606560cb6 => 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: 1721/3294] 199.204.45.162 () {34 vars in 1058 bytes} [Fri Feb 27 23:14:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.230&port_id=15b0ce4e-19a2-49bd-a38a-8935a601507f => 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: 1722/3295] 199.204.45.162 () {34 vars in 1104 bytes} [Fri Feb 27 23:14:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A120&port_id=15b0ce4e-19a2-49bd-a38a-8935a601507f => 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: 1574/3296] 10.0.0.153 () {28 vars in 585 bytes} [Fri Feb 27 23:14:20 2026] GET /v2.0/networks => generated 5222 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1723/3297] 199.204.45.162 () {34 vars in 1064 bytes} [Fri Feb 27 23:14:20 2026] GET /v2.0/subnets?id=9dda6a80-2361-4498-8da3-217cbcc74c01&id=4584dd7f-472b-4b59-8b6b-c0c7ad6f5712 => generated 1410 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3298] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:14:20 2026] GET /v2.0/subnets => generated 6135 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1724/3299] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:14:20 2026] GET /v2.0/ports?network_id=81cfd271-b837-42b4-a12f-f26606560cb6&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1725/3300] 199.204.45.162 () {34 vars in 1052 bytes} [Fri Feb 27 23:14:20 2026] GET /v2.0/ports?network_id=81cfd271-b837-42b4-a12f-f26606560cb6&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3301] 10.0.0.153 () {28 vars in 579 bytes} [Fri Feb 27 23:14:20 2026] GET /v2.0/ports => generated 16511 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1726/3302] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:14:20 2026] GET /v2.0/ports?device_id=825a866e-c01e-42af-a494-fa48f5018ae3 => generated 1469 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1727/3303] 10.0.0.153 () {28 vars in 619 bytes} [Fri Feb 27 23:14:20 2026] GET /v2.0/network-ip-availabilities => generated 3615 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3304] 199.204.45.162 () {34 vars in 1012 bytes} [Fri Feb 27 23:14:20 2026] GET /v2.0/networks/81cfd271-b837-42b4-a12f-f26606560cb6?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1728/3305] 10.0.0.208 () {34 vars in 1040 bytes} [Fri Feb 27 23:14:20 2026] GET /v2.0/security-groups?id=a5c15419-68e2-4fef-a5a6-408270f3a555&fields=id&fields=name => generated 112 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3306] 10.0.0.153 () {28 vars in 599 bytes} [Fri Feb 27 23:14:20 2026] GET /v2.0/security-groups => generated 28636 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1729/3307] 199.204.45.162 () {34 vars in 1112 bytes} [Fri Feb 27 23:14:20 2026] GET /v2.0/networks/81cfd271-b837-42b4-a12f-f26606560cb6?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: 1579/3308] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:14:20 2026] GET /v2.0/subnets => generated 6135 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1730/3309] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:14:20 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3310] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:14:20 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: 1731/3311] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:14:20 2026] GET /v2.0/routers => generated 727 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3312] 10.0.0.153 () {28 vars in 624 bytes} [Fri Feb 27 23:14:20 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: 1732/3313] 10.0.0.153 () {28 vars in 677 bytes} [Fri Feb 27 23:14:20 2026] GET /v2.0/routers/db00215a-30a3-4119-9899-d3a742b7e399/l3-agents => generated 681 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3314] 10.0.0.153 () {28 vars in 581 bytes} [Fri Feb 27 23:14:20 2026] GET /v2.0/agents => generated 3386 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1733/3315] 199.204.45.162 () {34 vars in 994 bytes} [Fri Feb 27 23:14:22 2026] GET /v2.0/ports?device_id=825a866e-c01e-42af-a494-fa48f5018ae3 => generated 1200 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:14:22.467 7 INFO neutron_taas.services.taas.taas_plugin [req-862d6d26-7bef-40a8-a5d2-6b7529bc229f req-36e88230-b93e-4def-b491-58fb463c1ab5 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] TaaS: Handle Delete Port: 15b0ce4e-19a2-49bd-a38a-8935a601507f 2026-02-27 23:14:22.469 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-862d6d26-7bef-40a8-a5d2-6b7529bc229f req-36e88230-b93e-4def-b491-58fb463c1ab5 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] Tap Mirror: Handle Delete Port: 15b0ce4e-19a2-49bd-a38a-8935a601507f [pid: 7|app: 0|req: 1583/3316] 199.204.45.162 () {36 vars in 997 bytes} [Fri Feb 27 23:14:22 2026] DELETE /v2.0/ports/15b0ce4e-19a2-49bd-a38a-8935a601507f => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:14:22.662 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9901a1b8-4c8d-4b87-8c3e-bfe0a90ba08b'] response: {'server_uuid': '825a866e-c01e-42af-a494-fa48f5018ae3', 'name': 'network-vif-deleted', 'tag': '15b0ce4e-19a2-49bd-a38a-8935a601507f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1734/3317] 10.0.0.208 () {34 vars in 990 bytes} [Fri Feb 27 23:14:25 2026] GET /v2.0/ports?device_id=825a866e-c01e-42af-a494-fa48f5018ae3 => 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: 1584/3318] 10.0.0.113 () {32 vars in 750 bytes} [Fri Feb 27 23:14:30 2026] DELETE /v2.0/security-group-rules/c2d54ea9-1dd1-4b27-992d-8bbd1f4ee534 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:14:30.311 8 INFO neutron.api.v2.resource [None req-721dca4b-3a7e-4498-b4f3-ae0f0e5cb603 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1735/3319] 10.0.0.113 () {32 vars in 747 bytes} [Fri Feb 27 23:14:30 2026] GET /v2.0/security-group-rules/c2d54ea9-1dd1-4b27-992d-8bbd1f4ee534 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3320] 10.0.0.113 () {32 vars in 750 bytes} [Fri Feb 27 23:14:30 2026] DELETE /v2.0/security-group-rules/eabd5bd4-f06f-4049-9e11-be82e62ee600 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:14:30.391 8 INFO neutron.api.v2.resource [None req-9f46b205-4116-4783-8ad2-9a19e2ecc58d 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1736/3321] 10.0.0.113 () {32 vars in 747 bytes} [Fri Feb 27 23:14:30 2026] GET /v2.0/security-group-rules/eabd5bd4-f06f-4049-9e11-be82e62ee600 => 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: 1586/3322] 10.0.0.113 () {32 vars in 750 bytes} [Fri Feb 27 23:14:30 2026] DELETE /v2.0/security-group-rules/119fcd0f-791e-4729-9f7c-5e24406fed28 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:14:30.482 8 INFO neutron.api.v2.resource [None req-dcdb3868-e269-4973-b8a0-f8f6bb4cd554 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1737/3323] 10.0.0.113 () {32 vars in 747 bytes} [Fri Feb 27 23:14:30 2026] GET /v2.0/security-group-rules/119fcd0f-791e-4729-9f7c-5e24406fed28 => 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: 1587/3324] 10.0.0.113 () {32 vars in 750 bytes} [Fri Feb 27 23:14:30 2026] DELETE /v2.0/security-group-rules/3fa585b4-c4e9-49c9-923f-6d0059a61ddb => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:14:30.573 8 INFO neutron.api.v2.resource [None req-d911e5e1-b92c-4af4-90eb-788b00ae7a80 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1738/3325] 10.0.0.113 () {32 vars in 747 bytes} [Fri Feb 27 23:14:30 2026] GET /v2.0/security-group-rules/3fa585b4-c4e9-49c9-923f-6d0059a61ddb => 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: 1588/3326] 10.0.0.113 () {32 vars in 750 bytes} [Fri Feb 27 23:14:30 2026] DELETE /v2.0/security-group-rules/9419c06f-acb3-4f12-b611-08afa3e072b0 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:14:30.646 8 INFO neutron.api.v2.resource [None req-3344dc93-840a-4f9e-82c6-eda4e3965643 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1739/3327] 10.0.0.113 () {32 vars in 747 bytes} [Fri Feb 27 23:14:30 2026] GET /v2.0/security-group-rules/9419c06f-acb3-4f12-b611-08afa3e072b0 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3328] 10.0.0.113 () {32 vars in 750 bytes} [Fri Feb 27 23:14:30 2026] DELETE /v2.0/security-group-rules/f591448e-9787-43ce-bd39-bc5956716eb4 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:14:30.720 8 INFO neutron.api.v2.resource [None req-8113b3b3-e1e1-4683-9984-0c9d300cac59 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1740/3329] 10.0.0.113 () {32 vars in 747 bytes} [Fri Feb 27 23:14:30 2026] GET /v2.0/security-group-rules/f591448e-9787-43ce-bd39-bc5956716eb4 => 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: 1590/3330] 10.0.0.113 () {32 vars in 750 bytes} [Fri Feb 27 23:14:30 2026] DELETE /v2.0/security-group-rules/3bfadba4-3e4b-4b50-be69-07917085b977 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:14:30.791 8 INFO neutron.api.v2.resource [None req-fb9a1c7e-aa5b-4d0f-a26a-6ac6646c0b7f 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1741/3331] 10.0.0.113 () {32 vars in 747 bytes} [Fri Feb 27 23:14:30 2026] GET /v2.0/security-group-rules/3bfadba4-3e4b-4b50-be69-07917085b977 => 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: 1591/3332] 10.0.0.113 () {32 vars in 750 bytes} [Fri Feb 27 23:14:30 2026] DELETE /v2.0/security-group-rules/4b93a5dc-7d98-4e53-a3ff-77543b7fa6f8 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:14:30.871 8 INFO neutron.api.v2.resource [None req-06cbff13-230f-4e26-9b96-2d907213e402 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1742/3333] 10.0.0.113 () {32 vars in 747 bytes} [Fri Feb 27 23:14:30 2026] GET /v2.0/security-group-rules/4b93a5dc-7d98-4e53-a3ff-77543b7fa6f8 => 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: 1592/3334] 10.0.0.113 () {32 vars in 750 bytes} [Fri Feb 27 23:14:30 2026] DELETE /v2.0/security-group-rules/0d5c7389-b56a-4ea7-8cec-0e5cc3a8555d => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:14:30.965 8 INFO neutron.api.v2.resource [None req-6fdf232b-5fb8-46a5-ab8e-34c3693f8fd5 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1743/3335] 10.0.0.113 () {32 vars in 747 bytes} [Fri Feb 27 23:14:30 2026] GET /v2.0/security-group-rules/0d5c7389-b56a-4ea7-8cec-0e5cc3a8555d => 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: 1593/3336] 10.0.0.113 () {32 vars in 750 bytes} [Fri Feb 27 23:14:30 2026] DELETE /v2.0/security-group-rules/0918682b-e04b-40d3-9856-a5587a71d0f9 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:14:31.043 8 INFO neutron.api.v2.resource [None req-f83cfcc1-f8f0-47fb-8e04-ee4841cfad43 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1744/3337] 10.0.0.113 () {32 vars in 747 bytes} [Fri Feb 27 23:14:31 2026] GET /v2.0/security-group-rules/0918682b-e04b-40d3-9856-a5587a71d0f9 => 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: 1594/3338] 10.0.0.113 () {32 vars in 750 bytes} [Fri Feb 27 23:14:31 2026] DELETE /v2.0/security-group-rules/683f36d0-c96c-4719-8490-24bcbb3dd339 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:14:31.119 8 INFO neutron.api.v2.resource [None req-dd3bfa2b-ec1c-40d4-89df-e2b808f992b0 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1745/3339] 10.0.0.113 () {32 vars in 747 bytes} [Fri Feb 27 23:14:31 2026] GET /v2.0/security-group-rules/683f36d0-c96c-4719-8490-24bcbb3dd339 => 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: 1595/3340] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:14:31 2026] DELETE /v2.0/security-groups/a5c15419-68e2-4fef-a5a6-408270f3a555 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:14:31.221 8 INFO neutron.api.v2.resource [None req-e1cdd6b5-f46c-4466-bf71-157baf999930 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1746/3341] 10.0.0.113 () {32 vars in 737 bytes} [Fri Feb 27 23:14:31 2026] GET /v2.0/security-groups/a5c15419-68e2-4fef-a5a6-408270f3a555 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:14:31.607 7 INFO neutron_taas.services.taas.taas_plugin [None req-777e2c24-cd34-46f4-9efb-fed9ffacda04 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] TaaS: Handle Delete Port: a3e97014-6ef9-4567-8bed-128619c0a1b8 2026-02-27 23:14:31.609 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-777e2c24-cd34-46f4-9efb-fed9ffacda04 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] Tap Mirror: Handle Delete Port: a3e97014-6ef9-4567-8bed-128619c0a1b8 [pid: 7|app: 0|req: 1596/3344] 10.0.0.113 () {34 vars in 789 bytes} [Fri Feb 27 23:14:31 2026] PUT /v2.0/routers/db00215a-30a3-4119-9899-d3a742b7e399/remove_router_interface => generated 309 bytes in 882 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:14:32.308 8 INFO neutron.api.v2.resource [None req-2687a311-a17e-4923-90e5-cffbe0a11ff9 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1749/3345] 10.0.0.113 () {34 vars in 789 bytes} [Fri Feb 27 23:14:32 2026] PUT /v2.0/routers/db00215a-30a3-4119-9899-d3a742b7e399/remove_router_interface => generated 198 bytes in 153 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:14:32.668 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb1ebca3-6c89-4cfd-90fb-79e1dcdb5f11 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] TaaS: Handle Delete Port: 37b941af-7738-435b-bbfe-d62f512760aa 2026-02-27 23:14:32.680 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb1ebca3-6c89-4cfd-90fb-79e1dcdb5f11 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] Tap Mirror: Handle Delete Port: 37b941af-7738-435b-bbfe-d62f512760aa [pid: 7|app: 0|req: 1597/3346] 10.0.0.113 () {34 vars in 789 bytes} [Fri Feb 27 23:14:32 2026] PUT /v2.0/routers/db00215a-30a3-4119-9899-d3a742b7e399/remove_router_interface => generated 309 bytes in 893 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:14:33.371 8 INFO neutron.api.v2.resource [None req-26dacfc0-c50f-4602-a472-d578496ec0dd 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1750/3347] 10.0.0.113 () {34 vars in 789 bytes} [Fri Feb 27 23:14:33 2026] PUT /v2.0/routers/db00215a-30a3-4119-9899-d3a742b7e399/remove_router_interface => generated 198 bytes in 159 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:14:33.778 7 INFO neutron_taas.services.taas.taas_plugin [None req-7befcdd4-f02f-4cc6-9799-f3aa40cdca97 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] TaaS: Handle Delete Port: 63848a64-1e41-4d10-ba8e-5a9c58bfbd78 2026-02-27 23:14:33.781 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7befcdd4-f02f-4cc6-9799-f3aa40cdca97 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] Tap Mirror: Handle Delete Port: 63848a64-1e41-4d10-ba8e-5a9c58bfbd78 [pid: 7|app: 0|req: 1598/3348] 10.0.0.113 () {34 vars in 789 bytes} [Fri Feb 27 23:14:33 2026] PUT /v2.0/routers/db00215a-30a3-4119-9899-d3a742b7e399/remove_router_interface => generated 309 bytes in 951 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 23:14:34.485 8 INFO neutron.api.v2.resource [None req-29836135-2d8c-451d-b1a5-7dfd157117fb 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1751/3349] 10.0.0.113 () {34 vars in 789 bytes} [Fri Feb 27 23:14:34 2026] PUT /v2.0/routers/db00215a-30a3-4119-9899-d3a742b7e399/remove_router_interface => generated 198 bytes in 154 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:14:34.686 7 INFO neutron_taas.services.taas.taas_plugin [None req-de7d5c7d-ae59-49d6-b790-88af48984313 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] TaaS: Handle Delete Port: 9b2db6ab-5149-4511-9c2c-0c34cdfbb83b 2026-02-27 23:14:34.689 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de7d5c7d-ae59-49d6-b790-88af48984313 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] Tap Mirror: Handle Delete Port: 9b2db6ab-5149-4511-9c2c-0c34cdfbb83b 2026-02-27 23:14:34.899 7 INFO neutron_taas.services.taas.taas_plugin [None req-de7d5c7d-ae59-49d6-b790-88af48984313 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] TaaS: Handle Delete Port: 4ab0d9cd-d251-43eb-aa8f-35715d31bf80 2026-02-27 23:14:34.902 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de7d5c7d-ae59-49d6-b790-88af48984313 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] Tap Mirror: Handle Delete Port: 4ab0d9cd-d251-43eb-aa8f-35715d31bf80 2026-02-27 23:14:35.264 7 INFO neutron.db.l3_hamode_db [None req-de7d5c7d-ae59-49d6-b790-88af48984313 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] HA network 112cea49-eb5b-4f1c-aa1a-08f8da5d0610 was deleted as no HA routers are present in tenant ca0ccebd45124e0dae8231f5f06b40bd. [pid: 7|app: 0|req: 1599/3350] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:14:34 2026] DELETE /v2.0/routers/db00215a-30a3-4119-9899-d3a742b7e399 => generated 0 bytes in 780 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:14:35.276 7 INFO neutron.services.segments.plugin [-] Segment ede1586d-cf40-46fb-b629-1c313da6f94f resource provider aggregate not found 2026-02-27 23:14:35.281 7 INFO neutron.services.segments.plugin [-] Segment ede1586d-cf40-46fb-b629-1c313da6f94f resource provider aggregate not found 2026-02-27 23:14:35.292 7 INFO neutron.services.segments.plugin [-] Segment ede1586d-cf40-46fb-b629-1c313da6f94f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ede1586d-cf40-46fb-b629-1c313da6f94f found for delete ", "request_id": "req-e68ba429-543f-40d7-a9db-5d56fa5c6bdd"}]} 2026-02-27 23:14:35.296 7 INFO neutron.services.segments.plugin [-] Segment ede1586d-cf40-46fb-b629-1c313da6f94f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ede1586d-cf40-46fb-b629-1c313da6f94f found for delete ", "request_id": "req-6cb26a6d-24cb-4f90-a0cc-d6ae19f71c42"}]} 2026-02-27 23:14:35.297 8 INFO neutron.api.v2.resource [None req-cccc162f-d8c4-4859-84f8-92cb4a46d0c8 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1752/3351] 10.0.0.113 () {32 vars in 721 bytes} [Fri Feb 27 23:14:35 2026] GET /v2.0/routers/db00215a-30a3-4119-9899-d3a742b7e399 => 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: 1600/3352] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:14:35 2026] DELETE /v2.0/subnets/3964e373-2295-48ab-86da-18f25270bca3 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:14:35.465 8 INFO neutron.pecan_wsgi.hooks.translation [None req-05cc0e0b-6362-4c42-a7d9-bab3f8409343 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1753/3353] 10.0.0.113 () {32 vars in 721 bytes} [Fri Feb 27 23:14:35 2026] GET /v2.0/subnets/3964e373-2295-48ab-86da-18f25270bca3 => 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: 1601/3354] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:14:35 2026] DELETE /v2.0/subnets/d19be3cd-bc82-46cc-9e7c-049773a3fb80 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:14:35.668 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3104209c-86c0-402e-b845-e7d5cbd559f9 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1754/3355] 10.0.0.113 () {32 vars in 721 bytes} [Fri Feb 27 23:14:35 2026] GET /v2.0/subnets/d19be3cd-bc82-46cc-9e7c-049773a3fb80 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:14:35.786 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce19a535-9750-4262-a7c9-f2c49e7a9910 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] TaaS: Handle Delete Port: c82930ba-c39e-4d88-9f13-6fd199ab1b98 2026-02-27 23:14:35.789 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce19a535-9750-4262-a7c9-f2c49e7a9910 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] Tap Mirror: Handle Delete Port: c82930ba-c39e-4d88-9f13-6fd199ab1b98 [pid: 7|app: 0|req: 1602/3356] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:14:35 2026] DELETE /v2.0/networks/a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:14:35.996 8 INFO neutron.pecan_wsgi.hooks.translation [None req-45decf2b-0e25-4c89-9206-bb65af8e7937 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1755/3357] 10.0.0.113 () {32 vars in 723 bytes} [Fri Feb 27 23:14:35 2026] GET /v2.0/networks/a4cd6411-62bc-4fb8-a56f-a4fb3a7727d5 => 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: 1603/3358] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:14:36 2026] DELETE /v2.0/subnets/4584dd7f-472b-4b59-8b6b-c0c7ad6f5712 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:14:36.188 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ec814f1f-ae94-4b51-bcc0-c9a5aca3a5f4 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1756/3359] 10.0.0.113 () {32 vars in 721 bytes} [Fri Feb 27 23:14:36 2026] GET /v2.0/subnets/4584dd7f-472b-4b59-8b6b-c0c7ad6f5712 => 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: 1604/3360] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:14:36 2026] DELETE /v2.0/subnets/9dda6a80-2361-4498-8da3-217cbcc74c01 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:14:36.364 8 INFO neutron.pecan_wsgi.hooks.translation [None req-039d5b30-d519-4e3a-b3f5-ab2edbd992ce 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1757/3361] 10.0.0.113 () {32 vars in 721 bytes} [Fri Feb 27 23:14:36 2026] GET /v2.0/subnets/9dda6a80-2361-4498-8da3-217cbcc74c01 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:14:36.463 7 INFO neutron_taas.services.taas.taas_plugin [None req-4a964e0d-5062-4dfb-8f4d-6d0416f5a7e2 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] TaaS: Handle Delete Port: 1daa5ede-3ab8-4004-abaa-848a833e5086 2026-02-27 23:14:36.466 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a964e0d-5062-4dfb-8f4d-6d0416f5a7e2 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] Tap Mirror: Handle Delete Port: 1daa5ede-3ab8-4004-abaa-848a833e5086 [pid: 7|app: 0|req: 1605/3362] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:14:36 2026] DELETE /v2.0/networks/81cfd271-b837-42b4-a12f-f26606560cb6 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:14:36.674 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a3e361f7-d18a-4e2c-b860-9d04087f2560 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1758/3363] 10.0.0.113 () {32 vars in 723 bytes} [Fri Feb 27 23:14:36 2026] GET /v2.0/networks/81cfd271-b837-42b4-a12f-f26606560cb6 => 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: 1606/3364] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:14:36 2026] DELETE /v2.0/subnets/21fc9a43-066f-4e67-b892-1c5636186e5f => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:14:36.883 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dc5019d2-f1de-4021-a719-ace5a5a3640d 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1759/3365] 10.0.0.113 () {32 vars in 721 bytes} [Fri Feb 27 23:14:36 2026] GET /v2.0/subnets/21fc9a43-066f-4e67-b892-1c5636186e5f => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3366] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:14:36 2026] DELETE /v2.0/subnets/419bcf6a-1e6e-4c2a-9ce8-ca55faab8f18 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:14:37.086 8 INFO neutron.pecan_wsgi.hooks.translation [None req-68c6aef7-956f-4e18-bbb9-e89347995b78 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1760/3367] 10.0.0.113 () {32 vars in 721 bytes} [Fri Feb 27 23:14:37 2026] GET /v2.0/subnets/419bcf6a-1e6e-4c2a-9ce8-ca55faab8f18 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:14:37.179 7 INFO neutron_taas.services.taas.taas_plugin [None req-315684ef-f2a1-4db1-b77d-46b987cc6b83 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] TaaS: Handle Delete Port: ba85a6d9-fdf7-4a31-a347-6e82eb73c69b 2026-02-27 23:14:37.181 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-315684ef-f2a1-4db1-b77d-46b987cc6b83 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] Tap Mirror: Handle Delete Port: ba85a6d9-fdf7-4a31-a347-6e82eb73c69b 2026-02-27 23:14:37.318 7 INFO neutron.services.segments.plugin [-] Segment 19416235-f501-4a21-b75d-f1cc3e193e95 resource provider aggregate not found 2026-02-27 23:14:37.320 7 INFO neutron.services.segments.plugin [-] Segment 19416235-f501-4a21-b75d-f1cc3e193e95 resource provider aggregate not found 2026-02-27 23:14:37.338 7 INFO neutron.services.segments.plugin [-] Segment 19416235-f501-4a21-b75d-f1cc3e193e95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19416235-f501-4a21-b75d-f1cc3e193e95 found for delete ", "request_id": "req-0b8481ec-9d31-4023-8506-b82b1a6f4ac6"}]} 2026-02-27 23:14:37.344 7 INFO neutron.services.segments.plugin [-] Segment 19416235-f501-4a21-b75d-f1cc3e193e95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19416235-f501-4a21-b75d-f1cc3e193e95 found for delete ", "request_id": "req-da8b1ae6-230c-448b-b9e5-a7c30a252604"}]} 2026-02-27 23:14:37.358 7 INFO neutron.services.segments.plugin [-] Segment 61e5fc3b-2cd8-4a63-97e3-4edd22261faf resource provider aggregate not found 2026-02-27 23:14:37.370 7 INFO neutron.services.segments.plugin [-] Segment 61e5fc3b-2cd8-4a63-97e3-4edd22261faf resource provider aggregate not found [pid: 7|app: 0|req: 1608/3368] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:14:37 2026] DELETE /v2.0/networks/a2c65e12-46b9-45f8-a4bb-7d3d7d58631c => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:14:37.374 7 INFO neutron.services.segments.plugin [-] Segment 61e5fc3b-2cd8-4a63-97e3-4edd22261faf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61e5fc3b-2cd8-4a63-97e3-4edd22261faf found for delete ", "request_id": "req-cdc5efc5-f791-4c0e-9cb9-ffdd354bf415"}]} 2026-02-27 23:14:37.388 7 INFO neutron.services.segments.plugin [-] Segment 789caf19-1c57-4616-8047-64b64b38b808 resource provider aggregate not found 2026-02-27 23:14:37.389 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4b4e98de-e40f-41f4-878d-721585ed5d7a 455d9bda30164454a0c99f7eae30292f ca0ccebd45124e0dae8231f5f06b40bd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1761/3369] 10.0.0.113 () {32 vars in 723 bytes} [Fri Feb 27 23:14:37 2026] GET /v2.0/networks/a2c65e12-46b9-45f8-a4bb-7d3d7d58631c => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 23:14:37.393 7 INFO neutron.services.segments.plugin [-] Segment 61e5fc3b-2cd8-4a63-97e3-4edd22261faf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61e5fc3b-2cd8-4a63-97e3-4edd22261faf found for delete ", "request_id": "req-928ad8db-4a0c-4606-aba4-3c903f0d2b8f"}]} 2026-02-27 23:14:37.404 7 INFO neutron.services.segments.plugin [-] Segment 789caf19-1c57-4616-8047-64b64b38b808 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 789caf19-1c57-4616-8047-64b64b38b808 found for delete ", "request_id": "req-65b364a6-7bba-4738-a6e6-d992a8d0dc98"}]} 2026-02-27 23:14:37.413 7 INFO neutron.services.segments.plugin [-] Segment 789caf19-1c57-4616-8047-64b64b38b808 resource provider aggregate not found 2026-02-27 23:14:37.435 7 INFO neutron.services.segments.plugin [-] Segment 789caf19-1c57-4616-8047-64b64b38b808 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 789caf19-1c57-4616-8047-64b64b38b808 found for delete ", "request_id": "req-3bc90063-8dca-4a1c-b207-2feb0df89cec"}]} [pid: 7|app: 0|req: 1609/3370] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:14:39 2026] GET /v2.0/security-groups?tenant_id=ca0ccebd45124e0dae8231f5f06b40bd&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1762/3371] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:14:39 2026] DELETE /v2.0/security-groups/f3763347-a955-4fe0-8cec-a42e8040bd08 => 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: 1610/3372] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:14:39 2026] GET /v2.0/security-groups?tenant_id=f9c051252a6248a6a4cb79346815866b&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1763/3373] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:14:39 2026] DELETE /v2.0/security-groups/86938e6e-2ad8-49fb-a5e4-7507eef001a2 => 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: 1611/3374] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:14:40 2026] GET /v2.0/security-groups?tenant_id=d4cbcb0cd2da44e4944b3aa52f650b8e&name=default => generated 2929 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1764/3375] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:14:40 2026] DELETE /v2.0/security-groups/e2ecb4db-501e-43da-a194-5599c74108c0 => 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: 1612/3376] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:14:40 2026] GET /v2.0/security-groups?tenant_id=9201d3d06b504fc095ce26e52a4c4642&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1765/3377] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:14:40 2026] DELETE /v2.0/security-groups/1f305bbe-c3d9-4137-b60f-78fd7abc665f => 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: 1613/3378] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:14:40 2026] GET /v2.0/security-groups?tenant_id=eed9c5c2ac5247b79b180cbe90afe7cd&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: 1766/3379] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:14:41 2026] DELETE /v2.0/security-groups/9660c2bb-9b4c-4eb4-a081-d13646f072d8 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3380] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:14:41 2026] GET /v2.0/security-groups?tenant_id=8aaa04b405114a3a8d58596c7ef44889&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1767/3381] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:14:41 2026] DELETE /v2.0/security-groups/abb966cb-d5d8-42e8-9fa6-1fc20f44f1ff => 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: 1615/3382] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:14:41 2026] GET /v2.0/security-groups?tenant_id=a0a77597e4914adc9b40fdb7f76c08d6&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1768/3383] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:14:41 2026] DELETE /v2.0/security-groups/fdd71942-256b-4c9a-9db1-dcf77ba89e8f => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:14:46.297 7 INFO neutron.db.segments_db [None req-7e97393f-466b-4109-89f5-190fc63d452d 0fa31df67f7140a4ab3e5bd310027445 b71c9aeb6b9d440592693c2ab6abb0f9 - - default default] Added segment a018d0df-63ca-4e17-8185-24c1964790c8 of type vxlan for network d6f545f0-c487-404d-ac59-27e47dd96eaf [pid: 7|app: 0|req: 1616/3384] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:14:46 2026] POST /v2.0/networks => generated 613 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1769/3387] 10.0.0.113 () {34 vars in 664 bytes} [Fri Feb 27 23:14:46 2026] POST /v2.0/ports => generated 743 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:14:46.754 7 INFO neutron.db.segments_db [None req-46bc4583-8f62-44fd-9cc3-460fa3c607cd 0fa31df67f7140a4ab3e5bd310027445 b71c9aeb6b9d440592693c2ab6abb0f9 - - default default] Added segment e861b9c2-b437-49c0-9f11-5b57692b2d5f of type vxlan for network a048575d-bd73-4efc-bb2e-2905bf14889a [pid: 7|app: 0|req: 1619/3388] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:14:46 2026] POST /v2.0/networks => generated 611 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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/3389] 10.0.0.113 () {34 vars in 664 bytes} [Fri Feb 27 23:14:46 2026] POST /v2.0/ports => generated 743 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:14:47.176 7 INFO neutron.db.segments_db [None req-ccef9942-d5dd-4498-9bb0-54da5e270951 0fa31df67f7140a4ab3e5bd310027445 b71c9aeb6b9d440592693c2ab6abb0f9 - - default default] Added segment 4075fb4c-e0f7-43c6-89d2-e1222ee52032 of type vxlan for network 611c0e1b-4104-44aa-97b3-0b9691bf104a [pid: 7|app: 0|req: 1620/3390] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:14:47 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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/3391] 10.0.0.113 () {34 vars in 664 bytes} [Fri Feb 27 23:14:47 2026] POST /v2.0/ports => generated 743 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:14:47.625 7 INFO neutron.db.segments_db [None req-456d25c1-7ee6-491e-adf4-01a299421382 0fa31df67f7140a4ab3e5bd310027445 b71c9aeb6b9d440592693c2ab6abb0f9 - - default default] Added segment 65789c6e-9413-46e8-a37d-383ad0835e83 of type vxlan for network 88f7028b-9292-4195-917b-f1a7007a16e4 [pid: 7|app: 0|req: 1621/3392] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:14:47 2026] POST /v2.0/networks => generated 613 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1772/3393] 10.0.0.113 () {34 vars in 664 bytes} [Fri Feb 27 23:14:47 2026] POST /v2.0/ports => generated 743 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:14:48.048 7 INFO neutron.db.segments_db [None req-6d21b264-298a-4159-a4c7-1c91386d0041 0fa31df67f7140a4ab3e5bd310027445 b71c9aeb6b9d440592693c2ab6abb0f9 - - default default] Added segment 4a189868-e42f-43f2-a9a4-991d4a79d3b0 of type vxlan for network 7884e4c7-b677-4844-8073-d5008041a64b [pid: 7|app: 0|req: 1622/3394] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:14:47 2026] POST /v2.0/networks => generated 613 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1773/3395] 10.0.0.113 () {34 vars in 664 bytes} [Fri Feb 27 23:14:48 2026] POST /v2.0/ports => generated 743 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3396] 10.0.0.113 () {34 vars in 747 bytes} [Fri Feb 27 23:14:48 2026] PUT /v2.0/ports/b1d4525a-91e5-4889-858b-5e68b9557180/tags => generated 17 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: 1774/3397] 10.0.0.113 () {34 vars in 747 bytes} [Fri Feb 27 23:14:48 2026] PUT /v2.0/ports/9ab9c3be-e210-433f-8758-2317b903d504/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: 1624/3398] 10.0.0.113 () {34 vars in 747 bytes} [Fri Feb 27 23:14:48 2026] PUT /v2.0/ports/dd0202d7-79da-4354-a9ef-7cb7b3a9f2f7/tags => generated 34 bytes in 75 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: 1775/3399] 10.0.0.113 () {34 vars in 747 bytes} [Fri Feb 27 23:14:48 2026] PUT /v2.0/ports/c122ca8f-d94e-4fe4-bd91-f0654ce7ebb5/tags => generated 19 bytes in 64 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: 1625/3400] 10.0.0.113 () {32 vars in 660 bytes} [Fri Feb 27 23:14:48 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 166 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: 1776/3401] 10.0.0.113 () {32 vars in 674 bytes} [Fri Feb 27 23:14:48 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3402] 10.0.0.113 () {32 vars in 670 bytes} [Fri Feb 27 23:14:48 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1777/3403] 10.0.0.113 () {32 vars in 682 bytes} [Fri Feb 27 23:14:49 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3404] 10.0.0.113 () {32 vars in 668 bytes} [Fri Feb 27 23:14:49 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1778/3405] 10.0.0.113 () {32 vars in 682 bytes} [Fri Feb 27 23:14:49 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3406] 10.0.0.113 () {32 vars in 678 bytes} [Fri Feb 27 23:14:49 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1779/3407] 10.0.0.113 () {32 vars in 690 bytes} [Fri Feb 27 23:14:49 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:14:49.547 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5ada5e9-8518-4224-a6b3-cff1ee658bb2 0fa31df67f7140a4ab3e5bd310027445 b71c9aeb6b9d440592693c2ab6abb0f9 - - default default] TaaS: Handle Delete Port: b1d4525a-91e5-4889-858b-5e68b9557180 2026-02-27 23:14:49.551 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5ada5e9-8518-4224-a6b3-cff1ee658bb2 0fa31df67f7140a4ab3e5bd310027445 b71c9aeb6b9d440592693c2ab6abb0f9 - - default default] Tap Mirror: Handle Delete Port: b1d4525a-91e5-4889-858b-5e68b9557180 [pid: 7|app: 0|req: 1629/3408] 10.0.0.113 () {32 vars in 720 bytes} [Fri Feb 27 23:14:49 2026] DELETE /v2.0/ports/b1d4525a-91e5-4889-858b-5e68b9557180 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:14:49.747 8 INFO neutron_taas.services.taas.taas_plugin [None req-c1810a0e-24fd-4cb5-89b8-f2c996cf6ea8 0fa31df67f7140a4ab3e5bd310027445 b71c9aeb6b9d440592693c2ab6abb0f9 - - default default] TaaS: Handle Delete Port: 9ab9c3be-e210-433f-8758-2317b903d504 2026-02-27 23:14:49.750 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1810a0e-24fd-4cb5-89b8-f2c996cf6ea8 0fa31df67f7140a4ab3e5bd310027445 b71c9aeb6b9d440592693c2ab6abb0f9 - - default default] Tap Mirror: Handle Delete Port: 9ab9c3be-e210-433f-8758-2317b903d504 [pid: 8|app: 0|req: 1780/3409] 10.0.0.113 () {32 vars in 720 bytes} [Fri Feb 27 23:14:49 2026] DELETE /v2.0/ports/9ab9c3be-e210-433f-8758-2317b903d504 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:14:49.946 7 INFO neutron_taas.services.taas.taas_plugin [None req-d0b232bf-fbc6-4764-8031-9288d828705d 0fa31df67f7140a4ab3e5bd310027445 b71c9aeb6b9d440592693c2ab6abb0f9 - - default default] TaaS: Handle Delete Port: dd0202d7-79da-4354-a9ef-7cb7b3a9f2f7 2026-02-27 23:14:49.950 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0b232bf-fbc6-4764-8031-9288d828705d 0fa31df67f7140a4ab3e5bd310027445 b71c9aeb6b9d440592693c2ab6abb0f9 - - default default] Tap Mirror: Handle Delete Port: dd0202d7-79da-4354-a9ef-7cb7b3a9f2f7 [pid: 7|app: 0|req: 1630/3410] 10.0.0.113 () {32 vars in 720 bytes} [Fri Feb 27 23:14:49 2026] DELETE /v2.0/ports/dd0202d7-79da-4354-a9ef-7cb7b3a9f2f7 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:14:50.143 8 INFO neutron_taas.services.taas.taas_plugin [None req-e27eebe6-6497-4d66-a568-a2073dca8d7e 0fa31df67f7140a4ab3e5bd310027445 b71c9aeb6b9d440592693c2ab6abb0f9 - - default default] TaaS: Handle Delete Port: c122ca8f-d94e-4fe4-bd91-f0654ce7ebb5 2026-02-27 23:14:50.147 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e27eebe6-6497-4d66-a568-a2073dca8d7e 0fa31df67f7140a4ab3e5bd310027445 b71c9aeb6b9d440592693c2ab6abb0f9 - - default default] Tap Mirror: Handle Delete Port: c122ca8f-d94e-4fe4-bd91-f0654ce7ebb5 [pid: 8|app: 0|req: 1781/3411] 10.0.0.113 () {32 vars in 720 bytes} [Fri Feb 27 23:14:50 2026] DELETE /v2.0/ports/c122ca8f-d94e-4fe4-bd91-f0654ce7ebb5 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:14:50.327 7 INFO neutron_taas.services.taas.taas_plugin [None req-9a17d489-f617-4813-825b-095f99830e70 0fa31df67f7140a4ab3e5bd310027445 b71c9aeb6b9d440592693c2ab6abb0f9 - - default default] TaaS: Handle Delete Port: a5816034-3bd0-4c23-b4cf-2842ef8a7c15 2026-02-27 23:14:50.330 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a17d489-f617-4813-825b-095f99830e70 0fa31df67f7140a4ab3e5bd310027445 b71c9aeb6b9d440592693c2ab6abb0f9 - - default default] Tap Mirror: Handle Delete Port: a5816034-3bd0-4c23-b4cf-2842ef8a7c15 [pid: 7|app: 0|req: 1631/3412] 10.0.0.113 () {32 vars in 720 bytes} [Fri Feb 27 23:14:50 2026] DELETE /v2.0/ports/a5816034-3bd0-4c23-b4cf-2842ef8a7c15 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1782/3413] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:14:50 2026] DELETE /v2.0/networks/d6f545f0-c487-404d-ac59-27e47dd96eaf => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:14:50.643 8 INFO neutron.services.segments.plugin [-] Segment a018d0df-63ca-4e17-8185-24c1964790c8 resource provider aggregate not found 2026-02-27 23:14:50.654 8 INFO neutron.services.segments.plugin [-] Segment a018d0df-63ca-4e17-8185-24c1964790c8 resource provider aggregate not found 2026-02-27 23:14:50.659 8 INFO neutron.services.segments.plugin [-] Segment a018d0df-63ca-4e17-8185-24c1964790c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a018d0df-63ca-4e17-8185-24c1964790c8 found for delete ", "request_id": "req-4e69c5d8-8286-427e-a707-7bc32d9022f4"}]} 2026-02-27 23:14:50.671 8 INFO neutron.services.segments.plugin [-] Segment a018d0df-63ca-4e17-8185-24c1964790c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a018d0df-63ca-4e17-8185-24c1964790c8 found for delete ", "request_id": "req-32a7da9b-b45c-4a24-91c0-5a32f4832b83"}]} 2026-02-27 23:14:50.673 7 INFO neutron.services.segments.plugin [-] Segment e861b9c2-b437-49c0-9f11-5b57692b2d5f resource provider aggregate not found 2026-02-27 23:14:50.680 7 INFO neutron.services.segments.plugin [-] Segment e861b9c2-b437-49c0-9f11-5b57692b2d5f resource provider aggregate not found 2026-02-27 23:14:50.686 7 INFO neutron.services.segments.plugin [-] Segment e861b9c2-b437-49c0-9f11-5b57692b2d5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e861b9c2-b437-49c0-9f11-5b57692b2d5f found for delete ", "request_id": "req-fa3ccaf5-9fd2-4cf8-ba24-6f17a11ea894"}]} 2026-02-27 23:14:50.700 7 INFO neutron.services.segments.plugin [-] Segment e861b9c2-b437-49c0-9f11-5b57692b2d5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e861b9c2-b437-49c0-9f11-5b57692b2d5f found for delete ", "request_id": "req-41852b90-12b9-4fbd-bbc5-70fe701b1371"}]} [pid: 7|app: 0|req: 1632/3414] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:14:50 2026] DELETE /v2.0/networks/a048575d-bd73-4efc-bb2e-2905bf14889a => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1783/3415] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:14:50 2026] DELETE /v2.0/networks/611c0e1b-4104-44aa-97b3-0b9691bf104a => 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: 1633/3416] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:14:50 2026] DELETE /v2.0/networks/88f7028b-9292-4195-917b-f1a7007a16e4 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1784/3417] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:14:50 2026] DELETE /v2.0/networks/7884e4c7-b677-4844-8073-d5008041a64b => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3418] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:14:51 2026] GET /v2.0/security-groups?tenant_id=7059fff42ae2492fa26f72d135795ca7&name=default => generated 2929 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1785/3419] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:14:52 2026] DELETE /v2.0/security-groups/6aa3e86e-0f9e-429e-8779-12e2128153ca => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3420] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:14:52 2026] GET /v2.0/security-groups?tenant_id=b71c9aeb6b9d440592693c2ab6abb0f9&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1786/3421] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:14:52 2026] DELETE /v2.0/security-groups/aef74bc4-3631-401a-8072-73613ab13946 => 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: 1636/3422] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:14:52 2026] GET /v2.0/security-groups?tenant_id=6267794ba1974997ab1a10610e80a000&name=default => generated 2929 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 23:14:52.691 8 INFO neutron.services.segments.plugin [-] Segment 4075fb4c-e0f7-43c6-89d2-e1222ee52032 resource provider aggregate not found 2026-02-27 23:14:52.697 8 INFO neutron.services.segments.plugin [-] Segment 4075fb4c-e0f7-43c6-89d2-e1222ee52032 resource provider aggregate not found 2026-02-27 23:14:52.707 7 INFO neutron.services.segments.plugin [-] Segment 65789c6e-9413-46e8-a37d-383ad0835e83 resource provider aggregate not found 2026-02-27 23:14:52.711 8 INFO neutron.services.segments.plugin [-] Segment 4075fb4c-e0f7-43c6-89d2-e1222ee52032 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4075fb4c-e0f7-43c6-89d2-e1222ee52032 found for delete ", "request_id": "req-9eb8bbe2-ee79-40b2-b3ef-b9d1bbe531f7"}]} 2026-02-27 23:14:52.716 8 INFO neutron.services.segments.plugin [-] Segment 4075fb4c-e0f7-43c6-89d2-e1222ee52032 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4075fb4c-e0f7-43c6-89d2-e1222ee52032 found for delete ", "request_id": "req-291871a8-2135-405c-a75a-c7646b747fbf"}]} 2026-02-27 23:14:52.720 7 INFO neutron.services.segments.plugin [-] Segment 65789c6e-9413-46e8-a37d-383ad0835e83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65789c6e-9413-46e8-a37d-383ad0835e83 found for delete ", "request_id": "req-48be1328-6a30-4326-8933-f33491ade08b"}]} 2026-02-27 23:14:52.721 7 INFO neutron.services.segments.plugin [-] Segment 65789c6e-9413-46e8-a37d-383ad0835e83 resource provider aggregate not found 2026-02-27 23:14:52.727 8 INFO neutron.services.segments.plugin [-] Segment 4a189868-e42f-43f2-a9a4-991d4a79d3b0 resource provider aggregate not found 2026-02-27 23:14:52.733 8 INFO neutron.services.segments.plugin [-] Segment 4a189868-e42f-43f2-a9a4-991d4a79d3b0 resource provider aggregate not found 2026-02-27 23:14:52.736 7 INFO neutron.services.segments.plugin [-] Segment 65789c6e-9413-46e8-a37d-383ad0835e83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65789c6e-9413-46e8-a37d-383ad0835e83 found for delete ", "request_id": "req-acbfba56-f2fd-4b57-963a-ae39e0b697e7"}]} 2026-02-27 23:14:52.747 8 INFO neutron.services.segments.plugin [-] Segment 4a189868-e42f-43f2-a9a4-991d4a79d3b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a189868-e42f-43f2-a9a4-991d4a79d3b0 found for delete ", "request_id": "req-231ec2d2-c8b1-4aa1-ae17-28bf5c69b618"}]} 2026-02-27 23:14:52.748 8 INFO neutron.services.segments.plugin [-] Segment 4a189868-e42f-43f2-a9a4-991d4a79d3b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a189868-e42f-43f2-a9a4-991d4a79d3b0 found for delete ", "request_id": "req-e861b65e-d147-429b-956f-8f8f3a279d44"}]} [pid: 8|app: 0|req: 1787/3423] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:14:52 2026] DELETE /v2.0/security-groups/5e1058db-516a-463f-b2a2-4b7e017d74db => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:14:57.123 7 INFO neutron.db.segments_db [None req-7e0a7aec-8c18-4d28-8f15-668ca1f04681 6ff20dc5a34340928c659165cabebc31 88ec505bafa245fd92a6015f864b6346 - - default default] Added segment 27280442-507a-467d-ae36-a639cf00d40f of type vxlan for network d859b40f-71ca-4e11-a304-6723778c1bf2 [pid: 7|app: 0|req: 1637/3424] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:14:56 2026] POST /v2.0/networks => generated 613 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1788/3425] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:14:57 2026] POST /v2.0/subnets => generated 626 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:14:57.491 7 INFO neutron.db.segments_db [None req-a95160ad-fc00-4818-b473-9da51eb1c17c 6ff20dc5a34340928c659165cabebc31 88ec505bafa245fd92a6015f864b6346 - - default default] Added segment afd19d3b-9c98-476c-8e33-78ec2e0821ab of type vxlan for network 3814455b-a706-487f-a98e-f51ae9bf6f6d [pid: 7|app: 0|req: 1638/3426] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:14:57 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: 8|app: 0|req: 1789/3427] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:14:57 2026] POST /v2.0/subnets => generated 629 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:14:57.865 7 INFO neutron.db.segments_db [None req-05a8e090-f2a8-4ed3-ae3f-7202ec1f477e 6ff20dc5a34340928c659165cabebc31 88ec505bafa245fd92a6015f864b6346 - - default default] Added segment cfb31af5-70a2-4644-9e40-c8ecee0eac26 of type vxlan for network 4543639e-ba91-4e52-bb38-1da167a41441 [pid: 7|app: 0|req: 1639/3428] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:14:57 2026] POST /v2.0/networks => generated 613 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1790/3429] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:14:57 2026] POST /v2.0/subnets => generated 629 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:14:58.268 7 INFO neutron.db.segments_db [None req-494ed03c-84b6-497b-a55f-e30eeb5075b8 6ff20dc5a34340928c659165cabebc31 88ec505bafa245fd92a6015f864b6346 - - default default] Added segment bbc770b7-4773-4f0d-b5b2-18ca129a540a of type vxlan for network ad75f213-d8e9-4b57-a9f8-5adc7154e18f [pid: 7|app: 0|req: 1640/3430] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:14:58 2026] POST /v2.0/networks => generated 613 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1791/3431] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:14:58 2026] POST /v2.0/subnets => generated 629 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:14:58.677 7 INFO neutron.db.segments_db [None req-75ba34ab-12df-4d0d-afa4-e355116faa02 6ff20dc5a34340928c659165cabebc31 88ec505bafa245fd92a6015f864b6346 - - default default] Added segment c17cf81f-8d17-4443-9f32-9dd70194c257 of type vxlan for network 87fcdb8c-6f11-439b-aa39-0613cbc3fa45 [pid: 7|app: 0|req: 1641/3432] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:14:58 2026] POST /v2.0/networks => generated 612 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1792/3433] 10.0.0.113 () {34 vars in 669 bytes} [Fri Feb 27 23:14:58 2026] POST /v2.0/subnets => generated 629 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3434] 10.0.0.113 () {34 vars in 751 bytes} [Fri Feb 27 23:14:59 2026] PUT /v2.0/subnets/57486ea1-a71a-4b52-bcc0-ad94c3a32965/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1793/3435] 10.0.0.113 () {34 vars in 751 bytes} [Fri Feb 27 23:14:59 2026] PUT /v2.0/subnets/daa9a6f6-d961-4157-8433-8eae7f4fa5c6/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: 1643/3436] 10.0.0.113 () {34 vars in 751 bytes} [Fri Feb 27 23:14:59 2026] PUT /v2.0/subnets/fb812581-3dfe-47d0-a594-d4fa32763668/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1794/3437] 10.0.0.113 () {34 vars in 751 bytes} [Fri Feb 27 23:14:59 2026] PUT /v2.0/subnets/c8d0e116-2c4b-4553-976e-906385717586/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3438] 10.0.0.113 () {32 vars in 664 bytes} [Fri Feb 27 23:14:59 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1795/3439] 10.0.0.113 () {32 vars in 678 bytes} [Fri Feb 27 23:14:59 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3440] 10.0.0.113 () {32 vars in 674 bytes} [Fri Feb 27 23:14:59 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1796/3441] 10.0.0.113 () {32 vars in 686 bytes} [Fri Feb 27 23:14:59 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3442] 10.0.0.113 () {32 vars in 672 bytes} [Fri Feb 27 23:14:59 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1797/3443] 10.0.0.113 () {32 vars in 686 bytes} [Fri Feb 27 23:14:59 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3444] 10.0.0.113 () {32 vars in 682 bytes} [Fri Feb 27 23:14:59 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1798/3445] 10.0.0.113 () {32 vars in 694 bytes} [Fri Feb 27 23:14:59 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3446] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:14:59 2026] DELETE /v2.0/subnets/57486ea1-a71a-4b52-bcc0-ad94c3a32965 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1799/3447] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:14:59 2026] DELETE /v2.0/subnets/daa9a6f6-d961-4157-8433-8eae7f4fa5c6 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3448] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:14:59 2026] DELETE /v2.0/subnets/fb812581-3dfe-47d0-a594-d4fa32763668 => 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: 1800/3449] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:15:00 2026] DELETE /v2.0/subnets/c8d0e116-2c4b-4553-976e-906385717586 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3450] 10.0.0.113 () {32 vars in 724 bytes} [Fri Feb 27 23:15:00 2026] DELETE /v2.0/subnets/819b41f0-e44f-4a5d-a577-a5f8afc79ac0 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:15:00.374 8 INFO neutron_taas.services.taas.taas_plugin [None req-4489ccbf-72f9-45a3-a11e-6ee13ae3b490 6ff20dc5a34340928c659165cabebc31 88ec505bafa245fd92a6015f864b6346 - - default default] TaaS: Handle Delete Port: d0861e85-ccf7-4d4c-b12d-fd4cdcac506a 2026-02-27 23:15:00.376 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4489ccbf-72f9-45a3-a11e-6ee13ae3b490 6ff20dc5a34340928c659165cabebc31 88ec505bafa245fd92a6015f864b6346 - - default default] Tap Mirror: Handle Delete Port: d0861e85-ccf7-4d4c-b12d-fd4cdcac506a 2026-02-27 23:15:00.549 8 INFO neutron.services.segments.plugin [-] Segment 27280442-507a-467d-ae36-a639cf00d40f resource provider aggregate not found 2026-02-27 23:15:00.554 8 INFO neutron.services.segments.plugin [-] Segment 27280442-507a-467d-ae36-a639cf00d40f resource provider aggregate not found 2026-02-27 23:15:00.569 8 INFO neutron.services.segments.plugin [-] Segment 27280442-507a-467d-ae36-a639cf00d40f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27280442-507a-467d-ae36-a639cf00d40f found for delete ", "request_id": "req-40f1e13c-c9f6-4e33-9fa6-2b2ec5ff477b"}]} 2026-02-27 23:15:00.578 8 INFO neutron.services.segments.plugin [-] Segment 27280442-507a-467d-ae36-a639cf00d40f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27280442-507a-467d-ae36-a639cf00d40f found for delete ", "request_id": "req-f470c179-7e35-418b-8ad1-8c8220de59b6"}]} [pid: 8|app: 0|req: 1801/3451] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:15:00 2026] DELETE /v2.0/networks/d859b40f-71ca-4e11-a304-6723778c1bf2 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:15:00.719 7 INFO neutron.services.segments.plugin [-] Segment afd19d3b-9c98-476c-8e33-78ec2e0821ab resource provider aggregate not found 2026-02-27 23:15:00.723 7 INFO neutron.services.segments.plugin [-] Segment afd19d3b-9c98-476c-8e33-78ec2e0821ab resource provider aggregate not found 2026-02-27 23:15:00.743 7 INFO neutron.services.segments.plugin [-] Segment afd19d3b-9c98-476c-8e33-78ec2e0821ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afd19d3b-9c98-476c-8e33-78ec2e0821ab found for delete ", "request_id": "req-039285c0-c834-4a6e-818c-ab19bb4db4aa"}]} 2026-02-27 23:15:00.744 7 INFO neutron.services.segments.plugin [-] Segment afd19d3b-9c98-476c-8e33-78ec2e0821ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afd19d3b-9c98-476c-8e33-78ec2e0821ab found for delete ", "request_id": "req-68437d80-684c-4f2f-a5f5-bc6dc6e13a42"}]} [pid: 7|app: 0|req: 1651/3452] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:15:00 2026] DELETE /v2.0/networks/3814455b-a706-487f-a98e-f51ae9bf6f6d => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1802/3453] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:15:00 2026] DELETE /v2.0/networks/4543639e-ba91-4e52-bb38-1da167a41441 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3454] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:15:00 2026] DELETE /v2.0/networks/ad75f213-d8e9-4b57-a9f8-5adc7154e18f => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1803/3455] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:15:01 2026] DELETE /v2.0/networks/87fcdb8c-6f11-439b-aa39-0613cbc3fa45 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3458] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:15:01 2026] GET /v2.0/security-groups?tenant_id=88ec505bafa245fd92a6015f864b6346&name=default => generated 2929 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1805/3459] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:15:02 2026] DELETE /v2.0/security-groups/7732c856-ca9a-4d29-a04d-807f71e6b05d => 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: 1655/3460] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:15:02 2026] GET /v2.0/security-groups?tenant_id=cdfa471fc51f4b8c8912cd8f2175faa6&name=default => generated 2929 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1806/3461] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:15:02 2026] DELETE /v2.0/security-groups/df2a3446-09a6-4af3-a426-9ce77becc996 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:15:02.589 8 INFO neutron.services.segments.plugin [-] Segment cfb31af5-70a2-4644-9e40-c8ecee0eac26 resource provider aggregate not found 2026-02-27 23:15:02.597 8 INFO neutron.services.segments.plugin [-] Segment cfb31af5-70a2-4644-9e40-c8ecee0eac26 resource provider aggregate not found 2026-02-27 23:15:02.610 8 INFO neutron.services.segments.plugin [-] Segment cfb31af5-70a2-4644-9e40-c8ecee0eac26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfb31af5-70a2-4644-9e40-c8ecee0eac26 found for delete ", "request_id": "req-be7905cf-e8de-41cd-9aa2-4b4b9d14acc7"}]} 2026-02-27 23:15:02.615 8 INFO neutron.services.segments.plugin [-] Segment cfb31af5-70a2-4644-9e40-c8ecee0eac26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfb31af5-70a2-4644-9e40-c8ecee0eac26 found for delete ", "request_id": "req-8ad70fb4-7ed9-464a-ad84-179e48c8bd17"}]} 2026-02-27 23:15:02.630 8 INFO neutron.services.segments.plugin [-] Segment c17cf81f-8d17-4443-9f32-9dd70194c257 resource provider aggregate not found 2026-02-27 23:15:02.633 8 INFO neutron.services.segments.plugin [-] Segment c17cf81f-8d17-4443-9f32-9dd70194c257 resource provider aggregate not found 2026-02-27 23:15:02.646 8 INFO neutron.services.segments.plugin [-] Segment c17cf81f-8d17-4443-9f32-9dd70194c257 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c17cf81f-8d17-4443-9f32-9dd70194c257 found for delete ", "request_id": "req-13c74fa5-e065-44f9-a544-58df1b4b3d66"}]} 2026-02-27 23:15:02.651 8 INFO neutron.services.segments.plugin [-] Segment c17cf81f-8d17-4443-9f32-9dd70194c257 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c17cf81f-8d17-4443-9f32-9dd70194c257 found for delete ", "request_id": "req-ea81797d-1d17-452c-b14d-a1ec88ead4df"}]} 2026-02-27 23:15:02.774 7 INFO neutron.services.segments.plugin [-] Segment bbc770b7-4773-4f0d-b5b2-18ca129a540a resource provider aggregate not found 2026-02-27 23:15:02.789 7 INFO neutron.services.segments.plugin [-] Segment bbc770b7-4773-4f0d-b5b2-18ca129a540a resource provider aggregate not found 2026-02-27 23:15:02.795 7 INFO neutron.services.segments.plugin [-] Segment bbc770b7-4773-4f0d-b5b2-18ca129a540a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbc770b7-4773-4f0d-b5b2-18ca129a540a found for delete ", "request_id": "req-a1070412-1050-4484-a9ff-e826c385e14e"}]} 2026-02-27 23:15:02.807 7 INFO neutron.services.segments.plugin [-] Segment bbc770b7-4773-4f0d-b5b2-18ca129a540a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbc770b7-4773-4f0d-b5b2-18ca129a540a found for delete ", "request_id": "req-ccf49f99-2aed-4d81-946a-402b6563909f"}]} [pid: 7|app: 0|req: 1656/3462] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:15:02 2026] GET /v2.0/security-groups?tenant_id=bf1b3fd52f69487e8d19727a0d86b72b&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1807/3463] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:15:02 2026] DELETE /v2.0/security-groups/b730738c-a0f0-4e33-a581-6451fb954f00 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1657/3464] 10.0.0.113 () {34 vars in 676 bytes} [Fri Feb 27 23:15:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1808/3465] 10.0.0.113 () {34 vars in 676 bytes} [Fri Feb 27 23:15:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3466] 10.0.0.113 () {34 vars in 676 bytes} [Fri Feb 27 23:15:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1809/3467] 10.0.0.113 () {34 vars in 676 bytes} [Fri Feb 27 23:15:07 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: 7|app: 0|req: 1659/3468] 10.0.0.113 () {34 vars in 676 bytes} [Fri Feb 27 23:15:07 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: 8|app: 0|req: 1810/3469] 10.0.0.113 () {34 vars in 759 bytes} [Fri Feb 27 23:15:07 2026] PUT /v2.0/subnetpools/67504136-ae8a-4d6e-9199-02361b5c97c9/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3470] 10.0.0.113 () {34 vars in 759 bytes} [Fri Feb 27 23:15:07 2026] PUT /v2.0/subnetpools/5156378e-942f-44f7-aa73-8336d86a955d/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: 1811/3471] 10.0.0.113 () {34 vars in 759 bytes} [Fri Feb 27 23:15:07 2026] PUT /v2.0/subnetpools/95722bdf-8ec5-40cf-8059-b834a5477e59/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: 1661/3472] 10.0.0.113 () {34 vars in 759 bytes} [Fri Feb 27 23:15:07 2026] PUT /v2.0/subnetpools/c4babe35-0783-4a49-bb6f-f74d9fa728b4/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1812/3473] 10.0.0.113 () {32 vars in 672 bytes} [Fri Feb 27 23:15:07 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3474] 10.0.0.113 () {32 vars in 686 bytes} [Fri Feb 27 23:15:07 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: 1813/3475] 10.0.0.113 () {32 vars in 682 bytes} [Fri Feb 27 23:15:07 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: 7|app: 0|req: 1663/3476] 10.0.0.113 () {32 vars in 694 bytes} [Fri Feb 27 23:15:07 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1814/3477] 10.0.0.113 () {32 vars in 680 bytes} [Fri Feb 27 23:15:07 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3478] 10.0.0.113 () {32 vars in 694 bytes} [Fri Feb 27 23:15:07 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1815/3479] 10.0.0.113 () {32 vars in 690 bytes} [Fri Feb 27 23:15:07 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: 7|app: 0|req: 1665/3480] 10.0.0.113 () {32 vars in 702 bytes} [Fri Feb 27 23:15:07 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1816/3481] 10.0.0.113 () {32 vars in 732 bytes} [Fri Feb 27 23:15:07 2026] DELETE /v2.0/subnetpools/67504136-ae8a-4d6e-9199-02361b5c97c9 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3482] 10.0.0.113 () {32 vars in 732 bytes} [Fri Feb 27 23:15:07 2026] DELETE /v2.0/subnetpools/5156378e-942f-44f7-aa73-8336d86a955d => 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: 1817/3483] 10.0.0.113 () {32 vars in 732 bytes} [Fri Feb 27 23:15:08 2026] DELETE /v2.0/subnetpools/95722bdf-8ec5-40cf-8059-b834a5477e59 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1667/3484] 10.0.0.113 () {32 vars in 732 bytes} [Fri Feb 27 23:15:08 2026] DELETE /v2.0/subnetpools/c4babe35-0783-4a49-bb6f-f74d9fa728b4 => 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: 1818/3485] 10.0.0.113 () {32 vars in 732 bytes} [Fri Feb 27 23:15:08 2026] DELETE /v2.0/subnetpools/c17f7df0-f127-45c1-a434-36f42b9502bd => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3486] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:15:08 2026] GET /v2.0/security-groups?tenant_id=bc28147b179d4ecfad85884d7823da96&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: 1819/3487] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:15:09 2026] DELETE /v2.0/security-groups/ac885d69-d9fa-458f-ba7d-f81ecba5e2c9 => 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: 1669/3488] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:15:09 2026] GET /v2.0/security-groups?tenant_id=883b2741663b4b429800b01a5ecdeabd&name=default => generated 2929 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1820/3489] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:15:09 2026] DELETE /v2.0/security-groups/9e20c40f-f8f3-49c6-a967-ea93037cbd98 => 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: 1670/3490] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:15:09 2026] GET /v2.0/security-groups?tenant_id=7949ea9d789e4baf82abe7a4cbe83a64&name=default => generated 2929 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1821/3491] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:15:09 2026] DELETE /v2.0/security-groups/ff76da99-6bfb-4ddd-bcca-3c10b778c915 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3492] 10.0.0.113 () {34 vars in 678 bytes} [Fri Feb 27 23:15:13 2026] POST /v2.0/qos/policies => generated 359 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1822/3493] 10.0.0.113 () {34 vars in 753 bytes} [Fri Feb 27 23:15:13 2026] PUT /v2.0/policies/ed67cee9-8cf7-4492-b9a0-b0088729aa8c/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3494] 10.0.0.113 () {32 vars in 733 bytes} [Fri Feb 27 23:15:13 2026] GET /v2.0/policies/ed67cee9-8cf7-4492-b9a0-b0088729aa8c/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1823/3495] 10.0.0.113 () {34 vars in 764 bytes} [Fri Feb 27 23:15:13 2026] PUT /v2.0/policies/ed67cee9-8cf7-4492-b9a0-b0088729aa8c/tags/green => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3496] 10.0.0.113 () {32 vars in 733 bytes} [Fri Feb 27 23:15:13 2026] GET /v2.0/policies/ed67cee9-8cf7-4492-b9a0-b0088729aa8c/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1824/3497] 10.0.0.113 () {34 vars in 760 bytes} [Fri Feb 27 23:15:13 2026] PUT /v2.0/policies/ed67cee9-8cf7-4492-b9a0-b0088729aa8c/tags/red => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3498] 10.0.0.113 () {32 vars in 733 bytes} [Fri Feb 27 23:15:13 2026] GET /v2.0/policies/ed67cee9-8cf7-4492-b9a0-b0088729aa8c/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1825/3499] 10.0.0.113 () {34 vars in 782 bytes} [Fri Feb 27 23:15:13 2026] PUT /v2.0/policies/ed67cee9-8cf7-4492-b9a0-b0088729aa8c/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: 1675/3500] 10.0.0.113 () {32 vars in 733 bytes} [Fri Feb 27 23:15:13 2026] GET /v2.0/policies/ed67cee9-8cf7-4492-b9a0-b0088729aa8c/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1826/3501] 10.0.0.113 () {34 vars in 753 bytes} [Fri Feb 27 23:15:13 2026] PUT /v2.0/policies/ed67cee9-8cf7-4492-b9a0-b0088729aa8c/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3502] 10.0.0.113 () {32 vars in 733 bytes} [Fri Feb 27 23:15:13 2026] GET /v2.0/policies/ed67cee9-8cf7-4492-b9a0-b0088729aa8c/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1827/3503] 10.0.0.113 () {32 vars in 741 bytes} [Fri Feb 27 23:15:13 2026] GET /v2.0/policies/ed67cee9-8cf7-4492-b9a0-b0088729aa8c/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 23:15:14.022 7 INFO neutron.api.v2.resource [None req-dbc7f52a-2d5d-4b9b-8ba4-f32cab27a596 7c0c74f289c741359fa5160425ede542 252ecb6e8adf4b3dbe633092216c37f9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1677/3504] 10.0.0.113 () {32 vars in 745 bytes} [Fri Feb 27 23:15:13 2026] GET /v2.0/policies/ed67cee9-8cf7-4492-b9a0-b0088729aa8c/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: 1828/3505] 10.0.0.113 () {32 vars in 744 bytes} [Fri Feb 27 23:15:14 2026] DELETE /v2.0/policies/ed67cee9-8cf7-4492-b9a0-b0088729aa8c/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3506] 10.0.0.113 () {32 vars in 733 bytes} [Fri Feb 27 23:15:14 2026] GET /v2.0/policies/ed67cee9-8cf7-4492-b9a0-b0088729aa8c/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:15:14.149 8 INFO neutron.api.v2.resource [None req-25d381e9-6c54-4c87-b697-73eb406bc0c8 7c0c74f289c741359fa5160425ede542 252ecb6e8adf4b3dbe633092216c37f9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1829/3507] 10.0.0.113 () {32 vars in 748 bytes} [Fri Feb 27 23:15:14 2026] DELETE /v2.0/policies/ed67cee9-8cf7-4492-b9a0-b0088729aa8c/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: 1679/3508] 10.0.0.113 () {32 vars in 736 bytes} [Fri Feb 27 23:15:14 2026] DELETE /v2.0/policies/ed67cee9-8cf7-4492-b9a0-b0088729aa8c/tags => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1830/3509] 10.0.0.113 () {32 vars in 733 bytes} [Fri Feb 27 23:15:14 2026] GET /v2.0/policies/ed67cee9-8cf7-4492-b9a0-b0088729aa8c/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: 1680/3510] 10.0.0.113 () {32 vars in 734 bytes} [Fri Feb 27 23:15:14 2026] DELETE /v2.0/qos/policies/ed67cee9-8cf7-4492-b9a0-b0088729aa8c => 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: 1831/3511] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:15:14 2026] GET /v2.0/security-groups?tenant_id=252ecb6e8adf4b3dbe633092216c37f9&name=default => generated 2929 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1681/3512] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:15:15 2026] DELETE /v2.0/security-groups/1ea33352-ac08-4407-9aa7-873eb3af1a15 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1832/3513] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:15:15 2026] GET /v2.0/security-groups?tenant_id=1a16afe462394bb79f22aca5628c87eb&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1682/3514] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:15:15 2026] DELETE /v2.0/security-groups/32c8414c-9735-45ac-8a01-c2d69bb5a879 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 23:15:19.156 7 INFO neutron.db.segments_db [None req-7612b4c5-00cc-4c13-9512-cc4e5590f103 bdae8d14a33f4abeaa9ba98c4d0a48ea ce5fec9a60ba4fa1bd86366dbfefcd4f - - default default] Added segment e1dd32e9-0e47-4058-b90b-480702d959cd of type vxlan for network 515deae2-bee0-4ecc-98ca-89bb6362c626 [pid: 7|app: 0|req: 1684/3517] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:15:18 2026] POST /v2.0/networks => generated 613 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 23:15:19.362 8 INFO neutron.db.segments_db [None req-754e852d-f54f-4961-8b20-12ba65c6f307 bdae8d14a33f4abeaa9ba98c4d0a48ea ce5fec9a60ba4fa1bd86366dbfefcd4f - - default default] Added segment b9e8c555-94f1-457c-a80c-9c620cf93718 of type vxlan for network 407764ed-b9dd-4fd2-802e-321ae6ef5546 [pid: 8|app: 0|req: 1834/3518] 10.0.0.113 () {34 vars in 670 bytes} [Fri Feb 27 23:15:19 2026] POST /v2.0/networks => generated 613 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1685/3519] 10.0.0.113 () {34 vars in 753 bytes} [Fri Feb 27 23:15:19 2026] PUT /v2.0/networks/515deae2-bee0-4ecc-98ca-89bb6362c626/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1835/3520] 10.0.0.113 () {32 vars in 733 bytes} [Fri Feb 27 23:15:19 2026] GET /v2.0/networks/515deae2-bee0-4ecc-98ca-89bb6362c626/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3521] 10.0.0.113 () {34 vars in 753 bytes} [Fri Feb 27 23:15:19 2026] PUT /v2.0/networks/407764ed-b9dd-4fd2-802e-321ae6ef5546/tags => generated 17 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1836/3522] 10.0.0.113 () {32 vars in 733 bytes} [Fri Feb 27 23:15:19 2026] GET /v2.0/networks/407764ed-b9dd-4fd2-802e-321ae6ef5546/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3523] 10.0.0.113 () {34 vars in 753 bytes} [Fri Feb 27 23:15:19 2026] PUT /v2.0/networks/407764ed-b9dd-4fd2-802e-321ae6ef5546/tags => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1837/3524] 10.0.0.113 () {32 vars in 733 bytes} [Fri Feb 27 23:15:19 2026] GET /v2.0/networks/407764ed-b9dd-4fd2-802e-321ae6ef5546/tags => 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: 1688/3525] 10.0.0.113 () {32 vars in 733 bytes} [Fri Feb 27 23:15:19 2026] GET /v2.0/networks/515deae2-bee0-4ecc-98ca-89bb6362c626/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 23:15:20.001 8 INFO neutron.services.segments.plugin [-] Segment e1dd32e9-0e47-4058-b90b-480702d959cd resource provider aggregate not found 2026-02-27 23:15:20.009 8 INFO neutron.services.segments.plugin [-] Segment e1dd32e9-0e47-4058-b90b-480702d959cd resource provider aggregate not found 2026-02-27 23:15:20.023 8 INFO neutron.services.segments.plugin [-] Segment e1dd32e9-0e47-4058-b90b-480702d959cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1dd32e9-0e47-4058-b90b-480702d959cd found for delete ", "request_id": "req-80ac796c-ca0b-444b-9b6d-19312a2bba4b"}]} 2026-02-27 23:15:20.034 8 INFO neutron.services.segments.plugin [-] Segment e1dd32e9-0e47-4058-b90b-480702d959cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1dd32e9-0e47-4058-b90b-480702d959cd found for delete ", "request_id": "req-904dff8d-42fd-4348-8aef-5bc8ad0ea54b"}]} [pid: 8|app: 0|req: 1838/3526] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:15:19 2026] DELETE /v2.0/networks/515deae2-bee0-4ecc-98ca-89bb6362c626 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 23:15:20.174 7 INFO neutron.services.segments.plugin [-] Segment b9e8c555-94f1-457c-a80c-9c620cf93718 resource provider aggregate not found 2026-02-27 23:15:20.179 7 INFO neutron.services.segments.plugin [-] Segment b9e8c555-94f1-457c-a80c-9c620cf93718 resource provider aggregate not found 2026-02-27 23:15:20.193 7 INFO neutron.services.segments.plugin [-] Segment b9e8c555-94f1-457c-a80c-9c620cf93718 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9e8c555-94f1-457c-a80c-9c620cf93718 found for delete ", "request_id": "req-8a3c2d7b-d000-4ab4-9969-9f9c6bc70624"}]} 2026-02-27 23:15:20.196 7 INFO neutron.services.segments.plugin [-] Segment b9e8c555-94f1-457c-a80c-9c620cf93718 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9e8c555-94f1-457c-a80c-9c620cf93718 found for delete ", "request_id": "req-007d22c2-4c77-4b38-90b9-8fb1727ad51c"}]} [pid: 7|app: 0|req: 1689/3527] 10.0.0.113 () {32 vars in 726 bytes} [Fri Feb 27 23:15:20 2026] DELETE /v2.0/networks/407764ed-b9dd-4fd2-802e-321ae6ef5546 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1839/3528] 10.0.0.153 () {28 vars in 619 bytes} [Fri Feb 27 23:15:20 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1690/3529] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:15:20 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: 1840/3530] 10.0.0.153 () {28 vars in 579 bytes} [Fri Feb 27 23:15:20 2026] GET /v2.0/ports => generated 4721 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3531] 10.0.0.153 () {28 vars in 599 bytes} [Fri Feb 27 23:15:20 2026] GET /v2.0/security-groups => generated 20305 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1841/3532] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:15:20 2026] GET /v2.0/routers => generated 15 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3533] 10.0.0.153 () {28 vars in 624 bytes} [Fri Feb 27 23:15:20 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: 1842/3534] 10.0.0.153 () {28 vars in 585 bytes} [Fri Feb 27 23:15:20 2026] GET /v2.0/networks => generated 2167 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1693/3535] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:15:20 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: 1843/3536] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:15:20 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: 1694/3537] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:15:20 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: 1844/3538] 10.0.0.153 () {28 vars in 581 bytes} [Fri Feb 27 23:15:21 2026] GET /v2.0/agents => generated 3385 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1695/3539] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:15:21 2026] GET /v2.0/security-groups?tenant_id=ce5fec9a60ba4fa1bd86366dbfefcd4f&name=default => generated 2929 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1845/3540] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:15:21 2026] DELETE /v2.0/security-groups/ff43ff6c-57b6-4817-9c63-ca27f9e694fe => 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: 1696/3541] 10.0.0.113 () {32 vars in 774 bytes} [Fri Feb 27 23:15:21 2026] GET /v2.0/security-groups?tenant_id=f814004742364854b1bc785fea49d7c3&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1846/3542] 10.0.0.113 () {32 vars in 740 bytes} [Fri Feb 27 23:15:21 2026] DELETE /v2.0/security-groups/518bd703-7bc0-43bf-b647-02690a7e05ab => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1697/3543] 10.0.0.113 () {32 vars in 649 bytes} [Fri Feb 27 23:15:23 2026] GET /v2.0/networks => generated 2167 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1847/3544] 10.0.0.113 () {32 vars in 655 bytes} [Fri Feb 27 23:15:25 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: 1698/3545] 10.0.0.113 () {32 vars in 647 bytes} [Fri Feb 27 23:15:25 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: 8|app: 0|req: 1848/3546] 10.0.0.113 () {32 vars in 643 bytes} [Fri Feb 27 23:15:25 2026] GET /v2.0/ports => generated 4721 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1699/3547] 10.0.0.113 () {32 vars in 647 bytes} [Fri Feb 27 23:15:25 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: 1849/3548] 10.0.0.113 () {32 vars in 649 bytes} [Fri Feb 27 23:15:25 2026] GET /v2.0/networks => generated 2167 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1700/3549] 10.0.0.113 () {32 vars in 663 bytes} [Fri Feb 27 23:15:25 2026] GET /v2.0/security-groups => generated 17397 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1850/3550] 10.0.0.113 () {32 vars in 655 bytes} [Fri Feb 27 23:15:25 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: 1855/3559] 10.0.0.153 () {28 vars in 619 bytes} [Fri Feb 27 23:16:20 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1705/3560] 10.0.0.153 () {28 vars in 585 bytes} [Fri Feb 27 23:16:20 2026] GET /v2.0/networks => generated 2167 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1856/3561] 10.0.0.153 () {28 vars in 579 bytes} [Fri Feb 27 23:16:20 2026] GET /v2.0/ports => generated 4721 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1706/3562] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:16:20 2026] GET /v2.0/routers => generated 15 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1857/3563] 10.0.0.153 () {28 vars in 624 bytes} [Fri Feb 27 23:16:20 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: 1707/3564] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:16:20 2026] GET /v2.0/subnets => generated 1308 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1858/3565] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:16:20 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: 1708/3566] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:16:21 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: 8|app: 0|req: 1859/3567] 10.0.0.153 () {28 vars in 599 bytes} [Fri Feb 27 23:16:21 2026] GET /v2.0/security-groups => generated 17397 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1709/3568] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:16:21 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: 1860/3569] 10.0.0.153 () {28 vars in 581 bytes} [Fri Feb 27 23:16:21 2026] GET /v2.0/agents => generated 3385 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1865/3578] 10.0.0.153 () {28 vars in 585 bytes} [Fri Feb 27 23:17:20 2026] GET /v2.0/networks => generated 2167 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1714/3579] 10.0.0.153 () {28 vars in 579 bytes} [Fri Feb 27 23:17:20 2026] GET /v2.0/ports => generated 4721 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1866/3580] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:17:20 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: 1715/3581] 10.0.0.153 () {28 vars in 624 bytes} [Fri Feb 27 23:17:20 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: 1867/3582] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:17:20 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: 1716/3583] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:17:20 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: 1868/3584] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:17:20 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: 7|app: 0|req: 1717/3585] 10.0.0.153 () {28 vars in 581 bytes} [Fri Feb 27 23:17:20 2026] GET /v2.0/agents => generated 3385 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1869/3586] 10.0.0.153 () {28 vars in 619 bytes} [Fri Feb 27 23:17:20 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1718/3587] 10.0.0.153 () {28 vars in 599 bytes} [Fri Feb 27 23:17:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1870/3588] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:17:20 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1875/3597] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:18:20 2026] GET /v2.0/floatingips => generated 19 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1723/3598] 10.0.0.153 () {28 vars in 599 bytes} [Fri Feb 27 23:18:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1876/3599] 10.0.0.153 () {28 vars in 579 bytes} [Fri Feb 27 23:18:20 2026] GET /v2.0/ports => generated 4721 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1724/3600] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:18:20 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: 1877/3601] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:18:20 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1725/3602] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:18:20 2026] GET /v2.0/subnets => generated 1308 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1878/3603] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:18:20 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: 1726/3604] 10.0.0.153 () {28 vars in 624 bytes} [Fri Feb 27 23:18:20 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: 1879/3605] 10.0.0.153 () {28 vars in 581 bytes} [Fri Feb 27 23:18:20 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: 1727/3606] 10.0.0.153 () {28 vars in 619 bytes} [Fri Feb 27 23:18:20 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: 1880/3607] 10.0.0.153 () {28 vars in 585 bytes} [Fri Feb 27 23:18:20 2026] GET /v2.0/networks => generated 2167 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1732/3616] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:19:20 2026] GET /v2.0/routers => generated 15 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1885/3617] 10.0.0.153 () {28 vars in 624 bytes} [Fri Feb 27 23:19:20 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1733/3618] 10.0.0.153 () {28 vars in 619 bytes} [Fri Feb 27 23:19:20 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1886/3619] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:19:20 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: 7|app: 0|req: 1734/3620] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:19:20 2026] GET /v2.0/subnets => generated 1308 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1887/3621] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:19:20 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: 1735/3622] 10.0.0.153 () {28 vars in 585 bytes} [Fri Feb 27 23:19:20 2026] GET /v2.0/networks => generated 2167 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1888/3623] 10.0.0.153 () {28 vars in 599 bytes} [Fri Feb 27 23:19:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1736/3624] 10.0.0.153 () {28 vars in 579 bytes} [Fri Feb 27 23:19:20 2026] GET /v2.0/ports => generated 4721 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1889/3625] 10.0.0.153 () {28 vars in 581 bytes} [Fri Feb 27 23:19:20 2026] GET /v2.0/agents => generated 3385 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1737/3626] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:19:20 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: 1894/3635] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:20:20 2026] GET /v2.0/subnets => generated 1308 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1742/3636] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:20:20 2026] GET /v2.0/subnetpools => 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: 1895/3637] 10.0.0.153 () {28 vars in 599 bytes} [Fri Feb 27 23:20:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1743/3638] 10.0.0.153 () {28 vars in 579 bytes} [Fri Feb 27 23:20:20 2026] GET /v2.0/ports => generated 4721 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1896/3639] 10.0.0.153 () {28 vars in 591 bytes} [Fri Feb 27 23:20:20 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: 7|app: 0|req: 1744/3640] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:20:20 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: 1897/3641] 10.0.0.153 () {28 vars in 581 bytes} [Fri Feb 27 23:20:20 2026] GET /v2.0/agents => generated 3385 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1745/3642] 10.0.0.153 () {28 vars in 585 bytes} [Fri Feb 27 23:20:20 2026] GET /v2.0/networks => generated 2167 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1898/3643] 10.0.0.153 () {28 vars in 583 bytes} [Fri Feb 27 23:20: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: 7|app: 0|req: 1746/3644] 10.0.0.153 () {28 vars in 624 bytes} [Fri Feb 27 23:20:20 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: 1899/3645] 10.0.0.153 () {28 vars in 619 bytes} [Fri Feb 27 23:20:20 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)