+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Apr 23 15:25:36 2026] *** compiled with version: 13.3.0 on 23 April 2026 11:51:38 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: neutron-server-df95c6cbd-47442 machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 3 2026, 12:15:18) [GCC 13.3.0] Python main interpreter initialized at 0x7f742a018668 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)... /var/lib/openstack/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:41: EventletDeprecationWarning: Eventlet is deprecated. It is currently being maintained in bugfix mode, and we strongly recommend against using it for new projects. If you are already using Eventlet, we recommend migrating to a different framework. For more detail see https://eventlet.readthedocs.io/en/latest/asyncio/migration.html import eventlet /var/lib/openstack/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:41: EventletDeprecationWarning: Eventlet is deprecated. It is currently being maintained in bugfix mode, and we strongly recommend against using it for new projects. If you are already using Eventlet, we recommend migrating to a different framework. For more detail see https://eventlet.readthedocs.io/en/latest/asyncio/migration.html import eventlet 2026-04-23 15:25:40.233 7 INFO neutron.common.config [-] Logging enabled! 2026-04-23 15:25:40.234 7 INFO neutron.common.config [-] uwsgi version 28.1.0.dev152 2026-04-23 15:25:40.239 8 INFO neutron.common.config [-] Logging enabled! 2026-04-23 15:25:40.239 8 INFO neutron.common.config [-] uwsgi version 28.1.0.dev152 2026-04-23 15:25:41.315 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-23 15:25:41.335 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-23 15:25:42.801 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 15:25:42.804 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-23 15:25:42.807 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-23 15:25:42.808 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 15:25:42.808 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-23 15:25:42.809 7 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-04-23 15:25:42.809 7 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-04-23 15:25:42.809 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 15:25:42.816 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 15:25:42.816 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 15:25:42.816 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 15:25:42.838 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-23 15:25:42.839 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 15:25:42.840 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-23 15:25:42.856 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 15:25:42.859 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-23 15:25:42.863 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-23 15:25:42.865 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 15:25:42.865 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-23 15:25:42.866 8 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-04-23 15:25:42.866 8 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-04-23 15:25:42.867 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 15:25:42.869 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-23 15:25:42.870 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-23 15:25:42.870 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-23 15:25:42.870 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-23 15:25:42.875 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 15:25:42.875 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 15:25:42.876 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 15:25:42.904 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-23 15:25:42.906 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 15:25:42.906 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-23 15:25:42.938 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-23 15:25:42.939 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-23 15:25:42.939 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-23 15:25:42.939 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-23 15:25:43.224 7 INFO neutron.plugins.ml2.managers [None req-8682abc6-d637-456d-8c3b-aca256f236e6 - - - - - -] Initializing driver for type 'vlan' 2026-04-23 15:25:43.302 8 INFO neutron.plugins.ml2.managers [None req-491e6e94-c1c6-4343-8174-f9732020870b - - - - - -] Initializing driver for type 'vlan' 2026-04-23 15:25:43.521 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-8682abc6-d637-456d-8c3b-aca256f236e6 - - - - - -] VlanTypeDriver initialization complete 2026-04-23 15:25:43.522 7 INFO neutron.plugins.ml2.managers [None req-8682abc6-d637-456d-8c3b-aca256f236e6 - - - - - -] Initializing driver for type 'vxlan' 2026-04-23 15:25:43.522 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-8682abc6-d637-456d-8c3b-aca256f236e6 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-23 15:25:43.535 7 INFO neutron.plugins.ml2.managers [None req-8682abc6-d637-456d-8c3b-aca256f236e6 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-23 15:25:43.535 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-8682abc6-d637-456d-8c3b-aca256f236e6 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-23 15:25:43.535 7 INFO neutron.plugins.ml2.managers [None req-8682abc6-d637-456d-8c3b-aca256f236e6 - - - - - -] Initializing extension driver 'port_security' 2026-04-23 15:25:43.536 7 INFO neutron.plugins.ml2.extensions.port_security [None req-8682abc6-d637-456d-8c3b-aca256f236e6 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-23 15:25:43.536 7 INFO neutron.plugins.ml2.managers [None req-8682abc6-d637-456d-8c3b-aca256f236e6 - - - - - -] Initializing extension driver 'qos' 2026-04-23 15:25:43.536 7 INFO neutron.plugins.ml2.managers [None req-8682abc6-d637-456d-8c3b-aca256f236e6 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-23 15:25:43.536 7 INFO neutron.plugins.ml2.managers [None req-8682abc6-d637-456d-8c3b-aca256f236e6 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-23 15:25:43.550 7 INFO neutron.quota [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded quota_driver: . 2026-04-23 15:25:43.551 7 INFO neutron.plugins.ml2.plugin [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Modular L2 Plugin initialization complete 2026-04-23 15:25:43.551 7 INFO neutron.plugins.ml2.managers [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-23 15:25:43.551 7 INFO neutron.plugins.ml2.managers [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-23 15:25:43.551 7 INFO neutron.plugins.ml2.managers [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Got port-security extension from driver 'port_security' 2026-04-23 15:25:43.552 7 INFO neutron.manager [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loading Plugin: qos 2026-04-23 15:25:43.566 7 INFO neutron.manager [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loading Plugin: router 2026-04-23 15:25:43.597 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-491e6e94-c1c6-4343-8174-f9732020870b - - - - - -] VlanTypeDriver initialization complete 2026-04-23 15:25:43.598 8 INFO neutron.plugins.ml2.managers [None req-491e6e94-c1c6-4343-8174-f9732020870b - - - - - -] Initializing driver for type 'vxlan' 2026-04-23 15:25:43.598 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-491e6e94-c1c6-4343-8174-f9732020870b - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-23 15:25:43.612 7 INFO neutron.services.service_base [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-23 15:25:43.613 7 INFO neutron.manager [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loading Plugin: segments 2026-04-23 15:25:43.617 8 INFO neutron.plugins.ml2.managers [None req-491e6e94-c1c6-4343-8174-f9732020870b - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-23 15:25:43.617 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-491e6e94-c1c6-4343-8174-f9732020870b - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-23 15:25:43.617 8 INFO neutron.plugins.ml2.managers [None req-491e6e94-c1c6-4343-8174-f9732020870b - - - - - -] Initializing extension driver 'port_security' 2026-04-23 15:25:43.617 8 INFO neutron.plugins.ml2.extensions.port_security [None req-491e6e94-c1c6-4343-8174-f9732020870b - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-23 15:25:43.617 8 INFO neutron.plugins.ml2.managers [None req-491e6e94-c1c6-4343-8174-f9732020870b - - - - - -] Initializing extension driver 'qos' 2026-04-23 15:25:43.617 8 INFO neutron.plugins.ml2.managers [None req-491e6e94-c1c6-4343-8174-f9732020870b - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-23 15:25:43.618 8 INFO neutron.plugins.ml2.managers [None req-491e6e94-c1c6-4343-8174-f9732020870b - - - - - -] Initializing mechanism driver 'l2population' 2026-04-23 15:25:43.640 8 INFO neutron.quota [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded quota_driver: . 2026-04-23 15:25:43.641 8 INFO neutron.plugins.ml2.plugin [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Modular L2 Plugin initialization complete 2026-04-23 15:25:43.641 8 INFO neutron.plugins.ml2.managers [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-23 15:25:43.641 8 INFO neutron.plugins.ml2.managers [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-23 15:25:43.641 8 INFO neutron.plugins.ml2.managers [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Got port-security extension from driver 'port_security' 2026-04-23 15:25:43.642 8 INFO neutron.manager [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loading Plugin: qos 2026-04-23 15:25:43.662 8 INFO neutron.manager [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loading Plugin: router 2026-04-23 15:25:43.711 8 INFO neutron.services.service_base [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-23 15:25:43.711 8 INFO neutron.manager [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loading Plugin: segments 2026-04-23 15:25:43.718 7 INFO neutron.manager [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loading Plugin: trunk 2026-04-23 15:25:43.734 7 INFO neutron.manager [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loading Plugin: vpnaas 2026-04-23 15:25:43.777 7 WARNING stevedore.named [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 15:25:43.834 8 INFO neutron.manager [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loading Plugin: trunk 2026-04-23 15:25:43.840 7 INFO neutron_vpnaas.services.vpn.plugin [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-23 15:25:43.840 7 INFO neutron.common.utils [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-23 15:25:43.840 7 INFO neutron.manager [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loading Plugin: taas 2026-04-23 15:25:43.851 8 INFO neutron.manager [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loading Plugin: vpnaas 2026-04-23 15:25:43.867 7 WARNING stevedore.named [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 15:25:43.890 7 INFO neutron_taas.services.taas.taas_plugin [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-23 15:25:43.891 7 INFO neutron.manager [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loading Plugin: tapmirror 2026-04-23 15:25:43.891 8 WARNING stevedore.named [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 15:25:43.906 7 WARNING stevedore.named [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 15:25:43.925 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-23 15:25:43.926 7 INFO neutron.manager [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loading Plugin: auto_allocate 2026-04-23 15:25:43.934 7 INFO neutron.manager [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loading Plugin: tag 2026-04-23 15:25:43.945 7 INFO neutron.manager [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loading Plugin: timestamp 2026-04-23 15:25:43.949 7 INFO neutron.manager [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loading Plugin: network_ip_availability 2026-04-23 15:25:43.955 7 INFO neutron.manager [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loading Plugin: flavors 2026-04-23 15:25:43.960 7 INFO neutron.manager [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loading Plugin: revisions 2026-04-23 15:25:43.961 8 INFO neutron_vpnaas.services.vpn.plugin [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-23 15:25:43.962 8 INFO neutron.common.utils [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-23 15:25:43.962 8 INFO neutron.manager [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loading Plugin: taas 2026-04-23 15:25:43.963 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Initializing extension manager. 2026-04-23 15:25:43.965 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: address-group 2026-04-23 15:25:43.966 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: address-scope 2026-04-23 15:25:43.967 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-23 15:25:43.968 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: agent 2026-04-23 15:25:43.968 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: agent-resources-synced 2026-04-23 15:25:43.970 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: allowed-address-pairs 2026-04-23 15:25:43.971 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: auto-allocated-topology 2026-04-23 15:25:43.973 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: availability_zone 2026-04-23 15:25:43.976 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: availability_zone_filter 2026-04-23 15:25:43.977 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-23 15:25:43.977 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: default-subnetpools 2026-04-23 15:25:43.979 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-23 15:25:43.980 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: dns-integration 2026-04-23 15:25:43.981 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: dns-domain-ports 2026-04-23 15:25:43.981 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-23 15:25:43.982 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: dvr 2026-04-23 15:25:43.983 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-23 15:25:43.984 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: empty-string-filtering 2026-04-23 15:25:43.984 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 15:25:43.985 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-23 15:25:43.986 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: external-net 2026-04-23 15:25:43.987 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-23 15:25:43.987 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: extraroute 2026-04-23 15:25:43.988 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: extraroute-atomic 2026-04-23 15:25:43.989 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-23 15:25:43.989 8 WARNING stevedore.named [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 15:25:43.990 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-23 15:25:43.990 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-23 15:25:43.991 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-23 15:25:43.992 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: fip-port-details 2026-04-23 15:25:43.993 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: flavors 2026-04-23 15:25:43.994 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-23 15:25:43.995 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: floatingip-pools 2026-04-23 15:25:43.996 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: ip_allocation 2026-04-23 15:25:43.997 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: ip-substring-filtering 2026-04-23 15:25:43.997 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: l2_adjacency 2026-04-23 15:25:43.999 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: router 2026-04-23 15:25:44.001 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 15:25:44.002 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-23 15:25:44.003 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-23 15:25:44.003 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: ext-gw-mode 2026-04-23 15:25:44.004 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: l3-ha 2026-04-23 15:25:44.004 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-23 15:25:44.005 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-23 15:25:44.006 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: l3-flavors 2026-04-23 15:25:44.007 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-23 15:25:44.007 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-23 15:25:44.010 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-23 15:25:44.010 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-23 15:25:44.011 8 INFO neutron.manager [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loading Plugin: tapmirror 2026-04-23 15:25:44.012 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-23 15:25:44.013 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-23 15:25:44.015 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-23 15:25:44.015 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-23 15:25:44.016 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: multi-provider 2026-04-23 15:25:44.016 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: net-mtu 2026-04-23 15:25:44.017 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: net-mtu-writable 2026-04-23 15:25:44.018 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: network_availability_zone 2026-04-23 15:25:44.018 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: network_ha 2026-04-23 15:25:44.019 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: network-ip-availability 2026-04-23 15:25:44.020 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: network-ip-availability-details 2026-04-23 15:25:44.021 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-23 15:25:44.021 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: pagination 2026-04-23 15:25:44.022 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: port-device-profile 2026-04-23 15:25:44.022 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-23 15:25:44.023 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-23 15:25:44.023 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-23 15:25:44.024 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: port-mac-override 2026-04-23 15:25:44.024 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-23 15:25:44.025 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-23 15:25:44.025 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-23 15:25:44.026 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: port-resource-request 2026-04-23 15:25:44.026 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: port-resource-request-groups 2026-04-23 15:25:44.027 8 WARNING stevedore.named [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 15:25:44.027 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-23 15:25:44.028 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: binding 2026-04-23 15:25:44.029 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: binding-extended 2026-04-23 15:25:44.029 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: port-security 2026-04-23 15:25:44.029 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: project-id 2026-04-23 15:25:44.030 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: provider 2026-04-23 15:25:44.031 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-23 15:25:44.033 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: qos 2026-04-23 15:25:44.034 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-23 15:25:44.034 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-23 15:25:44.035 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: qos-default 2026-04-23 15:25:44.035 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: qos-fip 2026-04-23 15:25:44.036 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-23 15:25:44.036 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: qos-gateway-ip 2026-04-23 15:25:44.038 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: qos-port-network-policy 2026-04-23 15:25:44.038 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: qos-pps-minimum 2026-04-23 15:25:44.039 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-23 15:25:44.040 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: qos-pps 2026-04-23 15:25:44.040 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: qos-rule-type-details 2026-04-23 15:25:44.041 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-23 15:25:44.042 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: qos-rules-alias 2026-04-23 15:25:44.042 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: quota-check-limit 2026-04-23 15:25:44.043 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: quota-check-limit-default 2026-04-23 15:25:44.045 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: quotas 2026-04-23 15:25:44.046 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: quota_details 2026-04-23 15:25:44.048 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: rbac-policies 2026-04-23 15:25:44.048 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: rbac-address-group 2026-04-23 15:25:44.049 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: rbac-address-scope 2026-04-23 15:25:44.049 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-23 15:25:44.049 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: rbac-security-groups 2026-04-23 15:25:44.050 8 INFO neutron.manager [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loading Plugin: auto_allocate 2026-04-23 15:25:44.050 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: rbac-subnetpool 2026-04-23 15:25:44.051 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: revision-if-match 2026-04-23 15:25:44.052 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: standard-attr-revisions 2026-04-23 15:25:44.052 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: router_availability_zone 2026-04-23 15:25:44.053 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-04-23 15:25:44.053 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-23 15:25:44.055 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: security-groups-default-rules 2026-04-23 15:25:44.055 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-23 15:25:44.056 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-23 15:25:44.057 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-23 15:25:44.057 8 INFO neutron.manager [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loading Plugin: tag 2026-04-23 15:25:44.057 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-23 15:25:44.058 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-23 15:25:44.063 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: security-group 2026-04-23 15:25:44.064 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: segment 2026-04-23 15:25:44.065 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-23 15:25:44.065 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: service-type 2026-04-23 15:25:44.066 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: sorting 2026-04-23 15:25:44.066 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: standard-attr-segment 2026-04-23 15:25:44.067 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: standard-attr-description 2026-04-23 15:25:44.067 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: stateful-security-group 2026-04-23 15:25:44.068 7 WARNING neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-23 15:25:44.068 8 INFO neutron.manager [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loading Plugin: timestamp 2026-04-23 15:25:44.068 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-23 15:25:44.069 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: subnet-external-network 2026-04-23 15:25:44.070 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: subnet_onboard 2026-04-23 15:25:44.070 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-23 15:25:44.071 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: subnet-service-types 2026-04-23 15:25:44.071 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: subnet_allocation 2026-04-23 15:25:44.072 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-23 15:25:44.073 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: tag-creation 2026-04-23 15:25:44.073 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-23 15:25:44.075 8 INFO neutron.manager [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loading Plugin: network_ip_availability 2026-04-23 15:25:44.077 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: standard-attr-tag 2026-04-23 15:25:44.078 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-23 15:25:44.079 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: trunk 2026-04-23 15:25:44.080 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: trunk-details 2026-04-23 15:25:44.080 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-23 15:25:44.081 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-23 15:25:44.082 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-23 15:25:44.082 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-23 15:25:44.083 8 INFO neutron.manager [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loading Plugin: flavors 2026-04-23 15:25:44.084 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-23 15:25:44.085 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-23 15:25:44.086 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: vpn-flavors 2026-04-23 15:25:44.088 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: vpnaas 2026-04-23 15:25:44.089 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: taas 2026-04-23 15:25:44.089 8 INFO neutron.manager [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loading Plugin: revisions 2026-04-23 15:25:44.090 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: tap-mirror 2026-04-23 15:25:44.091 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: tap-mirror-both-direction 2026-04-23 15:25:44.091 7 INFO neutron.api.extensions [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Loaded extension: taas-vlan-filter 2026-04-23 15:25:44.094 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Initializing extension manager. 2026-04-23 15:25:44.094 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-23 15:25:44.094 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-23 15:25:44.094 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 15:25:44.095 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-23 15:25:44.095 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: address-group 2026-04-23 15:25:44.097 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: address-scope 2026-04-23 15:25:44.097 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-23 15:25:44.098 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 15:25:44.098 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 15:25:44.099 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: agent 2026-04-23 15:25:44.099 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: agent-resources-synced 2026-04-23 15:25:44.101 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: allowed-address-pairs 2026-04-23 15:25:44.102 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 15:25:44.103 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: auto-allocated-topology 2026-04-23 15:25:44.103 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 15:25:44.103 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 15:25:44.104 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: availability_zone 2026-04-23 15:25:44.104 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: availability_zone_filter 2026-04-23 15:25:44.104 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 15:25:44.104 7 WARNING neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] subnetpool is already registered 2026-04-23 15:25:44.105 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-23 15:25:44.105 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 15:25:44.105 7 WARNING neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] subnetpool is already registered 2026-04-23 15:25:44.105 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: default-subnetpools 2026-04-23 15:25:44.107 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-23 15:25:44.107 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 15:25:44.108 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: dns-integration 2026-04-23 15:25:44.109 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 15:25:44.109 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: dns-domain-ports 2026-04-23 15:25:44.109 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 15:25:44.109 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-23 15:25:44.109 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 15:25:44.110 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 15:25:44.110 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: dvr 2026-04-23 15:25:44.110 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 15:25:44.110 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-23 15:25:44.111 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 15:25:44.111 7 WARNING neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] ipsecpolicy is already registered 2026-04-23 15:25:44.111 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: empty-string-filtering 2026-04-23 15:25:44.111 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 15:25:44.111 7 WARNING neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] ikepolicy is already registered 2026-04-23 15:25:44.112 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 15:25:44.112 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-23 15:25:44.113 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: external-net 2026-04-23 15:25:44.113 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-23 15:25:44.114 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: extraroute 2026-04-23 15:25:44.115 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: extraroute-atomic 2026-04-23 15:25:44.115 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-23 15:25:44.116 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 15:25:44.116 7 WARNING neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] router is already registered 2026-04-23 15:25:44.116 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-23 15:25:44.116 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 15:25:44.116 7 WARNING neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] floatingip is already registered 2026-04-23 15:25:44.117 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-23 15:25:44.117 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-23 15:25:44.118 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: fip-port-details 2026-04-23 15:25:44.119 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: flavors 2026-04-23 15:25:44.120 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 15:25:44.120 7 WARNING neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] rbac_policy is already registered 2026-04-23 15:25:44.120 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-23 15:25:44.121 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 15:25:44.121 7 WARNING neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] security_group is already registered 2026-04-23 15:25:44.121 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: floatingip-pools 2026-04-23 15:25:44.121 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 15:25:44.122 7 WARNING neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] security_group_rule is already registered 2026-04-23 15:25:44.122 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: ip_allocation 2026-04-23 15:25:44.122 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 15:25:44.122 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: ip-substring-filtering 2026-04-23 15:25:44.123 7 WARNING neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] subnetpool is already registered 2026-04-23 15:25:44.123 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: l2_adjacency 2026-04-23 15:25:44.123 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 15:25:44.123 7 WARNING neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] subnetpool is already registered 2026-04-23 15:25:44.124 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 15:25:44.124 7 WARNING neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] trunk is already registered 2026-04-23 15:25:44.124 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 15:25:44.124 7 WARNING neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] ikepolicy is already registered 2026-04-23 15:25:44.124 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: router 2026-04-23 15:25:44.124 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 15:25:44.125 7 WARNING neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] ipsecpolicy is already registered 2026-04-23 15:25:44.125 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 15:25:44.125 7 WARNING neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] endpoint_group is already registered 2026-04-23 15:25:44.125 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 15:25:44.126 7 WARNING neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] vpnservice is already registered 2026-04-23 15:25:44.126 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 15:25:44.126 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 15:25:44.126 7 WARNING neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] ipsec_site_connection is already registered 2026-04-23 15:25:44.126 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 15:25:44.127 7 WARNING neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] ipsecpolicy is already registered 2026-04-23 15:25:44.127 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-23 15:25:44.127 7 INFO neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 15:25:44.127 7 WARNING neutron.quota.resource_registry [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] ikepolicy is already registered 2026-04-23 15:25:44.127 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-23 15:25:44.128 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: ext-gw-mode 2026-04-23 15:25:44.128 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: l3-ha 2026-04-23 15:25:44.129 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-23 15:25:44.129 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-23 15:25:44.130 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: l3-flavors 2026-04-23 15:25:44.131 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-23 15:25:44.131 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-23 15:25:44.134 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-23 15:25:44.135 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-23 15:25:44.137 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-23 15:25:44.138 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-23 15:25:44.139 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-23 15:25:44.139 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: multi-provider 2026-04-23 15:25:44.140 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: net-mtu 2026-04-23 15:25:44.140 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: net-mtu-writable 2026-04-23 15:25:44.141 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: network_availability_zone 2026-04-23 15:25:44.142 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: network_ha 2026-04-23 15:25:44.142 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: network-ip-availability 2026-04-23 15:25:44.143 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: network-ip-availability-details 2026-04-23 15:25:44.144 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-23 15:25:44.145 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: pagination 2026-04-23 15:25:44.145 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: port-device-profile 2026-04-23 15:25:44.146 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-23 15:25:44.146 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-23 15:25:44.147 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-23 15:25:44.148 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: port-mac-override 2026-04-23 15:25:44.148 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-23 15:25:44.149 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-23 15:25:44.149 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-23 15:25:44.150 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: port-resource-request 2026-04-23 15:25:44.151 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: port-resource-request-groups 2026-04-23 15:25:44.151 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-23 15:25:44.152 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: binding 2026-04-23 15:25:44.153 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: binding-extended 2026-04-23 15:25:44.153 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: port-security 2026-04-23 15:25:44.154 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: project-id 2026-04-23 15:25:44.154 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: provider 2026-04-23 15:25:44.155 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-23 15:25:44.158 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: qos 2026-04-23 15:25:44.159 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-23 15:25:44.159 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-23 15:25:44.160 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: qos-default 2026-04-23 15:25:44.161 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: qos-fip 2026-04-23 15:25:44.161 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-23 15:25:44.162 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: qos-gateway-ip 2026-04-23 15:25:44.163 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: qos-port-network-policy 2026-04-23 15:25:44.163 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: qos-pps-minimum 2026-04-23 15:25:44.164 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-23 15:25:44.165 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: qos-pps 2026-04-23 15:25:44.166 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: qos-rule-type-details 2026-04-23 15:25:44.166 7 WARNING keystonemiddleware._common.config [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-23 15:25:44.167 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-23 15:25:44.168 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: qos-rules-alias 2026-04-23 15:25:44.169 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: quota-check-limit 2026-04-23 15:25:44.170 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: quota-check-limit-default 2026-04-23 15:25:44.173 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: quotas 2026-04-23 15:25:44.174 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: quota_details 2026-04-23 15:25:44.175 7 WARNING oslo_config.cfg [None req-78f0644c-4daf-4fed-a43d-2b4591bf53af - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-23 15:25:44.176 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: rbac-policies 2026-04-23 15:25:44.177 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: rbac-address-group WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f742a018668 pid: 7 (default app) 2026-04-23 15:25:44.178 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: rbac-address-scope 2026-04-23 15:25:44.178 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: rbac-security-groups 2026-04-23 15:25:44.179 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: rbac-subnetpool 2026-04-23 15:25:44.180 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: revision-if-match 2026-04-23 15:25:44.181 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: standard-attr-revisions 2026-04-23 15:25:44.181 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: router_availability_zone 2026-04-23 15:25:44.182 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-04-23 15:25:44.183 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-23 15:25:44.185 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: security-groups-default-rules 2026-04-23 15:25:44.186 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-23 15:25:44.186 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-23 15:25:44.187 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-23 15:25:44.188 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-23 15:25:44.188 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-23 15:25:44.195 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: security-group 2026-04-23 15:25:44.196 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: segment 2026-04-23 15:25:44.197 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-23 15:25:44.198 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: service-type 2026-04-23 15:25:44.198 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: sorting 2026-04-23 15:25:44.200 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: standard-attr-segment 2026-04-23 15:25:44.201 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: standard-attr-description 2026-04-23 15:25:44.201 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: stateful-security-group 2026-04-23 15:25:44.202 8 WARNING neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-23 15:25:44.202 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-23 15:25:44.203 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: subnet-external-network 2026-04-23 15:25:44.204 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: subnet_onboard 2026-04-23 15:25:44.204 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-23 15:25:44.205 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: subnet-service-types 2026-04-23 15:25:44.205 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: subnet_allocation 2026-04-23 15:25:44.206 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-23 15:25:44.207 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: tag-creation 2026-04-23 15:25:44.207 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-23 15:25:44.212 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: standard-attr-tag 2026-04-23 15:25:44.213 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-23 15:25:44.213 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: trunk 2026-04-23 15:25:44.214 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: trunk-details 2026-04-23 15:25:44.214 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-23 15:25:44.215 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-23 15:25:44.215 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-23 15:25:44.216 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-23 15:25:44.218 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-23 15:25:44.219 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-23 15:25:44.220 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: vpn-flavors 2026-04-23 15:25:44.222 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: vpnaas 2026-04-23 15:25:44.223 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: taas 2026-04-23 15:25:44.224 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: tap-mirror 2026-04-23 15:25:44.225 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: tap-mirror-both-direction 2026-04-23 15:25:44.225 8 INFO neutron.api.extensions [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Loaded extension: taas-vlan-filter 2026-04-23 15:25:44.228 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-23 15:25:44.229 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-23 15:25:44.229 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 15:25:44.229 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-23 15:25:44.232 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 15:25:44.233 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 15:25:44.237 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 15:25:44.237 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 15:25:44.238 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 15:25:44.240 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 15:25:44.240 8 WARNING neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] subnetpool is already registered 2026-04-23 15:25:44.241 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 15:25:44.241 8 WARNING neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] subnetpool is already registered 2026-04-23 15:25:44.241 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 15:25:44.242 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 15:25:44.242 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 15:25:44.243 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 15:25:44.243 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 15:25:44.243 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 15:25:44.244 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 15:25:44.244 8 WARNING neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] ipsecpolicy is already registered 2026-04-23 15:25:44.244 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 15:25:44.245 8 WARNING neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] ikepolicy is already registered 2026-04-23 15:25:44.249 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 15:25:44.250 8 WARNING neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] router is already registered 2026-04-23 15:25:44.250 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 15:25:44.250 8 WARNING neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] floatingip is already registered 2026-04-23 15:25:44.254 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 15:25:44.254 8 WARNING neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] rbac_policy is already registered 2026-04-23 15:25:44.255 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 15:25:44.255 8 WARNING neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] security_group is already registered 2026-04-23 15:25:44.255 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 15:25:44.255 8 WARNING neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] security_group_rule is already registered 2026-04-23 15:25:44.256 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 15:25:44.256 8 WARNING neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] subnetpool is already registered 2026-04-23 15:25:44.257 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 15:25:44.257 8 WARNING neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] subnetpool is already registered 2026-04-23 15:25:44.258 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 15:25:44.258 8 WARNING neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] trunk is already registered 2026-04-23 15:25:44.258 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 15:25:44.258 8 WARNING neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] ikepolicy is already registered 2026-04-23 15:25:44.259 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 15:25:44.259 8 WARNING neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] ipsecpolicy is already registered 2026-04-23 15:25:44.259 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 15:25:44.259 8 WARNING neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] endpoint_group is already registered 2026-04-23 15:25:44.260 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 15:25:44.260 8 WARNING neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] vpnservice is already registered 2026-04-23 15:25:44.260 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 15:25:44.261 8 WARNING neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] ipsec_site_connection is already registered 2026-04-23 15:25:44.261 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 15:25:44.261 8 WARNING neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] ipsecpolicy is already registered 2026-04-23 15:25:44.261 8 INFO neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 15:25:44.262 8 WARNING neutron.quota.resource_registry [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] ikepolicy is already registered 2026-04-23 15:25:44.302 8 WARNING keystonemiddleware._common.config [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-23 15:25:44.309 8 WARNING oslo_config.cfg [None req-3e6ca39a-ed83-48bd-9ff5-496478ea9caa - - - - - -] 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 0x7f742a018668 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-04-23 15:25:49.782 7 INFO neutron.pecan_wsgi.hooks.translation [None req-86543fcc-2578-4d03-92b5-3c602587e844 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.204.45.57 () {44 vars in 922 bytes} [Thu Apr 23 15:25:48 2026] GET /v2.0/networks/public => generated 108 bytes in 867 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.57 () {44 vars in 944 bytes} [Thu Apr 23 15:25:49 2026] GET /v2.0/networks?name=public => generated 15 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 15:25:50.850 7 WARNING neutron.services.revisions.revision_plugin [None req-34e44439-bad7-4c8a-b741-f0cbbcc46ade f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Could not find related network for resource to bump revision. 2026-04-23 15:25:50.876 7 INFO neutron.db.segments_db [None req-34e44439-bad7-4c8a-b741-f0cbbcc46ade f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Added segment 87ebb029-9bfc-423e-846a-064d7e2a0dc7 of type flat for network 65233b5c-612f-44bd-8b87-b2574eb2e0f6 2026-04-23 15:25:50.939 7 INFO neutron.pecan_wsgi.hooks.translation [None req-34e44439-bad7-4c8a-b741-f0cbbcc46ade f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.204.45.57 () {48 vars in 962 bytes} [Thu Apr 23 15:25:50 2026] POST /v2.0/networks => generated 124 bytes in 713 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 15:25:56.927 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8d0d0096-3769-495d-b8c2-1dd27857c82f f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/8] 199.204.45.57 () {44 vars in 922 bytes} [Thu Apr 23 15:25:56 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: 3/9] 199.204.45.57 () {44 vars in 944 bytes} [Thu Apr 23 15:25:56 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 15:25:57.023 7 WARNING neutron.services.revisions.revision_plugin [None req-e332bad4-3a2a-4e70-9894-965b739c8d2e f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Could not find related network for resource to bump revision. 2026-04-23 15:25:57.041 7 INFO neutron.db.segments_db [None req-e332bad4-3a2a-4e70-9894-965b739c8d2e f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Added segment 66ac147c-dae8-4ad4-8bb5-2b3a7f2b4127 of type flat for network 068f66d6-aa61-41aa-a53a-bb9263dfc5ea 2026-04-23 15:25:57.070 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e332bad4-3a2a-4e70-9894-965b739c8d2e f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/10] 199.204.45.57 () {48 vars in 962 bytes} [Thu Apr 23 15:25:56 2026] POST /v2.0/networks => generated 124 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 15:26:03.299 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bc1722a5-e4f0-49d0-871f-ebf08bda933b f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.204.45.57 () {44 vars in 922 bytes} [Thu Apr 23 15:26:02 2026] GET /v2.0/networks/public => generated 108 bytes in 372 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.57 () {44 vars in 944 bytes} [Thu Apr 23 15:26:03 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 15:26:03.750 8 WARNING neutron.services.revisions.revision_plugin [None req-9b2dc4d0-0352-4ed5-9d91-98c518de7cd7 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Could not find related network for resource to bump revision. 2026-04-23 15:26:03.775 8 INFO neutron.db.segments_db [None req-9b2dc4d0-0352-4ed5-9d91-98c518de7cd7 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Added segment 2a3bbc9a-949b-4334-98fc-b94841a5d11a of type flat for network 482dcd4e-5168-4300-af95-a9a4c22d23c3 2026-04-23 15:26:03.826 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9b2dc4d0-0352-4ed5-9d91-98c518de7cd7 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.204.45.57 () {48 vars in 962 bytes} [Thu Apr 23 15:26:03 2026] POST /v2.0/networks => generated 124 bytes in 517 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 15:26:09.690 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5c4ba950-baa2-4130-a885-5a0f3fb7a4d1 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/14] 199.204.45.57 () {44 vars in 922 bytes} [Thu Apr 23 15:26:09 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: 8|app: 0|req: 6/15] 199.204.45.57 () {44 vars in 944 bytes} [Thu Apr 23 15:26:09 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 15:26:09.780 7 WARNING neutron.services.revisions.revision_plugin [None req-e4ad44cd-292b-4267-8c9d-a6e4d8df027e f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Could not find related network for resource to bump revision. 2026-04-23 15:26:09.801 7 INFO neutron.db.segments_db [None req-e4ad44cd-292b-4267-8c9d-a6e4d8df027e f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Added segment 9316e7b1-6002-4e17-ba6c-d95739e04fb9 of type flat for network 04a39d79-6c66-41b5-bc28-2984f819f67b 2026-04-23 15:26:09.828 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e4ad44cd-292b-4267-8c9d-a6e4d8df027e f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/16] 199.204.45.57 () {48 vars in 962 bytes} [Thu Apr 23 15:26:09 2026] POST /v2.0/networks => generated 124 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 15:26:15.837 7 INFO neutron.pecan_wsgi.hooks.translation [None req-df3fa464-4b73-4661-baa6-c46e969cfa2b f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 199.204.45.57 () {44 vars in 922 bytes} [Thu Apr 23 15:26:15 2026] GET /v2.0/networks/public => generated 108 bytes in 68 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.57 () {44 vars in 944 bytes} [Thu Apr 23 15:26:15 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-04-23 15:26:15.913 7 WARNING neutron.services.revisions.revision_plugin [None req-44056b8a-2138-4f2e-8996-d5cfe0a4f928 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Could not find related network for resource to bump revision. 2026-04-23 15:26:15.978 7 INFO neutron.db.segments_db [None req-44056b8a-2138-4f2e-8996-d5cfe0a4f928 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Added segment 29ade43f-cc1a-4942-a879-dd0e59777c1f of type flat for network ce858d36-984d-431d-9a40-e3ccbb1efa8f 2026-04-23 15:26:16.011 7 INFO neutron.pecan_wsgi.hooks.translation [None req-44056b8a-2138-4f2e-8996-d5cfe0a4f928 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/20] 199.204.45.57 () {48 vars in 962 bytes} [Thu Apr 23 15:26:15 2026] POST /v2.0/networks => generated 124 bytes in 297 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 15:26:22.069 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c29d768a-ba1e-47b2-9cc3-3022ab3a48e9 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.204.45.57 () {44 vars in 922 bytes} [Thu Apr 23 15:26:22 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/22] 199.204.45.57 () {44 vars in 944 bytes} [Thu Apr 23 15:26:22 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 15:26:22.153 8 WARNING neutron.services.revisions.revision_plugin [None req-259ce828-97c4-4958-90b2-07183fe5e0de f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Could not find related network for resource to bump revision. 2026-04-23 15:26:22.175 8 INFO neutron.db.segments_db [None req-259ce828-97c4-4958-90b2-07183fe5e0de f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Added segment 339f1a60-adce-4971-9811-4c18540337eb of type flat for network 0ab1a6f2-2991-4db5-9b8d-73ad9a0cb05d [pid: 8|app: 0|req: 10/23] 199.204.45.57 () {48 vars in 962 bytes} [Thu Apr 23 15:26:22 2026] POST /v2.0/networks => generated 706 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 15:26:23.398 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3339eded-e21c-400e-bb38-1785cd4d5132 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/24] 199.204.45.57 () {44 vars in 922 bytes} [Thu Apr 23 15:26:23 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/25] 199.204.45.57 () {44 vars in 944 bytes} [Thu Apr 23 15:26:23 2026] GET /v2.0/networks?name=public => generated 709 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 15:26:23.495 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2f17af4d-8cee-46a4-a8f1-b6cf57597bda f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/26] 199.204.45.57 () {44 vars in 1029 bytes} [Thu Apr 23 15:26:23 2026] GET /v2.0/subnets/public-subnet?network_id=0ab1a6f2-2991-4db5-9b8d-73ad9a0cb05d => generated 113 bytes in 48 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.57 () {44 vars in 1052 bytes} [Thu Apr 23 15:26:23 2026] GET /v2.0/subnets?name=public-subnet&network_id=0ab1a6f2-2991-4db5-9b8d-73ad9a0cb05d => generated 14 bytes in 33 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.57 () {48 vars in 960 bytes} [Thu Apr 23 15:26:23 2026] POST /v2.0/subnets => generated 664 bytes in 613 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 15:31:27.640 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8faa321a-32c0-4cc2-a085-60f4e719fb0e f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/70] 199.204.45.57 () {44 vars in 932 bytes} [Thu Apr 23 15:31:27 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 169 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/71] 199.204.45.57 () {44 vars in 954 bytes} [Thu Apr 23 15:31:27 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 15:31:27.746 7 INFO neutron.db.segments_db [None req-54a136c8-4e75-4a7a-9a88-2048efc47f20 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Added segment 80b7d9b2-9258-4639-9039-f0222a42b141 of type vxlan for network cd6106d2-39d4-4176-a4a5-a82c60314c3e [pid: 7|app: 0|req: 38/72] 199.204.45.57 () {48 vars in 961 bytes} [Thu Apr 23 15:31:27 2026] POST /v2.0/networks => generated 707 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 15:31:28.877 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b1ba8521-307b-4d70-97a7-86da3c307e12 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/73] 199.204.45.57 () {44 vars in 932 bytes} [Thu Apr 23 15:31:28 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/74] 199.204.45.57 () {44 vars in 954 bytes} [Thu Apr 23 15:31:28 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 15:31:28.954 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4d123c26-4da6-4103-8393-894917539665 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/75] 199.204.45.57 () {44 vars in 1031 bytes} [Thu Apr 23 15:31:28 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=cd6106d2-39d4-4176-a4a5-a82c60314c3e => generated 114 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/76] 199.204.45.57 () {44 vars in 1054 bytes} [Thu Apr 23 15:31:28 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=cd6106d2-39d4-4176-a4a5-a82c60314c3e => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/77] 199.204.45.57 () {48 vars in 960 bytes} [Thu Apr 23 15:31:28 2026] POST /v2.0/subnets => generated 651 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 15:31:30.569 7 INFO neutron.api.v2.resource [None req-3806bf40-b4c7-4411-8c45-63c30c5321af f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 41/78] 199.204.45.57 () {44 vars in 966 bytes} [Thu Apr 23 15:31:30 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/79] 199.204.45.57 () {44 vars in 988 bytes} [Thu Apr 23 15:31:30 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/80] 199.204.45.57 () {48 vars in 975 bytes} [Thu Apr 23 15:31:30 2026] POST /v2.0/security-groups => generated 1616 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:31:31 2026] GET /v2.0/security-groups/feb8c4f4-286d-4dc5-8b07-9ae6c40d3202 => generated 1616 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/82] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:31:32 2026] GET /v2.0/security-groups/feb8c4f4-286d-4dc5-8b07-9ae6c40d3202 => generated 1616 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/83] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:31:32 2026] GET /v2.0/security-groups/feb8c4f4-286d-4dc5-8b07-9ae6c40d3202 => generated 1616 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/84] 199.204.45.57 () {48 vars in 986 bytes} [Thu Apr 23 15:31:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:31:33 2026] GET /v2.0/security-groups/feb8c4f4-286d-4dc5-8b07-9ae6c40d3202 => generated 2230 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/86] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:31:33 2026] GET /v2.0/security-groups/feb8c4f4-286d-4dc5-8b07-9ae6c40d3202 => generated 2230 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:31:33 2026] GET /v2.0/security-groups/feb8c4f4-286d-4dc5-8b07-9ae6c40d3202 => generated 2230 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 199.204.45.57 () {48 vars in 986 bytes} [Thu Apr 23 15:31:33 2026] POST /v2.0/security-group-rules => generated 603 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:31:34 2026] GET /v2.0/security-groups/feb8c4f4-286d-4dc5-8b07-9ae6c40d3202 => generated 2846 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/90] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:31:34 2026] GET /v2.0/security-groups/feb8c4f4-286d-4dc5-8b07-9ae6c40d3202 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:31:34 2026] GET /v2.0/security-groups/feb8c4f4-286d-4dc5-8b07-9ae6c40d3202 => 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: 48/92] 199.204.45.57 () {48 vars in 986 bytes} [Thu Apr 23 15:31:34 2026] POST /v2.0/security-group-rules => generated 603 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:31:35 2026] GET /v2.0/security-groups/feb8c4f4-286d-4dc5-8b07-9ae6c40d3202 => generated 3462 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/94] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:31:35 2026] GET /v2.0/security-groups/feb8c4f4-286d-4dc5-8b07-9ae6c40d3202 => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/95] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:31:35 2026] GET /v2.0/security-groups/feb8c4f4-286d-4dc5-8b07-9ae6c40d3202 => generated 3462 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/96] 199.204.45.57 () {48 vars in 986 bytes} [Thu Apr 23 15:31:35 2026] POST /v2.0/security-group-rules => generated 603 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/97] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:31:36 2026] GET /v2.0/security-groups/feb8c4f4-286d-4dc5-8b07-9ae6c40d3202 => generated 4078 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/98] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:31:36 2026] GET /v2.0/security-groups/feb8c4f4-286d-4dc5-8b07-9ae6c40d3202 => generated 4078 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:31:36 2026] GET /v2.0/security-groups/feb8c4f4-286d-4dc5-8b07-9ae6c40d3202 => generated 4078 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/100] 199.204.45.57 () {48 vars in 986 bytes} [Thu Apr 23 15:31:36 2026] POST /v2.0/security-group-rules => generated 603 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/101] 199.204.45.57 () {44 vars in 982 bytes} [Thu Apr 23 15:31:38 2026] GET /v2.0/networks/cd6106d2-39d4-4176-a4a5-a82c60314c3e => generated 732 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 15:31:38.354 7 INFO neutron.pecan_wsgi.hooks.translation [None req-898786fe-0200-4e0d-98e4-06b214a38f66 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 53/102] 199.204.45.57 () {44 vars in 1071 bytes} [Thu Apr 23 15:31:38 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=cd6106d2-39d4-4176-a4a5-a82c60314c3e => generated 132 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/103] 199.204.45.57 () {44 vars in 1094 bytes} [Thu Apr 23 15:31:38 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=cd6106d2-39d4-4176-a4a5-a82c60314c3e => 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: 54/104] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:31:38 2026] GET /v2.0/security-groups/feb8c4f4-286d-4dc5-8b07-9ae6c40d3202 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/105] 199.204.45.57 () {48 vars in 956 bytes} [Thu Apr 23 15:31:38 2026] POST /v2.0/ports => generated 1096 bytes in 591 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: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 15:31:46.931 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2bcf8364-9385-47f0-8829-3699daf19f71 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/108] 199.204.45.57 () {44 vars in 975 bytes} [Thu Apr 23 15:31:46 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 70 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/109] 199.204.45.57 () {44 vars in 997 bytes} [Thu Apr 23 15:31:46 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: 54/110] 199.204.45.57 () {48 vars in 1027 bytes} [Thu Apr 23 15:31:47 2026] PUT /v2.0/ports/a3cfc70b-e03a-413d-9265-6662823221ca => generated 1245 bytes in 569 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/111] 199.204.45.57 () {44 vars in 915 bytes} [Thu Apr 23 15:31:49 2026] GET /v2.0/ports => generated 3726 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 15:31:50.561 8 INFO neutron.api.v2.resource [None req-3dae6244-4bc8-4903-b895-687a9a0202b5 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 55/112] 199.204.45.57 () {44 vars in 954 bytes} [Thu Apr 23 15:31:50 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/113] 199.204.45.57 () {44 vars in 976 bytes} [Thu Apr 23 15:31:50 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/114] 199.204.45.57 () {48 vars in 975 bytes} [Thu Apr 23 15:31:50 2026] POST /v2.0/security-groups => generated 1610 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/115] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:31:51 2026] GET /v2.0/security-groups/b29d5332-ff24-4135-ac0d-90f71c563df4 => generated 1610 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/116] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:31:51 2026] GET /v2.0/security-groups/b29d5332-ff24-4135-ac0d-90f71c563df4 => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/117] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:31:51 2026] GET /v2.0/security-groups/b29d5332-ff24-4135-ac0d-90f71c563df4 => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/118] 199.204.45.57 () {48 vars in 986 bytes} [Thu Apr 23 15:31:51 2026] POST /v2.0/security-group-rules => generated 621 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/119] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:31:52 2026] GET /v2.0/security-groups/b29d5332-ff24-4135-ac0d-90f71c563df4 => generated 2244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/120] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:31:52 2026] GET /v2.0/security-groups/b29d5332-ff24-4135-ac0d-90f71c563df4 => generated 2244 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/121] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:31:52 2026] GET /v2.0/security-groups/b29d5332-ff24-4135-ac0d-90f71c563df4 => generated 2244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/122] 199.204.45.57 () {48 vars in 986 bytes} [Thu Apr 23 15:31:52 2026] POST /v2.0/security-group-rules => generated 625 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 73/143] 199.204.45.57 () {44 vars in 970 bytes} [Thu Apr 23 15:34:11 2026] GET /v2.0/quotas/d47bf9afd2234ebeb76a180954d7105c => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 71/144] 199.204.45.57 () {48 vars in 1022 bytes} [Thu Apr 23 15:34:11 2026] PUT /v2.0/quotas/d47bf9afd2234ebeb76a180954d7105c => generated 291 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 15:36:32.301 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9597746c-9a4a-4652-86dc-675f99d8bc00 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 81/163] 199.204.45.57 () {30 vars in 740 bytes} [Thu Apr 23 15:36:32 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 159 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: 83/164] 199.204.45.57 () {30 vars in 762 bytes} [Thu Apr 23 15:36:32 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 15:36:34.363 8 INFO neutron.pecan_wsgi.hooks.translation [None req-410e52ea-a127-407d-a9c7-c971dee6b0a8 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 82/165] 199.204.45.57 () {30 vars in 740 bytes} [Thu Apr 23 15:36:34 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 84/166] 199.204.45.57 () {30 vars in 762 bytes} [Thu Apr 23 15:36:34 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 15:42:51.689 7 INFO neutron.api.v2.resource [None req-93e9f455-02fc-4fd5-9b8f-e0e40ad8830c f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 110/217] 199.204.45.57 () {44 vars in 1069 bytes} [Thu Apr 23 15:42:51 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=ab7beedc27964afab56871be8be174fe => generated 139 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/218] 199.204.45.57 () {44 vars in 1092 bytes} [Thu Apr 23 15:42:51 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=ab7beedc27964afab56871be8be174fe => generated 23 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/219] 199.204.45.57 () {48 vars in 976 bytes} [Thu Apr 23 15:42:51 2026] POST /v2.0/security-groups => generated 1624 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/220] 199.204.45.57 () {44 vars in 1083 bytes} [Thu Apr 23 15:42:53 2026] GET /v2.0/security-groups/ff4a0afa-636e-4eb0-b7b0-0839904a233c?project_id=ab7beedc27964afab56871be8be174fe => generated 1624 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/221] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:42:53 2026] GET /v2.0/security-groups/ff4a0afa-636e-4eb0-b7b0-0839904a233c => generated 1624 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/222] 199.204.45.57 () {44 vars in 1083 bytes} [Thu Apr 23 15:42:53 2026] GET /v2.0/security-groups/ff4a0afa-636e-4eb0-b7b0-0839904a233c?project_id=ab7beedc27964afab56871be8be174fe => generated 1624 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/223] 199.204.45.57 () {48 vars in 986 bytes} [Thu Apr 23 15:42:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/224] 199.204.45.57 () {44 vars in 1083 bytes} [Thu Apr 23 15:42:54 2026] GET /v2.0/security-groups/ff4a0afa-636e-4eb0-b7b0-0839904a233c?project_id=ab7beedc27964afab56871be8be174fe => 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: 114/225] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:42:54 2026] GET /v2.0/security-groups/ff4a0afa-636e-4eb0-b7b0-0839904a233c => generated 2234 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/226] 199.204.45.57 () {44 vars in 1083 bytes} [Thu Apr 23 15:42:54 2026] GET /v2.0/security-groups/ff4a0afa-636e-4eb0-b7b0-0839904a233c?project_id=ab7beedc27964afab56871be8be174fe => generated 2234 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/227] 199.204.45.57 () {48 vars in 986 bytes} [Thu Apr 23 15:42:54 2026] POST /v2.0/security-group-rules => generated 599 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/230] 199.204.45.57 () {44 vars in 1083 bytes} [Thu Apr 23 15:42:55 2026] GET /v2.0/security-groups/ff4a0afa-636e-4eb0-b7b0-0839904a233c?project_id=ab7beedc27964afab56871be8be174fe => generated 2846 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/231] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:42:55 2026] GET /v2.0/security-groups/ff4a0afa-636e-4eb0-b7b0-0839904a233c => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/232] 199.204.45.57 () {44 vars in 1083 bytes} [Thu Apr 23 15:42:55 2026] GET /v2.0/security-groups/ff4a0afa-636e-4eb0-b7b0-0839904a233c?project_id=ab7beedc27964afab56871be8be174fe => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/233] 199.204.45.57 () {48 vars in 986 bytes} [Thu Apr 23 15:42:55 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: 116/234] 199.204.45.57 () {44 vars in 1083 bytes} [Thu Apr 23 15:42:56 2026] GET /v2.0/security-groups/ff4a0afa-636e-4eb0-b7b0-0839904a233c?project_id=ab7beedc27964afab56871be8be174fe => generated 3460 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/235] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:42:56 2026] GET /v2.0/security-groups/ff4a0afa-636e-4eb0-b7b0-0839904a233c => generated 3460 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/236] 199.204.45.57 () {44 vars in 1083 bytes} [Thu Apr 23 15:42:57 2026] GET /v2.0/security-groups/ff4a0afa-636e-4eb0-b7b0-0839904a233c?project_id=ab7beedc27964afab56871be8be174fe => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/237] 199.204.45.57 () {48 vars in 986 bytes} [Thu Apr 23 15:42:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/256] 199.204.45.57 () {30 vars in 738 bytes} [Thu Apr 23 15:45:19 2026] GET /v2.0/networks?tenant_id=ab7beedc27964afab56871be8be174fe&shared=False => generated 15 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 15:45:19.890 8 INFO neutron.db.segments_db [None req-68d2017c-cc17-4d46-aad8-61474a3f4f4d a45550899dfa4f96918861719a16e96b ab7beedc27964afab56871be8be174fe - - 12ff0e6feee344cf90fbe156bb95a0a1 12ff0e6feee344cf90fbe156bb95a0a1] Added segment 0ff6abb8-7ed6-4538-8200-e2f1d11b574b of type vxlan for network feedf93d-e4d0-482a-aba9-0ca844a0772f [pid: 8|app: 0|req: 127/257] 199.204.45.57 () {34 vars in 680 bytes} [Thu Apr 23 15:45:19 2026] POST /v2.0/networks => generated 717 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/258] 199.204.45.57 () {30 vars in 720 bytes} [Thu Apr 23 15:45:20 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/259] 199.204.45.57 () {30 vars in 631 bytes} [Thu Apr 23 15:45:20 2026] GET /v2.0/extensions => generated 22037 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/260] 199.204.45.57 () {34 vars in 675 bytes} [Thu Apr 23 15:45:20 2026] POST /v2.0/ports => generated 999 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/261] 199.204.45.57 () {30 vars in 701 bytes} [Thu Apr 23 15:45:20 2026] GET /v2.0/networks/feedf93d-e4d0-482a-aba9-0ca844a0772f => generated 704 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/262] 199.204.45.57 () {30 vars in 720 bytes} [Thu Apr 23 15:45:22 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/263] 199.204.45.57 () {30 vars in 701 bytes} [Thu Apr 23 15:45:22 2026] GET /v2.0/networks/feedf93d-e4d0-482a-aba9-0ca844a0772f => generated 704 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/268] 199.204.45.57 () {44 vars in 970 bytes} [Thu Apr 23 15:45:41 2026] GET /v2.0/quotas/ab7beedc27964afab56871be8be174fe => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/269] 199.204.45.57 () {48 vars in 1022 bytes} [Thu Apr 23 15:45:41 2026] PUT /v2.0/quotas/ab7beedc27964afab56871be8be174fe => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 15:57:05.259 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b9bb314e-f225-48da-8168-fd863071c964 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 179/360] 199.204.45.57 () {44 vars in 922 bytes} [Thu Apr 23 15:57:05 2026] GET /v2.0/networks/public => generated 108 bytes in 157 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/361] 199.204.45.57 () {44 vars in 944 bytes} [Thu Apr 23 15:57:05 2026] GET /v2.0/networks?name=public => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 15:57:06.511 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b08153a2-fc97-4c59-8047-a5d8e1773ee7 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 180/362] 199.204.45.57 () {44 vars in 922 bytes} [Thu Apr 23 15:57:06 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/363] 199.204.45.57 () {44 vars in 944 bytes} [Thu Apr 23 15:57:06 2026] GET /v2.0/networks?name=public => generated 753 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 15:57:06.607 8 INFO neutron.pecan_wsgi.hooks.translation [None req-74b9aa0d-3dfc-4344-9185-e3375ba85288 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 181/364] 199.204.45.57 () {44 vars in 1029 bytes} [Thu Apr 23 15:57:06 2026] GET /v2.0/subnets/public-subnet?network_id=0ab1a6f2-2991-4db5-9b8d-73ad9a0cb05d => generated 113 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/365] 199.204.45.57 () {44 vars in 1052 bytes} [Thu Apr 23 15:57:06 2026] GET /v2.0/subnets?name=public-subnet&network_id=0ab1a6f2-2991-4db5-9b8d-73ad9a0cb05d => generated 667 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 15:57:35.563 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1776bc84-bba9-479e-b3aa-b3374f3a559d f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 187/370] 199.204.45.57 () {44 vars in 932 bytes} [Thu Apr 23 15:57:35 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/371] 199.204.45.57 () {44 vars in 954 bytes} [Thu Apr 23 15:57:35 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 15:57:36.581 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d871566e-4a6d-47eb-9ca7-4f56c8218ed6 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 188/372] 199.204.45.57 () {44 vars in 932 bytes} [Thu Apr 23 15:57:36 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/373] 199.204.45.57 () {44 vars in 954 bytes} [Thu Apr 23 15:57:36 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 15:57:36.660 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7675696a-f0a7-44f2-88c8-5c8b91be1285 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 189/374] 199.204.45.57 () {44 vars in 1031 bytes} [Thu Apr 23 15:57:36 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=cd6106d2-39d4-4176-a4a5-a82c60314c3e => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/375] 199.204.45.57 () {44 vars in 1054 bytes} [Thu Apr 23 15:57:36 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=cd6106d2-39d4-4176-a4a5-a82c60314c3e => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 15:57:37.919 7 INFO neutron.api.v2.resource [None req-ae814444-bbf5-4a86-a18b-1ad00af8218d f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 190/376] 199.204.45.57 () {44 vars in 966 bytes} [Thu Apr 23 15:57:37 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/377] 199.204.45.57 () {44 vars in 988 bytes} [Thu Apr 23 15:57:37 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/378] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:57:39 2026] GET /v2.0/security-groups/feb8c4f4-286d-4dc5-8b07-9ae6c40d3202 => generated 4694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/379] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:57:39 2026] GET /v2.0/security-groups/feb8c4f4-286d-4dc5-8b07-9ae6c40d3202 => 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: 192/380] 199.204.45.57 () {44 vars in 1006 bytes} [Thu Apr 23 15:57:39 2026] GET /v2.0/security-group-rules/dc155ef8-da7a-4cc9-b123-e5cf769babbe => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/383] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:57:40 2026] GET /v2.0/security-groups/feb8c4f4-286d-4dc5-8b07-9ae6c40d3202 => generated 4694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/384] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:57:40 2026] GET /v2.0/security-groups/feb8c4f4-286d-4dc5-8b07-9ae6c40d3202 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/385] 199.204.45.57 () {44 vars in 1006 bytes} [Thu Apr 23 15:57:40 2026] GET /v2.0/security-group-rules/874452b0-fa74-4a05-84de-13fc75093bcf => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/386] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:57:41 2026] GET /v2.0/security-groups/feb8c4f4-286d-4dc5-8b07-9ae6c40d3202 => generated 4694 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/387] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:57:41 2026] GET /v2.0/security-groups/feb8c4f4-286d-4dc5-8b07-9ae6c40d3202 => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/388] 199.204.45.57 () {44 vars in 1006 bytes} [Thu Apr 23 15:57:41 2026] GET /v2.0/security-group-rules/abf54005-5db6-4d8b-93c2-0b901ea206e6 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/389] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:57:42 2026] GET /v2.0/security-groups/feb8c4f4-286d-4dc5-8b07-9ae6c40d3202 => generated 4694 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/390] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:57:42 2026] GET /v2.0/security-groups/feb8c4f4-286d-4dc5-8b07-9ae6c40d3202 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/391] 199.204.45.57 () {44 vars in 1006 bytes} [Thu Apr 23 15:57:42 2026] GET /v2.0/security-group-rules/1bd1ccfe-1e88-4876-9941-7ade5832f2d8 => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/392] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:57:43 2026] GET /v2.0/security-groups/feb8c4f4-286d-4dc5-8b07-9ae6c40d3202 => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/393] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:57:43 2026] GET /v2.0/security-groups/feb8c4f4-286d-4dc5-8b07-9ae6c40d3202 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/394] 199.204.45.57 () {44 vars in 1006 bytes} [Thu Apr 23 15:57:43 2026] GET /v2.0/security-group-rules/6c753e35-2444-45b6-84a6-b134cdd7f6e4 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/395] 199.204.45.57 () {44 vars in 982 bytes} [Thu Apr 23 15:57:44 2026] GET /v2.0/networks/cd6106d2-39d4-4176-a4a5-a82c60314c3e => generated 732 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 15:57:44.531 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1702fd92-ffcc-448c-a365-543fa558f6ce f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 200/396] 199.204.45.57 () {44 vars in 1071 bytes} [Thu Apr 23 15:57:44 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=cd6106d2-39d4-4176-a4a5-a82c60314c3e => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/397] 199.204.45.57 () {44 vars in 1094 bytes} [Thu Apr 23 15:57:44 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=cd6106d2-39d4-4176-a4a5-a82c60314c3e => generated 1250 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/398] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:57:44 2026] GET /v2.0/security-groups/feb8c4f4-286d-4dc5-8b07-9ae6c40d3202 => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 15:57:53.327 8 INFO neutron.pecan_wsgi.hooks.translation [None req-60201d4c-e027-4365-8da1-b518f89dc1e5 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 198/399] 199.204.45.57 () {44 vars in 975 bytes} [Thu Apr 23 15:57:53 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/400] 199.204.45.57 () {44 vars in 997 bytes} [Thu Apr 23 15:57:53 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/403] 199.204.45.57 () {44 vars in 915 bytes} [Thu Apr 23 15:57:54 2026] GET /v2.0/ports => generated 4721 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 15:57:56.135 7 INFO neutron.api.v2.resource [None req-f3641fa2-f574-4620-b12d-6707e3172d2e f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 204/404] 199.204.45.57 () {44 vars in 954 bytes} [Thu Apr 23 15:57:56 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/405] 199.204.45.57 () {44 vars in 976 bytes} [Thu Apr 23 15:57:56 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/406] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:57:57 2026] GET /v2.0/security-groups/b29d5332-ff24-4135-ac0d-90f71c563df4 => generated 2882 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/407] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:57:57 2026] GET /v2.0/security-groups/b29d5332-ff24-4135-ac0d-90f71c563df4 => generated 2882 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/408] 199.204.45.57 () {44 vars in 1006 bytes} [Thu Apr 23 15:57:57 2026] GET /v2.0/security-group-rules/83c461d2-1814-4233-b8f9-6f1dc00bafe3 => generated 621 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/409] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:57:58 2026] GET /v2.0/security-groups/b29d5332-ff24-4135-ac0d-90f71c563df4 => generated 2882 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/410] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:57:58 2026] GET /v2.0/security-groups/b29d5332-ff24-4135-ac0d-90f71c563df4 => generated 2882 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/411] 199.204.45.57 () {44 vars in 1006 bytes} [Thu Apr 23 15:57:58 2026] GET /v2.0/security-group-rules/21cef746-17b6-459d-8b58-d1d9d3de58dc => generated 625 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/414] 199.204.45.57 () {44 vars in 970 bytes} [Thu Apr 23 15:58:10 2026] GET /v2.0/quotas/d47bf9afd2234ebeb76a180954d7105c => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 15:59:06.100 7 INFO neutron.api.v2.resource [None req-5efbf486-bfcf-4057-843f-4dca827cd475 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 212/421] 199.204.45.57 () {44 vars in 1069 bytes} [Thu Apr 23 15:59:06 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=ab7beedc27964afab56871be8be174fe => generated 139 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/422] 199.204.45.57 () {44 vars in 1092 bytes} [Thu Apr 23 15:59:06 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=ab7beedc27964afab56871be8be174fe => generated 4072 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/423] 199.204.45.57 () {44 vars in 1083 bytes} [Thu Apr 23 15:59:07 2026] GET /v2.0/security-groups/ff4a0afa-636e-4eb0-b7b0-0839904a233c?project_id=ab7beedc27964afab56871be8be174fe => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/424] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:59:07 2026] GET /v2.0/security-groups/ff4a0afa-636e-4eb0-b7b0-0839904a233c => generated 4075 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/425] 199.204.45.57 () {44 vars in 1006 bytes} [Thu Apr 23 15:59:07 2026] GET /v2.0/security-group-rules/480d2704-d035-4476-9269-5c72e1ca5245 => generated 597 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/426] 199.204.45.57 () {44 vars in 1083 bytes} [Thu Apr 23 15:59:08 2026] GET /v2.0/security-groups/ff4a0afa-636e-4eb0-b7b0-0839904a233c?project_id=ab7beedc27964afab56871be8be174fe => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/427] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:59:08 2026] GET /v2.0/security-groups/ff4a0afa-636e-4eb0-b7b0-0839904a233c => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/428] 199.204.45.57 () {44 vars in 1006 bytes} [Thu Apr 23 15:59:08 2026] GET /v2.0/security-group-rules/3cb17b77-11a1-486c-ae10-763371fba9e4 => generated 599 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/429] 199.204.45.57 () {44 vars in 1083 bytes} [Thu Apr 23 15:59:09 2026] GET /v2.0/security-groups/ff4a0afa-636e-4eb0-b7b0-0839904a233c?project_id=ab7beedc27964afab56871be8be174fe => generated 4075 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/430] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:59:09 2026] GET /v2.0/security-groups/ff4a0afa-636e-4eb0-b7b0-0839904a233c => generated 4075 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/431] 199.204.45.57 () {44 vars in 1006 bytes} [Thu Apr 23 15:59:09 2026] GET /v2.0/security-group-rules/a20738b1-730c-4bf1-a831-a76b7dd5a8c8 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/434] 199.204.45.57 () {44 vars in 1083 bytes} [Thu Apr 23 15:59:10 2026] GET /v2.0/security-groups/ff4a0afa-636e-4eb0-b7b0-0839904a233c?project_id=ab7beedc27964afab56871be8be174fe => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/435] 199.204.45.57 () {44 vars in 996 bytes} [Thu Apr 23 15:59:10 2026] GET /v2.0/security-groups/ff4a0afa-636e-4eb0-b7b0-0839904a233c => generated 4075 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/436] 199.204.45.57 () {44 vars in 1006 bytes} [Thu Apr 23 15:59:10 2026] GET /v2.0/security-group-rules/b775f77f-0d99-4707-972a-b03456528c3e => generated 602 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/437] 199.204.45.57 () {44 vars in 970 bytes} [Thu Apr 23 15:59:17 2026] GET /v2.0/quotas/ab7beedc27964afab56871be8be174fe => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/446] 199.204.45.57 () {44 vars in 944 bytes} [Thu Apr 23 16:00:12 2026] GET /v2.0/networks?name=public => generated 753 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/455] 10.0.0.50 () {32 vars in 647 bytes} [Thu Apr 23 16:01:14 2026] GET /v2.0/networks => generated 2167 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/456] 10.0.0.50 () {32 vars in 653 bytes} [Thu Apr 23 16:01:15 2026] GET /v2.0/floatingips => generated 19 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/457] 10.0.0.50 () {32 vars in 645 bytes} [Thu Apr 23 16:01:15 2026] GET /v2.0/routers => generated 15 bytes in 57 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.50 () {32 vars in 641 bytes} [Thu Apr 23 16:01:15 2026] GET /v2.0/ports => generated 4721 bytes in 57 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.50 () {32 vars in 645 bytes} [Thu Apr 23 16:01:15 2026] GET /v2.0/subnets => generated 1308 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/460] 10.0.0.50 () {32 vars in 647 bytes} [Thu Apr 23 16:01:15 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: 7|app: 0|req: 232/461] 10.0.0.50 () {32 vars in 661 bytes} [Thu Apr 23 16:01:15 2026] GET /v2.0/security-groups => generated 17397 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/462] 10.0.0.50 () {32 vars in 653 bytes} [Thu Apr 23 16:01:15 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) 2026-04-23 16:01:27.457 7 INFO neutron.db.segments_db [None req-f86e017c-6054-4e3d-9183-eef985f0ccc7 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Added segment 54cda1c6-aeef-43f6-bd4a-a7307c1b3eeb of type vxlan for network ed10f77f-3dda-4e27-aa31-1153e238400b 2026-04-23 16:01:27.541 8 INFO neutron.db.segments_db [None req-828e55d1-db26-4e7f-bc95-d9f34cdcfcb4 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Added segment 4837d253-e3f2-48fe-999f-a00b5bd53d90 of type vxlan for network 095d72e5-1f6e-4398-9a62-6f6b695a94d6 [pid: 7|app: 0|req: 234/465] 10.0.0.50 () {34 vars in 669 bytes} [Thu Apr 23 16:01:27 2026] POST /v2.0/networks => generated 743 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/466] 10.0.0.50 () {34 vars in 669 bytes} [Thu Apr 23 16:01:27 2026] POST /v2.0/networks => generated 749 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/467] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:01:27 2026] POST /v2.0/subnets => generated 691 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:01:27.867 7 INFO neutron.db.segments_db [None req-dec0a278-94de-4859-8927-45d42c0d2130 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Added segment 71bd5cf4-56e6-4869-bfe3-5d7f0d5c207d of type vxlan for network 561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2 [pid: 7|app: 0|req: 235/468] 10.0.0.50 () {34 vars in 669 bytes} [Thu Apr 23 16:01:27 2026] POST /v2.0/networks => generated 752 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:01:28.004 7 WARNING neutron.db.securitygroups_db [None req-bb675add-0edf-43b4-ad8a-64062fa6b404 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 234/469] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:01:27 2026] POST /v2.0/subnets => generated 696 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:01:28.086 8 INFO neutron.db.segments_db [None req-98c78282-695e-4b01-930d-b25f3ada2ddd f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Added segment 4b02666e-aade-447c-a514-5fa9e971ca0e of type vxlan for network 37d260bb-e998-4308-b5f6-598ea4ae7bc3 [pid: 7|app: 0|req: 236/470] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:01:27 2026] GET /v2.0/security-groups?tenant_id=1789689f02f24fa9928aa152bcf90948&name=default => generated 2921 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/471] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:01:28 2026] POST /v2.0/subnets => generated 699 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:01:28.345 7 INFO neutron.db.segments_db [None req-c1fe711d-b5d0-4c81-9eb7-bddc2a62cedb f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Added segment 29f2aa52-227e-452d-98a6-8715ba6a0c2c of type vxlan for network 9af6e76d-7304-4f2d-83f5-b7cb16784b6d 2026-04-23 16:01:28.362 8 INFO neutron.db.l3_hamode_db [None req-98c78282-695e-4b01-930d-b25f3ada2ddd f6da539685604a2da7012f5530a5d95c 9a2ca72dc34b40ce8b785efd3de9857a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 16:01:28.623 7 INFO neutron.db.l3_hamode_db [None req-c1fe711d-b5d0-4c81-9eb7-bddc2a62cedb f6da539685604a2da7012f5530a5d95c 6a8167e8d20942de9ae74e2616167ec4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 16:01:29.470 8 INFO neutron.db.l3_hamode_db [None req-98c78282-695e-4b01-930d-b25f3ada2ddd f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 16:01:29.943 7 INFO neutron.db.l3_hamode_db [None req-c1fe711d-b5d0-4c81-9eb7-bddc2a62cedb f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 235/472] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:01:28 2026] POST /v2.0/routers => generated 731 bytes in 2608 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/473] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:01:30 2026] DELETE /v2.0/security-groups/5078a622-ed4c-4f56-97f1-d9571fd8e179 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:01:30.822 8 INFO neutron.db.segments_db [None req-b6a8463e-bb45-496e-87b3-9a81fa0d04fc f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Added segment afa367c9-c789-443e-b04f-c5b986e65986 of type vxlan for network 8b91efb5-9aea-4f59-818e-ff9c50e537d9 [pid: 7|app: 0|req: 238/474] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:01:28 2026] POST /v2.0/routers => generated 736 bytes in 2677 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:01:31.065 8 INFO neutron.db.l3_hamode_db [None req-b6a8463e-bb45-496e-87b3-9a81fa0d04fc f6da539685604a2da7012f5530a5d95c ca64230881cf400cbbe24222dad4d2a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 16:01:31.812 8 INFO neutron.db.l3_hamode_db [None req-b6a8463e-bb45-496e-87b3-9a81fa0d04fc f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 239/475] 10.0.0.50 () {34 vars in 781 bytes} [Thu Apr 23 16:01:30 2026] PUT /v2.0/routers/8f621ca7-ba66-4746-9b4b-ef24fdf6e2d7/add_router_interface => generated 310 bytes in 1389 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/476] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:01:30 2026] POST /v2.0/routers => generated 739 bytes in 2018 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:01:33.028 8 INFO neutron.db.segments_db [None req-0ee60800-0a5b-426e-b0c3-441f5db5333b f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Added segment 58fa49e0-d8ba-49cb-9946-1530423d0755 of type vxlan for network f187569b-3ece-44f4-9377-89dbf93f8df0 [pid: 8|app: 0|req: 238/477] 10.0.0.50 () {34 vars in 669 bytes} [Thu Apr 23 16:01:32 2026] POST /v2.0/networks => generated 747 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/478] 10.0.0.50 () {34 vars in 781 bytes} [Thu Apr 23 16:01:32 2026] PUT /v2.0/routers/0d3f8e6f-a7b4-47d9-ae70-f5056f7dec04/add_router_interface => generated 310 bytes in 1266 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/479] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:01:33 2026] POST /v2.0/subnets => generated 694 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/480] 10.0.0.164 () {38 vars in 970 bytes} [Thu Apr 23 16:01:33 2026] POST /v2.0/security-groups => generated 1682 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 16:01:34.101 7 INFO neutron.db.segments_db [None req-76552711-7c37-46e4-8bb5-964557876624 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Added segment a9b8c00d-adb7-494f-b340-e558b4a753a6 of type vxlan for network 4075419a-fbaa-47e8-ac08-d174b0c06f26 [pid: 8|app: 0|req: 239/481] 10.0.0.50 () {34 vars in 781 bytes} [Thu Apr 23 16:01:33 2026] PUT /v2.0/routers/15682250-006d-4708-b87f-889632dd7184/add_router_interface => generated 310 bytes in 1207 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:01:34.429 7 INFO neutron.db.l3_hamode_db [None req-76552711-7c37-46e4-8bb5-964557876624 f6da539685604a2da7012f5530a5d95c 35e44ed2e85a401286f19236cd04119e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 240/482] 10.0.0.164 () {38 vars in 970 bytes} [Thu Apr 23 16:01:34 2026] POST /v2.0/security-groups => generated 1682 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/483] 10.0.0.164 () {38 vars in 970 bytes} [Thu Apr 23 16:01:34 2026] POST /v2.0/security-groups => generated 1685 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/484] 10.0.0.164 () {38 vars in 970 bytes} [Thu Apr 23 16:01:34 2026] POST /v2.0/security-groups => generated 1681 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/485] 10.0.0.164 () {34 vars in 990 bytes} [Thu Apr 23 16:01:34 2026] GET /v2.0/security-groups/cba2ebb9-fd13-46b2-9624-1d4cb56b8335 => generated 1685 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/486] 10.0.0.164 () {38 vars in 980 bytes} [Thu Apr 23 16:01:34 2026] POST /v2.0/security-group-rules => generated 614 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/487] 10.0.0.50 () {34 vars in 683 bytes} [Thu Apr 23 16:01:34 2026] POST /v2.0/security-groups => generated 1661 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 16:01:35.103 8 WARNING neutron.db.securitygroups_db [req-e1ac449c-7831-48da-97be-d2b127bafea7 req-8f903281-44f8-4b11-a3e0-4fc015faae36 1be742325c1f440f98a65532f08fddd0 9a2ca72dc34b40ce8b785efd3de9857a - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 246/488] 10.0.0.164 () {34 vars in 1001 bytes} [Thu Apr 23 16:01:35 2026] GET /v2.0/security-groups?tenant_id=9a2ca72dc34b40ce8b785efd3de9857a => generated 7906 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/489] 10.0.0.164 () {38 vars in 970 bytes} [Thu Apr 23 16:01:35 2026] POST /v2.0/security-groups => generated 1684 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 16:01:35.346 7 INFO neutron.db.l3_hamode_db [None req-76552711-7c37-46e4-8bb5-964557876624 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 248/490] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:01:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/491] 10.0.0.164 () {34 vars in 990 bytes} [Thu Apr 23 16:01:35 2026] GET /v2.0/security-groups/05cb385b-4070-4bd2-bfe0-162c29b593a6 => generated 2918 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/492] 10.0.0.164 () {34 vars in 990 bytes} [Thu Apr 23 16:01:35 2026] GET /v2.0/security-groups/ad86bec5-b0b8-45cd-aa12-db99bf3f0a96 => generated 1684 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/493] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:01:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/494] 10.0.0.164 () {34 vars in 990 bytes} [Thu Apr 23 16:01:35 2026] GET /v2.0/security-groups/05cb385b-4070-4bd2-bfe0-162c29b593a6 => generated 2918 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/495] 10.0.0.164 () {38 vars in 980 bytes} [Thu Apr 23 16:01:35 2026] POST /v2.0/security-group-rules => generated 614 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/496] 10.0.0.50 () {34 vars in 674 bytes} [Thu Apr 23 16:01:35 2026] POST /v2.0/floatingips => generated 552 bytes in 602 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/497] 10.0.0.164 () {34 vars in 990 bytes} [Thu Apr 23 16:01:36 2026] GET /v2.0/security-groups/6754e911-0e74-45cc-9a1b-3a7368fb9b5f => generated 1682 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/498] 10.0.0.164 () {34 vars in 990 bytes} [Thu Apr 23 16:01:36 2026] GET /v2.0/security-groups/ad86bec5-b0b8-45cd-aa12-db99bf3f0a96 => generated 2309 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/499] 10.0.0.164 () {36 vars in 1012 bytes} [Thu Apr 23 16:01:36 2026] DELETE /v2.0/security-groups/6754e911-0e74-45cc-9a1b-3a7368fb9b5f => 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: 243/500] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:01:34 2026] POST /v2.0/routers => generated 734 bytes in 2459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:01:36.513 7 INFO neutron.api.v2.resource [req-94978828-6916-458f-af45-4f425ead11aa req-7f0cd764-ec9d-40ab-b603-382d59af0780 1be742325c1f440f98a65532f08fddd0 9a2ca72dc34b40ce8b785efd3de9857a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 244/501] 10.0.0.164 () {34 vars in 990 bytes} [Thu Apr 23 16:01:36 2026] GET /v2.0/security-groups/6754e911-0e74-45cc-9a1b-3a7368fb9b5f => 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: 258/502] 10.0.0.164 () {38 vars in 980 bytes} [Thu Apr 23 16:01:36 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: 259/503] 10.0.0.164 () {34 vars in 990 bytes} [Thu Apr 23 16:01:36 2026] GET /v2.0/security-groups/ad3d8ff8-1876-4f0c-96e0-05a585a728d9 => generated 1682 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/504] 10.0.0.164 () {34 vars in 990 bytes} [Thu Apr 23 16:01:36 2026] GET /v2.0/security-groups/ad86bec5-b0b8-45cd-aa12-db99bf3f0a96 => generated 2939 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/505] 10.0.0.164 () {36 vars in 1012 bytes} [Thu Apr 23 16:01:36 2026] DELETE /v2.0/security-groups/ad3d8ff8-1876-4f0c-96e0-05a585a728d9 => 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: 262/506] 10.0.0.164 () {34 vars in 1000 bytes} [Thu Apr 23 16:01:36 2026] GET /v2.0/security-group-rules/a97de5ab-0f7e-4af7-b6d8-ca3ffa0e0ddc => generated 616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/507] 10.0.0.164 () {34 vars in 990 bytes} [Thu Apr 23 16:01:36 2026] GET /v2.0/security-groups/ad86bec5-b0b8-45cd-aa12-db99bf3f0a96 => generated 2939 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:01:36.778 8 WARNING neutron.db.securitygroups_db [req-325ecb8b-ee2e-43c6-bbb8-abb3ffd85cd6 req-75e94f48-abc1-4e84-9673-792963b1ae87 d0f9cf1f00894d1497b70611cde87949 ca64230881cf400cbbe24222dad4d2a0 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 264/508] 10.0.0.164 () {34 vars in 1099 bytes} [Thu Apr 23 16:01:36 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1134780013&fields=id&tenant_id=ca64230881cf400cbbe24222dad4d2a0 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/509] 10.0.0.164 () {36 vars in 1022 bytes} [Thu Apr 23 16:01:36 2026] DELETE /v2.0/security-group-rules/a97de5ab-0f7e-4af7-b6d8-ca3ffa0e0ddc => 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: 266/510] 10.0.0.164 () {34 vars in 981 bytes} [Thu Apr 23 16:01:36 2026] GET /v2.0/networks?id=561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2 => generated 684 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:01:36.961 8 INFO neutron.api.v2.resource [req-e8905a82-a8ce-45bd-bf53-970f09130671 req-b8b5e38f-1063-4d09-a5ea-c237a5e34c37 1be742325c1f440f98a65532f08fddd0 9a2ca72dc34b40ce8b785efd3de9857a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 267/511] 10.0.0.164 () {34 vars in 990 bytes} [Thu Apr 23 16:01:36 2026] GET /v2.0/security-groups/ad3d8ff8-1876-4f0c-96e0-05a585a728d9 => 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: 268/512] 10.0.0.164 () {34 vars in 964 bytes} [Thu Apr 23 16:01:36 2026] GET /v2.0/quotas/ca64230881cf400cbbe24222dad4d2a0 => 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: 269/513] 10.0.0.164 () {34 vars in 990 bytes} [Thu Apr 23 16:01:36 2026] GET /v2.0/security-groups/ad86bec5-b0b8-45cd-aa12-db99bf3f0a96 => generated 2309 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/514] 10.0.0.164 () {34 vars in 1001 bytes} [Thu Apr 23 16:01:37 2026] GET /v2.0/ports?tenant_id=ca64230881cf400cbbe24222dad4d2a0&fields=id => generated 57 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/515] 10.0.0.164 () {36 vars in 1012 bytes} [Thu Apr 23 16:01:37 2026] DELETE /v2.0/security-groups/ad86bec5-b0b8-45cd-aa12-db99bf3f0a96 => 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: 272/516] 10.0.0.164 () {34 vars in 990 bytes} [Thu Apr 23 16:01:37 2026] GET /v2.0/security-groups/f7e9dcd4-2314-48d3-a0e8-a4aae6f118e9 => generated 1681 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/517] 10.0.0.164 () {34 vars in 906 bytes} [Thu Apr 23 16:01:37 2026] GET /v2.0/extensions => generated 22037 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/518] 10.0.0.164 () {36 vars in 1012 bytes} [Thu Apr 23 16:01:37 2026] DELETE /v2.0/security-groups/f7e9dcd4-2314-48d3-a0e8-a4aae6f118e9 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/519] 10.0.0.164 () {34 vars in 1007 bytes} [Thu Apr 23 16:01:37 2026] GET /v2.0/networks/561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2?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: 276/520] 10.0.0.164 () {34 vars in 990 bytes} [Thu Apr 23 16:01:37 2026] GET /v2.0/security-groups/cba2ebb9-fd13-46b2-9624-1d4cb56b8335 => generated 2310 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/521] 10.0.0.50 () {34 vars in 781 bytes} [Thu Apr 23 16:01:36 2026] PUT /v2.0/routers/cf3c38bd-323a-4389-bd18-26b030998165/add_router_interface => generated 310 bytes in 1362 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/522] 10.0.0.164 () {34 vars in 1107 bytes} [Thu Apr 23 16:01:37 2026] GET /v2.0/networks/561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2?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: 246/523] 10.0.0.164 () {36 vars in 1012 bytes} [Thu Apr 23 16:01:37 2026] DELETE /v2.0/security-groups/cba2ebb9-fd13-46b2-9624-1d4cb56b8335 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:01:38.001 7 INFO neutron.api.v2.resource [req-1dfeb164-7ff6-4c0e-b328-1b7918b4c442 req-77ec2e87-fd40-4dfb-9aaa-ec7fc8b3abe9 1be742325c1f440f98a65532f08fddd0 9a2ca72dc34b40ce8b785efd3de9857a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 247/524] 10.0.0.164 () {34 vars in 990 bytes} [Thu Apr 23 16:01:37 2026] GET /v2.0/security-groups/f7e9dcd4-2314-48d3-a0e8-a4aae6f118e9 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:01:38.030 7 WARNING neutron.db.securitygroups_db [req-d64e6d8d-e722-48d8-b35b-552c08ef7673 req-84d868ef-eb7b-40c0-afcb-d8491089ce56 1be742325c1f440f98a65532f08fddd0 9a2ca72dc34b40ce8b785efd3de9857a - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 248/525] 10.0.0.164 () {34 vars in 1001 bytes} [Thu Apr 23 16:01:38 2026] GET /v2.0/security-groups?tenant_id=9a2ca72dc34b40ce8b785efd3de9857a => generated 2921 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/526] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:38 2026] GET /v2.0/ports?device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/527] 10.0.0.164 () {34 vars in 990 bytes} [Thu Apr 23 16:01:38 2026] GET /v2.0/security-groups/05cb385b-4070-4bd2-bfe0-162c29b593a6 => generated 2918 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/528] 10.0.0.164 () {34 vars in 990 bytes} [Thu Apr 23 16:01:38 2026] GET /v2.0/security-groups/05cb385b-4070-4bd2-bfe0-162c29b593a6 => generated 2918 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:01:38.216 7 INFO neutron.api.v2.resource [req-a4ca31e2-98ce-4e9e-bfdf-447b51ae74f9 req-eb9687a0-077f-46eb-97ca-5a6af0a59b69 1be742325c1f440f98a65532f08fddd0 9a2ca72dc34b40ce8b785efd3de9857a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 252/529] 10.0.0.164 () {34 vars in 990 bytes} [Thu Apr 23 16:01:38 2026] GET /v2.0/security-groups/f7e9dcd4-2314-48d3-a0e8-a4aae6f118e9 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:01:38.252 7 INFO neutron.api.v2.resource [req-5210d961-1b58-4244-93e4-101445a7c94f req-9c2421af-08fc-4c87-9818-ea489af3e51c 1be742325c1f440f98a65532f08fddd0 9a2ca72dc34b40ce8b785efd3de9857a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 253/530] 10.0.0.164 () {34 vars in 990 bytes} [Thu Apr 23 16:01:38 2026] GET /v2.0/security-groups/ad3d8ff8-1876-4f0c-96e0-05a585a728d9 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:01:38.287 7 INFO neutron.api.v2.resource [req-00e53fe8-982e-499d-90f8-da31f51fdcbc req-0a755d90-a6d3-4644-ba98-29f78d9652d9 1be742325c1f440f98a65532f08fddd0 9a2ca72dc34b40ce8b785efd3de9857a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 254/531] 10.0.0.164 () {34 vars in 990 bytes} [Thu Apr 23 16:01:38 2026] GET /v2.0/security-groups/6754e911-0e74-45cc-9a1b-3a7368fb9b5f => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:01:38.508 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb0795c4-307d-4c28-89a0-1cdde6846b8a f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: 8bae4b93-0d54-4aef-9789-b709bedd1cb5 2026-04-23 16:01:38.516 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb0795c4-307d-4c28-89a0-1cdde6846b8a f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: 8bae4b93-0d54-4aef-9789-b709bedd1cb5 2026-04-23 16:01:38.711 7 INFO neutron_taas.services.taas.taas_plugin [None req-14933e31-ae0c-45ef-8bc6-f0b1708e1619 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: 0515e66f-2c89-47ad-8750-9d2747c21fa2 2026-04-23 16:01:38.718 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14933e31-ae0c-45ef-8bc6-f0b1708e1619 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: 0515e66f-2c89-47ad-8750-9d2747c21fa2 [pid: 8|app: 0|req: 278/532] 10.0.0.50 () {34 vars in 787 bytes} [Thu Apr 23 16:01:37 2026] PUT /v2.0/routers/0d3f8e6f-a7b4-47d9-ae70-f5056f7dec04/remove_router_interface => generated 310 bytes in 1060 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/533] 10.0.0.50 () {34 vars in 683 bytes} [Thu Apr 23 16:01:39 2026] POST /v2.0/security-groups => generated 1661 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/534] 10.0.0.50 () {34 vars in 787 bytes} [Thu Apr 23 16:01:38 2026] PUT /v2.0/routers/8f621ca7-ba66-4746-9b4b-ef24fdf6e2d7/remove_router_interface => generated 310 bytes in 1010 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:01:39.414 8 INFO neutron_taas.services.taas.taas_plugin [None req-0591bebf-6555-4cfa-9dfc-8ac37825ed51 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: 527c31d6-76be-494e-aa5e-cf2d9d946dc2 2026-04-23 16:01:39.418 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0591bebf-6555-4cfa-9dfc-8ac37825ed51 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: 527c31d6-76be-494e-aa5e-cf2d9d946dc2 [pid: 7|app: 0|req: 256/535] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:01:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/536] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:39 2026] GET /v2.0/ports?device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:01:39.720 8 INFO neutron_taas.services.taas.taas_plugin [None req-0591bebf-6555-4cfa-9dfc-8ac37825ed51 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: cef30ea1-fd75-4bf0-b939-b1131fd02d66 2026-04-23 16:01:39.723 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0591bebf-6555-4cfa-9dfc-8ac37825ed51 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: cef30ea1-fd75-4bf0-b939-b1131fd02d66 2026-04-23 16:01:39.739 7 INFO neutron_taas.services.taas.taas_plugin [None req-9bf5c5ca-2629-4ffd-bcd6-6ed4d5ea011d f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: 9766c120-c61b-487a-8bf4-2209a2d09ad1 2026-04-23 16:01:39.743 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bf5c5ca-2629-4ffd-bcd6-6ed4d5ea011d f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: 9766c120-c61b-487a-8bf4-2209a2d09ad1 2026-04-23 16:01:39.830 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-0591bebf-6555-4cfa-9dfc-8ac37825ed51 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - 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 96, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 574, 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 601, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2260, 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 657, 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 711, 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 2298, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2303, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-04-23 16:01:40.048 7 INFO neutron_taas.services.taas.taas_plugin [None req-9bf5c5ca-2629-4ffd-bcd6-6ed4d5ea011d f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: 89ac22e3-5bc7-4c90-b6e1-e0d6ee1d31b0 2026-04-23 16:01:40.051 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bf5c5ca-2629-4ffd-bcd6-6ed4d5ea011d f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: 89ac22e3-5bc7-4c90-b6e1-e0d6ee1d31b0 2026-04-23 16:01:40.158 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-9bf5c5ca-2629-4ffd-bcd6-6ed4d5ea011d f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - 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 96, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 574, 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 601, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2260, 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 657, 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 711, 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 2298, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2303, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-04-23 16:01:40.276 8 INFO neutron.db.l3_hamode_db [None req-0591bebf-6555-4cfa-9dfc-8ac37825ed51 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] HA network 9af6e76d-7304-4f2d-83f5-b7cb16784b6d was deleted as no HA routers are present in project 6a8167e8d20942de9ae74e2616167ec4. [pid: 8|app: 0|req: 280/537] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:01:39 2026] DELETE /v2.0/routers/0d3f8e6f-a7b4-47d9-ae70-f5056f7dec04 => generated 0 bytes in 1134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/538] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:01:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/541] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:01:40 2026] DELETE /v2.0/subnets/ae8b8529-6584-49a8-af61-27d4a337ae5a => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:01:40.534 7 INFO neutron.db.l3_hamode_db [None req-9bf5c5ca-2629-4ffd-bcd6-6ed4d5ea011d f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] HA network 37d260bb-e998-4308-b5f6-598ea4ae7bc3 was deleted as no HA routers are present in project 9a2ca72dc34b40ce8b785efd3de9857a. [pid: 7|app: 0|req: 258/542] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:01:39 2026] DELETE /v2.0/routers/8f621ca7-ba66-4746-9b4b-ef24fdf6e2d7 => generated 0 bytes in 1060 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:01:40.630 8 INFO neutron.services.segments.plugin [-] Segment 29f2aa52-227e-452d-98a6-8715ba6a0c2c resource provider aggregate not found 2026-04-23 16:01:40.660 8 INFO neutron.services.segments.plugin [-] Segment 29f2aa52-227e-452d-98a6-8715ba6a0c2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29f2aa52-227e-452d-98a6-8715ba6a0c2c found for delete ", "request_id": "req-834c35bb-34fd-4f4e-924c-49dee208e361"}]} 2026-04-23 16:01:40.671 8 INFO neutron.services.segments.plugin [-] Segment 29f2aa52-227e-452d-98a6-8715ba6a0c2c resource provider aggregate not found [pid: 7|app: 0|req: 259/543] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:01:40 2026] DELETE /v2.0/networks/095d72e5-1f6e-4398-9a62-6f6b695a94d6 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:01:40.692 8 INFO neutron.services.segments.plugin [-] Segment 29f2aa52-227e-452d-98a6-8715ba6a0c2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29f2aa52-227e-452d-98a6-8715ba6a0c2c found for delete ", "request_id": "req-258c3d8d-88e3-4e69-948b-e42a4b366142"}]} [pid: 7|app: 0|req: 260/544] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:01:40 2026] DELETE /v2.0/subnets/80911b50-7846-473c-98a9-0b62fb600a9d => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/545] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:40 2026] GET /v2.0/ports?device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:01:40.988 7 INFO neutron.services.segments.plugin [-] Segment 4b02666e-aade-447c-a514-5fa9e971ca0e resource provider aggregate not found 2026-04-23 16:01:41.012 7 INFO neutron.services.segments.plugin [-] Segment 4b02666e-aade-447c-a514-5fa9e971ca0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b02666e-aade-447c-a514-5fa9e971ca0e found for delete ", "request_id": "req-da58a0c0-7c35-4730-883c-83832a08c86b"}]} 2026-04-23 16:01:41.038 7 INFO neutron_taas.services.taas.taas_plugin [None req-df34af5b-a870-4ec4-93d2-a3fcf27a97d7 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: 98bacf87-3acb-4c34-a836-5f0870047ea4 2026-04-23 16:01:41.042 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df34af5b-a870-4ec4-93d2-a3fcf27a97d7 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: 98bacf87-3acb-4c34-a836-5f0870047ea4 [pid: 8|app: 0|req: 285/546] 10.0.0.50 () {34 vars in 674 bytes} [Thu Apr 23 16:01:40 2026] POST /v2.0/floatingips => generated 552 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:01:41.076 8 WARNING neutron.db.securitygroups_db [None req-0b2898a6-8fe8-4159-a168-f85eb0bbbb74 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 286/547] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:01:41 2026] GET /v2.0/security-groups?tenant_id=6a8167e8d20942de9ae74e2616167ec4&name=default => generated 2921 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:01:41.174 7 INFO neutron.services.segments.plugin [-] Segment 4b02666e-aade-447c-a514-5fa9e971ca0e resource provider aggregate not found 2026-04-23 16:01:41.192 7 INFO neutron.services.segments.plugin [-] Segment 4b02666e-aade-447c-a514-5fa9e971ca0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b02666e-aade-447c-a514-5fa9e971ca0e found for delete ", "request_id": "req-02a1e253-754e-455d-8766-38c8973631f8"}]} [pid: 8|app: 0|req: 287/548] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:01:41 2026] DELETE /v2.0/security-groups/5043e668-833a-43e2-ab28-1b68097ed130 => 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: 262/549] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:01:40 2026] DELETE /v2.0/networks/ed10f77f-3dda-4e27-aa31-1153e238400b => generated 0 bytes in 378 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:01:41.485 8 WARNING neutron.db.securitygroups_db [None req-7d70f385-b4d5-4bbd-95fd-7dfdc5a23942 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 288/550] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:01:41 2026] GET /v2.0/security-groups?tenant_id=9a2ca72dc34b40ce8b785efd3de9857a&name=default => generated 2921 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/551] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:01:41 2026] DELETE /v2.0/security-groups/05cb385b-4070-4bd2-bfe0-162c29b593a6 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/552] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:41 2026] GET /v2.0/ports?device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:01:43.051 7 INFO neutron.services.segments.plugin [-] Segment 4837d253-e3f2-48fe-999f-a00b5bd53d90 resource provider aggregate not found 2026-04-23 16:01:43.067 7 INFO neutron.services.segments.plugin [-] Segment 4837d253-e3f2-48fe-999f-a00b5bd53d90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4837d253-e3f2-48fe-999f-a00b5bd53d90 found for delete ", "request_id": "req-f204ef32-1da7-4895-9afc-d3b2e3f2acec"}]} 2026-04-23 16:01:43.090 7 INFO neutron.services.segments.plugin [-] Segment 54cda1c6-aeef-43f6-bd4a-a7307c1b3eeb resource provider aggregate not found 2026-04-23 16:01:43.106 7 INFO neutron.services.segments.plugin [-] Segment 54cda1c6-aeef-43f6-bd4a-a7307c1b3eeb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54cda1c6-aeef-43f6-bd4a-a7307c1b3eeb found for delete ", "request_id": "req-6a90ff5d-85b1-427d-86e8-d290fe2fc117"}]} [pid: 8|app: 0|req: 290/553] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:43 2026] GET /v2.0/ports?device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:01:43.214 7 INFO neutron.services.segments.plugin [-] Segment 4837d253-e3f2-48fe-999f-a00b5bd53d90 resource provider aggregate not found 2026-04-23 16:01:43.248 7 INFO neutron.services.segments.plugin [-] Segment 4837d253-e3f2-48fe-999f-a00b5bd53d90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4837d253-e3f2-48fe-999f-a00b5bd53d90 found for delete ", "request_id": "req-7786de5b-4f7c-49b3-9b36-a160108604e0"}]} 2026-04-23 16:01:43.267 7 INFO neutron.services.segments.plugin [-] Segment 54cda1c6-aeef-43f6-bd4a-a7307c1b3eeb resource provider aggregate not found 2026-04-23 16:01:43.285 7 INFO neutron.services.segments.plugin [-] Segment 54cda1c6-aeef-43f6-bd4a-a7307c1b3eeb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54cda1c6-aeef-43f6-bd4a-a7307c1b3eeb found for delete ", "request_id": "req-6e0c9735-22da-418b-8a34-135c37d90594"}]} [pid: 7|app: 0|req: 264/554] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:01:42 2026] GET /v2.0/networks?id=561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2 => generated 684 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/555] 199.204.45.57 () {34 vars in 909 bytes} [Thu Apr 23 16:01:43 2026] GET /v2.0/extensions => generated 22037 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-23 16:01:43.488 7 WARNING neutron.db.securitygroups_db [req-325ecb8b-ee2e-43c6-bbb8-abb3ffd85cd6 req-20bbd907-e4ed-47a5-92d8-2c2bfc7961fa d0f9cf1f00894d1497b70611cde87949 ca64230881cf400cbbe24222dad4d2a0 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 266/556] 199.204.45.57 () {34 vars in 1048 bytes} [Thu Apr 23 16:01:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ca64230881cf400cbbe24222dad4d2a0 => generated 181 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:01:43.659 8 INFO neutron.db.segments_db [None req-3503228d-d47a-450f-ba4b-d9d6f8e87bdf f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Added segment 2bec99e2-cecb-4633-a5fb-0a44d8385fdb of type vxlan for network 039a6472-2184-4dbf-ad78-120e6c213fa2 2026-04-23 16:01:43.725 7 INFO neutron.db.segments_db [None req-87a20a45-bd86-4a9d-9116-55853d6ce39e f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Added segment 08597f95-bd44-4f0f-bde7-d69302f082c8 of type vxlan for network 8ff41eb3-2c2f-4833-b635-404b28fdef20 [pid: 8|app: 0|req: 291/557] 10.0.0.50 () {34 vars in 669 bytes} [Thu Apr 23 16:01:43 2026] POST /v2.0/networks => generated 743 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/558] 10.0.0.50 () {34 vars in 669 bytes} [Thu Apr 23 16:01:43 2026] POST /v2.0/networks => generated 742 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/559] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:01:43 2026] POST /v2.0/subnets => generated 690 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/560] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:01:44 2026] POST /v2.0/subnets => generated 690 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/561] 199.204.45.57 () {38 vars in 953 bytes} [Thu Apr 23 16:01:43 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, ' 2026-04-23 16:01:44.284 7 INFO neutron.db.segments_db [None req-ac851d44-b55e-4f4c-834f-b3416ab57250 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Added segment 1d946096-c304-43d0-b44e-fb9c57521afe of type vxlan for network c1de3943-a8e4-4271-9e1e-3d2f8604fd4d [pid: 8|app: 0|req: 293/562] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:44 2026] GET /v2.0/ports?device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => generated 957 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:01:44.332 8 INFO neutron.db.segments_db [None req-76066aa2-29fd-4d6e-a214-93ade3b244b9 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Added segment a0bc504b-3bc3-469b-b280-f62c7953784e of type vxlan for network 4d525251-db17-4334-8e28-fca3cf0a05df 2026-04-23 16:01:44.589 7 INFO neutron.db.l3_hamode_db [None req-ac851d44-b55e-4f4c-834f-b3416ab57250 f6da539685604a2da7012f5530a5d95c 37b874e8e17b40d0b389e88710617c9e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 16:01:44.628 8 INFO neutron.db.l3_hamode_db [None req-76066aa2-29fd-4d6e-a214-93ade3b244b9 f6da539685604a2da7012f5530a5d95c 9326cde243844cbaab0a4bb2e779e2c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 16:01:45.580 7 INFO neutron.db.l3_hamode_db [None req-ac851d44-b55e-4f4c-834f-b3416ab57250 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 16:01:45.619 8 INFO neutron.db.l3_hamode_db [None req-76066aa2-29fd-4d6e-a214-93ade3b244b9 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 270/563] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:01:44 2026] POST /v2.0/routers => generated 730 bytes in 2263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/564] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:01:44 2026] POST /v2.0/routers => generated 730 bytes in 2260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/565] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:01:46 2026] GET /v2.0/security-groups?id=36bb9b75-ebe1-454a-a3ed-dbdefc4367a5&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:01:46.562 7 WARNING neutron.db.securitygroups_db [req-aaec513a-6d19-4353-be9f-5cb9c9b388ad req-4230e061-b2a1-4ccb-a6b6-e086a004a0eb 5cb5b83c1c1f49608fad385ca5a8be8c 35e44ed2e85a401286f19236cd04119e - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 272/566] 10.0.0.164 () {34 vars in 1099 bytes} [Thu Apr 23 16:01:46 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1672148388&fields=id&tenant_id=35e44ed2e85a401286f19236cd04119e => generated 69 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/567] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Apr 23 16:01:46 2026] PUT /v2.0/ports/0f0669da-a69c-4fcd-87c8-4a5526e1ca81 => generated 1235 bytes in 499 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 16:01:47.588 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f24d48d5-8d94-45d5-800e-880b2d1e9c40'] response: {'name': 'network-changed', 'server_uuid': 'a72311e8-ccc4-4d15-a3e3-8e229045a803', 'tag': '0f0669da-a69c-4fcd-87c8-4a5526e1ca81', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 273/568] 10.0.0.50 () {34 vars in 781 bytes} [Thu Apr 23 16:01:46 2026] PUT /v2.0/routers/67ccd5f7-88f1-4013-9233-3bed243d9ac4/add_router_interface => generated 310 bytes in 1606 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/569] 10.0.0.164 () {34 vars in 981 bytes} [Thu Apr 23 16:01:48 2026] GET /v2.0/networks?id=f187569b-3ece-44f4-9377-89dbf93f8df0 => generated 679 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/570] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:48 2026] GET /v2.0/ports?device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => 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: 276/571] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:01:48 2026] GET /v2.0/ports?tenant_id=ca64230881cf400cbbe24222dad4d2a0&device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => generated 1238 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/572] 10.0.0.50 () {34 vars in 781 bytes} [Thu Apr 23 16:01:47 2026] PUT /v2.0/routers/51e8ff6f-7692-447c-ad59-750fe77bee1d/add_router_interface => generated 310 bytes in 1394 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/573] 10.0.0.164 () {34 vars in 964 bytes} [Thu Apr 23 16:01:48 2026] GET /v2.0/quotas/35e44ed2e85a401286f19236cd04119e => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/574] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:01:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=0f0669da-a69c-4fcd-87c8-4a5526e1ca81 => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/575] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:01:48 2026] GET /v2.0/security-groups?id=36bb9b75-ebe1-454a-a3ed-dbdefc4367a5&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: 8|app: 0|req: 298/576] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:01:48 2026] GET /v2.0/subnets?id=608de3b7-36c8-4a6a-a87c-967d8a41eab3 => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/577] 10.0.0.164 () {34 vars in 1001 bytes} [Thu Apr 23 16:01:48 2026] GET /v2.0/ports?tenant_id=35e44ed2e85a401286f19236cd04119e&fields=id => generated 103 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/578] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:01:48 2026] GET /v2.0/ports?network_id=561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2&device_owner=network%3Adhcp => generated 1244 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/579] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:01:48 2026] GET /v2.0/networks/561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2?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: 300/580] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:01:48 2026] GET /v2.0/networks/561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/581] 10.0.0.50 () {34 vars in 683 bytes} [Thu Apr 23 16:01:48 2026] POST /v2.0/security-groups => generated 1659 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/582] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:01:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/583] 10.0.0.50 () {34 vars in 683 bytes} [Thu Apr 23 16:01:48 2026] POST /v2.0/security-groups => generated 1659 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/584] 10.0.0.164 () {34 vars in 906 bytes} [Thu Apr 23 16:01:49 2026] GET /v2.0/extensions => generated 22037 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/585] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:01:49 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: 8|app: 0|req: 303/586] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:01:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/587] 10.0.0.164 () {34 vars in 1007 bytes} [Thu Apr 23 16:01:49 2026] GET /v2.0/networks/f187569b-3ece-44f4-9377-89dbf93f8df0?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: 285/588] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:01:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/589] 10.0.0.164 () {34 vars in 1107 bytes} [Thu Apr 23 16:01:49 2026] GET /v2.0/networks/f187569b-3ece-44f4-9377-89dbf93f8df0?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: 304/590] 10.0.0.50 () {34 vars in 674 bytes} [Thu Apr 23 16:01:49 2026] POST /v2.0/floatingips => generated 552 bytes in 650 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/591] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:49 2026] GET /v2.0/ports?device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/592] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:01:49 2026] GET /v2.0/ports?tenant_id=ca64230881cf400cbbe24222dad4d2a0&device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/593] 10.0.0.50 () {34 vars in 674 bytes} [Thu Apr 23 16:01:49 2026] POST /v2.0/floatingips => generated 552 bytes in 698 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/594] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:01:50 2026] GET /v2.0/security-groups?id=36bb9b75-ebe1-454a-a3ed-dbdefc4367a5&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: 289/595] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:01:50 2026] GET /v2.0/networks?id=561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2 => generated 780 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/596] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:01:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=0f0669da-a69c-4fcd-87c8-4a5526e1ca81 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:01:50.300 7 WARNING neutron.db.securitygroups_db [req-a91538c6-558d-4ee5-afb9-ee264dccc627 req-5de1b77d-9a77-4c31-8ee3-db7556805c38 5a995cd774484be39cec9502c2c0d64f 37b874e8e17b40d0b389e88710617c9e - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 291/597] 10.0.0.164 () {34 vars in 1097 bytes} [Thu Apr 23 16:01:50 2026] GET /v2.0/security-groups?name=tempest-securitygroup--304070291&fields=id&tenant_id=37b874e8e17b40d0b389e88710617c9e => generated 69 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/598] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:50 2026] GET /v2.0/ports?device_id=d2e5459c-5d39-4565-b60f-ef6ec59f5b39 => generated 12 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/599] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:01:50 2026] GET /v2.0/subnets?id=608de3b7-36c8-4a6a-a87c-967d8a41eab3 => generated 702 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/600] 10.0.0.164 () {34 vars in 981 bytes} [Thu Apr 23 16:01:50 2026] GET /v2.0/networks?id=039a6472-2184-4dbf-ad78-120e6c213fa2 => generated 675 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/601] 10.0.0.164 () {34 vars in 964 bytes} [Thu Apr 23 16:01:50 2026] GET /v2.0/quotas/37b874e8e17b40d0b389e88710617c9e => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/602] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:01:50 2026] GET /v2.0/ports?network_id=561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2&device_owner=network%3Adhcp => generated 1244 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/603] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:01:50 2026] GET /v2.0/networks/561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2?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: 310/604] 10.0.0.164 () {34 vars in 1001 bytes} [Thu Apr 23 16:01:50 2026] GET /v2.0/ports?tenant_id=37b874e8e17b40d0b389e88710617c9e&fields=id => generated 57 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/605] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:01:50 2026] GET /v2.0/networks/561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2?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: 311/606] 10.0.0.164 () {34 vars in 1007 bytes} [Thu Apr 23 16:01:50 2026] GET /v2.0/networks/039a6472-2184-4dbf-ad78-120e6c213fa2?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:01:50.610 8 WARNING neutron.db.securitygroups_db [req-d7e32da3-a626-4044-9858-6c04269b11f5 req-63704b33-4004-4c61-8f2a-ccee8fe97b23 405bb1dfa54f44e19bf68efb419f8cb3 9326cde243844cbaab0a4bb2e779e2c7 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 296/607] 10.0.0.164 () {34 vars in 1107 bytes} [Thu Apr 23 16:01:50 2026] GET /v2.0/networks/039a6472-2184-4dbf-ad78-120e6c213fa2?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: 312/608] 10.0.0.164 () {34 vars in 1097 bytes} [Thu Apr 23 16:01:50 2026] GET /v2.0/security-groups?name=tempest-securitygroup--978034684&fields=id&tenant_id=9326cde243844cbaab0a4bb2e779e2c7 => 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: 297/609] 10.0.0.164 () {34 vars in 981 bytes} [Thu Apr 23 16:01:50 2026] GET /v2.0/networks?id=8ff41eb3-2c2f-4833-b635-404b28fdef20 => generated 675 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/610] 10.0.0.164 () {34 vars in 964 bytes} [Thu Apr 23 16:01:50 2026] GET /v2.0/quotas/9326cde243844cbaab0a4bb2e779e2c7 => 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: 314/611] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:50 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => 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: 298/612] 10.0.0.164 () {34 vars in 1001 bytes} [Thu Apr 23 16:01:50 2026] GET /v2.0/ports?tenant_id=9326cde243844cbaab0a4bb2e779e2c7&fields=id => generated 57 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/613] 10.0.0.164 () {34 vars in 1007 bytes} [Thu Apr 23 16:01:50 2026] GET /v2.0/networks/8ff41eb3-2c2f-4833-b635-404b28fdef20?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: 299/614] 10.0.0.164 () {34 vars in 1107 bytes} [Thu Apr 23 16:01:50 2026] GET /v2.0/networks/8ff41eb3-2c2f-4833-b635-404b28fdef20?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: 316/615] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:51 2026] GET /v2.0/ports?device_id=c1e19a68-0220-4775-a4ec-9194eb30df6a => 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: 300/616] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:51 2026] GET /v2.0/ports?device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/617] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:01:51 2026] GET /v2.0/security-groups?id=36bb9b75-ebe1-454a-a3ed-dbdefc4367a5&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/618] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:51 2026] GET /v2.0/ports?device_id=d2e5459c-5d39-4565-b60f-ef6ec59f5b39 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/619] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:51 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/620] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:52 2026] GET /v2.0/ports?device_id=c1e19a68-0220-4775-a4ec-9194eb30df6a => 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: 319/621] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:52 2026] GET /v2.0/ports?device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/622] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:01:52 2026] GET /v2.0/security-groups?id=36bb9b75-ebe1-454a-a3ed-dbdefc4367a5&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: 320/623] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:52 2026] GET /v2.0/ports?device_id=d2e5459c-5d39-4565-b60f-ef6ec59f5b39 => 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: 304/624] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:52 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => 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: 321/625] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:53 2026] GET /v2.0/ports?device_id=c1e19a68-0220-4775-a4ec-9194eb30df6a => 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: 305/626] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:53 2026] GET /v2.0/ports?device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/627] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:53 2026] GET /v2.0/ports?device_id=d2e5459c-5d39-4565-b60f-ef6ec59f5b39 => 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: 306/628] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:01:53 2026] GET /v2.0/security-groups?id=36bb9b75-ebe1-454a-a3ed-dbdefc4367a5&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: 323/629] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:54 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => 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: 307/630] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:54 2026] GET /v2.0/ports?device_id=c1e19a68-0220-4775-a4ec-9194eb30df6a => 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: 324/631] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:01:54 2026] GET /v2.0/networks?id=f187569b-3ece-44f4-9377-89dbf93f8df0 => generated 679 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:01:54.536 7 WARNING neutron.db.securitygroups_db [req-aaec513a-6d19-4353-be9f-5cb9c9b388ad req-dbeb8881-08e4-4881-9146-d1f0c49e1179 5cb5b83c1c1f49608fad385ca5a8be8c 35e44ed2e85a401286f19236cd04119e - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 308/632] 199.204.45.57 () {34 vars in 1048 bytes} [Thu Apr 23 16:01:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=35e44ed2e85a401286f19236cd04119e => 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: 309/633] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:54 2026] GET /v2.0/ports?device_id=d2e5459c-5d39-4565-b60f-ef6ec59f5b39 => 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: 310/634] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:54 2026] GET /v2.0/ports?device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => 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: 311/635] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:01:54 2026] GET /v2.0/security-groups?id=36bb9b75-ebe1-454a-a3ed-dbdefc4367a5&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: 325/638] 199.204.45.57 () {38 vars in 953 bytes} [Thu Apr 23 16:01:54 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: 326/639] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:55 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => 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: 327/640] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:55 2026] GET /v2.0/ports?device_id=c1e19a68-0220-4775-a4ec-9194eb30df6a => 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: 314/641] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Apr 23 16:01:54 2026] PUT /v2.0/ports/d56693bd-126a-48d8-b4ac-0487540e8ef4 => generated 1239 bytes in 565 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/642] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:55 2026] GET /v2.0/ports?device_id=d2e5459c-5d39-4565-b60f-ef6ec59f5b39 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 315/643] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:01:55 2026] GET /v2.0/security-groups?id=a43d7972-9c36-4100-bcd4-b5099a2e68bc&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-04-23 16:01:55.989 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9cc39b82-3233-4a50-8e5b-dd2573bf37a1'] response: {'name': 'network-changed', 'server_uuid': 'd2e5459c-5d39-4565-b60f-ef6ec59f5b39', 'tag': 'd56693bd-126a-48d8-b4ac-0487540e8ef4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 329/644] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:56 2026] GET /v2.0/ports?device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/645] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:01:56 2026] GET /v2.0/security-groups?id=36bb9b75-ebe1-454a-a3ed-dbdefc4367a5&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: 330/646] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:56 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => 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: 317/647] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:01:56 2026] GET /v2.0/ports?tenant_id=35e44ed2e85a401286f19236cd04119e&device_id=d2e5459c-5d39-4565-b60f-ef6ec59f5b39 => generated 1242 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/648] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:56 2026] GET /v2.0/ports?device_id=c1e19a68-0220-4775-a4ec-9194eb30df6a => 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: 318/649] 199.204.45.57 () {34 vars in 1016 bytes} [Thu Apr 23 16:01:56 2026] GET /v2.0/networks?tenant_id=35e44ed2e85a401286f19236cd04119e&shared=False => generated 775 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/650] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:01:56 2026] GET /v2.0/networks?id=039a6472-2184-4dbf-ad78-120e6c213fa2 => generated 675 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:01:56.690 8 WARNING neutron.db.securitygroups_db [req-a91538c6-558d-4ee5-afb9-ee264dccc627 req-79c10439-439b-4df4-b49f-c43d0ea2bb07 5a995cd774484be39cec9502c2c0d64f 37b874e8e17b40d0b389e88710617c9e - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 319/651] 199.204.45.57 () {34 vars in 928 bytes} [Thu Apr 23 16:01:56 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/652] 199.204.45.57 () {34 vars in 1048 bytes} [Thu Apr 23 16:01:56 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=37b874e8e17b40d0b389e88710617c9e => generated 180 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/653] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:57 2026] GET /v2.0/ports?device_id=d2e5459c-5d39-4565-b60f-ef6ec59f5b39 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/654] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:01:57 2026] GET /v2.0/security-groups?id=a43d7972-9c36-4100-bcd4-b5099a2e68bc&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/655] 199.204.45.57 () {38 vars in 953 bytes} [Thu Apr 23 16:01:56 2026] POST /v2.0/ports => generated 954 bytes in 484 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: 321/656] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:57 2026] GET /v2.0/ports?device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => 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: 322/657] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:01:57 2026] GET /v2.0/security-groups?id=36bb9b75-ebe1-454a-a3ed-dbdefc4367a5&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: 323/658] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:57 2026] GET /v2.0/ports?device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/659] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:57 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/660] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Apr 23 16:01:57 2026] PUT /v2.0/ports/42992d56-9dc2-445c-9b6e-c77d5e07fcc6 => generated 1235 bytes in 473 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: 337/661] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:01:57 2026] GET /v2.0/security-groups?id=2f9853f6-67cd-441e-84b0-1a51b32f1be0&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/662] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:57 2026] GET /v2.0/ports?device_id=c1e19a68-0220-4775-a4ec-9194eb30df6a => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:01:57.755 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-034f16dd-9850-4b52-adc8-5c91bbc4e39e'] response: {'name': 'network-changed', 'server_uuid': '5dcb01b5-dc86-4594-bc26-cb03553e3626', 'tag': '42992d56-9dc2-445c-9b6e-c77d5e07fcc6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 339/663] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:01:57 2026] GET /v2.0/ports?tenant_id=35e44ed2e85a401286f19236cd04119e&device_id=d2e5459c-5d39-4565-b60f-ef6ec59f5b39 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/664] 199.204.45.57 () {34 vars in 1058 bytes} [Thu Apr 23 16:01:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=d56693bd-126a-48d8-b4ac-0487540e8ef4 => generated 19 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/665] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:01:57 2026] GET /v2.0/subnets?id=fe810e89-ebb2-45fd-b371-5587bb774f09 => generated 697 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/666] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:01:57 2026] GET /v2.0/ports?network_id=f187569b-3ece-44f4-9377-89dbf93f8df0&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: 343/667] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:01:57 2026] GET /v2.0/networks/f187569b-3ece-44f4-9377-89dbf93f8df0?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:01:58.045 7 INFO neutron.db.l3_db [None req-a2bfa5bd-c207-46c0-ba4e-fe7916fc6c48 d0f9cf1f00894d1497b70611cde87949 ca64230881cf400cbbe24222dad4d2a0 - - default default] Floating IP 3d0beb45-b126-4aa7-89d1-323c9d163a89 associated. External IP: 10.96.250.219, port: 0f0669da-a69c-4fcd-87c8-4a5526e1ca81. [pid: 8|app: 0|req: 344/668] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:01:58 2026] GET /v2.0/networks/f187569b-3ece-44f4-9377-89dbf93f8df0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/669] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:58 2026] GET /v2.0/ports?device_id=d2e5459c-5d39-4565-b60f-ef6ec59f5b39 => 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: 346/670] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:01:58 2026] GET /v2.0/security-groups?id=a43d7972-9c36-4100-bcd4-b5099a2e68bc&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: 347/671] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:01:58 2026] GET /v2.0/ports?tenant_id=37b874e8e17b40d0b389e88710617c9e&device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/672] 10.0.0.50 () {34 vars in 747 bytes} [Thu Apr 23 16:01:57 2026] PUT /v2.0/floatingips/3d0beb45-b126-4aa7-89d1-323c9d163a89 => generated 855 bytes in 895 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/673] 199.204.45.57 () {34 vars in 1016 bytes} [Thu Apr 23 16:01:58 2026] GET /v2.0/networks?tenant_id=37b874e8e17b40d0b389e88710617c9e&shared=False => generated 771 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/674] 199.204.45.57 () {34 vars in 928 bytes} [Thu Apr 23 16:01:58 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:01:58.475 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4abfb8ce-dd24-4529-83af-184186503c05'] response: {'name': 'network-changed', 'server_uuid': 'a72311e8-ccc4-4d15-a3e3-8e229045a803', 'tag': '0f0669da-a69c-4fcd-87c8-4a5526e1ca81', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 349/675] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:58 2026] GET /v2.0/ports?device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/676] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:01:58 2026] GET /v2.0/security-groups?id=36bb9b75-ebe1-454a-a3ed-dbdefc4367a5&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: 328/677] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:58 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => 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: 350/678] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:01:58 2026] GET /v2.0/networks?id=8ff41eb3-2c2f-4833-b635-404b28fdef20 => generated 675 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/679] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:58 2026] GET /v2.0/ports?device_id=c1e19a68-0220-4775-a4ec-9194eb30df6a => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:01:58.862 7 WARNING neutron.db.securitygroups_db [req-d7e32da3-a626-4044-9858-6c04269b11f5 req-b40272d3-177d-4b02-a054-23bd1737aa73 405bb1dfa54f44e19bf68efb419f8cb3 9326cde243844cbaab0a4bb2e779e2c7 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 351/680] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:01:58 2026] GET /v2.0/security-groups?id=2f9853f6-67cd-441e-84b0-1a51b32f1be0&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/681] 199.204.45.57 () {34 vars in 1048 bytes} [Thu Apr 23 16:01:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9326cde243844cbaab0a4bb2e779e2c7 => generated 180 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/682] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:01:58 2026] GET /v2.0/ports?tenant_id=ca64230881cf400cbbe24222dad4d2a0&device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/683] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:01:59 2026] GET /v2.0/networks?id=561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2 => generated 780 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/684] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:01:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=0f0669da-a69c-4fcd-87c8-4a5526e1ca81 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/685] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:01:59 2026] GET /v2.0/subnets?id=608de3b7-36c8-4a6a-a87c-967d8a41eab3 => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/686] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:01:59 2026] GET /v2.0/ports?network_id=561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/687] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:01:59 2026] GET /v2.0/networks/561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/688] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:01:59 2026] GET /v2.0/networks/561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/689] 199.204.45.57 () {38 vars in 953 bytes} [Thu Apr 23 16:01:58 2026] POST /v2.0/ports => generated 954 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 353/690] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:59 2026] GET /v2.0/ports?device_id=d2e5459c-5d39-4565-b60f-ef6ec59f5b39 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/691] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:01:59 2026] GET /v2.0/security-groups?id=a43d7972-9c36-4100-bcd4-b5099a2e68bc&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: 355/692] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:01:59 2026] GET /v2.0/ports?tenant_id=37b874e8e17b40d0b389e88710617c9e&device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/693] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:01:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=42992d56-9dc2-445c-9b6e-c77d5e07fcc6 => 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: 357/694] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:01:59 2026] GET /v2.0/subnets?id=e2ff42f8-4a82-4c7e-adc0-4eef5942c48e => 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: 338/695] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Apr 23 16:01:59 2026] PUT /v2.0/ports/88e2708f-8613-4d69-b272-2048a586290d => generated 1235 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/696] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:01:59 2026] GET /v2.0/ports?network_id=039a6472-2184-4dbf-ad78-120e6c213fa2&device_owner=network%3Adhcp => generated 1244 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: 7|app: 0|req: 339/697] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:01:59 2026] GET /v2.0/networks/039a6472-2184-4dbf-ad78-120e6c213fa2?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: 359/698] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:01:59 2026] GET /v2.0/networks/039a6472-2184-4dbf-ad78-120e6c213fa2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/699] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:59 2026] GET /v2.0/ports?device_id=c1e19a68-0220-4775-a4ec-9194eb30df6a => generated 969 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/700] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:00 2026] GET /v2.0/security-groups?id=7ae97a17-430d-4789-a8ef-6f1e05f2eec3&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/701] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:01:59 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => generated 969 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/702] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:00 2026] GET /v2.0/security-groups?id=2f9853f6-67cd-441e-84b0-1a51b32f1be0&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:02:00.513 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f66e7a51-70e3-4174-b016-014f91ef872b'] response: {'name': 'network-changed', 'server_uuid': 'c1e19a68-0220-4775-a4ec-9194eb30df6a', 'tag': '88e2708f-8613-4d69-b272-2048a586290d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 361/703] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:00 2026] GET /v2.0/ports?device_id=d2e5459c-5d39-4565-b60f-ef6ec59f5b39 => generated 973 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/704] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:02:00 2026] GET /v2.0/ports?tenant_id=9326cde243844cbaab0a4bb2e779e2c7&device_id=c1e19a68-0220-4775-a4ec-9194eb30df6a => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/705] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:02:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=88e2708f-8613-4d69-b272-2048a586290d => 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: 362/706] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:00 2026] GET /v2.0/security-groups?id=a43d7972-9c36-4100-bcd4-b5099a2e68bc&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/707] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:02:00 2026] GET /v2.0/subnets?id=675ee827-8f1f-4c6f-bc6b-1d7654682f29 => generated 693 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/708] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:02:00 2026] GET /v2.0/ports?network_id=8ff41eb3-2c2f-4833-b635-404b28fdef20&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: 346/709] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:02:00 2026] GET /v2.0/networks/8ff41eb3-2c2f-4833-b635-404b28fdef20?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: 364/710] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:02:00 2026] GET /v2.0/networks/8ff41eb3-2c2f-4833-b635-404b28fdef20?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/711] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:01 2026] GET /v2.0/ports?device_id=c1e19a68-0220-4775-a4ec-9194eb30df6a => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/712] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:01 2026] GET /v2.0/security-groups?id=7ae97a17-430d-4789-a8ef-6f1e05f2eec3&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/713] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:01 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/714] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:01 2026] GET /v2.0/security-groups?id=2f9853f6-67cd-441e-84b0-1a51b32f1be0&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: 349/715] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:01 2026] GET /v2.0/ports?device_id=d2e5459c-5d39-4565-b60f-ef6ec59f5b39 => generated 973 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/716] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:01 2026] GET /v2.0/security-groups?id=a43d7972-9c36-4100-bcd4-b5099a2e68bc&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/717] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:02:01 2026] GET /v2.0/ports?tenant_id=9326cde243844cbaab0a4bb2e779e2c7&device_id=c1e19a68-0220-4775-a4ec-9194eb30df6a => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/718] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:02:01 2026] GET /v2.0/networks?id=8ff41eb3-2c2f-4833-b635-404b28fdef20 => generated 770 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/719] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:02:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=88e2708f-8613-4d69-b272-2048a586290d => 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: 369/720] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:02:02 2026] GET /v2.0/subnets?id=675ee827-8f1f-4c6f-bc6b-1d7654682f29 => generated 693 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/721] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:02:02 2026] GET /v2.0/ports?network_id=8ff41eb3-2c2f-4833-b635-404b28fdef20&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/722] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:02:02 2026] GET /v2.0/networks/8ff41eb3-2c2f-4833-b635-404b28fdef20?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: 353/723] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:02:02 2026] GET /v2.0/networks/8ff41eb3-2c2f-4833-b635-404b28fdef20?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/724] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:02 2026] GET /v2.0/ports?device_id=c1e19a68-0220-4775-a4ec-9194eb30df6a => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/725] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:02 2026] GET /v2.0/security-groups?id=7ae97a17-430d-4789-a8ef-6f1e05f2eec3&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/726] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:02 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/727] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:02 2026] GET /v2.0/security-groups?id=2f9853f6-67cd-441e-84b0-1a51b32f1be0&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/728] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:03 2026] GET /v2.0/ports?device_id=d2e5459c-5d39-4565-b60f-ef6ec59f5b39 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/729] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:03 2026] GET /v2.0/security-groups?id=a43d7972-9c36-4100-bcd4-b5099a2e68bc&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/730] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:03 2026] GET /v2.0/ports?device_id=c1e19a68-0220-4775-a4ec-9194eb30df6a => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/731] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:03 2026] GET /v2.0/security-groups?id=7ae97a17-430d-4789-a8ef-6f1e05f2eec3&fields=id&fields=name => generated 113 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/732] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:03 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/733] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:03 2026] GET /v2.0/security-groups?id=2f9853f6-67cd-441e-84b0-1a51b32f1be0&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/734] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:04 2026] GET /v2.0/ports?device_id=d2e5459c-5d39-4565-b60f-ef6ec59f5b39 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/735] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:04 2026] GET /v2.0/security-groups?id=a43d7972-9c36-4100-bcd4-b5099a2e68bc&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: 377/736] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:04 2026] GET /v2.0/ports?device_id=c1e19a68-0220-4775-a4ec-9194eb30df6a => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/737] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:04 2026] GET /v2.0/security-groups?id=7ae97a17-430d-4789-a8ef-6f1e05f2eec3&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: 360/738] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:04 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/739] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:04 2026] GET /v2.0/security-groups?id=2f9853f6-67cd-441e-84b0-1a51b32f1be0&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/740] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:04 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/741] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:05 2026] GET /v2.0/ports?device_id=d2e5459c-5d39-4565-b60f-ef6ec59f5b39 => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/742] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:05 2026] GET /v2.0/security-groups?id=a43d7972-9c36-4100-bcd4-b5099a2e68bc&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:02:05.579 8 INFO neutron.db.l3_db [None req-7b069831-37f7-4ed6-971a-7d696cf65957 5a995cd774484be39cec9502c2c0d64f 37b874e8e17b40d0b389e88710617c9e - - default default] Floating IP 56f10af7-112a-4404-92af-0361d746e191 associated. External IP: 10.96.250.205, port: 42992d56-9dc2-445c-9b6e-c77d5e07fcc6. [pid: 8|app: 0|req: 380/743] 10.0.0.50 () {34 vars in 747 bytes} [Thu Apr 23 16:02:05 2026] PUT /v2.0/floatingips/56f10af7-112a-4404-92af-0361d746e191 => generated 855 bytes in 929 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/744] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:05 2026] GET /v2.0/ports?device_id=c1e19a68-0220-4775-a4ec-9194eb30df6a => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:02:06.025 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e2330db5-72e1-4a9f-90f9-b0acf6e46bc2'] response: {'name': 'network-changed', 'server_uuid': '5dcb01b5-dc86-4594-bc26-cb03553e3626', 'tag': '42992d56-9dc2-445c-9b6e-c77d5e07fcc6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 381/745] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:05 2026] GET /v2.0/security-groups?id=7ae97a17-430d-4789-a8ef-6f1e05f2eec3&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/746] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:02:06 2026] GET /v2.0/ports?tenant_id=37b874e8e17b40d0b389e88710617c9e&device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => generated 1240 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/747] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:02:06 2026] GET /v2.0/networks?id=039a6472-2184-4dbf-ad78-120e6c213fa2 => generated 771 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/748] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:06 2026] GET /v2.0/ports?device_id=d2e5459c-5d39-4565-b60f-ef6ec59f5b39 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/749] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:06 2026] GET /v2.0/security-groups?id=a43d7972-9c36-4100-bcd4-b5099a2e68bc&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: 383/750] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:02:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=42992d56-9dc2-445c-9b6e-c77d5e07fcc6 => generated 858 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/751] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:02:06 2026] GET /v2.0/subnets?id=e2ff42f8-4a82-4c7e-adc0-4eef5942c48e => generated 693 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/752] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:02:06 2026] GET /v2.0/ports?network_id=039a6472-2184-4dbf-ad78-120e6c213fa2&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/753] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:02:06 2026] GET /v2.0/networks/039a6472-2184-4dbf-ad78-120e6c213fa2?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/754] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:02:06 2026] GET /v2.0/networks/039a6472-2184-4dbf-ad78-120e6c213fa2?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: 370/755] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:07 2026] GET /v2.0/ports?device_id=c1e19a68-0220-4775-a4ec-9194eb30df6a => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/756] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:07 2026] GET /v2.0/security-groups?id=7ae97a17-430d-4789-a8ef-6f1e05f2eec3&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: 371/757] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:07 2026] GET /v2.0/ports?device_id=d2e5459c-5d39-4565-b60f-ef6ec59f5b39 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/758] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:07 2026] GET /v2.0/security-groups?id=a43d7972-9c36-4100-bcd4-b5099a2e68bc&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: 372/759] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:08 2026] GET /v2.0/ports?device_id=d2e5459c-5d39-4565-b60f-ef6ec59f5b39 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/760] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:08 2026] GET /v2.0/ports?device_id=c1e19a68-0220-4775-a4ec-9194eb30df6a => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/761] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:08 2026] GET /v2.0/security-groups?id=7ae97a17-430d-4789-a8ef-6f1e05f2eec3&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:02:08.532 8 INFO neutron.db.l3_db [None req-0e85b5b0-68cd-4738-9ac6-d301abdefc49 5cb5b83c1c1f49608fad385ca5a8be8c 35e44ed2e85a401286f19236cd04119e - - default default] Floating IP f4d0a393-1bc6-43da-a82b-73b6d439edd9 associated. External IP: 10.96.250.207, port: d56693bd-126a-48d8-b4ac-0487540e8ef4. [pid: 8|app: 0|req: 388/762] 10.0.0.50 () {34 vars in 747 bytes} [Thu Apr 23 16:02:08 2026] PUT /v2.0/floatingips/f4d0a393-1bc6-43da-a82b-73b6d439edd9 => generated 856 bytes in 789 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:02:08.949 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e9f5d2f1-6625-4e31-a097-15dbf28e240e'] response: {'name': 'network-changed', 'server_uuid': 'd2e5459c-5d39-4565-b60f-ef6ec59f5b39', 'tag': 'd56693bd-126a-48d8-b4ac-0487540e8ef4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 375/763] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:08 2026] GET /v2.0/ports?device_id=d2e5459c-5d39-4565-b60f-ef6ec59f5b39 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/764] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:09 2026] GET /v2.0/security-groups?id=a43d7972-9c36-4100-bcd4-b5099a2e68bc&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/765] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:02:09 2026] GET /v2.0/ports?tenant_id=35e44ed2e85a401286f19236cd04119e&device_id=d2e5459c-5d39-4565-b60f-ef6ec59f5b39 => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/766] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:02:09 2026] GET /v2.0/networks?id=f187569b-3ece-44f4-9377-89dbf93f8df0 => generated 775 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/767] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:09 2026] GET /v2.0/ports?device_id=d2e5459c-5d39-4565-b60f-ef6ec59f5b39 => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/768] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:09 2026] GET /v2.0/ports?device_id=c1e19a68-0220-4775-a4ec-9194eb30df6a => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/769] 199.204.45.57 () {34 vars in 1058 bytes} [Thu Apr 23 16:02:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=d56693bd-126a-48d8-b4ac-0487540e8ef4 => generated 859 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/770] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:09 2026] GET /v2.0/security-groups?id=a43d7972-9c36-4100-bcd4-b5099a2e68bc&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: 392/771] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:09 2026] GET /v2.0/security-groups?id=7ae97a17-430d-4789-a8ef-6f1e05f2eec3&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/772] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:02:09 2026] GET /v2.0/subnets?id=fe810e89-ebb2-45fd-b371-5587bb774f09 => generated 697 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/773] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:02:09 2026] GET /v2.0/ports?network_id=f187569b-3ece-44f4-9377-89dbf93f8df0&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: 394/774] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:02:09 2026] GET /v2.0/networks/f187569b-3ece-44f4-9377-89dbf93f8df0?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: 381/775] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:09 2026] GET /v2.0/ports?device_id=c1e19a68-0220-4775-a4ec-9194eb30df6a => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/776] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:02:09 2026] GET /v2.0/networks/f187569b-3ece-44f4-9377-89dbf93f8df0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:02:10.163 7 INFO neutron.db.l3_db [None req-c012459c-10bd-4e43-9013-f9779a66e488 405bb1dfa54f44e19bf68efb419f8cb3 9326cde243844cbaab0a4bb2e779e2c7 - - default default] Floating IP c6419a83-4849-4351-a65a-b87e323a4554 associated. External IP: 10.96.250.206, port: 88e2708f-8613-4d69-b272-2048a586290d. [pid: 7|app: 0|req: 382/779] 10.0.0.50 () {34 vars in 747 bytes} [Thu Apr 23 16:02:09 2026] PUT /v2.0/floatingips/c6419a83-4849-4351-a65a-b87e323a4554 => generated 855 bytes in 655 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:02:10.488 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-03a83775-ef07-4cee-a22e-2c303684f5ca'] response: {'name': 'network-changed', 'server_uuid': 'c1e19a68-0220-4775-a4ec-9194eb30df6a', 'tag': '88e2708f-8613-4d69-b272-2048a586290d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 398/780] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:10 2026] GET /v2.0/ports?device_id=c1e19a68-0220-4775-a4ec-9194eb30df6a => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/781] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:10 2026] GET /v2.0/security-groups?id=7ae97a17-430d-4789-a8ef-6f1e05f2eec3&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/782] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:10 2026] GET /v2.0/ports?device_id=d2e5459c-5d39-4565-b60f-ef6ec59f5b39 => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/783] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:10 2026] GET /v2.0/security-groups?id=a43d7972-9c36-4100-bcd4-b5099a2e68bc&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: 399/784] 10.0.0.73 () {34 vars in 988 bytes} [Thu Apr 23 16:02:10 2026] GET /v2.0/ports?device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => generated 1240 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/785] 10.0.0.73 () {34 vars in 1038 bytes} [Thu Apr 23 16:02:10 2026] GET /v2.0/security-groups?id=36bb9b75-ebe1-454a-a3ed-dbdefc4367a5&fields=id&fields=name => generated 114 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/786] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:10 2026] GET /v2.0/ports?device_id=c1e19a68-0220-4775-a4ec-9194eb30df6a => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/787] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:02:10 2026] GET /v2.0/ports?tenant_id=9326cde243844cbaab0a4bb2e779e2c7&device_id=c1e19a68-0220-4775-a4ec-9194eb30df6a => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/788] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:11 2026] GET /v2.0/security-groups?id=7ae97a17-430d-4789-a8ef-6f1e05f2eec3&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: 388/789] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:02:11 2026] GET /v2.0/networks?id=8ff41eb3-2c2f-4833-b635-404b28fdef20 => generated 770 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/790] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:02:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=88e2708f-8613-4d69-b272-2048a586290d => 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: 389/791] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:02:11 2026] GET /v2.0/subnets?id=675ee827-8f1f-4c6f-bc6b-1d7654682f29 => generated 693 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/792] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:02:11 2026] GET /v2.0/ports?network_id=8ff41eb3-2c2f-4833-b635-404b28fdef20&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/793] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:02:11 2026] GET /v2.0/networks/8ff41eb3-2c2f-4833-b635-404b28fdef20?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: 404/794] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:02:11 2026] GET /v2.0/networks/8ff41eb3-2c2f-4833-b635-404b28fdef20?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/795] 199.204.45.57 () {34 vars in 992 bytes} [Thu Apr 23 16:02:11 2026] GET /v2.0/ports?device_id=d2e5459c-5d39-4565-b60f-ef6ec59f5b39 => 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: 391/796] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:11 2026] GET /v2.0/ports?device_id=d2e5459c-5d39-4565-b60f-ef6ec59f5b39 => 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: 392/797] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:11 2026] GET /v2.0/security-groups?id=a43d7972-9c36-4100-bcd4-b5099a2e68bc&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-04-23 16:02:12.113 8 INFO neutron_taas.services.taas.taas_plugin [req-70acc1c9-c7ed-44f5-9171-0dfe458e43cb req-728a1864-121b-45bd-a190-8bdc8bda3f78 5cb5b83c1c1f49608fad385ca5a8be8c 35e44ed2e85a401286f19236cd04119e - - default default] TaaS: Handle Delete Port: d56693bd-126a-48d8-b4ac-0487540e8ef4 2026-04-23 16:02:12.119 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-70acc1c9-c7ed-44f5-9171-0dfe458e43cb req-728a1864-121b-45bd-a190-8bdc8bda3f78 5cb5b83c1c1f49608fad385ca5a8be8c 35e44ed2e85a401286f19236cd04119e - - default default] Tap Mirror: Handle Delete Port: d56693bd-126a-48d8-b4ac-0487540e8ef4 [pid: 7|app: 0|req: 393/798] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:12 2026] GET /v2.0/ports?device_id=c1e19a68-0220-4775-a4ec-9194eb30df6a => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/799] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:12 2026] GET /v2.0/security-groups?id=7ae97a17-430d-4789-a8ef-6f1e05f2eec3&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:02:12.345 8 INFO neutron.db.l3_db [req-70acc1c9-c7ed-44f5-9171-0dfe458e43cb req-728a1864-121b-45bd-a190-8bdc8bda3f78 5cb5b83c1c1f49608fad385ca5a8be8c 35e44ed2e85a401286f19236cd04119e - - default default] Floating IP f4d0a393-1bc6-43da-a82b-73b6d439edd9 disassociated. External IP: 10.96.250.207, port: d56693bd-126a-48d8-b4ac-0487540e8ef4. [pid: 8|app: 0|req: 406/800] 199.204.45.57 () {36 vars in 995 bytes} [Thu Apr 23 16:02:11 2026] DELETE /v2.0/ports/d56693bd-126a-48d8-b4ac-0487540e8ef4 => generated 0 bytes in 844 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:02:12.863 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-96eb7fc5-d4f0-482a-ba49-ea953b0c6837'] response: {'server_uuid': 'd2e5459c-5d39-4565-b60f-ef6ec59f5b39', 'name': 'network-vif-deleted', 'tag': 'd56693bd-126a-48d8-b4ac-0487540e8ef4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 395/801] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:13 2026] GET /v2.0/ports?device_id=d2e5459c-5d39-4565-b60f-ef6ec59f5b39 => 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: 407/802] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:13 2026] GET /v2.0/ports?device_id=c1e19a68-0220-4775-a4ec-9194eb30df6a => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/803] 199.204.45.57 () {34 vars in 992 bytes} [Thu Apr 23 16:02:13 2026] GET /v2.0/ports?device_id=c1e19a68-0220-4775-a4ec-9194eb30df6a => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/804] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:13 2026] GET /v2.0/security-groups?id=7ae97a17-430d-4789-a8ef-6f1e05f2eec3&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:02:13.507 7 INFO neutron_taas.services.taas.taas_plugin [req-4afc4840-0680-47cf-9f20-6e7168367275 req-ed97da7f-387a-4c5a-8d90-92a99339557c 405bb1dfa54f44e19bf68efb419f8cb3 9326cde243844cbaab0a4bb2e779e2c7 - - default default] TaaS: Handle Delete Port: 88e2708f-8613-4d69-b272-2048a586290d 2026-04-23 16:02:13.512 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4afc4840-0680-47cf-9f20-6e7168367275 req-ed97da7f-387a-4c5a-8d90-92a99339557c 405bb1dfa54f44e19bf68efb419f8cb3 9326cde243844cbaab0a4bb2e779e2c7 - - default default] Tap Mirror: Handle Delete Port: 88e2708f-8613-4d69-b272-2048a586290d 2026-04-23 16:02:13.999 7 INFO neutron.db.l3_db [req-4afc4840-0680-47cf-9f20-6e7168367275 req-ed97da7f-387a-4c5a-8d90-92a99339557c 405bb1dfa54f44e19bf68efb419f8cb3 9326cde243844cbaab0a4bb2e779e2c7 - - default default] Floating IP c6419a83-4849-4351-a65a-b87e323a4554 disassociated. External IP: 10.96.250.206, port: 88e2708f-8613-4d69-b272-2048a586290d. [pid: 8|app: 0|req: 409/805] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:14 2026] GET /v2.0/ports?device_id=d2e5459c-5d39-4565-b60f-ef6ec59f5b39 => 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: 397/806] 199.204.45.57 () {36 vars in 995 bytes} [Thu Apr 23 16:02:13 2026] DELETE /v2.0/ports/88e2708f-8613-4d69-b272-2048a586290d => generated 0 bytes in 948 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:02:14.371 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b676446f-99d7-4a02-90b0-6215b3b1df09'] response: {'server_uuid': 'c1e19a68-0220-4775-a4ec-9194eb30df6a', 'name': 'network-vif-deleted', 'tag': '88e2708f-8613-4d69-b272-2048a586290d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 410/807] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:14 2026] GET /v2.0/ports?device_id=c1e19a68-0220-4775-a4ec-9194eb30df6a => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/808] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:15 2026] GET /v2.0/ports?device_id=d2e5459c-5d39-4565-b60f-ef6ec59f5b39 => 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: 411/809] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:15 2026] GET /v2.0/ports?device_id=c1e19a68-0220-4775-a4ec-9194eb30df6a => 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: 399/810] 10.0.0.73 () {34 vars in 988 bytes} [Thu Apr 23 16:02:16 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => generated 1240 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/811] 10.0.0.73 () {34 vars in 1038 bytes} [Thu Apr 23 16:02:16 2026] GET /v2.0/security-groups?id=2f9853f6-67cd-441e-84b0-1a51b32f1be0&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: 400/812] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:16 2026] GET /v2.0/ports?device_id=d2e5459c-5d39-4565-b60f-ef6ec59f5b39 => 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: 413/813] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:16 2026] GET /v2.0/ports?device_id=c1e19a68-0220-4775-a4ec-9194eb30df6a => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/814] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:02:17 2026] DELETE /v2.0/security-groups/a43d7972-9c36-4100-bcd4-b5099a2e68bc => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:02:17.665 8 INFO neutron.api.v2.resource [None req-223580b9-a0f2-4be0-8ce3-6ea295937930 5cb5b83c1c1f49608fad385ca5a8be8c 35e44ed2e85a401286f19236cd04119e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 414/815] 10.0.0.50 () {32 vars in 735 bytes} [Thu Apr 23 16:02:17 2026] GET /v2.0/security-groups/a43d7972-9c36-4100-bcd4-b5099a2e68bc => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:02:17.790 7 INFO neutron_taas.services.taas.taas_plugin [None req-767f4533-7452-4e30-a24d-fb4c51180948 5cb5b83c1c1f49608fad385ca5a8be8c 35e44ed2e85a401286f19236cd04119e - - default default] TaaS: Handle Delete Port: 91df3756-964b-474f-91bb-994f29d4218b 2026-04-23 16:02:17.793 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-767f4533-7452-4e30-a24d-fb4c51180948 5cb5b83c1c1f49608fad385ca5a8be8c 35e44ed2e85a401286f19236cd04119e - - default default] Tap Mirror: Handle Delete Port: 91df3756-964b-474f-91bb-994f29d4218b [pid: 8|app: 0|req: 415/816] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:17 2026] GET /v2.0/ports?device_id=c1e19a68-0220-4775-a4ec-9194eb30df6a => 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: 402/817] 10.0.0.50 () {32 vars in 730 bytes} [Thu Apr 23 16:02:17 2026] DELETE /v2.0/floatingips/f4d0a393-1bc6-43da-a82b-73b6d439edd9 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:02:18.368 8 INFO neutron_taas.services.taas.taas_plugin [None req-a530b265-7924-447f-acd6-640d217aaa6d f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: d8e552d1-ce13-4b70-a4c3-d1d25fb2415a 2026-04-23 16:02:18.372 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a530b265-7924-447f-acd6-640d217aaa6d f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: d8e552d1-ce13-4b70-a4c3-d1d25fb2415a [pid: 8|app: 0|req: 416/818] 10.0.0.50 () {34 vars in 787 bytes} [Thu Apr 23 16:02:17 2026] PUT /v2.0/routers/cf3c38bd-323a-4389-bd18-26b030998165/remove_router_interface => generated 310 bytes in 976 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/819] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:02:18 2026] DELETE /v2.0/security-groups/7ae97a17-430d-4789-a8ef-6f1e05f2eec3 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:02:19.104 7 INFO neutron.api.v2.resource [None req-7ae75c7d-6a76-415d-b069-52103a9ce173 405bb1dfa54f44e19bf68efb419f8cb3 9326cde243844cbaab0a4bb2e779e2c7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 404/820] 10.0.0.50 () {32 vars in 735 bytes} [Thu Apr 23 16:02:19 2026] GET /v2.0/security-groups/7ae97a17-430d-4789-a8ef-6f1e05f2eec3 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:02:19.211 8 INFO neutron_taas.services.taas.taas_plugin [None req-987f3e3c-5015-40c9-a63a-f0e9ba69aae5 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: 4b841693-f9b2-4ef9-b717-fd8c226ad154 2026-04-23 16:02:19.215 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-987f3e3c-5015-40c9-a63a-f0e9ba69aae5 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: 4b841693-f9b2-4ef9-b717-fd8c226ad154 2026-04-23 16:02:19.227 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee4d9a58-adff-41c5-ae5c-95eda89b975c 405bb1dfa54f44e19bf68efb419f8cb3 9326cde243844cbaab0a4bb2e779e2c7 - - default default] TaaS: Handle Delete Port: 6493823d-a63b-4ecf-9a18-ff3a6d11e310 2026-04-23 16:02:19.230 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee4d9a58-adff-41c5-ae5c-95eda89b975c 405bb1dfa54f44e19bf68efb419f8cb3 9326cde243844cbaab0a4bb2e779e2c7 - - default default] Tap Mirror: Handle Delete Port: 6493823d-a63b-4ecf-9a18-ff3a6d11e310 [pid: 7|app: 0|req: 405/821] 10.0.0.50 () {32 vars in 730 bytes} [Thu Apr 23 16:02:19 2026] DELETE /v2.0/floatingips/c6419a83-4849-4351-a65a-b87e323a4554 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:02:19.515 8 INFO neutron_taas.services.taas.taas_plugin [None req-987f3e3c-5015-40c9-a63a-f0e9ba69aae5 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: 8b3fdf62-f1f0-4acc-b343-6ecdcdae3b22 2026-04-23 16:02:19.518 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-987f3e3c-5015-40c9-a63a-f0e9ba69aae5 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: 8b3fdf62-f1f0-4acc-b343-6ecdcdae3b22 2026-04-23 16:02:19.834 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2a6d5a0-4f93-4de7-af85-255f2f3c8bff f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: b182f02c-c111-415b-9450-2138b50f2fdd 2026-04-23 16:02:19.837 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2a6d5a0-4f93-4de7-af85-255f2f3c8bff f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: b182f02c-c111-415b-9450-2138b50f2fdd 2026-04-23 16:02:19.848 8 INFO neutron.services.segments.plugin [-] Segment a9b8c00d-adb7-494f-b340-e558b4a753a6 resource provider aggregate not found 2026-04-23 16:02:19.852 8 INFO neutron.services.segments.plugin [-] Segment a9b8c00d-adb7-494f-b340-e558b4a753a6 resource provider aggregate not found 2026-04-23 16:02:19.869 8 INFO neutron.services.segments.plugin [-] Segment a9b8c00d-adb7-494f-b340-e558b4a753a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9b8c00d-adb7-494f-b340-e558b4a753a6 found for delete ", "request_id": "req-2622a24f-521d-4602-b8a5-a7381e29e6e3"}]} 2026-04-23 16:02:19.871 8 INFO neutron.services.segments.plugin [-] Segment a9b8c00d-adb7-494f-b340-e558b4a753a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9b8c00d-adb7-494f-b340-e558b4a753a6 found for delete ", "request_id": "req-f68f677c-20c9-4876-aad5-ce0a0413a408"}]} 2026-04-23 16:02:19.872 8 INFO neutron.db.l3_hamode_db [None req-987f3e3c-5015-40c9-a63a-f0e9ba69aae5 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] HA network 4075419a-fbaa-47e8-ac08-d174b0c06f26 was deleted as no HA routers are present in project 35e44ed2e85a401286f19236cd04119e. [pid: 8|app: 0|req: 417/822] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:02:18 2026] DELETE /v2.0/routers/cf3c38bd-323a-4389-bd18-26b030998165 => generated 0 bytes in 925 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/823] 10.0.0.50 () {34 vars in 787 bytes} [Thu Apr 23 16:02:19 2026] PUT /v2.0/routers/51e8ff6f-7692-447c-ad59-750fe77bee1d/remove_router_interface => generated 310 bytes in 994 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/824] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:02:19 2026] DELETE /v2.0/subnets/fe810e89-ebb2-45fd-b371-5587bb774f09 => generated 0 bytes in 572 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:02:20.559 8 INFO neutron_taas.services.taas.taas_plugin [None req-64f1a649-157d-4b9e-94fc-1c16f166de26 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: 9a5677f1-85b3-4b5d-b586-ca1c0d09fc37 2026-04-23 16:02:20.563 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64f1a649-157d-4b9e-94fc-1c16f166de26 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: 9a5677f1-85b3-4b5d-b586-ca1c0d09fc37 2026-04-23 16:02:20.629 7 INFO neutron_taas.services.taas.taas_plugin [None req-dd4520ab-3dbb-4b48-811a-dc2400a55431 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: 83efb265-5c4b-485e-bc87-7ad3a815bf1d 2026-04-23 16:02:20.632 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd4520ab-3dbb-4b48-811a-dc2400a55431 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: 83efb265-5c4b-485e-bc87-7ad3a815bf1d [pid: 8|app: 0|req: 419/825] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:02:20 2026] DELETE /v2.0/networks/f187569b-3ece-44f4-9377-89dbf93f8df0 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:02:20.880 7 INFO neutron_taas.services.taas.taas_plugin [None req-dd4520ab-3dbb-4b48-811a-dc2400a55431 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: ac47f6a8-571c-4f45-b84c-0b3200b97780 2026-04-23 16:02:20.883 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd4520ab-3dbb-4b48-811a-dc2400a55431 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: ac47f6a8-571c-4f45-b84c-0b3200b97780 2026-04-23 16:02:20.897 8 WARNING neutron.db.securitygroups_db [None req-1d5b666f-e5f1-4868-95b0-51d87f1da230 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 420/826] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:02:20 2026] GET /v2.0/security-groups?tenant_id=35e44ed2e85a401286f19236cd04119e&name=default => 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: 421/827] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:02:20 2026] DELETE /v2.0/security-groups/8745da2f-8f2b-443c-aa16-34c7d93f0a02 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:02:21.274 7 INFO neutron.services.segments.plugin [-] Segment a0bc504b-3bc3-469b-b280-f62c7953784e resource provider aggregate not found 2026-04-23 16:02:21.277 7 INFO neutron.services.segments.plugin [-] Segment a0bc504b-3bc3-469b-b280-f62c7953784e resource provider aggregate not found 2026-04-23 16:02:21.295 7 INFO neutron.services.segments.plugin [-] Segment a0bc504b-3bc3-469b-b280-f62c7953784e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0bc504b-3bc3-469b-b280-f62c7953784e found for delete ", "request_id": "req-4af1708f-5704-4ce3-8bc7-b32a0718a719"}]} 2026-04-23 16:02:21.301 7 INFO neutron.services.segments.plugin [-] Segment a0bc504b-3bc3-469b-b280-f62c7953784e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0bc504b-3bc3-469b-b280-f62c7953784e found for delete ", "request_id": "req-c66b2661-3c48-4533-b242-e4e252086cf0"}]} 2026-04-23 16:02:21.318 7 INFO neutron.db.l3_hamode_db [None req-dd4520ab-3dbb-4b48-811a-dc2400a55431 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] HA network 4d525251-db17-4334-8e28-fca3cf0a05df was deleted as no HA routers are present in project 9326cde243844cbaab0a4bb2e779e2c7. [pid: 7|app: 0|req: 407/828] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:02:20 2026] DELETE /v2.0/routers/51e8ff6f-7692-447c-ad59-750fe77bee1d => generated 0 bytes in 903 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/829] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:02:21 2026] DELETE /v2.0/subnets/675ee827-8f1f-4c6f-bc6b-1d7654682f29 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:02:21.620 7 INFO neutron_taas.services.taas.taas_plugin [None req-d629b184-d3dd-444c-99b4-57e6e02276b9 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: c20f247b-3168-4325-b11e-1c2e9e6c219d 2026-04-23 16:02:21.623 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d629b184-d3dd-444c-99b4-57e6e02276b9 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: c20f247b-3168-4325-b11e-1c2e9e6c219d [pid: 7|app: 0|req: 408/830] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:02:21 2026] DELETE /v2.0/networks/8ff41eb3-2c2f-4833-b635-404b28fdef20 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:02:21.892 8 INFO neutron.services.segments.plugin [-] Segment 58fa49e0-d8ba-49cb-9946-1530423d0755 resource provider aggregate not found 2026-04-23 16:02:21.901 8 INFO neutron.services.segments.plugin [-] Segment 58fa49e0-d8ba-49cb-9946-1530423d0755 resource provider aggregate not found 2026-04-23 16:02:21.910 8 INFO neutron.services.segments.plugin [-] Segment 58fa49e0-d8ba-49cb-9946-1530423d0755 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58fa49e0-d8ba-49cb-9946-1530423d0755 found for delete ", "request_id": "req-e1b68f09-b0ef-4b78-96d0-c5004200a84e"}]} 2026-04-23 16:02:21.922 8 INFO neutron.services.segments.plugin [-] Segment 58fa49e0-d8ba-49cb-9946-1530423d0755 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58fa49e0-d8ba-49cb-9946-1530423d0755 found for delete ", "request_id": "req-6d4a5b46-72cf-4741-a11f-6c19b4ce77b2"}]} 2026-04-23 16:02:21.960 8 WARNING neutron.db.securitygroups_db [None req-df1ab96c-43f9-4f96-9341-9b14b4d22550 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 423/831] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:02:21 2026] GET /v2.0/security-groups?tenant_id=9326cde243844cbaab0a4bb2e779e2c7&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: 409/832] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:02:21 2026] DELETE /v2.0/security-groups/650eb7c3-e7e8-43a1-8475-5cf0c794c4d7 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:02:23.320 7 INFO neutron.services.segments.plugin [-] Segment 08597f95-bd44-4f0f-bde7-d69302f082c8 resource provider aggregate not found 2026-04-23 16:02:23.341 7 INFO neutron.services.segments.plugin [-] Segment 08597f95-bd44-4f0f-bde7-d69302f082c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08597f95-bd44-4f0f-bde7-d69302f082c8 found for delete ", "request_id": "req-38b08ea1-47ef-41c8-8695-b24a3d3cc036"}]} 2026-04-23 16:02:23.341 7 INFO neutron.services.segments.plugin [-] Segment 08597f95-bd44-4f0f-bde7-d69302f082c8 resource provider aggregate not found 2026-04-23 16:02:23.360 7 INFO neutron.services.segments.plugin [-] Segment 08597f95-bd44-4f0f-bde7-d69302f082c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08597f95-bd44-4f0f-bde7-d69302f082c8 found for delete ", "request_id": "req-abebb8a4-abdb-4e41-b93a-60c2829361dc"}]} 2026-04-23 16:02:23.504 8 INFO neutron.db.segments_db [None req-4a1f1185-956c-4ee2-9167-33804c626b8f f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Added segment ca170233-a3d0-4072-b7b7-7f42e7c5ba8e of type vxlan for network 8975cb29-11e4-4433-be36-28cd31339c2c [pid: 8|app: 0|req: 424/833] 10.0.0.50 () {34 vars in 669 bytes} [Thu Apr 23 16:02:23 2026] POST /v2.0/networks => generated 738 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/834] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:02:23 2026] POST /v2.0/subnets => generated 685 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:02:23.865 8 INFO neutron.db.segments_db [None req-b231acf9-40b0-4a13-8bbb-47e1b74313fd f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Added segment 26592b2d-05dd-4983-a4f8-b20726a9cd1c of type vxlan for network 5752d350-3284-4b98-b76c-28a935c26400 2026-04-23 16:02:24.128 8 INFO neutron.db.l3_hamode_db [None req-b231acf9-40b0-4a13-8bbb-47e1b74313fd f6da539685604a2da7012f5530a5d95c 287f3dc33f3e497cb4658fcdc70b4b69 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 16:02:25.045 8 INFO neutron.db.l3_hamode_db [None req-b231acf9-40b0-4a13-8bbb-47e1b74313fd f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 425/837] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:02:23 2026] POST /v2.0/routers => generated 725 bytes in 2175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:02:26.797 8 WARNING neutron.db.securitygroups_db [None req-11581802-ae13-4791-957a-a49c44363c14 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 426/838] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:02:26 2026] GET /v2.0/security-groups?tenant_id=65b89968c0534d1094855394616979bb&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: 427/839] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:26 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/840] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:27 2026] GET /v2.0/ports?device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/841] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:02:27 2026] DELETE /v2.0/security-groups/d3812625-a00c-4ba9-97f9-32236f3fdffd => 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: 430/842] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:27 2026] GET /v2.0/security-groups?id=2f9853f6-67cd-441e-84b0-1a51b32f1be0&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: 413/843] 10.0.0.50 () {34 vars in 781 bytes} [Thu Apr 23 16:02:26 2026] PUT /v2.0/routers/0ac78a31-c0be-4b30-b746-bf35b85f8a9d/add_router_interface => generated 310 bytes in 1362 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/844] 10.0.0.164 () {34 vars in 970 bytes} [Thu Apr 23 16:02:27 2026] GET /v2.0/ports/0f0669da-a69c-4fcd-87c8-4a5526e1ca81 => generated 968 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/845] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:27 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/846] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:27 2026] GET /v2.0/security-groups?id=2f9853f6-67cd-441e-84b0-1a51b32f1be0&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:02:27.548 7 WARNING neutron.db.securitygroups_db [None req-c06c80cf-6f3a-457c-a65a-2061b8168c44 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 415/847] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:02:27 2026] GET /v2.0/security-groups?tenant_id=519860c7e0164f78a67d5cce75e2d91b&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/848] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:02:27 2026] DELETE /v2.0/security-groups/0f8223ac-2a08-4f90-a16e-28725dd249a1 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/849] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:27 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/850] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:27 2026] GET /v2.0/security-groups?id=2f9853f6-67cd-441e-84b0-1a51b32f1be0&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/851] 199.204.45.57 () {34 vars in 998 bytes} [Thu Apr 23 16:02:27 2026] GET /v2.0/subnets?network_id=561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2 => generated 684 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/852] 199.204.45.57 () {34 vars in 1144 bytes} [Thu Apr 23 16:02:28 2026] GET /v2.0/ports?device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803&device_owner=compute%3Anova&network_id=561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2 => 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: 435/853] 10.0.0.50 () {34 vars in 683 bytes} [Thu Apr 23 16:02:28 2026] POST /v2.0/security-groups => generated 1659 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/854] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:02:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/855] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:02:28 2026] POST /v2.0/security-group-rules => generated 602 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/856] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Apr 23 16:02:28 2026] PUT /v2.0/ports/0f0669da-a69c-4fcd-87c8-4a5526e1ca81 => generated 1145 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:02:28.635 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-db5a867b-012f-4d7c-98ba-faecabc56500'] response: {'name': 'network-changed', 'server_uuid': 'a72311e8-ccc4-4d15-a3e3-8e229045a803', 'tag': '0f0669da-a69c-4fcd-87c8-4a5526e1ca81', '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: 420/857] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:29 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/858] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:29 2026] GET /v2.0/security-groups?id=2f9853f6-67cd-441e-84b0-1a51b32f1be0&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: 422/859] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:02:29 2026] GET /v2.0/ports?tenant_id=ca64230881cf400cbbe24222dad4d2a0&device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => generated 1417 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/860] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:02:29 2026] GET /v2.0/networks?id=561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2 => generated 780 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/861] 10.0.0.50 () {34 vars in 674 bytes} [Thu Apr 23 16:02:28 2026] POST /v2.0/floatingips => generated 552 bytes in 770 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/862] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:02:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=0f0669da-a69c-4fcd-87c8-4a5526e1ca81 => 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: 439/863] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:02:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=0f0669da-a69c-4fcd-87c8-4a5526e1ca81 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/864] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:02:29 2026] GET /v2.0/subnets?id=608de3b7-36c8-4a6a-a87c-967d8a41eab3 => generated 702 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/865] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:02:29 2026] GET /v2.0/ports?network_id=561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/866] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:02:29 2026] GET /v2.0/ports?tenant_id=37b874e8e17b40d0b389e88710617c9e&device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => generated 1240 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/867] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:02:29 2026] GET /v2.0/networks/561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2?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: 441/868] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:02:29 2026] GET /v2.0/networks?id=039a6472-2184-4dbf-ad78-120e6c213fa2 => generated 771 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/869] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:02:29 2026] GET /v2.0/networks/561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2?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: 442/870] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:02:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=42992d56-9dc2-445c-9b6e-c77d5e07fcc6 => generated 860 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/871] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:02:29 2026] GET /v2.0/subnets?id=e2ff42f8-4a82-4c7e-adc0-4eef5942c48e => generated 693 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/872] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:02:29 2026] GET /v2.0/ports?network_id=039a6472-2184-4dbf-ad78-120e6c213fa2&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: 430/873] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:29 2026] GET /v2.0/ports?device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => generated 1148 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/874] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:02:29 2026] GET /v2.0/networks/039a6472-2184-4dbf-ad78-120e6c213fa2?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/875] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:29 2026] GET /v2.0/security-groups?id=36bb9b75-ebe1-454a-a3ed-dbdefc4367a5&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:02:29.764 7 WARNING neutron.db.securitygroups_db [req-649cd39d-8ad2-43ee-a3a0-18d9568b7539 req-08984d29-30de-4faa-a4ac-5dd5248c2e0f 26b0af61e51a41608d41bf37169913c0 287f3dc33f3e497cb4658fcdc70b4b69 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 445/876] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:02:29 2026] GET /v2.0/networks/039a6472-2184-4dbf-ad78-120e6c213fa2?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: 432/877] 10.0.0.164 () {34 vars in 1097 bytes} [Thu Apr 23 16:02:29 2026] GET /v2.0/security-groups?name=tempest-securitygroup--586679933&fields=id&tenant_id=287f3dc33f3e497cb4658fcdc70b4b69 => generated 69 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/878] 10.0.0.164 () {34 vars in 981 bytes} [Thu Apr 23 16:02:29 2026] GET /v2.0/networks?id=8975cb29-11e4-4433-be36-28cd31339c2c => generated 670 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/879] 10.0.0.164 () {34 vars in 964 bytes} [Thu Apr 23 16:02:29 2026] GET /v2.0/quotas/287f3dc33f3e497cb4658fcdc70b4b69 => generated 292 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/880] 10.0.0.164 () {34 vars in 1001 bytes} [Thu Apr 23 16:02:29 2026] GET /v2.0/ports?tenant_id=287f3dc33f3e497cb4658fcdc70b4b69&fields=id => generated 103 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/881] 10.0.0.164 () {34 vars in 1007 bytes} [Thu Apr 23 16:02:30 2026] GET /v2.0/networks/8975cb29-11e4-4433-be36-28cd31339c2c?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/882] 10.0.0.164 () {34 vars in 1107 bytes} [Thu Apr 23 16:02:30 2026] GET /v2.0/networks/8975cb29-11e4-4433-be36-28cd31339c2c?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: 435/883] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:30 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/884] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:30 2026] GET /v2.0/security-groups?id=2f9853f6-67cd-441e-84b0-1a51b32f1be0&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/885] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:30 2026] GET /v2.0/ports?device_id=3097207f-e3a3-47bf-9dc4-083794ea57d4 => 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: 450/886] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:02:30 2026] GET /v2.0/ports?tenant_id=ca64230881cf400cbbe24222dad4d2a0&device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => generated 1417 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/887] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:02:30 2026] GET /v2.0/networks?id=561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2 => generated 780 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/888] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:02:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=0f0669da-a69c-4fcd-87c8-4a5526e1ca81 => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/889] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:02:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=0f0669da-a69c-4fcd-87c8-4a5526e1ca81 => 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: 452/890] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:02:30 2026] GET /v2.0/subnets?id=608de3b7-36c8-4a6a-a87c-967d8a41eab3 => 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: 439/891] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:02:30 2026] GET /v2.0/ports?network_id=561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/892] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:02:30 2026] GET /v2.0/networks/561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2?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: 440/893] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:02:30 2026] GET /v2.0/networks/561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2?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: 454/894] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:31 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => 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: 441/895] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:31 2026] GET /v2.0/ports?device_id=3097207f-e3a3-47bf-9dc4-083794ea57d4 => 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: 455/896] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:31 2026] GET /v2.0/security-groups?id=2f9853f6-67cd-441e-84b0-1a51b32f1be0&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: 442/897] 199.204.45.57 () {34 vars in 1116 bytes} [Thu Apr 23 16:02:31 2026] GET /v2.0/ports?device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.8 => generated 1148 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/898] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Apr 23 16:02:31 2026] PUT /v2.0/ports/0f0669da-a69c-4fcd-87c8-4a5526e1ca81 => generated 968 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:02:32.064 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c48cead6-b6fc-484e-aaa5-859f477659f2'] response: {'name': 'network-changed', 'server_uuid': 'a72311e8-ccc4-4d15-a3e3-8e229045a803', 'tag': '0f0669da-a69c-4fcd-87c8-4a5526e1ca81', '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: 457/899] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:32 2026] GET /v2.0/ports?device_id=3097207f-e3a3-47bf-9dc4-083794ea57d4 => 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: 443/900] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:02:32 2026] GET /v2.0/ports?tenant_id=ca64230881cf400cbbe24222dad4d2a0&device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/901] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:02:32 2026] GET /v2.0/networks?id=561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2 => generated 780 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/902] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:32 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/903] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:02:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=0f0669da-a69c-4fcd-87c8-4a5526e1ca81 => generated 860 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/904] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:32 2026] GET /v2.0/security-groups?id=2f9853f6-67cd-441e-84b0-1a51b32f1be0&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: 446/905] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:02:32 2026] GET /v2.0/subnets?id=608de3b7-36c8-4a6a-a87c-967d8a41eab3 => 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: 460/906] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:02:32 2026] GET /v2.0/ports?network_id=561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/907] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:02:32 2026] GET /v2.0/networks/561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/908] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:02:32 2026] GET /v2.0/networks/561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:02:33.183 7 WARNING neutron.db.securitygroups_db [None req-83b2e09f-82fe-4097-9276-b7aed7866fb2 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 462/909] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:33 2026] GET /v2.0/ports?device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/910] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:33 2026] GET /v2.0/security-groups?id=36bb9b75-ebe1-454a-a3ed-dbdefc4367a5&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: 448/911] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:02:33 2026] GET /v2.0/security-groups?tenant_id=fddfecf815b3474cbafd4f131b45c3e8&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/912] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:02:33 2026] DELETE /v2.0/security-groups/ab4f8c8b-6e0f-4ad6-a650-65f522a42064 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:02:33.513 7 WARNING neutron.db.securitygroups_db [None req-d51d9786-fa7f-47ca-a59f-ef073669ed18 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 465/913] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:33 2026] GET /v2.0/ports?device_id=3097207f-e3a3-47bf-9dc4-083794ea57d4 => 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: 449/914] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:02:33 2026] GET /v2.0/security-groups?tenant_id=a7670987cc7e40239f5f77df8873d356&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/915] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:02:33 2026] DELETE /v2.0/security-groups/e2234911-57b2-498d-a8f7-94b88ae0229d => 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: 450/916] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:33 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/917] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:33 2026] GET /v2.0/security-groups?id=2f9853f6-67cd-441e-84b0-1a51b32f1be0&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: 451/918] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:02:33 2026] GET /v2.0/ports?tenant_id=ca64230881cf400cbbe24222dad4d2a0&device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/919] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:02:33 2026] GET /v2.0/networks?id=561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2 => generated 780 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/920] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:02:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=0f0669da-a69c-4fcd-87c8-4a5526e1ca81 => generated 860 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/921] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:02:34 2026] GET /v2.0/subnets?id=608de3b7-36c8-4a6a-a87c-967d8a41eab3 => 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: 453/922] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:02:34 2026] GET /v2.0/ports?network_id=561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2&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: 470/923] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:02:34 2026] GET /v2.0/networks/561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2?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: 454/924] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:02:34 2026] GET /v2.0/networks/561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/925] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:34 2026] GET /v2.0/ports?device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/926] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:34 2026] GET /v2.0/security-groups?id=36bb9b75-ebe1-454a-a3ed-dbdefc4367a5&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/927] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:34 2026] GET /v2.0/ports?device_id=3097207f-e3a3-47bf-9dc4-083794ea57d4 => 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: 456/928] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:34 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/929] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:35 2026] GET /v2.0/security-groups?id=2f9853f6-67cd-441e-84b0-1a51b32f1be0&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: 7|app: 0|req: 457/930] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:35 2026] GET /v2.0/ports?device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/931] 199.204.45.57 () {34 vars in 992 bytes} [Thu Apr 23 16:02:35 2026] GET /v2.0/ports?device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/932] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:35 2026] GET /v2.0/security-groups?id=36bb9b75-ebe1-454a-a3ed-dbdefc4367a5&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-04-23 16:02:35.800 8 INFO neutron_taas.services.taas.taas_plugin [req-a05faae7-8fa9-4f4c-b050-8008343fb3f2 req-889db8c8-2d2d-463a-9b7c-7c821bc34360 d0f9cf1f00894d1497b70611cde87949 ca64230881cf400cbbe24222dad4d2a0 - - default default] TaaS: Handle Delete Port: 0f0669da-a69c-4fcd-87c8-4a5526e1ca81 2026-04-23 16:02:35.804 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a05faae7-8fa9-4f4c-b050-8008343fb3f2 req-889db8c8-2d2d-463a-9b7c-7c821bc34360 d0f9cf1f00894d1497b70611cde87949 ca64230881cf400cbbe24222dad4d2a0 - - default default] Tap Mirror: Handle Delete Port: 0f0669da-a69c-4fcd-87c8-4a5526e1ca81 [pid: 7|app: 0|req: 459/933] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:35 2026] GET /v2.0/ports?device_id=3097207f-e3a3-47bf-9dc4-083794ea57d4 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:02:35.942 8 INFO neutron.db.l3_db [req-a05faae7-8fa9-4f4c-b050-8008343fb3f2 req-889db8c8-2d2d-463a-9b7c-7c821bc34360 d0f9cf1f00894d1497b70611cde87949 ca64230881cf400cbbe24222dad4d2a0 - - default default] Floating IP 3d0beb45-b126-4aa7-89d1-323c9d163a89 disassociated. External IP: 10.96.250.219, port: 0f0669da-a69c-4fcd-87c8-4a5526e1ca81. [pid: 7|app: 0|req: 460/934] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:36 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/935] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:36 2026] GET /v2.0/security-groups?id=2f9853f6-67cd-441e-84b0-1a51b32f1be0&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: 475/936] 199.204.45.57 () {36 vars in 995 bytes} [Thu Apr 23 16:02:35 2026] DELETE /v2.0/ports/0f0669da-a69c-4fcd-87c8-4a5526e1ca81 => generated 0 bytes in 694 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:02:36.409 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-05596b92-befd-4a72-bf0e-4f89001dcb6f'] response: {'server_uuid': 'a72311e8-ccc4-4d15-a3e3-8e229045a803', 'name': 'network-vif-deleted', 'tag': '0f0669da-a69c-4fcd-87c8-4a5526e1ca81', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 462/937] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:02:36 2026] GET /v2.0/networks?id=8975cb29-11e4-4433-be36-28cd31339c2c => generated 670 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:02:36.580 8 WARNING neutron.db.securitygroups_db [req-649cd39d-8ad2-43ee-a3a0-18d9568b7539 req-ac02cafb-18a5-4166-a1e9-689bc4a374bf 26b0af61e51a41608d41bf37169913c0 287f3dc33f3e497cb4658fcdc70b4b69 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 476/938] 199.204.45.57 () {34 vars in 1048 bytes} [Thu Apr 23 16:02:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=287f3dc33f3e497cb4658fcdc70b4b69 => generated 180 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/939] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:36 2026] GET /v2.0/ports?device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => 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: 478/940] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:36 2026] GET /v2.0/ports?device_id=3097207f-e3a3-47bf-9dc4-083794ea57d4 => generated 957 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/941] 199.204.45.57 () {38 vars in 953 bytes} [Thu Apr 23 16:02:36 2026] POST /v2.0/ports => generated 954 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: 479/942] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:37 2026] GET /v2.0/security-groups?id=9a4f0201-e516-45d3-b3ad-b850a7323b0f&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/943] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:37 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/944] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:37 2026] GET /v2.0/security-groups?id=2f9853f6-67cd-441e-84b0-1a51b32f1be0&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/945] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Apr 23 16:02:37 2026] PUT /v2.0/ports/e0392512-faae-41aa-bdfc-8a241bd68609 => generated 1235 bytes in 564 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:02:37.706 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e7b73940-e2d0-4275-b181-2d80f0a76cfb'] response: {'name': 'network-changed', 'server_uuid': '3097207f-e3a3-47bf-9dc4-083794ea57d4', 'tag': 'e0392512-faae-41aa-bdfc-8a241bd68609', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 482/946] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:37 2026] GET /v2.0/ports?device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 16:02:38.218 7 WARNING neutron.db.securitygroups_db [None req-9066ec30-3b0e-4715-bd56-4fd5b20b9c32 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 483/947] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:38 2026] GET /v2.0/ports?device_id=3097207f-e3a3-47bf-9dc4-083794ea57d4 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/948] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:02:38 2026] GET /v2.0/ports?tenant_id=287f3dc33f3e497cb4658fcdc70b4b69&device_id=3097207f-e3a3-47bf-9dc4-083794ea57d4 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/949] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:38 2026] GET /v2.0/security-groups?id=9a4f0201-e516-45d3-b3ad-b850a7323b0f&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/950] 199.204.45.57 () {34 vars in 1016 bytes} [Thu Apr 23 16:02:38 2026] GET /v2.0/networks?tenant_id=287f3dc33f3e497cb4658fcdc70b4b69&shared=False => generated 766 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/951] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:02:38 2026] GET /v2.0/security-groups?tenant_id=1eb67d9b00294621990493d863c7228a&name=default => generated 2925 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/952] 199.204.45.57 () {34 vars in 928 bytes} [Thu Apr 23 16:02:38 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/953] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:02:38 2026] DELETE /v2.0/security-groups/ea5981e1-e1e1-43d9-b093-48e331319a42 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:02:38.606 7 WARNING neutron.db.securitygroups_db [None req-da963720-f008-4803-842b-db01c4e93629 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 488/954] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:38 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/955] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:38 2026] GET /v2.0/security-groups?id=2f9853f6-67cd-441e-84b0-1a51b32f1be0&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: 467/956] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:02:38 2026] GET /v2.0/security-groups?tenant_id=1a788ae9458a41989c55419cdec5df71&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: 490/957] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:02:38 2026] DELETE /v2.0/security-groups/2f20a187-07ac-40c2-943d-64517989589d => 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: 468/958] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:39 2026] GET /v2.0/ports?device_id=a72311e8-ccc4-4d15-a3e3-8e229045a803 => 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: 491/959] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:39 2026] GET /v2.0/ports?device_id=3097207f-e3a3-47bf-9dc4-083794ea57d4 => 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: 469/960] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:02:39 2026] GET /v2.0/ports?tenant_id=287f3dc33f3e497cb4658fcdc70b4b69&device_id=3097207f-e3a3-47bf-9dc4-083794ea57d4 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/961] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:39 2026] GET /v2.0/security-groups?id=9a4f0201-e516-45d3-b3ad-b850a7323b0f&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: 7|app: 0|req: 470/962] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:02:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=e0392512-faae-41aa-bdfc-8a241bd68609 => 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: 493/963] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:02:39 2026] GET /v2.0/subnets?id=7c136f2c-bf5f-48ce-bc4b-271dceffcc8c => generated 688 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/964] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:02:39 2026] GET /v2.0/ports?network_id=8975cb29-11e4-4433-be36-28cd31339c2c&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/965] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:02:39 2026] GET /v2.0/networks/8975cb29-11e4-4433-be36-28cd31339c2c?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: 472/966] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:02:39 2026] GET /v2.0/networks/8975cb29-11e4-4433-be36-28cd31339c2c?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: 474/969] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:02:40 2026] DELETE /v2.0/security-groups/36bb9b75-ebe1-454a-a3ed-dbdefc4367a5 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:02:40.317 8 INFO neutron.api.v2.resource [None req-0608eed4-ba2c-4954-86ee-20e3e33a010f d0f9cf1f00894d1497b70611cde87949 ca64230881cf400cbbe24222dad4d2a0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 496/970] 10.0.0.50 () {32 vars in 735 bytes} [Thu Apr 23 16:02:40 2026] GET /v2.0/security-groups/36bb9b75-ebe1-454a-a3ed-dbdefc4367a5 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:02:40.415 7 INFO neutron_taas.services.taas.taas_plugin [None req-4e9fc832-81f3-41ac-8d88-0d0381de5cf0 d0f9cf1f00894d1497b70611cde87949 ca64230881cf400cbbe24222dad4d2a0 - - default default] TaaS: Handle Delete Port: eee90ef1-d1f3-491d-a55c-f14827fe24ae 2026-04-23 16:02:40.417 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e9fc832-81f3-41ac-8d88-0d0381de5cf0 d0f9cf1f00894d1497b70611cde87949 ca64230881cf400cbbe24222dad4d2a0 - - default default] Tap Mirror: Handle Delete Port: eee90ef1-d1f3-491d-a55c-f14827fe24ae [pid: 7|app: 0|req: 475/971] 10.0.0.50 () {32 vars in 730 bytes} [Thu Apr 23 16:02:40 2026] DELETE /v2.0/floatingips/3d0beb45-b126-4aa7-89d1-323c9d163a89 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/972] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:40 2026] GET /v2.0/ports?device_id=3097207f-e3a3-47bf-9dc4-083794ea57d4 => 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: 476/973] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:40 2026] GET /v2.0/security-groups?id=9a4f0201-e516-45d3-b3ad-b850a7323b0f&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:02:41.049 8 INFO neutron_taas.services.taas.taas_plugin [None req-f5317f32-2cc0-44fd-82f3-6a1f9053c89f f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: d44f9bfd-56e2-4cfd-ae9c-f627424cf8ec 2026-04-23 16:02:41.052 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5317f32-2cc0-44fd-82f3-6a1f9053c89f f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: d44f9bfd-56e2-4cfd-ae9c-f627424cf8ec 2026-04-23 16:02:41.528 7 WARNING neutron.db.securitygroups_db [None req-1c5c422c-6d48-458c-ad4f-43fc43e9e288 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 498/974] 10.0.0.50 () {34 vars in 787 bytes} [Thu Apr 23 16:02:40 2026] PUT /v2.0/routers/15682250-006d-4708-b87f-889632dd7184/remove_router_interface => generated 310 bytes in 998 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/975] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:02:41 2026] GET /v2.0/security-groups?tenant_id=d23d5fea5daf4ebcac98b0ed8f210b92&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/976] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:02:41 2026] DELETE /v2.0/security-groups/aed18a33-2975-4462-86d7-0fa9f355dfb1 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/977] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:41 2026] GET /v2.0/ports?device_id=3097207f-e3a3-47bf-9dc4-083794ea57d4 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/978] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:41 2026] GET /v2.0/security-groups?id=9a4f0201-e516-45d3-b3ad-b850a7323b0f&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:02:41.878 8 INFO neutron_taas.services.taas.taas_plugin [None req-afe3d815-6845-4c5d-8f50-61cfa73b1823 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: 339e5a4c-06a7-4fa9-9cd5-c540b520fa6d 2026-04-23 16:02:41.883 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-afe3d815-6845-4c5d-8f50-61cfa73b1823 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: 339e5a4c-06a7-4fa9-9cd5-c540b520fa6d 2026-04-23 16:02:42.206 8 INFO neutron_taas.services.taas.taas_plugin [None req-afe3d815-6845-4c5d-8f50-61cfa73b1823 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: 5387df8b-9519-4b0f-a3a3-fc27a83d00ee 2026-04-23 16:02:42.211 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-afe3d815-6845-4c5d-8f50-61cfa73b1823 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: 5387df8b-9519-4b0f-a3a3-fc27a83d00ee 2026-04-23 16:02:42.606 8 INFO neutron.services.segments.plugin [-] Segment afa367c9-c789-443e-b04f-c5b986e65986 resource provider aggregate not found 2026-04-23 16:02:42.611 8 INFO neutron.services.segments.plugin [-] Segment afa367c9-c789-443e-b04f-c5b986e65986 resource provider aggregate not found 2026-04-23 16:02:42.627 8 INFO neutron.services.segments.plugin [-] Segment afa367c9-c789-443e-b04f-c5b986e65986 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afa367c9-c789-443e-b04f-c5b986e65986 found for delete ", "request_id": "req-630fc585-f6e5-4ac1-acc7-9fe9a21beb15"}]} 2026-04-23 16:02:42.630 8 INFO neutron.db.l3_hamode_db [None req-afe3d815-6845-4c5d-8f50-61cfa73b1823 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] HA network 8b91efb5-9aea-4f59-818e-ff9c50e537d9 was deleted as no HA routers are present in project ca64230881cf400cbbe24222dad4d2a0. 2026-04-23 16:02:42.638 8 INFO neutron.services.segments.plugin [-] Segment afa367c9-c789-443e-b04f-c5b986e65986 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afa367c9-c789-443e-b04f-c5b986e65986 found for delete ", "request_id": "req-e7242dc8-6371-4394-862b-33f2522f2ea6"}]} [pid: 8|app: 0|req: 499/979] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:02:41 2026] DELETE /v2.0/routers/15682250-006d-4708-b87f-889632dd7184 => generated 0 bytes in 1000 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/980] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:02:42 2026] DELETE /v2.0/subnets/608de3b7-36c8-4a6a-a87c-967d8a41eab3 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:02:42.937 8 INFO neutron_taas.services.taas.taas_plugin [None req-0ccf4bc9-d811-48d4-86ad-620da0732502 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: 63a7ec42-9380-43ab-a946-3194bb92cdee 2026-04-23 16:02:42.940 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ccf4bc9-d811-48d4-86ad-620da0732502 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: 63a7ec42-9380-43ab-a946-3194bb92cdee [pid: 7|app: 0|req: 482/981] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:42 2026] GET /v2.0/ports?device_id=3097207f-e3a3-47bf-9dc4-083794ea57d4 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/982] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:43 2026] GET /v2.0/security-groups?id=9a4f0201-e516-45d3-b3ad-b850a7323b0f&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: 500/983] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:02:42 2026] DELETE /v2.0/networks/561338d5-7fcd-4e0a-b0c9-aec0dfd86fd2 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:02:43.383 7 WARNING neutron.db.securitygroups_db [None req-48f4249e-a2c0-4584-b152-107012318a97 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 484/984] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:02:43 2026] GET /v2.0/security-groups?tenant_id=ca64230881cf400cbbe24222dad4d2a0&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: 501/985] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:02:43 2026] DELETE /v2.0/security-groups/e30a04e0-4a06-4789-9631-f2648613438d => 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: 485/986] 10.0.0.50 () {32 vars in 651 bytes} [Thu Apr 23 16:02:43 2026] GET /v2.0/extensions => generated 22037 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/987] 10.0.0.50 () {32 vars in 679 bytes} [Thu Apr 23 16:02:43 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/988] 10.0.0.50 () {32 vars in 679 bytes} [Thu Apr 23 16:02:43 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/989] 10.0.0.50 () {32 vars in 727 bytes} [Thu Apr 23 16:02:43 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/990] 10.0.0.50 () {32 vars in 663 bytes} [Thu Apr 23 16:02:43 2026] GET /v2.0/extensions/agent => generated 153 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/991] 10.0.0.50 () {32 vars in 697 bytes} [Thu Apr 23 16:02:43 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/992] 10.0.0.50 () {32 vars in 695 bytes} [Thu Apr 23 16:02:43 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: 505/993] 10.0.0.50 () {32 vars in 699 bytes} [Thu Apr 23 16:02:43 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/994] 10.0.0.50 () {32 vars in 687 bytes} [Thu Apr 23 16:02:43 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/995] 10.0.0.50 () {32 vars in 701 bytes} [Thu Apr 23 16:02:43 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/996] 10.0.0.50 () {32 vars in 691 bytes} [Thu Apr 23 16:02:43 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/997] 10.0.0.50 () {32 vars in 693 bytes} [Thu Apr 23 16:02:43 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/998] 10.0.0.50 () {32 vars in 683 bytes} [Thu Apr 23 16:02:43 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/999] 10.0.0.50 () {32 vars in 685 bytes} [Thu Apr 23 16:02:43 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/1000] 10.0.0.50 () {32 vars in 659 bytes} [Thu Apr 23 16:02:43 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1001] 10.0.0.50 () {32 vars in 697 bytes} [Thu Apr 23 16:02:43 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1002] 10.0.0.50 () {32 vars in 677 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1003] 10.0.0.50 () {32 vars in 681 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1004] 10.0.0.50 () {32 vars in 673 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1005] 10.0.0.50 () {32 vars in 687 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1006] 10.0.0.50 () {32 vars in 721 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1007] 10.0.0.50 () {32 vars in 685 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1008] 10.0.0.50 () {32 vars in 667 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1009] 10.0.0.50 () {32 vars in 685 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1010] 10.0.0.50 () {32 vars in 679 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1011] 10.0.0.50 () {32 vars in 697 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1012] 10.0.0.50 () {32 vars in 677 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1013] 10.0.0.50 () {32 vars in 665 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/router => generated 256 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1014] 10.0.0.50 () {32 vars in 675 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1015] 10.0.0.50 () {32 vars in 663 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1016] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/ports?device_id=3097207f-e3a3-47bf-9dc4-083794ea57d4 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1017] 10.0.0.50 () {32 vars in 673 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1018] 10.0.0.50 () {32 vars in 711 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1019] 10.0.0.50 () {32 vars in 689 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1020] 10.0.0.50 () {32 vars in 681 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1021] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/security-groups?id=9a4f0201-e516-45d3-b3ad-b850a7323b0f&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1022] 10.0.0.50 () {32 vars in 667 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1023] 10.0.0.50 () {32 vars in 685 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1024] 10.0.0.50 () {32 vars in 703 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1025] 10.0.0.50 () {32 vars in 673 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1026] 10.0.0.50 () {32 vars in 699 bytes} [Thu Apr 23 16:02:44 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: 7|app: 0|req: 506/1027] 10.0.0.50 () {32 vars in 715 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/network-ip-availability-details => generated 260 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1028] 10.0.0.50 () {32 vars in 673 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1029] 10.0.0.50 () {32 vars in 691 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1030] 10.0.0.50 () {32 vars in 687 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1031] 10.0.0.50 () {32 vars in 707 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1032] 10.0.0.50 () {32 vars in 703 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1033] 10.0.0.50 () {32 vars in 717 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1034] 10.0.0.50 () {32 vars in 695 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1035] 10.0.0.50 () {32 vars in 709 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1036] 10.0.0.50 () {32 vars in 667 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/binding => generated 193 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1037] 10.0.0.50 () {32 vars in 685 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1038] 10.0.0.50 () {32 vars in 679 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1039] 10.0.0.50 () {32 vars in 673 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1040] 10.0.0.50 () {32 vars in 669 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1041] 10.0.0.50 () {32 vars in 659 bytes} [Thu Apr 23 16:02:44 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: 529/1042] 10.0.0.50 () {32 vars in 697 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1043] 10.0.0.50 () {32 vars in 697 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1044] 10.0.0.50 () {32 vars in 675 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1045] 10.0.0.50 () {32 vars in 667 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1046] 10.0.0.50 () {32 vars in 681 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1047] 10.0.0.50 () {32 vars in 699 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1048] 10.0.0.50 () {32 vars in 683 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1049] 10.0.0.50 () {32 vars in 705 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1050] 10.0.0.50 () {32 vars in 667 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:02:44.661 8 INFO neutron.services.segments.plugin [-] Segment 71bd5cf4-56e6-4869-bfe3-5d7f0d5c207d resource provider aggregate not found [pid: 7|app: 0|req: 518/1051] 10.0.0.50 () {32 vars in 695 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:02:44.677 8 INFO neutron.services.segments.plugin [-] Segment 71bd5cf4-56e6-4869-bfe3-5d7f0d5c207d resource provider aggregate not found 2026-04-23 16:02:44.686 8 INFO neutron.services.segments.plugin [-] Segment 71bd5cf4-56e6-4869-bfe3-5d7f0d5c207d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71bd5cf4-56e6-4869-bfe3-5d7f0d5c207d found for delete ", "request_id": "req-52c84fb3-28f7-4eda-a3ba-3214707539e2"}]} [pid: 8|app: 0|req: 534/1052] 10.0.0.50 () {32 vars in 693 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1053] 10.0.0.50 () {32 vars in 683 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:02:44.705 8 INFO neutron.services.segments.plugin [-] Segment 71bd5cf4-56e6-4869-bfe3-5d7f0d5c207d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71bd5cf4-56e6-4869-bfe3-5d7f0d5c207d found for delete ", "request_id": "req-4621c266-9a25-40b1-b822-344ee45231cd"}]} [pid: 8|app: 0|req: 535/1054] 10.0.0.50 () {32 vars in 687 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1055] 10.0.0.50 () {32 vars in 703 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1056] 10.0.0.50 () {32 vars in 665 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1057] 10.0.0.50 () {32 vars in 679 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1058] 10.0.0.50 () {32 vars in 679 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/rbac-policies => generated 224 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1059] 10.0.0.50 () {32 vars in 689 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1060] 10.0.0.50 () {32 vars in 689 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1061] 10.0.0.50 () {32 vars in 693 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1062] 10.0.0.50 () {32 vars in 683 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1063] 10.0.0.50 () {32 vars in 687 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1064] 10.0.0.50 () {32 vars in 699 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1065] 10.0.0.50 () {32 vars in 701 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1066] 10.0.0.50 () {32 vars in 711 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1067] 10.0.0.50 () {32 vars in 715 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1068] 10.0.0.50 () {32 vars in 713 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1069] 10.0.0.50 () {32 vars in 725 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1070] 10.0.0.50 () {32 vars in 739 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1071] 10.0.0.50 () {32 vars in 717 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1072] 10.0.0.50 () {32 vars in 681 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1073] 10.0.0.50 () {32 vars in 667 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/segment => generated 145 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1074] 10.0.0.50 () {32 vars in 717 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1075] 10.0.0.50 () {32 vars in 677 bytes} [Thu Apr 23 16:02:44 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1076] 10.0.0.50 () {32 vars in 667 bytes} [Thu Apr 23 16:02:45 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1077] 10.0.0.50 () {32 vars in 695 bytes} [Thu Apr 23 16:02:45 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1078] 10.0.0.50 () {32 vars in 703 bytes} [Thu Apr 23 16:02:45 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1079] 10.0.0.50 () {32 vars in 699 bytes} [Thu Apr 23 16:02:45 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1080] 10.0.0.50 () {32 vars in 699 bytes} [Thu Apr 23 16:02:45 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1081] 10.0.0.50 () {32 vars in 681 bytes} [Thu Apr 23 16:02:45 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1082] 10.0.0.50 () {32 vars in 703 bytes} [Thu Apr 23 16:02:45 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1083] 10.0.0.50 () {32 vars in 693 bytes} [Thu Apr 23 16:02:45 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1084] 10.0.0.50 () {32 vars in 687 bytes} [Thu Apr 23 16:02:45 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1085] 10.0.0.50 () {32 vars in 695 bytes} [Thu Apr 23 16:02:45 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1086] 10.0.0.50 () {32 vars in 677 bytes} [Thu Apr 23 16:02:45 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1087] 10.0.0.50 () {32 vars in 687 bytes} [Thu Apr 23 16:02:45 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1088] 10.0.0.50 () {32 vars in 699 bytes} [Thu Apr 23 16:02:45 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1089] 10.0.0.50 () {32 vars in 663 bytes} [Thu Apr 23 16:02:45 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1090] 10.0.0.50 () {32 vars in 679 bytes} [Thu Apr 23 16:02:45 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1091] 10.0.0.50 () {32 vars in 675 bytes} [Thu Apr 23 16:02:45 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1092] 10.0.0.50 () {32 vars in 691 bytes} [Thu Apr 23 16:02:45 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1093] 10.0.0.50 () {32 vars in 675 bytes} [Thu Apr 23 16:02:45 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1094] 10.0.0.50 () {32 vars in 665 bytes} [Thu Apr 23 16:02:45 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1095] 10.0.0.50 () {32 vars in 661 bytes} [Thu Apr 23 16:02:45 2026] GET /v2.0/extensions/taas => generated 175 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1096] 10.0.0.50 () {32 vars in 673 bytes} [Thu Apr 23 16:02:45 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1097] 10.0.0.50 () {32 vars in 703 bytes} [Thu Apr 23 16:02:45 2026] GET /v2.0/extensions/tap-mirror-both-direction => generated 265 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1098] 10.0.0.50 () {32 vars in 685 bytes} [Thu Apr 23 16:02:45 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1099] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:45 2026] GET /v2.0/ports?device_id=3097207f-e3a3-47bf-9dc4-083794ea57d4 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1100] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:45 2026] GET /v2.0/security-groups?id=9a4f0201-e516-45d3-b3ad-b850a7323b0f&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1101] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:45 2026] GET /v2.0/ports?device_id=3097207f-e3a3-47bf-9dc4-083794ea57d4 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:02:45.944 8 INFO neutron.db.l3_db [None req-8c84b8e7-10d0-41b8-a80d-105074c41f2c 26b0af61e51a41608d41bf37169913c0 287f3dc33f3e497cb4658fcdc70b4b69 - - default default] Floating IP 5833ae04-7238-45fb-9d83-b75c5c628554 associated. External IP: 10.96.250.206, port: e0392512-faae-41aa-bdfc-8a241bd68609. 2026-04-23 16:02:45.983 7 WARNING neutron.db.securitygroups_db [None req-24c30223-ae58-45b0-a50d-42a427ba1eb9 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 544/1102] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:02:45 2026] GET /v2.0/security-groups?tenant_id=b8ef89bffea546f8b1aa8024a258ac66&name=default => generated 2925 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1103] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:02:46 2026] DELETE /v2.0/security-groups/3117f10b-978b-402e-9d35-c4f0bbdfd251 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1104] 10.0.0.50 () {34 vars in 747 bytes} [Thu Apr 23 16:02:45 2026] PUT /v2.0/floatingips/5833ae04-7238-45fb-9d83-b75c5c628554 => generated 855 bytes in 750 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:02:46.382 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-04694e34-58f7-4969-8ebd-6aba170db57a'] response: {'name': 'network-changed', 'server_uuid': '3097207f-e3a3-47bf-9dc4-083794ea57d4', 'tag': 'e0392512-faae-41aa-bdfc-8a241bd68609', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 546/1105] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:46 2026] GET /v2.0/ports?device_id=3097207f-e3a3-47bf-9dc4-083794ea57d4 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1106] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:46 2026] GET /v2.0/security-groups?id=9a4f0201-e516-45d3-b3ad-b850a7323b0f&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:02:46.683 8 WARNING neutron.db.securitygroups_db [None req-ce3ec968-46b4-4e4e-8da2-01167ce563aa f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 548/1107] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:46 2026] GET /v2.0/ports?device_id=3097207f-e3a3-47bf-9dc4-083794ea57d4 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1108] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:02:46 2026] GET /v2.0/security-groups?tenant_id=76592b331def4e938fe61d81894767bc&name=default => generated 2925 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1109] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:46 2026] GET /v2.0/security-groups?id=9a4f0201-e516-45d3-b3ad-b850a7323b0f&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1110] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:02:46 2026] GET /v2.0/ports?tenant_id=287f3dc33f3e497cb4658fcdc70b4b69&device_id=3097207f-e3a3-47bf-9dc4-083794ea57d4 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1111] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:02:46 2026] DELETE /v2.0/security-groups/01fd328a-e61d-4ea9-bef8-610d79ce11ab => 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: 551/1112] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:02:46 2026] GET /v2.0/networks?id=8975cb29-11e4-4433-be36-28cd31339c2c => generated 766 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1113] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:02:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=e0392512-faae-41aa-bdfc-8a241bd68609 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1114] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:02:47 2026] GET /v2.0/subnets?id=7c136f2c-bf5f-48ce-bc4b-271dceffcc8c => generated 688 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1115] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:02:47 2026] GET /v2.0/ports?network_id=8975cb29-11e4-4433-be36-28cd31339c2c&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: 564/1116] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:02:47 2026] GET /v2.0/networks/8975cb29-11e4-4433-be36-28cd31339c2c?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: 553/1117] 10.0.0.73 () {34 vars in 988 bytes} [Thu Apr 23 16:02:47 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => 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: 565/1118] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:02:47 2026] GET /v2.0/networks/8975cb29-11e4-4433-be36-28cd31339c2c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1119] 10.0.0.73 () {34 vars in 1038 bytes} [Thu Apr 23 16:02:47 2026] GET /v2.0/security-groups?id=2f9853f6-67cd-441e-84b0-1a51b32f1be0&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1120] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:47 2026] GET /v2.0/ports?device_id=3097207f-e3a3-47bf-9dc4-083794ea57d4 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1121] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:47 2026] GET /v2.0/security-groups?id=9a4f0201-e516-45d3-b3ad-b850a7323b0f&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:02:48.640 8 INFO neutron.db.segments_db [None req-59f654ed-2b2a-4a72-b0a1-9b4bf7f3ddbf f725ac094e8b4864be5fe0129ba47707 0c51342d96a8464c9a895aef5b4978c9 - - default default] Added segment 1af017d1-325c-42a1-a695-a170fb1aab93 of type vxlan for network 8b3d24ca-0bfd-49c6-9cd1-47b0ace3d923 2026-04-23 16:02:48.720 8 INFO neutron.db.segments_db [None req-59f654ed-2b2a-4a72-b0a1-9b4bf7f3ddbf f725ac094e8b4864be5fe0129ba47707 0c51342d96a8464c9a895aef5b4978c9 - - default default] Added segment 93823ceb-ddd8-4149-8ba2-0383bc787afc of type vxlan for network 931d37fc-b1cf-4786-be36-58880b7929a3 [pid: 8|app: 0|req: 567/1122] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:02:48 2026] POST /v2.0/networks => generated 1245 bytes in 554 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1123] 10.0.0.50 () {32 vars in 647 bytes} [Thu Apr 23 16:02:48 2026] GET /v2.0/networks => generated 1844 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:02:49.101 8 INFO neutron.services.segments.plugin [-] Segment 1af017d1-325c-42a1-a695-a170fb1aab93 resource provider aggregate not found 2026-04-23 16:02:49.106 8 INFO neutron.services.segments.plugin [-] Segment 1af017d1-325c-42a1-a695-a170fb1aab93 resource provider aggregate not found 2026-04-23 16:02:49.124 8 INFO neutron.services.segments.plugin [-] Segment 1af017d1-325c-42a1-a695-a170fb1aab93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1af017d1-325c-42a1-a695-a170fb1aab93 found for delete ", "request_id": "req-b5f9e48a-94dd-40c6-8403-b6b6f79b8503"}]} 2026-04-23 16:02:49.127 8 INFO neutron.services.segments.plugin [-] Segment 1af017d1-325c-42a1-a695-a170fb1aab93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1af017d1-325c-42a1-a695-a170fb1aab93 found for delete ", "request_id": "req-e85fcbdb-6de7-4f55-8dd3-dea40e618e5c"}]} [pid: 8|app: 0|req: 568/1124] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:02:48 2026] DELETE /v2.0/networks/8b3d24ca-0bfd-49c6-9cd1-47b0ace3d923 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1125] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:49 2026] GET /v2.0/ports?device_id=3097207f-e3a3-47bf-9dc4-083794ea57d4 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1126] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:49 2026] GET /v2.0/security-groups?id=9a4f0201-e516-45d3-b3ad-b850a7323b0f&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: 559/1127] 199.204.45.57 () {34 vars in 992 bytes} [Thu Apr 23 16:02:49 2026] GET /v2.0/ports?device_id=3097207f-e3a3-47bf-9dc4-083794ea57d4 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1128] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:02:49 2026] DELETE /v2.0/networks/931d37fc-b1cf-4786-be36-58880b7929a3 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1129] 10.0.0.50 () {32 vars in 647 bytes} [Thu Apr 23 16:02:49 2026] GET /v2.0/networks => generated 651 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:02:49.375 7 INFO neutron_taas.services.taas.taas_plugin [req-4e1dc85a-16cd-4e4c-a2ef-61109e8d8d65 req-8b464bb0-c373-40c1-b1f3-c5f744ab18f4 26b0af61e51a41608d41bf37169913c0 287f3dc33f3e497cb4658fcdc70b4b69 - - default default] TaaS: Handle Delete Port: e0392512-faae-41aa-bdfc-8a241bd68609 2026-04-23 16:02:49.378 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4e1dc85a-16cd-4e4c-a2ef-61109e8d8d65 req-8b464bb0-c373-40c1-b1f3-c5f744ab18f4 26b0af61e51a41608d41bf37169913c0 287f3dc33f3e497cb4658fcdc70b4b69 - - default default] Tap Mirror: Handle Delete Port: e0392512-faae-41aa-bdfc-8a241bd68609 2026-04-23 16:02:49.446 8 INFO neutron.db.segments_db [None req-57a1fab4-18ff-4aca-bc88-0d37c9ca6ed1 f725ac094e8b4864be5fe0129ba47707 0c51342d96a8464c9a895aef5b4978c9 - - default default] Added segment b5b231b0-ef9b-4511-b618-b0107101c867 of type vxlan for network 72774279-383e-486c-8caf-f01fc0fff211 2026-04-23 16:02:49.492 7 INFO neutron.db.l3_db [req-4e1dc85a-16cd-4e4c-a2ef-61109e8d8d65 req-8b464bb0-c373-40c1-b1f3-c5f744ab18f4 26b0af61e51a41608d41bf37169913c0 287f3dc33f3e497cb4658fcdc70b4b69 - - default default] Floating IP 5833ae04-7238-45fb-9d83-b75c5c628554 disassociated. External IP: 10.96.250.206, port: e0392512-faae-41aa-bdfc-8a241bd68609. [pid: 8|app: 0|req: 571/1130] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:02:49 2026] POST /v2.0/networks => generated 650 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:02:49.652 8 INFO neutron.db.segments_db [None req-00e54563-eeaa-490c-b57b-801306901f69 f725ac094e8b4864be5fe0129ba47707 0c51342d96a8464c9a895aef5b4978c9 - - default default] Added segment ed54ecd9-32b7-4adb-bcd2-34d21eddc9bf of type vxlan for network e4f354f4-b78c-446d-9a8b-4d15da039f1f [pid: 8|app: 0|req: 572/1131] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:02:49 2026] POST /v2.0/networks => generated 650 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1132] 199.204.45.57 () {36 vars in 995 bytes} [Thu Apr 23 16:02:49 2026] DELETE /v2.0/ports/e0392512-faae-41aa-bdfc-8a241bd68609 => generated 0 bytes in 732 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:02:50.040 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-70889432-ff4c-4f9c-a4ec-5a68252db7f9'] response: {'server_uuid': '3097207f-e3a3-47bf-9dc4-083794ea57d4', 'name': 'network-vif-deleted', 'tag': 'e0392512-faae-41aa-bdfc-8a241bd68609', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 561/1133] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:50 2026] GET /v2.0/ports?device_id=3097207f-e3a3-47bf-9dc4-083794ea57d4 => 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: 573/1134] 10.0.0.50 () {34 vars in 663 bytes} [Thu Apr 23 16:02:49 2026] POST /v2.0/ports => generated 1506 bytes in 708 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1135] 10.0.0.50 () {32 vars in 641 bytes} [Thu Apr 23 16:02:50 2026] GET /v2.0/ports => generated 1506 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 16:02:50.733 8 INFO neutron_taas.services.taas.taas_plugin [None req-d9a4ce23-c25f-4760-a932-941bb69b49fb f725ac094e8b4864be5fe0129ba47707 0c51342d96a8464c9a895aef5b4978c9 - - default default] TaaS: Handle Delete Port: c2246371-4842-4ae4-92bf-e597b1f67d4a 2026-04-23 16:02:50.736 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9a4ce23-c25f-4760-a932-941bb69b49fb f725ac094e8b4864be5fe0129ba47707 0c51342d96a8464c9a895aef5b4978c9 - - default default] Tap Mirror: Handle Delete Port: c2246371-4842-4ae4-92bf-e597b1f67d4a [pid: 8|app: 0|req: 574/1136] 10.0.0.50 () {32 vars in 718 bytes} [Thu Apr 23 16:02:50 2026] DELETE /v2.0/ports/c2246371-4842-4ae4-92bf-e597b1f67d4a => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:02:50.937 7 INFO neutron_taas.services.taas.taas_plugin [None req-2df841c7-2485-4072-968a-e2bc85dff0d1 f725ac094e8b4864be5fe0129ba47707 0c51342d96a8464c9a895aef5b4978c9 - - default default] TaaS: Handle Delete Port: 753f3819-8389-402d-8e46-50822df972dc 2026-04-23 16:02:50.942 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2df841c7-2485-4072-968a-e2bc85dff0d1 f725ac094e8b4864be5fe0129ba47707 0c51342d96a8464c9a895aef5b4978c9 - - default default] Tap Mirror: Handle Delete Port: 753f3819-8389-402d-8e46-50822df972dc [pid: 7|app: 0|req: 563/1137] 10.0.0.50 () {32 vars in 718 bytes} [Thu Apr 23 16:02:50 2026] DELETE /v2.0/ports/753f3819-8389-402d-8e46-50822df972dc => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1138] 10.0.0.50 () {32 vars in 641 bytes} [Thu Apr 23 16:02:51 2026] GET /v2.0/ports => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:02:51.147 8 INFO neutron.services.segments.plugin [-] Segment 93823ceb-ddd8-4149-8ba2-0383bc787afc resource provider aggregate not found 2026-04-23 16:02:51.151 8 INFO neutron.services.segments.plugin [-] Segment 93823ceb-ddd8-4149-8ba2-0383bc787afc resource provider aggregate not found 2026-04-23 16:02:51.165 8 INFO neutron.services.segments.plugin [-] Segment 93823ceb-ddd8-4149-8ba2-0383bc787afc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93823ceb-ddd8-4149-8ba2-0383bc787afc found for delete ", "request_id": "req-7667e26e-78cf-4cff-902e-4a70ebb12cc1"}]} 2026-04-23 16:02:51.174 8 INFO neutron.services.segments.plugin [-] Segment 93823ceb-ddd8-4149-8ba2-0383bc787afc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93823ceb-ddd8-4149-8ba2-0383bc787afc found for delete ", "request_id": "req-4e36bca2-ed2d-4857-8e2b-20c001afca38"}]} 2026-04-23 16:02:51.175 7 INFO neutron.db.segments_db [None req-1c8e63f7-6618-4fcd-8cb1-22f620ad3f15 f725ac094e8b4864be5fe0129ba47707 0c51342d96a8464c9a895aef5b4978c9 - - default default] Added segment ed69c749-f2bb-4b01-8eea-aab42a38820e of type vxlan for network 9faea5e3-a93e-4ff1-a7e5-a81ab037b63c [pid: 7|app: 0|req: 564/1139] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:02:51 2026] POST /v2.0/networks => generated 650 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:02:51.332 7 INFO neutron.db.segments_db [None req-4663b78a-3169-4665-8ed9-8ee464141d15 f725ac094e8b4864be5fe0129ba47707 0c51342d96a8464c9a895aef5b4978c9 - - default default] Added segment 5a08169b-eed9-4915-ad39-85e70f68ab9d of type vxlan for network c99340ef-ab3e-4630-919d-a7ac544ad72a 2026-04-23 16:02:51.409 8 WARNING neutron.db.securitygroups_db [None req-a16f68ca-26fa-479b-b739-f33703fe6e1f f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 565/1140] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:02:51 2026] POST /v2.0/networks => generated 649 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1141] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:51 2026] GET /v2.0/ports?device_id=3097207f-e3a3-47bf-9dc4-083794ea57d4 => 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: 576/1142] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:02:51 2026] GET /v2.0/security-groups?tenant_id=59a34433054d405ba9ce7c00b27d19fc&name=default => generated 2925 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1143] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:02:51 2026] DELETE /v2.0/security-groups/feacd7a5-842a-4873-9386-9369856e9437 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:02:51.748 8 WARNING neutron.db.securitygroups_db [None req-cecf76a7-ef59-4ed2-b80b-935deb7431a7 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 567/1144] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:02:51 2026] POST /v2.0/subnets => generated 1274 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1145] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:02:51 2026] GET /v2.0/security-groups?tenant_id=de53476153eb464aafed7434e1a5df59&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1146] 10.0.0.50 () {32 vars in 645 bytes} [Thu Apr 23 16:02:51 2026] GET /v2.0/subnets => generated 1910 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1147] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:02:51 2026] DELETE /v2.0/security-groups/46bb1263-da4e-43eb-a7c7-863d9b2ada35 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1148] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:02:51 2026] DELETE /v2.0/subnets/4efdd2c1-2f8b-4771-b039-408f4d810626 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1149] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:02:52 2026] DELETE /v2.0/subnets/0a7bb027-a26d-41fd-8c55-c8e96cba6d7f => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1150] 10.0.0.50 () {32 vars in 645 bytes} [Thu Apr 23 16:02:52 2026] GET /v2.0/subnets => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1151] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:02:52 2026] DELETE /v2.0/networks/c99340ef-ab3e-4630-919d-a7ac544ad72a => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:02:52.548 7 INFO neutron.services.segments.plugin [-] Segment ed69c749-f2bb-4b01-8eea-aab42a38820e resource provider aggregate not found [pid: 8|app: 0|req: 582/1152] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:52 2026] GET /v2.0/ports?device_id=3097207f-e3a3-47bf-9dc4-083794ea57d4 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:02:52.554 7 INFO neutron.services.segments.plugin [-] Segment ed69c749-f2bb-4b01-8eea-aab42a38820e resource provider aggregate not found 2026-04-23 16:02:52.571 7 INFO neutron.services.segments.plugin [-] Segment ed69c749-f2bb-4b01-8eea-aab42a38820e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed69c749-f2bb-4b01-8eea-aab42a38820e found for delete ", "request_id": "req-3117f287-c38e-43a3-b975-9f04421deae6"}]} 2026-04-23 16:02:52.572 7 INFO neutron.services.segments.plugin [-] Segment ed69c749-f2bb-4b01-8eea-aab42a38820e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed69c749-f2bb-4b01-8eea-aab42a38820e found for delete ", "request_id": "req-b3d8b9eb-3acc-430c-8ceb-cf263cccd045"}]} [pid: 7|app: 0|req: 571/1153] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:02:52 2026] DELETE /v2.0/networks/9faea5e3-a93e-4ff1-a7e5-a81ab037b63c => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1154] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:02:52 2026] DELETE /v2.0/networks/e4f354f4-b78c-446d-9a8b-4d15da039f1f => 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: 572/1155] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:02:52 2026] DELETE /v2.0/networks/72774279-383e-486c-8caf-f01fc0fff211 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:02:53.197 8 INFO neutron.services.segments.plugin [-] Segment 5a08169b-eed9-4915-ad39-85e70f68ab9d resource provider aggregate not found 2026-04-23 16:02:53.201 8 INFO neutron.services.segments.plugin [-] Segment 5a08169b-eed9-4915-ad39-85e70f68ab9d resource provider aggregate not found 2026-04-23 16:02:53.218 8 INFO neutron.services.segments.plugin [-] Segment 5a08169b-eed9-4915-ad39-85e70f68ab9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a08169b-eed9-4915-ad39-85e70f68ab9d found for delete ", "request_id": "req-ed13d5e4-b71e-4bf7-85bd-684bd03e3198"}]} 2026-04-23 16:02:53.236 8 INFO neutron.services.segments.plugin [-] Segment ed54ecd9-32b7-4adb-bcd2-34d21eddc9bf resource provider aggregate not found 2026-04-23 16:02:53.236 8 INFO neutron.services.segments.plugin [-] Segment 5a08169b-eed9-4915-ad39-85e70f68ab9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a08169b-eed9-4915-ad39-85e70f68ab9d found for delete ", "request_id": "req-58888b7c-0099-4c39-929d-9821d7194865"}]} 2026-04-23 16:02:53.254 8 INFO neutron.services.segments.plugin [-] Segment ed54ecd9-32b7-4adb-bcd2-34d21eddc9bf resource provider aggregate not found 2026-04-23 16:02:53.265 8 INFO neutron.services.segments.plugin [-] Segment ed54ecd9-32b7-4adb-bcd2-34d21eddc9bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed54ecd9-32b7-4adb-bcd2-34d21eddc9bf found for delete ", "request_id": "req-93b70c52-7330-474f-8f94-b6af54083e25"}]} 2026-04-23 16:02:53.267 8 INFO neutron.services.segments.plugin [-] Segment ed54ecd9-32b7-4adb-bcd2-34d21eddc9bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed54ecd9-32b7-4adb-bcd2-34d21eddc9bf found for delete ", "request_id": "req-00f11feb-b72c-47b1-9c43-49c9d4412109"}]} 2026-04-23 16:02:53.489 8 WARNING neutron.db.securitygroups_db [None req-3b6e6c7d-a1bf-4533-ad96-f2aa51521a43 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 584/1156] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:02:53 2026] GET /v2.0/security-groups?tenant_id=0c51342d96a8464c9a895aef5b4978c9&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1157] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:02:53 2026] DELETE /v2.0/security-groups/bdc326c6-4a61-4a26-abe3-15f25291671e => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1158] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:02:53 2026] DELETE /v2.0/security-groups/9a4f0201-e516-45d3-b3ad-b850a7323b0f => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:02:53.779 7 INFO neutron.api.v2.resource [None req-089923d8-15ed-43f9-a857-3d9c9c00c775 26b0af61e51a41608d41bf37169913c0 287f3dc33f3e497cb4658fcdc70b4b69 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 574/1159] 10.0.0.50 () {32 vars in 735 bytes} [Thu Apr 23 16:02:53 2026] GET /v2.0/security-groups/9a4f0201-e516-45d3-b3ad-b850a7323b0f => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:02:53.879 8 INFO neutron_taas.services.taas.taas_plugin [None req-df8718fd-8449-49f2-a798-3159a564c03f 26b0af61e51a41608d41bf37169913c0 287f3dc33f3e497cb4658fcdc70b4b69 - - default default] TaaS: Handle Delete Port: c2903743-5c14-43b8-afc3-2d5a2c15329c 2026-04-23 16:02:53.882 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df8718fd-8449-49f2-a798-3159a564c03f 26b0af61e51a41608d41bf37169913c0 287f3dc33f3e497cb4658fcdc70b4b69 - - default default] Tap Mirror: Handle Delete Port: c2903743-5c14-43b8-afc3-2d5a2c15329c [pid: 8|app: 0|req: 586/1160] 10.0.0.50 () {32 vars in 730 bytes} [Thu Apr 23 16:02:53 2026] DELETE /v2.0/floatingips/5833ae04-7238-45fb-9d83-b75c5c628554 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:02:54.437 7 INFO neutron_taas.services.taas.taas_plugin [None req-94ab02ac-f3cb-48be-915b-a54e70ebb3d6 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: 8508d3c0-d935-470a-9516-d9b4e36e7ecf 2026-04-23 16:02:54.441 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94ab02ac-f3cb-48be-915b-a54e70ebb3d6 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: 8508d3c0-d935-470a-9516-d9b4e36e7ecf 2026-04-23 16:02:54.602 7 INFO neutron.services.segments.plugin [-] Segment b5b231b0-ef9b-4511-b618-b0107101c867 resource provider aggregate not found 2026-04-23 16:02:54.613 7 INFO neutron.services.segments.plugin [-] Segment b5b231b0-ef9b-4511-b618-b0107101c867 resource provider aggregate not found 2026-04-23 16:02:54.626 7 INFO neutron.services.segments.plugin [-] Segment b5b231b0-ef9b-4511-b618-b0107101c867 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5b231b0-ef9b-4511-b618-b0107101c867 found for delete ", "request_id": "req-24f60ae8-3d85-4716-aeca-982ed36092e4"}]} 2026-04-23 16:02:54.631 7 INFO neutron.services.segments.plugin [-] Segment b5b231b0-ef9b-4511-b618-b0107101c867 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5b231b0-ef9b-4511-b618-b0107101c867 found for delete ", "request_id": "req-d4c16feb-ee90-40bd-8682-fc10de93d5c7"}]} [pid: 7|app: 0|req: 575/1163] 10.0.0.50 () {34 vars in 787 bytes} [Thu Apr 23 16:02:54 2026] PUT /v2.0/routers/0ac78a31-c0be-4b30-b746-bf35b85f8a9d/remove_router_interface => generated 310 bytes in 978 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:02:55.285 8 INFO neutron_taas.services.taas.taas_plugin [None req-fc4b47b9-a377-4a24-a67c-15637aad2b88 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: cad07639-54a6-44a1-a0ca-9994ef058c41 2026-04-23 16:02:55.289 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc4b47b9-a377-4a24-a67c-15637aad2b88 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: cad07639-54a6-44a1-a0ca-9994ef058c41 2026-04-23 16:02:55.599 8 INFO neutron_taas.services.taas.taas_plugin [None req-fc4b47b9-a377-4a24-a67c-15637aad2b88 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: 00bd662f-6c8e-418a-a8e8-122ebf7769d6 2026-04-23 16:02:55.603 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc4b47b9-a377-4a24-a67c-15637aad2b88 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: 00bd662f-6c8e-418a-a8e8-122ebf7769d6 2026-04-23 16:02:56.003 8 INFO neutron.services.segments.plugin [-] Segment 26592b2d-05dd-4983-a4f8-b20726a9cd1c resource provider aggregate not found 2026-04-23 16:02:56.021 8 INFO neutron.services.segments.plugin [-] Segment 26592b2d-05dd-4983-a4f8-b20726a9cd1c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26592b2d-05dd-4983-a4f8-b20726a9cd1c found for delete ", "request_id": "req-d29f75df-02c2-4711-8ae7-3d1bccd59dfa"}]} 2026-04-23 16:02:56.024 8 INFO neutron.services.segments.plugin [-] Segment 26592b2d-05dd-4983-a4f8-b20726a9cd1c resource provider aggregate not found 2026-04-23 16:02:56.040 8 INFO neutron.services.segments.plugin [-] Segment 26592b2d-05dd-4983-a4f8-b20726a9cd1c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26592b2d-05dd-4983-a4f8-b20726a9cd1c found for delete ", "request_id": "req-df2ed3ef-9d24-424a-9321-35020c4d4777"}]} 2026-04-23 16:02:56.044 8 INFO neutron.db.l3_hamode_db [None req-fc4b47b9-a377-4a24-a67c-15637aad2b88 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] HA network 5752d350-3284-4b98-b76c-28a935c26400 was deleted as no HA routers are present in project 287f3dc33f3e497cb4658fcdc70b4b69. [pid: 8|app: 0|req: 589/1164] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:02:55 2026] DELETE /v2.0/routers/0ac78a31-c0be-4b30-b746-bf35b85f8a9d => generated 0 bytes in 1004 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:02:56.192 7 INFO neutron.db.segments_db [None req-e82a2c6a-e87d-473d-8336-4c98a3a73359 cfed3d233c1e4b339a5fed1a17702516 6734d222167f4e5995d7f7b16aee4ff1 - - default default] Added segment 6229e612-049d-4fe4-8be8-74fb08cd83be of type vxlan for network 2cada561-8991-40b7-a60d-d6496b2945b9 [pid: 8|app: 0|req: 590/1165] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:02:56 2026] DELETE /v2.0/subnets/7c136f2c-bf5f-48ce-bc4b-271dceffcc8c => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1166] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:02:55 2026] POST /v2.0/networks => generated 646 bytes in 568 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:02:56.542 8 INFO neutron_taas.services.taas.taas_plugin [None req-36c560c3-d694-408d-b2e4-df398c970ab0 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: 8ee52c05-840c-4703-9545-be230d1b2d9f 2026-04-23 16:02:56.545 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36c560c3-d694-408d-b2e4-df398c970ab0 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: 8ee52c05-840c-4703-9545-be230d1b2d9f [pid: 7|app: 0|req: 577/1167] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:56 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => generated 971 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1168] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:56 2026] GET /v2.0/security-groups?id=2f9853f6-67cd-441e-84b0-1a51b32f1be0&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1169] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:02:56 2026] DELETE /v2.0/networks/8975cb29-11e4-4433-be36-28cd31339c2c => generated 0 bytes in 499 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1170] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:56 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => generated 971 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:02:57.079 8 WARNING neutron.db.securitygroups_db [None req-73f132c5-b86e-44e9-b5d8-ee6b8065695e f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 593/1171] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:02:57 2026] GET /v2.0/security-groups?tenant_id=287f3dc33f3e497cb4658fcdc70b4b69&name=default => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1172] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:57 2026] GET /v2.0/security-groups?id=2f9853f6-67cd-441e-84b0-1a51b32f1be0&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: 579/1173] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:02:56 2026] POST /v2.0/subnets => generated 673 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1174] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:02:57 2026] DELETE /v2.0/security-groups/a46bc533-adba-4437-a176-e52890ce353b => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:02:57.308 7 INFO neutron.db.segments_db [None req-da805154-6278-4499-8c09-0831670725c6 cfed3d233c1e4b339a5fed1a17702516 6734d222167f4e5995d7f7b16aee4ff1 - - default default] Added segment 19ced0b4-f1a9-4eff-bc54-c4d34e7a90f3 of type vxlan for network f8a75f69-4cca-435a-aa31-20cb840ce09f [pid: 7|app: 0|req: 580/1175] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:02:57 2026] POST /v2.0/networks => generated 647 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1176] 10.0.0.50 () {34 vars in 741 bytes} [Thu Apr 23 16:02:57 2026] PUT /v2.0/networks/f8a75f69-4cca-435a-aa31-20cb840ce09f => generated 592 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1177] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:02:57 2026] POST /v2.0/subnets => generated 646 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:02:58.051 8 INFO neutron.services.segments.plugin [-] Segment ca170233-a3d0-4072-b7b7-7f42e7c5ba8e resource provider aggregate not found [pid: 8|app: 0|req: 597/1178] 10.0.0.50 () {34 vars in 739 bytes} [Thu Apr 23 16:02:57 2026] PUT /v2.0/subnets/4ea7515c-72d9-4b44-8ee7-e85dc0e63c50 => generated 656 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:02:58.068 8 INFO neutron.services.segments.plugin [-] Segment ca170233-a3d0-4072-b7b7-7f42e7c5ba8e resource provider aggregate not found 2026-04-23 16:02:58.073 8 INFO neutron.services.segments.plugin [-] Segment ca170233-a3d0-4072-b7b7-7f42e7c5ba8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca170233-a3d0-4072-b7b7-7f42e7c5ba8e found for delete ", "request_id": "req-745fe76a-5d0d-4538-bf99-88e8172ce624"}]} 2026-04-23 16:02:58.086 8 INFO neutron.services.segments.plugin [-] Segment ca170233-a3d0-4072-b7b7-7f42e7c5ba8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca170233-a3d0-4072-b7b7-7f42e7c5ba8e found for delete ", "request_id": "req-f6bf93e0-251e-4198-ba00-6910ed67efbe"}]} [pid: 8|app: 0|req: 598/1179] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:58 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:02:58.316 7 INFO neutron.services.segments.plugin [-] Segment 19ced0b4-f1a9-4eff-bc54-c4d34e7a90f3 resource provider aggregate not found 2026-04-23 16:02:58.325 7 INFO neutron.services.segments.plugin [-] Segment 19ced0b4-f1a9-4eff-bc54-c4d34e7a90f3 resource provider aggregate not found [pid: 8|app: 0|req: 599/1180] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:58 2026] GET /v2.0/security-groups?id=2f9853f6-67cd-441e-84b0-1a51b32f1be0&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:02:58.342 7 INFO neutron.services.segments.plugin [-] Segment 19ced0b4-f1a9-4eff-bc54-c4d34e7a90f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19ced0b4-f1a9-4eff-bc54-c4d34e7a90f3 found for delete ", "request_id": "req-d9b4c518-bd34-4726-9a10-87aa2ea24b14"}]} 2026-04-23 16:02:58.346 7 INFO neutron.services.segments.plugin [-] Segment 19ced0b4-f1a9-4eff-bc54-c4d34e7a90f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19ced0b4-f1a9-4eff-bc54-c4d34e7a90f3 found for delete ", "request_id": "req-97e51df0-dc22-4985-8601-68e97c6041e6"}]} [pid: 7|app: 0|req: 582/1181] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:02:58 2026] DELETE /v2.0/networks/f8a75f69-4cca-435a-aa31-20cb840ce09f => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:02:58.389 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dd8be441-19fe-406e-b420-10c674a3907c cfed3d233c1e4b339a5fed1a17702516 6734d222167f4e5995d7f7b16aee4ff1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 600/1182] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:02:58 2026] DELETE /v2.0/networks/f8a75f69-4cca-435a-aa31-20cb840ce09f => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1183] 10.0.0.50 () {32 vars in 692 bytes} [Thu Apr 23 16:02:58 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1184] 10.0.0.50 () {32 vars in 740 bytes} [Thu Apr 23 16:02:58 2026] GET /v2.0/subnets?network_id=0ab1a6f2-2991-4db5-9b8d-73ad9a0cb05d => generated 649 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1185] 10.0.0.50 () {32 vars in 651 bytes} [Thu Apr 23 16:02:58 2026] GET /v2.0/extensions => generated 22037 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1186] 10.0.0.50 () {32 vars in 647 bytes} [Thu Apr 23 16:02:58 2026] GET /v2.0/networks => generated 1311 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1187] 10.0.0.50 () {32 vars in 645 bytes} [Thu Apr 23 16:02:58 2026] GET /v2.0/subnets => generated 1312 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1188] 10.0.0.50 () {32 vars in 721 bytes} [Thu Apr 23 16:02:58 2026] GET /v2.0/networks/2cada561-8991-40b7-a60d-d6496b2945b9 => generated 671 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1189] 10.0.0.50 () {32 vars in 719 bytes} [Thu Apr 23 16:02:58 2026] GET /v2.0/subnets/42e0165c-cffc-4085-be4b-bcb9ec8b111e => generated 673 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:02:58.787 8 INFO neutron.pecan_wsgi.hooks.translation [None req-012fdb19-3313-46cc-962e-b282a2b8af86 cfed3d233c1e4b339a5fed1a17702516 6734d222167f4e5995d7f7b16aee4ff1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 604/1190] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:02:58 2026] DELETE /v2.0/subnets/4ea7515c-72d9-4b44-8ee7-e85dc0e63c50 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:02:58.810 7 INFO neutron.pecan_wsgi.hooks.translation [None req-735b26d5-7150-470d-9e56-499b84b67752 cfed3d233c1e4b339a5fed1a17702516 6734d222167f4e5995d7f7b16aee4ff1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 587/1191] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:02:58 2026] DELETE /v2.0/networks/f8a75f69-4cca-435a-aa31-20cb840ce09f => 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: 605/1192] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:02:58 2026] DELETE /v2.0/subnets/42e0165c-cffc-4085-be4b-bcb9ec8b111e => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:02:59.149 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5d56854-3d3b-4f6a-a0c4-d8fbcc5fd6b9 cfed3d233c1e4b339a5fed1a17702516 6734d222167f4e5995d7f7b16aee4ff1 - - default default] TaaS: Handle Delete Port: bb0965f3-c55f-416d-a098-7adc67735cb3 2026-04-23 16:02:59.154 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5d56854-3d3b-4f6a-a0c4-d8fbcc5fd6b9 cfed3d233c1e4b339a5fed1a17702516 6734d222167f4e5995d7f7b16aee4ff1 - - default default] Tap Mirror: Handle Delete Port: bb0965f3-c55f-416d-a098-7adc67735cb3 2026-04-23 16:02:59.391 8 WARNING neutron.db.securitygroups_db [None req-0573136d-6f0a-410a-8209-937035426156 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 588/1193] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:02:59 2026] DELETE /v2.0/networks/2cada561-8991-40b7-a60d-d6496b2945b9 => generated 0 bytes in 366 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1194] 199.204.45.57 () {34 vars in 992 bytes} [Thu Apr 23 16:02:59 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1195] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:02:59 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1196] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:02:59 2026] GET /v2.0/security-groups?tenant_id=3365ff34852847aebd43234d2d762f71&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:02:59.651 8 INFO neutron_taas.services.taas.taas_plugin [req-77b04590-12c7-46e6-bac4-2aa2a4881dc1 req-80d882b3-8b12-460e-b820-25990d60166f 5a995cd774484be39cec9502c2c0d64f 37b874e8e17b40d0b389e88710617c9e - - default default] TaaS: Handle Delete Port: 42992d56-9dc2-445c-9b6e-c77d5e07fcc6 2026-04-23 16:02:59.654 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-77b04590-12c7-46e6-bac4-2aa2a4881dc1 req-80d882b3-8b12-460e-b820-25990d60166f 5a995cd774484be39cec9502c2c0d64f 37b874e8e17b40d0b389e88710617c9e - - default default] Tap Mirror: Handle Delete Port: 42992d56-9dc2-445c-9b6e-c77d5e07fcc6 2026-04-23 16:02:59.776 7 INFO neutron.db.segments_db [None req-e0a62190-1232-41e8-a9ba-aee1a1edbbf1 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Added segment 156f0bbf-aa05-4c49-a8d6-e7d4455d6a8d of type vxlan for network c80250df-26b0-4072-884a-7ed044ff860a 2026-04-23 16:02:59.794 8 INFO neutron.db.l3_db [req-77b04590-12c7-46e6-bac4-2aa2a4881dc1 req-80d882b3-8b12-460e-b820-25990d60166f 5a995cd774484be39cec9502c2c0d64f 37b874e8e17b40d0b389e88710617c9e - - default default] Floating IP 56f10af7-112a-4404-92af-0361d746e191 disassociated. External IP: 10.96.250.205, port: 42992d56-9dc2-445c-9b6e-c77d5e07fcc6. [pid: 7|app: 0|req: 591/1197] 10.0.0.50 () {34 vars in 669 bytes} [Thu Apr 23 16:02:59 2026] POST /v2.0/networks => generated 745 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1198] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:02:59 2026] GET /v2.0/security-groups?id=2f9853f6-67cd-441e-84b0-1a51b32f1be0&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: 593/1199] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:02:59 2026] DELETE /v2.0/security-groups/334d9a0f-4d7e-4dc9-9863-f4515e7c144f => 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: 594/1200] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:02:59 2026] POST /v2.0/subnets => generated 692 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1201] 199.204.45.57 () {36 vars in 995 bytes} [Thu Apr 23 16:02:59 2026] DELETE /v2.0/ports/42992d56-9dc2-445c-9b6e-c77d5e07fcc6 => generated 0 bytes in 642 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:03:00.187 8 WARNING neutron.db.securitygroups_db [None req-c865c9fe-0348-4216-9ebe-47757b6d3f8b f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:03:00.219 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6c8e6174-2f63-4bc7-ad41-3395854d5885'] response: {'server_uuid': '5dcb01b5-dc86-4594-bc26-cb03553e3626', 'name': 'network-vif-deleted', 'tag': '42992d56-9dc2-445c-9b6e-c77d5e07fcc6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 608/1202] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:03:00 2026] GET /v2.0/security-groups?tenant_id=a2ac7e3c68c342a0a080f82016674f08&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:03:00.349 8 INFO neutron.db.segments_db [None req-b6018d05-21b6-4c0e-ab82-c8cff443a4bb f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Added segment d45e0c0c-8c8d-40f7-b111-18080d9e624c of type vxlan for network fe966837-7c0c-43f1-9eb1-1a58eba0fbac 2026-04-23 16:03:00.362 7 INFO neutron.services.segments.plugin [-] Segment 6229e612-049d-4fe4-8be8-74fb08cd83be resource provider aggregate not found 2026-04-23 16:03:00.367 7 INFO neutron.services.segments.plugin [-] Segment 6229e612-049d-4fe4-8be8-74fb08cd83be resource provider aggregate not found 2026-04-23 16:03:00.377 7 WARNING neutron.db.securitygroups_db [None req-dc3e4ab4-d30b-4259-8410-9c318b00c6f8 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:03:00.379 7 INFO neutron.services.segments.plugin [-] Segment 6229e612-049d-4fe4-8be8-74fb08cd83be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6229e612-049d-4fe4-8be8-74fb08cd83be found for delete ", "request_id": "req-b4088417-3aa4-44d9-a2db-46cb380a026e"}]} 2026-04-23 16:03:00.385 7 INFO neutron.services.segments.plugin [-] Segment 6229e612-049d-4fe4-8be8-74fb08cd83be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6229e612-049d-4fe4-8be8-74fb08cd83be found for delete ", "request_id": "req-b2b64b48-b661-47f9-a529-7d80ad661a1d"}]} [pid: 7|app: 0|req: 595/1203] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:03:00 2026] GET /v2.0/security-groups?tenant_id=6734d222167f4e5995d7f7b16aee4ff1&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1204] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:00 2026] DELETE /v2.0/security-groups/2dd62dfa-41a8-4679-aaed-de793a3fd2d0 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:03:00.578 8 INFO neutron.db.l3_hamode_db [None req-b6018d05-21b6-4c0e-ab82-c8cff443a4bb f6da539685604a2da7012f5530a5d95c 1185e911be0d4ab382f59d987391717d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 597/1205] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:00 2026] DELETE /v2.0/security-groups/e23e54ab-efd2-4a27-9d31-d85e2e44f559 => 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: 598/1206] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:03:00 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:03:01.421 8 INFO neutron.db.l3_hamode_db [None req-b6018d05-21b6-4c0e-ab82-c8cff443a4bb f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 599/1207] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:03:02 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => 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: 609/1208] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:03:00 2026] POST /v2.0/routers => generated 732 bytes in 1938 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:03:02.532 7 INFO neutron.db.segments_db [None req-3a5680e1-b63a-4991-95d0-0a0d0e835277 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] Added segment 4e939c65-6265-453d-a230-021a11dc2b98 of type vxlan for network ff0e69b5-61e0-491a-88e9-9c16069c439a [pid: 7|app: 0|req: 600/1209] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:03:02 2026] POST /v2.0/networks => generated 633 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:03:02.686 7 INFO neutron.db.segments_db [None req-5b4f84ad-4764-4a73-b24a-d60c21dd8dd8 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] Added segment 283fa79a-bd9a-431c-99e0-3bd09f111d3e of type vxlan for network b0c90380-7ad1-43c6-933c-273c473a8987 [pid: 7|app: 0|req: 601/1210] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:03:02 2026] POST /v2.0/networks => generated 634 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:03:02.896 7 WARNING neutron.db.securitygroups_db [None req-d0da493b-51d7-4c25-bb6d-0f51f2d68daf f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 602/1211] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:03:02 2026] GET /v2.0/security-groups?tenant_id=291d3c3f80d347c4bdec8ae51f4ca720&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1212] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:03:03 2026] POST /v2.0/subnets => generated 646 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1213] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:03 2026] DELETE /v2.0/security-groups/5be10a04-868f-47fe-bcaa-a543d185567b => 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: 605/1214] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:03:03 2026] GET /v2.0/ports?device_id=5dcb01b5-dc86-4594-bc26-cb03553e3626 => 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: 610/1215] 10.0.0.50 () {34 vars in 781 bytes} [Thu Apr 23 16:03:02 2026] PUT /v2.0/routers/6c862301-b7ae-4844-ae9a-8cbb19b3d858/add_router_interface => generated 310 bytes in 1163 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1216] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:03:03 2026] POST /v2.0/subnets => generated 655 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:03:03.714 8 INFO neutron.db.segments_db [None req-8ac3a73c-9f3b-42f9-8185-9489c4091f8f ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] Added segment 2d8443a8-138c-48f8-9efc-ff7463524fa1 of type vxlan for network 6f403d8c-8f98-44b4-acc7-5460ce00e2c2 2026-04-23 16:03:03.965 8 INFO neutron.db.l3_hamode_db [None req-8ac3a73c-9f3b-42f9-8185-9489c4091f8f ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 607/1217] 10.0.0.164 () {34 vars in 981 bytes} [Thu Apr 23 16:03:04 2026] GET /v2.0/networks?id=c80250df-26b0-4072-884a-7ed044ff860a => generated 677 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1218] 10.0.0.164 () {34 vars in 964 bytes} [Thu Apr 23 16:03:04 2026] GET /v2.0/quotas/1185e911be0d4ab382f59d987391717d => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1219] 10.0.0.164 () {34 vars in 1001 bytes} [Thu Apr 23 16:03:04 2026] GET /v2.0/ports?tenant_id=1185e911be0d4ab382f59d987391717d&fields=id => generated 103 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:04.568 8 INFO neutron.db.l3_hamode_db [None req-8ac3a73c-9f3b-42f9-8185-9489c4091f8f ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 610/1220] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:04 2026] DELETE /v2.0/security-groups/2f9853f6-67cd-441e-84b0-1a51b32f1be0 => 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: 611/1221] 10.0.0.164 () {34 vars in 1007 bytes} [Thu Apr 23 16:03:04 2026] GET /v2.0/networks/c80250df-26b0-4072-884a-7ed044ff860a?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:03:04.749 7 INFO neutron.api.v2.resource [None req-f7e84f27-e2c8-48cc-bfd1-271d2f60ff6b 5a995cd774484be39cec9502c2c0d64f 37b874e8e17b40d0b389e88710617c9e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 612/1222] 10.0.0.50 () {32 vars in 735 bytes} [Thu Apr 23 16:03:04 2026] GET /v2.0/security-groups/2f9853f6-67cd-441e-84b0-1a51b32f1be0 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1223] 10.0.0.164 () {34 vars in 1107 bytes} [Thu Apr 23 16:03:04 2026] GET /v2.0/networks/c80250df-26b0-4072-884a-7ed044ff860a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:03:05.009 7 INFO neutron_taas.services.taas.taas_plugin [None req-59d814d0-ef73-4cf5-9978-2ab4340f8299 5a995cd774484be39cec9502c2c0d64f 37b874e8e17b40d0b389e88710617c9e - - default default] TaaS: Handle Delete Port: 63a6a827-925a-4804-8535-5f3fe9d81a2b 2026-04-23 16:03:05.014 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59d814d0-ef73-4cf5-9978-2ab4340f8299 5a995cd774484be39cec9502c2c0d64f 37b874e8e17b40d0b389e88710617c9e - - default default] Tap Mirror: Handle Delete Port: 63a6a827-925a-4804-8535-5f3fe9d81a2b [pid: 7|app: 0|req: 614/1224] 10.0.0.50 () {32 vars in 730 bytes} [Thu Apr 23 16:03:04 2026] DELETE /v2.0/floatingips/56f10af7-112a-4404-92af-0361d746e191 => generated 0 bytes in 440 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1225] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:03:05 2026] GET /v2.0/ports?device_id=622e44ae-42c8-41df-9057-883213b6498b => 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: 611/1226] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:03:03 2026] POST /v2.0/routers => generated 511 bytes in 1673 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:03:05.671 8 INFO neutron_taas.services.taas.taas_plugin [None req-e93d83c0-9080-4c3e-b574-cdb3dae449dd f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: 528ae6a8-7f8e-4c46-9550-e60f0a7cd7f9 2026-04-23 16:03:05.673 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e93d83c0-9080-4c3e-b574-cdb3dae449dd f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: 528ae6a8-7f8e-4c46-9550-e60f0a7cd7f9 2026-04-23 16:03:05.711 7 INFO neutron.db.segments_db [None req-fc034890-ffa7-46e4-8380-d1cedd89eab1 0e124f13e30240598057a90923aa9312 6be4bded21db4aeaa04ffdaa7f46e03e - - default default] Added segment 4e29efa1-427b-4e17-9195-b09962494234 of type vxlan for network 7f3157d4-78c1-470c-af2b-ad023882e47a [pid: 7|app: 0|req: 616/1227] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:03:05 2026] POST /v2.0/networks => generated 649 bytes in 531 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1228] 10.0.0.50 () {34 vars in 787 bytes} [Thu Apr 23 16:03:05 2026] PUT /v2.0/routers/67ccd5f7-88f1-4013-9233-3bed243d9ac4/remove_router_interface => generated 310 bytes in 925 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1229] 10.0.0.50 () {34 vars in 663 bytes} [Thu Apr 23 16:03:06 2026] POST /v2.0/ports => generated 779 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 16:03:06.919 8 INFO neutron_taas.services.taas.taas_plugin [None req-6fe78dc4-9e2e-45b8-b163-e5d639926209 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: dd498b08-8a90-406e-b61e-0c11bb5690ea 2026-04-23 16:03:06.922 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fe78dc4-9e2e-45b8-b163-e5d639926209 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: dd498b08-8a90-406e-b61e-0c11bb5690ea [pid: 7|app: 0|req: 617/1230] 10.0.0.50 () {34 vars in 781 bytes} [Thu Apr 23 16:03:05 2026] PUT /v2.0/routers/b482c387-b41a-4979-93f8-30044311cdfb/add_router_interface => generated 310 bytes in 1166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1231] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:03:06 2026] GET /v2.0/ports?device_id=622e44ae-42c8-41df-9057-883213b6498b => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:03:07.082 7 INFO neutron.db.segments_db [None req-4ce6ff74-65d4-40b4-9576-3697e295dc9f 0e124f13e30240598057a90923aa9312 6be4bded21db4aeaa04ffdaa7f46e03e - - default default] Added segment 4e68c922-4396-419b-8b6d-c315175915c2 of type vxlan for network 6499344f-ee1e-4613-8ad2-43545ad9ca6a [pid: 7|app: 0|req: 619/1232] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:03:07 2026] POST /v2.0/networks => generated 636 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:03:07.207 8 INFO neutron_taas.services.taas.taas_plugin [None req-6fe78dc4-9e2e-45b8-b163-e5d639926209 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: ed8e724b-ef55-479b-b89f-be6829dd94ac 2026-04-23 16:03:07.209 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fe78dc4-9e2e-45b8-b163-e5d639926209 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: ed8e724b-ef55-479b-b89f-be6829dd94ac [pid: 7|app: 0|req: 620/1233] 10.0.0.50 () {32 vars in 715 bytes} [Thu Apr 23 16:03:07 2026] GET /v2.0/ports/86644e00-47fa-4409-8872-64733552babe => generated 959 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:07.576 8 INFO neutron.services.segments.plugin [-] Segment 1d946096-c304-43d0-b44e-fb9c57521afe resource provider aggregate not found 2026-04-23 16:03:07.593 8 INFO neutron.services.segments.plugin [-] Segment 1d946096-c304-43d0-b44e-fb9c57521afe resource provider aggregate not found 2026-04-23 16:03:07.612 8 INFO neutron.services.segments.plugin [-] Segment 1d946096-c304-43d0-b44e-fb9c57521afe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d946096-c304-43d0-b44e-fb9c57521afe found for delete ", "request_id": "req-fb49c977-b510-4d9d-83b3-29bd96f63a4a"}]} 2026-04-23 16:03:07.613 8 INFO neutron.db.l3_hamode_db [None req-6fe78dc4-9e2e-45b8-b163-e5d639926209 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] HA network c1de3943-a8e4-4271-9e1e-3d2f8604fd4d was deleted as no HA routers are present in project 37b874e8e17b40d0b389e88710617c9e. 2026-04-23 16:03:07.614 8 INFO neutron.services.segments.plugin [-] Segment 1d946096-c304-43d0-b44e-fb9c57521afe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d946096-c304-43d0-b44e-fb9c57521afe found for delete ", "request_id": "req-5ae37cf1-f500-48d2-9add-32496b9b95d1"}]} [pid: 8|app: 0|req: 614/1234] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:06 2026] DELETE /v2.0/routers/67ccd5f7-88f1-4013-9233-3bed243d9ac4 => generated 0 bytes in 944 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1235] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:03:07 2026] POST /v2.0/subnets => generated 646 bytes in 702 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1236] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:07 2026] DELETE /v2.0/subnets/e2ff42f8-4a82-4c7e-adc0-4eef5942c48e => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1237] 10.0.0.50 () {34 vars in 663 bytes} [Thu Apr 23 16:03:08 2026] POST /v2.0/ports => generated 965 bytes in 418 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: 624/1238] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:03:08 2026] GET /v2.0/ports?device_id=622e44ae-42c8-41df-9057-883213b6498b => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:03:08.666 7 INFO neutron_taas.services.taas.taas_plugin [None req-92c77116-f031-4415-baaf-49b3fce34219 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: fa1569cd-6ada-44fa-9b5b-321a5824c58b 2026-04-23 16:03:08.669 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92c77116-f031-4415-baaf-49b3fce34219 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: fa1569cd-6ada-44fa-9b5b-321a5824c58b 2026-04-23 16:03:08.850 7 INFO neutron.services.segments.plugin [-] Segment 2bec99e2-cecb-4633-a5fb-0a44d8385fdb resource provider aggregate not found 2026-04-23 16:03:08.856 7 INFO neutron.services.segments.plugin [-] Segment 2bec99e2-cecb-4633-a5fb-0a44d8385fdb resource provider aggregate not found 2026-04-23 16:03:08.875 7 INFO neutron.services.segments.plugin [-] Segment 2bec99e2-cecb-4633-a5fb-0a44d8385fdb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bec99e2-cecb-4633-a5fb-0a44d8385fdb found for delete ", "request_id": "req-7f16c49d-45f7-4970-a1af-4efe72586d36"}]} 2026-04-23 16:03:08.879 7 INFO neutron.services.segments.plugin [-] Segment 2bec99e2-cecb-4633-a5fb-0a44d8385fdb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bec99e2-cecb-4633-a5fb-0a44d8385fdb found for delete ", "request_id": "req-bbeab6b5-55e2-4431-9fbd-3afcecdd6310"}]} [pid: 7|app: 0|req: 625/1239] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:03:08 2026] DELETE /v2.0/networks/039a6472-2184-4dbf-ad78-120e6c213fa2 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1240] 10.0.0.50 () {34 vars in 781 bytes} [Thu Apr 23 16:03:07 2026] PUT /v2.0/routers/b482c387-b41a-4979-93f8-30044311cdfb/add_router_interface => generated 310 bytes in 1301 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:09.014 7 INFO neutron_taas.services.taas.taas_plugin [None req-8cdb5257-0010-4445-b802-b96da4f180a7 0e124f13e30240598057a90923aa9312 6be4bded21db4aeaa04ffdaa7f46e03e - - default default] TaaS: Handle Delete Port: ccef20e8-251d-4315-b521-94c906c09ed5 2026-04-23 16:03:09.020 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8cdb5257-0010-4445-b802-b96da4f180a7 0e124f13e30240598057a90923aa9312 6be4bded21db4aeaa04ffdaa7f46e03e - - default default] Tap Mirror: Handle Delete Port: ccef20e8-251d-4315-b521-94c906c09ed5 [pid: 8|app: 0|req: 616/1241] 10.0.0.50 () {32 vars in 715 bytes} [Thu Apr 23 16:03:08 2026] GET /v2.0/ports/fc8a9c8d-83ae-4c58-9746-492b6aedfe5b => generated 967 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1242] 10.0.0.50 () {32 vars in 718 bytes} [Thu Apr 23 16:03:08 2026] DELETE /v2.0/ports/ccef20e8-251d-4315-b521-94c906c09ed5 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:03:09.141 7 WARNING neutron.db.securitygroups_db [None req-b60440b4-595b-40cb-8c48-e3ece6a45fd9 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 627/1243] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:03:09 2026] GET /v2.0/security-groups?tenant_id=37b874e8e17b40d0b389e88710617c9e&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:03:09.188 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0aeacfa4-7fe1-4539-8e31-1fd36fd42538 0e124f13e30240598057a90923aa9312 6be4bded21db4aeaa04ffdaa7f46e03e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 628/1244] 10.0.0.50 () {32 vars in 718 bytes} [Thu Apr 23 16:03:09 2026] DELETE /v2.0/ports/ccef20e8-251d-4315-b521-94c906c09ed5 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1245] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:09 2026] DELETE /v2.0/security-groups/2008f4da-a316-470c-bc60-396ea66e8f7e => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:03:09.309 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a0839862-6427-4035-981b-577392fd8945 0e124f13e30240598057a90923aa9312 6be4bded21db4aeaa04ffdaa7f46e03e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 630/1246] 10.0.0.50 () {32 vars in 715 bytes} [Thu Apr 23 16:03:09 2026] GET /v2.0/ports/ccef20e8-251d-4315-b521-94c906c09ed5 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1247] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:03:09 2026] GET /v2.0/networks?id=c80250df-26b0-4072-884a-7ed044ff860a => generated 677 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:09.421 8 INFO neutron_taas.services.taas.taas_plugin [None req-c32335a2-0439-473a-acec-445c9e933148 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] TaaS: Handle Delete Port: fc8a9c8d-83ae-4c58-9746-492b6aedfe5b 2026-04-23 16:03:09.425 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c32335a2-0439-473a-acec-445c9e933148 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] Tap Mirror: Handle Delete Port: fc8a9c8d-83ae-4c58-9746-492b6aedfe5b [pid: 7|app: 0|req: 632/1248] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:09 2026] DELETE /v2.0/subnets/4bd8989d-fadf-486e-a2fd-65660dc60bc5 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1249] 10.0.0.50 () {34 vars in 787 bytes} [Thu Apr 23 16:03:09 2026] PUT /v2.0/routers/b482c387-b41a-4979-93f8-30044311cdfb/remove_router_interface => generated 310 bytes in 833 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:09.981 8 INFO neutron.services.segments.plugin [-] Segment 4e68c922-4396-419b-8b6d-c315175915c2 resource provider aggregate not found 2026-04-23 16:03:09.992 8 INFO neutron.services.segments.plugin [-] Segment 4e68c922-4396-419b-8b6d-c315175915c2 resource provider aggregate not found 2026-04-23 16:03:10.008 8 INFO neutron.services.segments.plugin [-] Segment 4e68c922-4396-419b-8b6d-c315175915c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e68c922-4396-419b-8b6d-c315175915c2 found for delete ", "request_id": "req-115048bb-fd09-46f3-abc8-8b0280e8fadb"}]} [pid: 7|app: 0|req: 633/1250] 199.204.45.57 () {38 vars in 953 bytes} [Thu Apr 23 16:03:09 2026] POST /v2.0/ports => generated 954 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 16:03:10.016 8 INFO neutron.services.segments.plugin [-] Segment 4e68c922-4396-419b-8b6d-c315175915c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e68c922-4396-419b-8b6d-c315175915c2 found for delete ", "request_id": "req-aa73368b-74b4-404f-a2a7-d4ed1773aef7"}]} [pid: 8|app: 0|req: 618/1251] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:03:09 2026] DELETE /v2.0/networks/6499344f-ee1e-4613-8ad2-43545ad9ca6a => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1252] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:03:10 2026] GET /v2.0/ports?device_id=622e44ae-42c8-41df-9057-883213b6498b => generated 957 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:10.418 8 INFO neutron_taas.services.taas.taas_plugin [None req-796d69d4-0655-4677-8c89-707edf022388 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] TaaS: Handle Delete Port: 86644e00-47fa-4409-8872-64733552babe 2026-04-23 16:03:10.424 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-796d69d4-0655-4677-8c89-707edf022388 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] Tap Mirror: Handle Delete Port: 86644e00-47fa-4409-8872-64733552babe [pid: 7|app: 0|req: 637/1255] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Apr 23 16:03:10 2026] PUT /v2.0/ports/c95d2586-a33f-4570-b220-8baa9a1a9735 => generated 1235 bytes in 493 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 16:03:10.595 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-941dac6e-a233-4e05-99dd-57789248c9f1'] response: {'name': 'network-changed', 'server_uuid': '622e44ae-42c8-41df-9057-883213b6498b', 'tag': 'c95d2586-a33f-4570-b220-8baa9a1a9735', 'status': 'completed', 'code': 200} 2026-04-23 16:03:10.627 7 INFO neutron.db.segments_db [None req-004ba524-9ada-4970-9926-3c47e4ba72dd 0e124f13e30240598057a90923aa9312 6be4bded21db4aeaa04ffdaa7f46e03e - - default default] Added segment c6295bb1-3ff2-4a42-a8d8-460b05f0d0c8 of type vxlan for network 680e7579-64d3-42cb-b40d-f80b3988defb [pid: 7|app: 0|req: 638/1256] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:03:10 2026] POST /v2.0/networks => generated 635 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1257] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:03:10 2026] GET /v2.0/security-groups?id=75f81ccd-36b8-4484-8885-f29ab4809caf&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1258] 10.0.0.50 () {34 vars in 787 bytes} [Thu Apr 23 16:03:10 2026] PUT /v2.0/routers/b482c387-b41a-4979-93f8-30044311cdfb/remove_router_interface => generated 310 bytes in 877 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1259] 10.0.0.50 () {32 vars in 734 bytes} [Thu Apr 23 16:03:10 2026] GET /v2.0/ports?device_id=b482c387-b41a-4979-93f8-30044311cdfb => 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: 640/1260] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:03:10 2026] POST /v2.0/subnets => generated 646 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:03:11.105 8 INFO neutron_taas.services.taas.taas_plugin [None req-7b66c8d5-bbcb-4a55-b1cb-1a817d05209b ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] TaaS: Handle Delete Port: 6322c327-498b-4ea8-8100-b5b9032c434e 2026-04-23 16:03:11.108 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b66c8d5-bbcb-4a55-b1cb-1a817d05209b ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] Tap Mirror: Handle Delete Port: 6322c327-498b-4ea8-8100-b5b9032c434e [pid: 7|app: 0|req: 641/1261] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:03:11 2026] GET /v2.0/ports?tenant_id=1185e911be0d4ab382f59d987391717d&device_id=622e44ae-42c8-41df-9057-883213b6498b => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1262] 10.0.0.50 () {34 vars in 663 bytes} [Thu Apr 23 16:03:11 2026] POST /v2.0/ports => generated 928 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1263] 199.204.45.57 () {34 vars in 1016 bytes} [Thu Apr 23 16:03:11 2026] GET /v2.0/networks?tenant_id=1185e911be0d4ab382f59d987391717d&shared=False => generated 773 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:11.528 8 INFO neutron.db.l3_hamode_db [None req-7b66c8d5-bbcb-4a55-b1cb-1a817d05209b ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] HA network 6f403d8c-8f98-44b4-acc7-5460ce00e2c2 was deleted as no HA routers are present in project 3acdabce429443ea94625b4b47294086. [pid: 8|app: 0|req: 621/1264] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:10 2026] DELETE /v2.0/routers/b482c387-b41a-4979-93f8-30044311cdfb => generated 0 bytes in 593 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1265] 199.204.45.57 () {34 vars in 928 bytes} [Thu Apr 23 16:03:11 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-04-23 16:03:11.628 7 INFO neutron_taas.services.taas.taas_plugin [None req-952384bd-92e6-4f8f-9f27-78433c25ae12 0e124f13e30240598057a90923aa9312 6be4bded21db4aeaa04ffdaa7f46e03e - - default default] TaaS: Handle Delete Port: f200732c-fcfb-471f-bf4e-364dc8544f9d 2026-04-23 16:03:11.630 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-952384bd-92e6-4f8f-9f27-78433c25ae12 0e124f13e30240598057a90923aa9312 6be4bded21db4aeaa04ffdaa7f46e03e - - default default] Tap Mirror: Handle Delete Port: f200732c-fcfb-471f-bf4e-364dc8544f9d [pid: 8|app: 0|req: 623/1266] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:11 2026] DELETE /v2.0/subnets/f3d71efe-bc0f-4f80-87ad-a4bb280d72a2 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1267] 10.0.0.50 () {32 vars in 718 bytes} [Thu Apr 23 16:03:11 2026] DELETE /v2.0/ports/f200732c-fcfb-471f-bf4e-364dc8544f9d => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:03:11.745 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1b027567-d9e5-4804-823a-c79da661e82a 0e124f13e30240598057a90923aa9312 6be4bded21db4aeaa04ffdaa7f46e03e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 645/1268] 10.0.0.50 () {32 vars in 715 bytes} [Thu Apr 23 16:03:11 2026] GET /v2.0/ports/f200732c-fcfb-471f-bf4e-364dc8544f9d => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1269] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:11 2026] DELETE /v2.0/subnets/b2b3bdf6-c5ab-433b-b8b8-a33baa584e86 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1270] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:11 2026] DELETE /v2.0/subnets/b5b0c3a8-500c-4389-b39f-f84e19b6dedc => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1271] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:03:11 2026] GET /v2.0/ports?device_id=622e44ae-42c8-41df-9057-883213b6498b => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:12.039 8 INFO neutron.services.segments.plugin [-] Segment 2d8443a8-138c-48f8-9efc-ff7463524fa1 resource provider aggregate not found 2026-04-23 16:03:12.054 8 INFO neutron.services.segments.plugin [-] Segment 2d8443a8-138c-48f8-9efc-ff7463524fa1 resource provider aggregate not found 2026-04-23 16:03:12.058 7 INFO neutron.services.segments.plugin [-] Segment 283fa79a-bd9a-431c-99e0-3bd09f111d3e resource provider aggregate not found 2026-04-23 16:03:12.063 7 INFO neutron.services.segments.plugin [-] Segment 283fa79a-bd9a-431c-99e0-3bd09f111d3e resource provider aggregate not found 2026-04-23 16:03:12.068 8 INFO neutron.services.segments.plugin [-] Segment 2d8443a8-138c-48f8-9efc-ff7463524fa1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d8443a8-138c-48f8-9efc-ff7463524fa1 found for delete ", "request_id": "req-219ace81-4a98-49e6-9e9c-4855ab3bd66c"}]} 2026-04-23 16:03:12.072 8 INFO neutron.services.segments.plugin [-] Segment 2d8443a8-138c-48f8-9efc-ff7463524fa1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d8443a8-138c-48f8-9efc-ff7463524fa1 found for delete ", "request_id": "req-e48ef6a0-7eaf-478f-8128-3f18a5aa5931"}]} 2026-04-23 16:03:12.082 7 INFO neutron.services.segments.plugin [-] Segment 283fa79a-bd9a-431c-99e0-3bd09f111d3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 283fa79a-bd9a-431c-99e0-3bd09f111d3e found for delete ", "request_id": "req-d20a1e92-e493-400f-ad99-23e58b0fd0f1"}]} 2026-04-23 16:03:12.083 7 INFO neutron.services.segments.plugin [-] Segment 283fa79a-bd9a-431c-99e0-3bd09f111d3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 283fa79a-bd9a-431c-99e0-3bd09f111d3e found for delete ", "request_id": "req-2c022a08-fb59-4404-81ca-9f87c808fe2b"}]} [pid: 7|app: 0|req: 647/1272] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:03:11 2026] DELETE /v2.0/networks/b0c90380-7ad1-43c6-933c-273c473a8987 => 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: 648/1273] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:03:12 2026] GET /v2.0/security-groups?id=75f81ccd-36b8-4484-8885-f29ab4809caf&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1274] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:03:11 2026] DELETE /v2.0/networks/680e7579-64d3-42cb-b40d-f80b3988defb => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:03:12.225 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b881a28-6894-403b-8400-fe210f21fcf4 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] TaaS: Handle Delete Port: 24247dfd-7d7d-4b17-a851-8a04737c42a0 2026-04-23 16:03:12.228 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b881a28-6894-403b-8400-fe210f21fcf4 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] Tap Mirror: Handle Delete Port: 24247dfd-7d7d-4b17-a851-8a04737c42a0 [pid: 7|app: 0|req: 649/1275] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:03:12 2026] DELETE /v2.0/networks/ff0e69b5-61e0-491a-88e9-9c16069c439a => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:03:12.480 7 INFO neutron.db.segments_db [None req-b13c82b0-422c-4504-afef-6b7d86606867 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] Added segment 4bfb2090-0aca-404b-bd27-5c179973d337 of type vxlan for network 452ad744-9799-4c36-8b62-c636fd23ee49 [pid: 8|app: 0|req: 627/1276] 10.0.0.50 () {34 vars in 663 bytes} [Thu Apr 23 16:03:12 2026] POST /v2.0/ports => generated 778 bytes in 313 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: 650/1277] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:03:12 2026] POST /v2.0/networks => generated 634 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1278] 10.0.0.50 () {34 vars in 735 bytes} [Thu Apr 23 16:03:12 2026] PUT /v2.0/ports/6ec27093-18bc-4c70-a7ad-dd6ecff27133 => generated 752 bytes in 222 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: 629/1279] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:03:12 2026] GET /v2.0/ports?tenant_id=1185e911be0d4ab382f59d987391717d&device_id=622e44ae-42c8-41df-9057-883213b6498b => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1280] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:03:12 2026] POST /v2.0/subnets => generated 646 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1281] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:03:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=c95d2586-a33f-4570-b220-8baa9a1a9735 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:03:12.879 7 INFO neutron.db.segments_db [None req-40096f0a-23e2-4e6e-b3ef-911062ec47bb ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] Added segment 91e41123-9917-4062-b22a-b9d2c5d4019a of type vxlan for network 7368750f-631d-4a00-b514-77fd618c9441 2026-04-23 16:03:12.880 8 INFO neutron_taas.services.taas.taas_plugin [None req-c48b655b-8941-4c34-b643-77cc99d39993 0e124f13e30240598057a90923aa9312 6be4bded21db4aeaa04ffdaa7f46e03e - - default default] TaaS: Handle Delete Port: 6ec27093-18bc-4c70-a7ad-dd6ecff27133 2026-04-23 16:03:12.883 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c48b655b-8941-4c34-b643-77cc99d39993 0e124f13e30240598057a90923aa9312 6be4bded21db4aeaa04ffdaa7f46e03e - - default default] Tap Mirror: Handle Delete Port: 6ec27093-18bc-4c70-a7ad-dd6ecff27133 [pid: 8|app: 0|req: 630/1282] 10.0.0.50 () {32 vars in 718 bytes} [Thu Apr 23 16:03:12 2026] DELETE /v2.0/ports/6ec27093-18bc-4c70-a7ad-dd6ecff27133 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1283] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:03:12 2026] GET /v2.0/subnets?id=2733ad64-948c-4bd2-93a9-5146c88bd7f9 => generated 695 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1284] 10.0.0.50 () {32 vars in 641 bytes} [Thu Apr 23 16:03:12 2026] GET /v2.0/ports => generated 782 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1285] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:03:13 2026] GET /v2.0/ports?network_id=c80250df-26b0-4072-884a-7ed044ff860a&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:03:13.097 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e26a84c0-2f8f-4a3e-9c59-d71f8881d52c 0e124f13e30240598057a90923aa9312 6be4bded21db4aeaa04ffdaa7f46e03e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 634/1286] 10.0.0.50 () {32 vars in 715 bytes} [Thu Apr 23 16:03:13 2026] GET /v2.0/ports/6ec27093-18bc-4c70-a7ad-dd6ecff27133 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:03:13.139 7 INFO neutron.db.l3_hamode_db [None req-40096f0a-23e2-4e6e-b3ef-911062ec47bb ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 635/1287] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:03:13 2026] GET /v2.0/networks/c80250df-26b0-4072-884a-7ed044ff860a?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: 636/1288] 10.0.0.50 () {32 vars in 641 bytes} [Thu Apr 23 16:03:13 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: 8|app: 0|req: 637/1289] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:03:13 2026] GET /v2.0/networks/c80250df-26b0-4072-884a-7ed044ff860a?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: 638/1290] 10.0.0.50 () {32 vars in 715 bytes} [Thu Apr 23 16:03:13 2026] GET /v2.0/ports/e132d9fe-7ad1-4ea1-a184-85e5bb6aca31 => generated 779 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:13.266 7 INFO neutron.db.l3_hamode_db [None req-40096f0a-23e2-4e6e-b3ef-911062ec47bb ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 639/1291] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:03:13 2026] GET /v2.0/ports?device_id=622e44ae-42c8-41df-9057-883213b6498b => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:13.293 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fdf25f0a-ec0d-4fec-9fa0-541712ba2b81 0e124f13e30240598057a90923aa9312 6be4bded21db4aeaa04ffdaa7f46e03e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 640/1292] 10.0.0.50 () {32 vars in 718 bytes} [Thu Apr 23 16:03:13 2026] DELETE /v2.0/ports/f200732c-fcfb-471f-bf4e-364dc8544f9d => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1293] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:03:13 2026] GET /v2.0/security-groups?id=75f81ccd-36b8-4484-8885-f29ab4809caf&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:03:13.338 8 INFO neutron.pecan_wsgi.hooks.translation [None req-56734300-d2c9-4838-a3ba-22fc57bdeda4 0e124f13e30240598057a90923aa9312 6be4bded21db4aeaa04ffdaa7f46e03e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 642/1294] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:13 2026] DELETE /v2.0/subnets/b5b0c3a8-500c-4389-b39f-f84e19b6dedc => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:03:13.358 8 INFO neutron.pecan_wsgi.hooks.translation [None req-053121e0-20dd-444f-9202-61b01c36d91d 0e124f13e30240598057a90923aa9312 6be4bded21db4aeaa04ffdaa7f46e03e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 643/1295] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:13 2026] DELETE /v2.0/subnets/4bd8989d-fadf-486e-a2fd-65660dc60bc5 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:03:13.472 8 INFO neutron_taas.services.taas.taas_plugin [None req-b31599dd-861f-46ad-ba2e-f45d2706166c 0e124f13e30240598057a90923aa9312 6be4bded21db4aeaa04ffdaa7f46e03e - - default default] TaaS: Handle Delete Port: e132d9fe-7ad1-4ea1-a184-85e5bb6aca31 2026-04-23 16:03:13.476 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b31599dd-861f-46ad-ba2e-f45d2706166c 0e124f13e30240598057a90923aa9312 6be4bded21db4aeaa04ffdaa7f46e03e - - default default] Tap Mirror: Handle Delete Port: e132d9fe-7ad1-4ea1-a184-85e5bb6aca31 [pid: 8|app: 0|req: 644/1296] 10.0.0.50 () {32 vars in 718 bytes} [Thu Apr 23 16:03:13 2026] DELETE /v2.0/ports/e132d9fe-7ad1-4ea1-a184-85e5bb6aca31 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:03:13.727 8 WARNING neutron.db.securitygroups_db [None req-b249bc81-f1f6-4bc5-8be4-f0f98cf9c786 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 645/1297] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:03:13 2026] GET /v2.0/security-groups?tenant_id=fd245000dc8b4c53af20c42bf5bf675c&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1298] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:03:12 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: 654/1299] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:13 2026] DELETE /v2.0/security-groups/41660735-97c9-4605-ae19-9585d0f86cb2 => 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: 646/1300] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:03:13 2026] DELETE /v2.0/networks/7f3157d4-78c1-470c-af2b-ad023882e47a => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:03:14.052 8 WARNING neutron.db.securitygroups_db [None req-e73a9259-b9c1-4424-a35c-be4a8d868289 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:03:14.093 8 INFO neutron.services.segments.plugin [-] Segment c6295bb1-3ff2-4a42-a8d8-460b05f0d0c8 resource provider aggregate not found 2026-04-23 16:03:14.101 8 INFO neutron.services.segments.plugin [-] Segment c6295bb1-3ff2-4a42-a8d8-460b05f0d0c8 resource provider aggregate not found 2026-04-23 16:03:14.108 7 INFO neutron.services.segments.plugin [-] Segment 4e939c65-6265-453d-a230-021a11dc2b98 resource provider aggregate not found 2026-04-23 16:03:14.114 7 INFO neutron.services.segments.plugin [-] Segment 4e939c65-6265-453d-a230-021a11dc2b98 resource provider aggregate not found 2026-04-23 16:03:14.114 8 INFO neutron.services.segments.plugin [-] Segment c6295bb1-3ff2-4a42-a8d8-460b05f0d0c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6295bb1-3ff2-4a42-a8d8-460b05f0d0c8 found for delete ", "request_id": "req-b066d343-710d-4004-93f9-8fe4b42d2205"}]} 2026-04-23 16:03:14.126 8 INFO neutron.services.segments.plugin [-] Segment c6295bb1-3ff2-4a42-a8d8-460b05f0d0c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6295bb1-3ff2-4a42-a8d8-460b05f0d0c8 found for delete ", "request_id": "req-401b7eea-13f9-4f5c-933c-1be402e74664"}]} 2026-04-23 16:03:14.130 7 INFO neutron.services.segments.plugin [-] Segment 4e939c65-6265-453d-a230-021a11dc2b98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e939c65-6265-453d-a230-021a11dc2b98 found for delete ", "request_id": "req-4c27157c-d2c2-4b36-b82a-bab8df9f38e1"}]} 2026-04-23 16:03:14.134 7 INFO neutron.services.segments.plugin [-] Segment 4e939c65-6265-453d-a230-021a11dc2b98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e939c65-6265-453d-a230-021a11dc2b98 found for delete ", "request_id": "req-939ed1fe-cf67-435e-a0ad-95a957b8603e"}]} 2026-04-23 16:03:14.144 8 INFO neutron.services.segments.plugin [-] Segment 4e29efa1-427b-4e17-9195-b09962494234 resource provider aggregate not found 2026-04-23 16:03:14.150 8 INFO neutron.services.segments.plugin [-] Segment 4e29efa1-427b-4e17-9195-b09962494234 resource provider aggregate not found 2026-04-23 16:03:14.178 8 INFO neutron.services.segments.plugin [-] Segment 4e29efa1-427b-4e17-9195-b09962494234 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e29efa1-427b-4e17-9195-b09962494234 found for delete ", "request_id": "req-7da871a2-f5bf-47bb-9319-adb39052dbfd"}]} 2026-04-23 16:03:14.179 8 INFO neutron.services.segments.plugin [-] Segment 4e29efa1-427b-4e17-9195-b09962494234 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e29efa1-427b-4e17-9195-b09962494234 found for delete ", "request_id": "req-bd7864a0-7069-4d7d-8aa5-2a052929d26c"}]} [pid: 8|app: 0|req: 647/1301] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:03:14 2026] GET /v2.0/security-groups?tenant_id=75ebad5921c84c02b4bf8a24788a6de0&name=default => generated 2925 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1302] 10.0.0.50 () {34 vars in 663 bytes} [Thu Apr 23 16:03:13 2026] POST /v2.0/ports => generated 959 bytes in 373 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: 648/1303] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:14 2026] DELETE /v2.0/security-groups/97626263-872e-4a43-b707-772e0a283d4e => 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: 649/1304] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:03:14 2026] GET /v2.0/ports?device_id=622e44ae-42c8-41df-9057-883213b6498b => 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: 650/1305] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:03:14 2026] GET /v2.0/security-groups?id=75f81ccd-36b8-4484-8885-f29ab4809caf&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:03:14.770 8 WARNING neutron.db.securitygroups_db [None req-a856b877-ec39-4931-bee2-8aa6ab839ee3 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 651/1306] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:03:14 2026] GET /v2.0/security-groups?tenant_id=6be4bded21db4aeaa04ffdaa7f46e03e&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1307] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:14 2026] DELETE /v2.0/security-groups/154d3622-97a1-4de6-a43f-9871c765a996 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1308] 10.0.0.50 () {34 vars in 781 bytes} [Thu Apr 23 16:03:14 2026] PUT /v2.0/routers/9f7ce1ca-43e1-4346-b8a4-a8df55b65d63/add_router_interface => generated 310 bytes in 1194 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: 657/1309] 10.0.0.50 () {32 vars in 715 bytes} [Thu Apr 23 16:03:15 2026] GET /v2.0/ports/f5c5c0b9-3ea3-43e4-8cee-9006e3c49d7b => generated 1033 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1310] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:03:15 2026] GET /v2.0/ports?device_id=622e44ae-42c8-41df-9057-883213b6498b => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1311] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:03:15 2026] GET /v2.0/security-groups?id=75f81ccd-36b8-4484-8885-f29ab4809caf&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:03:15.985 7 INFO neutron_taas.services.taas.taas_plugin [None req-34bc6807-b1cf-4e2f-b21c-de6242cf2a2c ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] TaaS: Handle Delete Port: f5c5c0b9-3ea3-43e4-8cee-9006e3c49d7b 2026-04-23 16:03:15.988 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34bc6807-b1cf-4e2f-b21c-de6242cf2a2c ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] Tap Mirror: Handle Delete Port: f5c5c0b9-3ea3-43e4-8cee-9006e3c49d7b [pid: 7|app: 0|req: 658/1312] 10.0.0.50 () {34 vars in 787 bytes} [Thu Apr 23 16:03:15 2026] PUT /v2.0/routers/9f7ce1ca-43e1-4346-b8a4-a8df55b65d63/remove_router_interface => generated 310 bytes in 871 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:16.646 8 INFO neutron.api.v2.resource [None req-a44c30e7-cf8c-4c2b-a16b-71f8fad64501 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 655/1313] 10.0.0.50 () {34 vars in 787 bytes} [Thu Apr 23 16:03:16 2026] PUT /v2.0/routers/9f7ce1ca-43e1-4346-b8a4-a8df55b65d63/remove_router_interface => generated 197 bytes in 194 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: 659/1314] 10.0.0.50 () {32 vars in 734 bytes} [Thu Apr 23 16:03:16 2026] GET /v2.0/ports?device_id=9f7ce1ca-43e1-4346-b8a4-a8df55b65d63 => 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: 660/1315] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:03:16 2026] GET /v2.0/ports?device_id=622e44ae-42c8-41df-9057-883213b6498b => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:16.922 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6f4d6d3-4f21-4cd9-92b0-2fce1525d397 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] TaaS: Handle Delete Port: b92e4af6-efa7-4e0c-bad8-817c1f95896e 2026-04-23 16:03:16.924 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6f4d6d3-4f21-4cd9-92b0-2fce1525d397 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] Tap Mirror: Handle Delete Port: b92e4af6-efa7-4e0c-bad8-817c1f95896e 2026-04-23 16:03:17.312 8 INFO neutron.services.segments.plugin [-] Segment 91e41123-9917-4062-b22a-b9d2c5d4019a resource provider aggregate not found 2026-04-23 16:03:17.317 8 INFO neutron.services.segments.plugin [-] Segment 91e41123-9917-4062-b22a-b9d2c5d4019a resource provider aggregate not found 2026-04-23 16:03:17.332 7 INFO neutron.db.segments_db [None req-dce8bff2-91b3-469c-8aab-c44283395361 a1e55f709fae47eabe579505c03725cd 649cfdb936fd491c923d4b7fa3931d67 - - default default] Added segment 9afc1f81-b1dc-490d-8e90-7b1ceb1c7449 of type vxlan for network fa8db71c-bef7-43aa-8929-42fcf97469eb 2026-04-23 16:03:17.335 8 INFO neutron.services.segments.plugin [-] Segment 91e41123-9917-4062-b22a-b9d2c5d4019a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91e41123-9917-4062-b22a-b9d2c5d4019a found for delete ", "request_id": "req-f224a1a7-f8fa-4d66-8ed2-e24b96c05a7f"}]} 2026-04-23 16:03:17.341 8 INFO neutron.services.segments.plugin [-] Segment 91e41123-9917-4062-b22a-b9d2c5d4019a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91e41123-9917-4062-b22a-b9d2c5d4019a found for delete ", "request_id": "req-a6970b93-e5d4-451d-aabe-0e7d2a0ac463"}]} 2026-04-23 16:03:17.342 8 INFO neutron.db.l3_hamode_db [None req-c6f4d6d3-4f21-4cd9-92b0-2fce1525d397 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] HA network 7368750f-631d-4a00-b514-77fd618c9441 was deleted as no HA routers are present in project 3acdabce429443ea94625b4b47294086. [pid: 8|app: 0|req: 656/1316] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:16 2026] DELETE /v2.0/routers/9f7ce1ca-43e1-4346-b8a4-a8df55b65d63 => generated 0 bytes in 656 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1317] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:03:17 2026] GET /v2.0/security-groups?id=75f81ccd-36b8-4484-8885-f29ab4809caf&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1318] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:03:16 2026] POST /v2.0/networks => generated 644 bytes in 620 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1319] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:17 2026] DELETE /v2.0/subnets/b90feb59-062b-4fce-a88f-285250a1fd0e => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1320] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:03:17 2026] DELETE /v2.0/networks/452ad744-9799-4c36-8b62-c636fd23ee49 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1321] 10.0.0.50 () {34 vars in 663 bytes} [Thu Apr 23 16:03:17 2026] POST /v2.0/ports => generated 774 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 16:03:17.818 8 INFO neutron.db.segments_db [None req-366b007b-becd-4299-b954-ebad6097bebb ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] Added segment fcf7e5e3-4cbc-49f4-bc55-650ef87e71e5 of type vxlan for network 26b28f27-35a6-47b9-af6b-af2dc58d36c2 2026-04-23 16:03:17.819 7 INFO neutron.db.segments_db [None req-7753b54b-7f82-4ac5-bee9-936d8aa1d67b a1e55f709fae47eabe579505c03725cd 649cfdb936fd491c923d4b7fa3931d67 - - default default] Added segment 1e8fcea6-0a00-4201-a64e-0a47d865ea71 of type vxlan for network b3d5c821-4716-41b7-9e97-8e2b6a35f9fe [pid: 7|app: 0|req: 663/1322] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:03:17 2026] POST /v2.0/networks => generated 632 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1323] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:03:17 2026] POST /v2.0/networks => generated 634 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1324] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:03:17 2026] POST /v2.0/subnets => generated 626 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1325] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:03:17 2026] POST /v2.0/subnets => generated 646 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:03:18.330 8 INFO neutron.db.segments_db [None req-ec4ecfaa-d0db-4a6b-b98f-d3eb3b27f309 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] Added segment dd831d6a-9930-48f4-bdb1-657cbdb97528 of type vxlan for network 52906567-c223-401d-98aa-df60186aeb89 [pid: 7|app: 0|req: 665/1326] 10.0.0.50 () {34 vars in 663 bytes} [Thu Apr 23 16:03:18 2026] POST /v2.0/ports => generated 949 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 16:03:18.634 8 INFO neutron.db.l3_hamode_db [None req-ec4ecfaa-d0db-4a6b-b98f-d3eb3b27f309 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 666/1327] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:03:18 2026] GET /v2.0/ports?device_id=622e44ae-42c8-41df-9057-883213b6498b => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:18.757 8 INFO neutron.db.l3_hamode_db [None req-ec4ecfaa-d0db-4a6b-b98f-d3eb3b27f309 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 16:03:18.765 7 INFO neutron_taas.services.taas.taas_plugin [None req-2d9d909b-7a25-438d-a454-669e523683ea a1e55f709fae47eabe579505c03725cd 649cfdb936fd491c923d4b7fa3931d67 - - default default] TaaS: Handle Delete Port: e898819c-6c6d-49f7-be70-3a4e90148fa6 2026-04-23 16:03:18.768 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d9d909b-7a25-438d-a454-669e523683ea a1e55f709fae47eabe579505c03725cd 649cfdb936fd491c923d4b7fa3931d67 - - default default] Tap Mirror: Handle Delete Port: e898819c-6c6d-49f7-be70-3a4e90148fa6 [pid: 7|app: 0|req: 667/1328] 10.0.0.50 () {32 vars in 718 bytes} [Thu Apr 23 16:03:18 2026] DELETE /v2.0/ports/e898819c-6c6d-49f7-be70-3a4e90148fa6 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1329] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:03:18 2026] GET /v2.0/security-groups?id=75f81ccd-36b8-4484-8885-f29ab4809caf&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:03:18.965 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d134cd33-2daa-4c14-8c85-f3e4f8df06d9 a1e55f709fae47eabe579505c03725cd 649cfdb936fd491c923d4b7fa3931d67 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 669/1330] 10.0.0.50 () {32 vars in 718 bytes} [Thu Apr 23 16:03:18 2026] DELETE /v2.0/ports/e898819c-6c6d-49f7-be70-3a4e90148fa6 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:03:19.005 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a29e1720-7a43-4d26-9810-623c24538b47 a1e55f709fae47eabe579505c03725cd 649cfdb936fd491c923d4b7fa3931d67 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 670/1331] 10.0.0.50 () {32 vars in 715 bytes} [Thu Apr 23 16:03:18 2026] GET /v2.0/ports/e898819c-6c6d-49f7-be70-3a4e90148fa6 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1332] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:19 2026] DELETE /v2.0/subnets/d88c162e-fe6b-4637-8d4f-7bebe5437199 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:03:19.287 7 INFO neutron.services.segments.plugin [-] Segment 1e8fcea6-0a00-4201-a64e-0a47d865ea71 resource provider aggregate not found 2026-04-23 16:03:19.294 7 INFO neutron.services.segments.plugin [-] Segment 1e8fcea6-0a00-4201-a64e-0a47d865ea71 resource provider aggregate not found 2026-04-23 16:03:19.315 7 INFO neutron.services.segments.plugin [-] Segment 1e8fcea6-0a00-4201-a64e-0a47d865ea71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e8fcea6-0a00-4201-a64e-0a47d865ea71 found for delete ", "request_id": "req-bf8a85b8-0f39-41d5-be75-008ffe3dc409"}]} 2026-04-23 16:03:19.322 7 INFO neutron.services.segments.plugin [-] Segment 1e8fcea6-0a00-4201-a64e-0a47d865ea71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e8fcea6-0a00-4201-a64e-0a47d865ea71 found for delete ", "request_id": "req-2e7800c0-65d4-4e26-9308-c54a327153c2"}]} [pid: 7|app: 0|req: 672/1333] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:03:19 2026] DELETE /v2.0/networks/b3d5c821-4716-41b7-9e97-8e2b6a35f9fe => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:03:19.371 8 INFO neutron.services.segments.plugin [-] Segment 4bfb2090-0aca-404b-bd27-5c179973d337 resource provider aggregate not found 2026-04-23 16:03:19.383 8 INFO neutron.services.segments.plugin [-] Segment 4bfb2090-0aca-404b-bd27-5c179973d337 resource provider aggregate not found 2026-04-23 16:03:19.402 8 INFO neutron.services.segments.plugin [-] Segment 4bfb2090-0aca-404b-bd27-5c179973d337 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bfb2090-0aca-404b-bd27-5c179973d337 found for delete ", "request_id": "req-c3cf3e94-8436-4f02-97bd-69af74304eb6"}]} 2026-04-23 16:03:19.409 8 INFO neutron.services.segments.plugin [-] Segment 4bfb2090-0aca-404b-bd27-5c179973d337 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bfb2090-0aca-404b-bd27-5c179973d337 found for delete ", "request_id": "req-b036a4db-1317-4055-8dd0-da34bbb61acb"}]} 2026-04-23 16:03:19.417 7 INFO neutron.db.segments_db [None req-0077a7b9-f416-47c8-b3fc-f5bcd943fde3 a1e55f709fae47eabe579505c03725cd 649cfdb936fd491c923d4b7fa3931d67 - - default default] Added segment a84b606b-728c-4b9c-b5ff-b8056a90003b of type vxlan for network 6b1ebe78-f8f7-455d-b748-40cd6f39c91b [pid: 8|app: 0|req: 662/1334] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:03:18 2026] POST /v2.0/routers => generated 510 bytes in 1204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1335] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:03:19 2026] POST /v2.0/networks => generated 632 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1336] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:03:19 2026] GET /v2.0/ports?device_id=622e44ae-42c8-41df-9057-883213b6498b => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1337] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:03:19 2026] POST /v2.0/subnets => generated 626 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1338] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:03:19 2026] GET /v2.0/security-groups?id=75f81ccd-36b8-4484-8885-f29ab4809caf&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1339] 10.0.0.50 () {34 vars in 663 bytes} [Thu Apr 23 16:03:19 2026] POST /v2.0/ports => generated 916 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:03:20.462 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c52cbf0-977d-42ee-b6c8-6741ad84df20 a1e55f709fae47eabe579505c03725cd 649cfdb936fd491c923d4b7fa3931d67 - - default default] TaaS: Handle Delete Port: c73fe652-38e5-47d6-a33c-6209edb9e310 2026-04-23 16:03:20.464 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c52cbf0-977d-42ee-b6c8-6741ad84df20 a1e55f709fae47eabe579505c03725cd 649cfdb936fd491c923d4b7fa3931d67 - - default default] Tap Mirror: Handle Delete Port: c73fe652-38e5-47d6-a33c-6209edb9e310 [pid: 8|app: 0|req: 667/1340] 10.0.0.50 () {32 vars in 718 bytes} [Thu Apr 23 16:03:20 2026] DELETE /v2.0/ports/c73fe652-38e5-47d6-a33c-6209edb9e310 => generated 0 bytes in 365 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1341] 10.0.0.50 () {34 vars in 781 bytes} [Thu Apr 23 16:03:19 2026] PUT /v2.0/routers/d911dbea-2b93-42ff-bb97-82dcbc1a477b/add_router_interface => generated 310 bytes in 1179 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:20.706 8 INFO neutron.pecan_wsgi.hooks.translation [None req-133ef1e9-0309-49a1-8147-e9e98a746d79 a1e55f709fae47eabe579505c03725cd 649cfdb936fd491c923d4b7fa3931d67 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 668/1342] 10.0.0.50 () {32 vars in 715 bytes} [Thu Apr 23 16:03:20 2026] GET /v2.0/ports/c73fe652-38e5-47d6-a33c-6209edb9e310 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1343] 10.0.0.50 () {32 vars in 715 bytes} [Thu Apr 23 16:03:20 2026] GET /v2.0/ports/2ccb655a-d5ba-414b-808c-d238608ec043 => generated 959 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1344] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:20 2026] DELETE /v2.0/subnets/eea15076-cf65-42d7-86a6-7eb4f44f3047 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:03:21.034 8 WARNING neutron.db.securitygroups_db [None req-fe380e30-a64f-4ab7-8eb7-7912410c67ae f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:03:21.094 7 INFO neutron_taas.services.taas.taas_plugin [None req-3e4f48e5-cad5-466b-a3d4-ff1b3009d998 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] TaaS: Handle Delete Port: 2ccb655a-d5ba-414b-808c-d238608ec043 2026-04-23 16:03:21.097 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e4f48e5-cad5-466b-a3d4-ff1b3009d998 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] Tap Mirror: Handle Delete Port: 2ccb655a-d5ba-414b-808c-d238608ec043 [pid: 8|app: 0|req: 670/1345] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:03:20 2026] GET /v2.0/security-groups?tenant_id=0776bdab99e74909a9a604449bc90b17&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1346] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:03:21 2026] DELETE /v2.0/networks/6b1ebe78-f8f7-455d-b748-40cd6f39c91b => 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: 672/1347] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:03:21 2026] GET /v2.0/ports?device_id=622e44ae-42c8-41df-9057-883213b6498b => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:21.426 8 INFO neutron.services.segments.plugin [-] Segment a84b606b-728c-4b9c-b5ff-b8056a90003b resource provider aggregate not found 2026-04-23 16:03:21.432 8 INFO neutron.services.segments.plugin [-] Segment a84b606b-728c-4b9c-b5ff-b8056a90003b resource provider aggregate not found 2026-04-23 16:03:21.444 8 INFO neutron.services.segments.plugin [-] Segment a84b606b-728c-4b9c-b5ff-b8056a90003b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a84b606b-728c-4b9c-b5ff-b8056a90003b found for delete ", "request_id": "req-4ea70d64-456f-48ab-9440-699e5980022c"}]} 2026-04-23 16:03:21.447 8 INFO neutron.services.segments.plugin [-] Segment a84b606b-728c-4b9c-b5ff-b8056a90003b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a84b606b-728c-4b9c-b5ff-b8056a90003b found for delete ", "request_id": "req-24f1294f-4acb-4d7d-9f82-4b3d4184e2f2"}]} [pid: 8|app: 0|req: 673/1348] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:21 2026] DELETE /v2.0/security-groups/54f6e70b-a9f2-4a8f-9258-d72aac1b0c03 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1349] 10.0.0.50 () {34 vars in 787 bytes} [Thu Apr 23 16:03:20 2026] PUT /v2.0/routers/d911dbea-2b93-42ff-bb97-82dcbc1a477b/remove_router_interface => generated 310 bytes in 696 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1350] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:03:21 2026] GET /v2.0/security-groups?id=75f81ccd-36b8-4484-8885-f29ab4809caf&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1351] 10.0.0.50 () {32 vars in 734 bytes} [Thu Apr 23 16:03:21 2026] GET /v2.0/ports?device_id=d911dbea-2b93-42ff-bb97-82dcbc1a477b => 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: 674/1352] 10.0.0.50 () {34 vars in 663 bytes} [Thu Apr 23 16:03:21 2026] POST /v2.0/ports => generated 775 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 16:03:21.729 8 WARNING neutron.db.securitygroups_db [None req-df466a4e-2df3-4d20-836b-d7e498633d6a f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:03:21.747 7 INFO neutron_taas.services.taas.taas_plugin [None req-e933fdac-5985-4e0c-9a8f-67d57d57fc22 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] TaaS: Handle Delete Port: 066bee94-cbc2-42af-a7bf-cf0031fcaf8d 2026-04-23 16:03:21.750 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e933fdac-5985-4e0c-9a8f-67d57d57fc22 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] Tap Mirror: Handle Delete Port: 066bee94-cbc2-42af-a7bf-cf0031fcaf8d [pid: 8|app: 0|req: 675/1353] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:03:21 2026] GET /v2.0/security-groups?tenant_id=068c32eaa0fc43c096f014a859548090&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1354] 199.204.45.57 () {34 vars in 992 bytes} [Thu Apr 23 16:03:21 2026] GET /v2.0/ports?device_id=622e44ae-42c8-41df-9057-883213b6498b => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1355] 10.0.0.50 () {34 vars in 735 bytes} [Thu Apr 23 16:03:21 2026] PUT /v2.0/ports/cf57dba6-0cfd-4b50-892a-e1e84967b6ae => generated 752 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 16:03:22.126 7 INFO neutron.services.segments.plugin [-] Segment dd831d6a-9930-48f4-bdb1-657cbdb97528 resource provider aggregate not found 2026-04-23 16:03:22.132 7 INFO neutron.services.segments.plugin [-] Segment dd831d6a-9930-48f4-bdb1-657cbdb97528 resource provider aggregate not found [pid: 8|app: 0|req: 678/1356] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:22 2026] DELETE /v2.0/security-groups/3df99b9e-d019-4727-b4c7-650102622fe0 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:03:22.153 7 INFO neutron.services.segments.plugin [-] Segment dd831d6a-9930-48f4-bdb1-657cbdb97528 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd831d6a-9930-48f4-bdb1-657cbdb97528 found for delete ", "request_id": "req-d5a1756e-907b-43fe-9711-72311015318a"}]} 2026-04-23 16:03:22.154 7 INFO neutron.services.segments.plugin [-] Segment dd831d6a-9930-48f4-bdb1-657cbdb97528 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd831d6a-9930-48f4-bdb1-657cbdb97528 found for delete ", "request_id": "req-5165f409-19df-4082-8c06-be4e3c41fd56"}]} 2026-04-23 16:03:22.165 7 INFO neutron.db.l3_hamode_db [None req-e933fdac-5985-4e0c-9a8f-67d57d57fc22 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] HA network 52906567-c223-401d-98aa-df60186aeb89 was deleted as no HA routers are present in project 3acdabce429443ea94625b4b47294086. [pid: 7|app: 0|req: 679/1357] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:21 2026] DELETE /v2.0/routers/d911dbea-2b93-42ff-bb97-82dcbc1a477b => generated 0 bytes in 611 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:03:22.224 8 INFO neutron_taas.services.taas.taas_plugin [req-0f148944-a412-4b1b-9919-a1b971a062c4 req-e7e9b782-2011-4347-a12d-15938ef10e65 94095d8a18a546a8ba0929f882cbee68 1185e911be0d4ab382f59d987391717d - - default default] TaaS: Handle Delete Port: c95d2586-a33f-4570-b220-8baa9a1a9735 2026-04-23 16:03:22.226 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0f148944-a412-4b1b-9919-a1b971a062c4 req-e7e9b782-2011-4347-a12d-15938ef10e65 94095d8a18a546a8ba0929f882cbee68 1185e911be0d4ab382f59d987391717d - - default default] Tap Mirror: Handle Delete Port: c95d2586-a33f-4570-b220-8baa9a1a9735 2026-04-23 16:03:22.262 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b29cc94-8f3f-4d9f-b78f-d40b6c88fa1f a1e55f709fae47eabe579505c03725cd 649cfdb936fd491c923d4b7fa3931d67 - - default default] TaaS: Handle Delete Port: cf57dba6-0cfd-4b50-892a-e1e84967b6ae 2026-04-23 16:03:22.265 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b29cc94-8f3f-4d9f-b78f-d40b6c88fa1f a1e55f709fae47eabe579505c03725cd 649cfdb936fd491c923d4b7fa3931d67 - - default default] Tap Mirror: Handle Delete Port: cf57dba6-0cfd-4b50-892a-e1e84967b6ae [pid: 8|app: 0|req: 679/1358] 199.204.45.57 () {36 vars in 995 bytes} [Thu Apr 23 16:03:22 2026] DELETE /v2.0/ports/c95d2586-a33f-4570-b220-8baa9a1a9735 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1359] 10.0.0.50 () {32 vars in 718 bytes} [Thu Apr 23 16:03:22 2026] DELETE /v2.0/ports/cf57dba6-0cfd-4b50-892a-e1e84967b6ae => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:03:22.399 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dc7d9b21-e0e4-4c37-ba6c-aa3b76585160'] response: {'server_uuid': '622e44ae-42c8-41df-9057-883213b6498b', 'name': 'network-vif-deleted', 'tag': 'c95d2586-a33f-4570-b220-8baa9a1a9735', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 681/1360] 10.0.0.50 () {32 vars in 641 bytes} [Thu Apr 23 16:03:22 2026] GET /v2.0/ports => generated 777 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:22.419 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4dad46f7-3366-439a-8729-b11b6d0c4e3d a1e55f709fae47eabe579505c03725cd 649cfdb936fd491c923d4b7fa3931d67 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 682/1361] 10.0.0.50 () {32 vars in 715 bytes} [Thu Apr 23 16:03:22 2026] GET /v2.0/ports/cf57dba6-0cfd-4b50-892a-e1e84967b6ae => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1362] 10.0.0.50 () {32 vars in 641 bytes} [Thu Apr 23 16:03:22 2026] GET /v2.0/ports => generated 777 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1363] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:22 2026] DELETE /v2.0/subnets/f5d527cf-d185-4859-b647-f26dc07d02d5 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1364] 10.0.0.50 () {32 vars in 715 bytes} [Thu Apr 23 16:03:22 2026] GET /v2.0/ports/ea56280e-f402-475e-aaf4-e38682bc772e => generated 774 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:22.553 7 INFO neutron.pecan_wsgi.hooks.translation [None req-91574a74-4f3c-4574-8e94-dc9b44968c06 a1e55f709fae47eabe579505c03725cd 649cfdb936fd491c923d4b7fa3931d67 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 685/1365] 10.0.0.50 () {32 vars in 718 bytes} [Thu Apr 23 16:03:22 2026] DELETE /v2.0/ports/c73fe652-38e5-47d6-a33c-6209edb9e310 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:03:22.581 7 INFO neutron.pecan_wsgi.hooks.translation [None req-61292531-5abb-4e70-8057-d00e3fd5b6c2 a1e55f709fae47eabe579505c03725cd 649cfdb936fd491c923d4b7fa3931d67 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 686/1366] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:22 2026] DELETE /v2.0/subnets/eea15076-cf65-42d7-86a6-7eb4f44f3047 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:03:22.606 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b508050a-0159-4525-8549-768ac8500267 a1e55f709fae47eabe579505c03725cd 649cfdb936fd491c923d4b7fa3931d67 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 687/1367] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:22 2026] DELETE /v2.0/subnets/d88c162e-fe6b-4637-8d4f-7bebe5437199 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1368] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:03:22 2026] DELETE /v2.0/networks/26b28f27-35a6-47b9-af6b-af2dc58d36c2 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1369] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:03:22 2026] GET /v2.0/ports?device_id=622e44ae-42c8-41df-9057-883213b6498b => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:03:22.705 7 INFO neutron_taas.services.taas.taas_plugin [None req-80d29f74-d59c-48ad-97b0-2e667bec2bd9 a1e55f709fae47eabe579505c03725cd 649cfdb936fd491c923d4b7fa3931d67 - - default default] TaaS: Handle Delete Port: ea56280e-f402-475e-aaf4-e38682bc772e 2026-04-23 16:03:22.707 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80d29f74-d59c-48ad-97b0-2e667bec2bd9 a1e55f709fae47eabe579505c03725cd 649cfdb936fd491c923d4b7fa3931d67 - - default default] Tap Mirror: Handle Delete Port: ea56280e-f402-475e-aaf4-e38682bc772e 2026-04-23 16:03:22.730 8 INFO neutron.db.segments_db [None req-69fad2bb-c86d-409a-925e-52c6b1e32265 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] Added segment 6959e9e8-2122-45c3-a02c-caeae22b4a67 of type vxlan for network a075d7c6-c202-4c0a-b552-95090f8faa87 [pid: 7|app: 0|req: 688/1370] 10.0.0.50 () {32 vars in 718 bytes} [Thu Apr 23 16:03:22 2026] DELETE /v2.0/ports/ea56280e-f402-475e-aaf4-e38682bc772e => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1371] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:03:22 2026] DELETE /v2.0/networks/fa8db71c-bef7-43aa-8929-42fcf97469eb => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:03:23.028 8 INFO neutron.db.l3_hamode_db [None req-69fad2bb-c86d-409a-925e-52c6b1e32265 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 16:03:23.469 8 INFO neutron.services.segments.plugin [-] Segment fcf7e5e3-4cbc-49f4-bc55-650ef87e71e5 resource provider aggregate not found 2026-04-23 16:03:23.485 8 INFO neutron.services.segments.plugin [-] Segment fcf7e5e3-4cbc-49f4-bc55-650ef87e71e5 resource provider aggregate not found 2026-04-23 16:03:23.516 8 INFO neutron.services.segments.plugin [-] Segment fcf7e5e3-4cbc-49f4-bc55-650ef87e71e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcf7e5e3-4cbc-49f4-bc55-650ef87e71e5 found for delete ", "request_id": "req-1ae4d5e0-3d41-4d8d-b4ba-f5cce63a3242"}]} 2026-04-23 16:03:23.516 8 INFO neutron.services.segments.plugin [-] Segment fcf7e5e3-4cbc-49f4-bc55-650ef87e71e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcf7e5e3-4cbc-49f4-bc55-650ef87e71e5 found for delete ", "request_id": "req-2cdf40b9-ff3f-486a-af6c-978d82fd1917"}]} 2026-04-23 16:03:23.643 7 WARNING neutron.db.securitygroups_db [None req-4976972b-5616-46bf-b5bd-52acdabd3d9f f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 690/1372] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:03:23 2026] GET /v2.0/security-groups?tenant_id=649cfdb936fd491c923d4b7fa3931d67&name=default => generated 2925 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1373] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:23 2026] DELETE /v2.0/security-groups/bc4b2333-dc1a-4ca3-b403-c3d840cfd7a1 => 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: 692/1374] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:03:23 2026] GET /v2.0/ports?device_id=622e44ae-42c8-41df-9057-883213b6498b => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:03:23.920 8 INFO neutron.db.l3_hamode_db [None req-69fad2bb-c86d-409a-925e-52c6b1e32265 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 16:03:24.174 7 INFO neutron.services.segments.plugin [-] Segment 9afc1f81-b1dc-490d-8e90-7b1ceb1c7449 resource provider aggregate not found 2026-04-23 16:03:24.177 7 INFO neutron.services.segments.plugin [-] Segment 9afc1f81-b1dc-490d-8e90-7b1ceb1c7449 resource provider aggregate not found 2026-04-23 16:03:24.198 7 INFO neutron.services.segments.plugin [-] Segment 9afc1f81-b1dc-490d-8e90-7b1ceb1c7449 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9afc1f81-b1dc-490d-8e90-7b1ceb1c7449 found for delete ", "request_id": "req-438d39c2-8fcd-41ab-930c-53c0f57ffc04"}]} 2026-04-23 16:03:24.200 7 INFO neutron.services.segments.plugin [-] Segment 9afc1f81-b1dc-490d-8e90-7b1ceb1c7449 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9afc1f81-b1dc-490d-8e90-7b1ceb1c7449 found for delete ", "request_id": "req-c6e3727f-b909-42e7-80f6-c4ee326338f5"}]} [pid: 8|app: 0|req: 683/1375] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:03:22 2026] POST /v2.0/routers => generated 691 bytes in 2231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:03:24.932 7 WARNING neutron.db.securitygroups_db [None req-fce21436-e03a-4c27-a737-96c37536a4e9 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 686/1378] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:03:24 2026] GET /v2.0/ports?device_id=622e44ae-42c8-41df-9057-883213b6498b => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1379] 10.0.0.50 () {32 vars in 719 bytes} [Thu Apr 23 16:03:24 2026] GET /v2.0/routers/fe4e0d7b-dbb2-4d78-b0f3-c1b965532586 => generated 697 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1380] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:03:24 2026] GET /v2.0/security-groups?tenant_id=520b7693e3b4466ca899fb5ed34ee027&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: 688/1381] 10.0.0.50 () {32 vars in 645 bytes} [Thu Apr 23 16:03:25 2026] GET /v2.0/routers => generated 700 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1382] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:25 2026] DELETE /v2.0/security-groups/445af618-11c2-4b1e-9c12-e8a2ea1715c5 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1383] 10.0.0.50 () {34 vars in 739 bytes} [Thu Apr 23 16:03:25 2026] PUT /v2.0/routers/fe4e0d7b-dbb2-4d78-b0f3-c1b965532586 => generated 704 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1384] 10.0.0.50 () {32 vars in 719 bytes} [Thu Apr 23 16:03:25 2026] GET /v2.0/routers/fe4e0d7b-dbb2-4d78-b0f3-c1b965532586 => generated 704 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1385] 10.0.0.50 () {32 vars in 734 bytes} [Thu Apr 23 16:03:25 2026] GET /v2.0/ports?device_id=fe4e0d7b-dbb2-4d78-b0f3-c1b965532586 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:03:25.858 7 INFO neutron_taas.services.taas.taas_plugin [None req-41d26b46-3d49-4233-9f81-36f1e9a5b437 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] TaaS: Handle Delete Port: a0873056-ded8-4489-b778-60c4b8afcb0a 2026-04-23 16:03:25.860 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41d26b46-3d49-4233-9f81-36f1e9a5b437 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] Tap Mirror: Handle Delete Port: a0873056-ded8-4489-b778-60c4b8afcb0a [pid: 8|app: 0|req: 690/1386] 10.0.0.50 () {34 vars in 682 bytes} [Thu Apr 23 16:03:25 2026] POST /v2.0/security-groups => generated 1624 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 16:03:26.119 7 INFO neutron_taas.services.taas.taas_plugin [None req-41d26b46-3d49-4233-9f81-36f1e9a5b437 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] TaaS: Handle Delete Port: 550aaed4-f65a-40bd-ba04-5df8706fb765 2026-04-23 16:03:26.122 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41d26b46-3d49-4233-9f81-36f1e9a5b437 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] Tap Mirror: Handle Delete Port: 550aaed4-f65a-40bd-ba04-5df8706fb765 2026-04-23 16:03:26.511 7 INFO neutron.services.segments.plugin [-] Segment 6959e9e8-2122-45c3-a02c-caeae22b4a67 resource provider aggregate not found 2026-04-23 16:03:26.515 8 INFO neutron_taas.services.taas.taas_plugin [None req-f61a1a36-60da-471c-b373-fc86fe407972 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: a3051053-87d1-4510-8952-d3e65e8d18ee 2026-04-23 16:03:26.518 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f61a1a36-60da-471c-b373-fc86fe407972 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: a3051053-87d1-4510-8952-d3e65e8d18ee 2026-04-23 16:03:26.522 7 INFO neutron.services.segments.plugin [-] Segment 6959e9e8-2122-45c3-a02c-caeae22b4a67 resource provider aggregate not found 2026-04-23 16:03:26.539 7 INFO neutron.services.segments.plugin [-] Segment 6959e9e8-2122-45c3-a02c-caeae22b4a67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6959e9e8-2122-45c3-a02c-caeae22b4a67 found for delete ", "request_id": "req-c6ba70fa-56f4-4307-8da2-a680135bb54e"}]} 2026-04-23 16:03:26.542 7 INFO neutron.services.segments.plugin [-] Segment 6959e9e8-2122-45c3-a02c-caeae22b4a67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6959e9e8-2122-45c3-a02c-caeae22b4a67 found for delete ", "request_id": "req-16684d30-7740-4757-8697-b48f23c9c588"}]} 2026-04-23 16:03:26.548 7 INFO neutron.db.l3_hamode_db [None req-41d26b46-3d49-4233-9f81-36f1e9a5b437 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] HA network a075d7c6-c202-4c0a-b552-95090f8faa87 was deleted as no HA routers are present in project 3acdabce429443ea94625b4b47294086. [pid: 7|app: 0|req: 697/1387] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:25 2026] DELETE /v2.0/routers/fe4e0d7b-dbb2-4d78-b0f3-c1b965532586 => generated 0 bytes in 900 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1388] 10.0.0.50 () {32 vars in 661 bytes} [Thu Apr 23 16:03:26 2026] GET /v2.0/security-groups => generated 4529 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1389] 10.0.0.50 () {32 vars in 734 bytes} [Thu Apr 23 16:03:26 2026] GET /v2.0/ports?device_id=fe4e0d7b-dbb2-4d78-b0f3-c1b965532586 => 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: 700/1390] 10.0.0.50 () {34 vars in 756 bytes} [Thu Apr 23 16:03:26 2026] PUT /v2.0/security-groups/dd6dc4f5-230a-4fbe-81b9-7ffc927165ad => generated 1664 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:03:26.719 7 INFO neutron.api.v2.resource [None req-ef7e808c-769a-445e-8ace-534bc18ae8d8 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 701/1391] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:26 2026] DELETE /v2.0/routers/fe4e0d7b-dbb2-4d78-b0f3-c1b965532586 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1392] 10.0.0.50 () {32 vars in 735 bytes} [Thu Apr 23 16:03:26 2026] GET /v2.0/security-groups/dd6dc4f5-230a-4fbe-81b9-7ffc927165ad => generated 1664 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1393] 10.0.0.50 () {32 vars in 734 bytes} [Thu Apr 23 16:03:26 2026] GET /v2.0/ports?device_id=d911dbea-2b93-42ff-bb97-82dcbc1a477b => 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: 704/1394] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:26 2026] DELETE /v2.0/security-groups/dd6dc4f5-230a-4fbe-81b9-7ffc927165ad => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:03:26.861 7 INFO neutron.api.v2.resource [None req-ea4a04ee-0630-4b52-be6e-22f70897b3ff ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 705/1395] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:26 2026] DELETE /v2.0/routers/d911dbea-2b93-42ff-bb97-82dcbc1a477b => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1396] 10.0.0.50 () {32 vars in 661 bytes} [Thu Apr 23 16:03:26 2026] GET /v2.0/security-groups => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:03:26.923 7 INFO neutron.pecan_wsgi.hooks.translation [None req-78986fab-2078-4313-bc63-f12e3c27575b ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 707/1397] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:26 2026] DELETE /v2.0/subnets/f5d527cf-d185-4859-b647-f26dc07d02d5 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:03:26.939 7 INFO neutron.api.v2.resource [None req-dc82fdb3-3db5-41e3-aba0-899b08f8d314 b1ed2844cdc34940afb1a6a258f3e423 74808127322444378b32fea12efc510d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 708/1398] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:26 2026] DELETE /v2.0/security-groups/dd6dc4f5-230a-4fbe-81b9-7ffc927165ad => 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: 709/1399] 10.0.0.50 () {32 vars in 734 bytes} [Thu Apr 23 16:03:26 2026] GET /v2.0/ports?device_id=9f7ce1ca-43e1-4346-b8a4-a8df55b65d63 => 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: 710/1400] 10.0.0.50 () {34 vars in 682 bytes} [Thu Apr 23 16:03:26 2026] POST /v2.0/security-groups => generated 1625 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 16:03:27.123 7 INFO neutron.api.v2.resource [None req-f468944c-c650-4f9e-9893-f7a1a5e36ac7 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 711/1401] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:27 2026] DELETE /v2.0/routers/9f7ce1ca-43e1-4346-b8a4-a8df55b65d63 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1402] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:03:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:03:27.276 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c3177744-9289-4fc6-820f-c61eb3a87af1 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 713/1403] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:27 2026] DELETE /v2.0/subnets/b90feb59-062b-4fce-a88f-285250a1fd0e => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1404] 10.0.0.50 () {32 vars in 745 bytes} [Thu Apr 23 16:03:27 2026] GET /v2.0/security-group-rules/65ddd8c0-0275-4940-8428-ac5e438fcede => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1405] 10.0.0.50 () {32 vars in 734 bytes} [Thu Apr 23 16:03:27 2026] GET /v2.0/ports?device_id=b482c387-b41a-4979-93f8-30044311cdfb => 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: 716/1406] 10.0.0.50 () {32 vars in 671 bytes} [Thu Apr 23 16:03:27 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:03:27.414 7 INFO neutron.api.v2.resource [None req-33ca34d9-186a-401e-a6ff-4cb267b14dac ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 717/1407] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:27 2026] DELETE /v2.0/routers/b482c387-b41a-4979-93f8-30044311cdfb => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1408] 10.0.0.50 () {32 vars in 748 bytes} [Thu Apr 23 16:03:27 2026] DELETE /v2.0/security-group-rules/65ddd8c0-0275-4940-8428-ac5e438fcede => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:03:27.518 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a273470d-7112-4f8a-9559-3ab4d966137b ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 719/1409] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:27 2026] DELETE /v2.0/subnets/f3d71efe-bc0f-4f80-87ad-a4bb280d72a2 => 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: 691/1410] 10.0.0.50 () {34 vars in 787 bytes} [Thu Apr 23 16:03:26 2026] PUT /v2.0/routers/6c862301-b7ae-4844-ae9a-8cbb19b3d858/remove_router_interface => generated 310 bytes in 1498 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:27.567 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8a2d241d-1afc-450c-a8b6-537c000d9596 ecc79d8472a1453dafd75b11df6858b3 3acdabce429443ea94625b4b47294086 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 692/1411] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:27 2026] DELETE /v2.0/subnets/b2b3bdf6-c5ab-433b-b8b8-a33baa584e86 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1412] 10.0.0.50 () {32 vars in 671 bytes} [Thu Apr 23 16:03:27 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1413] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:03:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1414] 10.0.0.50 () {32 vars in 745 bytes} [Thu Apr 23 16:03:27 2026] GET /v2.0/security-group-rules/7920fd24-f8a2-4640-91c7-355f37f7c88e => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:27.834 8 INFO neutron_taas.services.taas.taas_plugin [None req-b6e6ddd9-9da9-4e23-8623-0ab9eb2d54b7 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: 9a6ba27b-07da-4605-a836-10b512abe58b 2026-04-23 16:03:27.838 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6e6ddd9-9da9-4e23-8623-0ab9eb2d54b7 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: 9a6ba27b-07da-4605-a836-10b512abe58b [pid: 7|app: 0|req: 723/1415] 10.0.0.50 () {32 vars in 671 bytes} [Thu Apr 23 16:03:27 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1416] 10.0.0.50 () {32 vars in 748 bytes} [Thu Apr 23 16:03:27 2026] DELETE /v2.0/security-group-rules/7920fd24-f8a2-4640-91c7-355f37f7c88e => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1417] 10.0.0.50 () {32 vars in 671 bytes} [Thu Apr 23 16:03:27 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:03:28.048 7 INFO neutron.db.securitygroups_db [None req-5ffa5ccd-fc83-48ff-8759-b9b883cf4f0f b1ed2844cdc34940afb1a6a258f3e423 74808127322444378b32fea12efc510d - - default default] Project 74808127322444378b32fea12efc510d 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: 726/1418] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:03:28 2026] POST /v2.0/security-group-rules => generated 607 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1419] 10.0.0.50 () {32 vars in 745 bytes} [Thu Apr 23 16:03:28 2026] GET /v2.0/security-group-rules/4d706740-ffdf-4c1f-8626-789c2c4e84d8 => generated 607 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:28.153 8 INFO neutron_taas.services.taas.taas_plugin [None req-b6e6ddd9-9da9-4e23-8623-0ab9eb2d54b7 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: 1c52e320-7e7c-4962-a65f-4c7bf73e55df 2026-04-23 16:03:28.156 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6e6ddd9-9da9-4e23-8623-0ab9eb2d54b7 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: 1c52e320-7e7c-4962-a65f-4c7bf73e55df [pid: 7|app: 0|req: 728/1420] 10.0.0.50 () {32 vars in 671 bytes} [Thu Apr 23 16:03:28 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:03:28.388 7 WARNING neutron.db.securitygroups_db [None req-0721dfcc-fdfc-44d3-bda3-f1b74d02f082 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 729/1421] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:03:28 2026] GET /v2.0/security-groups?tenant_id=3acdabce429443ea94625b4b47294086&name=default => generated 2925 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1422] 10.0.0.50 () {32 vars in 748 bytes} [Thu Apr 23 16:03:28 2026] DELETE /v2.0/security-group-rules/4d706740-ffdf-4c1f-8626-789c2c4e84d8 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:03:28.527 8 INFO neutron.services.segments.plugin [-] Segment d45e0c0c-8c8d-40f7-b111-18080d9e624c resource provider aggregate not found 2026-04-23 16:03:28.532 8 INFO neutron.services.segments.plugin [-] Segment d45e0c0c-8c8d-40f7-b111-18080d9e624c resource provider aggregate not found 2026-04-23 16:03:28.557 8 INFO neutron.services.segments.plugin [-] Segment d45e0c0c-8c8d-40f7-b111-18080d9e624c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d45e0c0c-8c8d-40f7-b111-18080d9e624c found for delete ", "request_id": "req-3b3664df-4015-4e8a-bc95-37fb17ae34a1"}]} 2026-04-23 16:03:28.562 8 INFO neutron.services.segments.plugin [-] Segment d45e0c0c-8c8d-40f7-b111-18080d9e624c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d45e0c0c-8c8d-40f7-b111-18080d9e624c found for delete ", "request_id": "req-55e780cb-505f-468e-b509-3bdfff1ec8ab"}]} 2026-04-23 16:03:28.576 8 INFO neutron.db.l3_hamode_db [None req-b6e6ddd9-9da9-4e23-8623-0ab9eb2d54b7 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] HA network fe966837-7c0c-43f1-9eb1-1a58eba0fbac was deleted as no HA routers are present in project 1185e911be0d4ab382f59d987391717d. [pid: 8|app: 0|req: 693/1423] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:27 2026] DELETE /v2.0/routers/6c862301-b7ae-4844-ae9a-8cbb19b3d858 => generated 0 bytes in 1015 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1424] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:28 2026] DELETE /v2.0/security-groups/d3841082-edcc-45b8-9a7e-f45442fb2419 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1425] 10.0.0.50 () {32 vars in 671 bytes} [Thu Apr 23 16:03:28 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1426] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:28 2026] DELETE /v2.0/subnets/2733ad64-948c-4bd2-93a9-5146c88bd7f9 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1427] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:28 2026] DELETE /v2.0/security-groups/4ab53558-d22e-40e5-a717-8b60f817c2ff => 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: 696/1428] 10.0.0.50 () {32 vars in 661 bytes} [Thu Apr 23 16:03:28 2026] GET /v2.0/security-groups => generated 2925 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:03:28.892 7 INFO neutron_taas.services.taas.taas_plugin [None req-86bdb2fe-faec-4058-bfe9-49746ce0a8e2 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: e93e2956-57ba-4f3e-a55d-6e972b7dc37d 2026-04-23 16:03:28.896 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86bdb2fe-faec-4058-bfe9-49746ce0a8e2 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: e93e2956-57ba-4f3e-a55d-6e972b7dc37d [pid: 8|app: 0|req: 697/1429] 10.0.0.50 () {32 vars in 661 bytes} [Thu Apr 23 16:03:28 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:03:29.113 7 INFO neutron.services.segments.plugin [-] Segment 156f0bbf-aa05-4c49-a8d6-e7d4455d6a8d resource provider aggregate not found 2026-04-23 16:03:29.115 7 INFO neutron.services.segments.plugin [-] Segment 156f0bbf-aa05-4c49-a8d6-e7d4455d6a8d resource provider aggregate not found 2026-04-23 16:03:29.142 7 INFO neutron.services.segments.plugin [-] Segment 156f0bbf-aa05-4c49-a8d6-e7d4455d6a8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 156f0bbf-aa05-4c49-a8d6-e7d4455d6a8d found for delete ", "request_id": "req-c8e0029f-2865-4c36-a438-3b6b653b81f6"}]} 2026-04-23 16:03:29.142 7 INFO neutron.services.segments.plugin [-] Segment 156f0bbf-aa05-4c49-a8d6-e7d4455d6a8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 156f0bbf-aa05-4c49-a8d6-e7d4455d6a8d found for delete ", "request_id": "req-5bb8ac60-f2d0-4fa1-95bd-2531eb361b11"}]} [pid: 7|app: 0|req: 733/1430] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:03:28 2026] DELETE /v2.0/networks/c80250df-26b0-4072-884a-7ed044ff860a => generated 0 bytes in 364 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:03:29.337 8 WARNING neutron.db.securitygroups_db [None req-ce260bb5-1a42-4087-bd6d-cdb911343aa5 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 698/1431] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:03:29 2026] GET /v2.0/security-groups?tenant_id=1185e911be0d4ab382f59d987391717d&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: 734/1432] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:29 2026] DELETE /v2.0/security-groups/75f81ccd-36b8-4484-8885-f29ab4809caf => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:03:29.720 8 WARNING neutron.db.securitygroups_db [None req-bf7a7038-4e3c-427c-b965-d1eb689dd892 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 699/1433] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:03:29 2026] GET /v2.0/security-groups?tenant_id=74808127322444378b32fea12efc510d&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1434] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:29 2026] DELETE /v2.0/security-groups/dd0b50e2-26ce-4e41-a057-6af8de305b13 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:03:30.485 8 WARNING neutron.db.securitygroups_db [None req-bd2027ff-9a7e-4995-a414-09f39faf276e f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 700/1435] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:03:30 2026] GET /v2.0/security-groups?tenant_id=441aef1dabfa4ce0933e1d773746e99b&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1436] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:30 2026] DELETE /v2.0/security-groups/94445957-e8a3-4d7a-b1cc-7838502d1214 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1437] 10.0.0.50 () {34 vars in 682 bytes} [Thu Apr 23 16:03:31 2026] POST /v2.0/security-groups => generated 1625 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1438] 10.0.0.50 () {32 vars in 661 bytes} [Thu Apr 23 16:03:32 2026] GET /v2.0/security-groups => generated 4530 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1439] 10.0.0.50 () {34 vars in 756 bytes} [Thu Apr 23 16:03:32 2026] PUT /v2.0/security-groups/2fc31a4f-d657-480e-b771-abfdbc75a478 => generated 1663 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1440] 10.0.0.50 () {32 vars in 735 bytes} [Thu Apr 23 16:03:32 2026] GET /v2.0/security-groups/2fc31a4f-d657-480e-b771-abfdbc75a478 => generated 1663 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1441] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:32 2026] DELETE /v2.0/security-groups/2fc31a4f-d657-480e-b771-abfdbc75a478 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1442] 10.0.0.50 () {32 vars in 661 bytes} [Thu Apr 23 16:03:32 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) 2026-04-23 16:03:32.660 8 INFO neutron.api.v2.resource [None req-fee496de-83db-49c1-8ee6-355c4467b018 6ac074d7bb56489a86312d2efd16b912 03ba6d0209544a5fb978a5e5ab230ec0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 704/1443] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:32 2026] DELETE /v2.0/security-groups/2fc31a4f-d657-480e-b771-abfdbc75a478 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1444] 10.0.0.50 () {34 vars in 682 bytes} [Thu Apr 23 16:03:32 2026] POST /v2.0/security-groups => generated 1624 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 16:03:32.960 8 WARNING neutron.db.securitygroups_db [None req-14ae6fda-d7db-4a7b-8ffe-4f1ee5f1d8b8 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:03:33.038 7 INFO neutron.db.segments_db [None req-3e30324a-1c06-4eaa-a7cc-50c0d7f8ab00 effeea4d088b4518bc2304b3385d7596 e2fc89156ff34a3083171ad3a6a5e74d - - default default] Added segment 6eedab2d-8716-40c9-92fb-dd38d2b90f17 of type vxlan for network f3de818b-f2eb-481f-952c-9271b6ed97c3 [pid: 8|app: 0|req: 706/1445] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:03:32 2026] GET /v2.0/security-groups?tenant_id=32b5063f1d194aa78afe3aa0a3fa8ad5&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1446] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:03:32 2026] POST /v2.0/networks => generated 650 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1447] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:03:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1448] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:33 2026] DELETE /v2.0/security-groups/39ac2c8f-f9ff-4c1e-b427-a1b040accd10 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1449] 10.0.0.50 () {32 vars in 745 bytes} [Thu Apr 23 16:03:33 2026] GET /v2.0/security-group-rules/88396f4d-e972-4fbb-82c7-6d7761e32be2 => generated 601 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1450] 10.0.0.50 () {32 vars in 671 bytes} [Thu Apr 23 16:03:33 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1451] 10.0.0.50 () {32 vars in 748 bytes} [Thu Apr 23 16:03:33 2026] DELETE /v2.0/security-group-rules/88396f4d-e972-4fbb-82c7-6d7761e32be2 => 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: 708/1452] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:03:33 2026] POST /v2.0/subnets => generated 627 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1453] 10.0.0.50 () {32 vars in 671 bytes} [Thu Apr 23 16:03:33 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:03:33.529 8 INFO neutron.db.segments_db [None req-76147a12-6d7d-4eec-bfa7-b36e89a0c253 effeea4d088b4518bc2304b3385d7596 e2fc89156ff34a3083171ad3a6a5e74d - - default default] Added segment c55e04dd-e248-4fb0-8397-78497b35ae93 of type vxlan for network ae26d25b-5221-46cb-aa7f-39f34b9fe789 [pid: 7|app: 0|req: 746/1454] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:03:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1455] 10.0.0.50 () {32 vars in 745 bytes} [Thu Apr 23 16:03:33 2026] GET /v2.0/security-group-rules/02ae6203-d7f7-47f1-8ba9-b9ff50470509 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1456] 10.0.0.50 () {32 vars in 671 bytes} [Thu Apr 23 16:03:33 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: 749/1457] 10.0.0.50 () {32 vars in 748 bytes} [Thu Apr 23 16:03:33 2026] DELETE /v2.0/security-group-rules/02ae6203-d7f7-47f1-8ba9-b9ff50470509 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:03:33.838 8 INFO neutron.db.l3_hamode_db [None req-76147a12-6d7d-4eec-bfa7-b36e89a0c253 effeea4d088b4518bc2304b3385d7596 e2fc89156ff34a3083171ad3a6a5e74d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 750/1458] 10.0.0.50 () {32 vars in 671 bytes} [Thu Apr 23 16:03:33 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1459] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:03:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1460] 10.0.0.50 () {32 vars in 745 bytes} [Thu Apr 23 16:03:33 2026] GET /v2.0/security-group-rules/727872eb-96c5-4c7f-88c4-f82fced902bd => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1461] 10.0.0.50 () {32 vars in 671 bytes} [Thu Apr 23 16:03:33 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1462] 10.0.0.50 () {32 vars in 748 bytes} [Thu Apr 23 16:03:34 2026] DELETE /v2.0/security-group-rules/727872eb-96c5-4c7f-88c4-f82fced902bd => 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: 755/1463] 10.0.0.50 () {32 vars in 671 bytes} [Thu Apr 23 16:03:34 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1464] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:34 2026] DELETE /v2.0/security-groups/93aeeefa-930d-44ce-8267-de379eaef95a => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1465] 10.0.0.50 () {32 vars in 661 bytes} [Thu Apr 23 16:03:34 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: 7|app: 0|req: 758/1466] 10.0.0.50 () {32 vars in 661 bytes} [Thu Apr 23 16:03:34 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:03:34.678 8 INFO neutron.db.l3_hamode_db [None req-76147a12-6d7d-4eec-bfa7-b36e89a0c253 effeea4d088b4518bc2304b3385d7596 e2fc89156ff34a3083171ad3a6a5e74d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 16:03:35.020 7 WARNING neutron.db.securitygroups_db [None req-994eaf66-0b4b-4e4d-b8ba-e4b402ae56c4 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 759/1467] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:03:34 2026] GET /v2.0/security-groups?tenant_id=03ba6d0209544a5fb978a5e5ab230ec0&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:03:35.091 7 WARNING neutron.db.securitygroups_db [None req-0d79738b-5d3f-45c9-bcf6-e26a69e769ca f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 760/1468] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:03:35 2026] GET /v2.0/security-groups?tenant_id=077f286a1ba34504b44b8dd8cfd24388&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1469] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:35 2026] DELETE /v2.0/security-groups/3dbd09a3-e301-4675-98ad-134f237e25ef => 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: 762/1470] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:35 2026] DELETE /v2.0/security-groups/aa035109-3a04-41d8-83ca-25f6b3cff17d => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:03:35.576 7 WARNING neutron.db.securitygroups_db [None req-e6bdf237-e070-4336-80eb-c8654822782b f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 709/1471] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:03:33 2026] POST /v2.0/routers => generated 694 bytes in 2224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1472] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:03:35 2026] GET /v2.0/security-groups?tenant_id=4c306f8b9c664dd3b6750fa4473864d9&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1473] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:35 2026] DELETE /v2.0/security-groups/35b7a080-ebe3-42ee-9894-1c3877f6af68 => 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: 765/1474] 10.0.0.50 () {32 vars in 621 bytes} [Thu Apr 23 16:03:37 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1475] 10.0.0.50 () {34 vars in 781 bytes} [Thu Apr 23 16:03:35 2026] PUT /v2.0/routers/e8d1c390-3c56-48b3-a0da-b6348c983c4f/add_router_interface => generated 310 bytes in 1491 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1476] 10.0.0.50 () {32 vars in 631 bytes} [Thu Apr 23 16:03:37 2026] GET /v2.0/ => generated 632 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1477] 10.0.0.50 () {34 vars in 663 bytes} [Thu Apr 23 16:03:37 2026] POST /v2.0/ports => generated 958 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 16:03:37.920 8 WARNING neutron.db.securitygroups_db [None req-54880159-2ecf-4df6-958c-305de5055f5a f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 767/1478] 10.0.0.50 () {34 vars in 663 bytes} [Thu Apr 23 16:03:37 2026] POST /v2.0/ports => generated 958 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 712/1479] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:03:37 2026] GET /v2.0/security-groups?tenant_id=1d4f8fcb35114f93b3287489bb27b90e&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1480] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:38 2026] DELETE /v2.0/security-groups/cd0260cc-ce68-4854-a7a5-49a38a7871cd => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:03:38.821 7 INFO neutron.db.l3_db [None req-aaff8afe-2a5a-47a4-9bd3-81861474a199 effeea4d088b4518bc2304b3385d7596 e2fc89156ff34a3083171ad3a6a5e74d - - default default] Floating IP 63d195d0-958c-48a5-a9c2-a3b1003c4c57 associated. External IP: 10.96.250.210, port: f7e91ecc-3c24-46af-9b9f-822f2ffb9719. [pid: 7|app: 0|req: 768/1481] 10.0.0.50 () {34 vars in 675 bytes} [Thu Apr 23 16:03:38 2026] POST /v2.0/floatingips => generated 842 bytes in 1215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:03:39.335 8 INFO neutron.db.l3_db [None req-ff119028-11e4-47be-89fc-93fe30189d14 effeea4d088b4518bc2304b3385d7596 e2fc89156ff34a3083171ad3a6a5e74d - - default default] Floating IP 63d195d0-958c-48a5-a9c2-a3b1003c4c57 disassociated. External IP: 10.96.250.210, port: f7e91ecc-3c24-46af-9b9f-822f2ffb9719. [pid: 8|app: 0|req: 714/1482] 10.0.0.50 () {34 vars in 747 bytes} [Thu Apr 23 16:03:39 2026] PUT /v2.0/floatingips/63d195d0-958c-48a5-a9c2-a3b1003c4c57 => generated 552 bytes in 398 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:39.735 7 INFO neutron_taas.services.taas.taas_plugin [None req-ddb8ab25-ca73-4ce5-ac74-cc288801b425 effeea4d088b4518bc2304b3385d7596 e2fc89156ff34a3083171ad3a6a5e74d - - default default] TaaS: Handle Delete Port: d9953f4f-1e4d-48a5-a87b-02e58ac857cd 2026-04-23 16:03:39.737 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddb8ab25-ca73-4ce5-ac74-cc288801b425 effeea4d088b4518bc2304b3385d7596 e2fc89156ff34a3083171ad3a6a5e74d - - default default] Tap Mirror: Handle Delete Port: d9953f4f-1e4d-48a5-a87b-02e58ac857cd [pid: 7|app: 0|req: 769/1485] 10.0.0.50 () {32 vars in 730 bytes} [Thu Apr 23 16:03:39 2026] DELETE /v2.0/floatingips/63d195d0-958c-48a5-a9c2-a3b1003c4c57 => generated 0 bytes in 334 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:03:40.784 8 INFO neutron.db.l3_db [None req-ac989daf-2c36-4d27-b039-19b049e0f73a effeea4d088b4518bc2304b3385d7596 e2fc89156ff34a3083171ad3a6a5e74d - - default default] Floating IP 8b01d95a-8059-446a-85d6-36eb5359e9e1 associated. External IP: 10.96.250.213, port: 26bfc80d-6071-43fc-82d8-3777a8b8adb2. [pid: 8|app: 0|req: 717/1486] 10.0.0.50 () {34 vars in 675 bytes} [Thu Apr 23 16:03:39 2026] POST /v2.0/floatingips => generated 842 bytes in 1136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1487] 10.0.0.50 () {32 vars in 727 bytes} [Thu Apr 23 16:03:41 2026] GET /v2.0/floatingips/8b01d95a-8059-446a-85d6-36eb5359e9e1 => generated 842 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1488] 10.0.0.50 () {32 vars in 653 bytes} [Thu Apr 23 16:03:41 2026] GET /v2.0/floatingips => generated 845 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:41.461 8 INFO neutron.db.segments_db [None req-0af47d92-bbbd-4a2c-bcc1-c4b4888d33bc 3208ea278ee643c29013e3e61b20103c 4bdec1fc466a44f3a960e23b1650bf7a - - default default] Added segment b9fb1015-e4a7-42d7-b4db-107109750db4 of type vxlan for network 8db9e4ff-583e-4c39-af3a-3061a4fe92fd [pid: 8|app: 0|req: 718/1489] 10.0.0.50 () {34 vars in 669 bytes} [Thu Apr 23 16:03:41 2026] POST /v2.0/networks => generated 632 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:03:41.604 8 INFO neutron.db.segments_db [None req-74038354-1552-49da-8822-bb2eda7e077b 3208ea278ee643c29013e3e61b20103c 4bdec1fc466a44f3a960e23b1650bf7a - - default default] Added segment a238fcc3-3f63-4814-a372-7f72217d52cc of type vxlan for network 891f2c2e-3b06-4f5b-badc-899e9ce6efb9 2026-04-23 16:03:41.660 7 INFO neutron.db.l3_db [None req-0b8fcbfe-a722-4b2f-93fc-a0ae86ae89bb effeea4d088b4518bc2304b3385d7596 e2fc89156ff34a3083171ad3a6a5e74d - - default default] Floating IP 8b01d95a-8059-446a-85d6-36eb5359e9e1 associated. External IP: 10.96.250.213, port: 26bfc80d-6071-43fc-82d8-3777a8b8adb2. 2026-04-23 16:03:41.833 8 INFO neutron.db.l3_hamode_db [None req-74038354-1552-49da-8822-bb2eda7e077b 3208ea278ee643c29013e3e61b20103c 4bdec1fc466a44f3a960e23b1650bf7a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 772/1490] 10.0.0.50 () {34 vars in 747 bytes} [Thu Apr 23 16:03:41 2026] PUT /v2.0/floatingips/8b01d95a-8059-446a-85d6-36eb5359e9e1 => generated 842 bytes in 1045 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:42.422 7 INFO neutron.db.l3_db [None req-9393c358-4b72-45bf-99e1-93353f6a958a effeea4d088b4518bc2304b3385d7596 e2fc89156ff34a3083171ad3a6a5e74d - - default default] Floating IP 8b01d95a-8059-446a-85d6-36eb5359e9e1 disassociated. External IP: 10.96.250.213, port: f7e91ecc-3c24-46af-9b9f-822f2ffb9719. 2026-04-23 16:03:42.587 8 INFO neutron.db.l3_hamode_db [None req-74038354-1552-49da-8822-bb2eda7e077b 3208ea278ee643c29013e3e61b20103c 4bdec1fc466a44f3a960e23b1650bf7a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 773/1491] 10.0.0.50 () {34 vars in 747 bytes} [Thu Apr 23 16:03:42 2026] PUT /v2.0/floatingips/8b01d95a-8059-446a-85d6-36eb5359e9e1 => generated 552 bytes in 503 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:42.920 7 INFO neutron_taas.services.taas.taas_plugin [None req-87285cf0-0627-4336-abea-5fc74052cf8c effeea4d088b4518bc2304b3385d7596 e2fc89156ff34a3083171ad3a6a5e74d - - default default] TaaS: Handle Delete Port: 881b80ea-1fcd-4b79-a83a-98ad204c1319 2026-04-23 16:03:42.923 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87285cf0-0627-4336-abea-5fc74052cf8c effeea4d088b4518bc2304b3385d7596 e2fc89156ff34a3083171ad3a6a5e74d - - default default] Tap Mirror: Handle Delete Port: 881b80ea-1fcd-4b79-a83a-98ad204c1319 [pid: 7|app: 0|req: 774/1492] 10.0.0.50 () {32 vars in 730 bytes} [Thu Apr 23 16:03:42 2026] DELETE /v2.0/floatingips/8b01d95a-8059-446a-85d6-36eb5359e9e1 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:03:43.289 7 WARNING neutron.db.securitygroups_db [None req-719d7068-4783-4262-862e-97de078ac614 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 775/1493] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:03:43 2026] GET /v2.0/security-groups?tenant_id=7032273c800c4177bc8d8ea36f1336e5&name=default => generated 2925 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:03:43.428 7 INFO neutron.api.v2.resource [None req-93d0f441-848a-4857-9a41-768c3a2bee5d effeea4d088b4518bc2304b3385d7596 e2fc89156ff34a3083171ad3a6a5e74d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 776/1494] 10.0.0.50 () {32 vars in 730 bytes} [Thu Apr 23 16:03:43 2026] DELETE /v2.0/floatingips/8b01d95a-8059-446a-85d6-36eb5359e9e1 => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1495] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:43 2026] DELETE /v2.0/security-groups/3d0351f3-5629-4317-88df-ce5f01685d66 => 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: 719/1496] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:03:41 2026] POST /v2.0/routers => generated 695 bytes in 1990 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:03:43.658 7 INFO neutron_taas.services.taas.taas_plugin [None req-1bb6a3b8-195e-4db1-a77c-9e57bfc5f128 effeea4d088b4518bc2304b3385d7596 e2fc89156ff34a3083171ad3a6a5e74d - - default default] TaaS: Handle Delete Port: f7e91ecc-3c24-46af-9b9f-822f2ffb9719 2026-04-23 16:03:43.660 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bb6a3b8-195e-4db1-a77c-9e57bfc5f128 effeea4d088b4518bc2304b3385d7596 e2fc89156ff34a3083171ad3a6a5e74d - - default default] Tap Mirror: Handle Delete Port: f7e91ecc-3c24-46af-9b9f-822f2ffb9719 [pid: 8|app: 0|req: 720/1497] 10.0.0.50 () {32 vars in 774 bytes} [Thu Apr 23 16:03:43 2026] GET /v2.0/subnets?project_id=4bdec1fc466a44f3a960e23b1650bf7a&cidr=10.100.0.0%2F28 => generated 14 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:03:43.747 8 WARNING neutron.db.securitygroups_db [None req-e5c12137-ad5b-4493-b8b7-d2ea96903fbe f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 778/1498] 10.0.0.50 () {32 vars in 718 bytes} [Thu Apr 23 16:03:43 2026] DELETE /v2.0/ports/f7e91ecc-3c24-46af-9b9f-822f2ffb9719 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1499] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:03:43 2026] GET /v2.0/security-groups?tenant_id=898f80392f8146df87e617f03005eb1a&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1500] 10.0.0.50 () {32 vars in 692 bytes} [Thu Apr 23 16:03:43 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1501] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:43 2026] DELETE /v2.0/security-groups/f59f8dec-bb1c-490d-86a5-7213f949098e => 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: 781/1502] 10.0.0.50 () {32 vars in 782 bytes} [Thu Apr 23 16:03:43 2026] GET /v2.0/subnets?network_id=0ab1a6f2-2991-4db5-9b8d-73ad9a0cb05d&cidr=10.100.0.0%2F28 => generated 14 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:03:44.013 8 INFO neutron_taas.services.taas.taas_plugin [None req-638a77e6-17a6-46fb-aeff-b8ade5acd22d effeea4d088b4518bc2304b3385d7596 e2fc89156ff34a3083171ad3a6a5e74d - - default default] TaaS: Handle Delete Port: 26bfc80d-6071-43fc-82d8-3777a8b8adb2 2026-04-23 16:03:44.016 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-638a77e6-17a6-46fb-aeff-b8ade5acd22d effeea4d088b4518bc2304b3385d7596 e2fc89156ff34a3083171ad3a6a5e74d - - default default] Tap Mirror: Handle Delete Port: 26bfc80d-6071-43fc-82d8-3777a8b8adb2 [pid: 8|app: 0|req: 722/1503] 10.0.0.50 () {32 vars in 718 bytes} [Thu Apr 23 16:03:43 2026] DELETE /v2.0/ports/26bfc80d-6071-43fc-82d8-3777a8b8adb2 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1504] 10.0.0.50 () {32 vars in 734 bytes} [Thu Apr 23 16:03:44 2026] GET /v2.0/ports?device_id=e8d1c390-3c56-48b3-a0da-b6348c983c4f => generated 958 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:44.704 8 INFO neutron_taas.services.taas.taas_plugin [None req-1b9ab843-b9db-42ea-a72a-e1f491a26697 effeea4d088b4518bc2304b3385d7596 e2fc89156ff34a3083171ad3a6a5e74d - - default default] TaaS: Handle Delete Port: 04dc3c08-e67a-4bc0-84f3-ae6a22195d0e 2026-04-23 16:03:44.707 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b9ab843-b9db-42ea-a72a-e1f491a26697 effeea4d088b4518bc2304b3385d7596 e2fc89156ff34a3083171ad3a6a5e74d - - default default] Tap Mirror: Handle Delete Port: 04dc3c08-e67a-4bc0-84f3-ae6a22195d0e [pid: 7|app: 0|req: 782/1505] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:03:44 2026] POST /v2.0/subnets => generated 656 bytes in 743 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1506] 10.0.0.50 () {34 vars in 787 bytes} [Thu Apr 23 16:03:44 2026] PUT /v2.0/routers/e8d1c390-3c56-48b3-a0da-b6348c983c4f/remove_router_interface => generated 310 bytes in 1060 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:45.486 8 INFO neutron_taas.services.taas.taas_plugin [None req-a10ca0c7-2027-4f2f-bd72-24c4f0f2ce67 effeea4d088b4518bc2304b3385d7596 e2fc89156ff34a3083171ad3a6a5e74d - - default default] TaaS: Handle Delete Port: 7441ad6c-40c1-4408-b796-f39b5f94366b 2026-04-23 16:03:45.488 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a10ca0c7-2027-4f2f-bd72-24c4f0f2ce67 effeea4d088b4518bc2304b3385d7596 e2fc89156ff34a3083171ad3a6a5e74d - - default default] Tap Mirror: Handle Delete Port: 7441ad6c-40c1-4408-b796-f39b5f94366b 2026-04-23 16:03:45.759 8 INFO neutron_taas.services.taas.taas_plugin [None req-a10ca0c7-2027-4f2f-bd72-24c4f0f2ce67 effeea4d088b4518bc2304b3385d7596 e2fc89156ff34a3083171ad3a6a5e74d - - default default] TaaS: Handle Delete Port: 96089c71-93d5-4ac9-a119-b126f69370ce 2026-04-23 16:03:45.762 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a10ca0c7-2027-4f2f-bd72-24c4f0f2ce67 effeea4d088b4518bc2304b3385d7596 e2fc89156ff34a3083171ad3a6a5e74d - - default default] Tap Mirror: Handle Delete Port: 96089c71-93d5-4ac9-a119-b126f69370ce 2026-04-23 16:03:46.180 8 INFO neutron.services.segments.plugin [-] Segment c55e04dd-e248-4fb0-8397-78497b35ae93 resource provider aggregate not found 2026-04-23 16:03:46.183 8 INFO neutron.services.segments.plugin [-] Segment c55e04dd-e248-4fb0-8397-78497b35ae93 resource provider aggregate not found 2026-04-23 16:03:46.201 8 INFO neutron.db.l3_hamode_db [None req-a10ca0c7-2027-4f2f-bd72-24c4f0f2ce67 effeea4d088b4518bc2304b3385d7596 e2fc89156ff34a3083171ad3a6a5e74d - - default default] HA network ae26d25b-5221-46cb-aa7f-39f34b9fe789 was deleted as no HA routers are present in project e2fc89156ff34a3083171ad3a6a5e74d. 2026-04-23 16:03:46.210 8 INFO neutron.services.segments.plugin [-] Segment c55e04dd-e248-4fb0-8397-78497b35ae93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c55e04dd-e248-4fb0-8397-78497b35ae93 found for delete ", "request_id": "req-3e5b9c73-2c2e-4ebf-81ec-d23ae2c4f8a2"}]} [pid: 8|app: 0|req: 725/1507] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:45 2026] DELETE /v2.0/routers/e8d1c390-3c56-48b3-a0da-b6348c983c4f => generated 0 bytes in 910 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:03:46.219 8 INFO neutron.services.segments.plugin [-] Segment c55e04dd-e248-4fb0-8397-78497b35ae93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c55e04dd-e248-4fb0-8397-78497b35ae93 found for delete ", "request_id": "req-38f0881a-3a06-4179-9f6e-e3c4c4843574"}]} [pid: 7|app: 0|req: 783/1508] 10.0.0.50 () {34 vars in 781 bytes} [Thu Apr 23 16:03:44 2026] PUT /v2.0/routers/a3b9e2af-881c-444d-b2d0-c7832a54b1df/add_router_interface => generated 310 bytes in 1541 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1509] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:46 2026] DELETE /v2.0/subnets/b9c6e20d-cee3-457e-a6aa-353eeaa98892 => 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: 785/1510] 10.0.0.50 () {32 vars in 647 bytes} [Thu Apr 23 16:03:46 2026] GET /v2.0/networks => generated 4328 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:03:46.632 8 INFO neutron.db.segments_db [None req-d62818b7-3467-40f8-8768-57b4741abdaf 9b0198342a3e41989afb0b9e7f3ff04e 007b64af6e0e4ef1ba501c5fd9ada1fe - - default default] Added segment 01980360-37cd-4160-8d70-a0a228b5a6a3 of type vxlan for network 1761da62-ec2f-4648-8b91-faa0a1b39ed4 2026-04-23 16:03:46.705 8 INFO neutron.db.segments_db [None req-d62818b7-3467-40f8-8768-57b4741abdaf 9b0198342a3e41989afb0b9e7f3ff04e 007b64af6e0e4ef1ba501c5fd9ada1fe - - default default] Added segment a1d8d795-2cd1-4795-ae02-4af4ab8b7701 of type vxlan for network 5ede764c-062a-4c3e-a2e6-70f21865338c 2026-04-23 16:03:46.774 7 INFO neutron.services.segments.plugin [-] Segment 6eedab2d-8716-40c9-92fb-dd38d2b90f17 resource provider aggregate not found 2026-04-23 16:03:46.778 7 INFO neutron.services.segments.plugin [-] Segment 6eedab2d-8716-40c9-92fb-dd38d2b90f17 resource provider aggregate not found 2026-04-23 16:03:46.790 7 INFO neutron.services.segments.plugin [-] Segment 6eedab2d-8716-40c9-92fb-dd38d2b90f17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6eedab2d-8716-40c9-92fb-dd38d2b90f17 found for delete ", "request_id": "req-3675d10a-b97b-4767-8c5d-cf17a73475e1"}]} 2026-04-23 16:03:46.804 7 INFO neutron.services.segments.plugin [-] Segment 6eedab2d-8716-40c9-92fb-dd38d2b90f17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6eedab2d-8716-40c9-92fb-dd38d2b90f17 found for delete ", "request_id": "req-69fb05f3-adcb-48b1-94f3-68e531d211b6"}]} [pid: 7|app: 0|req: 786/1511] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:03:46 2026] DELETE /v2.0/networks/f3de818b-f2eb-481f-952c-9271b6ed97c3 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1512] 10.0.0.50 () {32 vars in 645 bytes} [Thu Apr 23 16:03:46 2026] GET /v2.0/subnets => generated 2595 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1513] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:03:46 2026] POST /v2.0/networks => generated 1244 bytes in 665 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1514] 10.0.0.50 () {32 vars in 647 bytes} [Thu Apr 23 16:03:46 2026] GET /v2.0/networks => generated 1843 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1515] 10.0.0.50 () {32 vars in 645 bytes} [Thu Apr 23 16:03:46 2026] GET /v2.0/routers => generated 738 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1516] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:03:46 2026] DELETE /v2.0/networks/1761da62-ec2f-4648-8b91-faa0a1b39ed4 => 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: 789/1517] 10.0.0.50 () {34 vars in 683 bytes} [Thu Apr 23 16:03:47 2026] POST /v2.0/security-groups => generated 1675 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1518] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:03:47 2026] DELETE /v2.0/networks/5ede764c-062a-4c3e-a2e6-70f21865338c => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1519] 10.0.0.50 () {32 vars in 647 bytes} [Thu Apr 23 16:03:47 2026] GET /v2.0/networks => generated 651 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1520] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:03:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:03:47.360 8 INFO neutron.db.segments_db [None req-03e4d4b8-5c4e-4737-9b24-2e2ca4621446 9b0198342a3e41989afb0b9e7f3ff04e 007b64af6e0e4ef1ba501c5fd9ada1fe - - default default] Added segment 30ba9559-0633-4baf-acad-9f9e5bfd4917 of type vxlan for network a29ea52f-c497-429b-bb1b-8b8d8bb1a27a [pid: 8|app: 0|req: 731/1521] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:03:47 2026] POST /v2.0/networks => generated 654 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1522] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:03:47 2026] POST /v2.0/security-group-rules => generated 596 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:03:47.520 8 INFO neutron.db.segments_db [None req-4830a187-b950-42f4-aa22-0b4ce64a4a97 9b0198342a3e41989afb0b9e7f3ff04e 007b64af6e0e4ef1ba501c5fd9ada1fe - - default default] Added segment 107ff510-e75b-413e-8248-9ee62276e825 of type vxlan for network 23d38737-c03e-4116-9c15-8e60614285fe [pid: 7|app: 0|req: 792/1523] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:03:47 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1524] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:03:47 2026] POST /v2.0/networks => generated 653 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:03:47.735 7 WARNING neutron.db.securitygroups_db [None req-2b04c4f2-dac7-416e-b8d8-aca19b94f6e0 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:03:47.737 8 WARNING neutron.db.securitygroups_db [None req-aa9dca30-7cac-403e-af6b-7a14e8c9f0cd f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 793/1525] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:03:47 2026] GET /v2.0/security-groups?tenant_id=e2fc89156ff34a3083171ad3a6a5e74d&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1526] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:03:47 2026] GET /v2.0/security-groups?tenant_id=c6e43d804af640588961c24b43c5422b&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1527] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:03:47 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: 795/1528] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:47 2026] DELETE /v2.0/security-groups/61123eb4-b7f4-4374-9392-47f92b75a949 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1529] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:48 2026] DELETE /v2.0/security-groups/3928d80f-513e-4f10-832e-a5a9ffaa6afd => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:03:48.193 7 INFO neutron.db.securitygroups_db [None req-7f1b7719-dcc6-4ecf-9cf2-d68b9d2245ba 3208ea278ee643c29013e3e61b20103c 4bdec1fc466a44f3a960e23b1650bf7a - - default default] Project 4bdec1fc466a44f3a960e23b1650bf7a added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-23 16:03:48.241 8 INFO neutron.services.segments.plugin [-] Segment 01980360-37cd-4160-8d70-a0a228b5a6a3 resource provider aggregate not found 2026-04-23 16:03:48.246 8 INFO neutron.services.segments.plugin [-] Segment 01980360-37cd-4160-8d70-a0a228b5a6a3 resource provider aggregate not found 2026-04-23 16:03:48.263 8 INFO neutron.services.segments.plugin [-] Segment 01980360-37cd-4160-8d70-a0a228b5a6a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01980360-37cd-4160-8d70-a0a228b5a6a3 found for delete ", "request_id": "req-0125eb12-2c9b-44aa-8d77-9b6260ba7a4f"}]} 2026-04-23 16:03:48.267 8 INFO neutron.services.segments.plugin [-] Segment 01980360-37cd-4160-8d70-a0a228b5a6a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01980360-37cd-4160-8d70-a0a228b5a6a3 found for delete ", "request_id": "req-e719c1a2-0058-44bb-9f7a-b63a7b35e13e"}]} 2026-04-23 16:03:48.290 8 INFO neutron.services.segments.plugin [-] Segment a1d8d795-2cd1-4795-ae02-4af4ab8b7701 resource provider aggregate not found 2026-04-23 16:03:48.293 8 INFO neutron.services.segments.plugin [-] Segment a1d8d795-2cd1-4795-ae02-4af4ab8b7701 resource provider aggregate not found [pid: 7|app: 0|req: 797/1530] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:03:48 2026] POST /v2.0/security-group-rules => generated 607 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:03:48.314 8 INFO neutron.services.segments.plugin [-] Segment a1d8d795-2cd1-4795-ae02-4af4ab8b7701 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1d8d795-2cd1-4795-ae02-4af4ab8b7701 found for delete ", "request_id": "req-1e1a07b4-7a6f-48af-bc24-c6ee2805e12c"}]} 2026-04-23 16:03:48.319 8 INFO neutron.services.segments.plugin [-] Segment a1d8d795-2cd1-4795-ae02-4af4ab8b7701 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1d8d795-2cd1-4795-ae02-4af4ab8b7701 found for delete ", "request_id": "req-c7e041e6-27ee-43de-84bf-d227f5990097"}]} 2026-04-23 16:03:48.334 7 INFO neutron.db.securitygroups_db [None req-ee901564-de3f-472d-abc7-f80d9b656028 3208ea278ee643c29013e3e61b20103c 4bdec1fc466a44f3a960e23b1650bf7a - - default default] Project 4bdec1fc466a44f3a960e23b1650bf7a 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: 798/1531] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:03:48 2026] POST /v2.0/security-group-rules => generated 606 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1532] 10.0.0.50 () {34 vars in 663 bytes} [Thu Apr 23 16:03:47 2026] POST /v2.0/ports => generated 1505 bytes in 742 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1533] 10.0.0.50 () {32 vars in 641 bytes} [Thu Apr 23 16:03:48 2026] GET /v2.0/ports => generated 1505 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 16:03:48.852 8 INFO neutron_taas.services.taas.taas_plugin [None req-bdf00667-15b3-4a72-b3cd-c91a6f2ad03a 9b0198342a3e41989afb0b9e7f3ff04e 007b64af6e0e4ef1ba501c5fd9ada1fe - - default default] TaaS: Handle Delete Port: 548338be-c20c-4ba0-9a9e-95a4c7d53891 2026-04-23 16:03:48.854 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bdf00667-15b3-4a72-b3cd-c91a6f2ad03a 9b0198342a3e41989afb0b9e7f3ff04e 007b64af6e0e4ef1ba501c5fd9ada1fe - - default default] Tap Mirror: Handle Delete Port: 548338be-c20c-4ba0-9a9e-95a4c7d53891 [pid: 7|app: 0|req: 800/1534] 10.0.0.50 () {32 vars in 647 bytes} [Thu Apr 23 16:03:48 2026] GET /v2.0/networks => generated 1297 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1535] 10.0.0.50 () {32 vars in 718 bytes} [Thu Apr 23 16:03:48 2026] DELETE /v2.0/ports/548338be-c20c-4ba0-9a9e-95a4c7d53891 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:03:49.085 8 WARNING neutron.db.securitygroups_db [req-c122ad7f-bc4b-4038-b4fd-67bb6d994b14 req-d61b1109-7c4b-4956-abb6-75474f5c0878 3208ea278ee643c29013e3e61b20103c 4bdec1fc466a44f3a960e23b1650bf7a - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:03:49.108 7 INFO neutron_taas.services.taas.taas_plugin [None req-7358db27-360e-448d-b04a-04a97460c3db 9b0198342a3e41989afb0b9e7f3ff04e 007b64af6e0e4ef1ba501c5fd9ada1fe - - default default] TaaS: Handle Delete Port: a1d202cd-3485-42ab-bfa1-5b43d2060734 2026-04-23 16:03:49.112 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7358db27-360e-448d-b04a-04a97460c3db 9b0198342a3e41989afb0b9e7f3ff04e 007b64af6e0e4ef1ba501c5fd9ada1fe - - default default] Tap Mirror: Handle Delete Port: a1d202cd-3485-42ab-bfa1-5b43d2060734 [pid: 8|app: 0|req: 736/1536] 10.0.0.164 () {34 vars in 1099 bytes} [Thu Apr 23 16:03:49 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1504472242&fields=id&tenant_id=4bdec1fc466a44f3a960e23b1650bf7a => generated 69 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1537] 10.0.0.164 () {34 vars in 981 bytes} [Thu Apr 23 16:03:49 2026] GET /v2.0/networks?id=8db9e4ff-583e-4c39-af3a-3061a4fe92fd => generated 660 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1538] 10.0.0.50 () {32 vars in 718 bytes} [Thu Apr 23 16:03:48 2026] DELETE /v2.0/ports/a1d202cd-3485-42ab-bfa1-5b43d2060734 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1539] 10.0.0.164 () {34 vars in 964 bytes} [Thu Apr 23 16:03:49 2026] GET /v2.0/quotas/4bdec1fc466a44f3a960e23b1650bf7a => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1540] 10.0.0.50 () {32 vars in 641 bytes} [Thu Apr 23 16:03:49 2026] GET /v2.0/ports => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1541] 10.0.0.164 () {34 vars in 1001 bytes} [Thu Apr 23 16:03:49 2026] GET /v2.0/ports?tenant_id=4bdec1fc466a44f3a960e23b1650bf7a&fields=id => generated 103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:49.324 7 INFO neutron.db.segments_db [None req-720e26d5-34fb-497d-9bbe-fc6d30d643b2 9b0198342a3e41989afb0b9e7f3ff04e 007b64af6e0e4ef1ba501c5fd9ada1fe - - default default] Added segment 84ef33a8-c5df-4ecb-ab3a-268c10a82133 of type vxlan for network fe13b708-fc60-4726-b375-14a0774c27d6 [pid: 8|app: 0|req: 740/1542] 10.0.0.164 () {34 vars in 1007 bytes} [Thu Apr 23 16:03:49 2026] GET /v2.0/networks/8db9e4ff-583e-4c39-af3a-3061a4fe92fd?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: 803/1543] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:03:49 2026] POST /v2.0/networks => generated 654 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1544] 10.0.0.164 () {34 vars in 1107 bytes} [Thu Apr 23 16:03:49 2026] GET /v2.0/networks/8db9e4ff-583e-4c39-af3a-3061a4fe92fd?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) 2026-04-23 16:03:49.475 7 INFO neutron.db.segments_db [None req-78736f93-1bd7-4a55-bce8-6b056ac1eb35 9b0198342a3e41989afb0b9e7f3ff04e 007b64af6e0e4ef1ba501c5fd9ada1fe - - default default] Added segment 1f88fc5c-7bca-4be7-94cd-2445284fb909 of type vxlan for network d0f87dce-b17e-46b5-8f50-bf0fa9a6aa8e [pid: 7|app: 0|req: 804/1545] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:03:49 2026] POST /v2.0/networks => generated 654 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1546] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:03:49 2026] GET /v2.0/ports?device_id=e09b342d-9c11-4a2b-96d0-c05a6d374eff => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:03:50.277 7 INFO neutron.db.segments_db [None req-14804681-2498-4937-8160-029609cd40ae 9484fb30e98340409b5ab419690354e8 272b45df1a72440e97ee95f34b1ac7ab - - default default] Added segment fd72cfa8-7fc9-41b8-9bd8-2758607a5742 of type vxlan for network 8bb16fbf-fe33-4969-8f34-11e8c7f67b48 [pid: 7|app: 0|req: 805/1547] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:03:49 2026] POST /v2.0/networks => generated 643 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1548] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:03:50 2026] POST /v2.0/subnets => generated 1323 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1549] 10.0.0.50 () {32 vars in 645 bytes} [Thu Apr 23 16:03:50 2026] GET /v2.0/subnets => generated 1959 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1550] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:03:50 2026] POST /v2.0/subnets => generated 641 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1551] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:50 2026] DELETE /v2.0/subnets/dd4c3060-649d-4414-81ee-ad97657cfbf1 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1552] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:03:50 2026] GET /v2.0/ports?device_id=e09b342d-9c11-4a2b-96d0-c05a6d374eff => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:03:50.752 7 INFO neutron.db.segments_db [None req-273b7325-c67c-44eb-a6c7-6fee7754f923 9484fb30e98340409b5ab419690354e8 272b45df1a72440e97ee95f34b1ac7ab - - default default] Added segment f48691d2-8f4f-43ef-a020-af67bd3b1195 of type vxlan for network 0c90706e-0263-483b-a864-10bb5ca08ba3 [pid: 7|app: 0|req: 807/1553] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:03:50 2026] POST /v2.0/networks => generated 643 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1554] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:50 2026] DELETE /v2.0/subnets/db30636c-f106-4e68-8c47-e7642899be6a => 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: 748/1555] 10.0.0.50 () {32 vars in 645 bytes} [Thu Apr 23 16:03:50 2026] GET /v2.0/subnets => generated 649 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1556] 10.0.0.50 () {34 vars in 741 bytes} [Thu Apr 23 16:03:50 2026] PUT /v2.0/networks/0c90706e-0263-483b-a864-10bb5ca08ba3 => generated 592 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:51.046 8 INFO neutron.services.segments.plugin [-] Segment 1f88fc5c-7bca-4be7-94cd-2445284fb909 resource provider aggregate not found 2026-04-23 16:03:51.056 8 INFO neutron.services.segments.plugin [-] Segment 1f88fc5c-7bca-4be7-94cd-2445284fb909 resource provider aggregate not found 2026-04-23 16:03:51.066 8 INFO neutron.services.segments.plugin [-] Segment 1f88fc5c-7bca-4be7-94cd-2445284fb909 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f88fc5c-7bca-4be7-94cd-2445284fb909 found for delete ", "request_id": "req-6d132b00-d5b8-4e0d-95a1-a7791c12e2f9"}]} 2026-04-23 16:03:51.076 8 INFO neutron.services.segments.plugin [-] Segment 1f88fc5c-7bca-4be7-94cd-2445284fb909 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f88fc5c-7bca-4be7-94cd-2445284fb909 found for delete ", "request_id": "req-2ddb7858-c5f8-4fe8-85ce-18577be76ea0"}]} [pid: 8|app: 0|req: 749/1557] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:03:50 2026] DELETE /v2.0/networks/d0f87dce-b17e-46b5-8f50-bf0fa9a6aa8e => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1558] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:03:50 2026] POST /v2.0/subnets => generated 626 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1559] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:03:51 2026] DELETE /v2.0/networks/fe13b708-fc60-4726-b375-14a0774c27d6 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1560] 10.0.0.50 () {34 vars in 739 bytes} [Thu Apr 23 16:03:51 2026] PUT /v2.0/subnets/554bc703-0a92-4519-a690-5d9556f5267a => generated 636 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1561] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:03:51 2026] DELETE /v2.0/networks/23d38737-c03e-4116-9c15-8e60614285fe => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1562] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:03:51 2026] DELETE /v2.0/networks/a29ea52f-c497-429b-bb1b-8b8d8bb1a27a => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:03:51.560 7 INFO neutron.services.segments.plugin [-] Segment f48691d2-8f4f-43ef-a020-af67bd3b1195 resource provider aggregate not found 2026-04-23 16:03:51.567 7 INFO neutron.services.segments.plugin [-] Segment f48691d2-8f4f-43ef-a020-af67bd3b1195 resource provider aggregate not found 2026-04-23 16:03:51.586 7 INFO neutron.services.segments.plugin [-] Segment f48691d2-8f4f-43ef-a020-af67bd3b1195 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f48691d2-8f4f-43ef-a020-af67bd3b1195 found for delete ", "request_id": "req-9347a2b2-d715-4fcf-a366-425576cb0bc8"}]} 2026-04-23 16:03:51.587 7 INFO neutron.services.segments.plugin [-] Segment f48691d2-8f4f-43ef-a020-af67bd3b1195 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f48691d2-8f4f-43ef-a020-af67bd3b1195 found for delete ", "request_id": "req-364acb5b-2df0-4713-b40a-676d3f9e035c"}]} [pid: 7|app: 0|req: 811/1563] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:03:51 2026] DELETE /v2.0/networks/0c90706e-0263-483b-a864-10bb5ca08ba3 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:03:51.627 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6a53e850-d5b4-4869-a6f9-01f13d69e46e 9484fb30e98340409b5ab419690354e8 272b45df1a72440e97ee95f34b1ac7ab - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 753/1564] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:03:51 2026] DELETE /v2.0/networks/0c90706e-0263-483b-a864-10bb5ca08ba3 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1565] 10.0.0.50 () {32 vars in 692 bytes} [Thu Apr 23 16:03:51 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1566] 10.0.0.50 () {32 vars in 740 bytes} [Thu Apr 23 16:03:51 2026] GET /v2.0/subnets?network_id=0ab1a6f2-2991-4db5-9b8d-73ad9a0cb05d => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1567] 10.0.0.50 () {32 vars in 651 bytes} [Thu Apr 23 16:03:51 2026] GET /v2.0/extensions => generated 22037 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1568] 10.0.0.50 () {32 vars in 647 bytes} [Thu Apr 23 16:03:51 2026] GET /v2.0/networks => generated 1308 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1569] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:03:51 2026] GET /v2.0/ports?device_id=e09b342d-9c11-4a2b-96d0-c05a6d374eff => 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: 814/1570] 10.0.0.50 () {32 vars in 645 bytes} [Thu Apr 23 16:03:51 2026] GET /v2.0/subnets => generated 1280 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1571] 10.0.0.50 () {32 vars in 721 bytes} [Thu Apr 23 16:03:51 2026] GET /v2.0/networks/8bb16fbf-fe33-4969-8f34-11e8c7f67b48 => generated 668 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1572] 10.0.0.50 () {32 vars in 719 bytes} [Thu Apr 23 16:03:51 2026] GET /v2.0/subnets/83ee92c0-69d7-40f9-8221-6e57c87411da => generated 641 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:51.998 8 INFO neutron.pecan_wsgi.hooks.translation [None req-452f89cd-7318-4ab6-99f8-b14d65155a87 9484fb30e98340409b5ab419690354e8 272b45df1a72440e97ee95f34b1ac7ab - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 758/1573] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:51 2026] DELETE /v2.0/subnets/554bc703-0a92-4519-a690-5d9556f5267a => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:03:52.024 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fb25b859-ea35-4184-92f5-ed612a276c01 9484fb30e98340409b5ab419690354e8 272b45df1a72440e97ee95f34b1ac7ab - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 816/1574] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:03:52 2026] DELETE /v2.0/networks/0c90706e-0263-483b-a864-10bb5ca08ba3 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1575] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:03:52 2026] DELETE /v2.0/subnets/83ee92c0-69d7-40f9-8221-6e57c87411da => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:03:52.204 7 WARNING neutron.db.securitygroups_db [None req-c62526fd-53b8-41b8-9020-6da296c07272 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 817/1576] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:03:52 2026] GET /v2.0/security-groups?tenant_id=007b64af6e0e4ef1ba501c5fd9ada1fe&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1577] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:03:52 2026] DELETE /v2.0/networks/8bb16fbf-fe33-4969-8f34-11e8c7f67b48 => 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: 818/1578] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:52 2026] DELETE /v2.0/security-groups/a2cae6d1-21a4-476d-9b0c-88eb920ac124 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:03:52.878 8 WARNING neutron.db.securitygroups_db [None req-df32acd5-385b-4b8f-89f8-f95c1d5e8b7d f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 761/1579] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:03:52 2026] GET /v2.0/security-groups?tenant_id=272b45df1a72440e97ee95f34b1ac7ab&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: 762/1580] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:03:52 2026] GET /v2.0/ports?device_id=e09b342d-9c11-4a2b-96d0-c05a6d374eff => 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: 819/1581] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:52 2026] DELETE /v2.0/security-groups/61015cad-9018-438e-983e-118def17aa09 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:03:53.085 8 INFO neutron.services.segments.plugin [-] Segment 84ef33a8-c5df-4ecb-ab3a-268c10a82133 resource provider aggregate not found 2026-04-23 16:03:53.101 8 INFO neutron.services.segments.plugin [-] Segment 84ef33a8-c5df-4ecb-ab3a-268c10a82133 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84ef33a8-c5df-4ecb-ab3a-268c10a82133 found for delete ", "request_id": "req-953fe7d2-db82-4212-968e-08fcf418d043"}]} 2026-04-23 16:03:53.107 8 INFO neutron.services.segments.plugin [-] Segment 84ef33a8-c5df-4ecb-ab3a-268c10a82133 resource provider aggregate not found 2026-04-23 16:03:53.127 8 INFO neutron.services.segments.plugin [-] Segment 84ef33a8-c5df-4ecb-ab3a-268c10a82133 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84ef33a8-c5df-4ecb-ab3a-268c10a82133 found for delete ", "request_id": "req-1489c095-86af-49be-9088-e1aa89e7c546"}]} 2026-04-23 16:03:53.130 8 INFO neutron.services.segments.plugin [-] Segment 107ff510-e75b-413e-8248-9ee62276e825 resource provider aggregate not found 2026-04-23 16:03:53.146 8 INFO neutron.services.segments.plugin [-] Segment 107ff510-e75b-413e-8248-9ee62276e825 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 107ff510-e75b-413e-8248-9ee62276e825 found for delete ", "request_id": "req-6dad8604-a4bf-47da-8678-2d103d801127"}]} 2026-04-23 16:03:53.150 8 INFO neutron.services.segments.plugin [-] Segment 107ff510-e75b-413e-8248-9ee62276e825 resource provider aggregate not found 2026-04-23 16:03:53.165 8 INFO neutron.services.segments.plugin [-] Segment 30ba9559-0633-4baf-acad-9f9e5bfd4917 resource provider aggregate not found 2026-04-23 16:03:53.171 8 INFO neutron.services.segments.plugin [-] Segment 107ff510-e75b-413e-8248-9ee62276e825 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 107ff510-e75b-413e-8248-9ee62276e825 found for delete ", "request_id": "req-ac1a41bf-b7dd-45af-9261-771e8f5c6d12"}]} 2026-04-23 16:03:53.187 8 INFO neutron.services.segments.plugin [-] Segment 30ba9559-0633-4baf-acad-9f9e5bfd4917 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30ba9559-0633-4baf-acad-9f9e5bfd4917 found for delete ", "request_id": "req-d5163069-4918-4020-ad8d-b49f413d8bf9"}]} 2026-04-23 16:03:53.193 8 INFO neutron.services.segments.plugin [-] Segment 30ba9559-0633-4baf-acad-9f9e5bfd4917 resource provider aggregate not found 2026-04-23 16:03:53.207 8 INFO neutron.services.segments.plugin [-] Segment fd72cfa8-7fc9-41b8-9bd8-2758607a5742 resource provider aggregate not found 2026-04-23 16:03:53.211 8 INFO neutron.services.segments.plugin [-] Segment 30ba9559-0633-4baf-acad-9f9e5bfd4917 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30ba9559-0633-4baf-acad-9f9e5bfd4917 found for delete ", "request_id": "req-fe5ebc07-3022-439d-8248-70e86a1ae0df"}]} 2026-04-23 16:03:53.222 8 INFO neutron.services.segments.plugin [-] Segment fd72cfa8-7fc9-41b8-9bd8-2758607a5742 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd72cfa8-7fc9-41b8-9bd8-2758607a5742 found for delete ", "request_id": "req-f4636803-d41f-4231-b5e3-9dd7c56742cb"}]} 2026-04-23 16:03:53.231 8 INFO neutron.services.segments.plugin [-] Segment fd72cfa8-7fc9-41b8-9bd8-2758607a5742 resource provider aggregate not found 2026-04-23 16:03:53.248 8 INFO neutron.services.segments.plugin [-] Segment fd72cfa8-7fc9-41b8-9bd8-2758607a5742 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd72cfa8-7fc9-41b8-9bd8-2758607a5742 found for delete ", "request_id": "req-98da57e3-836d-452f-ab20-8a67c5684775"}]} [pid: 8|app: 0|req: 763/1582] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:03:53 2026] GET /v2.0/networks?id=8db9e4ff-583e-4c39-af3a-3061a4fe92fd => generated 660 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:53.920 7 WARNING neutron.db.securitygroups_db [req-c122ad7f-bc4b-4038-b4fd-67bb6d994b14 req-9771c226-cddc-4a13-881d-3883e6933771 3208ea278ee643c29013e3e61b20103c 4bdec1fc466a44f3a960e23b1650bf7a - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 820/1583] 199.204.45.57 () {34 vars in 1048 bytes} [Thu Apr 23 16:03:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4bdec1fc466a44f3a960e23b1650bf7a => generated 181 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1584] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:03:54 2026] GET /v2.0/ports?device_id=e09b342d-9c11-4a2b-96d0-c05a6d374eff => 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: 764/1585] 199.204.45.57 () {38 vars in 953 bytes} [Thu Apr 23 16:03:53 2026] POST /v2.0/ports => generated 958 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 822/1586] 10.0.0.50 () {34 vars in 675 bytes} [Thu Apr 23 16:03:54 2026] POST /v2.0/subnetpools => generated 549 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1587] 10.0.0.50 () {32 vars in 727 bytes} [Thu Apr 23 16:03:54 2026] GET /v2.0/subnetpools/b3e97936-8eba-4fa9-9b08-4be7dd9fd777 => generated 549 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1588] 10.0.0.50 () {34 vars in 747 bytes} [Thu Apr 23 16:03:54 2026] PUT /v2.0/subnetpools/b3e97936-8eba-4fa9-9b08-4be7dd9fd777 => generated 500 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1589] 10.0.0.50 () {32 vars in 730 bytes} [Thu Apr 23 16:03:54 2026] DELETE /v2.0/subnetpools/b3e97936-8eba-4fa9-9b08-4be7dd9fd777 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:03:54.590 7 INFO neutron.api.v2.resource [None req-9589c587-d903-47c3-8417-efe26432c723 1ce1b40d8179433a860eaba9ddca99e4 ae9cbb79f8b24c0fae8b0930f6c4fa10 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 826/1590] 10.0.0.50 () {32 vars in 727 bytes} [Thu Apr 23 16:03:54 2026] GET /v2.0/subnetpools/b3e97936-8eba-4fa9-9b08-4be7dd9fd777 => generated 145 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:03:54.608 7 INFO neutron.api.v2.resource [None req-bd21e0a9-1b49-435d-b02d-d430c4621d3e 1ce1b40d8179433a860eaba9ddca99e4 ae9cbb79f8b24c0fae8b0930f6c4fa10 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 827/1591] 10.0.0.50 () {32 vars in 730 bytes} [Thu Apr 23 16:03:54 2026] DELETE /v2.0/subnetpools/b3e97936-8eba-4fa9-9b08-4be7dd9fd777 => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1592] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Apr 23 16:03:54 2026] PUT /v2.0/ports/f2467a50-8937-472b-9092-03144068bea5 => generated 1239 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:03:54.838 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9afe4112-b5e9-4bf5-8ee0-ebd62163acb6'] response: {'name': 'network-changed', 'server_uuid': 'e09b342d-9c11-4a2b-96d0-c05a6d374eff', 'tag': 'f2467a50-8937-472b-9092-03144068bea5', '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: 768/1595] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:03:55 2026] GET /v2.0/ports?device_id=e09b342d-9c11-4a2b-96d0-c05a6d374eff => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:55.232 7 INFO neutron.db.segments_db [None req-d0e2c8bf-b17d-4604-9388-183cc397455a 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] Added segment 4706ed8a-88ec-43c2-b82d-3b17fae78361 of type vxlan for network f883e339-5a22-49a9-bc01-052021889544 [pid: 8|app: 0|req: 769/1596] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:03:55 2026] GET /v2.0/security-groups?id=36b65614-20e7-4afe-bcb5-32ad1923b9ca&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:55.287 8 WARNING neutron.db.securitygroups_db [None req-097c171c-f12f-4401-8512-03f7ace750c5 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 828/1597] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:03:54 2026] POST /v2.0/networks => generated 630 bytes in 489 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:03:55.382 7 INFO neutron.db.segments_db [None req-1e7e96ad-68cc-449e-a4a0-f1071def9c2f 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] Added segment c3d43273-bd50-48aa-916c-75035c930761 of type vxlan for network 85f8356e-c840-4df2-b43f-60f56f667dc0 [pid: 8|app: 0|req: 770/1598] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:03:55 2026] GET /v2.0/security-groups?tenant_id=ae9cbb79f8b24c0fae8b0930f6c4fa10&name=default => generated 2925 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1599] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:03:55 2026] GET /v2.0/ports?tenant_id=4bdec1fc466a44f3a960e23b1650bf7a&device_id=e09b342d-9c11-4a2b-96d0-c05a6d374eff => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1600] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:03:55 2026] POST /v2.0/networks => generated 629 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1601] 199.204.45.57 () {34 vars in 1016 bytes} [Thu Apr 23 16:03:55 2026] GET /v2.0/networks?tenant_id=4bdec1fc466a44f3a960e23b1650bf7a&shared=False => generated 756 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1602] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:55 2026] DELETE /v2.0/security-groups/74b12086-b381-422c-940e-d165dcb0c988 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1603] 199.204.45.57 () {34 vars in 928 bytes} [Thu Apr 23 16:03:55 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1604] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:03:55 2026] POST /v2.0/subnets => generated 626 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1605] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:03:55 2026] POST /v2.0/subnets => generated 626 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:03:56.096 7 INFO neutron.db.segments_db [None req-49165c4c-4b17-47ac-9de3-18881e8d4e09 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] Added segment 776b2443-2108-4c2a-8d52-7b43290925f5 of type vxlan for network ae5ff557-3a2e-4f59-8989-a5011e1b1f32 2026-04-23 16:03:56.382 7 INFO neutron.db.l3_hamode_db [None req-49165c4c-4b17-47ac-9de3-18881e8d4e09 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 775/1606] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:03:56 2026] GET /v2.0/ports?device_id=e09b342d-9c11-4a2b-96d0-c05a6d374eff => generated 973 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1607] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:03:56 2026] GET /v2.0/security-groups?id=36b65614-20e7-4afe-bcb5-32ad1923b9ca&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:56.526 7 INFO neutron.db.l3_hamode_db [None req-49165c4c-4b17-47ac-9de3-18881e8d4e09 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 777/1608] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:03:56 2026] GET /v2.0/ports?tenant_id=4bdec1fc466a44f3a960e23b1650bf7a&device_id=e09b342d-9c11-4a2b-96d0-c05a6d374eff => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1609] 199.204.45.57 () {34 vars in 1058 bytes} [Thu Apr 23 16:03:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=f2467a50-8937-472b-9092-03144068bea5 => 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: 779/1610] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:03:56 2026] GET /v2.0/subnets?id=ea1454e4-f77f-4f95-8ad6-5c5fbfe05011 => generated 677 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1611] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:03:56 2026] GET /v2.0/ports?network_id=8db9e4ff-583e-4c39-af3a-3061a4fe92fd&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: 781/1612] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:03:56 2026] GET /v2.0/networks/8db9e4ff-583e-4c39-af3a-3061a4fe92fd?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1613] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:03:56 2026] GET /v2.0/networks/8db9e4ff-583e-4c39-af3a-3061a4fe92fd?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: 832/1614] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:03:56 2026] POST /v2.0/routers => generated 507 bytes in 1215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1615] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:03:57 2026] GET /v2.0/ports?device_id=e09b342d-9c11-4a2b-96d0-c05a6d374eff => 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: 834/1616] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:03:57 2026] GET /v2.0/security-groups?id=36b65614-20e7-4afe-bcb5-32ad1923b9ca&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: 783/1617] 10.0.0.50 () {34 vars in 781 bytes} [Thu Apr 23 16:03:57 2026] PUT /v2.0/routers/1511e6d8-b20c-45d4-81de-9b5960fa7731/add_router_interface => generated 310 bytes in 1234 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1618] 10.0.0.50 () {32 vars in 715 bytes} [Thu Apr 23 16:03:58 2026] GET /v2.0/ports/167ba5e9-7427-47f7-9ba9-ba6d4fea8c0a => generated 955 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:03:58.629 8 WARNING neutron.db.securitygroups_db [None req-d83294e0-fadb-46b0-9a2b-abb3bdda5b28 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 784/1619] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:03:58 2026] GET /v2.0/security-groups?tenant_id=caa01a631a6e4b8085683b2e52596d68&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1620] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:03:58 2026] GET /v2.0/ports?device_id=e09b342d-9c11-4a2b-96d0-c05a6d374eff => 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: 786/1621] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:03:58 2026] DELETE /v2.0/security-groups/4110fd61-1ea1-47f1-b6b9-5788ec3ecf3b => 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: 787/1622] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:03:58 2026] GET /v2.0/security-groups?id=36b65614-20e7-4afe-bcb5-32ad1923b9ca&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: 836/1623] 10.0.0.50 () {34 vars in 781 bytes} [Thu Apr 23 16:03:58 2026] PUT /v2.0/routers/1511e6d8-b20c-45d4-81de-9b5960fa7731/add_router_interface => generated 310 bytes in 1297 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1624] 10.0.0.50 () {32 vars in 715 bytes} [Thu Apr 23 16:03:59 2026] GET /v2.0/ports/9f54109d-3549-4383-823e-751888ffe946 => generated 955 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1625] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:03:59 2026] GET /v2.0/ports?device_id=e09b342d-9c11-4a2b-96d0-c05a6d374eff => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:04:00.233 8 WARNING neutron.db.securitygroups_db [None req-97a13f6d-579c-40e1-ab28-4e07e75585cf f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:04:00.350 7 INFO neutron_taas.services.taas.taas_plugin [None req-79e82ed5-6182-4bc6-a214-a298d88f2ca9 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] TaaS: Handle Delete Port: 9f54109d-3549-4383-823e-751888ffe946 2026-04-23 16:04:00.360 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79e82ed5-6182-4bc6-a214-a298d88f2ca9 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] Tap Mirror: Handle Delete Port: 9f54109d-3549-4383-823e-751888ffe946 [pid: 8|app: 0|req: 790/1626] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:04:00 2026] GET /v2.0/security-groups?tenant_id=03b67563786c49a39141757a2305d4af&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1627] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:04:00 2026] GET /v2.0/security-groups?id=36b65614-20e7-4afe-bcb5-32ad1923b9ca&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1628] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:04:00 2026] DELETE /v2.0/security-groups/37f27e5a-e339-4397-b89c-a7a8a131d5a6 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:04:00.683 8 WARNING neutron.db.securitygroups_db [None req-be033e83-937e-421a-8732-a4ce0683b4b0 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 793/1629] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:04:00 2026] GET /v2.0/security-groups?tenant_id=82fc23835982405082f6d2ca2e7788de&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: 794/1630] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:04:00 2026] DELETE /v2.0/security-groups/0f5bacd5-1664-4434-8ffc-c06f6e4a760c => 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: 837/1631] 10.0.0.50 () {34 vars in 787 bytes} [Thu Apr 23 16:03:59 2026] PUT /v2.0/routers/1511e6d8-b20c-45d4-81de-9b5960fa7731/remove_router_interface => generated 310 bytes in 1051 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:04:01.331 8 INFO neutron_taas.services.taas.taas_plugin [None req-67b09218-3d68-4c19-b046-fd8c00d64c26 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] TaaS: Handle Delete Port: 167ba5e9-7427-47f7-9ba9-ba6d4fea8c0a 2026-04-23 16:04:01.334 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67b09218-3d68-4c19-b046-fd8c00d64c26 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] Tap Mirror: Handle Delete Port: 167ba5e9-7427-47f7-9ba9-ba6d4fea8c0a [pid: 7|app: 0|req: 838/1632] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:01 2026] GET /v2.0/ports?device_id=e09b342d-9c11-4a2b-96d0-c05a6d374eff => 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: 839/1633] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:04:01 2026] GET /v2.0/security-groups?id=36b65614-20e7-4afe-bcb5-32ad1923b9ca&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1634] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:01 2026] GET /v2.0/ports?device_id=e09b342d-9c11-4a2b-96d0-c05a6d374eff => 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: 841/1635] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:04:01 2026] GET /v2.0/security-groups?id=36b65614-20e7-4afe-bcb5-32ad1923b9ca&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: 842/1636] 10.0.0.50 () {32 vars in 734 bytes} [Thu Apr 23 16:04:01 2026] GET /v2.0/ports?device_id=e09b342d-9c11-4a2b-96d0-c05a6d374eff => 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: 795/1637] 10.0.0.50 () {34 vars in 787 bytes} [Thu Apr 23 16:04:00 2026] PUT /v2.0/routers/1511e6d8-b20c-45d4-81de-9b5960fa7731/remove_router_interface => generated 310 bytes in 945 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1638] 10.0.0.50 () {32 vars in 734 bytes} [Thu Apr 23 16:04:01 2026] GET /v2.0/ports?device_id=1511e6d8-b20c-45d4-81de-9b5960fa7731 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:02.145 8 INFO neutron_taas.services.taas.taas_plugin [None req-06a86603-e2a3-429e-9045-3847247b072d 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] TaaS: Handle Delete Port: c68af99a-a3d0-43b1-ae3c-089c6ec53fa0 2026-04-23 16:04:02.149 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06a86603-e2a3-429e-9045-3847247b072d 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] Tap Mirror: Handle Delete Port: c68af99a-a3d0-43b1-ae3c-089c6ec53fa0 2026-04-23 16:04:02.541 8 INFO neutron.services.segments.plugin [-] Segment 776b2443-2108-4c2a-8d52-7b43290925f5 resource provider aggregate not found 2026-04-23 16:04:02.560 8 INFO neutron.services.segments.plugin [-] Segment 776b2443-2108-4c2a-8d52-7b43290925f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 776b2443-2108-4c2a-8d52-7b43290925f5 found for delete ", "request_id": "req-047248ea-74bf-4a31-8165-2f53e7e8a137"}]} 2026-04-23 16:04:02.567 8 INFO neutron.services.segments.plugin [-] Segment 776b2443-2108-4c2a-8d52-7b43290925f5 resource provider aggregate not found 2026-04-23 16:04:02.586 8 INFO neutron.services.segments.plugin [-] Segment 776b2443-2108-4c2a-8d52-7b43290925f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 776b2443-2108-4c2a-8d52-7b43290925f5 found for delete ", "request_id": "req-bafc0248-386d-4ff0-bb70-ef94c68a274f"}]} 2026-04-23 16:04:02.591 8 INFO neutron.db.l3_hamode_db [None req-06a86603-e2a3-429e-9045-3847247b072d 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] HA network ae5ff557-3a2e-4f59-8989-a5011e1b1f32 was deleted as no HA routers are present in project 24481dfe40fb41d5a6be47bcb37cf79a. [pid: 8|app: 0|req: 797/1639] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:04:01 2026] DELETE /v2.0/routers/1511e6d8-b20c-45d4-81de-9b5960fa7731 => generated 0 bytes in 654 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1640] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:04:02 2026] DELETE /v2.0/subnets/d365454c-7f1f-4b50-b0ff-845607d86422 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:04:02.794 7 INFO neutron.db.l3_db [None req-5b657e41-aa5c-4de8-9fab-9fdc1de1386c 3208ea278ee643c29013e3e61b20103c 4bdec1fc466a44f3a960e23b1650bf7a - - default default] Floating IP 945bee47-648b-4d88-84ed-8c4bf9865e44 associated. External IP: 10.96.250.218, port: f2467a50-8937-472b-9092-03144068bea5. [pid: 8|app: 0|req: 799/1641] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:04:02 2026] DELETE /v2.0/subnets/5df02e85-e89f-4602-a0b5-c32e5ca94f8e => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1642] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:04:02 2026] DELETE /v2.0/networks/85f8356e-c840-4df2-b43f-60f56f667dc0 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1643] 10.0.0.50 () {34 vars in 675 bytes} [Thu Apr 23 16:04:01 2026] POST /v2.0/floatingips => generated 856 bytes in 1261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1644] 10.0.0.50 () {32 vars in 727 bytes} [Thu Apr 23 16:04:03 2026] GET /v2.0/floatingips/945bee47-648b-4d88-84ed-8c4bf9865e44 => generated 856 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:04:03.207 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bb4710c2-be8f-4db0-b3b4-47ce04c1a1ad'] response: {'name': 'network-changed', 'server_uuid': 'e09b342d-9c11-4a2b-96d0-c05a6d374eff', 'tag': 'f2467a50-8937-472b-9092-03144068bea5', 'status': 'completed', 'code': 200} 2026-04-23 16:04:03.229 8 INFO neutron_taas.services.taas.taas_plugin [None req-858abcb4-c367-4a89-9183-4cc4a15951cf 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] TaaS: Handle Delete Port: 3500599e-cc53-4cec-b518-159129c02e11 2026-04-23 16:04:03.232 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-858abcb4-c367-4a89-9183-4cc4a15951cf 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] Tap Mirror: Handle Delete Port: 3500599e-cc53-4cec-b518-159129c02e11 [pid: 8|app: 0|req: 801/1645] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:04:03 2026] DELETE /v2.0/networks/f883e339-5a22-49a9-bc01-052021889544 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:04:03.488 7 INFO neutron.db.segments_db [None req-0d905165-b761-4c10-8029-0c5765cf5850 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] Added segment 05907d38-0cdf-4089-be52-a5ed6b279f00 of type vxlan for network ad4790af-3761-4303-a477-348918f23d99 [pid: 7|app: 0|req: 845/1646] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:04:03 2026] POST /v2.0/networks => generated 630 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1647] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:04:03 2026] POST /v2.0/subnets => generated 626 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1648] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:04:03 2026] GET /v2.0/ports?tenant_id=4bdec1fc466a44f3a960e23b1650bf7a&device_id=e09b342d-9c11-4a2b-96d0-c05a6d374eff => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:04:03.952 8 INFO neutron.db.segments_db [None req-d146a6b8-9adf-4e77-bfb3-d9a26a4338ca c5b869dc695d4518b35440a05ec5d175 37fbfa0bf4474ab5971aefeb211433ed - - default default] Added segment 244f50ef-bca2-4911-9f42-1326e70146f6 of type vxlan for network 411ff292-23f7-4e55-8e51-8aaea74e7bae 2026-04-23 16:04:03.978 7 INFO neutron.db.segments_db [None req-c18429ca-6ff1-4ca7-b4a0-e2456323199e 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] Added segment 835fbdd8-feac-4f1a-8a3b-4cbd9285c30e of type vxlan for network ec2e2b67-d9ec-40f3-bc8d-f6cd4e35a799 [pid: 8|app: 0|req: 802/1649] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:04:03 2026] POST /v2.0/networks => generated 727 bytes in 489 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1650] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:04:04 2026] GET /v2.0/networks?id=8db9e4ff-583e-4c39-af3a-3061a4fe92fd => generated 756 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:04:04.268 7 INFO neutron.db.l3_hamode_db [None req-c18429ca-6ff1-4ca7-b4a0-e2456323199e 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 804/1651] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:04:04 2026] POST /v2.0/subnets => generated 644 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1652] 199.204.45.57 () {34 vars in 1058 bytes} [Thu Apr 23 16:04:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=f2467a50-8937-472b-9092-03144068bea5 => generated 861 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:04:04.436 7 INFO neutron.db.l3_hamode_db [None req-c18429ca-6ff1-4ca7-b4a0-e2456323199e 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 806/1653] 10.0.0.50 () {32 vars in 727 bytes} [Thu Apr 23 16:04:04 2026] GET /v2.0/floatingips/945bee47-648b-4d88-84ed-8c4bf9865e44 => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:04:04.453 8 WARNING neutron.api.v2.base [None req-96fbe68b-2869-4c4b-ad53-4965ea968504 c5b869dc695d4518b35440a05ec5d175 37fbfa0bf4474ab5971aefeb211433ed - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-04-23 16:04:04.454 8 INFO neutron.api.v2.resource [None req-96fbe68b-2869-4c4b-ad53-4965ea968504 c5b869dc695d4518b35440a05ec5d175 37fbfa0bf4474ab5971aefeb211433ed - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 807/1654] 10.0.0.50 () {34 vars in 679 bytes} [Thu Apr 23 16:04:04 2026] POST /v2.0/rbac-policies => generated 143 bytes in 11 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1655] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:04:04 2026] GET /v2.0/subnets?id=ea1454e4-f77f-4f95-8ad6-5c5fbfe05011 => generated 677 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:04:04.580 8 INFO neutron.services.segments.plugin [-] Segment c3d43273-bd50-48aa-916c-75035c930761 resource provider aggregate not found 2026-04-23 16:04:04.612 8 INFO neutron.services.segments.plugin [-] Segment c3d43273-bd50-48aa-916c-75035c930761 resource provider aggregate not found 2026-04-23 16:04:04.619 8 INFO neutron.services.segments.plugin [-] Segment c3d43273-bd50-48aa-916c-75035c930761 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3d43273-bd50-48aa-916c-75035c930761 found for delete ", "request_id": "req-5a70412d-e622-4e2a-a8cb-495a4be8fd44"}]} 2026-04-23 16:04:04.632 8 INFO neutron.services.segments.plugin [-] Segment c3d43273-bd50-48aa-916c-75035c930761 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3d43273-bd50-48aa-916c-75035c930761 found for delete ", "request_id": "req-49d383a0-95a2-47a2-9215-ea026a30e019"}]} 2026-04-23 16:04:04.638 8 INFO neutron.services.segments.plugin [-] Segment 4706ed8a-88ec-43c2-b82d-3b17fae78361 resource provider aggregate not found 2026-04-23 16:04:04.662 8 INFO neutron.services.segments.plugin [-] Segment 4706ed8a-88ec-43c2-b82d-3b17fae78361 resource provider aggregate not found 2026-04-23 16:04:04.664 8 INFO neutron.services.segments.plugin [-] Segment 4706ed8a-88ec-43c2-b82d-3b17fae78361 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4706ed8a-88ec-43c2-b82d-3b17fae78361 found for delete ", "request_id": "req-216f4790-370a-476b-a340-272811690ff6"}]} 2026-04-23 16:04:04.688 8 INFO neutron.services.segments.plugin [-] Segment 4706ed8a-88ec-43c2-b82d-3b17fae78361 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4706ed8a-88ec-43c2-b82d-3b17fae78361 found for delete ", "request_id": "req-f1ab8948-4a8f-43ca-b299-f2bd132e11e7"}]} [pid: 8|app: 0|req: 809/1656] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:04:04 2026] DELETE /v2.0/networks/411ff292-23f7-4e55-8e51-8aaea74e7bae => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1657] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:04:04 2026] GET /v2.0/ports?network_id=8db9e4ff-583e-4c39-af3a-3061a4fe92fd&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:04:04.856 8 INFO neutron.db.segments_db [None req-4c41edfc-df00-4bb5-905b-7a0cf2c318c2 c5b869dc695d4518b35440a05ec5d175 37fbfa0bf4474ab5971aefeb211433ed - - default default] Added segment 4027a9f0-398f-441d-ae65-67e02c4f1528 of type vxlan for network 353656a5-e95d-4105-8a1b-d76b56cfc842 [pid: 8|app: 0|req: 811/1658] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:04:04 2026] POST /v2.0/networks => generated 726 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1659] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:04:04 2026] GET /v2.0/networks/8db9e4ff-583e-4c39-af3a-3061a4fe92fd?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: 848/1660] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:04:03 2026] POST /v2.0/routers => generated 507 bytes in 1244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1661] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:04:04 2026] POST /v2.0/subnets => generated 647 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1662] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:04:05 2026] GET /v2.0/networks/8db9e4ff-583e-4c39-af3a-3061a4fe92fd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:05.217 7 WARNING neutron.api.v2.base [None req-ec0b894f-ba1d-4cf2-8071-42a75520a176 c5b869dc695d4518b35440a05ec5d175 37fbfa0bf4474ab5971aefeb211433ed - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-04-23 16:04:05.218 7 INFO neutron.api.v2.resource [None req-ec0b894f-ba1d-4cf2-8071-42a75520a176 c5b869dc695d4518b35440a05ec5d175 37fbfa0bf4474ab5971aefeb211433ed - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 850/1663] 10.0.0.50 () {34 vars in 679 bytes} [Thu Apr 23 16:04:05 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) 2026-04-23 16:04:05.429 7 INFO neutron.services.segments.plugin [-] Segment 4027a9f0-398f-441d-ae65-67e02c4f1528 resource provider aggregate not found 2026-04-23 16:04:05.433 7 INFO neutron.services.segments.plugin [-] Segment 4027a9f0-398f-441d-ae65-67e02c4f1528 resource provider aggregate not found 2026-04-23 16:04:05.449 7 INFO neutron.services.segments.plugin [-] Segment 4027a9f0-398f-441d-ae65-67e02c4f1528 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4027a9f0-398f-441d-ae65-67e02c4f1528 found for delete ", "request_id": "req-7f0956ec-cd4a-49b8-a7c0-c6347e75db8f"}]} 2026-04-23 16:04:05.453 7 INFO neutron.services.segments.plugin [-] Segment 4027a9f0-398f-441d-ae65-67e02c4f1528 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4027a9f0-398f-441d-ae65-67e02c4f1528 found for delete ", "request_id": "req-63cf6086-7e59-4300-9258-7e1cb8604260"}]} [pid: 7|app: 0|req: 851/1664] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:04:05 2026] DELETE /v2.0/networks/353656a5-e95d-4105-8a1b-d76b56cfc842 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:04:05.540 7 INFO neutron.db.segments_db [None req-c184924d-3ca1-48bc-b4e9-8dd88cedf725 c5b869dc695d4518b35440a05ec5d175 37fbfa0bf4474ab5971aefeb211433ed - - default default] Added segment 2e43ac33-7e18-46fb-ac51-9ecf77087405 of type vxlan for network d61a7c23-6f32-4bff-ba84-f928146ac836 [pid: 7|app: 0|req: 852/1665] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:04:05 2026] POST /v2.0/networks => generated 726 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1666] 10.0.0.50 () {34 vars in 663 bytes} [Thu Apr 23 16:04:05 2026] POST /v2.0/ports => generated 951 bytes in 436 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: 853/1667] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:04:05 2026] POST /v2.0/subnets => generated 647 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1668] 10.0.0.50 () {34 vars in 679 bytes} [Thu Apr 23 16:04:05 2026] POST /v2.0/rbac-policies => generated 324 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1669] 10.0.0.50 () {32 vars in 721 bytes} [Thu Apr 23 16:04:06 2026] GET /v2.0/networks/d61a7c23-6f32-4bff-ba84-f928146ac836 => generated 654 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:04:06.692 8 INFO neutron.services.segments.plugin [-] Segment 244f50ef-bca2-4911-9f42-1326e70146f6 resource provider aggregate not found 2026-04-23 16:04:06.696 7 WARNING neutron.db.securitygroups_db [None req-294926bb-f76e-45f0-a331-302f4f86bc23 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:04:06.708 8 INFO neutron.services.segments.plugin [-] Segment 244f50ef-bca2-4911-9f42-1326e70146f6 resource provider aggregate not found 2026-04-23 16:04:06.720 8 INFO neutron.services.segments.plugin [-] Segment 244f50ef-bca2-4911-9f42-1326e70146f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 244f50ef-bca2-4911-9f42-1326e70146f6 found for delete ", "request_id": "req-30e7563f-329f-41a8-a372-89e4b754fbab"}]} 2026-04-23 16:04:06.727 8 INFO neutron.services.segments.plugin [-] Segment 244f50ef-bca2-4911-9f42-1326e70146f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 244f50ef-bca2-4911-9f42-1326e70146f6 found for delete ", "request_id": "req-dec595e0-fc58-4ecd-822d-522d2cb44f33"}]} [pid: 7|app: 0|req: 856/1670] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:04:06 2026] GET /v2.0/security-groups?tenant_id=3338c92b453d4d43a55c0b1acfc24b9f&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1671] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:04:06 2026] DELETE /v2.0/security-groups/3c3837b9-9c30-458e-a849-c3d50a38b510 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:04:07.061 7 WARNING neutron.db.securitygroups_db [None req-22cb64fb-3226-4775-8364-6a87ce564051 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 858/1672] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:04:07 2026] GET /v2.0/security-groups?tenant_id=17bec95d63ce43098f07a78a6b3ad1d5&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1673] 10.0.0.50 () {34 vars in 781 bytes} [Thu Apr 23 16:04:05 2026] PUT /v2.0/routers/38bfa0f4-c410-4888-9fdb-a28eee849449/add_router_interface => generated 310 bytes in 1685 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 16:04:07.357 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f19cd490-2a39-4ea9-9a94-0d1d3a6f7281 22ac3691c59d47c3a1eac7673316fc60 bcac749ae602441fb741a1fe20b9c6a6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 859/1674] 10.0.0.50 () {32 vars in 721 bytes} [Thu Apr 23 16:04:07 2026] GET /v2.0/networks/d61a7c23-6f32-4bff-ba84-f928146ac836 => generated 138 bytes in 148 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1675] 10.0.0.50 () {32 vars in 715 bytes} [Thu Apr 23 16:04:07 2026] GET /v2.0/ports/3959faa2-6f92-4fd4-9884-3e0a933df6fb => generated 1025 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1676] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:04:07 2026] DELETE /v2.0/security-groups/aa8640d4-bcd9-41f7-baff-051c64ed74e7 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:04:07.632 7 INFO neutron.services.segments.plugin [-] Segment 2e43ac33-7e18-46fb-ac51-9ecf77087405 resource provider aggregate not found 2026-04-23 16:04:07.636 7 INFO neutron.services.segments.plugin [-] Segment 2e43ac33-7e18-46fb-ac51-9ecf77087405 resource provider aggregate not found 2026-04-23 16:04:07.657 7 INFO neutron.services.segments.plugin [-] Segment 2e43ac33-7e18-46fb-ac51-9ecf77087405 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e43ac33-7e18-46fb-ac51-9ecf77087405 found for delete ", "request_id": "req-756cba46-f777-438e-98a7-062d0842fb25"}]} 2026-04-23 16:04:07.657 7 INFO neutron.services.segments.plugin [-] Segment 2e43ac33-7e18-46fb-ac51-9ecf77087405 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e43ac33-7e18-46fb-ac51-9ecf77087405 found for delete ", "request_id": "req-c27e7890-69c2-4124-94e3-e99492de20a4"}]} [pid: 7|app: 0|req: 861/1677] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:04:07 2026] DELETE /v2.0/networks/d61a7c23-6f32-4bff-ba84-f928146ac836 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:04:07.691 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f8978cc8-8f27-4d01-ba4e-27185472b487 c5b869dc695d4518b35440a05ec5d175 37fbfa0bf4474ab5971aefeb211433ed - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 862/1678] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:04:07 2026] DELETE /v2.0/subnets/fdd5e84f-5d81-4c7b-9462-e5c4b50da32d => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:04:07.708 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c5b28a5b-3aea-486d-b559-580d755662f2 c5b869dc695d4518b35440a05ec5d175 37fbfa0bf4474ab5971aefeb211433ed - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 863/1679] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:04:07 2026] DELETE /v2.0/subnets/ce6552fa-2ade-46e6-994d-fd90183317e0 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:04:07.728 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3fef8bd9-1d3f-4fe5-886e-b51a8259dab9 c5b869dc695d4518b35440a05ec5d175 37fbfa0bf4474ab5971aefeb211433ed - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 864/1680] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:04:07 2026] DELETE /v2.0/subnets/85c9c46a-22b0-499f-a4db-fd5346a63d04 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:04:07.798 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f0ca8c9-b3db-4a32-b5b4-91f9f532b503 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] TaaS: Handle Delete Port: 3959faa2-6f92-4fd4-9884-3e0a933df6fb 2026-04-23 16:04:07.800 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f0ca8c9-b3db-4a32-b5b4-91f9f532b503 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] Tap Mirror: Handle Delete Port: 3959faa2-6f92-4fd4-9884-3e0a933df6fb [pid: 8|app: 0|req: 817/1681] 10.0.0.50 () {34 vars in 787 bytes} [Thu Apr 23 16:04:07 2026] PUT /v2.0/routers/38bfa0f4-c410-4888-9fdb-a28eee849449/remove_router_interface => generated 310 bytes in 788 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:04:08.372 7 INFO neutron.api.v2.resource [None req-2b157973-9c42-48ff-b1bb-a486d8077a4c 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 865/1682] 10.0.0.50 () {34 vars in 787 bytes} [Thu Apr 23 16:04:08 2026] PUT /v2.0/routers/38bfa0f4-c410-4888-9fdb-a28eee849449/remove_router_interface => generated 197 bytes in 135 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 818/1683] 10.0.0.50 () {32 vars in 734 bytes} [Thu Apr 23 16:04:08 2026] GET /v2.0/ports?device_id=38bfa0f4-c410-4888-9fdb-a28eee849449 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:08.596 7 INFO neutron_taas.services.taas.taas_plugin [None req-28091711-1a6c-4437-84e4-e7db010e68b9 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] TaaS: Handle Delete Port: 18d99d0b-540f-4da1-982b-320523f28aed 2026-04-23 16:04:08.599 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28091711-1a6c-4437-84e4-e7db010e68b9 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] Tap Mirror: Handle Delete Port: 18d99d0b-540f-4da1-982b-320523f28aed 2026-04-23 16:04:08.794 8 WARNING neutron.db.securitygroups_db [None req-a96ef429-f425-4600-86cb-889bd95797a2 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 819/1684] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:04:08 2026] GET /v2.0/security-groups?tenant_id=4f75a600adbe40f9a2d24ae6a7797ac2&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:04:08.962 7 INFO neutron.db.l3_hamode_db [None req-28091711-1a6c-4437-84e4-e7db010e68b9 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] HA network ec2e2b67-d9ec-40f3-bc8d-f6cd4e35a799 was deleted as no HA routers are present in project 24481dfe40fb41d5a6be47bcb37cf79a. [pid: 7|app: 0|req: 866/1685] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:04:08 2026] DELETE /v2.0/routers/38bfa0f4-c410-4888-9fdb-a28eee849449 => generated 0 bytes in 563 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1686] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:04:08 2026] DELETE /v2.0/security-groups/3cf4ee39-e4db-4043-a5b9-156fac0ecb8e => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1687] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:04:08 2026] DELETE /v2.0/subnets/e1e45cb9-314a-434a-9c80-a5f9a0cff467 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:04:09.158 7 WARNING neutron.db.securitygroups_db [None req-4159c21c-8807-43bd-8c31-cc653f2df379 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 868/1688] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:04:09 2026] GET /v2.0/security-groups?tenant_id=37fbfa0bf4474ab5971aefeb211433ed&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:04:09.232 8 INFO neutron.services.segments.plugin [-] Segment 05907d38-0cdf-4089-be52-a5ed6b279f00 resource provider aggregate not found 2026-04-23 16:04:09.237 8 INFO neutron.services.segments.plugin [-] Segment 05907d38-0cdf-4089-be52-a5ed6b279f00 resource provider aggregate not found 2026-04-23 16:04:09.252 8 INFO neutron.services.segments.plugin [-] Segment 05907d38-0cdf-4089-be52-a5ed6b279f00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05907d38-0cdf-4089-be52-a5ed6b279f00 found for delete ", "request_id": "req-1aa12c12-cfb8-4f5c-99b9-ad12f3f644c0"}]} 2026-04-23 16:04:09.257 8 INFO neutron.services.segments.plugin [-] Segment 05907d38-0cdf-4089-be52-a5ed6b279f00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05907d38-0cdf-4089-be52-a5ed6b279f00 found for delete ", "request_id": "req-d28b072c-d4ac-418c-b681-f7caea6d97cd"}]} [pid: 8|app: 0|req: 821/1689] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:04:09 2026] DELETE /v2.0/networks/ad4790af-3761-4303-a477-348918f23d99 => 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: 869/1690] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:04:09 2026] DELETE /v2.0/security-groups/6fc4f6d6-afce-4c2e-96d5-282c60465b2e => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:04:09.328 8 INFO neutron.db.segments_db [None req-24f4deba-e12d-4cca-8e85-7ad24f6cd96f 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] Added segment db4cfadc-ef56-4292-a0b8-d8d45fc5307e of type vxlan for network d9ae68ea-ae2e-4a50-b5e4-84caa50d86b9 [pid: 8|app: 0|req: 822/1691] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:04:09 2026] POST /v2.0/networks => generated 630 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:04:09.459 8 WARNING neutron.db.securitygroups_db [None req-9c252353-dbac-4429-809e-8f3e3f5e4335 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 823/1692] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:04:09 2026] GET /v2.0/security-groups?tenant_id=bcac749ae602441fb741a1fe20b9c6a6&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1693] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:04:09 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) 2026-04-23 16:04:09.679 7 INFO neutron.services.segments.plugin [-] Segment 835fbdd8-feac-4f1a-8a3b-4cbd9285c30e resource provider aggregate not found 2026-04-23 16:04:09.695 7 INFO neutron.services.segments.plugin [-] Segment 835fbdd8-feac-4f1a-8a3b-4cbd9285c30e resource provider aggregate not found 2026-04-23 16:04:09.708 7 INFO neutron.services.segments.plugin [-] Segment 835fbdd8-feac-4f1a-8a3b-4cbd9285c30e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 835fbdd8-feac-4f1a-8a3b-4cbd9285c30e found for delete ", "request_id": "req-923acee6-0717-4554-9be8-8251c06dac41"}]} 2026-04-23 16:04:09.717 7 INFO neutron.services.segments.plugin [-] Segment 835fbdd8-feac-4f1a-8a3b-4cbd9285c30e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 835fbdd8-feac-4f1a-8a3b-4cbd9285c30e found for delete ", "request_id": "req-abd2e148-f007-4140-80d1-5f81dee59127"}]} [pid: 8|app: 0|req: 824/1694] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:04:09 2026] DELETE /v2.0/security-groups/06dbb9aa-2d99-4305-aa57-3bf1c286f519 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:04:09.787 7 INFO neutron.db.segments_db [None req-b5da8ac8-280f-4f2b-8dca-060802eb75ea 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] Added segment cfaab93b-a5b7-4669-961e-701f363a1d03 of type vxlan for network db8faa31-dba9-4f13-8f9c-0aedec8ff49c 2026-04-23 16:04:10.077 7 INFO neutron.db.l3_hamode_db [None req-b5da8ac8-280f-4f2b-8dca-060802eb75ea 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 16:04:10.220 7 INFO neutron.db.l3_hamode_db [None req-b5da8ac8-280f-4f2b-8dca-060802eb75ea 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 871/1697] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:04:09 2026] POST /v2.0/routers => generated 507 bytes in 1329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:04:12.069 7 WARNING neutron.db.securitygroups_db [None req-9aae012c-dbc8-4e1b-adbe-f8afd25f7315 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 872/1698] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:04:11 2026] GET /v2.0/security-groups?tenant_id=67dfc57e430e4ced88cf5f7e0d782def&name=default => generated 2925 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1699] 10.0.0.50 () {34 vars in 781 bytes} [Thu Apr 23 16:04:11 2026] PUT /v2.0/routers/7894849d-52fa-43ce-8bce-9d022a0f6608/add_router_interface => generated 310 bytes in 1273 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1700] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:04:12 2026] DELETE /v2.0/security-groups/1150a813-130e-43e2-8b6d-e5bbb074fd72 => 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: 828/1701] 10.0.0.50 () {32 vars in 715 bytes} [Thu Apr 23 16:04:12 2026] GET /v2.0/ports/f06b691d-bcf1-4cdc-8d61-e752e2183815 => generated 955 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:04:12.714 7 INFO neutron_taas.services.taas.taas_plugin [None req-7a9be015-b111-43c3-9d5a-ea0fbf3e33c8 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] TaaS: Handle Delete Port: f06b691d-bcf1-4cdc-8d61-e752e2183815 2026-04-23 16:04:12.717 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a9be015-b111-43c3-9d5a-ea0fbf3e33c8 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] Tap Mirror: Handle Delete Port: f06b691d-bcf1-4cdc-8d61-e752e2183815 [pid: 7|app: 0|req: 874/1702] 10.0.0.50 () {34 vars in 787 bytes} [Thu Apr 23 16:04:12 2026] PUT /v2.0/routers/7894849d-52fa-43ce-8bce-9d022a0f6608/remove_router_interface => generated 310 bytes in 770 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1703] 10.0.0.50 () {32 vars in 734 bytes} [Thu Apr 23 16:04:13 2026] GET /v2.0/ports?device_id=7894849d-52fa-43ce-8bce-9d022a0f6608 => 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: 830/1704] 10.0.0.73 () {34 vars in 988 bytes} [Thu Apr 23 16:04:13 2026] GET /v2.0/ports?device_id=e09b342d-9c11-4a2b-96d0-c05a6d374eff => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1705] 10.0.0.73 () {34 vars in 1038 bytes} [Thu Apr 23 16:04:13 2026] GET /v2.0/security-groups?id=36b65614-20e7-4afe-bcb5-32ad1923b9ca&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:04:13.363 7 INFO neutron_taas.services.taas.taas_plugin [None req-4c8a0e7e-6e41-4208-82fc-f1db97ca9ce7 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] TaaS: Handle Delete Port: 205cb167-cf18-4d42-9b45-ac0aa7452c77 2026-04-23 16:04:13.366 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c8a0e7e-6e41-4208-82fc-f1db97ca9ce7 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] Tap Mirror: Handle Delete Port: 205cb167-cf18-4d42-9b45-ac0aa7452c77 2026-04-23 16:04:13.719 7 INFO neutron.services.segments.plugin [-] Segment cfaab93b-a5b7-4669-961e-701f363a1d03 resource provider aggregate not found 2026-04-23 16:04:13.726 7 INFO neutron.services.segments.plugin [-] Segment cfaab93b-a5b7-4669-961e-701f363a1d03 resource provider aggregate not found 2026-04-23 16:04:13.740 7 INFO neutron.services.segments.plugin [-] Segment cfaab93b-a5b7-4669-961e-701f363a1d03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfaab93b-a5b7-4669-961e-701f363a1d03 found for delete ", "request_id": "req-eb1e88fd-778f-4431-b2f7-be4f848e76d9"}]} 2026-04-23 16:04:13.746 7 INFO neutron.services.segments.plugin [-] Segment cfaab93b-a5b7-4669-961e-701f363a1d03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfaab93b-a5b7-4669-961e-701f363a1d03 found for delete ", "request_id": "req-79344639-9524-44c8-8d9b-89f21879c8b0"}]} 2026-04-23 16:04:13.751 7 INFO neutron.db.l3_hamode_db [None req-4c8a0e7e-6e41-4208-82fc-f1db97ca9ce7 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] HA network db8faa31-dba9-4f13-8f9c-0aedec8ff49c was deleted as no HA routers are present in project 24481dfe40fb41d5a6be47bcb37cf79a. [pid: 7|app: 0|req: 875/1706] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:04:13 2026] DELETE /v2.0/routers/7894849d-52fa-43ce-8bce-9d022a0f6608 => generated 0 bytes in 568 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1707] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:04:13 2026] DELETE /v2.0/subnets/cc9a2713-0378-40b5-817a-ef6d26b771b0 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:04:14.053 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b4795e0-d431-48ed-babe-1100a553f504 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] TaaS: Handle Delete Port: 28ab7c66-c107-4548-9686-9b5e95201ebc 2026-04-23 16:04:14.056 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b4795e0-d431-48ed-babe-1100a553f504 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] Tap Mirror: Handle Delete Port: 28ab7c66-c107-4548-9686-9b5e95201ebc [pid: 7|app: 0|req: 876/1708] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:04:13 2026] DELETE /v2.0/networks/d9ae68ea-ae2e-4a50-b5e4-84caa50d86b9 => generated 0 bytes in 361 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:04:14.359 8 INFO neutron.db.segments_db [None req-083fe8fa-c5ba-4e4d-b1a5-93e285b55c4f 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] Added segment bd0b75b3-ddd5-4778-a3be-8615b195a3ac of type vxlan for network 089363b5-81d2-40f3-9cb5-5c8506a166e7 2026-04-23 16:04:14.661 8 INFO neutron.db.l3_hamode_db [None req-083fe8fa-c5ba-4e4d-b1a5-93e285b55c4f 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 877/1709] 10.0.0.50 () {34 vars in 674 bytes} [Thu Apr 23 16:04:14 2026] POST /v2.0/floatingips => generated 552 bytes in 761 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:04:15.539 8 INFO neutron.db.l3_hamode_db [None req-083fe8fa-c5ba-4e4d-b1a5-93e285b55c4f 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 878/1710] 10.0.0.50 () {34 vars in 674 bytes} [Thu Apr 23 16:04:15 2026] POST /v2.0/floatingips => generated 552 bytes in 525 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:04:15.761 7 INFO neutron.services.segments.plugin [-] Segment db4cfadc-ef56-4292-a0b8-d8d45fc5307e resource provider aggregate not found 2026-04-23 16:04:15.770 7 INFO neutron.services.segments.plugin [-] Segment db4cfadc-ef56-4292-a0b8-d8d45fc5307e resource provider aggregate not found 2026-04-23 16:04:15.782 7 INFO neutron.services.segments.plugin [-] Segment db4cfadc-ef56-4292-a0b8-d8d45fc5307e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db4cfadc-ef56-4292-a0b8-d8d45fc5307e found for delete ", "request_id": "req-e7b7088e-1cd2-4343-a6d7-b924da0813bb"}]} 2026-04-23 16:04:15.797 7 INFO neutron.services.segments.plugin [-] Segment db4cfadc-ef56-4292-a0b8-d8d45fc5307e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db4cfadc-ef56-4292-a0b8-d8d45fc5307e found for delete ", "request_id": "req-b7d4fc23-1935-4db9-91bc-44a1afd4a77f"}]} [pid: 7|app: 0|req: 879/1711] 10.0.0.50 () {34 vars in 674 bytes} [Thu Apr 23 16:04:15 2026] POST /v2.0/floatingips => generated 552 bytes in 561 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:04:16.310 7 WARNING neutron.db.securitygroups_db [None req-58251770-d9e9-492a-a64c-955b4969dbb7 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 833/1712] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:04:14 2026] POST /v2.0/routers => generated 688 bytes in 2080 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1713] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:04:16 2026] GET /v2.0/security-groups?tenant_id=658e1389d25c43e289a0605f7a1277e2&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1714] 10.0.0.50 () {32 vars in 719 bytes} [Thu Apr 23 16:04:16 2026] GET /v2.0/routers/9914e7d5-8daa-4b9e-8e11-8c3f2d33da66 => generated 694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1715] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:04:16 2026] DELETE /v2.0/security-groups/84732f85-197c-41da-a38b-7d458d54b847 => 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: 883/1716] 10.0.0.50 () {32 vars in 645 bytes} [Thu Apr 23 16:04:16 2026] GET /v2.0/routers => generated 697 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1717] 10.0.0.50 () {34 vars in 674 bytes} [Thu Apr 23 16:04:16 2026] POST /v2.0/floatingips => generated 552 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1718] 10.0.0.50 () {34 vars in 739 bytes} [Thu Apr 23 16:04:16 2026] PUT /v2.0/routers/9914e7d5-8daa-4b9e-8e11-8c3f2d33da66 => generated 701 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1719] 10.0.0.50 () {32 vars in 719 bytes} [Thu Apr 23 16:04:17 2026] GET /v2.0/routers/9914e7d5-8daa-4b9e-8e11-8c3f2d33da66 => generated 701 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1720] 10.0.0.50 () {32 vars in 734 bytes} [Thu Apr 23 16:04:17 2026] GET /v2.0/ports?device_id=9914e7d5-8daa-4b9e-8e11-8c3f2d33da66 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:17.501 7 INFO neutron_taas.services.taas.taas_plugin [None req-661791a5-083c-441a-a910-708ebd744be6 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] TaaS: Handle Delete Port: a3ca7ee0-2f0c-4a4d-8779-91c29655c7d9 2026-04-23 16:04:17.505 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-661791a5-083c-441a-a910-708ebd744be6 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] Tap Mirror: Handle Delete Port: a3ca7ee0-2f0c-4a4d-8779-91c29655c7d9 [pid: 8|app: 0|req: 835/1721] 10.0.0.50 () {34 vars in 674 bytes} [Thu Apr 23 16:04:16 2026] POST /v2.0/floatingips => generated 552 bytes in 583 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:04:17.579 8 WARNING tagging [None req-155e4bf4-a0d8-4ea6-bc1b-e489b78a979d c980e0284c2d4198a1f4754f1d4237e5 c62d52e5452642b99fb77d8383d7a013 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 836/1722] 10.0.0.50 () {34 vars in 757 bytes} [Thu Apr 23 16:04:17 2026] PUT /v2.0/floatingips/39905edb-98bd-477b-9f32-2317bca83c2d/tags => generated 17 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:17.668 8 WARNING tagging [None req-a3b6d23a-b81b-4d75-b126-0dafb22f37c9 c980e0284c2d4198a1f4754f1d4237e5 c62d52e5452642b99fb77d8383d7a013 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 837/1723] 10.0.0.50 () {34 vars in 757 bytes} [Thu Apr 23 16:04:17 2026] PUT /v2.0/floatingips/634e4678-16c8-4f36-bba4-1b0d3a213e50/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:17.730 8 WARNING tagging [None req-2bd1a94b-eabf-40a8-a4cf-fd84bfcc42e6 c980e0284c2d4198a1f4754f1d4237e5 c62d52e5452642b99fb77d8383d7a013 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:04:17.762 7 INFO neutron_taas.services.taas.taas_plugin [None req-661791a5-083c-441a-a910-708ebd744be6 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] TaaS: Handle Delete Port: ff60220d-be91-445d-8613-3c263091bc26 [pid: 8|app: 0|req: 838/1724] 10.0.0.50 () {34 vars in 757 bytes} [Thu Apr 23 16:04:17 2026] PUT /v2.0/floatingips/b3a471a3-37da-44ec-85bb-c2c734633887/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:17.766 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-661791a5-083c-441a-a910-708ebd744be6 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] Tap Mirror: Handle Delete Port: ff60220d-be91-445d-8613-3c263091bc26 2026-04-23 16:04:17.788 8 WARNING tagging [None req-9f053112-f31c-45a9-8a87-75be5c25302d c980e0284c2d4198a1f4754f1d4237e5 c62d52e5452642b99fb77d8383d7a013 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 839/1725] 10.0.0.50 () {34 vars in 757 bytes} [Thu Apr 23 16:04:17 2026] PUT /v2.0/floatingips/c21b859d-f70b-47b9-a8fb-2b8a0e96f229/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1726] 10.0.0.50 () {32 vars in 670 bytes} [Thu Apr 23 16:04:17 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1727] 10.0.0.50 () {32 vars in 684 bytes} [Thu Apr 23 16:04:17 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1728] 10.0.0.50 () {32 vars in 680 bytes} [Thu Apr 23 16:04:17 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1729] 10.0.0.50 () {32 vars in 692 bytes} [Thu Apr 23 16:04:17 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1730] 10.0.0.50 () {32 vars in 678 bytes} [Thu Apr 23 16:04:18 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:04:18.135 7 INFO neutron.services.segments.plugin [-] Segment bd0b75b3-ddd5-4778-a3be-8615b195a3ac resource provider aggregate not found 2026-04-23 16:04:18.138 7 INFO neutron.services.segments.plugin [-] Segment bd0b75b3-ddd5-4778-a3be-8615b195a3ac resource provider aggregate not found 2026-04-23 16:04:18.164 7 INFO neutron.services.segments.plugin [-] Segment bd0b75b3-ddd5-4778-a3be-8615b195a3ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd0b75b3-ddd5-4778-a3be-8615b195a3ac found for delete ", "request_id": "req-22e578d7-540a-4c3c-92c2-fbcfd1ab7f58"}]} 2026-04-23 16:04:18.168 7 INFO neutron.services.segments.plugin [-] Segment bd0b75b3-ddd5-4778-a3be-8615b195a3ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd0b75b3-ddd5-4778-a3be-8615b195a3ac found for delete ", "request_id": "req-ee4d96b5-4bd9-46d3-8887-26262ef63c59"}]} 2026-04-23 16:04:18.180 7 INFO neutron.db.l3_hamode_db [None req-661791a5-083c-441a-a910-708ebd744be6 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] HA network 089363b5-81d2-40f3-9cb5-5c8506a166e7 was deleted as no HA routers are present in project 24481dfe40fb41d5a6be47bcb37cf79a. [pid: 8|app: 0|req: 845/1731] 10.0.0.50 () {32 vars in 692 bytes} [Thu Apr 23 16:04:18 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1732] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:04:17 2026] DELETE /v2.0/routers/9914e7d5-8daa-4b9e-8e11-8c3f2d33da66 => generated 0 bytes in 924 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1733] 10.0.0.50 () {32 vars in 734 bytes} [Thu Apr 23 16:04:18 2026] GET /v2.0/ports?device_id=9914e7d5-8daa-4b9e-8e11-8c3f2d33da66 => 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: 846/1734] 10.0.0.50 () {32 vars in 688 bytes} [Thu Apr 23 16:04:18 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:04:18.261 7 INFO neutron.api.v2.resource [None req-d54c0722-8d65-4c0a-afdb-6856b49b51ce 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 889/1735] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:04:18 2026] DELETE /v2.0/routers/9914e7d5-8daa-4b9e-8e11-8c3f2d33da66 => generated 135 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1736] 10.0.0.50 () {32 vars in 700 bytes} [Thu Apr 23 16:04:18 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1737] 10.0.0.50 () {32 vars in 734 bytes} [Thu Apr 23 16:04:18 2026] GET /v2.0/ports?device_id=7894849d-52fa-43ce-8bce-9d022a0f6608 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:18.330 7 INFO neutron.api.v2.resource [None req-b3ca9d22-b8d3-414b-a59a-3d3dd3eda1f4 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 891/1738] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:04:18 2026] DELETE /v2.0/routers/7894849d-52fa-43ce-8bce-9d022a0f6608 => generated 135 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:04:18.355 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8edb1cd2-df6e-4e97-8144-2d22d254e6c0 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 892/1739] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:04:18 2026] DELETE /v2.0/subnets/cc9a2713-0378-40b5-817a-ef6d26b771b0 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1740] 10.0.0.50 () {32 vars in 734 bytes} [Thu Apr 23 16:04:18 2026] GET /v2.0/ports?device_id=38bfa0f4-c410-4888-9fdb-a28eee849449 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:18.409 7 INFO neutron.api.v2.resource [None req-376335b2-0512-4f2b-928d-4b7056979147 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 894/1741] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:04:18 2026] DELETE /v2.0/routers/38bfa0f4-c410-4888-9fdb-a28eee849449 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:04:18.423 8 INFO neutron_taas.services.taas.taas_plugin [None req-9eb1f41d-fe48-4815-bdf9-2fab9fcc0496 c980e0284c2d4198a1f4754f1d4237e5 c62d52e5452642b99fb77d8383d7a013 - - default default] TaaS: Handle Delete Port: e15d1883-0c12-4a7b-9510-495d716e3688 2026-04-23 16:04:18.427 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a4a9b04f-69b9-4dfd-86ad-3a452b1c7306 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] DELETE failed (client error): The resource could not be found. 2026-04-23 16:04:18.427 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9eb1f41d-fe48-4815-bdf9-2fab9fcc0496 c980e0284c2d4198a1f4754f1d4237e5 c62d52e5452642b99fb77d8383d7a013 - - default default] Tap Mirror: Handle Delete Port: e15d1883-0c12-4a7b-9510-495d716e3688 [pid: 7|app: 0|req: 895/1742] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:04:18 2026] DELETE /v2.0/subnets/e1e45cb9-314a-434a-9c80-a5f9a0cff467 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1743] 10.0.0.50 () {32 vars in 734 bytes} [Thu Apr 23 16:04:18 2026] GET /v2.0/ports?device_id=1511e6d8-b20c-45d4-81de-9b5960fa7731 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:18.473 7 INFO neutron.api.v2.resource [None req-463ca78d-6daa-414f-b273-c0aba121bf03 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 897/1744] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:04:18 2026] DELETE /v2.0/routers/1511e6d8-b20c-45d4-81de-9b5960fa7731 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:04:18.489 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e6951302-e979-4b0e-8286-2cc88081376a 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 898/1745] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:04:18 2026] DELETE /v2.0/subnets/d365454c-7f1f-4b50-b0ff-845607d86422 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:04:18.513 7 INFO neutron.pecan_wsgi.hooks.translation [None req-abe0cc60-3871-4af5-8e96-1b7a35241e61 711e97b4575f4912a51acd25dab4f04e 24481dfe40fb41d5a6be47bcb37cf79a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 899/1746] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:04:18 2026] DELETE /v2.0/subnets/5df02e85-e89f-4602-a0b5-c32e5ca94f8e => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1747] 10.0.0.50 () {32 vars in 730 bytes} [Thu Apr 23 16:04:18 2026] DELETE /v2.0/floatingips/39905edb-98bd-477b-9f32-2317bca83c2d => generated 0 bytes in 382 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:04:18.792 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b827ffb-67d3-4583-a26f-7c6b2d37d2a3 c980e0284c2d4198a1f4754f1d4237e5 c62d52e5452642b99fb77d8383d7a013 - - default default] TaaS: Handle Delete Port: 4e3b8395-deb4-4f6a-98d9-fc198181b647 2026-04-23 16:04:18.796 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b827ffb-67d3-4583-a26f-7c6b2d37d2a3 c980e0284c2d4198a1f4754f1d4237e5 c62d52e5452642b99fb77d8383d7a013 - - default default] Tap Mirror: Handle Delete Port: 4e3b8395-deb4-4f6a-98d9-fc198181b647 [pid: 7|app: 0|req: 900/1748] 10.0.0.50 () {32 vars in 730 bytes} [Thu Apr 23 16:04:18 2026] DELETE /v2.0/floatingips/634e4678-16c8-4f36-bba4-1b0d3a213e50 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:04:19.167 8 INFO neutron_taas.services.taas.taas_plugin [None req-be50c6d5-e7ea-4419-afe9-67e9b4dfcdb4 c980e0284c2d4198a1f4754f1d4237e5 c62d52e5452642b99fb77d8383d7a013 - - default default] TaaS: Handle Delete Port: 8be3b40e-709b-4d7a-9e93-805352db8367 2026-04-23 16:04:19.171 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be50c6d5-e7ea-4419-afe9-67e9b4dfcdb4 c980e0284c2d4198a1f4754f1d4237e5 c62d52e5452642b99fb77d8383d7a013 - - default default] Tap Mirror: Handle Delete Port: 8be3b40e-709b-4d7a-9e93-805352db8367 2026-04-23 16:04:19.267 7 WARNING neutron.db.securitygroups_db [None req-1aee2c7f-97b3-4d61-bc9a-ead43108613e f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 901/1749] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:04:19 2026] GET /v2.0/security-groups?tenant_id=97e1939942cb4d2db0c0243faa399d9d&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1750] 10.0.0.50 () {32 vars in 730 bytes} [Thu Apr 23 16:04:18 2026] DELETE /v2.0/floatingips/b3a471a3-37da-44ec-85bb-c2c734633887 => generated 0 bytes in 425 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:04:19.463 7 WARNING neutron.db.securitygroups_db [None req-6fdf9549-198b-4ba4-a935-e6e4c3f636da f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 902/1751] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:04:19 2026] GET /v2.0/security-groups?tenant_id=24481dfe40fb41d5a6be47bcb37cf79a&name=default => generated 2925 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1752] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:04:19 2026] DELETE /v2.0/security-groups/18f30dd1-23ba-4de8-a400-df17313f43bb => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:04:19.605 7 INFO neutron_taas.services.taas.taas_plugin [None req-3680201d-2cd9-44b3-918d-dd94db0db9f4 c980e0284c2d4198a1f4754f1d4237e5 c62d52e5452642b99fb77d8383d7a013 - - default default] TaaS: Handle Delete Port: 26e811a9-f8a1-4577-a199-c8eac3607c03 2026-04-23 16:04:19.608 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3680201d-2cd9-44b3-918d-dd94db0db9f4 c980e0284c2d4198a1f4754f1d4237e5 c62d52e5452642b99fb77d8383d7a013 - - default default] Tap Mirror: Handle Delete Port: 26e811a9-f8a1-4577-a199-c8eac3607c03 [pid: 8|app: 0|req: 851/1753] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:04:19 2026] DELETE /v2.0/security-groups/1e3007be-787b-4cc9-aaf3-5f6691d46fa6 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1754] 10.0.0.50 () {32 vars in 730 bytes} [Thu Apr 23 16:04:19 2026] DELETE /v2.0/floatingips/c21b859d-f70b-47b9-a8fb-2b8a0e96f229 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:04:20.004 8 INFO neutron_taas.services.taas.taas_plugin [None req-436ba19e-db50-41f0-a287-786d79b03fa9 c980e0284c2d4198a1f4754f1d4237e5 c62d52e5452642b99fb77d8383d7a013 - - default default] TaaS: Handle Delete Port: 3680fad4-4eaf-4014-8500-64d719d49603 2026-04-23 16:04:20.007 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-436ba19e-db50-41f0-a287-786d79b03fa9 c980e0284c2d4198a1f4754f1d4237e5 c62d52e5452642b99fb77d8383d7a013 - - default default] Tap Mirror: Handle Delete Port: 3680fad4-4eaf-4014-8500-64d719d49603 [pid: 8|app: 0|req: 852/1755] 10.0.0.50 () {32 vars in 730 bytes} [Thu Apr 23 16:04:19 2026] DELETE /v2.0/floatingips/f5529e72-acf1-49ae-a1d2-acb7a87078ae => generated 0 bytes in 393 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:04:21.080 7 WARNING neutron.db.securitygroups_db [None req-2a0ae717-4a30-4656-83b4-b2b762be9beb f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 904/1756] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:04:20 2026] GET /v2.0/security-groups?tenant_id=76fde01e67674c4898ceda041e7c229d&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1757] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:04:21 2026] DELETE /v2.0/security-groups/d3635f65-047e-49aa-afd2-bc1b3585e810 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:04:21.518 8 WARNING neutron.db.securitygroups_db [None req-62335508-3e67-4b1a-82c9-64f2ae4efe4b f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 854/1758] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:04:21 2026] GET /v2.0/security-groups?tenant_id=c62d52e5452642b99fb77d8383d7a013&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1759] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:04:21 2026] DELETE /v2.0/security-groups/dbb7cc8c-3634-4417-af34-b4e21c1a4fe5 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:04:21.830 8 WARNING neutron.db.securitygroups_db [None req-7a458a7d-5663-4ed2-83eb-952d471c0b4b f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:04:21.857 7 INFO neutron.db.segments_db [None req-0bc5a7b2-5c6c-49df-8384-d1a391425b3e f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Added segment 4225e417-565a-41e8-862e-b9c3934aa6c3 of type vxlan for network 8ddc4490-6aed-4345-a427-f1e7939ef4e8 [pid: 7|app: 0|req: 905/1760] 10.0.0.50 () {34 vars in 669 bytes} [Thu Apr 23 16:04:21 2026] POST /v2.0/networks => generated 741 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1761] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:04:21 2026] GET /v2.0/security-groups?tenant_id=94872a78c8284347bc38ec0244d2be70&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1762] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:04:21 2026] DELETE /v2.0/security-groups/400168ab-3fc4-424c-aeaf-b68cbe206413 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1763] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:04:21 2026] POST /v2.0/subnets => generated 688 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:04:22.207 8 INFO neutron.db.segments_db [None req-1ec831f6-085d-459d-9557-93aa1a2f8634 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Added segment 16074e1c-1fb6-4ce5-9ec6-aabdcf172419 of type vxlan for network b39c196a-b87d-4264-a458-b6941641e76c [pid: 7|app: 0|req: 907/1764] 10.0.0.50 () {32 vars in 824 bytes} [Thu Apr 23 16:04:22 2026] GET /v2.0/ports?project_id=4bdec1fc466a44f3a960e23b1650bf7a&network_id=8db9e4ff-583e-4c39-af3a-3061a4fe92fd => generated 3695 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:04:22.462 8 INFO neutron.db.l3_hamode_db [None req-1ec831f6-085d-459d-9557-93aa1a2f8634 f6da539685604a2da7012f5530a5d95c 1ec9038c3312410c82af95ac1a3f5838 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 908/1765] 10.0.0.50 () {32 vars in 740 bytes} [Thu Apr 23 16:04:22 2026] GET /v2.0/subnets?network_id=0ab1a6f2-2991-4db5-9b8d-73ad9a0cb05d => generated 667 bytes in 535 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:04:23.408 8 INFO neutron.db.l3_hamode_db [None req-1ec831f6-085d-459d-9557-93aa1a2f8634 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 16:04:23.433 7 INFO neutron.db.l3_db [None req-7fff87c2-1d62-46d4-9446-ade44f6939c7 3208ea278ee643c29013e3e61b20103c 4bdec1fc466a44f3a960e23b1650bf7a - - default default] Floating IP 945bee47-648b-4d88-84ed-8c4bf9865e44 disassociated. External IP: 10.96.250.218, port: f2467a50-8937-472b-9092-03144068bea5. [pid: 7|app: 0|req: 909/1766] 10.0.0.50 () {34 vars in 747 bytes} [Thu Apr 23 16:04:23 2026] PUT /v2.0/floatingips/945bee47-648b-4d88-84ed-8c4bf9865e44 => generated 554 bytes in 515 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:04:23.859 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6b5c0b41-e40d-42a7-945f-77796c91a48c'] response: {'name': 'network-changed', 'server_uuid': 'e09b342d-9c11-4a2b-96d0-c05a6d374eff', 'tag': 'f2467a50-8937-472b-9092-03144068bea5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 910/1767] 10.0.0.60 () {32 vars in 799 bytes} [Thu Apr 23 16:04:23 2026] GET /v2.0/extensions => generated 22037 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1768] 10.0.0.50 () {32 vars in 727 bytes} [Thu Apr 23 16:04:24 2026] GET /v2.0/floatingips/945bee47-648b-4d88-84ed-8c4bf9865e44 => generated 554 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1769] 10.0.0.60 () {30 vars in 722 bytes} [Thu Apr 23 16:04:24 2026] GET /v2.0/quotas/0ccaabfacdfc418ca0c1f6b570691867/details => generated 847 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1770] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:04:22 2026] POST /v2.0/routers => generated 728 bytes in 2284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1771] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:04:24 2026] GET /v2.0/ports?tenant_id=4bdec1fc466a44f3a960e23b1650bf7a&device_id=e09b342d-9c11-4a2b-96d0-c05a6d374eff => 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: 914/1772] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:04:24 2026] GET /v2.0/networks?id=8db9e4ff-583e-4c39-af3a-3061a4fe92fd => generated 756 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1773] 199.204.45.57 () {34 vars in 1058 bytes} [Thu Apr 23 16:04:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=f2467a50-8937-472b-9092-03144068bea5 => 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: 916/1774] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:04:24 2026] GET /v2.0/subnets?id=ea1454e4-f77f-4f95-8ad6-5c5fbfe05011 => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1775] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:04:24 2026] GET /v2.0/ports?network_id=8db9e4ff-583e-4c39-af3a-3061a4fe92fd&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1776] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:04:24 2026] GET /v2.0/networks/8db9e4ff-583e-4c39-af3a-3061a4fe92fd?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: 919/1777] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:04:24 2026] GET /v2.0/networks/8db9e4ff-583e-4c39-af3a-3061a4fe92fd?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: 922/1780] 10.0.0.50 () {32 vars in 727 bytes} [Thu Apr 23 16:04:25 2026] GET /v2.0/floatingips/945bee47-648b-4d88-84ed-8c4bf9865e44 => generated 552 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1781] 10.0.0.50 () {34 vars in 781 bytes} [Thu Apr 23 16:04:24 2026] PUT /v2.0/routers/ea1b6b2f-2270-46ea-b9c0-253774d84ec6/add_router_interface => generated 310 bytes in 1196 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1782] 10.0.0.50 () {34 vars in 676 bytes} [Thu Apr 23 16:04:25 2026] POST /v2.0/qos/policies => generated 359 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:04:25.693 8 WARNING tagging [None req-4b65c263-83ca-43ae-a04a-0f5498d63f52 db3d9423a8784144974aad41cf94f7c6 f0d188aa3f484f0193bcbc93ff97c45c - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 860/1783] 10.0.0.50 () {34 vars in 751 bytes} [Thu Apr 23 16:04:25 2026] PUT /v2.0/policies/2498b659-1045-47f4-9a72-498bf88f39da/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:25.747 7 WARNING tagging [None req-e1b9bfd4-c1e1-4289-8ddc-1e5aea431a86 db3d9423a8784144974aad41cf94f7c6 f0d188aa3f484f0193bcbc93ff97c45c - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 924/1784] 10.0.0.50 () {32 vars in 731 bytes} [Thu Apr 23 16:04:25 2026] GET /v2.0/policies/2498b659-1045-47f4-9a72-498bf88f39da/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:25.794 8 WARNING tagging [None req-d3e2db51-29c5-453f-8c63-3c44eaf8df8b db3d9423a8784144974aad41cf94f7c6 f0d188aa3f484f0193bcbc93ff97c45c - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 861/1785] 10.0.0.50 () {34 vars in 762 bytes} [Thu Apr 23 16:04:25 2026] PUT /v2.0/policies/2498b659-1045-47f4-9a72-498bf88f39da/tags/green => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 16:04:25.856 7 WARNING tagging [None req-bdc12b76-794b-4024-a2b0-5e6e3fc10fd9 db3d9423a8784144974aad41cf94f7c6 f0d188aa3f484f0193bcbc93ff97c45c - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 925/1786] 10.0.0.50 () {32 vars in 731 bytes} [Thu Apr 23 16:04:25 2026] GET /v2.0/policies/2498b659-1045-47f4-9a72-498bf88f39da/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:25.898 8 WARNING tagging [None req-3527076c-52f2-40cb-abbd-0dbfd9ab129b db3d9423a8784144974aad41cf94f7c6 f0d188aa3f484f0193bcbc93ff97c45c - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 862/1787] 10.0.0.50 () {34 vars in 758 bytes} [Thu Apr 23 16:04:25 2026] PUT /v2.0/policies/2498b659-1045-47f4-9a72-498bf88f39da/tags/red => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 16:04:25.947 7 WARNING tagging [None req-a9a6a2c0-afeb-4ec3-ac2a-5fb428e2f630 db3d9423a8784144974aad41cf94f7c6 f0d188aa3f484f0193bcbc93ff97c45c - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 926/1788] 10.0.0.50 () {32 vars in 731 bytes} [Thu Apr 23 16:04:25 2026] GET /v2.0/policies/2498b659-1045-47f4-9a72-498bf88f39da/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:25.990 8 WARNING tagging [None req-4fab0d63-927e-4a31-a858-508400da75ef db3d9423a8784144974aad41cf94f7c6 f0d188aa3f484f0193bcbc93ff97c45c - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 863/1789] 10.0.0.50 () {34 vars in 780 bytes} [Thu Apr 23 16:04:25 2026] PUT /v2.0/policies/2498b659-1045-47f4-9a72-498bf88f39da/tags/black.or.white => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 16:04:26.050 7 WARNING tagging [None req-308bcd0c-9143-4b80-907b-65cacff7a6aa db3d9423a8784144974aad41cf94f7c6 f0d188aa3f484f0193bcbc93ff97c45c - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 927/1790] 10.0.0.50 () {32 vars in 731 bytes} [Thu Apr 23 16:04:26 2026] GET /v2.0/policies/2498b659-1045-47f4-9a72-498bf88f39da/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:26.110 8 WARNING tagging [None req-e0158837-f97f-4b52-99e0-810d0f4ef08b db3d9423a8784144974aad41cf94f7c6 f0d188aa3f484f0193bcbc93ff97c45c - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 864/1791] 10.0.0.50 () {34 vars in 751 bytes} [Thu Apr 23 16:04:26 2026] PUT /v2.0/policies/2498b659-1045-47f4-9a72-498bf88f39da/tags => generated 37 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:26.200 7 WARNING tagging [None req-86f8b5da-49b1-4d3a-b0e5-89bc1a69c583 db3d9423a8784144974aad41cf94f7c6 f0d188aa3f484f0193bcbc93ff97c45c - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 928/1792] 10.0.0.50 () {32 vars in 731 bytes} [Thu Apr 23 16:04:26 2026] GET /v2.0/policies/2498b659-1045-47f4-9a72-498bf88f39da/tags => generated 37 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:26.254 7 WARNING tagging [None req-3e84616f-a4a5-4ef8-b6d2-e33a40dad27e db3d9423a8784144974aad41cf94f7c6 f0d188aa3f484f0193bcbc93ff97c45c - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 929/1793] 10.0.0.50 () {32 vars in 739 bytes} [Thu Apr 23 16:04:26 2026] GET /v2.0/policies/2498b659-1045-47f4-9a72-498bf88f39da/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:04:26.310 7 WARNING tagging [None req-38134253-3bc0-4b47-a2d8-f9888f807d86 db3d9423a8784144974aad41cf94f7c6 f0d188aa3f484f0193bcbc93ff97c45c - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:04:26.321 7 INFO neutron.api.v2.resource [None req-38134253-3bc0-4b47-a2d8-f9888f807d86 db3d9423a8784144974aad41cf94f7c6 f0d188aa3f484f0193bcbc93ff97c45c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 930/1794] 10.0.0.50 () {32 vars in 743 bytes} [Thu Apr 23 16:04:26 2026] GET /v2.0/policies/2498b659-1045-47f4-9a72-498bf88f39da/tags/green => generated 99 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1795] 10.0.0.50 () {34 vars in 683 bytes} [Thu Apr 23 16:04:26 2026] POST /v2.0/security-groups => generated 1673 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 16:04:26.359 7 WARNING tagging [None req-670fe613-ffe6-40f0-89be-c082dfea917f db3d9423a8784144974aad41cf94f7c6 f0d188aa3f484f0193bcbc93ff97c45c - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 931/1796] 10.0.0.50 () {32 vars in 742 bytes} [Thu Apr 23 16:04:26 2026] DELETE /v2.0/policies/2498b659-1045-47f4-9a72-498bf88f39da/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:04:26.413 7 WARNING tagging [None req-d7aa16ff-1015-43d0-b9ac-8dbc0799e592 db3d9423a8784144974aad41cf94f7c6 f0d188aa3f484f0193bcbc93ff97c45c - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 932/1797] 10.0.0.50 () {32 vars in 731 bytes} [Thu Apr 23 16:04:26 2026] GET /v2.0/policies/2498b659-1045-47f4-9a72-498bf88f39da/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:26.448 7 WARNING tagging [None req-bc15c98e-56d6-4470-903c-12931c59059b db3d9423a8784144974aad41cf94f7c6 f0d188aa3f484f0193bcbc93ff97c45c - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:04:26.458 7 INFO neutron.api.v2.resource [None req-bc15c98e-56d6-4470-903c-12931c59059b db3d9423a8784144974aad41cf94f7c6 f0d188aa3f484f0193bcbc93ff97c45c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 933/1798] 10.0.0.50 () {32 vars in 746 bytes} [Thu Apr 23 16:04:26 2026] DELETE /v2.0/policies/2498b659-1045-47f4-9a72-498bf88f39da/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 16:04:26.494 7 WARNING tagging [None req-041067a2-e328-4ab3-b5ee-d234bfcef72b db3d9423a8784144974aad41cf94f7c6 f0d188aa3f484f0193bcbc93ff97c45c - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 866/1799] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:04:26 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: 934/1800] 10.0.0.50 () {32 vars in 734 bytes} [Thu Apr 23 16:04:26 2026] DELETE /v2.0/policies/2498b659-1045-47f4-9a72-498bf88f39da/tags => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:04:26.562 7 WARNING tagging [None req-a5f51cc4-8e90-4fe7-882b-f1c5a2fc6b64 db3d9423a8784144974aad41cf94f7c6 f0d188aa3f484f0193bcbc93ff97c45c - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 935/1801] 10.0.0.50 () {32 vars in 731 bytes} [Thu Apr 23 16:04:26 2026] GET /v2.0/policies/2498b659-1045-47f4-9a72-498bf88f39da/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: 936/1802] 10.0.0.50 () {32 vars in 732 bytes} [Thu Apr 23 16:04:26 2026] DELETE /v2.0/qos/policies/2498b659-1045-47f4-9a72-498bf88f39da => 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: 867/1803] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:04:26 2026] POST /v2.0/security-group-rules => generated 596 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1804] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:04:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1805] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:04:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:04:27.022 7 INFO neutron.db.securitygroups_db [None req-4ecc36c1-ee25-459d-a451-21420d20234e 3208ea278ee643c29013e3e61b20103c 4bdec1fc466a44f3a960e23b1650bf7a - - default default] Project 4bdec1fc466a44f3a960e23b1650bf7a added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 938/1806] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:04:26 2026] POST /v2.0/security-group-rules => generated 607 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:04:27.174 8 INFO neutron.db.securitygroups_db [None req-04788882-532d-4a3c-9ec4-c97bb8bbd55c 3208ea278ee643c29013e3e61b20103c 4bdec1fc466a44f3a960e23b1650bf7a - - default default] Project 4bdec1fc466a44f3a960e23b1650bf7a 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: 869/1807] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:04:27 2026] POST /v2.0/security-group-rules => generated 606 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1808] 10.0.0.60 () {32 vars in 799 bytes} [Thu Apr 23 16:04:27 2026] GET /v2.0/extensions => generated 22037 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-23 16:04:27.564 7 WARNING neutron.db.securitygroups_db [None req-fc7193b8-4866-40ee-8907-c6ee0538289b f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 871/1809] 10.0.0.50 () {32 vars in 647 bytes} [Thu Apr 23 16:04:27 2026] GET /v2.0/networks => generated 1297 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1810] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:04:27 2026] GET /v2.0/security-groups?tenant_id=697b1427993246d8a8e963778faa63ca&name=default => generated 2925 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1811] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:04:27 2026] DELETE /v2.0/security-groups/c2b03da6-6beb-4830-a6dd-6793d1488db7 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:04:27.916 7 WARNING neutron.db.securitygroups_db [req-3897a8ba-426c-4df9-a51d-f1fe38334773 req-19359061-8f40-4cf3-a1ec-0707e17aa4d7 3208ea278ee643c29013e3e61b20103c 4bdec1fc466a44f3a960e23b1650bf7a - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 872/1812] 10.0.0.60 () {30 vars in 722 bytes} [Thu Apr 23 16:04:27 2026] GET /v2.0/quotas/0ccaabfacdfc418ca0c1f6b570691867/details => generated 847 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1813] 10.0.0.164 () {34 vars in 1097 bytes} [Thu Apr 23 16:04:27 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-102558500&fields=id&tenant_id=4bdec1fc466a44f3a960e23b1650bf7a => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1814] 10.0.0.164 () {34 vars in 981 bytes} [Thu Apr 23 16:04:27 2026] GET /v2.0/networks?id=8db9e4ff-583e-4c39-af3a-3061a4fe92fd => generated 660 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1815] 10.0.0.164 () {34 vars in 981 bytes} [Thu Apr 23 16:04:27 2026] GET /v2.0/networks?id=8ddc4490-6aed-4345-a427-f1e7939ef4e8 => generated 673 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1816] 10.0.0.164 () {34 vars in 964 bytes} [Thu Apr 23 16:04:28 2026] GET /v2.0/quotas/4bdec1fc466a44f3a960e23b1650bf7a => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1817] 10.0.0.164 () {34 vars in 964 bytes} [Thu Apr 23 16:04:28 2026] GET /v2.0/quotas/1ec9038c3312410c82af95ac1a3f5838 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1818] 10.0.0.164 () {34 vars in 1001 bytes} [Thu Apr 23 16:04:28 2026] GET /v2.0/ports?tenant_id=1ec9038c3312410c82af95ac1a3f5838&fields=id => generated 103 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:04:28.150 7 WARNING neutron.db.securitygroups_db [None req-2f41e357-62ca-47af-ac81-c19e3a68f6cb f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 875/1819] 10.0.0.164 () {34 vars in 1001 bytes} [Thu Apr 23 16:04:28 2026] GET /v2.0/ports?tenant_id=4bdec1fc466a44f3a960e23b1650bf7a&fields=id => generated 149 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1820] 10.0.0.164 () {34 vars in 1007 bytes} [Thu Apr 23 16:04:28 2026] GET /v2.0/networks/8ddc4490-6aed-4345-a427-f1e7939ef4e8?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1821] 10.0.0.164 () {34 vars in 1007 bytes} [Thu Apr 23 16:04:28 2026] GET /v2.0/networks/8db9e4ff-583e-4c39-af3a-3061a4fe92fd?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1822] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:04:28 2026] GET /v2.0/security-groups?tenant_id=f0d188aa3f484f0193bcbc93ff97c45c&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1823] 10.0.0.164 () {34 vars in 1107 bytes} [Thu Apr 23 16:04:28 2026] GET /v2.0/networks/8ddc4490-6aed-4345-a427-f1e7939ef4e8?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: 946/1824] 10.0.0.164 () {34 vars in 1107 bytes} [Thu Apr 23 16:04:28 2026] GET /v2.0/networks/8db9e4ff-583e-4c39-af3a-3061a4fe92fd?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: 879/1825] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:04:28 2026] DELETE /v2.0/security-groups/381f7466-fc0c-4929-a8be-5c1cdee2713a => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1826] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:28 2026] GET /v2.0/ports?device_id=428a2df1-04dd-465b-8846-7aa8e118eb7a => 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: 880/1827] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:28 2026] GET /v2.0/ports?device_id=dc2b502b-3c5e-45ec-81bd-b505f8469bf4 => 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: 948/1828] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:29 2026] GET /v2.0/ports?device_id=428a2df1-04dd-465b-8846-7aa8e118eb7a => 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: 881/1829] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:29 2026] GET /v2.0/ports?device_id=dc2b502b-3c5e-45ec-81bd-b505f8469bf4 => 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: 949/1830] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:30 2026] GET /v2.0/ports?device_id=428a2df1-04dd-465b-8846-7aa8e118eb7a => 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: 882/1831] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:30 2026] GET /v2.0/ports?device_id=dc2b502b-3c5e-45ec-81bd-b505f8469bf4 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:31.439 7 WARNING neutron.db.securitygroups_db [None req-65abd9f0-e590-4b1b-a16a-f35a64cf3634 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 950/1832] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:04:31 2026] GET /v2.0/security-groups?tenant_id=0ccaabfacdfc418ca0c1f6b570691867&name=default => generated 2925 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1833] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:04:31 2026] DELETE /v2.0/security-groups/b6507a91-79da-4ac4-b19a-836c188e9c6c => 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: 951/1834] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:31 2026] GET /v2.0/ports?device_id=428a2df1-04dd-465b-8846-7aa8e118eb7a => 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: 884/1835] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:31 2026] GET /v2.0/ports?device_id=dc2b502b-3c5e-45ec-81bd-b505f8469bf4 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:32.296 7 INFO neutron.db.segments_db [None req-e4ade1fe-a303-44ef-a6fb-988a6c6f09ef 66922cf4bed0482c940a7f4faba3c963 9f90ceb4f1354177bcf9c4af29d208fc - - default default] Added segment 63be8b15-6424-4131-96a8-bb8e053e7d44 of type vxlan for network 5da5f414-ceb5-4613-8fed-aeff269d89ef [pid: 7|app: 0|req: 952/1836] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:04:32 2026] POST /v2.0/networks => generated 632 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1837] 10.0.0.50 () {34 vars in 662 bytes} [Thu Apr 23 16:04:32 2026] POST /v2.0/ports => generated 743 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 886/1838] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:32 2026] GET /v2.0/ports?device_id=428a2df1-04dd-465b-8846-7aa8e118eb7a => 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: 887/1839] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:32 2026] GET /v2.0/ports?device_id=dc2b502b-3c5e-45ec-81bd-b505f8469bf4 => 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: 953/1840] 10.0.0.50 () {34 vars in 664 bytes} [Thu Apr 23 16:04:32 2026] POST /v2.0/trunks => generated 407 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:04:32.991 8 WARNING tagging [None req-9deb12af-b73b-4b21-a9dc-e134268dcb74 66922cf4bed0482c940a7f4faba3c963 9f90ceb4f1354177bcf9c4af29d208fc - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 888/1841] 10.0.0.50 () {34 vars in 747 bytes} [Thu Apr 23 16:04:32 2026] PUT /v2.0/trunks/eb0be8a5-e3b3-40e6-8a98-9960cef92ff2/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:33.039 7 WARNING tagging [None req-d8c912cd-10b1-4d28-b297-40898b10aa67 66922cf4bed0482c940a7f4faba3c963 9f90ceb4f1354177bcf9c4af29d208fc - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 954/1842] 10.0.0.50 () {32 vars in 727 bytes} [Thu Apr 23 16:04:33 2026] GET /v2.0/trunks/eb0be8a5-e3b3-40e6-8a98-9960cef92ff2/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:33.069 8 WARNING tagging [None req-2564392b-ac63-4516-abf3-9f4c69a14fe9 66922cf4bed0482c940a7f4faba3c963 9f90ceb4f1354177bcf9c4af29d208fc - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 889/1843] 10.0.0.50 () {34 vars in 758 bytes} [Thu Apr 23 16:04:33 2026] PUT /v2.0/trunks/eb0be8a5-e3b3-40e6-8a98-9960cef92ff2/tags/green => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 16:04:33.115 7 WARNING tagging [None req-0779597b-3a8d-423e-b5ea-74101474d980 66922cf4bed0482c940a7f4faba3c963 9f90ceb4f1354177bcf9c4af29d208fc - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 955/1844] 10.0.0.50 () {32 vars in 727 bytes} [Thu Apr 23 16:04:33 2026] GET /v2.0/trunks/eb0be8a5-e3b3-40e6-8a98-9960cef92ff2/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:33.149 8 WARNING tagging [None req-faabefdb-05c4-4830-94da-df660ec565e6 66922cf4bed0482c940a7f4faba3c963 9f90ceb4f1354177bcf9c4af29d208fc - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 890/1845] 10.0.0.50 () {34 vars in 754 bytes} [Thu Apr 23 16:04:33 2026] PUT /v2.0/trunks/eb0be8a5-e3b3-40e6-8a98-9960cef92ff2/tags/red => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 16:04:33.187 8 WARNING tagging [None req-6484ee72-4e6c-43b3-b2f5-84207402bafe 66922cf4bed0482c940a7f4faba3c963 9f90ceb4f1354177bcf9c4af29d208fc - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 891/1846] 10.0.0.50 () {32 vars in 727 bytes} [Thu Apr 23 16:04:33 2026] GET /v2.0/trunks/eb0be8a5-e3b3-40e6-8a98-9960cef92ff2/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1847] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:04:33 2026] GET /v2.0/networks?id=8db9e4ff-583e-4c39-af3a-3061a4fe92fd => generated 660 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:04:33.230 7 WARNING neutron.db.securitygroups_db [req-3897a8ba-426c-4df9-a51d-f1fe38334773 req-f1430c0e-f820-48f4-b6a5-4047218c5446 3208ea278ee643c29013e3e61b20103c 4bdec1fc466a44f3a960e23b1650bf7a - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:04:33.231 8 WARNING tagging [None req-69ad6990-5919-4503-90e3-093d90e7c9da 66922cf4bed0482c940a7f4faba3c963 9f90ceb4f1354177bcf9c4af29d208fc - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 957/1848] 199.204.45.57 () {34 vars in 1048 bytes} [Thu Apr 23 16:04:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4bdec1fc466a44f3a960e23b1650bf7a => generated 273 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1849] 10.0.0.50 () {34 vars in 776 bytes} [Thu Apr 23 16:04:33 2026] PUT /v2.0/trunks/eb0be8a5-e3b3-40e6-8a98-9960cef92ff2/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 16:04:33.284 8 WARNING tagging [None req-6d91ba44-1fde-471e-a4dc-7ae8c757a56d 66922cf4bed0482c940a7f4faba3c963 9f90ceb4f1354177bcf9c4af29d208fc - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 893/1850] 10.0.0.50 () {32 vars in 727 bytes} [Thu Apr 23 16:04:33 2026] GET /v2.0/trunks/eb0be8a5-e3b3-40e6-8a98-9960cef92ff2/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:33.315 8 WARNING tagging [None req-4fbed6cb-2026-4f24-808b-36a180a4d14a 66922cf4bed0482c940a7f4faba3c963 9f90ceb4f1354177bcf9c4af29d208fc - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 894/1851] 10.0.0.50 () {34 vars in 747 bytes} [Thu Apr 23 16:04:33 2026] PUT /v2.0/trunks/eb0be8a5-e3b3-40e6-8a98-9960cef92ff2/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:33.369 8 WARNING tagging [None req-2667957a-ae8c-4f29-a915-7f59b3bc939a 66922cf4bed0482c940a7f4faba3c963 9f90ceb4f1354177bcf9c4af29d208fc - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 895/1852] 10.0.0.50 () {32 vars in 727 bytes} [Thu Apr 23 16:04:33 2026] GET /v2.0/trunks/eb0be8a5-e3b3-40e6-8a98-9960cef92ff2/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:33.403 8 WARNING tagging [None req-bbe7ada1-bf12-48d2-bfee-d15d7e2b05b9 66922cf4bed0482c940a7f4faba3c963 9f90ceb4f1354177bcf9c4af29d208fc - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 896/1853] 10.0.0.50 () {32 vars in 735 bytes} [Thu Apr 23 16:04:33 2026] GET /v2.0/trunks/eb0be8a5-e3b3-40e6-8a98-9960cef92ff2/tags/red => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:04:33.427 8 WARNING tagging [None req-75fb18c9-79a9-4a59-838c-cd276c9ff5e9 66922cf4bed0482c940a7f4faba3c963 9f90ceb4f1354177bcf9c4af29d208fc - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:04:33.436 8 INFO neutron.api.v2.resource [None req-75fb18c9-79a9-4a59-838c-cd276c9ff5e9 66922cf4bed0482c940a7f4faba3c963 9f90ceb4f1354177bcf9c4af29d208fc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 897/1854] 10.0.0.50 () {32 vars in 739 bytes} [Thu Apr 23 16:04:33 2026] GET /v2.0/trunks/eb0be8a5-e3b3-40e6-8a98-9960cef92ff2/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 16:04:33.456 8 WARNING tagging [None req-291b798f-fa7f-4691-a091-e42fe1af15dd 66922cf4bed0482c940a7f4faba3c963 9f90ceb4f1354177bcf9c4af29d208fc - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 898/1855] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:04:33 2026] DELETE /v2.0/trunks/eb0be8a5-e3b3-40e6-8a98-9960cef92ff2/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:04:33.526 8 WARNING tagging [None req-596e9282-f032-4fcc-9652-0467e8ee688d 66922cf4bed0482c940a7f4faba3c963 9f90ceb4f1354177bcf9c4af29d208fc - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 899/1856] 10.0.0.50 () {32 vars in 727 bytes} [Thu Apr 23 16:04:33 2026] GET /v2.0/trunks/eb0be8a5-e3b3-40e6-8a98-9960cef92ff2/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:33.561 8 WARNING tagging [None req-b5d0d0f8-9f7a-4c7b-80c2-c7bf86c95ab8 66922cf4bed0482c940a7f4faba3c963 9f90ceb4f1354177bcf9c4af29d208fc - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:04:33.581 8 INFO neutron.api.v2.resource [None req-b5d0d0f8-9f7a-4c7b-80c2-c7bf86c95ab8 66922cf4bed0482c940a7f4faba3c963 9f90ceb4f1354177bcf9c4af29d208fc - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 900/1857] 10.0.0.50 () {32 vars in 742 bytes} [Thu Apr 23 16:04:33 2026] DELETE /v2.0/trunks/eb0be8a5-e3b3-40e6-8a98-9960cef92ff2/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 16:04:33.602 8 WARNING tagging [None req-cae8e28f-c1f7-448e-a587-c0c20c10b367 66922cf4bed0482c940a7f4faba3c963 9f90ceb4f1354177bcf9c4af29d208fc - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 901/1858] 10.0.0.50 () {32 vars in 730 bytes} [Thu Apr 23 16:04:33 2026] DELETE /v2.0/trunks/eb0be8a5-e3b3-40e6-8a98-9960cef92ff2/tags => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:04:33.648 8 WARNING tagging [None req-bcc1a3f6-bc27-476c-b1f4-4ceba4f66603 66922cf4bed0482c940a7f4faba3c963 9f90ceb4f1354177bcf9c4af29d208fc - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 902/1859] 10.0.0.50 () {32 vars in 727 bytes} [Thu Apr 23 16:04:33 2026] GET /v2.0/trunks/eb0be8a5-e3b3-40e6-8a98-9960cef92ff2/tags => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1860] 199.204.45.57 () {38 vars in 953 bytes} [Thu Apr 23 16:04:33 2026] POST /v2.0/ports => generated 954 bytes in 397 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: 959/1861] 10.0.0.50 () {32 vars in 717 bytes} [Thu Apr 23 16:04:33 2026] GET /v2.0/trunks/eb0be8a5-e3b3-40e6-8a98-9960cef92ff2 => generated 407 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1862] 10.0.0.50 () {32 vars in 715 bytes} [Thu Apr 23 16:04:33 2026] GET /v2.0/ports/b5d490f0-78d6-4edd-b22f-026a38f54c00 => generated 826 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1863] 10.0.0.50 () {32 vars in 720 bytes} [Thu Apr 23 16:04:33 2026] DELETE /v2.0/trunks/eb0be8a5-e3b3-40e6-8a98-9960cef92ff2 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:04:34.038 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f8662ee-51ec-4ced-80ab-b23befb8e43b 66922cf4bed0482c940a7f4faba3c963 9f90ceb4f1354177bcf9c4af29d208fc - - default default] TaaS: Handle Delete Port: b5d490f0-78d6-4edd-b22f-026a38f54c00 2026-04-23 16:04:34.042 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f8662ee-51ec-4ced-80ab-b23befb8e43b 66922cf4bed0482c940a7f4faba3c963 9f90ceb4f1354177bcf9c4af29d208fc - - default default] Tap Mirror: Handle Delete Port: b5d490f0-78d6-4edd-b22f-026a38f54c00 [pid: 7|app: 0|req: 962/1864] 10.0.0.50 () {32 vars in 718 bytes} [Thu Apr 23 16:04:33 2026] DELETE /v2.0/ports/b5d490f0-78d6-4edd-b22f-026a38f54c00 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1865] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:34 2026] GET /v2.0/ports?device_id=428a2df1-04dd-465b-8846-7aa8e118eb7a => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1866] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:34 2026] GET /v2.0/ports?device_id=dc2b502b-3c5e-45ec-81bd-b505f8469bf4 => 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: 903/1867] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Apr 23 16:04:33 2026] PUT /v2.0/ports/859623dc-b005-4b2b-b2b0-ef207a630927 => generated 1235 bytes in 534 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 16:04:34.247 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e9847e4-a342-4834-8ab3-63d0d3494ea2'] response: {'name': 'network-changed', 'server_uuid': '428a2df1-04dd-465b-8846-7aa8e118eb7a', 'tag': '859623dc-b005-4b2b-b2b0-ef207a630927', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 904/1868] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:04:34 2026] GET /v2.0/security-groups?id=2d802ebc-d841-4ab1-92da-bbc101fa1e5d&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:04:34.332 7 INFO neutron.services.segments.plugin [-] Segment 63be8b15-6424-4131-96a8-bb8e053e7d44 resource provider aggregate not found 2026-04-23 16:04:34.340 7 INFO neutron.services.segments.plugin [-] Segment 63be8b15-6424-4131-96a8-bb8e053e7d44 resource provider aggregate not found 2026-04-23 16:04:34.358 7 INFO neutron.services.segments.plugin [-] Segment 63be8b15-6424-4131-96a8-bb8e053e7d44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63be8b15-6424-4131-96a8-bb8e053e7d44 found for delete ", "request_id": "req-7d091c6e-fe7f-45fb-9ad8-b0d3cde10c49"}]} 2026-04-23 16:04:34.361 7 INFO neutron.services.segments.plugin [-] Segment 63be8b15-6424-4131-96a8-bb8e053e7d44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63be8b15-6424-4131-96a8-bb8e053e7d44 found for delete ", "request_id": "req-89869feb-4ba2-4c7e-aed3-7a909951a09d"}]} [pid: 7|app: 0|req: 965/1869] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:04:34 2026] DELETE /v2.0/networks/5da5f414-ceb5-4613-8fed-aeff269d89ef => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1870] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:04:34 2026] GET /v2.0/ports?tenant_id=4bdec1fc466a44f3a960e23b1650bf7a&device_id=428a2df1-04dd-465b-8846-7aa8e118eb7a => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1871] 199.204.45.57 () {34 vars in 1016 bytes} [Thu Apr 23 16:04:34 2026] GET /v2.0/networks?tenant_id=4bdec1fc466a44f3a960e23b1650bf7a&shared=False => generated 756 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1872] 199.204.45.57 () {34 vars in 928 bytes} [Thu Apr 23 16:04:34 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:04:35.194 7 WARNING neutron.db.securitygroups_db [None req-9b74212c-e55c-4745-974a-44024869181d f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 967/1873] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:04:35 2026] GET /v2.0/security-groups?tenant_id=9f90ceb4f1354177bcf9c4af29d208fc&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1874] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:35 2026] GET /v2.0/ports?device_id=dc2b502b-3c5e-45ec-81bd-b505f8469bf4 => 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: 907/1875] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:04:35 2026] DELETE /v2.0/security-groups/429d61cd-b817-4049-a777-25b11435d240 => 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: 969/1876] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:35 2026] GET /v2.0/ports?device_id=428a2df1-04dd-465b-8846-7aa8e118eb7a => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1877] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:04:35 2026] GET /v2.0/networks?id=8ddc4490-6aed-4345-a427-f1e7939ef4e8 => generated 673 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1878] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:04:35 2026] GET /v2.0/security-groups?id=2d802ebc-d841-4ab1-92da-bbc101fa1e5d&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:04:35.557 7 WARNING neutron.db.securitygroups_db [None req-9820abea-fd87-4433-85b5-169b3accf863 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 971/1879] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:04:35 2026] GET /v2.0/security-groups?tenant_id=8d82298150e54bd2b2da888d95dbc5da&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1880] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:04:35 2026] DELETE /v2.0/security-groups/b5612898-f9c9-41c1-b00b-4d384d33fbb6 => 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: 909/1881] 199.204.45.57 () {38 vars in 953 bytes} [Thu Apr 23 16:04:35 2026] POST /v2.0/ports => generated 954 bytes in 927 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: 910/1882] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:04:36 2026] GET /v2.0/ports?tenant_id=4bdec1fc466a44f3a960e23b1650bf7a&device_id=428a2df1-04dd-465b-8846-7aa8e118eb7a => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:04:36.431 7 INFO neutron.db.segments_db [None req-022e4869-998a-44cd-bb6a-835faf1ed73c bcbb67200e30494aafc68d0d8a10c4c4 44f6bbf514ad46c49f012b39b4e9eab1 - - default default] Added segment e3e77a5f-0e6e-4a72-a69e-535112b3ce96 of type vxlan for network d41d700a-9c0e-468c-9920-201329c41bcc [pid: 7|app: 0|req: 973/1883] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:04:35 2026] POST /v2.0/networks => generated 632 bytes in 594 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1884] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:36 2026] GET /v2.0/ports?device_id=dc2b502b-3c5e-45ec-81bd-b505f8469bf4 => generated 957 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1885] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:04:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=859623dc-b005-4b2b-b2b0-ef207a630927 => 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: 976/1886] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:36 2026] GET /v2.0/ports?device_id=428a2df1-04dd-465b-8846-7aa8e118eb7a => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1887] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Apr 23 16:04:36 2026] PUT /v2.0/ports/d3184759-f4c8-4bc6-a73e-2496bce0cda4 => generated 1235 bytes in 523 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: 912/1888] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:04:36 2026] GET /v2.0/security-groups?id=ddc0617c-c5f3-4e0c-842c-bdc143441ce0&fields=id&fields=name => generated 88 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1889] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:04:36 2026] GET /v2.0/subnets?id=ea1454e4-f77f-4f95-8ad6-5c5fbfe05011 => generated 677 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:04:37.006 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-65a49f67-477a-4d28-aa2a-b8ee89e72f67'] response: {'name': 'network-changed', 'server_uuid': 'dc2b502b-3c5e-45ec-81bd-b505f8469bf4', 'tag': 'd3184759-f4c8-4bc6-a73e-2496bce0cda4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 914/1890] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:04:36 2026] GET /v2.0/security-groups?id=2d802ebc-d841-4ab1-92da-bbc101fa1e5d&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1891] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:04:37 2026] GET /v2.0/ports?network_id=8db9e4ff-583e-4c39-af3a-3061a4fe92fd&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1892] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:04:37 2026] GET /v2.0/networks/8db9e4ff-583e-4c39-af3a-3061a4fe92fd?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: 977/1893] 10.0.0.50 () {34 vars in 662 bytes} [Thu Apr 23 16:04:36 2026] POST /v2.0/ports => generated 743 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 917/1894] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:04:37 2026] GET /v2.0/networks/8db9e4ff-583e-4c39-af3a-3061a4fe92fd?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) 2026-04-23 16:04:37.181 7 INFO neutron.db.segments_db [None req-87bf0275-a2f9-42d3-be97-c164969d7939 bcbb67200e30494aafc68d0d8a10c4c4 44f6bbf514ad46c49f012b39b4e9eab1 - - default default] Added segment dd119276-cb8d-45f5-b991-61236e542e94 of type vxlan for network ef59ea12-4f5f-4f6f-ada9-5026d0156da0 [pid: 7|app: 0|req: 978/1895] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:04:37 2026] POST /v2.0/networks => generated 631 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1896] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:04:37 2026] GET /v2.0/ports?tenant_id=1ec9038c3312410c82af95ac1a3f5838&device_id=dc2b502b-3c5e-45ec-81bd-b505f8469bf4 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1897] 199.204.45.57 () {34 vars in 1016 bytes} [Thu Apr 23 16:04:37 2026] GET /v2.0/networks?tenant_id=1ec9038c3312410c82af95ac1a3f5838&shared=False => generated 769 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1898] 10.0.0.50 () {34 vars in 662 bytes} [Thu Apr 23 16:04:37 2026] POST /v2.0/ports => generated 743 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 981/1899] 199.204.45.57 () {34 vars in 928 bytes} [Thu Apr 23 16:04:37 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) 2026-04-23 16:04:37.728 8 INFO neutron.db.segments_db [None req-b9726f0e-7beb-4665-ac29-fe30a7252b57 bcbb67200e30494aafc68d0d8a10c4c4 44f6bbf514ad46c49f012b39b4e9eab1 - - default default] Added segment 963a6756-e83b-4ce0-86a3-18b9c7b3b86f of type vxlan for network 355ae763-2352-4267-b5f6-59feb5e7d523 [pid: 8|app: 0|req: 919/1900] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:04:37 2026] POST /v2.0/networks => generated 632 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1901] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:38 2026] GET /v2.0/ports?device_id=dc2b502b-3c5e-45ec-81bd-b505f8469bf4 => 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: 921/1902] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:38 2026] GET /v2.0/ports?device_id=428a2df1-04dd-465b-8846-7aa8e118eb7a => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1903] 10.0.0.50 () {34 vars in 662 bytes} [Thu Apr 23 16:04:37 2026] POST /v2.0/ports => generated 743 bytes in 324 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: 922/1904] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:04:38 2026] GET /v2.0/security-groups?id=ddc0617c-c5f3-4e0c-842c-bdc143441ce0&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1905] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:04:38 2026] GET /v2.0/security-groups?id=2d802ebc-d841-4ab1-92da-bbc101fa1e5d&fields=id&fields=name => generated 113 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:04:38.308 8 INFO neutron.db.segments_db [None req-9f053399-84ca-43a4-b948-248d13c405b0 bcbb67200e30494aafc68d0d8a10c4c4 44f6bbf514ad46c49f012b39b4e9eab1 - - default default] Added segment d6ff2670-2077-4ea3-9610-0d7b747372d9 of type vxlan for network 6295d70a-c6b6-4c3c-9de7-34752605a642 [pid: 8|app: 0|req: 923/1906] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:04:38 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: 984/1907] 10.0.0.50 () {34 vars in 662 bytes} [Thu Apr 23 16:04:38 2026] POST /v2.0/ports => generated 743 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 924/1908] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:04:38 2026] GET /v2.0/ports?tenant_id=1ec9038c3312410c82af95ac1a3f5838&device_id=dc2b502b-3c5e-45ec-81bd-b505f8469bf4 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1909] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:04:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=d3184759-f4c8-4bc6-a73e-2496bce0cda4 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:38.787 7 INFO neutron.db.segments_db [None req-1d3ad42a-d8f2-4f25-97f5-921af2432e7a bcbb67200e30494aafc68d0d8a10c4c4 44f6bbf514ad46c49f012b39b4e9eab1 - - default default] Added segment e8385c65-6419-45a0-b414-66b363f4e560 of type vxlan for network 4781c32d-5ac1-41cc-b2f3-33487272d803 [pid: 8|app: 0|req: 926/1910] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:04:38 2026] GET /v2.0/subnets?id=b1cb898e-4f50-4004-aaf6-a7e854131cb6 => generated 691 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1911] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:04:38 2026] GET /v2.0/ports?network_id=8ddc4490-6aed-4345-a427-f1e7939ef4e8&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1912] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:04:38 2026] POST /v2.0/networks => generated 632 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1913] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:04:38 2026] GET /v2.0/networks/8ddc4490-6aed-4345-a427-f1e7939ef4e8?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: 929/1914] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:04:38 2026] GET /v2.0/networks/8ddc4490-6aed-4345-a427-f1e7939ef4e8?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: 986/1915] 10.0.0.50 () {34 vars in 662 bytes} [Thu Apr 23 16:04:38 2026] POST /v2.0/ports => generated 743 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1916] 10.0.0.50 () {34 vars in 745 bytes} [Thu Apr 23 16:04:39 2026] PUT /v2.0/ports/61e72b1b-142d-4d39-963f-7dc75a26d013/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 987/1917] 10.0.0.50 () {34 vars in 745 bytes} [Thu Apr 23 16:04:39 2026] PUT /v2.0/ports/598ee4ca-dd88-4d26-b960-ecaf0babb2cd/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 931/1918] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:39 2026] GET /v2.0/ports?device_id=dc2b502b-3c5e-45ec-81bd-b505f8469bf4 => 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: 988/1919] 10.0.0.50 () {34 vars in 745 bytes} [Thu Apr 23 16:04:39 2026] PUT /v2.0/ports/dda52e07-6e34-424a-9c58-5905ce1b3b7f/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1920] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:39 2026] GET /v2.0/ports?device_id=428a2df1-04dd-465b-8846-7aa8e118eb7a => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 989/1921] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:04:39 2026] GET /v2.0/security-groups?id=ddc0617c-c5f3-4e0c-842c-bdc143441ce0&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1922] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:04:39 2026] GET /v2.0/security-groups?id=2d802ebc-d841-4ab1-92da-bbc101fa1e5d&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: 933/1923] 10.0.0.50 () {34 vars in 745 bytes} [Thu Apr 23 16:04:39 2026] PUT /v2.0/ports/109b6a0e-a9e4-40a2-bd0e-1d15061d5a23/tags => 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: 991/1924] 10.0.0.50 () {32 vars in 658 bytes} [Thu Apr 23 16:04:39 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 96 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: 934/1925] 10.0.0.50 () {32 vars in 672 bytes} [Thu Apr 23 16:04:39 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1926] 10.0.0.50 () {32 vars in 668 bytes} [Thu Apr 23 16:04:39 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: 935/1927] 10.0.0.50 () {32 vars in 680 bytes} [Thu Apr 23 16:04:39 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1930] 10.0.0.50 () {32 vars in 666 bytes} [Thu Apr 23 16:04:39 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1931] 10.0.0.50 () {32 vars in 680 bytes} [Thu Apr 23 16:04:39 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1932] 10.0.0.50 () {32 vars in 676 bytes} [Thu Apr 23 16:04:40 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1933] 10.0.0.50 () {32 vars in 688 bytes} [Thu Apr 23 16:04:40 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:04:40.402 7 INFO neutron_taas.services.taas.taas_plugin [None req-8f981b50-dc3f-4cf8-b33a-2ed8595b9993 bcbb67200e30494aafc68d0d8a10c4c4 44f6bbf514ad46c49f012b39b4e9eab1 - - default default] TaaS: Handle Delete Port: 61e72b1b-142d-4d39-963f-7dc75a26d013 2026-04-23 16:04:40.405 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f981b50-dc3f-4cf8-b33a-2ed8595b9993 bcbb67200e30494aafc68d0d8a10c4c4 44f6bbf514ad46c49f012b39b4e9eab1 - - default default] Tap Mirror: Handle Delete Port: 61e72b1b-142d-4d39-963f-7dc75a26d013 [pid: 7|app: 0|req: 995/1934] 10.0.0.50 () {32 vars in 718 bytes} [Thu Apr 23 16:04:40 2026] DELETE /v2.0/ports/61e72b1b-142d-4d39-963f-7dc75a26d013 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1935] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:40 2026] GET /v2.0/ports?device_id=dc2b502b-3c5e-45ec-81bd-b505f8469bf4 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:04:40.643 8 INFO neutron_taas.services.taas.taas_plugin [None req-2691c206-c402-45ef-b19e-30ec1beebb0d bcbb67200e30494aafc68d0d8a10c4c4 44f6bbf514ad46c49f012b39b4e9eab1 - - default default] TaaS: Handle Delete Port: 598ee4ca-dd88-4d26-b960-ecaf0babb2cd 2026-04-23 16:04:40.646 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2691c206-c402-45ef-b19e-30ec1beebb0d bcbb67200e30494aafc68d0d8a10c4c4 44f6bbf514ad46c49f012b39b4e9eab1 - - default default] Tap Mirror: Handle Delete Port: 598ee4ca-dd88-4d26-b960-ecaf0babb2cd [pid: 7|app: 0|req: 997/1936] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:40 2026] GET /v2.0/ports?device_id=428a2df1-04dd-465b-8846-7aa8e118eb7a => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1937] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:04:40 2026] GET /v2.0/security-groups?id=ddc0617c-c5f3-4e0c-842c-bdc143441ce0&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: 999/1938] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:04:40 2026] GET /v2.0/security-groups?id=2d802ebc-d841-4ab1-92da-bbc101fa1e5d&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1939] 10.0.0.50 () {32 vars in 718 bytes} [Thu Apr 23 16:04:40 2026] DELETE /v2.0/ports/598ee4ca-dd88-4d26-b960-ecaf0babb2cd => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:04:40.864 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e8c4d8b-8622-4398-874d-d2b8d60195a3 bcbb67200e30494aafc68d0d8a10c4c4 44f6bbf514ad46c49f012b39b4e9eab1 - - default default] TaaS: Handle Delete Port: dda52e07-6e34-424a-9c58-5905ce1b3b7f 2026-04-23 16:04:40.867 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e8c4d8b-8622-4398-874d-d2b8d60195a3 bcbb67200e30494aafc68d0d8a10c4c4 44f6bbf514ad46c49f012b39b4e9eab1 - - default default] Tap Mirror: Handle Delete Port: dda52e07-6e34-424a-9c58-5905ce1b3b7f [pid: 7|app: 0|req: 1000/1940] 10.0.0.50 () {32 vars in 718 bytes} [Thu Apr 23 16:04:40 2026] DELETE /v2.0/ports/dda52e07-6e34-424a-9c58-5905ce1b3b7f => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:04:41.062 8 INFO neutron_taas.services.taas.taas_plugin [None req-6100e9a3-7b0e-49e3-b158-baaede5693cf bcbb67200e30494aafc68d0d8a10c4c4 44f6bbf514ad46c49f012b39b4e9eab1 - - default default] TaaS: Handle Delete Port: 109b6a0e-a9e4-40a2-bd0e-1d15061d5a23 2026-04-23 16:04:41.065 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6100e9a3-7b0e-49e3-b158-baaede5693cf bcbb67200e30494aafc68d0d8a10c4c4 44f6bbf514ad46c49f012b39b4e9eab1 - - default default] Tap Mirror: Handle Delete Port: 109b6a0e-a9e4-40a2-bd0e-1d15061d5a23 [pid: 8|app: 0|req: 941/1941] 10.0.0.50 () {32 vars in 718 bytes} [Thu Apr 23 16:04:40 2026] DELETE /v2.0/ports/109b6a0e-a9e4-40a2-bd0e-1d15061d5a23 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:04:41.287 7 INFO neutron_taas.services.taas.taas_plugin [None req-977f3304-c970-43af-b5dd-2e703e0f3060 bcbb67200e30494aafc68d0d8a10c4c4 44f6bbf514ad46c49f012b39b4e9eab1 - - default default] TaaS: Handle Delete Port: bcb44028-0813-4e91-b899-6144bf36df7a 2026-04-23 16:04:41.290 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-977f3304-c970-43af-b5dd-2e703e0f3060 bcbb67200e30494aafc68d0d8a10c4c4 44f6bbf514ad46c49f012b39b4e9eab1 - - default default] Tap Mirror: Handle Delete Port: bcb44028-0813-4e91-b899-6144bf36df7a [pid: 7|app: 0|req: 1001/1942] 10.0.0.50 () {32 vars in 718 bytes} [Thu Apr 23 16:04:41 2026] DELETE /v2.0/ports/bcb44028-0813-4e91-b899-6144bf36df7a => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:04:41.530 8 INFO neutron.services.segments.plugin [-] Segment e3e77a5f-0e6e-4a72-a69e-535112b3ce96 resource provider aggregate not found 2026-04-23 16:04:41.534 8 INFO neutron.services.segments.plugin [-] Segment e3e77a5f-0e6e-4a72-a69e-535112b3ce96 resource provider aggregate not found 2026-04-23 16:04:41.566 8 INFO neutron.services.segments.plugin [-] Segment e3e77a5f-0e6e-4a72-a69e-535112b3ce96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3e77a5f-0e6e-4a72-a69e-535112b3ce96 found for delete ", "request_id": "req-a10c3829-6023-439c-bafe-102eeb1bc176"}]} [pid: 8|app: 0|req: 942/1943] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:04:41 2026] DELETE /v2.0/networks/d41d700a-9c0e-468c-9920-201329c41bcc => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:04:41.567 8 INFO neutron.services.segments.plugin [-] Segment e3e77a5f-0e6e-4a72-a69e-535112b3ce96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3e77a5f-0e6e-4a72-a69e-535112b3ce96 found for delete ", "request_id": "req-2115e925-822b-4063-a43d-772b98355078"}]} 2026-04-23 16:04:41.730 7 INFO neutron.services.segments.plugin [-] Segment dd119276-cb8d-45f5-b991-61236e542e94 resource provider aggregate not found 2026-04-23 16:04:41.734 7 INFO neutron.services.segments.plugin [-] Segment dd119276-cb8d-45f5-b991-61236e542e94 resource provider aggregate not found 2026-04-23 16:04:41.751 7 INFO neutron.services.segments.plugin [-] Segment dd119276-cb8d-45f5-b991-61236e542e94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd119276-cb8d-45f5-b991-61236e542e94 found for delete ", "request_id": "req-6e7c8f0f-933e-4bba-bb3d-146a870aea5c"}]} 2026-04-23 16:04:41.757 7 INFO neutron.services.segments.plugin [-] Segment dd119276-cb8d-45f5-b991-61236e542e94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd119276-cb8d-45f5-b991-61236e542e94 found for delete ", "request_id": "req-b4818406-68c6-4915-b00a-1e80a6213f32"}]} [pid: 7|app: 0|req: 1002/1944] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:04:41 2026] DELETE /v2.0/networks/ef59ea12-4f5f-4f6f-ada9-5026d0156da0 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1945] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:41 2026] GET /v2.0/ports?device_id=dc2b502b-3c5e-45ec-81bd-b505f8469bf4 => generated 969 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1946] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:41 2026] GET /v2.0/ports?device_id=428a2df1-04dd-465b-8846-7aa8e118eb7a => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1947] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:04:41 2026] DELETE /v2.0/networks/355ae763-2352-4267-b5f6-59feb5e7d523 => 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: 1004/1948] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:04:41 2026] GET /v2.0/security-groups?id=2d802ebc-d841-4ab1-92da-bbc101fa1e5d&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: 945/1949] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:04:41 2026] GET /v2.0/security-groups?id=ddc0617c-c5f3-4e0c-842c-bdc143441ce0&fields=id&fields=name => generated 88 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1950] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:42 2026] GET /v2.0/ports?device_id=428a2df1-04dd-465b-8846-7aa8e118eb7a => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1951] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:04:41 2026] DELETE /v2.0/networks/6295d70a-c6b6-4c3c-9de7-34752605a642 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1952] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:04:42 2026] GET /v2.0/security-groups?id=2d802ebc-d841-4ab1-92da-bbc101fa1e5d&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1953] 10.0.0.50 () {32 vars in 734 bytes} [Thu Apr 23 16:04:42 2026] GET /v2.0/ports?device_id=428a2df1-04dd-465b-8846-7aa8e118eb7a => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1954] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:04:42 2026] DELETE /v2.0/networks/4781c32d-5ac1-41cc-b2f3-33487272d803 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:04:42.589 8 INFO neutron.db.l3_db [None req-35e9bd59-a7bd-4338-a92c-df3175bc1f42 3208ea278ee643c29013e3e61b20103c 4bdec1fc466a44f3a960e23b1650bf7a - - default default] Floating IP 945bee47-648b-4d88-84ed-8c4bf9865e44 associated. External IP: 10.96.250.218, port: 859623dc-b005-4b2b-b2b0-ef207a630927. [pid: 8|app: 0|req: 949/1955] 10.0.0.50 () {34 vars in 747 bytes} [Thu Apr 23 16:04:42 2026] PUT /v2.0/floatingips/945bee47-648b-4d88-84ed-8c4bf9865e44 => generated 855 bytes in 653 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:04:42.939 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-01322591-e48e-45b7-bf93-15bab1622ff0'] response: {'name': 'network-changed', 'server_uuid': '428a2df1-04dd-465b-8846-7aa8e118eb7a', 'tag': '859623dc-b005-4b2b-b2b0-ef207a630927', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1007/1956] 10.0.0.50 () {32 vars in 727 bytes} [Thu Apr 23 16:04:42 2026] GET /v2.0/floatingips/945bee47-648b-4d88-84ed-8c4bf9865e44 => generated 855 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1957] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:43 2026] GET /v2.0/ports?device_id=dc2b502b-3c5e-45ec-81bd-b505f8469bf4 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1958] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:04:43 2026] GET /v2.0/security-groups?id=ddc0617c-c5f3-4e0c-842c-bdc143441ce0&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:43.448 8 WARNING neutron.db.securitygroups_db [None req-3efe35ff-4c74-4f49-9938-0f05690813f4 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 951/1959] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:04:43 2026] GET /v2.0/security-groups?tenant_id=44f6bbf514ad46c49f012b39b4e9eab1&name=default => generated 2925 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1960] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:04:43 2026] GET /v2.0/ports?tenant_id=4bdec1fc466a44f3a960e23b1650bf7a&device_id=428a2df1-04dd-465b-8846-7aa8e118eb7a => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1961] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:04:43 2026] GET /v2.0/networks?id=8db9e4ff-583e-4c39-af3a-3061a4fe92fd => generated 756 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1962] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:04:43 2026] DELETE /v2.0/security-groups/954ee63a-5084-41df-8c88-40898cffeff6 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1963] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:04:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=859623dc-b005-4b2b-b2b0-ef207a630927 => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1964] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:04:43 2026] GET /v2.0/subnets?id=ea1454e4-f77f-4f95-8ad6-5c5fbfe05011 => generated 677 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1965] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:04:43 2026] GET /v2.0/ports?network_id=8db9e4ff-583e-4c39-af3a-3061a4fe92fd&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:04:43.774 7 INFO neutron.services.segments.plugin [-] Segment 963a6756-e83b-4ce0-86a3-18b9c7b3b86f resource provider aggregate not found 2026-04-23 16:04:43.779 7 INFO neutron.services.segments.plugin [-] Segment 963a6756-e83b-4ce0-86a3-18b9c7b3b86f resource provider aggregate not found 2026-04-23 16:04:43.790 7 INFO neutron.services.segments.plugin [-] Segment 963a6756-e83b-4ce0-86a3-18b9c7b3b86f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 963a6756-e83b-4ce0-86a3-18b9c7b3b86f found for delete ", "request_id": "req-8ceed8d2-da6d-4699-b5fa-dfc5608027b7"}]} 2026-04-23 16:04:43.799 7 INFO neutron.services.segments.plugin [-] Segment 963a6756-e83b-4ce0-86a3-18b9c7b3b86f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 963a6756-e83b-4ce0-86a3-18b9c7b3b86f found for delete ", "request_id": "req-6addc704-a79c-444a-8299-1169ffc96d09"}]} [pid: 8|app: 0|req: 954/1966] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:04:43 2026] GET /v2.0/networks/8db9e4ff-583e-4c39-af3a-3061a4fe92fd?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:43.809 7 WARNING neutron.db.securitygroups_db [None req-c8866aa9-4d03-4662-b087-296b9b8dc951 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:04:43.810 7 INFO neutron.services.segments.plugin [-] Segment d6ff2670-2077-4ea3-9610-0d7b747372d9 resource provider aggregate not found 2026-04-23 16:04:43.830 7 INFO neutron.services.segments.plugin [-] Segment d6ff2670-2077-4ea3-9610-0d7b747372d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6ff2670-2077-4ea3-9610-0d7b747372d9 found for delete ", "request_id": "req-49b6a875-976f-4b0c-8a22-206eb3a526de"}]} 2026-04-23 16:04:43.832 7 INFO neutron.services.segments.plugin [-] Segment d6ff2670-2077-4ea3-9610-0d7b747372d9 resource provider aggregate not found [pid: 8|app: 0|req: 955/1967] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:04:43 2026] GET /v2.0/networks/8db9e4ff-583e-4c39-af3a-3061a4fe92fd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:43.852 7 INFO neutron.services.segments.plugin [-] Segment d6ff2670-2077-4ea3-9610-0d7b747372d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6ff2670-2077-4ea3-9610-0d7b747372d9 found for delete ", "request_id": "req-45fc55e3-042f-4bab-9c66-abbe5345b228"}]} 2026-04-23 16:04:43.858 7 INFO neutron.services.segments.plugin [-] Segment e8385c65-6419-45a0-b414-66b363f4e560 resource provider aggregate not found 2026-04-23 16:04:43.869 7 INFO neutron.services.segments.plugin [-] Segment e8385c65-6419-45a0-b414-66b363f4e560 resource provider aggregate not found 2026-04-23 16:04:43.884 7 INFO neutron.services.segments.plugin [-] Segment e8385c65-6419-45a0-b414-66b363f4e560 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8385c65-6419-45a0-b414-66b363f4e560 found for delete ", "request_id": "req-2c90052a-0be5-46b8-b4a3-cc9ad8160b1e"}]} 2026-04-23 16:04:43.908 7 INFO neutron.services.segments.plugin [-] Segment e8385c65-6419-45a0-b414-66b363f4e560 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8385c65-6419-45a0-b414-66b363f4e560 found for delete ", "request_id": "req-ae4e423c-2ae6-47fd-89de-ff128fad6212"}]} [pid: 7|app: 0|req: 1013/1968] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:04:43 2026] GET /v2.0/security-groups?tenant_id=a16d192e866f4c6d8e7f12a927263c27&name=default => generated 2925 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1969] 10.0.0.50 () {32 vars in 727 bytes} [Thu Apr 23 16:04:43 2026] GET /v2.0/floatingips/945bee47-648b-4d88-84ed-8c4bf9865e44 => generated 855 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1970] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:04:43 2026] DELETE /v2.0/security-groups/522e0fe6-502c-4050-a3c2-2f77652bbaaf => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:04:44.228 8 WARNING neutron.db.securitygroups_db [None req-27f35984-ffa4-4caa-a1c0-58be4626a6e9 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1015/1971] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:44 2026] GET /v2.0/ports?device_id=dc2b502b-3c5e-45ec-81bd-b505f8469bf4 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1972] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:04:44 2026] GET /v2.0/security-groups?id=ddc0617c-c5f3-4e0c-842c-bdc143441ce0&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: 957/1973] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:04:44 2026] GET /v2.0/security-groups?tenant_id=c67142bfdcdd43c3bc9996263bd8aaf3&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1974] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:04:44 2026] DELETE /v2.0/security-groups/c14bd2b3-7b00-48ca-b7e5-8071f36931ec => 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: 958/1975] 10.0.0.50 () {32 vars in 727 bytes} [Thu Apr 23 16:04:45 2026] GET /v2.0/floatingips/945bee47-648b-4d88-84ed-8c4bf9865e44 => generated 857 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1976] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:45 2026] GET /v2.0/ports?device_id=dc2b502b-3c5e-45ec-81bd-b505f8469bf4 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1977] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:04:45 2026] GET /v2.0/security-groups?id=ddc0617c-c5f3-4e0c-842c-bdc143441ce0&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1978] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:46 2026] GET /v2.0/ports?device_id=dc2b502b-3c5e-45ec-81bd-b505f8469bf4 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1979] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:04:46 2026] GET /v2.0/security-groups?id=ddc0617c-c5f3-4e0c-842c-bdc143441ce0&fields=id&fields=name => generated 88 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1980] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:48 2026] GET /v2.0/ports?device_id=dc2b502b-3c5e-45ec-81bd-b505f8469bf4 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1981] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:04:48 2026] GET /v2.0/security-groups?id=ddc0617c-c5f3-4e0c-842c-bdc143441ce0&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: 1021/1982] 199.204.45.57 () {34 vars in 992 bytes} [Thu Apr 23 16:04:48 2026] GET /v2.0/ports?device_id=dc2b502b-3c5e-45ec-81bd-b505f8469bf4 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:04:48.412 8 INFO neutron_taas.services.taas.taas_plugin [req-f9564a61-ab2b-4af8-875a-ff37eba13e94 req-3e33430a-49f9-4250-8f69-5a3364d6c022 d318664b4ca3451781d19d73e6a8e8a4 1ec9038c3312410c82af95ac1a3f5838 - - default default] TaaS: Handle Delete Port: d3184759-f4c8-4bc6-a73e-2496bce0cda4 2026-04-23 16:04:48.415 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f9564a61-ab2b-4af8-875a-ff37eba13e94 req-3e33430a-49f9-4250-8f69-5a3364d6c022 d318664b4ca3451781d19d73e6a8e8a4 1ec9038c3312410c82af95ac1a3f5838 - - default default] Tap Mirror: Handle Delete Port: d3184759-f4c8-4bc6-a73e-2496bce0cda4 [pid: 8|app: 0|req: 962/1983] 199.204.45.57 () {36 vars in 995 bytes} [Thu Apr 23 16:04:48 2026] DELETE /v2.0/ports/d3184759-f4c8-4bc6-a73e-2496bce0cda4 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:04:48.599 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a5201eb5-dd14-4ba6-aa25-aabe8216c868'] response: {'server_uuid': 'dc2b502b-3c5e-45ec-81bd-b505f8469bf4', 'name': 'network-vif-deleted', 'tag': 'd3184759-f4c8-4bc6-a73e-2496bce0cda4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1022/1984] 10.0.0.50 () {34 vars in 676 bytes} [Thu Apr 23 16:04:48 2026] POST /v2.0/qos/policies => generated 359 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1985] 10.0.0.50 () {34 vars in 676 bytes} [Thu Apr 23 16:04:49 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1986] 10.0.0.50 () {34 vars in 676 bytes} [Thu Apr 23 16:04:49 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1987] 10.0.0.50 () {34 vars in 676 bytes} [Thu Apr 23 16:04:49 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1988] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:49 2026] GET /v2.0/ports?device_id=dc2b502b-3c5e-45ec-81bd-b505f8469bf4 => 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: 1024/1989] 10.0.0.50 () {34 vars in 676 bytes} [Thu Apr 23 16:04:49 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:04:49.341 8 WARNING tagging [None req-32e996a0-a59e-44a0-9c01-ea2803e00630 36db4483ee254e1eba4150abca3a0af8 4d7ecb25bd564e50828cd6e13ba9b21b - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 966/1990] 10.0.0.50 () {34 vars in 751 bytes} [Thu Apr 23 16:04:49 2026] PUT /v2.0/policies/7bf428ed-7713-4683-b7da-482ac9c2d4d8/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:49.397 7 WARNING tagging [None req-42068e31-78b1-46a5-932f-e3bc2864c0d1 36db4483ee254e1eba4150abca3a0af8 4d7ecb25bd564e50828cd6e13ba9b21b - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1025/1991] 10.0.0.50 () {34 vars in 751 bytes} [Thu Apr 23 16:04:49 2026] PUT /v2.0/policies/10edd3cc-7d3f-4ac4-85ce-1fe7c4630f48/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:49.449 8 WARNING tagging [None req-0e2cafb1-ff56-417f-b24d-ba85429ec4e2 36db4483ee254e1eba4150abca3a0af8 4d7ecb25bd564e50828cd6e13ba9b21b - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 967/1992] 10.0.0.50 () {34 vars in 751 bytes} [Thu Apr 23 16:04:49 2026] PUT /v2.0/policies/e13c2e18-aa61-4efa-8833-05681dd3f6c4/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:49.503 7 WARNING tagging [None req-b1511f4b-13d2-4369-8273-5e1b9bdb9bfb 36db4483ee254e1eba4150abca3a0af8 4d7ecb25bd564e50828cd6e13ba9b21b - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1026/1993] 10.0.0.50 () {34 vars in 751 bytes} [Thu Apr 23 16:04:49 2026] PUT /v2.0/policies/5264daef-3d66-48cf-8ce8-50afa39cab51/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1994] 10.0.0.50 () {32 vars in 672 bytes} [Thu Apr 23 16:04:49 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/1995] 10.0.0.50 () {32 vars in 686 bytes} [Thu Apr 23 16:04:50 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1996] 10.0.0.50 () {32 vars in 682 bytes} [Thu Apr 23 16:04:50 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1997] 10.0.0.50 () {32 vars in 694 bytes} [Thu Apr 23 16:04:50 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1998] 10.0.0.50 () {32 vars in 680 bytes} [Thu Apr 23 16:04:50 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1999] 10.0.0.50 () {32 vars in 694 bytes} [Thu Apr 23 16:04:50 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2000] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:50 2026] GET /v2.0/ports?device_id=dc2b502b-3c5e-45ec-81bd-b505f8469bf4 => 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: 971/2001] 10.0.0.50 () {32 vars in 690 bytes} [Thu Apr 23 16:04:50 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: 7|app: 0|req: 1031/2002] 10.0.0.50 () {32 vars in 702 bytes} [Thu Apr 23 16:04:50 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/2003] 10.0.0.50 () {32 vars in 732 bytes} [Thu Apr 23 16:04:50 2026] DELETE /v2.0/qos/policies/7bf428ed-7713-4683-b7da-482ac9c2d4d8 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2004] 10.0.0.50 () {32 vars in 732 bytes} [Thu Apr 23 16:04:50 2026] DELETE /v2.0/qos/policies/10edd3cc-7d3f-4ac4-85ce-1fe7c4630f48 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2005] 10.0.0.50 () {32 vars in 732 bytes} [Thu Apr 23 16:04:50 2026] DELETE /v2.0/qos/policies/e13c2e18-aa61-4efa-8833-05681dd3f6c4 => 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: 1033/2006] 10.0.0.50 () {32 vars in 732 bytes} [Thu Apr 23 16:04:50 2026] DELETE /v2.0/qos/policies/5264daef-3d66-48cf-8ce8-50afa39cab51 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2007] 10.0.0.50 () {32 vars in 732 bytes} [Thu Apr 23 16:04:50 2026] DELETE /v2.0/qos/policies/f534ad5f-5f0b-4d84-b67c-ca97be3b6b08 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2008] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:04:51 2026] GET /v2.0/ports?device_id=dc2b502b-3c5e-45ec-81bd-b505f8469bf4 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:04:51.738 8 WARNING neutron.db.securitygroups_db [None req-51d501dc-b9dd-40ff-a261-5ecc3d70294c f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 975/2009] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:04:51 2026] GET /v2.0/security-groups?tenant_id=4d7ecb25bd564e50828cd6e13ba9b21b&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2010] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:04:51 2026] DELETE /v2.0/security-groups/301fce68-6da3-4ccf-a272-f8c241d431e6 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:04:52.084 8 WARNING neutron.db.securitygroups_db [None req-85bdf9b8-a12b-4edd-a822-a187788b39f2 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 976/2011] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:04:52 2026] GET /v2.0/security-groups?tenant_id=0ddac95076e7409eaefbd7174be73f4c&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2012] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:04:52 2026] DELETE /v2.0/security-groups/f59efcdb-b6cf-4fd5-9fc0-3d023feaa433 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:04:52.470 8 WARNING neutron.db.securitygroups_db [None req-f1c761dc-cbf0-41d6-8ac5-973622f77084 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 977/2013] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:04:52 2026] GET /v2.0/security-groups?tenant_id=45e1ee1759964c348ac4fa8a567e3b59&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2014] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:04:52 2026] DELETE /v2.0/security-groups/607e7e10-0e98-40f3-9e45-1869363c0f7e => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:04:54.181 8 INFO neutron_taas.services.taas.taas_plugin [None req-660b936f-f776-486a-b8fc-99b8b2c067fa f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: 630dbc34-903c-4e57-8b45-152d980edecb 2026-04-23 16:04:54.185 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-660b936f-f776-486a-b8fc-99b8b2c067fa f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: 630dbc34-903c-4e57-8b45-152d980edecb [pid: 7|app: 0|req: 1038/2015] 10.0.0.73 () {34 vars in 988 bytes} [Thu Apr 23 16:04:54 2026] GET /v2.0/ports?device_id=428a2df1-04dd-465b-8846-7aa8e118eb7a => generated 1240 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2016] 10.0.0.73 () {34 vars in 1038 bytes} [Thu Apr 23 16:04:54 2026] GET /v2.0/security-groups?id=2d802ebc-d841-4ab1-92da-bbc101fa1e5d&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: 978/2017] 10.0.0.50 () {34 vars in 787 bytes} [Thu Apr 23 16:04:53 2026] PUT /v2.0/routers/ea1b6b2f-2270-46ea-b9c0-253774d84ec6/remove_router_interface => generated 310 bytes in 1016 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:04:54.998 7 INFO neutron_taas.services.taas.taas_plugin [None req-ae8f3d2b-ddb7-4dd6-b526-720d531975d3 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: 75c857ee-adc9-4e17-a9ee-684e7d99abff 2026-04-23 16:04:55.001 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae8f3d2b-ddb7-4dd6-b526-720d531975d3 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: 75c857ee-adc9-4e17-a9ee-684e7d99abff 2026-04-23 16:04:55.263 7 INFO neutron_taas.services.taas.taas_plugin [None req-ae8f3d2b-ddb7-4dd6-b526-720d531975d3 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: f7178074-e9c4-4b14-b325-223ffbf7098f 2026-04-23 16:04:55.267 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae8f3d2b-ddb7-4dd6-b526-720d531975d3 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: f7178074-e9c4-4b14-b325-223ffbf7098f 2026-04-23 16:04:55.649 7 INFO neutron.services.segments.plugin [-] Segment 16074e1c-1fb6-4ce5-9ec6-aabdcf172419 resource provider aggregate not found 2026-04-23 16:04:55.658 7 INFO neutron.services.segments.plugin [-] Segment 16074e1c-1fb6-4ce5-9ec6-aabdcf172419 resource provider aggregate not found 2026-04-23 16:04:55.670 7 INFO neutron.services.segments.plugin [-] Segment 16074e1c-1fb6-4ce5-9ec6-aabdcf172419 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16074e1c-1fb6-4ce5-9ec6-aabdcf172419 found for delete ", "request_id": "req-7aae7dc6-4a25-4e01-a8a6-f251b678bc25"}]} 2026-04-23 16:04:55.679 7 INFO neutron.services.segments.plugin [-] Segment 16074e1c-1fb6-4ce5-9ec6-aabdcf172419 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16074e1c-1fb6-4ce5-9ec6-aabdcf172419 found for delete ", "request_id": "req-d2539566-07da-4d90-9d1e-d4f15d8f5c76"}]} 2026-04-23 16:04:55.688 7 INFO neutron.db.l3_hamode_db [None req-ae8f3d2b-ddb7-4dd6-b526-720d531975d3 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] HA network b39c196a-b87d-4264-a458-b6941641e76c was deleted as no HA routers are present in project 1ec9038c3312410c82af95ac1a3f5838. [pid: 7|app: 0|req: 1040/2020] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:04:54 2026] DELETE /v2.0/routers/ea1b6b2f-2270-46ea-b9c0-253774d84ec6 => generated 0 bytes in 912 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2021] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:04:55 2026] DELETE /v2.0/subnets/b1cb898e-4f50-4004-aaf6-a7e854131cb6 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:04:55.983 7 INFO neutron_taas.services.taas.taas_plugin [None req-6690b9e7-f0e8-4d44-8572-61e7bbc77f02 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: a25acb8c-9c25-4968-be80-d6f344c585d3 2026-04-23 16:04:55.986 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6690b9e7-f0e8-4d44-8572-61e7bbc77f02 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: a25acb8c-9c25-4968-be80-d6f344c585d3 [pid: 7|app: 0|req: 1041/2022] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:04:55 2026] DELETE /v2.0/networks/8ddc4490-6aed-4345-a427-f1e7939ef4e8 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:04:56.369 8 WARNING neutron.db.securitygroups_db [None req-091b6b75-7820-4f2d-b1f6-940c3ebfe6b7 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 982/2023] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:04:56 2026] GET /v2.0/security-groups?tenant_id=1ec9038c3312410c82af95ac1a3f5838&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: 1042/2024] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:04:56 2026] DELETE /v2.0/security-groups/ddc0617c-c5f3-4e0c-842c-bdc143441ce0 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:04:57.525 8 INFO neutron.db.segments_db [None req-ee98ada2-a28b-468e-ad18-9320ee5b7676 d3edaba3ec654846b60d96e922274b9f 2a9625d8fed34bc4b36f2fe2ea2e26a7 - - default default] Added segment 09ec1146-1372-4837-a86f-cc40e76f3fda of type vxlan for network 9134e6a7-9a55-4c0c-adee-d22d9b9e3704 [pid: 8|app: 0|req: 983/2025] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:04:57 2026] POST /v2.0/networks => generated 631 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:04:57.697 7 INFO neutron.services.segments.plugin [-] Segment 4225e417-565a-41e8-862e-b9c3934aa6c3 resource provider aggregate not found 2026-04-23 16:04:57.708 7 INFO neutron.services.segments.plugin [-] Segment 4225e417-565a-41e8-862e-b9c3934aa6c3 resource provider aggregate not found 2026-04-23 16:04:57.717 7 INFO neutron.services.segments.plugin [-] Segment 4225e417-565a-41e8-862e-b9c3934aa6c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4225e417-565a-41e8-862e-b9c3934aa6c3 found for delete ", "request_id": "req-dcd8f520-92b6-4226-b4f2-cc279458f76d"}]} 2026-04-23 16:04:57.728 7 INFO neutron.services.segments.plugin [-] Segment 4225e417-565a-41e8-862e-b9c3934aa6c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4225e417-565a-41e8-862e-b9c3934aa6c3 found for delete ", "request_id": "req-be1a6ddf-580a-4d71-971a-0bfee143fbc7"}]} [pid: 7|app: 0|req: 1043/2026] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:04:57 2026] POST /v2.0/subnets => generated 626 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:04:58.048 8 INFO neutron.db.segments_db [None req-f102a899-37f8-4a91-8460-39b971616008 d3edaba3ec654846b60d96e922274b9f 2a9625d8fed34bc4b36f2fe2ea2e26a7 - - default default] Added segment 82604081-5e80-45da-811e-21036b526ef1 of type vxlan for network be054ef2-9275-4d8c-9114-9311dfa5821d [pid: 8|app: 0|req: 984/2027] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:04:57 2026] POST /v2.0/networks => generated 631 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2028] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:04:58 2026] POST /v2.0/subnets => generated 629 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:04:58.470 7 INFO neutron.db.segments_db [None req-4da298a4-f966-4717-8e88-ba47e7e2bab6 d3edaba3ec654846b60d96e922274b9f 2a9625d8fed34bc4b36f2fe2ea2e26a7 - - default default] Added segment b53579b1-de77-4f1e-8efb-a847cad51e52 of type vxlan for network ddc1e100-e35e-4c12-81e8-704715936b1e [pid: 7|app: 0|req: 1045/2029] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:04:58 2026] POST /v2.0/networks => generated 632 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:04:58.679 8 INFO neutron.db.segments_db [None req-d580b8d2-314b-4247-8429-62820e98bf3b f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Added segment a799e3cf-e2cb-400c-b538-f63da7b7bd25 of type vxlan for network 89fad323-65a6-4771-9b46-ab8adc60d43e [pid: 8|app: 0|req: 985/2030] 10.0.0.50 () {34 vars in 669 bytes} [Thu Apr 23 16:04:58 2026] POST /v2.0/networks => generated 740 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2031] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:04:58 2026] POST /v2.0/subnets => generated 629 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:04:58.896 7 INFO neutron.db.segments_db [None req-dbcb5946-3777-49f8-938c-78cf165f99c3 d3edaba3ec654846b60d96e922274b9f 2a9625d8fed34bc4b36f2fe2ea2e26a7 - - default default] Added segment 1d3858fc-0ddf-4ce4-8fae-e645cec423e0 of type vxlan for network 2d4a64e7-e2b3-43ae-ae46-104062150690 [pid: 8|app: 0|req: 986/2032] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:04:58 2026] POST /v2.0/subnets => generated 687 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2033] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:04:58 2026] POST /v2.0/networks => generated 629 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:04:59.029 8 INFO neutron.db.segments_db [None req-d357f5f5-7379-4744-a479-edd0890b76dd f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Added segment d6e413ed-0f17-4d74-9f3c-acd53fa98d6a of type vxlan for network ff8cbd90-4fab-499f-ae1e-51dd7e41f6cf [pid: 7|app: 0|req: 1048/2034] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:04:58 2026] POST /v2.0/subnets => generated 629 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:04:59.302 7 INFO neutron.db.segments_db [None req-9deea929-4114-43c5-9c6c-1ca3a44b1253 d3edaba3ec654846b60d96e922274b9f 2a9625d8fed34bc4b36f2fe2ea2e26a7 - - default default] Added segment 7d8b6ed8-3fce-4faf-b1ff-a4f9cdb8ae4d of type vxlan for network 38ee1016-679d-4338-84ca-3db44929dab4 2026-04-23 16:04:59.317 8 INFO neutron.db.l3_hamode_db [None req-d357f5f5-7379-4744-a479-edd0890b76dd f6da539685604a2da7012f5530a5d95c f6b9a1f31fb847ddbb00c1b325ce9406 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1049/2035] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:04:59 2026] POST /v2.0/networks => generated 632 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2036] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:04:59 2026] POST /v2.0/subnets => generated 629 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2037] 10.0.0.50 () {34 vars in 749 bytes} [Thu Apr 23 16:04:59 2026] PUT /v2.0/subnets/16a3d35f-376f-4e45-bb52-f5d94560d088/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2038] 10.0.0.50 () {34 vars in 749 bytes} [Thu Apr 23 16:04:59 2026] PUT /v2.0/subnets/e8fd673c-43f5-40b3-96fb-cde57bd125dd/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2039] 10.0.0.50 () {34 vars in 749 bytes} [Thu Apr 23 16:04:59 2026] PUT /v2.0/subnets/637278bb-442a-4d79-85a3-a4041d773bcf/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2040] 10.0.0.50 () {34 vars in 749 bytes} [Thu Apr 23 16:04:59 2026] PUT /v2.0/subnets/dd50cf60-28ce-402a-8823-b33756d6ea2d/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2041] 10.0.0.50 () {32 vars in 662 bytes} [Thu Apr 23 16:04:59 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2042] 10.0.0.50 () {32 vars in 676 bytes} [Thu Apr 23 16:04:59 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2043] 10.0.0.50 () {32 vars in 672 bytes} [Thu Apr 23 16:04:59 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2044] 10.0.0.50 () {32 vars in 684 bytes} [Thu Apr 23 16:05:00 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:05:00.091 8 INFO neutron.db.l3_hamode_db [None req-d357f5f5-7379-4744-a479-edd0890b76dd f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1059/2045] 10.0.0.50 () {32 vars in 670 bytes} [Thu Apr 23 16:05:00 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2046] 10.0.0.50 () {32 vars in 684 bytes} [Thu Apr 23 16:05:00 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2047] 10.0.0.50 () {32 vars in 680 bytes} [Thu Apr 23 16:05:00 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2048] 10.0.0.50 () {32 vars in 692 bytes} [Thu Apr 23 16:05:00 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2049] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:05:00 2026] DELETE /v2.0/subnets/16a3d35f-376f-4e45-bb52-f5d94560d088 => 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: 1064/2050] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:05:00 2026] DELETE /v2.0/subnets/e8fd673c-43f5-40b3-96fb-cde57bd125dd => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2051] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:05:00 2026] DELETE /v2.0/subnets/637278bb-442a-4d79-85a3-a4041d773bcf => 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: 1066/2052] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:05:00 2026] DELETE /v2.0/subnets/dd50cf60-28ce-402a-8823-b33756d6ea2d => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2053] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:05:00 2026] DELETE /v2.0/subnets/84d27445-b028-4478-ad16-fb55b848c7f4 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:05:01.044 7 INFO neutron_taas.services.taas.taas_plugin [None req-96aac4f4-9670-425d-a2b9-988692aa5061 d3edaba3ec654846b60d96e922274b9f 2a9625d8fed34bc4b36f2fe2ea2e26a7 - - default default] TaaS: Handle Delete Port: 6e366ddb-1e89-4b67-a0e5-9778d99b0637 2026-04-23 16:05:01.049 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96aac4f4-9670-425d-a2b9-988692aa5061 d3edaba3ec654846b60d96e922274b9f 2a9625d8fed34bc4b36f2fe2ea2e26a7 - - default default] Tap Mirror: Handle Delete Port: 6e366ddb-1e89-4b67-a0e5-9778d99b0637 [pid: 8|app: 0|req: 987/2054] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:04:58 2026] POST /v2.0/routers => generated 727 bytes in 2075 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:05:01.243 7 INFO neutron.services.segments.plugin [-] Segment 09ec1146-1372-4837-a86f-cc40e76f3fda resource provider aggregate not found 2026-04-23 16:05:01.249 7 INFO neutron.services.segments.plugin [-] Segment 09ec1146-1372-4837-a86f-cc40e76f3fda resource provider aggregate not found 2026-04-23 16:05:01.270 7 INFO neutron.services.segments.plugin [-] Segment 09ec1146-1372-4837-a86f-cc40e76f3fda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09ec1146-1372-4837-a86f-cc40e76f3fda found for delete ", "request_id": "req-ca6506e3-d327-4869-aab2-a8807c2c8efe"}]} [pid: 7|app: 0|req: 1068/2055] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:05:00 2026] DELETE /v2.0/networks/9134e6a7-9a55-4c0c-adee-d22d9b9e3704 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:05:01.277 7 INFO neutron.services.segments.plugin [-] Segment 09ec1146-1372-4837-a86f-cc40e76f3fda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09ec1146-1372-4837-a86f-cc40e76f3fda found for delete ", "request_id": "req-e7609ca7-3e4b-4eae-affb-2e475cb10fd9"}]} [pid: 7|app: 0|req: 1069/2056] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:05:01 2026] DELETE /v2.0/networks/be054ef2-9275-4d8c-9114-9311dfa5821d => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2057] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:05:01 2026] DELETE /v2.0/networks/ddc1e100-e35e-4c12-81e8-704715936b1e => 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: 1071/2058] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:05:01 2026] DELETE /v2.0/networks/2d4a64e7-e2b3-43ae-ae46-104062150690 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2059] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:05:01 2026] DELETE /v2.0/networks/38ee1016-679d-4338-84ca-3db44929dab4 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2060] 10.0.0.50 () {34 vars in 781 bytes} [Thu Apr 23 16:05:01 2026] PUT /v2.0/routers/9f6f300b-7042-4a41-8bc2-3ad343f5c3ec/add_router_interface => generated 310 bytes in 1342 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:05:02.898 7 WARNING neutron.db.securitygroups_db [None req-29f61a22-827b-4973-87c7-081c120362ca f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1073/2061] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:05:02 2026] GET /v2.0/security-groups?tenant_id=94d8207177c84655b0c2af40c7ff347c&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2062] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:02 2026] DELETE /v2.0/security-groups/6bb10a5d-8b18-4eae-8254-08d1d968aef1 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:05:03.262 7 WARNING neutron.db.securitygroups_db [None req-9f14427d-36ef-43cb-8220-0b926fcd0123 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:05:03.303 7 INFO neutron.services.segments.plugin [-] Segment 82604081-5e80-45da-811e-21036b526ef1 resource provider aggregate not found 2026-04-23 16:05:03.312 7 INFO neutron.services.segments.plugin [-] Segment 82604081-5e80-45da-811e-21036b526ef1 resource provider aggregate not found 2026-04-23 16:05:03.330 7 INFO neutron.services.segments.plugin [-] Segment 82604081-5e80-45da-811e-21036b526ef1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82604081-5e80-45da-811e-21036b526ef1 found for delete ", "request_id": "req-3180f76b-20cd-43af-acc5-2a43065ba6be"}]} 2026-04-23 16:05:03.339 7 INFO neutron.services.segments.plugin [-] Segment 82604081-5e80-45da-811e-21036b526ef1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82604081-5e80-45da-811e-21036b526ef1 found for delete ", "request_id": "req-8b349b0b-01ce-49e8-8dfc-9904ff9da71a"}]} 2026-04-23 16:05:03.361 7 INFO neutron.services.segments.plugin [-] Segment b53579b1-de77-4f1e-8efb-a847cad51e52 resource provider aggregate not found 2026-04-23 16:05:03.366 7 INFO neutron.services.segments.plugin [-] Segment b53579b1-de77-4f1e-8efb-a847cad51e52 resource provider aggregate not found 2026-04-23 16:05:03.391 7 INFO neutron.services.segments.plugin [-] Segment b53579b1-de77-4f1e-8efb-a847cad51e52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b53579b1-de77-4f1e-8efb-a847cad51e52 found for delete ", "request_id": "req-bed768a4-2b72-4dd5-bff4-d2481c35b519"}]} 2026-04-23 16:05:03.393 7 INFO neutron.services.segments.plugin [-] Segment b53579b1-de77-4f1e-8efb-a847cad51e52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b53579b1-de77-4f1e-8efb-a847cad51e52 found for delete ", "request_id": "req-b2c32eec-71c5-48b2-9065-50ef5504e201"}]} 2026-04-23 16:05:03.416 7 INFO neutron.services.segments.plugin [-] Segment 1d3858fc-0ddf-4ce4-8fae-e645cec423e0 resource provider aggregate not found [pid: 8|app: 0|req: 990/2063] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:03 2026] GET /v2.0/ports?device_id=428a2df1-04dd-465b-8846-7aa8e118eb7a => generated 971 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:05:03.421 7 INFO neutron.services.segments.plugin [-] Segment 1d3858fc-0ddf-4ce4-8fae-e645cec423e0 resource provider aggregate not found 2026-04-23 16:05:03.444 7 INFO neutron.services.segments.plugin [-] Segment 1d3858fc-0ddf-4ce4-8fae-e645cec423e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d3858fc-0ddf-4ce4-8fae-e645cec423e0 found for delete ", "request_id": "req-742fb18b-9f9a-4e07-b46f-0c74affa0cfa"}]} 2026-04-23 16:05:03.447 7 INFO neutron.services.segments.plugin [-] Segment 1d3858fc-0ddf-4ce4-8fae-e645cec423e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d3858fc-0ddf-4ce4-8fae-e645cec423e0 found for delete ", "request_id": "req-90cad2af-b170-4913-b4fa-45b281b1068d"}]} 2026-04-23 16:05:03.465 7 INFO neutron.services.segments.plugin [-] Segment 7d8b6ed8-3fce-4faf-b1ff-a4f9cdb8ae4d resource provider aggregate not found 2026-04-23 16:05:03.471 7 INFO neutron.services.segments.plugin [-] Segment 7d8b6ed8-3fce-4faf-b1ff-a4f9cdb8ae4d resource provider aggregate not found [pid: 8|app: 0|req: 991/2064] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:05:03 2026] GET /v2.0/security-groups?id=2d802ebc-d841-4ab1-92da-bbc101fa1e5d&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:05:03.491 7 INFO neutron.services.segments.plugin [-] Segment 7d8b6ed8-3fce-4faf-b1ff-a4f9cdb8ae4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d8b6ed8-3fce-4faf-b1ff-a4f9cdb8ae4d found for delete ", "request_id": "req-418eb4c2-b2fd-412c-9c93-d1ec181d8331"}]} 2026-04-23 16:05:03.497 7 INFO neutron.services.segments.plugin [-] Segment 7d8b6ed8-3fce-4faf-b1ff-a4f9cdb8ae4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d8b6ed8-3fce-4faf-b1ff-a4f9cdb8ae4d found for delete ", "request_id": "req-82d812c3-bf80-40ad-83c0-092c6c6d74b4"}]} [pid: 7|app: 0|req: 1074/2065] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:05:03 2026] GET /v2.0/security-groups?tenant_id=5d9f762b15494c3789c0b6c5d1f06c20&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2066] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:03 2026] DELETE /v2.0/security-groups/6ad56a32-f5f4-480a-8e87-a65fd5487fac => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:05:03.886 8 WARNING neutron.db.securitygroups_db [None req-305e1469-b7c6-4529-9893-471b80915664 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 993/2067] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:05:03 2026] GET /v2.0/security-groups?tenant_id=2a9625d8fed34bc4b36f2fe2ea2e26a7&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:05:03.966 7 INFO neutron.db.segments_db [None req-d086e07a-8a62-45fe-a387-f5238844f07d f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Added segment 9b86154d-84c6-46c7-ae97-e1d489cf037e of type vxlan for network 090597de-2121-460a-b805-085c155751c6 [pid: 8|app: 0|req: 994/2068] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:03 2026] DELETE /v2.0/security-groups/4faeabf3-894f-4318-ac17-eb55065b4746 => 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: 1075/2069] 10.0.0.50 () {34 vars in 669 bytes} [Thu Apr 23 16:05:03 2026] POST /v2.0/networks => generated 740 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2070] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:05:04 2026] POST /v2.0/subnets => generated 687 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:05:04.459 7 INFO neutron.db.segments_db [None req-98dbece8-1fd6-44e5-b212-09c795f4912b f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Added segment 9d02fb00-c889-4e6a-979a-9371167a93d3 of type vxlan for network fb799ffb-13d4-4be2-9fa1-cc68d8f678ac [pid: 8|app: 0|req: 996/2071] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:04 2026] GET /v2.0/ports?device_id=428a2df1-04dd-465b-8846-7aa8e118eb7a => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2072] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:05:04 2026] GET /v2.0/security-groups?id=2d802ebc-d841-4ab1-92da-bbc101fa1e5d&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:05:04.855 7 INFO neutron.db.l3_hamode_db [None req-98dbece8-1fd6-44e5-b212-09c795f4912b f6da539685604a2da7012f5530a5d95c 0c6e7a828b7841c58875b0d190174dfa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 16:05:05.758 7 INFO neutron.db.l3_hamode_db [None req-98dbece8-1fd6-44e5-b212-09c795f4912b f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 998/2073] 199.204.45.57 () {34 vars in 992 bytes} [Thu Apr 23 16:05:05 2026] GET /v2.0/ports?device_id=428a2df1-04dd-465b-8846-7aa8e118eb7a => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2074] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:05 2026] GET /v2.0/ports?device_id=428a2df1-04dd-465b-8846-7aa8e118eb7a => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:05:05.941 8 INFO neutron_taas.services.taas.taas_plugin [req-faecdaec-3fcf-42b0-b6f2-69cc4bf61e54 req-5d713fd1-f220-4401-af6c-68bf8510edba 3208ea278ee643c29013e3e61b20103c 4bdec1fc466a44f3a960e23b1650bf7a - - default default] TaaS: Handle Delete Port: 859623dc-b005-4b2b-b2b0-ef207a630927 2026-04-23 16:05:05.945 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-faecdaec-3fcf-42b0-b6f2-69cc4bf61e54 req-5d713fd1-f220-4401-af6c-68bf8510edba 3208ea278ee643c29013e3e61b20103c 4bdec1fc466a44f3a960e23b1650bf7a - - default default] Tap Mirror: Handle Delete Port: 859623dc-b005-4b2b-b2b0-ef207a630927 2026-04-23 16:05:06.085 8 INFO neutron.db.l3_db [req-faecdaec-3fcf-42b0-b6f2-69cc4bf61e54 req-5d713fd1-f220-4401-af6c-68bf8510edba 3208ea278ee643c29013e3e61b20103c 4bdec1fc466a44f3a960e23b1650bf7a - - default default] Floating IP 945bee47-648b-4d88-84ed-8c4bf9865e44 disassociated. External IP: 10.96.250.218, port: 859623dc-b005-4b2b-b2b0-ef207a630927. [pid: 8|app: 0|req: 1000/2075] 199.204.45.57 () {36 vars in 995 bytes} [Thu Apr 23 16:05:05 2026] DELETE /v2.0/ports/859623dc-b005-4b2b-b2b0-ef207a630927 => generated 0 bytes in 647 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:05:06.534 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-69483b66-8f49-4a9c-9d19-ba5a700e7d52'] response: {'server_uuid': '428a2df1-04dd-465b-8846-7aa8e118eb7a', 'name': 'network-vif-deleted', 'tag': '859623dc-b005-4b2b-b2b0-ef207a630927', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1001/2076] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:05:06 2026] GET /v2.0/security-groups?id=2d802ebc-d841-4ab1-92da-bbc101fa1e5d&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2077] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:05:04 2026] POST /v2.0/routers => generated 727 bytes in 2249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2078] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:07 2026] GET /v2.0/ports?device_id=428a2df1-04dd-465b-8846-7aa8e118eb7a => 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: 1002/2079] 10.0.0.50 () {34 vars in 781 bytes} [Thu Apr 23 16:05:06 2026] PUT /v2.0/routers/2dec8882-6c7a-41d5-994d-4557737b2fcd/add_router_interface => generated 310 bytes in 1421 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2080] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:08 2026] GET /v2.0/ports?device_id=428a2df1-04dd-465b-8846-7aa8e118eb7a => 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: 1004/2081] 10.0.0.50 () {34 vars in 683 bytes} [Thu Apr 23 16:05:08 2026] POST /v2.0/security-groups => generated 1673 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2082] 10.0.0.50 () {34 vars in 674 bytes} [Thu Apr 23 16:05:08 2026] POST /v2.0/subnetpools => generated 516 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2083] 10.0.0.50 () {34 vars in 674 bytes} [Thu Apr 23 16:05:08 2026] POST /v2.0/subnetpools => generated 516 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2084] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:05:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2085] 10.0.0.50 () {34 vars in 674 bytes} [Thu Apr 23 16:05:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2086] 10.0.0.50 () {34 vars in 674 bytes} [Thu Apr 23 16:05:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2087] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:05:09 2026] POST /v2.0/security-group-rules => generated 596 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2088] 10.0.0.50 () {34 vars in 674 bytes} [Thu Apr 23 16:05:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2089] 10.0.0.50 () {34 vars in 757 bytes} [Thu Apr 23 16:05:09 2026] PUT /v2.0/subnetpools/32be913f-0c3c-41b3-9794-644ecac8030e/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2090] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:05:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2091] 10.0.0.50 () {34 vars in 757 bytes} [Thu Apr 23 16:05:09 2026] PUT /v2.0/subnetpools/2d5cc8f9-95a6-4d4f-a2e8-ee134942d8a2/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2092] 10.0.0.50 () {34 vars in 757 bytes} [Thu Apr 23 16:05:09 2026] PUT /v2.0/subnetpools/08dc62b1-3144-41bc-af71-7ab6e0d8c2a5/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2093] 10.0.0.50 () {34 vars in 757 bytes} [Thu Apr 23 16:05:09 2026] PUT /v2.0/subnetpools/b03a3869-b2cf-4b66-8538-4d3f5bc6b1ce/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2094] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:05:09 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: 1087/2095] 10.0.0.50 () {32 vars in 670 bytes} [Thu Apr 23 16:05:09 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2096] 10.0.0.50 () {32 vars in 684 bytes} [Thu Apr 23 16:05:09 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2097] 10.0.0.50 () {32 vars in 680 bytes} [Thu Apr 23 16:05:09 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:05:09.622 8 INFO neutron.db.securitygroups_db [None req-36dd8e23-142c-492b-bda4-190de57b7c19 5a6cca439d634bbdbd839271c126c821 f6b9a1f31fb847ddbb00c1b325ce9406 - - default default] Project f6b9a1f31fb847ddbb00c1b325ce9406 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: 1090/2098] 10.0.0.50 () {32 vars in 692 bytes} [Thu Apr 23 16:05:09 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2099] 10.0.0.50 () {32 vars in 678 bytes} [Thu Apr 23 16:05:09 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2100] 10.0.0.50 () {32 vars in 692 bytes} [Thu Apr 23 16:05:09 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: 1009/2101] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:05:09 2026] POST /v2.0/security-group-rules => generated 607 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2102] 10.0.0.50 () {32 vars in 688 bytes} [Thu Apr 23 16:05:09 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2103] 10.0.0.50 () {32 vars in 700 bytes} [Thu Apr 23 16:05:09 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:05:09.778 8 INFO neutron.db.securitygroups_db [None req-d7ce670b-b24c-4f58-a0ae-d6cdc8c098a6 5a6cca439d634bbdbd839271c126c821 f6b9a1f31fb847ddbb00c1b325ce9406 - - default default] Project f6b9a1f31fb847ddbb00c1b325ce9406 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: 1095/2104] 10.0.0.50 () {32 vars in 730 bytes} [Thu Apr 23 16:05:09 2026] DELETE /v2.0/subnetpools/32be913f-0c3c-41b3-9794-644ecac8030e => 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: 1096/2105] 10.0.0.50 () {32 vars in 730 bytes} [Thu Apr 23 16:05:09 2026] DELETE /v2.0/subnetpools/2d5cc8f9-95a6-4d4f-a2e8-ee134942d8a2 => 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: 1010/2108] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:05:09 2026] POST /v2.0/security-group-rules => generated 606 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2109] 10.0.0.50 () {32 vars in 730 bytes} [Thu Apr 23 16:05:09 2026] DELETE /v2.0/subnetpools/08dc62b1-3144-41bc-af71-7ab6e0d8c2a5 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2110] 10.0.0.50 () {32 vars in 730 bytes} [Thu Apr 23 16:05:09 2026] DELETE /v2.0/subnetpools/b03a3869-b2cf-4b66-8538-4d3f5bc6b1ce => 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: 1011/2111] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:09 2026] DELETE /v2.0/security-groups/2d802ebc-d841-4ab1-92da-bbc101fa1e5d => generated 0 bytes in 166 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2112] 10.0.0.50 () {32 vars in 730 bytes} [Thu Apr 23 16:05:10 2026] DELETE /v2.0/subnetpools/56a81c4a-96ac-4b20-aa5b-2933678eb3f2 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:05:10.229 8 INFO neutron_taas.services.taas.taas_plugin [None req-c24cd21b-3ca3-40de-89be-be595e7bd03c 3208ea278ee643c29013e3e61b20103c 4bdec1fc466a44f3a960e23b1650bf7a - - default default] TaaS: Handle Delete Port: 01b3e304-6459-4f32-902c-571f8479a735 2026-04-23 16:05:10.232 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c24cd21b-3ca3-40de-89be-be595e7bd03c 3208ea278ee643c29013e3e61b20103c 4bdec1fc466a44f3a960e23b1650bf7a - - default default] Tap Mirror: Handle Delete Port: 01b3e304-6459-4f32-902c-571f8479a735 [pid: 8|app: 0|req: 1012/2113] 10.0.0.50 () {32 vars in 730 bytes} [Thu Apr 23 16:05:10 2026] DELETE /v2.0/floatingips/945bee47-648b-4d88-84ed-8c4bf9865e44 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2114] 10.0.0.50 () {34 vars in 683 bytes} [Thu Apr 23 16:05:10 2026] POST /v2.0/security-groups => generated 1660 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2115] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:05:10 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: 1103/2116] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:10 2026] GET /v2.0/ports?device_id=e09b342d-9c11-4a2b-96d0-c05a6d374eff => 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: 1104/2117] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:05:10 2026] GET /v2.0/security-groups?id=36b65614-20e7-4afe-bcb5-32ad1923b9ca&fields=id&fields=name => generated 114 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2118] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:05:10 2026] POST /v2.0/security-group-rules => generated 602 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:05:11.285 8 WARNING neutron.db.securitygroups_db [None req-8b2e55e4-4ffd-4665-a4f3-66c78276fe94 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1015/2119] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:05:11 2026] GET /v2.0/security-groups?tenant_id=fb105a908ad2406c8ea49dbce52b43a1&name=default => generated 2925 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2120] 10.0.0.50 () {34 vars in 674 bytes} [Thu Apr 23 16:05:10 2026] POST /v2.0/floatingips => generated 552 bytes in 752 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2121] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:11 2026] DELETE /v2.0/security-groups/1faedc12-9230-4aab-b011-594ce4a94859 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:05:11.733 7 WARNING neutron.db.securitygroups_db [req-f3c6d874-4ad1-44ca-ae8d-28708d23ff84 req-7a4260de-1333-4ad0-8f4f-0b78c554f1a8 5a6cca439d634bbdbd839271c126c821 f6b9a1f31fb847ddbb00c1b325ce9406 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:05:11.764 8 WARNING neutron.db.securitygroups_db [None req-8f1711ea-711d-44eb-ba9f-451e322b75ae f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1106/2122] 10.0.0.164 () {34 vars in 1097 bytes} [Thu Apr 23 16:05:11 2026] GET /v2.0/security-groups?name=tempest-securitygroup--220398958&fields=id&tenant_id=f6b9a1f31fb847ddbb00c1b325ce9406 => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:05:11.781 7 WARNING neutron.db.securitygroups_db [req-f3c6d874-4ad1-44ca-ae8d-28708d23ff84 req-02c444e3-69f3-450a-aef4-980a84803a42 5a6cca439d634bbdbd839271c126c821 f6b9a1f31fb847ddbb00c1b325ce9406 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1107/2123] 10.0.0.164 () {34 vars in 1097 bytes} [Thu Apr 23 16:05:11 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-478178212&fields=id&tenant_id=f6b9a1f31fb847ddbb00c1b325ce9406 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2124] 10.0.0.164 () {34 vars in 981 bytes} [Thu Apr 23 16:05:11 2026] GET /v2.0/networks?id=89fad323-65a6-4771-9b46-ab8adc60d43e => generated 672 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2125] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:11 2026] GET /v2.0/ports?device_id=e09b342d-9c11-4a2b-96d0-c05a6d374eff => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2126] 10.0.0.164 () {34 vars in 964 bytes} [Thu Apr 23 16:05:11 2026] GET /v2.0/quotas/f6b9a1f31fb847ddbb00c1b325ce9406 => 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: 1111/2127] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:05:11 2026] GET /v2.0/security-groups?id=36b65614-20e7-4afe-bcb5-32ad1923b9ca&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2128] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:05:11 2026] GET /v2.0/security-groups?tenant_id=d6e2004fffd84ff990fcc573225e862a&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2129] 10.0.0.164 () {34 vars in 1001 bytes} [Thu Apr 23 16:05:11 2026] GET /v2.0/ports?tenant_id=f6b9a1f31fb847ddbb00c1b325ce9406&fields=id => generated 103 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2130] 10.0.0.164 () {34 vars in 1007 bytes} [Thu Apr 23 16:05:12 2026] GET /v2.0/networks/89fad323-65a6-4771-9b46-ab8adc60d43e?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: 1018/2131] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:11 2026] DELETE /v2.0/security-groups/1fea6abe-604d-49f0-9f05-dc3d046ca2d7 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2132] 10.0.0.164 () {34 vars in 1107 bytes} [Thu Apr 23 16:05:12 2026] GET /v2.0/networks/89fad323-65a6-4771-9b46-ab8adc60d43e?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: 1019/2133] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:12 2026] GET /v2.0/ports?device_id=819a18c8-9da6-4f2e-910d-5cf2509a8f7e => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:05:12.376 7 WARNING neutron.db.securitygroups_db [None req-18f84b2c-c280-4323-b0fe-182e538ea081 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1115/2134] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:05:12 2026] GET /v2.0/security-groups?tenant_id=a425a71bd3104ea8afbb51b54c44f8a7&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: 1020/2135] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:12 2026] DELETE /v2.0/security-groups/f7e19bc4-672f-4765-a79f-86890c6cac43 => 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: 1116/2136] 199.204.45.57 () {34 vars in 992 bytes} [Thu Apr 23 16:05:12 2026] GET /v2.0/ports?device_id=e09b342d-9c11-4a2b-96d0-c05a6d374eff => 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: 1117/2137] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:13 2026] GET /v2.0/ports?device_id=e09b342d-9c11-4a2b-96d0-c05a6d374eff => 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: 1118/2138] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:05:13 2026] GET /v2.0/security-groups?id=36b65614-20e7-4afe-bcb5-32ad1923b9ca&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:05:13.232 8 INFO neutron_taas.services.taas.taas_plugin [req-c0f54b49-ff93-487f-b739-2da7aad16552 req-b747b4f1-759c-4824-a94c-7f5d0d657528 3208ea278ee643c29013e3e61b20103c 4bdec1fc466a44f3a960e23b1650bf7a - - default default] TaaS: Handle Delete Port: f2467a50-8937-472b-9092-03144068bea5 2026-04-23 16:05:13.238 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c0f54b49-ff93-487f-b739-2da7aad16552 req-b747b4f1-759c-4824-a94c-7f5d0d657528 3208ea278ee643c29013e3e61b20103c 4bdec1fc466a44f3a960e23b1650bf7a - - default default] Tap Mirror: Handle Delete Port: f2467a50-8937-472b-9092-03144068bea5 [pid: 8|app: 0|req: 1021/2139] 199.204.45.57 () {36 vars in 995 bytes} [Thu Apr 23 16:05:13 2026] DELETE /v2.0/ports/f2467a50-8937-472b-9092-03144068bea5 => generated 0 bytes in 358 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:05:13.438 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-18819f05-841f-4542-a4ba-057335a3c9fc'] response: {'server_uuid': 'e09b342d-9c11-4a2b-96d0-c05a6d374eff', 'name': 'network-vif-deleted', 'tag': 'f2467a50-8937-472b-9092-03144068bea5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1119/2140] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:13 2026] GET /v2.0/ports?device_id=819a18c8-9da6-4f2e-910d-5cf2509a8f7e => 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: 1022/2141] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:14 2026] GET /v2.0/ports?device_id=e09b342d-9c11-4a2b-96d0-c05a6d374eff => 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: 1120/2142] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:14 2026] GET /v2.0/ports?device_id=819a18c8-9da6-4f2e-910d-5cf2509a8f7e => 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: 1023/2143] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:15 2026] GET /v2.0/ports?device_id=e09b342d-9c11-4a2b-96d0-c05a6d374eff => 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: 1121/2144] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:15 2026] GET /v2.0/ports?device_id=819a18c8-9da6-4f2e-910d-5cf2509a8f7e => 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: 1122/2145] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:16 2026] GET /v2.0/ports?device_id=e09b342d-9c11-4a2b-96d0-c05a6d374eff => 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: 1123/2146] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:05:16 2026] GET /v2.0/networks?id=89fad323-65a6-4771-9b46-ab8adc60d43e => generated 672 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:05:16.771 7 WARNING neutron.db.securitygroups_db [req-f3c6d874-4ad1-44ca-ae8d-28708d23ff84 req-3f1fecc6-131e-442e-807e-7f2784fa7139 5a6cca439d634bbdbd839271c126c821 f6b9a1f31fb847ddbb00c1b325ce9406 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1124/2147] 199.204.45.57 () {34 vars in 1048 bytes} [Thu Apr 23 16:05:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f6b9a1f31fb847ddbb00c1b325ce9406 => generated 272 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2148] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:16 2026] GET /v2.0/ports?device_id=819a18c8-9da6-4f2e-910d-5cf2509a8f7e => 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: 1024/2149] 10.0.0.50 () {34 vars in 674 bytes} [Thu Apr 23 16:05:16 2026] POST /v2.0/floatingips => generated 552 bytes in 820 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:05:16.979 8 WARNING tagging [None req-8103099a-9c6f-4003-8f5c-6b639eebd629 6b70cef9fca04b8797747c1d3b06c367 6162442678f9454f89c94c1c13d047a1 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1025/2150] 10.0.0.50 () {34 vars in 757 bytes} [Thu Apr 23 16:05:16 2026] PUT /v2.0/floatingips/da029e2a-3a60-49aa-95a7-c177ed6df8e3/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:05:17.059 8 WARNING tagging [None req-9415c810-444b-4d2e-aa19-a77236a88659 6b70cef9fca04b8797747c1d3b06c367 6162442678f9454f89c94c1c13d047a1 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1026/2151] 10.0.0.50 () {32 vars in 737 bytes} [Thu Apr 23 16:05:17 2026] GET /v2.0/floatingips/da029e2a-3a60-49aa-95a7-c177ed6df8e3/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:05:17.109 8 WARNING tagging [None req-4753a556-98ee-4433-a372-1e755d416f6b 6b70cef9fca04b8797747c1d3b06c367 6162442678f9454f89c94c1c13d047a1 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1027/2152] 10.0.0.50 () {34 vars in 768 bytes} [Thu Apr 23 16:05:17 2026] PUT /v2.0/floatingips/da029e2a-3a60-49aa-95a7-c177ed6df8e3/tags/green => generated 4 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 16:05:17.198 8 WARNING tagging [None req-f6760ef1-ff2a-4f59-bc6d-313516b76838 6b70cef9fca04b8797747c1d3b06c367 6162442678f9454f89c94c1c13d047a1 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1126/2153] 199.204.45.57 () {38 vars in 953 bytes} [Thu Apr 23 16:05:16 2026] POST /v2.0/ports => generated 993 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1028/2154] 10.0.0.50 () {32 vars in 737 bytes} [Thu Apr 23 16:05:17 2026] GET /v2.0/floatingips/da029e2a-3a60-49aa-95a7-c177ed6df8e3/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:05:17.243 8 WARNING tagging [None req-fcac0481-42c2-4e05-8068-3a8d720ae93a 6b70cef9fca04b8797747c1d3b06c367 6162442678f9454f89c94c1c13d047a1 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1029/2155] 10.0.0.50 () {34 vars in 764 bytes} [Thu Apr 23 16:05:17 2026] PUT /v2.0/floatingips/da029e2a-3a60-49aa-95a7-c177ed6df8e3/tags/red => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 16:05:17.307 8 WARNING tagging [None req-07e1fe14-99a9-4729-9b45-9146e0b1a216 6b70cef9fca04b8797747c1d3b06c367 6162442678f9454f89c94c1c13d047a1 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1030/2156] 10.0.0.50 () {32 vars in 737 bytes} [Thu Apr 23 16:05:17 2026] GET /v2.0/floatingips/da029e2a-3a60-49aa-95a7-c177ed6df8e3/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:05:17.352 8 WARNING tagging [None req-c38b6d81-d2c9-485a-86ec-f0179b37e439 6b70cef9fca04b8797747c1d3b06c367 6162442678f9454f89c94c1c13d047a1 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1031/2157] 10.0.0.50 () {34 vars in 786 bytes} [Thu Apr 23 16:05:17 2026] PUT /v2.0/floatingips/da029e2a-3a60-49aa-95a7-c177ed6df8e3/tags/black.or.white => generated 4 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 16:05:17.450 8 WARNING tagging [None req-86211651-29a7-4a0b-b3f4-95852218e1aa 6b70cef9fca04b8797747c1d3b06c367 6162442678f9454f89c94c1c13d047a1 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1032/2158] 10.0.0.50 () {32 vars in 737 bytes} [Thu Apr 23 16:05:17 2026] GET /v2.0/floatingips/da029e2a-3a60-49aa-95a7-c177ed6df8e3/tags => generated 52 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:05:17.498 8 WARNING tagging [None req-45806152-9a73-48c7-9f82-69e8d8c4dd1a 6b70cef9fca04b8797747c1d3b06c367 6162442678f9454f89c94c1c13d047a1 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1033/2159] 10.0.0.50 () {34 vars in 757 bytes} [Thu Apr 23 16:05:17 2026] PUT /v2.0/floatingips/da029e2a-3a60-49aa-95a7-c177ed6df8e3/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:05:17.560 8 WARNING tagging [None req-363515f5-73dd-413c-b8cc-abb30d5bfb9b 6b70cef9fca04b8797747c1d3b06c367 6162442678f9454f89c94c1c13d047a1 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1034/2160] 10.0.0.50 () {32 vars in 737 bytes} [Thu Apr 23 16:05:17 2026] GET /v2.0/floatingips/da029e2a-3a60-49aa-95a7-c177ed6df8e3/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:05:17.610 8 WARNING tagging [None req-ab056748-b43f-4add-b178-386421b8b946 6b70cef9fca04b8797747c1d3b06c367 6162442678f9454f89c94c1c13d047a1 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1035/2161] 10.0.0.50 () {32 vars in 745 bytes} [Thu Apr 23 16:05:17 2026] GET /v2.0/floatingips/da029e2a-3a60-49aa-95a7-c177ed6df8e3/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2162] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:17 2026] GET /v2.0/ports?device_id=e09b342d-9c11-4a2b-96d0-c05a6d374eff => 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: 1127/2163] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Apr 23 16:05:17 2026] PUT /v2.0/ports/8757a4ec-fa90-45e7-8040-646e2d33dd34 => generated 1274 bytes in 439 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:05:17.669 8 WARNING tagging [None req-84184b3e-270f-44b7-adee-aa27ade486a8 6b70cef9fca04b8797747c1d3b06c367 6162442678f9454f89c94c1c13d047a1 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:05:17.685 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f4ec5a39-d8fc-4445-af0f-d093d660eced'] response: {'name': 'network-changed', 'server_uuid': '819a18c8-9da6-4f2e-910d-5cf2509a8f7e', 'tag': '8757a4ec-fa90-45e7-8040-646e2d33dd34', 'status': 'completed', 'code': 200} 2026-04-23 16:05:17.691 8 INFO neutron.api.v2.resource [None req-84184b3e-270f-44b7-adee-aa27ade486a8 6b70cef9fca04b8797747c1d3b06c367 6162442678f9454f89c94c1c13d047a1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1037/2164] 10.0.0.50 () {32 vars in 749 bytes} [Thu Apr 23 16:05:17 2026] GET /v2.0/floatingips/da029e2a-3a60-49aa-95a7-c177ed6df8e3/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 16:05:17.761 7 WARNING tagging [None req-03e72013-d159-4426-9527-c16655793cbb 6b70cef9fca04b8797747c1d3b06c367 6162442678f9454f89c94c1c13d047a1 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1128/2165] 10.0.0.50 () {32 vars in 748 bytes} [Thu Apr 23 16:05:17 2026] DELETE /v2.0/floatingips/da029e2a-3a60-49aa-95a7-c177ed6df8e3/tags/red => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:05:17.857 8 WARNING tagging [None req-da99f823-5b4b-404c-8ec0-00f4f44092f7 6b70cef9fca04b8797747c1d3b06c367 6162442678f9454f89c94c1c13d047a1 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1038/2166] 10.0.0.50 () {32 vars in 737 bytes} [Thu Apr 23 16:05:17 2026] GET /v2.0/floatingips/da029e2a-3a60-49aa-95a7-c177ed6df8e3/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:05:17.910 7 WARNING tagging [None req-b24d69fb-4a25-4756-a94b-322473ccb9c9 6b70cef9fca04b8797747c1d3b06c367 6162442678f9454f89c94c1c13d047a1 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:05:17.934 7 INFO neutron.api.v2.resource [None req-b24d69fb-4a25-4756-a94b-322473ccb9c9 6b70cef9fca04b8797747c1d3b06c367 6162442678f9454f89c94c1c13d047a1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1129/2167] 10.0.0.50 () {32 vars in 752 bytes} [Thu Apr 23 16:05:17 2026] DELETE /v2.0/floatingips/da029e2a-3a60-49aa-95a7-c177ed6df8e3/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 16:05:17.968 7 WARNING tagging [None req-19eda78e-0dbe-4786-ac58-b02d6bfcf867 6b70cef9fca04b8797747c1d3b06c367 6162442678f9454f89c94c1c13d047a1 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1039/2168] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:17 2026] GET /v2.0/ports?device_id=819a18c8-9da6-4f2e-910d-5cf2509a8f7e => generated 1008 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2169] 10.0.0.50 () {32 vars in 740 bytes} [Thu Apr 23 16:05:17 2026] DELETE /v2.0/floatingips/da029e2a-3a60-49aa-95a7-c177ed6df8e3/tags => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:05:18.045 7 WARNING tagging [None req-70ac48c1-005c-42e1-b8d5-6921e8493d7f 6b70cef9fca04b8797747c1d3b06c367 6162442678f9454f89c94c1c13d047a1 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1040/2170] 10.0.0.164 () {34 vars in 1119 bytes} [Thu Apr 23 16:05:18 2026] GET /v2.0/security-groups?id=92290c0e-97e8-438b-b4ce-87156956dda9&id=07dc1eb9-2ccd-4755-a005-62c17cf9fc38&fields=id&fields=name => generated 205 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2171] 10.0.0.50 () {32 vars in 737 bytes} [Thu Apr 23 16:05:18 2026] GET /v2.0/floatingips/da029e2a-3a60-49aa-95a7-c177ed6df8e3/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:05:18.198 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a726e8f-c6d7-4867-9411-78f5fddc6be7 6b70cef9fca04b8797747c1d3b06c367 6162442678f9454f89c94c1c13d047a1 - - default default] TaaS: Handle Delete Port: a352ae21-4036-420c-a2ef-fb7beefb4588 2026-04-23 16:05:18.201 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a726e8f-c6d7-4867-9411-78f5fddc6be7 6b70cef9fca04b8797747c1d3b06c367 6162442678f9454f89c94c1c13d047a1 - - default default] Tap Mirror: Handle Delete Port: a352ae21-4036-420c-a2ef-fb7beefb4588 [pid: 7|app: 0|req: 1132/2172] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:05:18 2026] GET /v2.0/ports?tenant_id=f6b9a1f31fb847ddbb00c1b325ce9406&device_id=819a18c8-9da6-4f2e-910d-5cf2509a8f7e => generated 1277 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2173] 199.204.45.57 () {34 vars in 1016 bytes} [Thu Apr 23 16:05:18 2026] GET /v2.0/networks?tenant_id=f6b9a1f31fb847ddbb00c1b325ce9406&shared=False => generated 768 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2174] 199.204.45.57 () {34 vars in 928 bytes} [Thu Apr 23 16:05:18 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2175] 10.0.0.50 () {32 vars in 730 bytes} [Thu Apr 23 16:05:18 2026] DELETE /v2.0/floatingips/da029e2a-3a60-49aa-95a7-c177ed6df8e3 => generated 0 bytes in 355 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2176] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:18 2026] DELETE /v2.0/security-groups/36b65614-20e7-4afe-bcb5-32ad1923b9ca => generated 0 bytes in 176 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:05:19.339 7 WARNING neutron.db.securitygroups_db [None req-373c065f-7b13-42de-afe8-50c0d6d87520 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:05:19.396 8 INFO neutron_taas.services.taas.taas_plugin [None req-2545fb44-d2be-4a03-8442-f5918894141c 3208ea278ee643c29013e3e61b20103c 4bdec1fc466a44f3a960e23b1650bf7a - - default default] TaaS: Handle Delete Port: ea075bc7-b2fd-4871-ab9f-8a34d63c4b20 2026-04-23 16:05:19.399 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2545fb44-d2be-4a03-8442-f5918894141c 3208ea278ee643c29013e3e61b20103c 4bdec1fc466a44f3a960e23b1650bf7a - - default default] Tap Mirror: Handle Delete Port: ea075bc7-b2fd-4871-ab9f-8a34d63c4b20 [pid: 7|app: 0|req: 1136/2177] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:05:19 2026] GET /v2.0/security-groups?tenant_id=6162442678f9454f89c94c1c13d047a1&name=default => generated 2925 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2178] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:19 2026] GET /v2.0/ports?device_id=819a18c8-9da6-4f2e-910d-5cf2509a8f7e => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2179] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:05:19 2026] GET /v2.0/ports?tenant_id=f6b9a1f31fb847ddbb00c1b325ce9406&device_id=819a18c8-9da6-4f2e-910d-5cf2509a8f7e => generated 1277 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2180] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:19 2026] DELETE /v2.0/security-groups/64503409-d33d-4b2b-b035-bcf0e266f82c => 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: 1140/2181] 10.0.0.164 () {34 vars in 1119 bytes} [Thu Apr 23 16:05:19 2026] GET /v2.0/security-groups?id=92290c0e-97e8-438b-b4ce-87156956dda9&id=07dc1eb9-2ccd-4755-a005-62c17cf9fc38&fields=id&fields=name => generated 205 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2182] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:05:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=8757a4ec-fa90-45e7-8040-646e2d33dd34 => 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: 1142/2183] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:05:19 2026] GET /v2.0/subnets?id=19ed2a59-1489-4856-aa14-4ef7eb05dca2 => generated 690 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:05:19.777 7 WARNING neutron.db.securitygroups_db [None req-5ef0e9c3-99c2-48bd-b607-62ea44a62b66 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1143/2184] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:05:19 2026] GET /v2.0/security-groups?tenant_id=4a0a8789e7064158b63e65259aa6e6d2&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: 1144/2185] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:05:19 2026] GET /v2.0/ports?network_id=89fad323-65a6-4771-9b46-ab8adc60d43e&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: 1042/2186] 10.0.0.50 () {34 vars in 787 bytes} [Thu Apr 23 16:05:18 2026] PUT /v2.0/routers/a3b9e2af-881c-444d-b2d0-c7832a54b1df/remove_router_interface => generated 310 bytes in 1086 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2187] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:19 2026] DELETE /v2.0/security-groups/bff173df-ea11-46e1-a7e5-2546568aa28d => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2188] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:05:20 2026] GET /v2.0/networks/89fad323-65a6-4771-9b46-ab8adc60d43e?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2189] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:05:20 2026] GET /v2.0/networks/89fad323-65a6-4771-9b46-ab8adc60d43e?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: 1146/2190] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:05:20 2026] DELETE /v2.0/subnets/ea1454e4-f77f-4f95-8ad6-5c5fbfe05011 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:05:20.444 8 INFO neutron_taas.services.taas.taas_plugin [None req-e63a352e-7148-4f45-a52a-bbb8e532595e 3208ea278ee643c29013e3e61b20103c 4bdec1fc466a44f3a960e23b1650bf7a - - default default] TaaS: Handle Delete Port: ab75027e-ccbb-47e4-8ab7-9384ec7b8438 2026-04-23 16:05:20.447 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e63a352e-7148-4f45-a52a-bbb8e532595e 3208ea278ee643c29013e3e61b20103c 4bdec1fc466a44f3a960e23b1650bf7a - - default default] Tap Mirror: Handle Delete Port: ab75027e-ccbb-47e4-8ab7-9384ec7b8438 2026-04-23 16:05:20.766 8 INFO neutron_taas.services.taas.taas_plugin [None req-e63a352e-7148-4f45-a52a-bbb8e532595e 3208ea278ee643c29013e3e61b20103c 4bdec1fc466a44f3a960e23b1650bf7a - - default default] TaaS: Handle Delete Port: e6806822-bded-4244-8071-89b00cc196f5 2026-04-23 16:05:20.770 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e63a352e-7148-4f45-a52a-bbb8e532595e 3208ea278ee643c29013e3e61b20103c 4bdec1fc466a44f3a960e23b1650bf7a - - default default] Tap Mirror: Handle Delete Port: e6806822-bded-4244-8071-89b00cc196f5 [pid: 7|app: 0|req: 1147/2191] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:20 2026] GET /v2.0/ports?device_id=819a18c8-9da6-4f2e-910d-5cf2509a8f7e => generated 1008 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2192] 10.0.0.164 () {34 vars in 1119 bytes} [Thu Apr 23 16:05:20 2026] GET /v2.0/security-groups?id=92290c0e-97e8-438b-b4ce-87156956dda9&id=07dc1eb9-2ccd-4755-a005-62c17cf9fc38&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:05:21.241 8 INFO neutron.services.segments.plugin [-] Segment a238fcc3-3f63-4814-a372-7f72217d52cc resource provider aggregate not found 2026-04-23 16:05:21.241 8 INFO neutron.services.segments.plugin [-] Segment a238fcc3-3f63-4814-a372-7f72217d52cc resource provider aggregate not found 2026-04-23 16:05:21.267 8 INFO neutron.services.segments.plugin [-] Segment a238fcc3-3f63-4814-a372-7f72217d52cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a238fcc3-3f63-4814-a372-7f72217d52cc found for delete ", "request_id": "req-baca3680-a050-4d9d-8641-28a612c7b0fd"}]} 2026-04-23 16:05:21.279 8 INFO neutron.services.segments.plugin [-] Segment a238fcc3-3f63-4814-a372-7f72217d52cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a238fcc3-3f63-4814-a372-7f72217d52cc found for delete ", "request_id": "req-1d364003-e45c-4767-bca4-e4a549909b06"}]} 2026-04-23 16:05:21.289 8 INFO neutron.db.l3_hamode_db [None req-e63a352e-7148-4f45-a52a-bbb8e532595e 3208ea278ee643c29013e3e61b20103c 4bdec1fc466a44f3a960e23b1650bf7a - - default default] HA network 891f2c2e-3b06-4f5b-badc-899e9ce6efb9 was deleted as no HA routers are present in project 4bdec1fc466a44f3a960e23b1650bf7a. [pid: 8|app: 0|req: 1045/2193] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:05:20 2026] DELETE /v2.0/routers/a3b9e2af-881c-444d-b2d0-c7832a54b1df => generated 0 bytes in 1078 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:05:21.425 7 INFO neutron_taas.services.taas.taas_plugin [None req-07a89466-d34c-4d17-9fa7-ca0e2df1d023 3208ea278ee643c29013e3e61b20103c 4bdec1fc466a44f3a960e23b1650bf7a - - default default] TaaS: Handle Delete Port: a5b3f675-889a-45b0-b1f9-cea248ffab97 2026-04-23 16:05:21.428 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07a89466-d34c-4d17-9fa7-ca0e2df1d023 3208ea278ee643c29013e3e61b20103c 4bdec1fc466a44f3a960e23b1650bf7a - - default default] Tap Mirror: Handle Delete Port: a5b3f675-889a-45b0-b1f9-cea248ffab97 2026-04-23 16:05:21.624 7 INFO neutron.services.segments.plugin [-] Segment b9fb1015-e4a7-42d7-b4db-107109750db4 resource provider aggregate not found 2026-04-23 16:05:21.629 7 INFO neutron.services.segments.plugin [-] Segment b9fb1015-e4a7-42d7-b4db-107109750db4 resource provider aggregate not found 2026-04-23 16:05:21.643 7 INFO neutron.services.segments.plugin [-] Segment b9fb1015-e4a7-42d7-b4db-107109750db4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9fb1015-e4a7-42d7-b4db-107109750db4 found for delete ", "request_id": "req-838562ee-5282-45b6-b0c2-dae715114f86"}]} 2026-04-23 16:05:21.646 7 INFO neutron.services.segments.plugin [-] Segment b9fb1015-e4a7-42d7-b4db-107109750db4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9fb1015-e4a7-42d7-b4db-107109750db4 found for delete ", "request_id": "req-8ea9cc8e-d30f-455a-a31c-321b6b7f55e9"}]} [pid: 7|app: 0|req: 1149/2194] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:05:21 2026] DELETE /v2.0/networks/8db9e4ff-583e-4c39-af3a-3061a4fe92fd => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2195] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:21 2026] GET /v2.0/ports?device_id=819a18c8-9da6-4f2e-910d-5cf2509a8f7e => generated 1008 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2196] 10.0.0.164 () {34 vars in 1119 bytes} [Thu Apr 23 16:05:22 2026] GET /v2.0/security-groups?id=92290c0e-97e8-438b-b4ce-87156956dda9&id=07dc1eb9-2ccd-4755-a005-62c17cf9fc38&fields=id&fields=name => generated 205 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:05:22.628 8 WARNING neutron.db.securitygroups_db [None req-5de493e8-2dc3-4092-8bfb-2a84f8778fdc f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1047/2197] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:05:22 2026] GET /v2.0/security-groups?tenant_id=4bdec1fc466a44f3a960e23b1650bf7a&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2198] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:22 2026] DELETE /v2.0/security-groups/828a46fc-0bdf-4ebc-9202-c3b57ddb6d08 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:05:23.038 8 WARNING neutron.db.securitygroups_db [None req-c5824a51-2ceb-430e-b296-838cf7c46c9e f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1048/2199] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:05:23 2026] GET /v2.0/security-groups?tenant_id=7e8cf86e8d6147a4921472252894ea26&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2200] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:23 2026] GET /v2.0/ports?device_id=819a18c8-9da6-4f2e-910d-5cf2509a8f7e => generated 1008 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2201] 199.204.45.57 () {34 vars in 992 bytes} [Thu Apr 23 16:05:23 2026] GET /v2.0/ports?device_id=819a18c8-9da6-4f2e-910d-5cf2509a8f7e => generated 1277 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2202] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:23 2026] DELETE /v2.0/security-groups/cad1ab3f-a172-4971-b3c9-09d769fb19be => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2203] 10.0.0.164 () {34 vars in 1119 bytes} [Thu Apr 23 16:05:23 2026] GET /v2.0/security-groups?id=92290c0e-97e8-438b-b4ce-87156956dda9&id=07dc1eb9-2ccd-4755-a005-62c17cf9fc38&fields=id&fields=name => generated 205 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2204] 199.204.45.57 () {34 vars in 1122 bytes} [Thu Apr 23 16:05:23 2026] GET /v2.0/security-groups?id=92290c0e-97e8-438b-b4ce-87156956dda9&id=07dc1eb9-2ccd-4755-a005-62c17cf9fc38&fields=id&fields=name => generated 205 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2205] 10.0.0.50 () {34 vars in 674 bytes} [Thu Apr 23 16:05:23 2026] POST /v2.0/subnetpools => generated 516 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2206] 10.0.0.50 () {34 vars in 757 bytes} [Thu Apr 23 16:05:23 2026] PUT /v2.0/subnetpools/c7ea7b59-c8b0-4568-8335-85be8c956b9e/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2207] 10.0.0.50 () {32 vars in 737 bytes} [Thu Apr 23 16:05:24 2026] GET /v2.0/subnetpools/c7ea7b59-c8b0-4568-8335-85be8c956b9e/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: 1052/2208] 10.0.0.50 () {34 vars in 768 bytes} [Thu Apr 23 16:05:24 2026] PUT /v2.0/subnetpools/c7ea7b59-c8b0-4568-8335-85be8c956b9e/tags/green => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2209] 10.0.0.50 () {32 vars in 737 bytes} [Thu Apr 23 16:05:24 2026] GET /v2.0/subnetpools/c7ea7b59-c8b0-4568-8335-85be8c956b9e/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2210] 10.0.0.50 () {34 vars in 764 bytes} [Thu Apr 23 16:05:24 2026] PUT /v2.0/subnetpools/c7ea7b59-c8b0-4568-8335-85be8c956b9e/tags/red => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2211] 10.0.0.50 () {32 vars in 737 bytes} [Thu Apr 23 16:05:24 2026] GET /v2.0/subnetpools/c7ea7b59-c8b0-4568-8335-85be8c956b9e/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: 1054/2212] 10.0.0.50 () {34 vars in 786 bytes} [Thu Apr 23 16:05:24 2026] PUT /v2.0/subnetpools/c7ea7b59-c8b0-4568-8335-85be8c956b9e/tags/black.or.white => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2213] 10.0.0.50 () {32 vars in 737 bytes} [Thu Apr 23 16:05:24 2026] GET /v2.0/subnetpools/c7ea7b59-c8b0-4568-8335-85be8c956b9e/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2214] 10.0.0.50 () {34 vars in 757 bytes} [Thu Apr 23 16:05:24 2026] PUT /v2.0/subnetpools/c7ea7b59-c8b0-4568-8335-85be8c956b9e/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: 1056/2215] 10.0.0.50 () {32 vars in 737 bytes} [Thu Apr 23 16:05:24 2026] GET /v2.0/subnetpools/c7ea7b59-c8b0-4568-8335-85be8c956b9e/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2216] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:24 2026] GET /v2.0/ports?device_id=819a18c8-9da6-4f2e-910d-5cf2509a8f7e => generated 1008 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2217] 10.0.0.50 () {32 vars in 745 bytes} [Thu Apr 23 16:05:24 2026] GET /v2.0/subnetpools/c7ea7b59-c8b0-4568-8335-85be8c956b9e/tags/red => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2218] 10.0.0.164 () {34 vars in 1119 bytes} [Thu Apr 23 16:05:24 2026] GET /v2.0/security-groups?id=92290c0e-97e8-438b-b4ce-87156956dda9&id=07dc1eb9-2ccd-4755-a005-62c17cf9fc38&fields=id&fields=name => generated 205 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:05:24.545 8 INFO neutron.api.v2.resource [None req-f16ad8c3-bb2c-4c95-b612-b3907ff58b2d 616bf976d75d4ddea0f353a9a0400f9c df8279d2a7514bd381ed9be32db480fa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1058/2219] 10.0.0.50 () {32 vars in 749 bytes} [Thu Apr 23 16:05:24 2026] GET /v2.0/subnetpools/c7ea7b59-c8b0-4568-8335-85be8c956b9e/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2220] 10.0.0.50 () {32 vars in 748 bytes} [Thu Apr 23 16:05:24 2026] DELETE /v2.0/subnetpools/c7ea7b59-c8b0-4568-8335-85be8c956b9e/tags/red => 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: 1059/2221] 10.0.0.50 () {32 vars in 737 bytes} [Thu Apr 23 16:05:24 2026] GET /v2.0/subnetpools/c7ea7b59-c8b0-4568-8335-85be8c956b9e/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:05:24.745 7 INFO neutron.api.v2.resource [None req-a6b51e45-e00a-474d-a553-90b7ec802035 616bf976d75d4ddea0f353a9a0400f9c df8279d2a7514bd381ed9be32db480fa - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1163/2222] 10.0.0.50 () {32 vars in 752 bytes} [Thu Apr 23 16:05:24 2026] DELETE /v2.0/subnetpools/c7ea7b59-c8b0-4568-8335-85be8c956b9e/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2223] 10.0.0.50 () {32 vars in 740 bytes} [Thu Apr 23 16:05:24 2026] DELETE /v2.0/subnetpools/c7ea7b59-c8b0-4568-8335-85be8c956b9e/tags => 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: 1164/2224] 10.0.0.50 () {32 vars in 737 bytes} [Thu Apr 23 16:05:24 2026] GET /v2.0/subnetpools/c7ea7b59-c8b0-4568-8335-85be8c956b9e/tags => 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: 1061/2227] 10.0.0.50 () {32 vars in 730 bytes} [Thu Apr 23 16:05:24 2026] DELETE /v2.0/subnetpools/c7ea7b59-c8b0-4568-8335-85be8c956b9e => 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: 1062/2228] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:25 2026] GET /v2.0/ports?device_id=819a18c8-9da6-4f2e-910d-5cf2509a8f7e => generated 1010 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2229] 10.0.0.164 () {34 vars in 1119 bytes} [Thu Apr 23 16:05:25 2026] GET /v2.0/security-groups?id=92290c0e-97e8-438b-b4ce-87156956dda9&id=07dc1eb9-2ccd-4755-a005-62c17cf9fc38&fields=id&fields=name => generated 205 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:05:25.840 7 WARNING neutron.db.securitygroups_db [None req-0b907a7d-d8d3-4529-883c-8fc3cc53e3b8 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1167/2230] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:05:25 2026] GET /v2.0/security-groups?tenant_id=df8279d2a7514bd381ed9be32db480fa&name=default => generated 2925 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2231] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:26 2026] DELETE /v2.0/security-groups/8d00bdff-83db-4d27-b480-95f3bd36b1c2 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:05:26.351 7 WARNING neutron.db.securitygroups_db [None req-df3e4853-b44b-4247-a9fd-c9ad2b331269 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1168/2232] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:05:26 2026] GET /v2.0/security-groups?tenant_id=764cc761dd224634a88134cba3fa865d&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: 1065/2233] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:26 2026] DELETE /v2.0/security-groups/8a973d45-bda6-4c61-af09-3efd37ea4aaf => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2234] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:26 2026] GET /v2.0/ports?device_id=819a18c8-9da6-4f2e-910d-5cf2509a8f7e => generated 1010 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2235] 10.0.0.164 () {34 vars in 1119 bytes} [Thu Apr 23 16:05:26 2026] GET /v2.0/security-groups?id=92290c0e-97e8-438b-b4ce-87156956dda9&id=07dc1eb9-2ccd-4755-a005-62c17cf9fc38&fields=id&fields=name => generated 205 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2236] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:27 2026] GET /v2.0/ports?device_id=819a18c8-9da6-4f2e-910d-5cf2509a8f7e => generated 1010 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:05:28.049 8 INFO neutron.db.l3_db [None req-13aae024-16ad-461a-a917-18f21437e074 5a6cca439d634bbdbd839271c126c821 f6b9a1f31fb847ddbb00c1b325ce9406 - - default default] Floating IP 26b03ad9-c958-4654-b059-d94bc1f0c387 associated. External IP: 10.96.250.211, port: 8757a4ec-fa90-45e7-8040-646e2d33dd34. [pid: 8|app: 0|req: 1067/2237] 10.0.0.50 () {34 vars in 747 bytes} [Thu Apr 23 16:05:27 2026] PUT /v2.0/floatingips/26b03ad9-c958-4654-b059-d94bc1f0c387 => generated 855 bytes in 1295 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:05:28.466 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a5cf62a1-81db-4564-afc8-00a674eac2a1'] response: {'name': 'network-changed', 'server_uuid': '819a18c8-9da6-4f2e-910d-5cf2509a8f7e', 'tag': '8757a4ec-fa90-45e7-8040-646e2d33dd34', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1171/2238] 10.0.0.50 () {34 vars in 682 bytes} [Thu Apr 23 16:05:28 2026] POST /v2.0/security-groups => generated 1601 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2239] 10.0.0.50 () {34 vars in 682 bytes} [Thu Apr 23 16:05:28 2026] POST /v2.0/security-groups => generated 1601 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2240] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:05:28 2026] GET /v2.0/ports?tenant_id=f6b9a1f31fb847ddbb00c1b325ce9406&device_id=819a18c8-9da6-4f2e-910d-5cf2509a8f7e => generated 1279 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2241] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:05:29 2026] GET /v2.0/networks?id=89fad323-65a6-4771-9b46-ab8adc60d43e => generated 768 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2242] 10.0.0.50 () {34 vars in 682 bytes} [Thu Apr 23 16:05:28 2026] POST /v2.0/security-groups => generated 1601 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2243] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:05:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=8757a4ec-fa90-45e7-8040-646e2d33dd34 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2244] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:05:29 2026] GET /v2.0/subnets?id=19ed2a59-1489-4856-aa14-4ef7eb05dca2 => generated 690 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2245] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:05:29 2026] GET /v2.0/ports?network_id=89fad323-65a6-4771-9b46-ab8adc60d43e&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: 1173/2246] 10.0.0.50 () {34 vars in 682 bytes} [Thu Apr 23 16:05:29 2026] POST /v2.0/security-groups => generated 1601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2247] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:05:29 2026] GET /v2.0/networks/89fad323-65a6-4771-9b46-ab8adc60d43e?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: 1075/2248] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:05:29 2026] GET /v2.0/networks/89fad323-65a6-4771-9b46-ab8adc60d43e?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: 1174/2249] 10.0.0.50 () {34 vars in 682 bytes} [Thu Apr 23 16:05:29 2026] POST /v2.0/security-groups => generated 1601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 16:05:29.402 8 WARNING tagging [None req-c008f234-8a87-45b2-8e58-63e849aa9762 28cd096c3053485c878ffc60eeb59fc6 90b83ea32ae64fd4b725c23375ca8859 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1076/2250] 10.0.0.50 () {34 vars in 765 bytes} [Thu Apr 23 16:05:29 2026] PUT /v2.0/security-groups/11374454-b3d3-41ba-8755-183000267785/tags => generated 17 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:05:29.477 7 WARNING tagging [None req-03a2b28c-ad66-42ff-95ca-8e31c13871d9 28cd096c3053485c878ffc60eeb59fc6 90b83ea32ae64fd4b725c23375ca8859 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1175/2251] 10.0.0.50 () {34 vars in 765 bytes} [Thu Apr 23 16:05:29 2026] PUT /v2.0/security-groups/9173d10a-daa9-457a-b64c-15226685c50d/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:05:29.542 8 WARNING tagging [None req-c12ba2e6-8946-4417-b116-5cd6d4069185 28cd096c3053485c878ffc60eeb59fc6 90b83ea32ae64fd4b725c23375ca8859 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1077/2252] 10.0.0.50 () {34 vars in 765 bytes} [Thu Apr 23 16:05:29 2026] PUT /v2.0/security-groups/463b5643-e701-4957-a9cc-fb90021441a0/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:05:29.604 7 WARNING tagging [None req-fcaa39a9-49b1-4554-90ff-1ea3faa582c3 28cd096c3053485c878ffc60eeb59fc6 90b83ea32ae64fd4b725c23375ca8859 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1176/2253] 10.0.0.50 () {34 vars in 765 bytes} [Thu Apr 23 16:05:29 2026] PUT /v2.0/security-groups/cfcd18ad-2c85-4120-b1a9-5f2de5bdb8b7/tags => 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: 1078/2254] 10.0.0.50 () {32 vars in 678 bytes} [Thu Apr 23 16:05:29 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2255] 10.0.0.50 () {32 vars in 692 bytes} [Thu Apr 23 16:05:29 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2256] 10.0.0.50 () {32 vars in 688 bytes} [Thu Apr 23 16:05:29 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2257] 10.0.0.50 () {32 vars in 700 bytes} [Thu Apr 23 16:05:29 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2258] 10.0.0.50 () {32 vars in 686 bytes} [Thu Apr 23 16:05:29 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2259] 10.0.0.50 () {32 vars in 700 bytes} [Thu Apr 23 16:05:29 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2260] 10.0.0.50 () {32 vars in 696 bytes} [Thu Apr 23 16:05:29 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2261] 10.0.0.50 () {32 vars in 708 bytes} [Thu Apr 23 16:05:30 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2262] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:30 2026] DELETE /v2.0/security-groups/11374454-b3d3-41ba-8755-183000267785 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2263] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:30 2026] DELETE /v2.0/security-groups/9173d10a-daa9-457a-b64c-15226685c50d => 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: 1182/2264] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:30 2026] DELETE /v2.0/security-groups/463b5643-e701-4957-a9cc-fb90021441a0 => 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: 1183/2265] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:30 2026] DELETE /v2.0/security-groups/cfcd18ad-2c85-4120-b1a9-5f2de5bdb8b7 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:05:30.514 8 INFO neutron.db.segments_db [None req-ba675fbd-6138-4ab7-95e3-52bbe35a66af cd9018aaa0f7403693cf2b16cce2a3e8 a8387c652ebd4821923ccb751b6d6e18 - - default default] Added segment 2e48e7b5-69a2-441e-81f1-debc0958a672 of type vxlan for network cd82393f-cc5a-460c-82ee-ea75fa6203eb [pid: 7|app: 0|req: 1184/2266] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:30 2026] DELETE /v2.0/security-groups/a6ce63f6-2214-4fae-a009-45dadfd008dd => 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: 1083/2267] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:05:30 2026] POST /v2.0/networks => generated 631 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:05:30.653 7 INFO neutron.db.segments_db [None req-b8181fd8-b841-44c1-9d0b-14e48da68d68 cd9018aaa0f7403693cf2b16cce2a3e8 a8387c652ebd4821923ccb751b6d6e18 - - default default] Added segment 2520e1b0-c450-4256-96a0-2663c39b9879 of type vxlan for network 38305324-37a7-4dea-a94f-f68459d2f4d8 [pid: 7|app: 0|req: 1185/2268] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:05:30 2026] POST /v2.0/networks => generated 632 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2269] 10.0.0.50 () {34 vars in 751 bytes} [Thu Apr 23 16:05:30 2026] PUT /v2.0/networks/cd82393f-cc5a-460c-82ee-ea75fa6203eb/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2270] 10.0.0.50 () {32 vars in 731 bytes} [Thu Apr 23 16:05:30 2026] GET /v2.0/networks/cd82393f-cc5a-460c-82ee-ea75fa6203eb/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2271] 10.0.0.50 () {34 vars in 751 bytes} [Thu Apr 23 16:05:30 2026] PUT /v2.0/networks/38305324-37a7-4dea-a94f-f68459d2f4d8/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2272] 10.0.0.50 () {32 vars in 731 bytes} [Thu Apr 23 16:05:30 2026] GET /v2.0/networks/38305324-37a7-4dea-a94f-f68459d2f4d8/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: 1086/2273] 10.0.0.50 () {34 vars in 751 bytes} [Thu Apr 23 16:05:30 2026] PUT /v2.0/networks/38305324-37a7-4dea-a94f-f68459d2f4d8/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2274] 10.0.0.50 () {32 vars in 731 bytes} [Thu Apr 23 16:05:31 2026] GET /v2.0/networks/38305324-37a7-4dea-a94f-f68459d2f4d8/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: 1087/2275] 10.0.0.50 () {32 vars in 731 bytes} [Thu Apr 23 16:05:31 2026] GET /v2.0/networks/cd82393f-cc5a-460c-82ee-ea75fa6203eb/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:05:31.261 7 INFO neutron.services.segments.plugin [-] Segment 2e48e7b5-69a2-441e-81f1-debc0958a672 resource provider aggregate not found 2026-04-23 16:05:31.269 7 INFO neutron.services.segments.plugin [-] Segment 2e48e7b5-69a2-441e-81f1-debc0958a672 resource provider aggregate not found 2026-04-23 16:05:31.287 7 INFO neutron.services.segments.plugin [-] Segment 2e48e7b5-69a2-441e-81f1-debc0958a672 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e48e7b5-69a2-441e-81f1-debc0958a672 found for delete ", "request_id": "req-b7a3054e-051f-473d-aba9-7e0520266152"}]} 2026-04-23 16:05:31.293 7 INFO neutron.services.segments.plugin [-] Segment 2e48e7b5-69a2-441e-81f1-debc0958a672 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e48e7b5-69a2-441e-81f1-debc0958a672 found for delete ", "request_id": "req-119457f5-c21f-4628-8171-c9fd638a2e20"}]} [pid: 7|app: 0|req: 1189/2276] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:05:31 2026] DELETE /v2.0/networks/cd82393f-cc5a-460c-82ee-ea75fa6203eb => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:05:31.406 8 INFO neutron.services.segments.plugin [-] Segment 2520e1b0-c450-4256-96a0-2663c39b9879 resource provider aggregate not found 2026-04-23 16:05:31.416 8 INFO neutron.services.segments.plugin [-] Segment 2520e1b0-c450-4256-96a0-2663c39b9879 resource provider aggregate not found 2026-04-23 16:05:31.433 8 INFO neutron.services.segments.plugin [-] Segment 2520e1b0-c450-4256-96a0-2663c39b9879 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2520e1b0-c450-4256-96a0-2663c39b9879 found for delete ", "request_id": "req-2aad1470-7b4d-485b-b0fe-d721706442f6"}]} 2026-04-23 16:05:31.438 8 INFO neutron.services.segments.plugin [-] Segment 2520e1b0-c450-4256-96a0-2663c39b9879 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2520e1b0-c450-4256-96a0-2663c39b9879 found for delete ", "request_id": "req-42f1962d-b1b6-40c0-92a4-6ec65cfaac34"}]} [pid: 8|app: 0|req: 1088/2277] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:05:31 2026] DELETE /v2.0/networks/38305324-37a7-4dea-a94f-f68459d2f4d8 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:05:31.559 7 WARNING neutron.db.securitygroups_db [None req-da909d19-e1ef-4092-ab18-cec175586342 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1190/2278] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:05:31 2026] GET /v2.0/security-groups?tenant_id=90b83ea32ae64fd4b725c23375ca8859&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2279] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:31 2026] DELETE /v2.0/security-groups/5bf972a7-44a7-4078-8837-58ddfbd8db41 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:05:31.880 7 WARNING neutron.db.securitygroups_db [None req-e7b9d609-1210-4e14-8363-b7742a0f1df7 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1191/2280] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:05:31 2026] GET /v2.0/security-groups?tenant_id=2d051dbf8f4643a587e393a7b29506d7&name=default => generated 2929 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2281] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:32 2026] DELETE /v2.0/security-groups/45e6668d-bd03-496c-843b-7e98bcf81ea4 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:05:32.215 7 WARNING neutron.db.securitygroups_db [None req-aba07fe4-9eeb-417c-9cbf-1ab8127bbeb6 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:05:32.253 8 WARNING neutron.db.securitygroups_db [None req-0914a811-8761-445f-94e1-af424379e8eb f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1192/2282] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:05:32 2026] GET /v2.0/security-groups?tenant_id=d4d10f352a5d4452ae57451e834087cc&name=default => generated 2929 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2283] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:05:32 2026] GET /v2.0/security-groups?tenant_id=39d95612b9ac47aebca4e9a6330cb763&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2284] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:32 2026] DELETE /v2.0/security-groups/61406149-49b1-432a-be58-937dc3255be3 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2285] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:32 2026] DELETE /v2.0/security-groups/726e47e7-03a9-4c7a-9c7f-3b4b49ef91d1 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:05:32.623 7 WARNING neutron.db.securitygroups_db [None req-b8cd12f4-f2ca-4ada-ad42-515eb225c0dc f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1194/2286] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:05:32 2026] GET /v2.0/security-groups?tenant_id=a8387c652ebd4821923ccb751b6d6e18&name=default => generated 2928 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2287] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:32 2026] DELETE /v2.0/security-groups/4c02e485-20ba-481c-8d6a-26e756c0f832 => 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: 1195/2288] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:36 2026] GET /v2.0/ports?device_id=819a18c8-9da6-4f2e-910d-5cf2509a8f7e => generated 1010 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2289] 10.0.0.164 () {34 vars in 1119 bytes} [Thu Apr 23 16:05:36 2026] GET /v2.0/security-groups?id=92290c0e-97e8-438b-b4ce-87156956dda9&id=07dc1eb9-2ccd-4755-a005-62c17cf9fc38&fields=id&fields=name => generated 205 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2290] 10.0.0.50 () {32 vars in 734 bytes} [Thu Apr 23 16:05:36 2026] GET /v2.0/ports?device_id=819a18c8-9da6-4f2e-910d-5cf2509a8f7e => generated 1279 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2291] 10.0.0.50 () {32 vars in 856 bytes} [Thu Apr 23 16:05:36 2026] GET /v2.0/floatingips?floating_network_id=0ab1a6f2-2991-4db5-9b8d-73ad9a0cb05d&port_id=8757a4ec-fa90-45e7-8040-646e2d33dd34 => generated 860 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:05:36.681 7 WARNING neutron.db.securitygroups_db [None req-728d779a-1147-4715-8a3e-06c992b85bf6 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1197/2292] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:05:36 2026] GET /v2.0/security-groups?tenant_id=6b5e5b5c0c834bafa28eaf75c1cd09da&name=default => generated 2929 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2293] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:36 2026] DELETE /v2.0/security-groups/bfb4b6c8-54c2-4440-b677-b3d9ebb14c5f => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:05:37.046 7 WARNING neutron.db.securitygroups_db [None req-8a5bfc63-f015-4d42-8b22-f386017a389b f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1198/2294] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:05:37 2026] GET /v2.0/security-groups?tenant_id=322397b659cd4f7cbe1ce07d57f8f22b&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2295] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:37 2026] DELETE /v2.0/security-groups/9d2e1d48-c7fb-4d3b-b511-704efe9b8bcd => 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: 1098/2296] 10.0.0.73 () {34 vars in 988 bytes} [Thu Apr 23 16:05:37 2026] GET /v2.0/ports?device_id=819a18c8-9da6-4f2e-910d-5cf2509a8f7e => generated 1279 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2297] 10.0.0.73 () {34 vars in 1118 bytes} [Thu Apr 23 16:05:37 2026] GET /v2.0/security-groups?id=07dc1eb9-2ccd-4755-a005-62c17cf9fc38&id=92290c0e-97e8-438b-b4ce-87156956dda9&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:05:38.041 7 INFO neutron.db.segments_db [None req-a45c47b4-7589-4a64-b681-99c54d80e4de a640339c8f9c4a2589f4aa222b8c4d18 90c797212b274df6877b6151936d3cdf - - default default] Added segment 8a8507c0-2096-4681-a317-1bab89c3da46 of type vxlan for network 06586894-1065-4c4f-bd1e-48729bc3a37d [pid: 7|app: 0|req: 1199/2298] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:05:37 2026] POST /v2.0/networks => generated 632 bytes in 890 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2299] 10.0.0.50 () {34 vars in 662 bytes} [Thu Apr 23 16:05:38 2026] POST /v2.0/ports => generated 743 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2300] 10.0.0.50 () {34 vars in 664 bytes} [Thu Apr 23 16:05:38 2026] POST /v2.0/trunks => generated 407 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 16:05:38.723 8 INFO neutron.db.segments_db [None req-f79df684-9de3-4c3a-88c8-5c0ccea7538c a640339c8f9c4a2589f4aa222b8c4d18 90c797212b274df6877b6151936d3cdf - - default default] Added segment a3512437-519d-4f15-a3d5-7a74397e2df3 of type vxlan for network abafac4a-a4ac-4b24-acb8-a13317cef522 [pid: 8|app: 0|req: 1101/2301] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:05:38 2026] POST /v2.0/networks => generated 632 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2302] 10.0.0.50 () {34 vars in 662 bytes} [Thu Apr 23 16:05:38 2026] POST /v2.0/ports => generated 743 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2303] 10.0.0.50 () {34 vars in 664 bytes} [Thu Apr 23 16:05:39 2026] POST /v2.0/trunks => generated 407 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 16:05:39.476 7 INFO neutron.db.segments_db [None req-712644b2-bc5e-4127-8d54-3111552baed8 a640339c8f9c4a2589f4aa222b8c4d18 90c797212b274df6877b6151936d3cdf - - default default] Added segment f2ef73c4-54fe-45d3-a6fd-399b9c56dec7 of type vxlan for network a2135e70-8e03-4521-a8eb-7788da79460f [pid: 7|app: 0|req: 1202/2304] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:05:39 2026] POST /v2.0/networks => generated 632 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2307] 10.0.0.50 () {34 vars in 662 bytes} [Thu Apr 23 16:05:39 2026] POST /v2.0/ports => generated 743 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1104/2308] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:39 2026] GET /v2.0/ports?device_id=819a18c8-9da6-4f2e-910d-5cf2509a8f7e => generated 1010 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2309] 10.0.0.50 () {34 vars in 664 bytes} [Thu Apr 23 16:05:39 2026] POST /v2.0/trunks => generated 407 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2310] 10.0.0.164 () {34 vars in 1119 bytes} [Thu Apr 23 16:05:40 2026] GET /v2.0/security-groups?id=92290c0e-97e8-438b-b4ce-87156956dda9&id=07dc1eb9-2ccd-4755-a005-62c17cf9fc38&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:05:40.141 7 INFO neutron.db.segments_db [None req-65d59382-d026-4f4a-89cf-8f43434c344d a640339c8f9c4a2589f4aa222b8c4d18 90c797212b274df6877b6151936d3cdf - - default default] Added segment bc49a3e3-ab6c-47f0-a95c-9a94f3513313 of type vxlan for network dfbaf4d3-4c63-48dd-8f6e-9442277fd0ab [pid: 7|app: 0|req: 1206/2311] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:05:40 2026] POST /v2.0/networks => generated 632 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2312] 10.0.0.50 () {34 vars in 662 bytes} [Thu Apr 23 16:05:40 2026] POST /v2.0/ports => generated 743 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2313] 10.0.0.50 () {34 vars in 664 bytes} [Thu Apr 23 16:05:40 2026] POST /v2.0/trunks => generated 407 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 16:05:40.825 8 INFO neutron.db.segments_db [None req-a97026d7-3b3a-4f57-8764-7346e6d03ac2 a640339c8f9c4a2589f4aa222b8c4d18 90c797212b274df6877b6151936d3cdf - - default default] Added segment d9162eaf-8f8a-48ab-9693-549b907d7b08 of type vxlan for network 72ed1192-9a29-41ea-b2ca-d1ed0d8584ce [pid: 8|app: 0|req: 1107/2314] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:05:40 2026] POST /v2.0/networks => generated 631 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2315] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:41 2026] GET /v2.0/ports?device_id=819a18c8-9da6-4f2e-910d-5cf2509a8f7e => generated 1010 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2316] 10.0.0.164 () {34 vars in 1119 bytes} [Thu Apr 23 16:05:41 2026] GET /v2.0/security-groups?id=92290c0e-97e8-438b-b4ce-87156956dda9&id=07dc1eb9-2ccd-4755-a005-62c17cf9fc38&fields=id&fields=name => generated 205 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2317] 10.0.0.50 () {34 vars in 662 bytes} [Thu Apr 23 16:05:40 2026] POST /v2.0/ports => generated 743 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2318] 10.0.0.50 () {34 vars in 664 bytes} [Thu Apr 23 16:05:41 2026] POST /v2.0/trunks => generated 407 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 16:05:41.518 7 WARNING tagging [None req-04e6a34d-77c6-414e-8259-4bf424aa717a a640339c8f9c4a2589f4aa222b8c4d18 90c797212b274df6877b6151936d3cdf - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1209/2319] 10.0.0.50 () {34 vars in 747 bytes} [Thu Apr 23 16:05:41 2026] PUT /v2.0/trunks/b5594f82-b641-4810-95ac-af1e6b032cf6/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:05:41.568 8 WARNING tagging [None req-8f99adcd-e98a-4267-ae14-59b1149b8510 a640339c8f9c4a2589f4aa222b8c4d18 90c797212b274df6877b6151936d3cdf - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1111/2320] 10.0.0.50 () {34 vars in 747 bytes} [Thu Apr 23 16:05:41 2026] PUT /v2.0/trunks/952edf99-c128-456f-bc4f-46aec0009cd7/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:05:41.608 7 WARNING tagging [None req-2e877adf-24ba-426f-97b9-477c3018d7ec a640339c8f9c4a2589f4aa222b8c4d18 90c797212b274df6877b6151936d3cdf - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1210/2321] 10.0.0.50 () {34 vars in 747 bytes} [Thu Apr 23 16:05:41 2026] PUT /v2.0/trunks/20e8c33d-5197-40a8-8ebe-a3d614866d1e/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:05:41.650 8 WARNING tagging [None req-eaac3560-004a-4dac-884a-a4fe65633d3f a640339c8f9c4a2589f4aa222b8c4d18 90c797212b274df6877b6151936d3cdf - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1112/2322] 10.0.0.50 () {34 vars in 747 bytes} [Thu Apr 23 16:05:41 2026] PUT /v2.0/trunks/a8f16538-15d8-4e4d-b7f7-30901f24ae83/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2323] 10.0.0.50 () {32 vars in 660 bytes} [Thu Apr 23 16:05:41 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2324] 10.0.0.50 () {32 vars in 674 bytes} [Thu Apr 23 16:05:41 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2325] 10.0.0.50 () {32 vars in 670 bytes} [Thu Apr 23 16:05:41 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2326] 10.0.0.50 () {32 vars in 682 bytes} [Thu Apr 23 16:05:41 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2327] 10.0.0.50 () {32 vars in 668 bytes} [Thu Apr 23 16:05:41 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2328] 10.0.0.50 () {32 vars in 682 bytes} [Thu Apr 23 16:05:41 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2329] 10.0.0.50 () {32 vars in 678 bytes} [Thu Apr 23 16:05:41 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2330] 10.0.0.50 () {32 vars in 690 bytes} [Thu Apr 23 16:05:41 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2331] 10.0.0.50 () {32 vars in 717 bytes} [Thu Apr 23 16:05:41 2026] GET /v2.0/trunks/b5594f82-b641-4810-95ac-af1e6b032cf6 => generated 412 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2332] 10.0.0.50 () {32 vars in 715 bytes} [Thu Apr 23 16:05:41 2026] GET /v2.0/ports/fa919435-7291-4f2f-8f3a-33f746d727f1 => generated 826 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2333] 10.0.0.50 () {32 vars in 720 bytes} [Thu Apr 23 16:05:42 2026] DELETE /v2.0/trunks/b5594f82-b641-4810-95ac-af1e6b032cf6 => 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: 1118/2334] 10.0.0.50 () {32 vars in 717 bytes} [Thu Apr 23 16:05:42 2026] GET /v2.0/trunks/952edf99-c128-456f-bc4f-46aec0009cd7 => generated 420 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2335] 10.0.0.50 () {32 vars in 715 bytes} [Thu Apr 23 16:05:42 2026] GET /v2.0/ports/33d9821f-3c6d-46c5-9f1a-e535297044f3 => generated 826 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2336] 10.0.0.50 () {32 vars in 720 bytes} [Thu Apr 23 16:05:42 2026] DELETE /v2.0/trunks/952edf99-c128-456f-bc4f-46aec0009cd7 => 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: 1218/2337] 10.0.0.50 () {32 vars in 717 bytes} [Thu Apr 23 16:05:42 2026] GET /v2.0/trunks/20e8c33d-5197-40a8-8ebe-a3d614866d1e => generated 429 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2338] 10.0.0.50 () {32 vars in 715 bytes} [Thu Apr 23 16:05:42 2026] GET /v2.0/ports/0a9c1bd7-fbc0-44d9-87ab-9753b4ce8655 => generated 826 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2339] 199.204.45.57 () {34 vars in 992 bytes} [Thu Apr 23 16:05:42 2026] GET /v2.0/ports?device_id=819a18c8-9da6-4f2e-910d-5cf2509a8f7e => generated 1010 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2340] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:42 2026] GET /v2.0/ports?device_id=819a18c8-9da6-4f2e-910d-5cf2509a8f7e => 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: 1122/2341] 10.0.0.50 () {32 vars in 720 bytes} [Thu Apr 23 16:05:42 2026] DELETE /v2.0/trunks/20e8c33d-5197-40a8-8ebe-a3d614866d1e => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2342] 10.0.0.164 () {34 vars in 1119 bytes} [Thu Apr 23 16:05:42 2026] GET /v2.0/security-groups?id=92290c0e-97e8-438b-b4ce-87156956dda9&id=07dc1eb9-2ccd-4755-a005-62c17cf9fc38&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2343] 10.0.0.50 () {32 vars in 717 bytes} [Thu Apr 23 16:05:42 2026] GET /v2.0/trunks/a8f16538-15d8-4e4d-b7f7-30901f24ae83 => generated 414 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:05:42.554 7 INFO neutron_taas.services.taas.taas_plugin [req-27812f62-2177-4dd3-950d-a6decbc28c5c req-67492412-dd36-48a4-8000-101c0c4a634c 5a6cca439d634bbdbd839271c126c821 f6b9a1f31fb847ddbb00c1b325ce9406 - - default default] TaaS: Handle Delete Port: 8757a4ec-fa90-45e7-8040-646e2d33dd34 2026-04-23 16:05:42.558 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-27812f62-2177-4dd3-950d-a6decbc28c5c req-67492412-dd36-48a4-8000-101c0c4a634c 5a6cca439d634bbdbd839271c126c821 f6b9a1f31fb847ddbb00c1b325ce9406 - - default default] Tap Mirror: Handle Delete Port: 8757a4ec-fa90-45e7-8040-646e2d33dd34 [pid: 8|app: 0|req: 1125/2344] 10.0.0.50 () {32 vars in 715 bytes} [Thu Apr 23 16:05:42 2026] GET /v2.0/ports/4886d37b-3b6d-433f-beeb-ee60e449adeb => generated 826 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2345] 10.0.0.50 () {32 vars in 720 bytes} [Thu Apr 23 16:05:42 2026] DELETE /v2.0/trunks/a8f16538-15d8-4e4d-b7f7-30901f24ae83 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2346] 10.0.0.50 () {32 vars in 717 bytes} [Thu Apr 23 16:05:42 2026] GET /v2.0/trunks/dea251a9-ac5c-4ca4-907d-6e9af8f8425d => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:05:42.705 7 INFO neutron.db.l3_db [req-27812f62-2177-4dd3-950d-a6decbc28c5c req-67492412-dd36-48a4-8000-101c0c4a634c 5a6cca439d634bbdbd839271c126c821 f6b9a1f31fb847ddbb00c1b325ce9406 - - default default] Floating IP 26b03ad9-c958-4654-b059-d94bc1f0c387 disassociated. External IP: 10.96.250.211, port: 8757a4ec-fa90-45e7-8040-646e2d33dd34. [pid: 8|app: 0|req: 1128/2347] 10.0.0.50 () {32 vars in 715 bytes} [Thu Apr 23 16:05:42 2026] GET /v2.0/ports/de4b5604-ae14-4706-a5ca-863cc6619b39 => generated 826 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2348] 10.0.0.50 () {32 vars in 720 bytes} [Thu Apr 23 16:05:42 2026] DELETE /v2.0/trunks/dea251a9-ac5c-4ca4-907d-6e9af8f8425d => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:05:42.953 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb2b9ad1-e7ff-4e68-ab8c-0d99e43a6144 a640339c8f9c4a2589f4aa222b8c4d18 90c797212b274df6877b6151936d3cdf - - default default] TaaS: Handle Delete Port: fa919435-7291-4f2f-8f3a-33f746d727f1 2026-04-23 16:05:42.959 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb2b9ad1-e7ff-4e68-ab8c-0d99e43a6144 a640339c8f9c4a2589f4aa222b8c4d18 90c797212b274df6877b6151936d3cdf - - default default] Tap Mirror: Handle Delete Port: fa919435-7291-4f2f-8f3a-33f746d727f1 [pid: 8|app: 0|req: 1130/2349] 10.0.0.50 () {32 vars in 718 bytes} [Thu Apr 23 16:05:42 2026] DELETE /v2.0/ports/fa919435-7291-4f2f-8f3a-33f746d727f1 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2350] 199.204.45.57 () {36 vars in 995 bytes} [Thu Apr 23 16:05:42 2026] DELETE /v2.0/ports/8757a4ec-fa90-45e7-8040-646e2d33dd34 => generated 0 bytes in 641 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:05:43.144 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5eb68224-1053-4e7f-b5a0-9a9ed4576b30'] response: {'server_uuid': '819a18c8-9da6-4f2e-910d-5cf2509a8f7e', 'name': 'network-vif-deleted', 'tag': '8757a4ec-fa90-45e7-8040-646e2d33dd34', 'status': 'completed', 'code': 200} 2026-04-23 16:05:43.206 8 INFO neutron_taas.services.taas.taas_plugin [None req-61cb9766-31d0-4928-a2a0-96d45156c4c5 a640339c8f9c4a2589f4aa222b8c4d18 90c797212b274df6877b6151936d3cdf - - default default] TaaS: Handle Delete Port: 33d9821f-3c6d-46c5-9f1a-e535297044f3 2026-04-23 16:05:43.210 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61cb9766-31d0-4928-a2a0-96d45156c4c5 a640339c8f9c4a2589f4aa222b8c4d18 90c797212b274df6877b6151936d3cdf - - default default] Tap Mirror: Handle Delete Port: 33d9821f-3c6d-46c5-9f1a-e535297044f3 [pid: 8|app: 0|req: 1131/2351] 10.0.0.50 () {32 vars in 718 bytes} [Thu Apr 23 16:05:43 2026] DELETE /v2.0/ports/33d9821f-3c6d-46c5-9f1a-e535297044f3 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:05:43.431 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f5fd4e8-72f2-475f-b568-825f37d3725e a640339c8f9c4a2589f4aa222b8c4d18 90c797212b274df6877b6151936d3cdf - - default default] TaaS: Handle Delete Port: 0a9c1bd7-fbc0-44d9-87ab-9753b4ce8655 2026-04-23 16:05:43.433 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f5fd4e8-72f2-475f-b568-825f37d3725e a640339c8f9c4a2589f4aa222b8c4d18 90c797212b274df6877b6151936d3cdf - - default default] Tap Mirror: Handle Delete Port: 0a9c1bd7-fbc0-44d9-87ab-9753b4ce8655 [pid: 7|app: 0|req: 1221/2352] 10.0.0.50 () {32 vars in 718 bytes} [Thu Apr 23 16:05:43 2026] DELETE /v2.0/ports/0a9c1bd7-fbc0-44d9-87ab-9753b4ce8655 => 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: 1222/2353] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:43 2026] GET /v2.0/ports?device_id=819a18c8-9da6-4f2e-910d-5cf2509a8f7e => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:05:43.641 8 INFO neutron_taas.services.taas.taas_plugin [None req-4bc259d5-983a-4285-a815-5f23787e9bd2 a640339c8f9c4a2589f4aa222b8c4d18 90c797212b274df6877b6151936d3cdf - - default default] TaaS: Handle Delete Port: 4886d37b-3b6d-433f-beeb-ee60e449adeb 2026-04-23 16:05:43.644 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4bc259d5-983a-4285-a815-5f23787e9bd2 a640339c8f9c4a2589f4aa222b8c4d18 90c797212b274df6877b6151936d3cdf - - default default] Tap Mirror: Handle Delete Port: 4886d37b-3b6d-433f-beeb-ee60e449adeb [pid: 8|app: 0|req: 1132/2354] 10.0.0.50 () {32 vars in 718 bytes} [Thu Apr 23 16:05:43 2026] DELETE /v2.0/ports/4886d37b-3b6d-433f-beeb-ee60e449adeb => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:05:43.831 7 INFO neutron_taas.services.taas.taas_plugin [None req-f04bbe1a-cb56-486f-85e9-dcf83fc8f864 a640339c8f9c4a2589f4aa222b8c4d18 90c797212b274df6877b6151936d3cdf - - default default] TaaS: Handle Delete Port: de4b5604-ae14-4706-a5ca-863cc6619b39 2026-04-23 16:05:43.834 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f04bbe1a-cb56-486f-85e9-dcf83fc8f864 a640339c8f9c4a2589f4aa222b8c4d18 90c797212b274df6877b6151936d3cdf - - default default] Tap Mirror: Handle Delete Port: de4b5604-ae14-4706-a5ca-863cc6619b39 [pid: 7|app: 0|req: 1223/2355] 10.0.0.50 () {32 vars in 718 bytes} [Thu Apr 23 16:05:43 2026] DELETE /v2.0/ports/de4b5604-ae14-4706-a5ca-863cc6619b39 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:05:44.048 8 INFO neutron.services.segments.plugin [-] Segment 8a8507c0-2096-4681-a317-1bab89c3da46 resource provider aggregate not found 2026-04-23 16:05:44.050 8 INFO neutron.services.segments.plugin [-] Segment 8a8507c0-2096-4681-a317-1bab89c3da46 resource provider aggregate not found 2026-04-23 16:05:44.073 8 INFO neutron.services.segments.plugin [-] Segment 8a8507c0-2096-4681-a317-1bab89c3da46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a8507c0-2096-4681-a317-1bab89c3da46 found for delete ", "request_id": "req-23d07a53-859d-4cf9-983a-56dfb8f83a05"}]} 2026-04-23 16:05:44.077 8 INFO neutron.services.segments.plugin [-] Segment 8a8507c0-2096-4681-a317-1bab89c3da46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a8507c0-2096-4681-a317-1bab89c3da46 found for delete ", "request_id": "req-38a033a5-02ab-465d-ad19-3917329511f2"}]} [pid: 8|app: 0|req: 1133/2356] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:05:43 2026] DELETE /v2.0/networks/06586894-1065-4c4f-bd1e-48729bc3a37d => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:05:44.215 7 INFO neutron.services.segments.plugin [-] Segment a3512437-519d-4f15-a3d5-7a74397e2df3 resource provider aggregate not found 2026-04-23 16:05:44.221 7 INFO neutron.services.segments.plugin [-] Segment a3512437-519d-4f15-a3d5-7a74397e2df3 resource provider aggregate not found 2026-04-23 16:05:44.237 7 INFO neutron.services.segments.plugin [-] Segment a3512437-519d-4f15-a3d5-7a74397e2df3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3512437-519d-4f15-a3d5-7a74397e2df3 found for delete ", "request_id": "req-4c130859-08e2-4c53-a653-b6f1eaee64b2"}]} 2026-04-23 16:05:44.240 7 INFO neutron.services.segments.plugin [-] Segment a3512437-519d-4f15-a3d5-7a74397e2df3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3512437-519d-4f15-a3d5-7a74397e2df3 found for delete ", "request_id": "req-0c074a7f-0dc2-40ae-826a-d27eaeae11de"}]} [pid: 7|app: 0|req: 1224/2357] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:05:44 2026] DELETE /v2.0/networks/abafac4a-a4ac-4b24-acb8-a13317cef522 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2358] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:05:44 2026] DELETE /v2.0/networks/a2135e70-8e03-4521-a8eb-7788da79460f => 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: 1225/2359] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:05:44 2026] DELETE /v2.0/networks/dfbaf4d3-4c63-48dd-8f6e-9442277fd0ab => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2360] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:05:44 2026] DELETE /v2.0/networks/72ed1192-9a29-41ea-b2ca-d1ed0d8584ce => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2361] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:44 2026] GET /v2.0/ports?device_id=819a18c8-9da6-4f2e-910d-5cf2509a8f7e => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:05:45.665 8 WARNING neutron.db.securitygroups_db [None req-5c0fb7d1-c622-4b6d-9251-c2c4179726b7 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1136/2362] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:05:45 2026] GET /v2.0/security-groups?tenant_id=c3f0f1e75e3c4cbe965c2b226c7b9325&name=default => generated 2929 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2363] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:05:45 2026] GET /v2.0/ports?device_id=819a18c8-9da6-4f2e-910d-5cf2509a8f7e => 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: 1227/2364] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:45 2026] DELETE /v2.0/security-groups/f87d7f87-ba13-43b2-bd91-66f61d045bb7 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:05:46.007 8 WARNING neutron.db.securitygroups_db [None req-753d0166-842b-42bd-898b-5bed9a18656c f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:05:46.103 8 INFO neutron.services.segments.plugin [-] Segment f2ef73c4-54fe-45d3-a6fd-399b9c56dec7 resource provider aggregate not found 2026-04-23 16:05:46.111 8 INFO neutron.services.segments.plugin [-] Segment f2ef73c4-54fe-45d3-a6fd-399b9c56dec7 resource provider aggregate not found 2026-04-23 16:05:46.134 8 INFO neutron.services.segments.plugin [-] Segment f2ef73c4-54fe-45d3-a6fd-399b9c56dec7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2ef73c4-54fe-45d3-a6fd-399b9c56dec7 found for delete ", "request_id": "req-961bc968-b7c3-422b-9e21-96e37acdcedd"}]} 2026-04-23 16:05:46.140 8 INFO neutron.services.segments.plugin [-] Segment f2ef73c4-54fe-45d3-a6fd-399b9c56dec7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2ef73c4-54fe-45d3-a6fd-399b9c56dec7 found for delete ", "request_id": "req-ca519761-aeba-4af7-bb31-a051b18262b1"}]} 2026-04-23 16:05:46.162 8 INFO neutron.services.segments.plugin [-] Segment d9162eaf-8f8a-48ab-9693-549b907d7b08 resource provider aggregate not found 2026-04-23 16:05:46.167 8 INFO neutron.services.segments.plugin [-] Segment d9162eaf-8f8a-48ab-9693-549b907d7b08 resource provider aggregate not found 2026-04-23 16:05:46.190 8 INFO neutron.services.segments.plugin [-] Segment d9162eaf-8f8a-48ab-9693-549b907d7b08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9162eaf-8f8a-48ab-9693-549b907d7b08 found for delete ", "request_id": "req-6579dae3-ca85-49f0-b387-e356f7de32cf"}]} 2026-04-23 16:05:46.193 8 INFO neutron.services.segments.plugin [-] Segment d9162eaf-8f8a-48ab-9693-549b907d7b08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9162eaf-8f8a-48ab-9693-549b907d7b08 found for delete ", "request_id": "req-ad007209-e8a0-48f8-b26a-c9c806649cbe"}]} [pid: 8|app: 0|req: 1138/2365] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:05:46 2026] GET /v2.0/security-groups?tenant_id=ef2de715569741b3824f6d7a010348d7&name=default => generated 2929 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:05:46.265 7 INFO neutron.services.segments.plugin [-] Segment bc49a3e3-ab6c-47f0-a95c-9a94f3513313 resource provider aggregate not found 2026-04-23 16:05:46.271 7 INFO neutron.services.segments.plugin [-] Segment bc49a3e3-ab6c-47f0-a95c-9a94f3513313 resource provider aggregate not found 2026-04-23 16:05:46.288 7 INFO neutron.services.segments.plugin [-] Segment bc49a3e3-ab6c-47f0-a95c-9a94f3513313 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc49a3e3-ab6c-47f0-a95c-9a94f3513313 found for delete ", "request_id": "req-d19bb328-72b8-4d42-9a10-def7f1b1cb90"}]} 2026-04-23 16:05:46.292 7 INFO neutron.services.segments.plugin [-] Segment bc49a3e3-ab6c-47f0-a95c-9a94f3513313 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc49a3e3-ab6c-47f0-a95c-9a94f3513313 found for delete ", "request_id": "req-125d3616-6971-4417-9f9a-140643889c81"}]} [pid: 7|app: 0|req: 1228/2366] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:46 2026] DELETE /v2.0/security-groups/1c52ba62-e55c-4396-91db-5c4491839d9f => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:05:46.512 8 WARNING neutron.db.securitygroups_db [None req-f30552dd-6fc7-456d-8629-a69f8f888681 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1139/2367] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:05:46 2026] GET /v2.0/security-groups?tenant_id=90c797212b274df6877b6151936d3cdf&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2368] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:46 2026] DELETE /v2.0/security-groups/fe0698cb-a83c-4f73-8f69-abd14f11d514 => 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: 1140/2369] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:47 2026] DELETE /v2.0/security-groups/07dc1eb9-2ccd-4755-a005-62c17cf9fc38 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:05:47.186 7 INFO neutron.api.v2.resource [None req-cd718fae-2dea-4ae2-80b2-48cf7797aa1e 5a6cca439d634bbdbd839271c126c821 f6b9a1f31fb847ddbb00c1b325ce9406 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1230/2370] 10.0.0.50 () {32 vars in 735 bytes} [Thu Apr 23 16:05:47 2026] GET /v2.0/security-groups/07dc1eb9-2ccd-4755-a005-62c17cf9fc38 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:05:47.324 8 INFO neutron_taas.services.taas.taas_plugin [None req-dfea2cc5-4db0-43f4-bba7-69426627c092 5a6cca439d634bbdbd839271c126c821 f6b9a1f31fb847ddbb00c1b325ce9406 - - default default] TaaS: Handle Delete Port: 31e30ebe-1d08-4edb-9f9a-5ea3505422c4 2026-04-23 16:05:47.327 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfea2cc5-4db0-43f4-bba7-69426627c092 5a6cca439d634bbdbd839271c126c821 f6b9a1f31fb847ddbb00c1b325ce9406 - - default default] Tap Mirror: Handle Delete Port: 31e30ebe-1d08-4edb-9f9a-5ea3505422c4 [pid: 8|app: 0|req: 1141/2371] 10.0.0.50 () {32 vars in 730 bytes} [Thu Apr 23 16:05:47 2026] DELETE /v2.0/floatingips/26b03ad9-c958-4654-b059-d94bc1f0c387 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2372] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:47 2026] DELETE /v2.0/security-groups/92290c0e-97e8-438b-b4ce-87156956dda9 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:05:48.181 8 INFO neutron_taas.services.taas.taas_plugin [None req-a75f27bb-8048-421a-8255-6691ab3c07d0 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: f03d6db8-446e-4757-ac91-572a6915d11e 2026-04-23 16:05:48.184 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a75f27bb-8048-421a-8255-6691ab3c07d0 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: f03d6db8-446e-4757-ac91-572a6915d11e [pid: 8|app: 0|req: 1142/2373] 10.0.0.50 () {34 vars in 787 bytes} [Thu Apr 23 16:05:47 2026] PUT /v2.0/routers/9f6f300b-7042-4a41-8bc2-3ad343f5c3ec/remove_router_interface => generated 310 bytes in 1221 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:05:49.225 7 INFO neutron_taas.services.taas.taas_plugin [None req-09967e65-b995-4cd9-b895-7e14aa8e617b f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: c4bb82bf-0904-4084-8fe4-4bd33e191c8d 2026-04-23 16:05:49.230 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09967e65-b995-4cd9-b895-7e14aa8e617b f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: c4bb82bf-0904-4084-8fe4-4bd33e191c8d 2026-04-23 16:05:49.652 7 INFO neutron_taas.services.taas.taas_plugin [None req-09967e65-b995-4cd9-b895-7e14aa8e617b f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: 54611aa0-ff30-485d-8d55-7332c5a28d48 2026-04-23 16:05:49.655 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09967e65-b995-4cd9-b895-7e14aa8e617b f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: 54611aa0-ff30-485d-8d55-7332c5a28d48 2026-04-23 16:05:50.092 7 INFO neutron.services.segments.plugin [-] Segment d6e413ed-0f17-4d74-9f3c-acd53fa98d6a resource provider aggregate not found 2026-04-23 16:05:50.103 7 INFO neutron.services.segments.plugin [-] Segment d6e413ed-0f17-4d74-9f3c-acd53fa98d6a resource provider aggregate not found 2026-04-23 16:05:50.127 7 INFO neutron.services.segments.plugin [-] Segment d6e413ed-0f17-4d74-9f3c-acd53fa98d6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6e413ed-0f17-4d74-9f3c-acd53fa98d6a found for delete ", "request_id": "req-e65e46e4-b44e-476d-9931-d45f45833c13"}]} 2026-04-23 16:05:50.141 7 INFO neutron.services.segments.plugin [-] Segment d6e413ed-0f17-4d74-9f3c-acd53fa98d6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6e413ed-0f17-4d74-9f3c-acd53fa98d6a found for delete ", "request_id": "req-c668a59d-9432-4628-a7c1-fdb1943d6c45"}]} 2026-04-23 16:05:50.150 7 INFO neutron.db.l3_hamode_db [None req-09967e65-b995-4cd9-b895-7e14aa8e617b f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] HA network ff8cbd90-4fab-499f-ae1e-51dd7e41f6cf was deleted as no HA routers are present in project f6b9a1f31fb847ddbb00c1b325ce9406. [pid: 7|app: 0|req: 1232/2374] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:05:48 2026] DELETE /v2.0/routers/9f6f300b-7042-4a41-8bc2-3ad343f5c3ec => generated 0 bytes in 1222 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2375] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:05:50 2026] DELETE /v2.0/subnets/19ed2a59-1489-4856-aa14-4ef7eb05dca2 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:05:50.456 8 INFO neutron_taas.services.taas.taas_plugin [None req-6be5208d-b8ea-42aa-9e26-b531cbe8868b f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: fdfbca91-60ac-46cc-ba58-6bfe78d22a7e 2026-04-23 16:05:50.458 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6be5208d-b8ea-42aa-9e26-b531cbe8868b f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: fdfbca91-60ac-46cc-ba58-6bfe78d22a7e 2026-04-23 16:05:50.621 7 INFO neutron.db.segments_db [None req-b59d5d9e-7855-4160-97ff-40b50cbabfb3 7a866e73630741e4813c0b460a84f99a e7b139eec4ca4ca997de81098a75cf90 - - default default] Added segment b4f9d540-6f03-40c5-b1d1-7ce06b91693a of type vxlan for network 1bb32a2d-e206-46a5-a277-3d9bc471c381 2026-04-23 16:05:50.655 8 INFO neutron.services.segments.plugin [-] Segment a799e3cf-e2cb-400c-b538-f63da7b7bd25 resource provider aggregate not found 2026-04-23 16:05:50.664 8 INFO neutron.services.segments.plugin [-] Segment a799e3cf-e2cb-400c-b538-f63da7b7bd25 resource provider aggregate not found 2026-04-23 16:05:50.679 8 INFO neutron.services.segments.plugin [-] Segment a799e3cf-e2cb-400c-b538-f63da7b7bd25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a799e3cf-e2cb-400c-b538-f63da7b7bd25 found for delete ", "request_id": "req-094e1ade-471d-4570-9121-537817c0585d"}]} 2026-04-23 16:05:50.687 8 INFO neutron.services.segments.plugin [-] Segment a799e3cf-e2cb-400c-b538-f63da7b7bd25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a799e3cf-e2cb-400c-b538-f63da7b7bd25 found for delete ", "request_id": "req-91f00d21-c77e-4919-93c5-b8740cd9706c"}]} [pid: 8|app: 0|req: 1144/2376] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:05:50 2026] DELETE /v2.0/networks/89fad323-65a6-4771-9b46-ab8adc60d43e => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2377] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:05:50 2026] POST /v2.0/networks => generated 632 bytes in 450 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2378] 10.0.0.50 () {34 vars in 662 bytes} [Thu Apr 23 16:05:50 2026] POST /v2.0/ports => generated 743 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:05:51.081 8 INFO neutron_taas.services.taas.taas_plugin [None req-8b849975-08a3-4a03-80c0-365503bf80a0 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: fcd4e564-7fdb-453e-a0a9-400a00e2c2b0 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 16:05:51.085 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b849975-08a3-4a03-80c0-365503bf80a0 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: fcd4e564-7fdb-453e-a0a9-400a00e2c2b0 [pid: 7|app: 0|req: 1235/2379] 10.0.0.50 () {34 vars in 745 bytes} [Thu Apr 23 16:05:51 2026] PUT /v2.0/ports/5a6e8c75-c7f3-46a4-a359-1638ef14d051/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1236/2380] 10.0.0.50 () {32 vars in 725 bytes} [Thu Apr 23 16:05:51 2026] GET /v2.0/ports/5a6e8c75-c7f3-46a4-a359-1638ef14d051/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1237/2381] 10.0.0.50 () {34 vars in 756 bytes} [Thu Apr 23 16:05:51 2026] PUT /v2.0/ports/5a6e8c75-c7f3-46a4-a359-1638ef14d051/tags/green => generated 4 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1238/2382] 10.0.0.50 () {32 vars in 725 bytes} [Thu Apr 23 16:05:51 2026] GET /v2.0/ports/5a6e8c75-c7f3-46a4-a359-1638ef14d051/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1239/2383] 10.0.0.50 () {34 vars in 752 bytes} [Thu Apr 23 16:05:51 2026] PUT /v2.0/ports/5a6e8c75-c7f3-46a4-a359-1638ef14d051/tags/red => generated 4 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1240/2384] 10.0.0.50 () {32 vars in 725 bytes} [Thu Apr 23 16:05:51 2026] GET /v2.0/ports/5a6e8c75-c7f3-46a4-a359-1638ef14d051/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1241/2385] 10.0.0.50 () {34 vars in 774 bytes} [Thu Apr 23 16:05:51 2026] PUT /v2.0/ports/5a6e8c75-c7f3-46a4-a359-1638ef14d051/tags/black.or.white => generated 4 bytes in 88 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: 1145/2386] 10.0.0.50 () {34 vars in 787 bytes} [Thu Apr 23 16:05:50 2026] PUT /v2.0/routers/2dec8882-6c7a-41d5-994d-4557737b2fcd/remove_router_interface => generated 310 bytes in 977 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2387] 10.0.0.50 () {32 vars in 725 bytes} [Thu Apr 23 16:05:51 2026] GET /v2.0/ports/5a6e8c75-c7f3-46a4-a359-1638ef14d051/tags => generated 52 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1243/2388] 10.0.0.50 () {34 vars in 745 bytes} [Thu Apr 23 16:05:51 2026] PUT /v2.0/ports/5a6e8c75-c7f3-46a4-a359-1638ef14d051/tags => generated 37 bytes in 84 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: 1244/2389] 10.0.0.50 () {32 vars in 725 bytes} [Thu Apr 23 16:05:51 2026] GET /v2.0/ports/5a6e8c75-c7f3-46a4-a359-1638ef14d051/tags => generated 37 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: 1245/2390] 10.0.0.50 () {32 vars in 733 bytes} [Thu Apr 23 16:05:51 2026] GET /v2.0/ports/5a6e8c75-c7f3-46a4-a359-1638ef14d051/tags/red => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 16:05:51.938 8 INFO neutron_taas.services.taas.taas_plugin [None req-79e2d424-6992-4330-b512-5440af343c5b f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: a06343f9-b23e-4b6a-ae21-0572864525cd 2026-04-23 16:05:51.943 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79e2d424-6992-4330-b512-5440af343c5b f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: a06343f9-b23e-4b6a-ae21-0572864525cd 2026-04-23 16:05:51.981 7 INFO neutron.api.v2.resource [None req-97ba457d-ec84-4f7b-95cb-e5adede3c54d 7a866e73630741e4813c0b460a84f99a e7b139eec4ca4ca997de81098a75cf90 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1246/2391] 10.0.0.50 () {32 vars in 737 bytes} [Thu Apr 23 16:05:51 2026] GET /v2.0/ports/5a6e8c75-c7f3-46a4-a359-1638ef14d051/tags/green => generated 99 bytes in 53 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: 1247/2392] 10.0.0.50 () {32 vars in 736 bytes} [Thu Apr 23 16:05:51 2026] DELETE /v2.0/ports/5a6e8c75-c7f3-46a4-a359-1638ef14d051/tags/red => generated 0 bytes in 79 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: 1248/2393] 10.0.0.50 () {32 vars in 725 bytes} [Thu Apr 23 16:05:52 2026] GET /v2.0/ports/5a6e8c75-c7f3-46a4-a359-1638ef14d051/tags => generated 30 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, ' 2026-04-23 16:05:52.235 8 INFO neutron_taas.services.taas.taas_plugin [None req-79e2d424-6992-4330-b512-5440af343c5b f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: 59ca417d-f477-4e4c-b53c-ee11d67fbdc2 2026-04-23 16:05:52.237 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79e2d424-6992-4330-b512-5440af343c5b f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: 59ca417d-f477-4e4c-b53c-ee11d67fbdc2 2026-04-23 16:05:52.250 7 INFO neutron.api.v2.resource [None req-b6b329e1-1e8f-41fa-b729-fdff28b50551 7a866e73630741e4813c0b460a84f99a e7b139eec4ca4ca997de81098a75cf90 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1249/2394] 10.0.0.50 () {32 vars in 740 bytes} [Thu Apr 23 16:05:52 2026] DELETE /v2.0/ports/5a6e8c75-c7f3-46a4-a359-1638ef14d051/tags/green => generated 99 bytes in 97 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: 1250/2395] 10.0.0.50 () {32 vars in 728 bytes} [Thu Apr 23 16:05:52 2026] DELETE /v2.0/ports/5a6e8c75-c7f3-46a4-a359-1638ef14d051/tags => generated 0 bytes in 88 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: 1251/2396] 10.0.0.50 () {32 vars in 725 bytes} [Thu Apr 23 16:05:52 2026] GET /v2.0/ports/5a6e8c75-c7f3-46a4-a359-1638ef14d051/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-04-23 16:05:52.527 7 INFO neutron_taas.services.taas.taas_plugin [None req-6458deb5-c68e-452a-9e9f-b35383f0bb1d 7a866e73630741e4813c0b460a84f99a e7b139eec4ca4ca997de81098a75cf90 - - default default] TaaS: Handle Delete Port: 5a6e8c75-c7f3-46a4-a359-1638ef14d051 2026-04-23 16:05:52.530 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6458deb5-c68e-452a-9e9f-b35383f0bb1d 7a866e73630741e4813c0b460a84f99a e7b139eec4ca4ca997de81098a75cf90 - - default default] Tap Mirror: Handle Delete Port: 5a6e8c75-c7f3-46a4-a359-1638ef14d051 2026-04-23 16:05:52.590 8 INFO neutron.db.l3_hamode_db [None req-79e2d424-6992-4330-b512-5440af343c5b f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] HA network fb799ffb-13d4-4be2-9fa1-cc68d8f678ac was deleted as no HA routers are present in project 0c6e7a828b7841c58875b0d190174dfa. [pid: 8|app: 0|req: 1146/2397] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:05:51 2026] DELETE /v2.0/routers/2dec8882-6c7a-41d5-994d-4557737b2fcd => generated 0 bytes in 917 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2398] 10.0.0.50 () {32 vars in 718 bytes} [Thu Apr 23 16:05:52 2026] DELETE /v2.0/ports/5a6e8c75-c7f3-46a4-a359-1638ef14d051 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:05:52.706 8 INFO neutron.services.segments.plugin [-] Segment 9d02fb00-c889-4e6a-979a-9371167a93d3 resource provider aggregate not found 2026-04-23 16:05:52.713 8 INFO neutron.services.segments.plugin [-] Segment 9d02fb00-c889-4e6a-979a-9371167a93d3 resource provider aggregate not found 2026-04-23 16:05:52.729 8 INFO neutron.services.segments.plugin [-] Segment 9d02fb00-c889-4e6a-979a-9371167a93d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d02fb00-c889-4e6a-979a-9371167a93d3 found for delete ", "request_id": "req-7399408c-3bf4-4500-9126-9648fbc0351d"}]} 2026-04-23 16:05:52.735 8 INFO neutron.services.segments.plugin [-] Segment 9d02fb00-c889-4e6a-979a-9371167a93d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d02fb00-c889-4e6a-979a-9371167a93d3 found for delete ", "request_id": "req-bd7b8ddc-f17b-4b96-a3b8-0f1ec6fd285c"}]} 2026-04-23 16:05:52.739 7 INFO neutron.services.segments.plugin [-] Segment b4f9d540-6f03-40c5-b1d1-7ce06b91693a resource provider aggregate not found 2026-04-23 16:05:52.747 7 INFO neutron.services.segments.plugin [-] Segment b4f9d540-6f03-40c5-b1d1-7ce06b91693a resource provider aggregate not found 2026-04-23 16:05:52.767 7 INFO neutron.services.segments.plugin [-] Segment b4f9d540-6f03-40c5-b1d1-7ce06b91693a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4f9d540-6f03-40c5-b1d1-7ce06b91693a found for delete ", "request_id": "req-3f8b7d51-20e5-438d-9aa1-7ef8658c8472"}]} 2026-04-23 16:05:52.781 7 INFO neutron.services.segments.plugin [-] Segment b4f9d540-6f03-40c5-b1d1-7ce06b91693a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4f9d540-6f03-40c5-b1d1-7ce06b91693a found for delete ", "request_id": "req-793d6b6c-dc6f-4965-be53-625b12842892"}]} [pid: 8|app: 0|req: 1147/2399] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:05:52 2026] DELETE /v2.0/subnets/9cf57966-ffd0-4918-bd6b-90f6cc4b5018 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2400] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:05:52 2026] DELETE /v2.0/networks/1bb32a2d-e206-46a5-a277-3d9bc471c381 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:05:52.902 8 INFO neutron_taas.services.taas.taas_plugin [None req-4f675a16-c13c-4c12-9609-d7042fc5b34f f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: 74396d7d-a2ab-4967-bc60-e77eb4d64696 2026-04-23 16:05:52.905 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f675a16-c13c-4c12-9609-d7042fc5b34f f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: 74396d7d-a2ab-4967-bc60-e77eb4d64696 [pid: 8|app: 0|req: 1148/2401] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:05:52 2026] DELETE /v2.0/networks/090597de-2121-460a-b805-085c155751c6 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:05:53.453 7 WARNING neutron.db.securitygroups_db [None req-1cf2d4f6-0544-4f19-ae00-ca934e1b32df f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1254/2402] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:05:53 2026] GET /v2.0/security-groups?tenant_id=f6b9a1f31fb847ddbb00c1b325ce9406&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2403] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:53 2026] DELETE /v2.0/security-groups/6ba2962b-e914-40de-a209-0b8b3f9d4220 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:05:53.693 8 WARNING neutron.db.securitygroups_db [None req-78a3cdb1-eddd-4114-81a1-49780462b31f f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:05:53.695 7 WARNING neutron.db.securitygroups_db [None req-c0d72d78-6e4f-486e-b9b0-39d91908f6ed f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1150/2404] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:05:53 2026] GET /v2.0/security-groups?tenant_id=0c6e7a828b7841c58875b0d190174dfa&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: 1255/2405] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:05:53 2026] GET /v2.0/security-groups?tenant_id=e7b139eec4ca4ca997de81098a75cf90&name=default => generated 2929 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2406] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:53 2026] DELETE /v2.0/security-groups/5e518634-3faa-4082-be7d-657535ac32f5 => 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: 1256/2407] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:53 2026] DELETE /v2.0/security-groups/4c12ef2e-45ec-4311-ba8b-5ccc88875e1e => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:05:53.988 8 WARNING neutron.db.securitygroups_db [None req-e9232496-35cc-4693-827d-642653be0217 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1152/2408] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:05:53 2026] GET /v2.0/security-groups?tenant_id=b6f08475b9554bbf874c8fd2d3eae1d9&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2409] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:05:54 2026] DELETE /v2.0/security-groups/9a3074ab-db68-40c9-8fca-6d887a2897aa => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:05:54.747 8 INFO neutron.services.segments.plugin [-] Segment 9b86154d-84c6-46c7-ae97-e1d489cf037e resource provider aggregate not found 2026-04-23 16:05:54.753 8 INFO neutron.services.segments.plugin [-] Segment 9b86154d-84c6-46c7-ae97-e1d489cf037e resource provider aggregate not found 2026-04-23 16:05:54.761 8 INFO neutron.services.segments.plugin [-] Segment 9b86154d-84c6-46c7-ae97-e1d489cf037e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b86154d-84c6-46c7-ae97-e1d489cf037e found for delete ", "request_id": "req-1c99c3af-342d-4363-adaf-f448a3ae49c4"}]} 2026-04-23 16:05:54.773 8 INFO neutron.services.segments.plugin [-] Segment 9b86154d-84c6-46c7-ae97-e1d489cf037e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b86154d-84c6-46c7-ae97-e1d489cf037e found for delete ", "request_id": "req-394d9404-c965-43c6-a157-71c114c28173"}]} 2026-04-23 16:05:57.870 8 INFO neutron.db.segments_db [None req-d834ba61-0215-4ea9-b9d9-a8e78bd26551 5b6a535f64c1449eac3be61261127e28 11e6069b1e2a4c3caec453f5d0c028d0 - - default default] Added segment 59b8c92d-573a-45f8-87de-4ccd4c754bad of type vxlan for network fbea0620-3ee3-40c9-9ce2-a5c5dfb900f1 2026-04-23 16:05:58.130 8 INFO neutron.db.l3_hamode_db [None req-d834ba61-0215-4ea9-b9d9-a8e78bd26551 5b6a535f64c1449eac3be61261127e28 11e6069b1e2a4c3caec453f5d0c028d0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 16:05:58.245 8 INFO neutron.db.l3_hamode_db [None req-d834ba61-0215-4ea9-b9d9-a8e78bd26551 5b6a535f64c1449eac3be61261127e28 11e6069b1e2a4c3caec453f5d0c028d0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 16:05:58.520 7 INFO neutron.db.segments_db [None req-9a600ebe-7e12-463f-ae78-7bc9f16142e9 a3b91d965c284ce392b48f6b10d232c3 a49378b4e8284a2281be29aad894e2ed - - default default] Added segment 357aa239-216c-4b43-a3bc-c490da1924e9 of type vxlan for network 54343b5e-bfe4-4fe3-9278-10dca1bb92e3 [pid: 7|app: 0|req: 1259/2412] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:05:58 2026] POST /v2.0/networks => generated 630 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:05:58.693 7 INFO neutron.db.segments_db [None req-ab8f44b1-bc3d-4e6a-8e1c-f7ee8cbbfa22 a3b91d965c284ce392b48f6b10d232c3 a49378b4e8284a2281be29aad894e2ed - - default default] Added segment b4adcf50-25eb-4497-abdf-1b5cd5d21365 of type vxlan for network 6925eb33-da0b-4d4c-bccf-415bff2f4c30 [pid: 7|app: 0|req: 1260/2413] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:05:58 2026] POST /v2.0/networks => generated 632 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:05:58.856 7 INFO neutron.db.segments_db [None req-1f0d0ec3-ca9b-43fd-bdbe-dbae2a1b5983 a3b91d965c284ce392b48f6b10d232c3 a49378b4e8284a2281be29aad894e2ed - - default default] Added segment 6ec1411b-e1da-48dc-974e-8b8c8322cceb of type vxlan for network 26a89b49-fbcf-4794-baf6-85dfc2b6d4dd [pid: 8|app: 0|req: 1154/2414] 10.0.0.50 () {34 vars in 666 bytes} [Thu Apr 23 16:05:57 2026] POST /v2.0/routers => generated 474 bytes in 1214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2415] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:05:58 2026] POST /v2.0/networks => generated 632 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:05:58.982 8 WARNING tagging [None req-3e05afb8-f193-42f0-a08a-9f1e3ed070ab 5b6a535f64c1449eac3be61261127e28 11e6069b1e2a4c3caec453f5d0c028d0 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:05:59.036 7 INFO neutron.db.segments_db [None req-d1916444-229f-44c2-b75c-1bf13996852e a3b91d965c284ce392b48f6b10d232c3 a49378b4e8284a2281be29aad894e2ed - - default default] Added segment 473cb35c-6e93-446e-91d4-6e0531b3053c of type vxlan for network 95126a9c-729d-41bb-8ed9-3657b712086b [pid: 8|app: 0|req: 1155/2416] 10.0.0.50 () {34 vars in 749 bytes} [Thu Apr 23 16:05:58 2026] PUT /v2.0/routers/bf625170-69f7-45fb-aaf7-291c1ab3347f/tags => generated 25 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:05:59.099 8 WARNING tagging [None req-eb9c31cf-7201-4994-bfc2-53ad4018fed1 5b6a535f64c1449eac3be61261127e28 11e6069b1e2a4c3caec453f5d0c028d0 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1262/2417] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:05:58 2026] POST /v2.0/networks => generated 632 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2418] 10.0.0.50 () {32 vars in 729 bytes} [Thu Apr 23 16:05:59 2026] GET /v2.0/routers/bf625170-69f7-45fb-aaf7-291c1ab3347f/tags => generated 25 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:05:59.172 7 INFO neutron.db.segments_db [None req-19e7e292-e2d8-4f46-b188-8dffc72716e7 a3b91d965c284ce392b48f6b10d232c3 a49378b4e8284a2281be29aad894e2ed - - default default] Added segment 3219a264-a5bb-48b5-aa1b-1e9ac23fe45a of type vxlan for network ddf05926-7fd0-4398-8613-fcdd1b471321 2026-04-23 16:05:59.198 8 WARNING tagging [None req-ab28b44a-9525-4d01-824d-d62d81bdf5f7 5b6a535f64c1449eac3be61261127e28 11e6069b1e2a4c3caec453f5d0c028d0 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1263/2419] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:05:59 2026] POST /v2.0/networks => generated 631 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2420] 10.0.0.50 () {34 vars in 760 bytes} [Thu Apr 23 16:05:59 2026] PUT /v2.0/routers/bf625170-69f7-45fb-aaf7-291c1ab3347f/tags/green => generated 4 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2421] 10.0.0.50 () {34 vars in 751 bytes} [Thu Apr 23 16:05:59 2026] PUT /v2.0/networks/54343b5e-bfe4-4fe3-9278-10dca1bb92e3/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:05:59.370 8 WARNING tagging [None req-1bc92f91-6067-419d-8a24-96f3a104d352 5b6a535f64c1449eac3be61261127e28 11e6069b1e2a4c3caec453f5d0c028d0 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1265/2422] 10.0.0.50 () {34 vars in 751 bytes} [Thu Apr 23 16:05:59 2026] PUT /v2.0/networks/6925eb33-da0b-4d4c-bccf-415bff2f4c30/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2423] 10.0.0.50 () {32 vars in 729 bytes} [Thu Apr 23 16:05:59 2026] GET /v2.0/routers/bf625170-69f7-45fb-aaf7-291c1ab3347f/tags => generated 34 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2424] 10.0.0.50 () {34 vars in 751 bytes} [Thu Apr 23 16:05:59 2026] PUT /v2.0/networks/26a89b49-fbcf-4794-baf6-85dfc2b6d4dd/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:05:59.464 8 WARNING tagging [None req-17100216-04af-416f-8e19-35aebc664b12 5b6a535f64c1449eac3be61261127e28 11e6069b1e2a4c3caec453f5d0c028d0 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1267/2425] 10.0.0.50 () {34 vars in 751 bytes} [Thu Apr 23 16:05:59 2026] PUT /v2.0/networks/95126a9c-729d-41bb-8ed9-3657b712086b/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2426] 10.0.0.50 () {34 vars in 756 bytes} [Thu Apr 23 16:05:59 2026] PUT /v2.0/routers/bf625170-69f7-45fb-aaf7-291c1ab3347f/tags/red => generated 4 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2427] 10.0.0.50 () {32 vars in 664 bytes} [Thu Apr 23 16:05:59 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:05:59.587 8 WARNING tagging [None req-4d511d97-e27a-45ca-87ef-e8f141bb11ca 5b6a535f64c1449eac3be61261127e28 11e6069b1e2a4c3caec453f5d0c028d0 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1160/2428] 10.0.0.50 () {32 vars in 729 bytes} [Thu Apr 23 16:05:59 2026] GET /v2.0/routers/bf625170-69f7-45fb-aaf7-291c1ab3347f/tags => generated 34 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2429] 10.0.0.50 () {32 vars in 678 bytes} [Thu Apr 23 16:05:59 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:05:59.685 8 WARNING tagging [None req-d863bff4-e14c-4dc8-96b5-4c7073bf14fc 5b6a535f64c1449eac3be61261127e28 11e6069b1e2a4c3caec453f5d0c028d0 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1270/2430] 10.0.0.50 () {32 vars in 674 bytes} [Thu Apr 23 16:05:59 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2431] 10.0.0.50 () {32 vars in 686 bytes} [Thu Apr 23 16:05:59 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2432] 10.0.0.50 () {34 vars in 778 bytes} [Thu Apr 23 16:05:59 2026] PUT /v2.0/routers/bf625170-69f7-45fb-aaf7-291c1ab3347f/tags/black.or.white => generated 4 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2433] 10.0.0.50 () {32 vars in 672 bytes} [Thu Apr 23 16:05:59 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:05:59.859 8 WARNING tagging [None req-951c3435-35dd-49e9-bee0-ca1cde3f99ae 5b6a535f64c1449eac3be61261127e28 11e6069b1e2a4c3caec453f5d0c028d0 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1273/2434] 10.0.0.50 () {32 vars in 686 bytes} [Thu Apr 23 16:05:59 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2466 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2435] 10.0.0.50 () {32 vars in 729 bytes} [Thu Apr 23 16:05:59 2026] GET /v2.0/routers/bf625170-69f7-45fb-aaf7-291c1ab3347f/tags => generated 52 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:05:59.961 8 WARNING tagging [None req-5764c4cd-be97-4279-ad92-a9dc34843550 5b6a535f64c1449eac3be61261127e28 11e6069b1e2a4c3caec453f5d0c028d0 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1274/2436] 10.0.0.50 () {32 vars in 682 bytes} [Thu Apr 23 16:05:59 2026] GET /v2.0/networks?not-tags-any=blue => generated 2466 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2437] 10.0.0.50 () {34 vars in 749 bytes} [Thu Apr 23 16:05:59 2026] PUT /v2.0/routers/bf625170-69f7-45fb-aaf7-291c1ab3347f/tags => generated 37 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2438] 10.0.0.50 () {32 vars in 694 bytes} [Thu Apr 23 16:05:59 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:06:00.070 8 WARNING tagging [None req-de6197c0-7ca7-41f0-83bb-25749cc366d5 5b6a535f64c1449eac3be61261127e28 11e6069b1e2a4c3caec453f5d0c028d0 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1164/2439] 10.0.0.50 () {32 vars in 729 bytes} [Thu Apr 23 16:06:00 2026] GET /v2.0/routers/bf625170-69f7-45fb-aaf7-291c1ab3347f/tags => generated 37 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:06:00.149 7 INFO neutron.services.segments.plugin [-] Segment 357aa239-216c-4b43-a3bc-c490da1924e9 resource provider aggregate not found 2026-04-23 16:06:00.150 7 INFO neutron.services.segments.plugin [-] Segment 357aa239-216c-4b43-a3bc-c490da1924e9 resource provider aggregate not found 2026-04-23 16:06:00.161 8 WARNING tagging [None req-51303f9e-e509-4a60-a5dd-b69ccea7ce7a 5b6a535f64c1449eac3be61261127e28 11e6069b1e2a4c3caec453f5d0c028d0 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:06:00.169 7 INFO neutron.services.segments.plugin [-] Segment 357aa239-216c-4b43-a3bc-c490da1924e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 357aa239-216c-4b43-a3bc-c490da1924e9 found for delete ", "request_id": "req-519bbdcd-b86b-4423-be4d-208a680cdf48"}]} 2026-04-23 16:06:00.172 7 INFO neutron.services.segments.plugin [-] Segment 357aa239-216c-4b43-a3bc-c490da1924e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 357aa239-216c-4b43-a3bc-c490da1924e9 found for delete ", "request_id": "req-c11d17a1-56b2-41ac-a79a-e943d514788c"}]} [pid: 7|app: 0|req: 1276/2440] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:06:00 2026] DELETE /v2.0/networks/54343b5e-bfe4-4fe3-9278-10dca1bb92e3 => 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: 1165/2441] 10.0.0.50 () {32 vars in 737 bytes} [Thu Apr 23 16:06:00 2026] GET /v2.0/routers/bf625170-69f7-45fb-aaf7-291c1ab3347f/tags/red => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:06:00.254 8 WARNING tagging [None req-d387f09d-05d2-4c19-82de-a842e354ab4c 5b6a535f64c1449eac3be61261127e28 11e6069b1e2a4c3caec453f5d0c028d0 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:06:00.292 8 INFO neutron.api.v2.resource [None req-d387f09d-05d2-4c19-82de-a842e354ab4c 5b6a535f64c1449eac3be61261127e28 11e6069b1e2a4c3caec453f5d0c028d0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1166/2442] 10.0.0.50 () {32 vars in 741 bytes} [Thu Apr 23 16:06:00 2026] GET /v2.0/routers/bf625170-69f7-45fb-aaf7-291c1ab3347f/tags/green => generated 99 bytes in 85 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2443] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:06:00 2026] DELETE /v2.0/networks/6925eb33-da0b-4d4c-bccf-415bff2f4c30 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:06:00.347 8 WARNING tagging [None req-3e7678f1-a8cb-4cf9-8f6c-72fdb596fb8e 5b6a535f64c1449eac3be61261127e28 11e6069b1e2a4c3caec453f5d0c028d0 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1167/2444] 10.0.0.50 () {32 vars in 740 bytes} [Thu Apr 23 16:06:00 2026] DELETE /v2.0/routers/bf625170-69f7-45fb-aaf7-291c1ab3347f/tags/red => 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: 1278/2445] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:06:00 2026] DELETE /v2.0/networks/26a89b49-fbcf-4794-baf6-85dfc2b6d4dd => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:06:00.450 8 WARNING tagging [None req-6c9bbb84-acea-4915-bce7-dd67ae970de8 5b6a535f64c1449eac3be61261127e28 11e6069b1e2a4c3caec453f5d0c028d0 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1168/2446] 10.0.0.50 () {32 vars in 729 bytes} [Thu Apr 23 16:06:00 2026] GET /v2.0/routers/bf625170-69f7-45fb-aaf7-291c1ab3347f/tags => generated 30 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:06:00.543 8 WARNING tagging [None req-da3a1d3e-204f-4839-a71d-4a0c98b3c99d 5b6a535f64c1449eac3be61261127e28 11e6069b1e2a4c3caec453f5d0c028d0 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1279/2447] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:06:00 2026] DELETE /v2.0/networks/95126a9c-729d-41bb-8ed9-3657b712086b => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:06:00.604 8 INFO neutron.api.v2.resource [None req-da3a1d3e-204f-4839-a71d-4a0c98b3c99d 5b6a535f64c1449eac3be61261127e28 11e6069b1e2a4c3caec453f5d0c028d0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1169/2448] 10.0.0.50 () {32 vars in 744 bytes} [Thu Apr 23 16:06:00 2026] DELETE /v2.0/routers/bf625170-69f7-45fb-aaf7-291c1ab3347f/tags/green => generated 99 bytes in 108 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 16:06:00.658 8 WARNING tagging [None req-b1187c44-664c-46d7-9a28-de8575a5520c 5b6a535f64c1449eac3be61261127e28 11e6069b1e2a4c3caec453f5d0c028d0 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1280/2449] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:06:00 2026] DELETE /v2.0/networks/ddf05926-7fd0-4398-8613-fcdd1b471321 => 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: 1170/2450] 10.0.0.50 () {32 vars in 732 bytes} [Thu Apr 23 16:06:00 2026] DELETE /v2.0/routers/bf625170-69f7-45fb-aaf7-291c1ab3347f/tags => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:06:00.784 7 WARNING tagging [None req-8c11f014-3293-4eaa-8ceb-ad3fdb224305 5b6a535f64c1449eac3be61261127e28 11e6069b1e2a4c3caec453f5d0c028d0 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1281/2451] 10.0.0.50 () {32 vars in 729 bytes} [Thu Apr 23 16:06:00 2026] GET /v2.0/routers/bf625170-69f7-45fb-aaf7-291c1ab3347f/tags => generated 12 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2452] 10.0.0.50 () {32 vars in 719 bytes} [Thu Apr 23 16:06:00 2026] GET /v2.0/routers/bf625170-69f7-45fb-aaf7-291c1ab3347f => generated 480 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2453] 10.0.0.50 () {34 vars in 740 bytes} [Thu Apr 23 16:06:00 2026] PUT /v2.0/routers/bf625170-69f7-45fb-aaf7-291c1ab3347f => generated 480 bytes in 592 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2454] 10.0.0.50 () {32 vars in 734 bytes} [Thu Apr 23 16:06:01 2026] GET /v2.0/ports?device_id=bf625170-69f7-45fb-aaf7-291c1ab3347f => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:06:01.691 8 WARNING neutron.db.securitygroups_db [None req-5023aa3c-6410-4354-9e6b-a6d9fa1fb57d f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:06:01.692 7 INFO neutron_taas.services.taas.taas_plugin [None req-9701fcd8-5706-4161-92ac-e04689dfb36b 5b6a535f64c1449eac3be61261127e28 11e6069b1e2a4c3caec453f5d0c028d0 - - default default] TaaS: Handle Delete Port: 1204d921-efe3-4068-8286-b740a074f513 2026-04-23 16:06:01.695 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9701fcd8-5706-4161-92ac-e04689dfb36b 5b6a535f64c1449eac3be61261127e28 11e6069b1e2a4c3caec453f5d0c028d0 - - default default] Tap Mirror: Handle Delete Port: 1204d921-efe3-4068-8286-b740a074f513 [pid: 8|app: 0|req: 1173/2455] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:06:01 2026] GET /v2.0/security-groups?tenant_id=e291b5e5e850484aae9c916bb942ce75&name=default => generated 2929 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2456] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:06:01 2026] DELETE /v2.0/security-groups/60d2c6e8-d050-41ca-84b3-34ae2c34dcd1 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:06:02.091 8 WARNING neutron.db.securitygroups_db [None req-80d53341-9aa1-4036-bf5e-6597a3d47550 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:06:02.100 7 INFO neutron.db.l3_hamode_db [None req-9701fcd8-5706-4161-92ac-e04689dfb36b 5b6a535f64c1449eac3be61261127e28 11e6069b1e2a4c3caec453f5d0c028d0 - - default default] HA network fbea0620-3ee3-40c9-9ce2-a5c5dfb900f1 was deleted as no HA routers are present in project 11e6069b1e2a4c3caec453f5d0c028d0. [pid: 7|app: 0|req: 1283/2457] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:06:01 2026] DELETE /v2.0/routers/bf625170-69f7-45fb-aaf7-291c1ab3347f => generated 0 bytes in 578 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2458] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:06:02 2026] GET /v2.0/security-groups?tenant_id=a49378b4e8284a2281be29aad894e2ed&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:06:02.197 7 INFO neutron.services.segments.plugin [-] Segment b4adcf50-25eb-4497-abdf-1b5cd5d21365 resource provider aggregate not found 2026-04-23 16:06:02.202 7 INFO neutron.services.segments.plugin [-] Segment b4adcf50-25eb-4497-abdf-1b5cd5d21365 resource provider aggregate not found 2026-04-23 16:06:02.226 7 INFO neutron.services.segments.plugin [-] Segment b4adcf50-25eb-4497-abdf-1b5cd5d21365 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4adcf50-25eb-4497-abdf-1b5cd5d21365 found for delete ", "request_id": "req-ebeafe92-3db7-4168-9d7f-1bb9f881c60a"}]} 2026-04-23 16:06:02.231 7 INFO neutron.services.segments.plugin [-] Segment b4adcf50-25eb-4497-abdf-1b5cd5d21365 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4adcf50-25eb-4497-abdf-1b5cd5d21365 found for delete ", "request_id": "req-3af773c2-3ba5-468b-8aff-dc5f78f6c22f"}]} 2026-04-23 16:06:02.250 7 INFO neutron.services.segments.plugin [-] Segment 6ec1411b-e1da-48dc-974e-8b8c8322cceb resource provider aggregate not found 2026-04-23 16:06:02.253 7 INFO neutron.services.segments.plugin [-] Segment 6ec1411b-e1da-48dc-974e-8b8c8322cceb resource provider aggregate not found [pid: 7|app: 0|req: 1284/2459] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:06:02 2026] DELETE /v2.0/security-groups/e9e56f55-1a34-4ee7-ad41-33acf896f721 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:06:02.268 7 INFO neutron.services.segments.plugin [-] Segment 6ec1411b-e1da-48dc-974e-8b8c8322cceb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ec1411b-e1da-48dc-974e-8b8c8322cceb found for delete ", "request_id": "req-8b0cdd9e-4afc-4eca-8a62-28e2686b4978"}]} 2026-04-23 16:06:02.273 7 INFO neutron.services.segments.plugin [-] Segment 6ec1411b-e1da-48dc-974e-8b8c8322cceb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ec1411b-e1da-48dc-974e-8b8c8322cceb found for delete ", "request_id": "req-40e3c55f-a372-4aaf-8643-3bb3f174837a"}]} 2026-04-23 16:06:02.286 7 INFO neutron.services.segments.plugin [-] Segment 473cb35c-6e93-446e-91d4-6e0531b3053c resource provider aggregate not found 2026-04-23 16:06:02.290 7 INFO neutron.services.segments.plugin [-] Segment 473cb35c-6e93-446e-91d4-6e0531b3053c resource provider aggregate not found 2026-04-23 16:06:02.305 7 INFO neutron.services.segments.plugin [-] Segment 473cb35c-6e93-446e-91d4-6e0531b3053c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 473cb35c-6e93-446e-91d4-6e0531b3053c found for delete ", "request_id": "req-1f7c15b8-2791-4176-a1d0-f91b05457bef"}]} 2026-04-23 16:06:02.310 7 INFO neutron.services.segments.plugin [-] Segment 473cb35c-6e93-446e-91d4-6e0531b3053c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 473cb35c-6e93-446e-91d4-6e0531b3053c found for delete ", "request_id": "req-0d7b7518-7196-4ec3-9fbd-31321c2a113f"}]} 2026-04-23 16:06:02.326 7 INFO neutron.services.segments.plugin [-] Segment 3219a264-a5bb-48b5-aa1b-1e9ac23fe45a resource provider aggregate not found 2026-04-23 16:06:02.330 7 INFO neutron.services.segments.plugin [-] Segment 3219a264-a5bb-48b5-aa1b-1e9ac23fe45a resource provider aggregate not found 2026-04-23 16:06:02.344 7 INFO neutron.services.segments.plugin [-] Segment 3219a264-a5bb-48b5-aa1b-1e9ac23fe45a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3219a264-a5bb-48b5-aa1b-1e9ac23fe45a found for delete ", "request_id": "req-e6482e5f-b4a6-4193-b796-f9ef8ffc371d"}]} 2026-04-23 16:06:02.352 7 INFO neutron.services.segments.plugin [-] Segment 3219a264-a5bb-48b5-aa1b-1e9ac23fe45a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3219a264-a5bb-48b5-aa1b-1e9ac23fe45a found for delete ", "request_id": "req-8ab5c8c4-9ce9-4eee-a99a-de99209d5542"}]} 2026-04-23 16:06:02.360 7 INFO neutron.services.segments.plugin [-] Segment 59b8c92d-573a-45f8-87de-4ccd4c754bad resource provider aggregate not found 2026-04-23 16:06:02.378 7 INFO neutron.services.segments.plugin [-] Segment 59b8c92d-573a-45f8-87de-4ccd4c754bad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59b8c92d-573a-45f8-87de-4ccd4c754bad found for delete ", "request_id": "req-7281a197-4a02-4512-8403-d1e9e6a0891d"}]} 2026-04-23 16:06:02.378 7 INFO neutron.services.segments.plugin [-] Segment 59b8c92d-573a-45f8-87de-4ccd4c754bad resource provider aggregate not found 2026-04-23 16:06:02.402 7 INFO neutron.services.segments.plugin [-] Segment 59b8c92d-573a-45f8-87de-4ccd4c754bad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59b8c92d-573a-45f8-87de-4ccd4c754bad found for delete ", "request_id": "req-7bc15cbf-2b59-42bb-83b8-93d49681e14b"}]} 2026-04-23 16:06:02.504 8 WARNING neutron.db.securitygroups_db [None req-df4db956-8439-48af-9d5b-59017fe4864b f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1176/2460] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:06:02 2026] GET /v2.0/security-groups?tenant_id=7a1931e201654bf889af7d7cb38ff8b6&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2461] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:06:02 2026] DELETE /v2.0/security-groups/63c5e601-9e8e-4b0b-a174-a4468d82113c => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:06:03.051 8 WARNING neutron.db.securitygroups_db [None req-129e409e-da6c-4a90-9b09-c55599b5e174 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1177/2462] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:06:02 2026] GET /v2.0/security-groups?tenant_id=44b656c40e054dd5bccaf811a5b90fc2&name=default => generated 2929 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2463] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:06:03 2026] DELETE /v2.0/security-groups/344a380b-091b-4f0f-90e0-7cecd044ea26 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:06:03.434 8 WARNING neutron.db.securitygroups_db [None req-dc6609db-806a-475b-bf65-63d7c6cc496c f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1178/2464] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:06:03 2026] GET /v2.0/security-groups?tenant_id=11e6069b1e2a4c3caec453f5d0c028d0&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: 1287/2465] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:06:03 2026] DELETE /v2.0/security-groups/5ddf70f8-b8da-40f1-9fc3-aea0fb5c496c => 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: 1179/2466] 10.0.0.50 () {34 vars in 682 bytes} [Thu Apr 23 16:06:06 2026] POST /v2.0/security-groups => generated 1603 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 16:06:07.182 7 WARNING tagging [None req-2d1d820e-429a-437a-9006-89bc0964122b 2dc7e7f0108c4e99ad6bb6f0778aeac7 e4cb4cbbad8d4b69b554bd17d6e7035a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1288/2467] 10.0.0.50 () {34 vars in 765 bytes} [Thu Apr 23 16:06:07 2026] PUT /v2.0/security-groups/d9b17d92-b0f2-4b34-9fef-61c0befe8a3a/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:06:07.249 7 WARNING tagging [None req-627d207a-19bc-45ec-91b5-9b838f1f1daf 2dc7e7f0108c4e99ad6bb6f0778aeac7 e4cb4cbbad8d4b69b554bd17d6e7035a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1289/2468] 10.0.0.50 () {32 vars in 745 bytes} [Thu Apr 23 16:06:07 2026] GET /v2.0/security-groups/d9b17d92-b0f2-4b34-9fef-61c0befe8a3a/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:06:07.270 8 INFO neutron.db.segments_db [None req-82ab6710-6fb5-4f5a-9cde-c78213ce8dda 9775d411122a4e8492a6349acfdd4ec4 c5594f13272d40dab2b54a2e49965945 - - default default] Added segment 3cc94a9b-e583-401b-b0a5-9a8893272d40 of type vxlan for network 0c1f4f52-e365-48c8-8ead-8f2cc420dc32 2026-04-23 16:06:07.288 7 WARNING tagging [None req-8b4d5d05-ebf3-4dfc-89a9-0ba7ead5b335 2dc7e7f0108c4e99ad6bb6f0778aeac7 e4cb4cbbad8d4b69b554bd17d6e7035a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1290/2469] 10.0.0.50 () {34 vars in 776 bytes} [Thu Apr 23 16:06:07 2026] PUT /v2.0/security-groups/d9b17d92-b0f2-4b34-9fef-61c0befe8a3a/tags/green => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 16:06:07.368 7 WARNING tagging [None req-a308a90c-22c7-4e09-b090-c930150fe755 2dc7e7f0108c4e99ad6bb6f0778aeac7 e4cb4cbbad8d4b69b554bd17d6e7035a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1291/2470] 10.0.0.50 () {32 vars in 745 bytes} [Thu Apr 23 16:06:07 2026] GET /v2.0/security-groups/d9b17d92-b0f2-4b34-9fef-61c0befe8a3a/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:06:07.415 7 WARNING tagging [None req-15423277-6e14-4a30-9c83-651a46eda7a6 2dc7e7f0108c4e99ad6bb6f0778aeac7 e4cb4cbbad8d4b69b554bd17d6e7035a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1292/2471] 10.0.0.50 () {34 vars in 772 bytes} [Thu Apr 23 16:06:07 2026] PUT /v2.0/security-groups/d9b17d92-b0f2-4b34-9fef-61c0befe8a3a/tags/red => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 16:06:07.480 7 WARNING tagging [None req-1adab887-2c8d-4e96-a1a8-187e249e3525 2dc7e7f0108c4e99ad6bb6f0778aeac7 e4cb4cbbad8d4b69b554bd17d6e7035a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1293/2472] 10.0.0.50 () {32 vars in 745 bytes} [Thu Apr 23 16:06:07 2026] GET /v2.0/security-groups/d9b17d92-b0f2-4b34-9fef-61c0befe8a3a/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:06:07.525 8 INFO neutron.db.l3_hamode_db [None req-82ab6710-6fb5-4f5a-9cde-c78213ce8dda 9775d411122a4e8492a6349acfdd4ec4 c5594f13272d40dab2b54a2e49965945 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 16:06:07.529 7 WARNING tagging [None req-8b9505fe-72f4-4611-aaf4-323fb17da61e 2dc7e7f0108c4e99ad6bb6f0778aeac7 e4cb4cbbad8d4b69b554bd17d6e7035a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1294/2473] 10.0.0.50 () {34 vars in 794 bytes} [Thu Apr 23 16:06:07 2026] PUT /v2.0/security-groups/d9b17d92-b0f2-4b34-9fef-61c0befe8a3a/tags/black.or.white => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 16:06:07.595 7 WARNING tagging [None req-fa332d5c-5b6c-431c-9578-ef8e2fe59a1f 2dc7e7f0108c4e99ad6bb6f0778aeac7 e4cb4cbbad8d4b69b554bd17d6e7035a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1295/2474] 10.0.0.50 () {32 vars in 745 bytes} [Thu Apr 23 16:06:07 2026] GET /v2.0/security-groups/d9b17d92-b0f2-4b34-9fef-61c0befe8a3a/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:06:07.637 7 WARNING tagging [None req-f239e2e1-c82d-4472-8eec-f7bb410ee2fc 2dc7e7f0108c4e99ad6bb6f0778aeac7 e4cb4cbbad8d4b69b554bd17d6e7035a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1296/2475] 10.0.0.50 () {34 vars in 765 bytes} [Thu Apr 23 16:06:07 2026] PUT /v2.0/security-groups/d9b17d92-b0f2-4b34-9fef-61c0befe8a3a/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:06:07.667 8 INFO neutron.db.l3_hamode_db [None req-82ab6710-6fb5-4f5a-9cde-c78213ce8dda 9775d411122a4e8492a6349acfdd4ec4 c5594f13272d40dab2b54a2e49965945 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 16:06:07.696 7 WARNING tagging [None req-34aa3e1b-7000-486b-9ddc-8afe9152df05 2dc7e7f0108c4e99ad6bb6f0778aeac7 e4cb4cbbad8d4b69b554bd17d6e7035a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1297/2476] 10.0.0.50 () {32 vars in 745 bytes} [Thu Apr 23 16:06:07 2026] GET /v2.0/security-groups/d9b17d92-b0f2-4b34-9fef-61c0befe8a3a/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:06:07.736 7 WARNING tagging [None req-cc61d5f3-0154-41b7-9be7-c8a3fbc39f23 2dc7e7f0108c4e99ad6bb6f0778aeac7 e4cb4cbbad8d4b69b554bd17d6e7035a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1298/2477] 10.0.0.50 () {32 vars in 753 bytes} [Thu Apr 23 16:06:07 2026] GET /v2.0/security-groups/d9b17d92-b0f2-4b34-9fef-61c0befe8a3a/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:06:07.784 7 WARNING tagging [None req-fc8342de-bb45-43e1-9060-0ec2180c9cea 2dc7e7f0108c4e99ad6bb6f0778aeac7 e4cb4cbbad8d4b69b554bd17d6e7035a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:06:07.794 7 INFO neutron.api.v2.resource [None req-fc8342de-bb45-43e1-9060-0ec2180c9cea 2dc7e7f0108c4e99ad6bb6f0778aeac7 e4cb4cbbad8d4b69b554bd17d6e7035a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1299/2478] 10.0.0.50 () {32 vars in 757 bytes} [Thu Apr 23 16:06:07 2026] GET /v2.0/security-groups/d9b17d92-b0f2-4b34-9fef-61c0befe8a3a/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 16:06:07.823 7 WARNING tagging [None req-9b7ec1e2-f85a-431e-9835-eda03a94d019 2dc7e7f0108c4e99ad6bb6f0778aeac7 e4cb4cbbad8d4b69b554bd17d6e7035a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1300/2479] 10.0.0.50 () {32 vars in 756 bytes} [Thu Apr 23 16:06:07 2026] DELETE /v2.0/security-groups/d9b17d92-b0f2-4b34-9fef-61c0befe8a3a/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:06:07.891 7 WARNING tagging [None req-16c426c4-979b-4530-ad47-8831bfabd50b 2dc7e7f0108c4e99ad6bb6f0778aeac7 e4cb4cbbad8d4b69b554bd17d6e7035a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1301/2480] 10.0.0.50 () {32 vars in 745 bytes} [Thu Apr 23 16:06:07 2026] GET /v2.0/security-groups/d9b17d92-b0f2-4b34-9fef-61c0befe8a3a/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:06:07.936 7 WARNING tagging [None req-132011fc-7718-49c3-b7b6-0eb792d6d90e 2dc7e7f0108c4e99ad6bb6f0778aeac7 e4cb4cbbad8d4b69b554bd17d6e7035a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:06:07.953 7 INFO neutron.api.v2.resource [None req-132011fc-7718-49c3-b7b6-0eb792d6d90e 2dc7e7f0108c4e99ad6bb6f0778aeac7 e4cb4cbbad8d4b69b554bd17d6e7035a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1302/2481] 10.0.0.50 () {32 vars in 760 bytes} [Thu Apr 23 16:06:07 2026] DELETE /v2.0/security-groups/d9b17d92-b0f2-4b34-9fef-61c0befe8a3a/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 16:06:07.989 7 WARNING tagging [None req-1c6f2d4e-200b-4213-b539-318ef35c4a52 2dc7e7f0108c4e99ad6bb6f0778aeac7 e4cb4cbbad8d4b69b554bd17d6e7035a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1303/2482] 10.0.0.50 () {32 vars in 748 bytes} [Thu Apr 23 16:06:07 2026] DELETE /v2.0/security-groups/d9b17d92-b0f2-4b34-9fef-61c0befe8a3a/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:06:08.066 7 WARNING tagging [None req-19d9f7e0-4287-48e4-9692-bd91ecd3a2bd 2dc7e7f0108c4e99ad6bb6f0778aeac7 e4cb4cbbad8d4b69b554bd17d6e7035a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1304/2483] 10.0.0.50 () {32 vars in 745 bytes} [Thu Apr 23 16:06:08 2026] GET /v2.0/security-groups/d9b17d92-b0f2-4b34-9fef-61c0befe8a3a/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2484] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:06:08 2026] DELETE /v2.0/security-groups/d9b17d92-b0f2-4b34-9fef-61c0befe8a3a => 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: 1180/2485] 10.0.0.50 () {34 vars in 666 bytes} [Thu Apr 23 16:06:07 2026] POST /v2.0/routers => generated 474 bytes in 1102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:06:08.341 7 INFO neutron.db.l3_hamode_db [None req-d0492698-f1f5-4303-ae56-ab510caac803 9775d411122a4e8492a6349acfdd4ec4 c5594f13272d40dab2b54a2e49965945 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 16:06:08.485 7 INFO neutron.db.l3_hamode_db [None req-d0492698-f1f5-4303-ae56-ab510caac803 9775d411122a4e8492a6349acfdd4ec4 c5594f13272d40dab2b54a2e49965945 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 16:06:08.937 8 WARNING neutron.db.securitygroups_db [None req-ad88b388-d299-40fe-a33e-ea9fbdd7017f f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1181/2486] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:06:08 2026] GET /v2.0/security-groups?tenant_id=8d1020094700414e8b1c62857f4f4ff3&name=default => generated 2929 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2487] 10.0.0.50 () {34 vars in 666 bytes} [Thu Apr 23 16:06:08 2026] POST /v2.0/routers => generated 474 bytes in 812 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:06:09.172 7 INFO neutron.db.l3_hamode_db [None req-3bbeba16-347c-4ab2-9e85-4fafe7f8f58c 9775d411122a4e8492a6349acfdd4ec4 c5594f13272d40dab2b54a2e49965945 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1182/2488] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:06:09 2026] DELETE /v2.0/security-groups/13b669d4-2b52-4156-b7b5-9d9b8c198ec5 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:06:09.300 7 INFO neutron.db.l3_hamode_db [None req-3bbeba16-347c-4ab2-9e85-4fafe7f8f58c 9775d411122a4e8492a6349acfdd4ec4 c5594f13272d40dab2b54a2e49965945 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 16:06:09.303 8 WARNING neutron.db.securitygroups_db [None req-5bb282ff-213b-4cd5-9c55-6239e1ab97d7 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1183/2489] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:06:09 2026] GET /v2.0/security-groups?tenant_id=e4cb4cbbad8d4b69b554bd17d6e7035a&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2490] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:06:09 2026] DELETE /v2.0/security-groups/d63e6b28-42fb-47ab-b3b1-49ca64799ecf => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2493] 10.0.0.50 () {34 vars in 666 bytes} [Thu Apr 23 16:06:09 2026] POST /v2.0/routers => generated 474 bytes in 807 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:06:09.986 8 INFO neutron.db.l3_hamode_db [None req-ac37f2b7-861d-409e-ac08-0cc86badf09c 9775d411122a4e8492a6349acfdd4ec4 c5594f13272d40dab2b54a2e49965945 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 16:06:10.128 8 INFO neutron.db.l3_hamode_db [None req-ac37f2b7-861d-409e-ac08-0cc86badf09c 9775d411122a4e8492a6349acfdd4ec4 c5594f13272d40dab2b54a2e49965945 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1187/2494] 10.0.0.50 () {34 vars in 666 bytes} [Thu Apr 23 16:06:09 2026] POST /v2.0/routers => generated 474 bytes in 794 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:06:10.784 7 INFO neutron.db.l3_hamode_db [None req-57256829-fe3d-4d80-bffb-54070c945fde 9775d411122a4e8492a6349acfdd4ec4 c5594f13272d40dab2b54a2e49965945 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 16:06:10.916 7 INFO neutron.db.l3_hamode_db [None req-57256829-fe3d-4d80-bffb-54070c945fde 9775d411122a4e8492a6349acfdd4ec4 c5594f13272d40dab2b54a2e49965945 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1308/2495] 10.0.0.50 () {34 vars in 666 bytes} [Thu Apr 23 16:06:10 2026] POST /v2.0/routers => generated 474 bytes in 775 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:06:11.566 8 WARNING tagging [None req-8e6573d2-13c4-4312-bbab-312d27a8824a 9775d411122a4e8492a6349acfdd4ec4 c5594f13272d40dab2b54a2e49965945 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1188/2496] 10.0.0.50 () {34 vars in 749 bytes} [Thu Apr 23 16:06:11 2026] PUT /v2.0/routers/ffdc08c4-7c2a-42ab-aefc-5a041f0fe8e8/tags => generated 17 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:06:11.697 7 WARNING tagging [None req-ec3b0f18-199e-43f5-9aee-49832e5ff8d8 9775d411122a4e8492a6349acfdd4ec4 c5594f13272d40dab2b54a2e49965945 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1309/2497] 10.0.0.50 () {34 vars in 749 bytes} [Thu Apr 23 16:06:11 2026] PUT /v2.0/routers/a9ae2689-954e-4c00-8d36-c8d30ff90758/tags => generated 25 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:06:11.812 8 WARNING tagging [None req-61e53a34-3c57-435f-9348-eed7184ada24 9775d411122a4e8492a6349acfdd4ec4 c5594f13272d40dab2b54a2e49965945 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1189/2498] 10.0.0.50 () {34 vars in 749 bytes} [Thu Apr 23 16:06:11 2026] PUT /v2.0/routers/ce80970b-325b-4314-b2d6-c7692e78b1f6/tags => generated 34 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:06:11.946 7 WARNING tagging [None req-fd274255-5b9a-4ba7-8dd8-86bc54804e3a 9775d411122a4e8492a6349acfdd4ec4 c5594f13272d40dab2b54a2e49965945 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1310/2499] 10.0.0.50 () {34 vars in 749 bytes} [Thu Apr 23 16:06:11 2026] PUT /v2.0/routers/eec8af08-f17b-4125-b042-118c2a0abd2f/tags => generated 19 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2500] 10.0.0.50 () {32 vars in 662 bytes} [Thu Apr 23 16:06:12 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2501] 10.0.0.50 () {32 vars in 676 bytes} [Thu Apr 23 16:06:12 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2502] 10.0.0.50 () {32 vars in 672 bytes} [Thu Apr 23 16:06:12 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2503] 10.0.0.50 () {32 vars in 684 bytes} [Thu Apr 23 16:06:12 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2504] 10.0.0.50 () {32 vars in 670 bytes} [Thu Apr 23 16:06:12 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 609 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:06:12.988 7 INFO neutron.db.segments_db [None req-4eb3bcb4-8525-4eae-8c98-125eff490938 911686d96cf849cd9f49a559e67388a9 d66fadb1498d478786572a878ea7e13f - - default default] Added segment e8315839-a18c-4bf2-8e0d-5707b11f828e of type vxlan for network e237b8db-43f4-4d34-b28f-2a3a849f29b2 [pid: 8|app: 0|req: 1193/2505] 10.0.0.50 () {32 vars in 684 bytes} [Thu Apr 23 16:06:12 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2506] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:06:12 2026] POST /v2.0/networks => generated 631 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2507] 10.0.0.50 () {32 vars in 680 bytes} [Thu Apr 23 16:06:13 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2508] 10.0.0.50 () {32 vars in 692 bytes} [Thu Apr 23 16:06:13 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2509] 10.0.0.50 () {32 vars in 719 bytes} [Thu Apr 23 16:06:13 2026] GET /v2.0/routers/ffdc08c4-7c2a-42ab-aefc-5a041f0fe8e8 => generated 485 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2510] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:06:13 2026] POST /v2.0/subnets => generated 626 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2511] 10.0.0.50 () {34 vars in 749 bytes} [Thu Apr 23 16:06:13 2026] PUT /v2.0/subnets/d40ec3b0-f717-417b-8092-ed48d6a4c0c9/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: 1316/2512] 10.0.0.50 () {32 vars in 729 bytes} [Thu Apr 23 16:06:13 2026] GET /v2.0/subnets/d40ec3b0-f717-417b-8092-ed48d6a4c0c9/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: 1317/2513] 10.0.0.50 () {34 vars in 760 bytes} [Thu Apr 23 16:06:13 2026] PUT /v2.0/subnets/d40ec3b0-f717-417b-8092-ed48d6a4c0c9/tags/green => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2514] 10.0.0.50 () {32 vars in 729 bytes} [Thu Apr 23 16:06:13 2026] GET /v2.0/subnets/d40ec3b0-f717-417b-8092-ed48d6a4c0c9/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2515] 10.0.0.50 () {34 vars in 756 bytes} [Thu Apr 23 16:06:13 2026] PUT /v2.0/subnets/d40ec3b0-f717-417b-8092-ed48d6a4c0c9/tags/red => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2516] 10.0.0.50 () {32 vars in 729 bytes} [Thu Apr 23 16:06:13 2026] GET /v2.0/subnets/d40ec3b0-f717-417b-8092-ed48d6a4c0c9/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2517] 10.0.0.50 () {34 vars in 778 bytes} [Thu Apr 23 16:06:13 2026] PUT /v2.0/subnets/d40ec3b0-f717-417b-8092-ed48d6a4c0c9/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: 1322/2518] 10.0.0.50 () {32 vars in 729 bytes} [Thu Apr 23 16:06:13 2026] GET /v2.0/subnets/d40ec3b0-f717-417b-8092-ed48d6a4c0c9/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2519] 10.0.0.50 () {34 vars in 740 bytes} [Thu Apr 23 16:06:13 2026] PUT /v2.0/routers/ffdc08c4-7c2a-42ab-aefc-5a041f0fe8e8 => generated 485 bytes in 559 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2520] 10.0.0.50 () {32 vars in 734 bytes} [Thu Apr 23 16:06:13 2026] GET /v2.0/ports?device_id=ffdc08c4-7c2a-42ab-aefc-5a041f0fe8e8 => 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: 1323/2521] 10.0.0.50 () {34 vars in 749 bytes} [Thu Apr 23 16:06:13 2026] PUT /v2.0/subnets/d40ec3b0-f717-417b-8092-ed48d6a4c0c9/tags => generated 37 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2522] 10.0.0.50 () {32 vars in 729 bytes} [Thu Apr 23 16:06:13 2026] GET /v2.0/subnets/d40ec3b0-f717-417b-8092-ed48d6a4c0c9/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2523] 10.0.0.50 () {32 vars in 737 bytes} [Thu Apr 23 16:06:13 2026] GET /v2.0/subnets/d40ec3b0-f717-417b-8092-ed48d6a4c0c9/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:06:14.034 8 INFO neutron_taas.services.taas.taas_plugin [None req-8af12238-aa6a-4ad3-83ef-62392b4d4c01 9775d411122a4e8492a6349acfdd4ec4 c5594f13272d40dab2b54a2e49965945 - - default default] TaaS: Handle Delete Port: 02e39a0d-2bea-4d44-9287-63bd357dfebc 2026-04-23 16:06:14.037 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8af12238-aa6a-4ad3-83ef-62392b4d4c01 9775d411122a4e8492a6349acfdd4ec4 c5594f13272d40dab2b54a2e49965945 - - default default] Tap Mirror: Handle Delete Port: 02e39a0d-2bea-4d44-9287-63bd357dfebc 2026-04-23 16:06:14.039 7 INFO neutron.api.v2.resource [None req-a8ba0114-7599-4e69-aa6d-2ff0d11e5433 911686d96cf849cd9f49a559e67388a9 d66fadb1498d478786572a878ea7e13f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1326/2524] 10.0.0.50 () {32 vars in 741 bytes} [Thu Apr 23 16:06:13 2026] GET /v2.0/subnets/d40ec3b0-f717-417b-8092-ed48d6a4c0c9/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2525] 10.0.0.50 () {32 vars in 740 bytes} [Thu Apr 23 16:06:14 2026] DELETE /v2.0/subnets/d40ec3b0-f717-417b-8092-ed48d6a4c0c9/tags/red => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2526] 10.0.0.50 () {32 vars in 729 bytes} [Thu Apr 23 16:06:14 2026] GET /v2.0/subnets/d40ec3b0-f717-417b-8092-ed48d6a4c0c9/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:06:14.222 7 INFO neutron.api.v2.resource [None req-4d7e5a79-b803-4742-84d3-5557ceee1d38 911686d96cf849cd9f49a559e67388a9 d66fadb1498d478786572a878ea7e13f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1329/2527] 10.0.0.50 () {32 vars in 744 bytes} [Thu Apr 23 16:06:14 2026] DELETE /v2.0/subnets/d40ec3b0-f717-417b-8092-ed48d6a4c0c9/tags/green => generated 99 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2528] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:06:13 2026] DELETE /v2.0/routers/ffdc08c4-7c2a-42ab-aefc-5a041f0fe8e8 => generated 0 bytes in 402 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2529] 10.0.0.50 () {32 vars in 732 bytes} [Thu Apr 23 16:06:14 2026] DELETE /v2.0/subnets/d40ec3b0-f717-417b-8092-ed48d6a4c0c9/tags => 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: 1200/2530] 10.0.0.50 () {32 vars in 719 bytes} [Thu Apr 23 16:06:14 2026] GET /v2.0/routers/a9ae2689-954e-4c00-8d36-c8d30ff90758 => generated 493 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2531] 10.0.0.50 () {32 vars in 729 bytes} [Thu Apr 23 16:06:14 2026] GET /v2.0/subnets/d40ec3b0-f717-417b-8092-ed48d6a4c0c9/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2532] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:06:14 2026] DELETE /v2.0/subnets/d40ec3b0-f717-417b-8092-ed48d6a4c0c9 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:06:14.612 7 INFO neutron_taas.services.taas.taas_plugin [None req-d58a88bd-3425-40aa-bec8-363ed53eb213 911686d96cf849cd9f49a559e67388a9 d66fadb1498d478786572a878ea7e13f - - default default] TaaS: Handle Delete Port: 936f568b-4df6-4c84-bf12-eb13611ca8a8 2026-04-23 16:06:14.616 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d58a88bd-3425-40aa-bec8-363ed53eb213 911686d96cf849cd9f49a559e67388a9 d66fadb1498d478786572a878ea7e13f - - default default] Tap Mirror: Handle Delete Port: 936f568b-4df6-4c84-bf12-eb13611ca8a8 2026-04-23 16:06:14.807 7 INFO neutron.services.segments.plugin [-] Segment e8315839-a18c-4bf2-8e0d-5707b11f828e resource provider aggregate not found 2026-04-23 16:06:14.818 7 INFO neutron.services.segments.plugin [-] Segment e8315839-a18c-4bf2-8e0d-5707b11f828e resource provider aggregate not found 2026-04-23 16:06:14.834 7 INFO neutron.services.segments.plugin [-] Segment e8315839-a18c-4bf2-8e0d-5707b11f828e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8315839-a18c-4bf2-8e0d-5707b11f828e found for delete ", "request_id": "req-2121fb2a-aab5-4a9d-aa11-4033686ecf72"}]} 2026-04-23 16:06:14.835 7 INFO neutron.services.segments.plugin [-] Segment e8315839-a18c-4bf2-8e0d-5707b11f828e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8315839-a18c-4bf2-8e0d-5707b11f828e found for delete ", "request_id": "req-1b63cdf8-45d9-4732-98d6-81696cd831c5"}]} [pid: 7|app: 0|req: 1333/2533] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:06:14 2026] DELETE /v2.0/networks/e237b8db-43f4-4d34-b28f-2a3a849f29b2 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2534] 10.0.0.50 () {34 vars in 740 bytes} [Thu Apr 23 16:06:14 2026] PUT /v2.0/routers/a9ae2689-954e-4c00-8d36-c8d30ff90758 => generated 493 bytes in 638 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2535] 10.0.0.50 () {32 vars in 734 bytes} [Thu Apr 23 16:06:14 2026] GET /v2.0/ports?device_id=a9ae2689-954e-4c00-8d36-c8d30ff90758 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:06:15.184 8 INFO neutron_taas.services.taas.taas_plugin [None req-e9bd28a8-e7e2-4bd7-adaf-3fd3c5d68e2f 9775d411122a4e8492a6349acfdd4ec4 c5594f13272d40dab2b54a2e49965945 - - default default] TaaS: Handle Delete Port: b1406deb-bfc3-4037-af15-c15498b01ace 2026-04-23 16:06:15.188 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9bd28a8-e7e2-4bd7-adaf-3fd3c5d68e2f 9775d411122a4e8492a6349acfdd4ec4 c5594f13272d40dab2b54a2e49965945 - - default default] Tap Mirror: Handle Delete Port: b1406deb-bfc3-4037-af15-c15498b01ace [pid: 8|app: 0|req: 1202/2536] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:06:14 2026] DELETE /v2.0/routers/a9ae2689-954e-4c00-8d36-c8d30ff90758 => generated 0 bytes in 426 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2537] 10.0.0.50 () {32 vars in 719 bytes} [Thu Apr 23 16:06:15 2026] GET /v2.0/routers/ce80970b-325b-4314-b2d6-c7692e78b1f6 => generated 502 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:06:15.628 7 WARNING neutron.db.securitygroups_db [None req-124dbc92-8c2f-496a-b4b2-d0ca83164652 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1336/2538] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:06:15 2026] GET /v2.0/security-groups?tenant_id=d66fadb1498d478786572a878ea7e13f&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2539] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:06:15 2026] DELETE /v2.0/security-groups/7746268c-a2c2-4c6b-8994-884b53a071ea => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:06:15.855 7 WARNING neutron.db.securitygroups_db [None req-e4e6b4dc-66e8-4c8f-ad83-86efa90c6d8f f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1203/2540] 10.0.0.50 () {34 vars in 740 bytes} [Thu Apr 23 16:06:15 2026] PUT /v2.0/routers/ce80970b-325b-4314-b2d6-c7692e78b1f6 => generated 502 bytes in 536 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2541] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:06:15 2026] GET /v2.0/security-groups?tenant_id=5c8fe2f26ae64b7aad01df9c087ff5f5&name=default => generated 2929 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2542] 10.0.0.50 () {32 vars in 734 bytes} [Thu Apr 23 16:06:16 2026] GET /v2.0/ports?device_id=ce80970b-325b-4314-b2d6-c7692e78b1f6 => 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: 1339/2543] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:06:16 2026] DELETE /v2.0/security-groups/affcc7be-710e-4bc6-ad26-96afb5a85774 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:06:16.241 8 INFO neutron_taas.services.taas.taas_plugin [None req-a906ee3e-25fd-426b-9480-23bf91aa4336 9775d411122a4e8492a6349acfdd4ec4 c5594f13272d40dab2b54a2e49965945 - - default default] TaaS: Handle Delete Port: 5faf065d-3993-43e8-bfed-0f625efa876e 2026-04-23 16:06:16.244 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a906ee3e-25fd-426b-9480-23bf91aa4336 9775d411122a4e8492a6349acfdd4ec4 c5594f13272d40dab2b54a2e49965945 - - default default] Tap Mirror: Handle Delete Port: 5faf065d-3993-43e8-bfed-0f625efa876e [pid: 8|app: 0|req: 1205/2544] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:06:16 2026] DELETE /v2.0/routers/ce80970b-325b-4314-b2d6-c7692e78b1f6 => 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: 1340/2545] 10.0.0.50 () {32 vars in 719 bytes} [Thu Apr 23 16:06:16 2026] GET /v2.0/routers/eec8af08-f17b-4125-b042-118c2a0abd2f => generated 487 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2546] 10.0.0.50 () {34 vars in 740 bytes} [Thu Apr 23 16:06:16 2026] PUT /v2.0/routers/eec8af08-f17b-4125-b042-118c2a0abd2f => generated 487 bytes in 578 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2547] 10.0.0.50 () {32 vars in 734 bytes} [Thu Apr 23 16:06:17 2026] GET /v2.0/ports?device_id=eec8af08-f17b-4125-b042-118c2a0abd2f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:06:17.311 8 INFO neutron_taas.services.taas.taas_plugin [None req-7e33e722-a2df-4999-8d37-1823f448c355 9775d411122a4e8492a6349acfdd4ec4 c5594f13272d40dab2b54a2e49965945 - - default default] TaaS: Handle Delete Port: cef0e58e-976d-497d-a016-22dfd08f605e 2026-04-23 16:06:17.314 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e33e722-a2df-4999-8d37-1823f448c355 9775d411122a4e8492a6349acfdd4ec4 c5594f13272d40dab2b54a2e49965945 - - default default] Tap Mirror: Handle Delete Port: cef0e58e-976d-497d-a016-22dfd08f605e [pid: 8|app: 0|req: 1207/2548] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:06:17 2026] DELETE /v2.0/routers/eec8af08-f17b-4125-b042-118c2a0abd2f => generated 0 bytes in 421 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2549] 10.0.0.50 () {32 vars in 719 bytes} [Thu Apr 23 16:06:17 2026] GET /v2.0/routers/7e29c52c-b021-4a5e-a21c-edf9d48cde0d => generated 480 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2550] 10.0.0.50 () {34 vars in 740 bytes} [Thu Apr 23 16:06:17 2026] PUT /v2.0/routers/7e29c52c-b021-4a5e-a21c-edf9d48cde0d => generated 480 bytes in 500 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2551] 10.0.0.50 () {32 vars in 734 bytes} [Thu Apr 23 16:06:18 2026] GET /v2.0/ports?device_id=7e29c52c-b021-4a5e-a21c-edf9d48cde0d => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:06:18.311 8 INFO neutron_taas.services.taas.taas_plugin [None req-186f35b9-e90c-454a-ba37-1d51f64ddc35 9775d411122a4e8492a6349acfdd4ec4 c5594f13272d40dab2b54a2e49965945 - - default default] TaaS: Handle Delete Port: 74dc8be9-451c-4475-b8e6-cc2df8d5c350 2026-04-23 16:06:18.314 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-186f35b9-e90c-454a-ba37-1d51f64ddc35 9775d411122a4e8492a6349acfdd4ec4 c5594f13272d40dab2b54a2e49965945 - - default default] Tap Mirror: Handle Delete Port: 74dc8be9-451c-4475-b8e6-cc2df8d5c350 2026-04-23 16:06:18.631 8 INFO neutron.services.segments.plugin [-] Segment 3cc94a9b-e583-401b-b0a5-9a8893272d40 resource provider aggregate not found 2026-04-23 16:06:18.638 8 INFO neutron.services.segments.plugin [-] Segment 3cc94a9b-e583-401b-b0a5-9a8893272d40 resource provider aggregate not found 2026-04-23 16:06:18.651 8 INFO neutron.services.segments.plugin [-] Segment 3cc94a9b-e583-401b-b0a5-9a8893272d40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cc94a9b-e583-401b-b0a5-9a8893272d40 found for delete ", "request_id": "req-f8baf6fb-f13b-4468-90c3-e20545e42c93"}]} 2026-04-23 16:06:18.656 8 INFO neutron.services.segments.plugin [-] Segment 3cc94a9b-e583-401b-b0a5-9a8893272d40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cc94a9b-e583-401b-b0a5-9a8893272d40 found for delete ", "request_id": "req-13ff3688-52f1-4d41-854a-cde71a7814b6"}]} 2026-04-23 16:06:18.666 8 INFO neutron.db.l3_hamode_db [None req-186f35b9-e90c-454a-ba37-1d51f64ddc35 9775d411122a4e8492a6349acfdd4ec4 c5594f13272d40dab2b54a2e49965945 - - default default] HA network 0c1f4f52-e365-48c8-8ead-8f2cc420dc32 was deleted as no HA routers are present in project c5594f13272d40dab2b54a2e49965945. [pid: 8|app: 0|req: 1209/2552] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:06:18 2026] DELETE /v2.0/routers/7e29c52c-b021-4a5e-a21c-edf9d48cde0d => generated 0 bytes in 539 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:06:19.591 7 WARNING neutron.db.securitygroups_db [None req-30730b87-00c1-4869-b9e5-d6e27ed73de5 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1344/2553] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:06:19 2026] GET /v2.0/security-groups?tenant_id=52eeaa0589dc4a23849cbd1082b8492b&name=default => generated 2929 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2554] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:06:19 2026] DELETE /v2.0/security-groups/06fdac67-77d1-4e4a-8bdc-45191b7e5d25 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:06:19.983 7 WARNING neutron.db.securitygroups_db [None req-80253710-86d5-4e51-99ba-2015efeb7ad6 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1345/2555] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:06:19 2026] GET /v2.0/security-groups?tenant_id=d3eebfc541b8412d895dd5ccc5b3fc8e&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2556] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:06:20 2026] DELETE /v2.0/security-groups/f04909b5-cef9-49bb-84de-3b382e9cc71f => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:06:20.317 7 WARNING neutron.db.securitygroups_db [None req-054e01af-d47a-493e-b82a-8aadbd76b0c3 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1346/2557] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:06:20 2026] GET /v2.0/security-groups?tenant_id=c5594f13272d40dab2b54a2e49965945&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: 1212/2558] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:06:20 2026] DELETE /v2.0/security-groups/daa6c9bb-28d9-4420-8533-91043fae3ecf => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:06:24.107 7 INFO neutron.db.segments_db [None req-36a1283f-016c-46e3-af3f-4a02c2ec5849 44b3d80f40e3402d960629c0cf61f159 c24797597a784f7da1bd905de6944d53 - - default default] Added segment c4126c22-6ce1-48d9-85d3-0c2ad3542441 of type vxlan for network 7267a48a-55b3-4445-b900-af93edf8aa05 [pid: 7|app: 0|req: 1347/2559] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:06:23 2026] POST /v2.0/networks => generated 631 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2560] 10.0.0.50 () {34 vars in 751 bytes} [Thu Apr 23 16:06:24 2026] PUT /v2.0/networks/7267a48a-55b3-4445-b900-af93edf8aa05/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2561] 10.0.0.50 () {32 vars in 731 bytes} [Thu Apr 23 16:06:24 2026] GET /v2.0/networks/7267a48a-55b3-4445-b900-af93edf8aa05/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2562] 10.0.0.50 () {34 vars in 762 bytes} [Thu Apr 23 16:06:24 2026] PUT /v2.0/networks/7267a48a-55b3-4445-b900-af93edf8aa05/tags/green => 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: 1349/2563] 10.0.0.50 () {32 vars in 731 bytes} [Thu Apr 23 16:06:24 2026] GET /v2.0/networks/7267a48a-55b3-4445-b900-af93edf8aa05/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2564] 10.0.0.50 () {34 vars in 758 bytes} [Thu Apr 23 16:06:24 2026] PUT /v2.0/networks/7267a48a-55b3-4445-b900-af93edf8aa05/tags/red => 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: 1350/2565] 10.0.0.50 () {32 vars in 731 bytes} [Thu Apr 23 16:06:24 2026] GET /v2.0/networks/7267a48a-55b3-4445-b900-af93edf8aa05/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: 1216/2566] 10.0.0.50 () {34 vars in 780 bytes} [Thu Apr 23 16:06:24 2026] PUT /v2.0/networks/7267a48a-55b3-4445-b900-af93edf8aa05/tags/black.or.white => generated 4 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2567] 10.0.0.50 () {32 vars in 731 bytes} [Thu Apr 23 16:06:24 2026] GET /v2.0/networks/7267a48a-55b3-4445-b900-af93edf8aa05/tags => generated 52 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2568] 10.0.0.50 () {34 vars in 751 bytes} [Thu Apr 23 16:06:24 2026] PUT /v2.0/networks/7267a48a-55b3-4445-b900-af93edf8aa05/tags => generated 37 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2569] 10.0.0.50 () {32 vars in 731 bytes} [Thu Apr 23 16:06:24 2026] GET /v2.0/networks/7267a48a-55b3-4445-b900-af93edf8aa05/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2572] 10.0.0.50 () {32 vars in 739 bytes} [Thu Apr 23 16:06:24 2026] GET /v2.0/networks/7267a48a-55b3-4445-b900-af93edf8aa05/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:06:24.989 7 INFO neutron.api.v2.resource [None req-7b76debf-7965-4543-8f54-e6ee616a6a3b 44b3d80f40e3402d960629c0cf61f159 c24797597a784f7da1bd905de6944d53 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1355/2573] 10.0.0.50 () {32 vars in 743 bytes} [Thu Apr 23 16:06:24 2026] GET /v2.0/networks/7267a48a-55b3-4445-b900-af93edf8aa05/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2574] 10.0.0.50 () {32 vars in 742 bytes} [Thu Apr 23 16:06:24 2026] DELETE /v2.0/networks/7267a48a-55b3-4445-b900-af93edf8aa05/tags/red => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2575] 10.0.0.50 () {32 vars in 731 bytes} [Thu Apr 23 16:06:25 2026] GET /v2.0/networks/7267a48a-55b3-4445-b900-af93edf8aa05/tags => generated 30 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:06:25.173 8 INFO neutron.api.v2.resource [None req-d07911ee-b38e-407a-a9d3-c41cb7ade821 44b3d80f40e3402d960629c0cf61f159 c24797597a784f7da1bd905de6944d53 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1220/2576] 10.0.0.50 () {32 vars in 746 bytes} [Thu Apr 23 16:06:25 2026] DELETE /v2.0/networks/7267a48a-55b3-4445-b900-af93edf8aa05/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2577] 10.0.0.50 () {32 vars in 734 bytes} [Thu Apr 23 16:06:25 2026] DELETE /v2.0/networks/7267a48a-55b3-4445-b900-af93edf8aa05/tags => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2578] 10.0.0.50 () {32 vars in 731 bytes} [Thu Apr 23 16:06:25 2026] GET /v2.0/networks/7267a48a-55b3-4445-b900-af93edf8aa05/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:06:25.404 8 INFO neutron.services.segments.plugin [-] Segment c4126c22-6ce1-48d9-85d3-0c2ad3542441 resource provider aggregate not found 2026-04-23 16:06:25.413 8 INFO neutron.services.segments.plugin [-] Segment c4126c22-6ce1-48d9-85d3-0c2ad3542441 resource provider aggregate not found 2026-04-23 16:06:25.422 8 INFO neutron.services.segments.plugin [-] Segment c4126c22-6ce1-48d9-85d3-0c2ad3542441 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4126c22-6ce1-48d9-85d3-0c2ad3542441 found for delete ", "request_id": "req-b4ccc1f3-86b4-4152-853e-58f949139066"}]} 2026-04-23 16:06:25.436 8 INFO neutron.services.segments.plugin [-] Segment c4126c22-6ce1-48d9-85d3-0c2ad3542441 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4126c22-6ce1-48d9-85d3-0c2ad3542441 found for delete ", "request_id": "req-4b5be360-dfe3-4074-926d-dc9fa7e738e1"}]} [pid: 8|app: 0|req: 1222/2579] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:06:25 2026] DELETE /v2.0/networks/7267a48a-55b3-4445-b900-af93edf8aa05 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:06:25.620 7 INFO neutron.db.segments_db [None req-ef54892b-2967-430b-bdfa-9774f6002ef0 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] Added segment 0ed04942-8012-44b8-9884-0590e743806b of type vxlan for network 4c0a8af6-3b9d-4632-b6d4-c83feedbfce6 [pid: 7|app: 0|req: 1358/2580] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:06:25 2026] POST /v2.0/networks => generated 640 bytes in 450 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2581] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:06:25 2026] POST /v2.0/subnets => generated 657 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2582] 10.0.0.50 () {32 vars in 720 bytes} [Thu Apr 23 16:06:25 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:06:26.219 8 WARNING neutron.db.securitygroups_db [None req-c190b178-a3b1-42e5-b187-afd0b3f893c2 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1224/2583] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:06:26 2026] GET /v2.0/security-groups?tenant_id=c24797597a784f7da1bd905de6944d53&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2584] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:06:26 2026] DELETE /v2.0/security-groups/4d0c3273-a411-4e00-8f0d-817f2b4b3988 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2585] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:06:26 2026] POST /v2.0/subnets => generated 731 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:06:26.512 7 WARNING neutron.db.securitygroups_db [None req-4c3b4c4c-d2d3-453d-b374-c8041da007b6 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 16:06:26.563 8 INFO neutron.db.segments_db [None req-441bae6b-fb76-4516-85bb-add1ba274931 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] Added segment f712b901-6087-4e93-814c-37977de164db of type vxlan for network 9bdae5c7-2e10-4233-afb8-998e338a1573 [pid: 7|app: 0|req: 1361/2586] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:06:26 2026] GET /v2.0/security-groups?tenant_id=a273a99fbc8243bba6aaaa7d319b4258&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2587] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:06:26 2026] POST /v2.0/networks => generated 637 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2588] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:06:26 2026] DELETE /v2.0/security-groups/4d6c7805-e5a6-4267-810d-d8138863b89a => 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: 1227/2589] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:06:26 2026] POST /v2.0/subnets => generated 656 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2590] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:06:26 2026] POST /v2.0/subnets => generated 725 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:06:27.414 8 INFO neutron.db.segments_db [None req-d99c1dd1-031e-4c69-9046-7f0460fe11d6 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] Added segment 36d2a186-cd0c-4c47-ad28-8a7c9cbe34e7 of type vxlan for network e78ae765-c71d-4627-9412-0b7c8a0bb515 [pid: 8|app: 0|req: 1228/2591] 10.0.0.50 () {34 vars in 668 bytes} [Thu Apr 23 16:06:27 2026] POST /v2.0/networks => generated 636 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2592] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:06:27 2026] POST /v2.0/subnets => generated 656 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2593] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:06:27 2026] POST /v2.0/subnets => generated 729 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:06:28.183 7 INFO neutron.db.segments_db [None req-6aaf8349-f309-4174-8e4b-fa0e710c1a6e 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] Added segment 11f33c77-bbc2-411e-aaba-7905bc9b1111 of type vxlan for network 337386d6-e824-460c-a69c-11b8331b8dad 2026-04-23 16:06:28.435 7 INFO neutron.db.l3_hamode_db [None req-6aaf8349-f309-4174-8e4b-fa0e710c1a6e 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 16:06:29.239 7 INFO neutron.db.l3_hamode_db [None req-6aaf8349-f309-4174-8e4b-fa0e710c1a6e 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1365/2594] 10.0.0.50 () {34 vars in 667 bytes} [Thu Apr 23 16:06:28 2026] POST /v2.0/routers => generated 685 bytes in 2041 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2595] 10.0.0.50 () {34 vars in 781 bytes} [Thu Apr 23 16:06:30 2026] PUT /v2.0/routers/89162f77-4c8b-4771-b7eb-84c4e35f4a90/add_router_interface => generated 310 bytes in 1396 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2596] 10.0.0.50 () {34 vars in 781 bytes} [Thu Apr 23 16:06:31 2026] PUT /v2.0/routers/89162f77-4c8b-4771-b7eb-84c4e35f4a90/add_router_interface => generated 310 bytes in 1416 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2597] 10.0.0.50 () {34 vars in 781 bytes} [Thu Apr 23 16:06:33 2026] PUT /v2.0/routers/89162f77-4c8b-4771-b7eb-84c4e35f4a90/add_router_interface => generated 310 bytes in 1667 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2598] 10.0.0.50 () {34 vars in 682 bytes} [Thu Apr 23 16:06:34 2026] POST /v2.0/security-groups => generated 1630 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2599] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:06:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2600] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:06:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2601] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:06:35 2026] POST /v2.0/security-group-rules => generated 599 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2602] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:06:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2603] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:06:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2604] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:06: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: 1235/2605] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:06:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2606] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:06:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2607] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:06:35 2026] POST /v2.0/security-group-rules => generated 599 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2608] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:06:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2609] 10.0.0.50 () {34 vars in 693 bytes} [Thu Apr 23 16:06:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:06:36.844 7 WARNING neutron.db.securitygroups_db [req-e72f0e75-357d-4724-ad81-8b5721fd8e99 req-8a664945-a5a8-44e2-aa0f-c1117d387a39 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1373/2610] 10.0.0.164 () {34 vars in 1095 bytes} [Thu Apr 23 16:06:36 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1628042472&fields=id&tenant_id=a6322295cbf44810aa7dd28cab686ae8 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2611] 10.0.0.164 () {34 vars in 981 bytes} [Thu Apr 23 16:06:36 2026] GET /v2.0/networks?id=9bdae5c7-2e10-4233-afb8-998e338a1573 => generated 704 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2612] 10.0.0.164 () {34 vars in 964 bytes} [Thu Apr 23 16:06:36 2026] GET /v2.0/quotas/a6322295cbf44810aa7dd28cab686ae8 => 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: 1239/2613] 10.0.0.164 () {34 vars in 1001 bytes} [Thu Apr 23 16:06:36 2026] GET /v2.0/ports?tenant_id=a6322295cbf44810aa7dd28cab686ae8&fields=id => generated 287 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2614] 10.0.0.164 () {34 vars in 1007 bytes} [Thu Apr 23 16:06:37 2026] GET /v2.0/networks/9bdae5c7-2e10-4233-afb8-998e338a1573?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: 1240/2615] 10.0.0.164 () {34 vars in 1107 bytes} [Thu Apr 23 16:06:37 2026] GET /v2.0/networks/9bdae5c7-2e10-4233-afb8-998e338a1573?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: 1376/2616] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:06:37 2026] GET /v2.0/ports?device_id=9b3ae6dd-83b1-42de-b73e-358a475d308a => generated 12 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2619] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:06:41 2026] GET /v2.0/networks?id=9bdae5c7-2e10-4233-afb8-998e338a1573 => generated 704 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:06:41.751 8 WARNING neutron.db.securitygroups_db [req-e72f0e75-357d-4724-ad81-8b5721fd8e99 req-49a315eb-2ec9-4c95-9d99-1529dc95f604 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1242/2620] 199.204.45.57 () {34 vars in 1048 bytes} [Thu Apr 23 16:06:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a6322295cbf44810aa7dd28cab686ae8 => generated 179 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2621] 199.204.45.57 () {38 vars in 953 bytes} [Thu Apr 23 16:06:41 2026] POST /v2.0/ports => generated 1183 bytes in 451 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: 1380/2622] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:06:42 2026] GET /v2.0/ports?device_id=9b3ae6dd-83b1-42de-b73e-358a475d308a => generated 1198 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2623] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:06:42 2026] GET /v2.0/security-groups?id=17a1cf27-cc96-4114-92f3-bf088790688c&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: 1243/2624] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Apr 23 16:06:42 2026] PUT /v2.0/ports/98f4557b-dfa5-4b71-ad55-59730e69054d => generated 1464 bytes in 504 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:06:42.808 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-216456b3-850f-4b57-b6fa-98297f6f43f7'] response: {'name': 'network-changed', 'server_uuid': '9b3ae6dd-83b1-42de-b73e-358a475d308a', 'tag': '98f4557b-dfa5-4b71-ad55-59730e69054d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1382/2625] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:06:43 2026] GET /v2.0/ports?tenant_id=a6322295cbf44810aa7dd28cab686ae8&device_id=9b3ae6dd-83b1-42de-b73e-358a475d308a => generated 1467 bytes in 143 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: 1244/2626] 199.204.45.57 () {34 vars in 1016 bytes} [Thu Apr 23 16:06:43 2026] GET /v2.0/networks?tenant_id=a6322295cbf44810aa7dd28cab686ae8&shared=False => generated 2374 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2627] 199.204.45.57 () {34 vars in 928 bytes} [Thu Apr 23 16:06:43 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2628] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:06:44 2026] GET /v2.0/ports?tenant_id=a6322295cbf44810aa7dd28cab686ae8&device_id=9b3ae6dd-83b1-42de-b73e-358a475d308a => generated 1467 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2629] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:06:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.117&port_id=98f4557b-dfa5-4b71-ad55-59730e69054d => 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: 1246/2630] 199.204.45.57 () {34 vars in 1102 bytes} [Thu Apr 23 16:06:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A251&port_id=98f4557b-dfa5-4b71-ad55-59730e69054d => 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: 1385/2631] 199.204.45.57 () {34 vars in 1062 bytes} [Thu Apr 23 16:06:44 2026] GET /v2.0/subnets?id=81c3c16c-fb0d-4c38-89c7-e7a251fd4eb9&id=f7777f34-ec5b-401c-8291-e4b5ddaeafca => generated 1410 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2632] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:06:44 2026] GET /v2.0/ports?network_id=9bdae5c7-2e10-4233-afb8-998e338a1573&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: 1386/2633] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:06:44 2026] GET /v2.0/ports?network_id=9bdae5c7-2e10-4233-afb8-998e338a1573&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: 1248/2634] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:06:44 2026] GET /v2.0/networks/9bdae5c7-2e10-4233-afb8-998e338a1573?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: 1387/2635] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:06:44 2026] GET /v2.0/networks/9bdae5c7-2e10-4233-afb8-998e338a1573?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: 1249/2636] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:06:47 2026] GET /v2.0/ports?device_id=9b3ae6dd-83b1-42de-b73e-358a475d308a => generated 1200 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2637] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:06:47 2026] GET /v2.0/security-groups?id=17a1cf27-cc96-4114-92f3-bf088790688c&fields=id&fields=name => generated 112 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2638] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:06:53 2026] GET /v2.0/ports?device_id=9b3ae6dd-83b1-42de-b73e-358a475d308a => generated 1200 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2639] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:06:53 2026] GET /v2.0/security-groups?id=17a1cf27-cc96-4114-92f3-bf088790688c&fields=id&fields=name => generated 112 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2640] 10.0.0.50 () {32 vars in 816 bytes} [Thu Apr 23 16:06:53 2026] GET /v2.0/ports?network_id=9bdae5c7-2e10-4233-afb8-998e338a1573&mac_address=fa%3A16%3A3e%3A33%3A77%3Aff => generated 1200 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:06:54.747 7 INFO neutron.db.l3_db [None req-5af248f2-7d11-46c1-a6cd-8b18c0d1d545 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] Floating IP 95e1347a-0034-496b-ac86-1c7974018841 associated. External IP: 10.96.250.204, port: 98f4557b-dfa5-4b71-ad55-59730e69054d. [pid: 7|app: 0|req: 1390/2643] 10.0.0.50 () {34 vars in 675 bytes} [Thu Apr 23 16:06:53 2026] POST /v2.0/floatingips => generated 855 bytes in 1814 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:06:55.201 8 WARNING neutron.db.securitygroups_db [req-25f75065-771b-43d8-8b32-5f4a0da77d24 req-a020b2bc-88bf-4348-b93e-7ab6fbeb3455 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1254/2644] 10.0.0.164 () {34 vars in 1095 bytes} [Thu Apr 23 16:06:55 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1628042472&fields=id&tenant_id=a6322295cbf44810aa7dd28cab686ae8 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:06:55.248 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4217e918-6917-4b83-8b61-1ba46e6e49b0'] response: {'name': 'network-changed', 'server_uuid': '9b3ae6dd-83b1-42de-b73e-358a475d308a', 'tag': '98f4557b-dfa5-4b71-ad55-59730e69054d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1391/2645] 10.0.0.164 () {34 vars in 981 bytes} [Thu Apr 23 16:06:55 2026] GET /v2.0/networks?id=e78ae765-c71d-4627-9412-0b7c8a0bb515 => generated 703 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2646] 10.0.0.164 () {34 vars in 964 bytes} [Thu Apr 23 16:06:55 2026] GET /v2.0/quotas/a6322295cbf44810aa7dd28cab686ae8 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2647] 10.0.0.164 () {34 vars in 1001 bytes} [Thu Apr 23 16:06:55 2026] GET /v2.0/ports?tenant_id=a6322295cbf44810aa7dd28cab686ae8&fields=id => generated 333 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2648] 10.0.0.164 () {34 vars in 1007 bytes} [Thu Apr 23 16:06:55 2026] GET /v2.0/networks/e78ae765-c71d-4627-9412-0b7c8a0bb515?fields=segments => generated 14 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2649] 10.0.0.164 () {34 vars in 1107 bytes} [Thu Apr 23 16:06:55 2026] GET /v2.0/networks/e78ae765-c71d-4627-9412-0b7c8a0bb515?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2650] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:06:55 2026] GET /v2.0/ports?device_id=80f7605d-931c-41b5-96c0-369de7facd1c => 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: 1257/2651] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:06:55 2026] GET /v2.0/ports?tenant_id=a6322295cbf44810aa7dd28cab686ae8&device_id=9b3ae6dd-83b1-42de-b73e-358a475d308a => generated 1469 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2652] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:06:55 2026] GET /v2.0/networks?id=9bdae5c7-2e10-4233-afb8-998e338a1573 => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2653] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:06:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.117&port_id=98f4557b-dfa5-4b71-ad55-59730e69054d => generated 858 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2654] 199.204.45.57 () {34 vars in 1102 bytes} [Thu Apr 23 16:06:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A251&port_id=98f4557b-dfa5-4b71-ad55-59730e69054d => 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: 1259/2655] 199.204.45.57 () {34 vars in 1062 bytes} [Thu Apr 23 16:06:56 2026] GET /v2.0/subnets?id=81c3c16c-fb0d-4c38-89c7-e7a251fd4eb9&id=f7777f34-ec5b-401c-8291-e4b5ddaeafca => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2656] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:06:56 2026] GET /v2.0/ports?network_id=9bdae5c7-2e10-4233-afb8-998e338a1573&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2657] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:06:56 2026] GET /v2.0/ports?network_id=9bdae5c7-2e10-4233-afb8-998e338a1573&device_owner=network%3Adhcp => generated 1457 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2658] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:06:56 2026] GET /v2.0/networks/9bdae5c7-2e10-4233-afb8-998e338a1573?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2659] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:06:56 2026] GET /v2.0/networks/9bdae5c7-2e10-4233-afb8-998e338a1573?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2660] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:07:00 2026] GET /v2.0/networks?id=e78ae765-c71d-4627-9412-0b7c8a0bb515 => generated 703 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:07:00.140 8 WARNING neutron.db.securitygroups_db [req-25f75065-771b-43d8-8b32-5f4a0da77d24 req-ae924e85-1c54-465f-9e36-cdd2ee1e7ca8 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1262/2661] 199.204.45.57 () {34 vars in 1048 bytes} [Thu Apr 23 16:07:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a6322295cbf44810aa7dd28cab686ae8 => generated 179 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2662] 199.204.45.57 () {38 vars in 953 bytes} [Thu Apr 23 16:07:00 2026] POST /v2.0/ports => generated 1187 bytes in 483 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: 1401/2663] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:07:00 2026] GET /v2.0/ports?device_id=80f7605d-931c-41b5-96c0-369de7facd1c => generated 1202 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2664] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:07:00 2026] GET /v2.0/security-groups?id=17a1cf27-cc96-4114-92f3-bf088790688c&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: 1263/2665] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Apr 23 16:07:00 2026] PUT /v2.0/ports/aab6911a-e549-4a1e-84ab-4cd06ccb17f7 => generated 1468 bytes in 572 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:07:01.357 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dc2496a7-14a0-4631-a273-3c549db1828a'] response: {'name': 'network-changed', 'server_uuid': '80f7605d-931c-41b5-96c0-369de7facd1c', 'tag': 'aab6911a-e549-4a1e-84ab-4cd06ccb17f7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1403/2666] 10.0.0.73 () {34 vars in 988 bytes} [Thu Apr 23 16:07:01 2026] GET /v2.0/ports?device_id=9b3ae6dd-83b1-42de-b73e-358a475d308a => generated 1469 bytes in 36 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: 1264/2667] 10.0.0.73 () {34 vars in 1038 bytes} [Thu Apr 23 16:07:01 2026] GET /v2.0/security-groups?id=17a1cf27-cc96-4114-92f3-bf088790688c&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: 7|app: 0|req: 1404/2668] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:07:01 2026] GET /v2.0/ports?tenant_id=a6322295cbf44810aa7dd28cab686ae8&device_id=80f7605d-931c-41b5-96c0-369de7facd1c => generated 1471 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2669] 199.204.45.57 () {34 vars in 1016 bytes} [Thu Apr 23 16:07:01 2026] GET /v2.0/networks?tenant_id=a6322295cbf44810aa7dd28cab686ae8&shared=False => generated 2374 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2670] 199.204.45.57 () {34 vars in 928 bytes} [Thu Apr 23 16:07:01 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: 1266/2671] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:07:03 2026] GET /v2.0/ports?tenant_id=a6322295cbf44810aa7dd28cab686ae8&device_id=80f7605d-931c-41b5-96c0-369de7facd1c => generated 1471 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2672] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:07:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.119&port_id=aab6911a-e549-4a1e-84ab-4cd06ccb17f7 => 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: 1267/2673] 199.204.45.57 () {34 vars in 1104 bytes} [Thu Apr 23 16:07:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1a4&port_id=aab6911a-e549-4a1e-84ab-4cd06ccb17f7 => 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: 1407/2674] 199.204.45.57 () {34 vars in 1062 bytes} [Thu Apr 23 16:07:03 2026] GET /v2.0/subnets?id=bfb5c62c-ee73-4aed-84ec-c5eed72bf649&id=bb152034-c9e3-41bf-8283-4ae1e6b83553 => generated 1414 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2675] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:07:03 2026] GET /v2.0/ports?network_id=e78ae765-c71d-4627-9412-0b7c8a0bb515&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2676] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:07:03 2026] GET /v2.0/ports?network_id=e78ae765-c71d-4627-9412-0b7c8a0bb515&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: 1269/2677] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:07:03 2026] GET /v2.0/networks/e78ae765-c71d-4627-9412-0b7c8a0bb515?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2678] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:07:03 2026] GET /v2.0/networks/e78ae765-c71d-4627-9412-0b7c8a0bb515?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: 1270/2679] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:07:06 2026] GET /v2.0/ports?device_id=80f7605d-931c-41b5-96c0-369de7facd1c => generated 1202 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2680] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:07:06 2026] GET /v2.0/security-groups?id=17a1cf27-cc96-4114-92f3-bf088790688c&fields=id&fields=name => generated 112 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2683] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:07:11 2026] GET /v2.0/ports?device_id=80f7605d-931c-41b5-96c0-369de7facd1c => generated 1204 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2684] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:07:11 2026] GET /v2.0/security-groups?id=17a1cf27-cc96-4114-92f3-bf088790688c&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2685] 10.0.0.50 () {32 vars in 816 bytes} [Thu Apr 23 16:07:11 2026] GET /v2.0/ports?network_id=e78ae765-c71d-4627-9412-0b7c8a0bb515&mac_address=fa%3A16%3A3e%3A90%3A61%3Af3 => generated 1204 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:07:12.440 8 INFO neutron.db.l3_db [None req-df0e8633-9a24-4409-aca8-5902af6b30e2 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] Floating IP a7eae6ae-fe6a-4960-a92e-ef6994c17831 associated. External IP: 10.96.250.220, port: aab6911a-e549-4a1e-84ab-4cd06ccb17f7. [pid: 8|app: 0|req: 1273/2686] 10.0.0.50 () {34 vars in 675 bytes} [Thu Apr 23 16:07:11 2026] POST /v2.0/floatingips => generated 855 bytes in 1166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:07:12.803 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b20e8f07-8cef-47a0-a9a7-c3095171a1e8'] response: {'name': 'network-changed', 'server_uuid': '80f7605d-931c-41b5-96c0-369de7facd1c', 'tag': 'aab6911a-e549-4a1e-84ab-4cd06ccb17f7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1414/2687] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:07:13 2026] GET /v2.0/ports?tenant_id=a6322295cbf44810aa7dd28cab686ae8&device_id=80f7605d-931c-41b5-96c0-369de7facd1c => generated 1473 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2688] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:07:13 2026] GET /v2.0/networks?id=e78ae765-c71d-4627-9412-0b7c8a0bb515 => generated 799 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2689] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:07:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.119&port_id=aab6911a-e549-4a1e-84ab-4cd06ccb17f7 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2690] 199.204.45.57 () {34 vars in 1104 bytes} [Thu Apr 23 16:07:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1a4&port_id=aab6911a-e549-4a1e-84ab-4cd06ccb17f7 => 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: 1416/2691] 199.204.45.57 () {34 vars in 1062 bytes} [Thu Apr 23 16:07:13 2026] GET /v2.0/subnets?id=bfb5c62c-ee73-4aed-84ec-c5eed72bf649&id=bb152034-c9e3-41bf-8283-4ae1e6b83553 => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2692] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:07:13 2026] GET /v2.0/ports?network_id=e78ae765-c71d-4627-9412-0b7c8a0bb515&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: 1417/2693] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:07:13 2026] GET /v2.0/ports?network_id=e78ae765-c71d-4627-9412-0b7c8a0bb515&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2694] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:07:13 2026] GET /v2.0/networks/e78ae765-c71d-4627-9412-0b7c8a0bb515?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: 1418/2695] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:07:13 2026] GET /v2.0/networks/e78ae765-c71d-4627-9412-0b7c8a0bb515?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: 1278/2696] 10.0.0.73 () {34 vars in 988 bytes} [Thu Apr 23 16:07:19 2026] GET /v2.0/ports?device_id=80f7605d-931c-41b5-96c0-369de7facd1c => generated 1473 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2697] 10.0.0.73 () {34 vars in 1038 bytes} [Thu Apr 23 16:07:19 2026] GET /v2.0/security-groups?id=17a1cf27-cc96-4114-92f3-bf088790688c&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: 1280/2700] 10.0.0.50 () {32 vars in 719 bytes} [Thu Apr 23 16:07:35 2026] GET /v2.0/subnets/f595a2a8-a21d-44af-9c21-5011e95e2450 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2701] 10.0.0.240 () {30 vars in 689 bytes} [Thu Apr 23 16:07:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2702] 10.0.0.240 () {30 vars in 691 bytes} [Thu Apr 23 16:07:36 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: 1422/2703] 10.0.0.240 () {30 vars in 667 bytes} [Thu Apr 23 16:07:36 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: 1282/2704] 10.0.0.240 () {30 vars in 703 bytes} [Thu Apr 23 16:07:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2705] 10.0.0.240 () {28 vars in 438 bytes} [Thu Apr 23 16:07:37 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: 1283/2706] 10.0.0.240 () {30 vars in 727 bytes} [Thu Apr 23 16:07:37 2026] GET /v2.0/subnets/f595a2a8-a21d-44af-9c21-5011e95e2450 => generated 657 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2707] 10.0.0.240 () {30 vars in 689 bytes} [Thu Apr 23 16:07: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: 1284/2708] 10.0.0.240 () {30 vars in 691 bytes} [Thu Apr 23 16:07:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2709] 10.0.0.240 () {30 vars in 667 bytes} [Thu Apr 23 16:07:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2710] 10.0.0.240 () {30 vars in 703 bytes} [Thu Apr 23 16:07:37 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: 1426/2711] 10.0.0.240 () {30 vars in 727 bytes} [Thu Apr 23 16:07:37 2026] GET /v2.0/subnets/f595a2a8-a21d-44af-9c21-5011e95e2450 => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2712] 10.0.0.240 () {30 vars in 689 bytes} [Thu Apr 23 16:07: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: 1427/2713] 10.0.0.240 () {30 vars in 691 bytes} [Thu Apr 23 16:07:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2714] 10.0.0.240 () {30 vars in 667 bytes} [Thu Apr 23 16:07:37 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: 1428/2715] 10.0.0.240 () {30 vars in 703 bytes} [Thu Apr 23 16:07: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: 8|app: 0|req: 1288/2716] 10.0.0.240 () {30 vars in 729 bytes} [Thu Apr 23 16:07:37 2026] GET /v2.0/networks/4c0a8af6-3b9d-4632-b6d4-c83feedbfce6 => generated 800 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2717] 10.0.0.240 () {30 vars in 681 bytes} [Thu Apr 23 16:07:37 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2718] 10.0.0.240 () {34 vars in 703 bytes} [Thu Apr 23 16:07:37 2026] POST /v2.0/ports => generated 1128 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2721] 199.204.45.57 () {30 vars in 701 bytes} [Thu Apr 23 16:07:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1291/2722] 199.204.45.57 () {30 vars in 703 bytes} [Thu Apr 23 16:07:40 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: 1432/2723] 199.204.45.57 () {30 vars in 679 bytes} [Thu Apr 23 16:07:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2724] 199.204.45.57 () {30 vars in 715 bytes} [Thu Apr 23 16:07:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2725] 199.204.45.57 () {30 vars in 735 bytes} [Thu Apr 23 16:07:40 2026] GET /v2.0/ports/3cac45c3-3cf0-4a7f-be6e-4679efa016dd => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2726] 199.204.45.57 () {30 vars in 701 bytes} [Thu Apr 23 16:07:40 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: 1434/2727] 199.204.45.57 () {30 vars in 703 bytes} [Thu Apr 23 16:07:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2728] 199.204.45.57 () {30 vars in 679 bytes} [Thu Apr 23 16:07:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2729] 199.204.45.57 () {30 vars in 715 bytes} [Thu Apr 23 16:07:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:07:41.040 8 INFO neutron.api.v2.resource [None req-d847c453-7f12-48da-b84d-b0e092dc2fe1 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1295/2730] 199.204.45.57 () {30 vars in 761 bytes} [Thu Apr 23 16:07:41 2026] GET /v2.0/security-groups/lb-953782c7-02fa-4a76-86e3-9fe4edb00074 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2731] 199.204.45.57 () {30 vars in 783 bytes} [Thu Apr 23 16:07:41 2026] GET /v2.0/security-groups?name=lb-953782c7-02fa-4a76-86e3-9fe4edb00074 => 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: 1296/2732] 199.204.45.57 () {34 vars in 734 bytes} [Thu Apr 23 16:07:41 2026] POST /v2.0/security-groups => generated 1638 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2733] 199.204.45.57 () {30 vars in 813 bytes} [Thu Apr 23 16:07:41 2026] GET /v2.0/security-group-rules?security_group_id=2139bf15-14e9-47e1-8591-9dc388981471 => generated 1182 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2734] 199.204.45.57 () {34 vars in 787 bytes} [Thu Apr 23 16:07:41 2026] PUT /v2.0/ports/3cac45c3-3cf0-4a7f-be6e-4679efa016dd => generated 1128 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2735] 199.204.45.57 () {30 vars in 701 bytes} [Thu Apr 23 16:07:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1298/2736] 199.204.45.57 () {30 vars in 703 bytes} [Thu Apr 23 16:07: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: 1439/2737] 199.204.45.57 () {30 vars in 679 bytes} [Thu Apr 23 16:07:41 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2738] 199.204.45.57 () {30 vars in 715 bytes} [Thu Apr 23 16:07: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: 1440/2739] 199.204.45.57 () {30 vars in 739 bytes} [Thu Apr 23 16:07:41 2026] GET /v2.0/subnets/f595a2a8-a21d-44af-9c21-5011e95e2450 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2740] 10.0.0.164 () {34 vars in 1015 bytes} [Thu Apr 23 16:07:49 2026] GET /v2.0/security-groups?id=b29d5332-ff24-4135-ac0d-90f71c563df4&fields=id => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2741] 10.0.0.164 () {34 vars in 981 bytes} [Thu Apr 23 16:07:49 2026] GET /v2.0/networks?id=cd6106d2-39d4-4176-a4a5-a82c60314c3e => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2742] 10.0.0.164 () {34 vars in 964 bytes} [Thu Apr 23 16:07:49 2026] GET /v2.0/quotas/d47bf9afd2234ebeb76a180954d7105c => generated 291 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2743] 10.0.0.164 () {34 vars in 1001 bytes} [Thu Apr 23 16:07:49 2026] GET /v2.0/ports?tenant_id=d47bf9afd2234ebeb76a180954d7105c&fields=id => generated 149 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2744] 10.0.0.164 () {34 vars in 1007 bytes} [Thu Apr 23 16:07:49 2026] GET /v2.0/networks/cd6106d2-39d4-4176-a4a5-a82c60314c3e?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2745] 10.0.0.164 () {34 vars in 1107 bytes} [Thu Apr 23 16:07:49 2026] GET /v2.0/networks/cd6106d2-39d4-4176-a4a5-a82c60314c3e?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: 1303/2746] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:07:49 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => 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: 1444/2747] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:07:49 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2748] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:07:52 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => 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: 1445/2749] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:07:52 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => 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: 1305/2750] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:07:53 2026] GET /v2.0/networks?id=cd6106d2-39d4-4176-a4a5-a82c60314c3e => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:07:54.019 7 WARNING neutron.db.securitygroups_db [req-bb6e69ca-290f-4ed2-82ba-3ddee17512d3 req-f2df4f4b-f2cb-403e-8e91-31331cbee4e1 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1446/2751] 199.204.45.57 () {34 vars in 1048 bytes} [Thu Apr 23 16:07:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d47bf9afd2234ebeb76a180954d7105c => generated 343 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2752] 199.204.45.57 () {38 vars in 953 bytes} [Thu Apr 23 16:07:54 2026] POST /v2.0/ports => generated 1078 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2753] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Apr 23 16:07:54 2026] PUT /v2.0/ports/6ae9f2c7-2656-49d4-a661-6673dff83e9c => generated 1239 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:07:54.848 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9fe627f8-54c3-427c-9d07-6041db44455a'] response: {'name': 'network-changed', 'server_uuid': '6ccff484-46a5-4a8d-95fa-75a81f1a6393', 'tag': '6ae9f2c7-2656-49d4-a661-6673dff83e9c', '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: 1308/2756] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:07:55 2026] GET /v2.0/ports?tenant_id=d47bf9afd2234ebeb76a180954d7105c&device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1449/2757] 199.204.45.57 () {34 vars in 1016 bytes} [Thu Apr 23 16:07:55 2026] GET /v2.0/networks?tenant_id=d47bf9afd2234ebeb76a180954d7105c&shared=False => generated 735 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2758] 199.204.45.57 () {34 vars in 928 bytes} [Thu Apr 23 16:07:55 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2759] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:07:56 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 1242 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2760] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:07:56 2026] GET /v2.0/security-groups?id=b29d5332-ff24-4135-ac0d-90f71c563df4&fields=id&fields=name => generated 96 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2761] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:07:56 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2762] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:07:56 2026] GET /v2.0/ports?tenant_id=d47bf9afd2234ebeb76a180954d7105c&device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2763] 199.204.45.57 () {34 vars in 1058 bytes} [Thu Apr 23 16:07:56 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.97&port_id=6ae9f2c7-2656-49d4-a661-6673dff83e9c => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2764] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:07:56 2026] GET /v2.0/subnets?id=26053403-6f25-4226-84fb-4eeb88426324 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2765] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:07:56 2026] GET /v2.0/ports?network_id=cd6106d2-39d4-4176-a4a5-a82c60314c3e&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2766] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:07:56 2026] GET /v2.0/networks/cd6106d2-39d4-4176-a4a5-a82c60314c3e?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2767] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:07:56 2026] GET /v2.0/networks/cd6106d2-39d4-4176-a4a5-a82c60314c3e?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: 1314/2768] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:07:59 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2769] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:07:59 2026] GET /v2.0/security-groups?id=b29d5332-ff24-4135-ac0d-90f71c563df4&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2770] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:07:59 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2771] 199.204.45.57 () {34 vars in 992 bytes} [Thu Apr 23 16:08:00 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2772] 199.204.45.57 () {34 vars in 1042 bytes} [Thu Apr 23 16:08:00 2026] GET /v2.0/security-groups?id=b29d5332-ff24-4135-ac0d-90f71c563df4&fields=id&fields=name => generated 96 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2773] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:08:02 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2774] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:08:02 2026] GET /v2.0/security-groups?id=b29d5332-ff24-4135-ac0d-90f71c563df4&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2775] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:08:02 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => 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: 1462/2782] 199.204.45.57 () {30 vars in 701 bytes} [Thu Apr 23 16:08:40 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: 1321/2783] 199.204.45.57 () {30 vars in 703 bytes} [Thu Apr 23 16:08:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2784] 199.204.45.57 () {30 vars in 679 bytes} [Thu Apr 23 16:08:40 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: 1322/2785] 199.204.45.57 () {30 vars in 715 bytes} [Thu Apr 23 16:08:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2786] 199.204.45.57 () {30 vars in 739 bytes} [Thu Apr 23 16:08:40 2026] GET /v2.0/subnets/f595a2a8-a21d-44af-9c21-5011e95e2450 => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2787] 199.204.45.57 () {30 vars in 767 bytes} [Thu Apr 23 16:08:40 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => 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: 1465/2788] 199.204.45.57 () {34 vars in 715 bytes} [Thu Apr 23 16:08:40 2026] POST /v2.0/ports => generated 1055 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2789] 10.0.0.164 () {34 vars in 970 bytes} [Thu Apr 23 16:08:41 2026] GET /v2.0/ports/3f784539-878d-45f1-9142-aeed82695539 => generated 1055 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2790] 10.0.0.164 () {34 vars in 906 bytes} [Thu Apr 23 16:08:41 2026] GET /v2.0/extensions => generated 22037 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2791] 199.204.45.57 () {34 vars in 1260 bytes} [Thu Apr 23 16:08:42 2026] GET /v2.0/ports/3f784539-878d-45f1-9142-aeed82695539?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: 7|app: 0|req: 1467/2792] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:08:42 2026] GET /v2.0/networks/4c0a8af6-3b9d-4632-b6d4-c83feedbfce6?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: 1326/2793] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:08:42 2026] GET /v2.0/networks/4c0a8af6-3b9d-4632-b6d4-c83feedbfce6?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: 1468/2794] 199.204.45.57 () {34 vars in 973 bytes} [Thu Apr 23 16:08:42 2026] GET /v2.0/ports/3f784539-878d-45f1-9142-aeed82695539 => generated 1055 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2795] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:08:43 2026] GET /v2.0/networks?id=4c0a8af6-3b9d-4632-b6d4-c83feedbfce6 => generated 803 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2796] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Apr 23 16:08:43 2026] PUT /v2.0/ports/3f784539-878d-45f1-9142-aeed82695539 => generated 1245 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:08:43.614 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d40bb421-fb9e-49dd-ba0c-060e5398d424'] response: {'name': 'network-changed', 'server_uuid': '6ccff484-46a5-4a8d-95fa-75a81f1a6393', 'tag': '3f784539-878d-45f1-9142-aeed82695539', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1328/2797] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:08:44 2026] GET /v2.0/ports?tenant_id=d47bf9afd2234ebeb76a180954d7105c&device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 2481 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2798] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:08:44 2026] GET /v2.0/networks?id=4c0a8af6-3b9d-4632-b6d4-c83feedbfce6 => generated 803 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2799] 199.204.45.57 () {34 vars in 1054 bytes} [Thu Apr 23 16:08:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.69&port_id=3f784539-878d-45f1-9142-aeed82695539 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2800] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:08:44 2026] GET /v2.0/subnets?id=f595a2a8-a21d-44af-9c21-5011e95e2450 => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2801] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:08:44 2026] GET /v2.0/ports?network_id=4c0a8af6-3b9d-4632-b6d4-c83feedbfce6&device_owner=network%3Adhcp => generated 1236 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2802] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:08:44 2026] GET /v2.0/networks/4c0a8af6-3b9d-4632-b6d4-c83feedbfce6?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2803] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:08:44 2026] GET /v2.0/networks/4c0a8af6-3b9d-4632-b6d4-c83feedbfce6?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: 1473/2804] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:08:45 2026] GET /v2.0/ports?tenant_id=d47bf9afd2234ebeb76a180954d7105c&device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 2481 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2805] 199.204.45.57 () {34 vars in 1058 bytes} [Thu Apr 23 16:08:45 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.97&port_id=6ae9f2c7-2656-49d4-a661-6673dff83e9c => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2806] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:08:45 2026] GET /v2.0/subnets?id=26053403-6f25-4226-84fb-4eeb88426324 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2807] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:08:45 2026] GET /v2.0/ports?network_id=cd6106d2-39d4-4176-a4a5-a82c60314c3e&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2808] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:08:45 2026] GET /v2.0/networks/cd6106d2-39d4-4176-a4a5-a82c60314c3e?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: 1334/2809] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:08:45 2026] GET /v2.0/networks/cd6106d2-39d4-4176-a4a5-a82c60314c3e?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: 1476/2810] 199.204.45.57 () {34 vars in 1054 bytes} [Thu Apr 23 16:08:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.69&port_id=3f784539-878d-45f1-9142-aeed82695539 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2811] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:08:45 2026] GET /v2.0/subnets?id=f595a2a8-a21d-44af-9c21-5011e95e2450 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2812] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:08:45 2026] GET /v2.0/ports?network_id=4c0a8af6-3b9d-4632-b6d4-c83feedbfce6&device_owner=network%3Adhcp => generated 1236 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2813] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:08:45 2026] GET /v2.0/networks/4c0a8af6-3b9d-4632-b6d4-c83feedbfce6?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2814] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:08:45 2026] GET /v2.0/networks/4c0a8af6-3b9d-4632-b6d4-c83feedbfce6?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: 1337/2815] 10.0.0.164 () {34 vars in 970 bytes} [Thu Apr 23 16:08:49 2026] GET /v2.0/ports/3f784539-878d-45f1-9142-aeed82695539 => generated 1245 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2816] 199.204.45.57 () {34 vars in 787 bytes} [Thu Apr 23 16:08:49 2026] PUT /v2.0/ports/3f784539-878d-45f1-9142-aeed82695539 => generated 1269 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:08:50.179 8 INFO neutron.api.v2.resource [None req-773bcfea-8388-4538-95df-09a4f51f7be2 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1338/2817] 199.204.45.57 () {30 vars in 761 bytes} [Thu Apr 23 16:08:50 2026] GET /v2.0/security-groups/lb-953782c7-02fa-4a76-86e3-9fe4edb00074 => generated 149 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:08:50.205 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-694f3ae8-326b-4cb8-95a8-bb1304b114fc'] response: {'name': 'network-changed', 'server_uuid': '6ccff484-46a5-4a8d-95fa-75a81f1a6393', 'tag': '3f784539-878d-45f1-9142-aeed82695539', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1480/2818] 199.204.45.57 () {30 vars in 783 bytes} [Thu Apr 23 16:08:50 2026] GET /v2.0/security-groups?name=lb-953782c7-02fa-4a76-86e3-9fe4edb00074 => generated 1639 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2819] 199.204.45.57 () {34 vars in 787 bytes} [Thu Apr 23 16:08:50 2026] PUT /v2.0/ports/3f784539-878d-45f1-9142-aeed82695539 => generated 1307 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:08:50.516 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1e80d74e-ccb3-4def-8235-78bf62cbf9c7'] response: {'name': 'network-changed', 'server_uuid': '6ccff484-46a5-4a8d-95fa-75a81f1a6393', 'tag': '3f784539-878d-45f1-9142-aeed82695539', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1481/2820] 199.204.45.57 () {30 vars in 701 bytes} [Thu Apr 23 16:08:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1340/2821] 199.204.45.57 () {30 vars in 703 bytes} [Thu Apr 23 16:08:50 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: 1482/2822] 199.204.45.57 () {30 vars in 679 bytes} [Thu Apr 23 16:08:50 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: 1483/2823] 199.204.45.57 () {30 vars in 715 bytes} [Thu Apr 23 16:08:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2824] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:08:50 2026] GET /v2.0/ports?tenant_id=d47bf9afd2234ebeb76a180954d7105c&device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 2579 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2825] 199.204.45.57 () {30 vars in 739 bytes} [Thu Apr 23 16:08:50 2026] GET /v2.0/subnets/f595a2a8-a21d-44af-9c21-5011e95e2450 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2826] 199.204.45.57 () {30 vars in 735 bytes} [Thu Apr 23 16:08:50 2026] GET /v2.0/ports/3cac45c3-3cf0-4a7f-be6e-4679efa016dd => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2827] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:08:50 2026] GET /v2.0/networks?id=4c0a8af6-3b9d-4632-b6d4-c83feedbfce6 => generated 803 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2828] 199.204.45.57 () {34 vars in 1054 bytes} [Thu Apr 23 16:08:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.69&port_id=3f784539-878d-45f1-9142-aeed82695539 => 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: 1486/2829] 199.204.45.57 () {30 vars in 735 bytes} [Thu Apr 23 16:08:50 2026] GET /v2.0/ports/3f784539-878d-45f1-9142-aeed82695539 => generated 1343 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2830] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:08:50 2026] GET /v2.0/subnets?id=f595a2a8-a21d-44af-9c21-5011e95e2450 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2831] 199.204.45.57 () {30 vars in 739 bytes} [Thu Apr 23 16:08:50 2026] GET /v2.0/subnets/f595a2a8-a21d-44af-9c21-5011e95e2450 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2832] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:08:50 2026] GET /v2.0/ports?network_id=4c0a8af6-3b9d-4632-b6d4-c83feedbfce6&device_owner=network%3Adhcp => generated 1236 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2833] 199.204.45.57 () {30 vars in 741 bytes} [Thu Apr 23 16:08:50 2026] GET /v2.0/networks/4c0a8af6-3b9d-4632-b6d4-c83feedbfce6 => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2834] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:08:50 2026] GET /v2.0/networks/4c0a8af6-3b9d-4632-b6d4-c83feedbfce6?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: 1489/2835] 199.204.45.57 () {30 vars in 735 bytes} [Thu Apr 23 16:08:50 2026] GET /v2.0/ports/3cac45c3-3cf0-4a7f-be6e-4679efa016dd => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2836] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:08:50 2026] GET /v2.0/networks/4c0a8af6-3b9d-4632-b6d4-c83feedbfce6?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: 1490/2837] 199.204.45.57 () {30 vars in 739 bytes} [Thu Apr 23 16:08:51 2026] GET /v2.0/subnets/f595a2a8-a21d-44af-9c21-5011e95e2450 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2838] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:08:52 2026] GET /v2.0/ports?tenant_id=d47bf9afd2234ebeb76a180954d7105c&device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 2579 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2839] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:08:52 2026] GET /v2.0/networks?id=4c0a8af6-3b9d-4632-b6d4-c83feedbfce6 => generated 803 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2840] 199.204.45.57 () {34 vars in 1054 bytes} [Thu Apr 23 16:08:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.69&port_id=3f784539-878d-45f1-9142-aeed82695539 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2841] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:08:52 2026] GET /v2.0/subnets?id=f595a2a8-a21d-44af-9c21-5011e95e2450 => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2842] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:08:52 2026] GET /v2.0/ports?network_id=4c0a8af6-3b9d-4632-b6d4-c83feedbfce6&device_owner=network%3Adhcp => generated 1236 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2843] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:08:52 2026] GET /v2.0/networks/4c0a8af6-3b9d-4632-b6d4-c83feedbfce6?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2844] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:08:52 2026] GET /v2.0/networks/4c0a8af6-3b9d-4632-b6d4-c83feedbfce6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:08:59.431 7 INFO neutron.db.l3_db [None req-ba4da542-ff9e-4a0c-954d-37cfd2533617 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] Floating IP c5a39704-7e13-4259-bb64-ea7d5fe9032c associated. External IP: 10.96.250.203, port: 3cac45c3-3cf0-4a7f-be6e-4679efa016dd. [pid: 7|app: 0|req: 1495/2847] 10.0.0.50 () {34 vars in 675 bytes} [Thu Apr 23 16:08:58 2026] POST /v2.0/floatingips => generated 898 bytes in 1053 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2848] 199.204.45.57 () {30 vars in 701 bytes} [Thu Apr 23 16:09:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2849] 199.204.45.57 () {30 vars in 703 bytes} [Thu Apr 23 16:09:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2850] 199.204.45.57 () {30 vars in 679 bytes} [Thu Apr 23 16:09:04 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: 1497/2851] 199.204.45.57 () {30 vars in 715 bytes} [Thu Apr 23 16:09:04 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-04-23 16:09:04.787 8 INFO neutron.api.v2.resource [None req-99941d6c-5988-4008-bd9f-e08e04a303fa f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1355/2852] 199.204.45.57 () {30 vars in 761 bytes} [Thu Apr 23 16:09:04 2026] GET /v2.0/security-groups/lb-953782c7-02fa-4a76-86e3-9fe4edb00074 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2853] 199.204.45.57 () {30 vars in 783 bytes} [Thu Apr 23 16:09:04 2026] GET /v2.0/security-groups?name=lb-953782c7-02fa-4a76-86e3-9fe4edb00074 => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2854] 199.204.45.57 () {30 vars in 813 bytes} [Thu Apr 23 16:09:04 2026] GET /v2.0/security-group-rules?security_group_id=2139bf15-14e9-47e1-8591-9dc388981471 => generated 1182 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2855] 199.204.45.57 () {34 vars in 745 bytes} [Thu Apr 23 16:09:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2856] 199.204.45.57 () {34 vars in 745 bytes} [Thu Apr 23 16:09:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2859] 10.0.0.240 () {30 vars in 689 bytes} [Thu Apr 23 16:09:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2860] 10.0.0.240 () {30 vars in 691 bytes} [Thu Apr 23 16:09:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2861] 10.0.0.240 () {30 vars in 667 bytes} [Thu Apr 23 16:09:16 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: 1502/2862] 10.0.0.240 () {30 vars in 703 bytes} [Thu Apr 23 16:09:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2863] 10.0.0.240 () {28 vars in 438 bytes} [Thu Apr 23 16:09:17 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2864] 10.0.0.240 () {30 vars in 727 bytes} [Thu Apr 23 16:09:17 2026] GET /v2.0/subnets/f7777f34-ec5b-401c-8291-e4b5ddaeafca => generated 656 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2865] 199.204.45.57 () {30 vars in 701 bytes} [Thu Apr 23 16:09:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2866] 199.204.45.57 () {30 vars in 703 bytes} [Thu Apr 23 16:09:18 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2867] 199.204.45.57 () {30 vars in 679 bytes} [Thu Apr 23 16:09:18 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2868] 199.204.45.57 () {30 vars in 715 bytes} [Thu Apr 23 16:09:18 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2869] 199.204.45.57 () {30 vars in 739 bytes} [Thu Apr 23 16:09:18 2026] GET /v2.0/subnets/f7777f34-ec5b-401c-8291-e4b5ddaeafca => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2870] 199.204.45.57 () {30 vars in 767 bytes} [Thu Apr 23 16:09:18 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 2579 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2871] 199.204.45.57 () {30 vars in 701 bytes} [Thu Apr 23 16:09:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2872] 199.204.45.57 () {30 vars in 703 bytes} [Thu Apr 23 16:09:18 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: 1366/2873] 199.204.45.57 () {30 vars in 679 bytes} [Thu Apr 23 16:09:18 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2874] 199.204.45.57 () {30 vars in 715 bytes} [Thu Apr 23 16:09:18 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: 1367/2875] 199.204.45.57 () {34 vars in 715 bytes} [Thu Apr 23 16:09:18 2026] POST /v2.0/ports => generated 1324 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2876] 10.0.0.164 () {34 vars in 970 bytes} [Thu Apr 23 16:09:19 2026] GET /v2.0/ports/364df9f7-0dd4-4ae4-b130-62e82c825c7b => generated 1324 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, ' [pid: 8|app: 0|req: 1368/2877] 10.0.0.164 () {34 vars in 906 bytes} [Thu Apr 23 16:09:19 2026] GET /v2.0/extensions => generated 22037 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2878] 199.204.45.57 () {34 vars in 1260 bytes} [Thu Apr 23 16:09:20 2026] GET /v2.0/ports/364df9f7-0dd4-4ae4-b130-62e82c825c7b?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2879] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:09:20 2026] GET /v2.0/networks/9bdae5c7-2e10-4233-afb8-998e338a1573?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: 1511/2880] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:09:20 2026] GET /v2.0/networks/9bdae5c7-2e10-4233-afb8-998e338a1573?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: 1370/2881] 199.204.45.57 () {34 vars in 973 bytes} [Thu Apr 23 16:09:21 2026] GET /v2.0/ports/364df9f7-0dd4-4ae4-b130-62e82c825c7b => generated 1324 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2882] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:09:21 2026] GET /v2.0/networks?id=9bdae5c7-2e10-4233-afb8-998e338a1573 => generated 800 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2883] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Apr 23 16:09:21 2026] PUT /v2.0/ports/364df9f7-0dd4-4ae4-b130-62e82c825c7b => generated 1514 bytes in 486 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:09:21.841 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a3f0bbfa-6b21-4b05-bf23-9850902ec7b7'] response: {'name': 'network-changed', 'server_uuid': '6ccff484-46a5-4a8d-95fa-75a81f1a6393', 'tag': '364df9f7-0dd4-4ae4-b130-62e82c825c7b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1513/2884] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:09:22 2026] GET /v2.0/ports?tenant_id=d47bf9afd2234ebeb76a180954d7105c&device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 4085 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1372/2885] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:09:22 2026] GET /v2.0/networks?id=9bdae5c7-2e10-4233-afb8-998e338a1573 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2886] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:09:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.131&port_id=364df9f7-0dd4-4ae4-b130-62e82c825c7b => 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: 1373/2887] 199.204.45.57 () {34 vars in 1100 bytes} [Thu Apr 23 16:09:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Afd&port_id=364df9f7-0dd4-4ae4-b130-62e82c825c7b => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2888] 199.204.45.57 () {34 vars in 1062 bytes} [Thu Apr 23 16:09:22 2026] GET /v2.0/subnets?id=81c3c16c-fb0d-4c38-89c7-e7a251fd4eb9&id=f7777f34-ec5b-401c-8291-e4b5ddaeafca => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2889] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:09:22 2026] GET /v2.0/ports?network_id=9bdae5c7-2e10-4233-afb8-998e338a1573&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2890] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:09:22 2026] GET /v2.0/ports?network_id=9bdae5c7-2e10-4233-afb8-998e338a1573&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2891] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:09:22 2026] GET /v2.0/networks/9bdae5c7-2e10-4233-afb8-998e338a1573?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2892] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:09:22 2026] GET /v2.0/networks/9bdae5c7-2e10-4233-afb8-998e338a1573?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: 1376/2893] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:09:23 2026] GET /v2.0/ports?tenant_id=d47bf9afd2234ebeb76a180954d7105c&device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 4085 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2894] 199.204.45.57 () {34 vars in 1058 bytes} [Thu Apr 23 16:09:23 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.97&port_id=6ae9f2c7-2656-49d4-a661-6673dff83e9c => 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: 1377/2895] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:09:23 2026] GET /v2.0/subnets?id=26053403-6f25-4226-84fb-4eeb88426324 => 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: 1519/2896] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:09:23 2026] GET /v2.0/ports?network_id=cd6106d2-39d4-4176-a4a5-a82c60314c3e&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: 1378/2897] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:09:23 2026] GET /v2.0/networks/cd6106d2-39d4-4176-a4a5-a82c60314c3e?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: 1520/2898] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:09:24 2026] GET /v2.0/networks/cd6106d2-39d4-4176-a4a5-a82c60314c3e?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: 1379/2899] 199.204.45.57 () {34 vars in 1054 bytes} [Thu Apr 23 16:09:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.69&port_id=3f784539-878d-45f1-9142-aeed82695539 => 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: 1521/2900] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:09:24 2026] GET /v2.0/subnets?id=f595a2a8-a21d-44af-9c21-5011e95e2450 => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2901] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:09:24 2026] GET /v2.0/ports?network_id=4c0a8af6-3b9d-4632-b6d4-c83feedbfce6&device_owner=network%3Adhcp => generated 1236 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2902] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:09:24 2026] GET /v2.0/networks/4c0a8af6-3b9d-4632-b6d4-c83feedbfce6?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2903] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:09:24 2026] GET /v2.0/networks/4c0a8af6-3b9d-4632-b6d4-c83feedbfce6?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: 1523/2904] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:09:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.131&port_id=364df9f7-0dd4-4ae4-b130-62e82c825c7b => 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: 1382/2905] 199.204.45.57 () {34 vars in 1100 bytes} [Thu Apr 23 16:09:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Afd&port_id=364df9f7-0dd4-4ae4-b130-62e82c825c7b => 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: 1524/2906] 199.204.45.57 () {34 vars in 1062 bytes} [Thu Apr 23 16:09:24 2026] GET /v2.0/subnets?id=81c3c16c-fb0d-4c38-89c7-e7a251fd4eb9&id=f7777f34-ec5b-401c-8291-e4b5ddaeafca => generated 1410 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2907] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:09:24 2026] GET /v2.0/ports?network_id=9bdae5c7-2e10-4233-afb8-998e338a1573&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2908] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:09:24 2026] GET /v2.0/ports?network_id=9bdae5c7-2e10-4233-afb8-998e338a1573&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2909] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:09:24 2026] GET /v2.0/networks/9bdae5c7-2e10-4233-afb8-998e338a1573?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: 1526/2910] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:09:24 2026] GET /v2.0/networks/9bdae5c7-2e10-4233-afb8-998e338a1573?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: 1386/2913] 10.0.0.164 () {34 vars in 970 bytes} [Thu Apr 23 16:09:28 2026] GET /v2.0/ports/364df9f7-0dd4-4ae4-b130-62e82c825c7b => generated 1516 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2914] 199.204.45.57 () {30 vars in 741 bytes} [Thu Apr 23 16:09:28 2026] GET /v2.0/networks/9bdae5c7-2e10-4233-afb8-998e338a1573 => generated 797 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2915] 199.204.45.57 () {30 vars in 739 bytes} [Thu Apr 23 16:09:28 2026] GET /v2.0/subnets/f7777f34-ec5b-401c-8291-e4b5ddaeafca => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2916] 199.204.45.57 () {30 vars in 739 bytes} [Thu Apr 23 16:09:28 2026] GET /v2.0/subnets/81c3c16c-fb0d-4c38-89c7-e7a251fd4eb9 => generated 743 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2917] 199.204.45.57 () {30 vars in 701 bytes} [Thu Apr 23 16:09:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2918] 199.204.45.57 () {30 vars in 703 bytes} [Thu Apr 23 16:09:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2919] 199.204.45.57 () {30 vars in 679 bytes} [Thu Apr 23 16:09:28 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: 1531/2920] 199.204.45.57 () {30 vars in 715 bytes} [Thu Apr 23 16:09:28 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: 1390/2921] 199.204.45.57 () {30 vars in 739 bytes} [Thu Apr 23 16:09:28 2026] GET /v2.0/subnets/f595a2a8-a21d-44af-9c21-5011e95e2450 => generated 675 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2922] 199.204.45.57 () {30 vars in 735 bytes} [Thu Apr 23 16:09:28 2026] GET /v2.0/ports/3cac45c3-3cf0-4a7f-be6e-4679efa016dd => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2923] 199.204.45.57 () {30 vars in 735 bytes} [Thu Apr 23 16:09:29 2026] GET /v2.0/ports/3f784539-878d-45f1-9142-aeed82695539 => generated 1343 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/2924] 199.204.45.57 () {30 vars in 739 bytes} [Thu Apr 23 16:09:29 2026] GET /v2.0/subnets/f595a2a8-a21d-44af-9c21-5011e95e2450 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2925] 199.204.45.57 () {30 vars in 741 bytes} [Thu Apr 23 16:09:29 2026] GET /v2.0/networks/4c0a8af6-3b9d-4632-b6d4-c83feedbfce6 => generated 800 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/2926] 199.204.45.57 () {30 vars in 735 bytes} [Thu Apr 23 16:09:29 2026] GET /v2.0/ports/3cac45c3-3cf0-4a7f-be6e-4679efa016dd => generated 1128 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2927] 199.204.45.57 () {30 vars in 739 bytes} [Thu Apr 23 16:09:29 2026] GET /v2.0/subnets/f595a2a8-a21d-44af-9c21-5011e95e2450 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/2928] 10.0.0.240 () {30 vars in 689 bytes} [Thu Apr 23 16:09:37 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: 1394/2929] 10.0.0.240 () {30 vars in 691 bytes} [Thu Apr 23 16:09:37 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: 1536/2930] 10.0.0.240 () {30 vars in 667 bytes} [Thu Apr 23 16:09:37 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: 1395/2931] 10.0.0.240 () {30 vars in 703 bytes} [Thu Apr 23 16:09: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: 1537/2932] 10.0.0.240 () {28 vars in 438 bytes} [Thu Apr 23 16:09:38 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: 1396/2933] 10.0.0.240 () {30 vars in 727 bytes} [Thu Apr 23 16:09:38 2026] GET /v2.0/subnets/bfb5c62c-ee73-4aed-84ec-c5eed72bf649 => generated 656 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/2934] 199.204.45.57 () {30 vars in 701 bytes} [Thu Apr 23 16:09:39 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: 1397/2935] 199.204.45.57 () {30 vars in 703 bytes} [Thu Apr 23 16:09:39 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/2936] 199.204.45.57 () {30 vars in 679 bytes} [Thu Apr 23 16:09:39 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: 1398/2937] 199.204.45.57 () {30 vars in 715 bytes} [Thu Apr 23 16:09:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/2938] 199.204.45.57 () {30 vars in 739 bytes} [Thu Apr 23 16:09:39 2026] GET /v2.0/subnets/f7777f34-ec5b-401c-8291-e4b5ddaeafca => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2939] 199.204.45.57 () {30 vars in 739 bytes} [Thu Apr 23 16:09:39 2026] GET /v2.0/subnets/bfb5c62c-ee73-4aed-84ec-c5eed72bf649 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/2940] 199.204.45.57 () {30 vars in 767 bytes} [Thu Apr 23 16:09:39 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 4087 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2941] 199.204.45.57 () {30 vars in 701 bytes} [Thu Apr 23 16:09:39 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: 1542/2942] 199.204.45.57 () {30 vars in 703 bytes} [Thu Apr 23 16:09:39 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2943] 199.204.45.57 () {30 vars in 679 bytes} [Thu Apr 23 16:09:39 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: 1543/2944] 199.204.45.57 () {30 vars in 715 bytes} [Thu Apr 23 16:09:39 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: 1402/2945] 199.204.45.57 () {34 vars in 715 bytes} [Thu Apr 23 16:09:39 2026] POST /v2.0/ports => generated 1332 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/2948] 10.0.0.164 () {34 vars in 970 bytes} [Thu Apr 23 16:09:39 2026] GET /v2.0/ports/4fe29766-0784-4b14-9e4d-a086bdf67181 => generated 1332 bytes in 36 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: 1404/2949] 199.204.45.57 () {34 vars in 1260 bytes} [Thu Apr 23 16:09:41 2026] GET /v2.0/ports/4fe29766-0784-4b14-9e4d-a086bdf67181?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/2950] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:09:41 2026] GET /v2.0/networks/e78ae765-c71d-4627-9412-0b7c8a0bb515?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: 1405/2951] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:09:41 2026] GET /v2.0/networks/e78ae765-c71d-4627-9412-0b7c8a0bb515?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: 1547/2952] 199.204.45.57 () {34 vars in 973 bytes} [Thu Apr 23 16:09:41 2026] GET /v2.0/ports/4fe29766-0784-4b14-9e4d-a086bdf67181 => generated 1332 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2953] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:09:41 2026] GET /v2.0/networks?id=e78ae765-c71d-4627-9412-0b7c8a0bb515 => generated 799 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/2954] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Apr 23 16:09:41 2026] PUT /v2.0/ports/4fe29766-0784-4b14-9e4d-a086bdf67181 => generated 1522 bytes in 504 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:09:42.304 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-80daa682-bff8-4adc-a1c7-7750625c005b'] response: {'name': 'network-changed', 'server_uuid': '6ccff484-46a5-4a8d-95fa-75a81f1a6393', 'tag': '4fe29766-0784-4b14-9e4d-a086bdf67181', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1407/2955] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:09:42 2026] GET /v2.0/ports?tenant_id=d47bf9afd2234ebeb76a180954d7105c&device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 5601 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: 7|app: 0|req: 1549/2956] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:09:42 2026] GET /v2.0/networks?id=e78ae765-c71d-4627-9412-0b7c8a0bb515 => generated 799 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2957] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:09:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.192&port_id=4fe29766-0784-4b14-9e4d-a086bdf67181 => 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: 1550/2958] 199.204.45.57 () {34 vars in 1104 bytes} [Thu Apr 23 16:09:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1cb&port_id=4fe29766-0784-4b14-9e4d-a086bdf67181 => 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: 1409/2959] 199.204.45.57 () {34 vars in 1062 bytes} [Thu Apr 23 16:09:42 2026] GET /v2.0/subnets?id=bfb5c62c-ee73-4aed-84ec-c5eed72bf649&id=bb152034-c9e3-41bf-8283-4ae1e6b83553 => generated 1414 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/2960] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:09:43 2026] GET /v2.0/ports?network_id=e78ae765-c71d-4627-9412-0b7c8a0bb515&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2961] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:09:43 2026] GET /v2.0/ports?network_id=e78ae765-c71d-4627-9412-0b7c8a0bb515&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/2962] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:09:43 2026] GET /v2.0/networks/e78ae765-c71d-4627-9412-0b7c8a0bb515?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: 1411/2963] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:09:43 2026] GET /v2.0/networks/e78ae765-c71d-4627-9412-0b7c8a0bb515?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/2964] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:09:44 2026] GET /v2.0/ports?tenant_id=d47bf9afd2234ebeb76a180954d7105c&device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 5601 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2965] 199.204.45.57 () {34 vars in 1058 bytes} [Thu Apr 23 16:09:44 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.97&port_id=6ae9f2c7-2656-49d4-a661-6673dff83e9c => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/2966] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:09:44 2026] GET /v2.0/subnets?id=26053403-6f25-4226-84fb-4eeb88426324 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2967] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:09:44 2026] GET /v2.0/ports?network_id=cd6106d2-39d4-4176-a4a5-a82c60314c3e&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/2968] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:09:44 2026] GET /v2.0/networks/cd6106d2-39d4-4176-a4a5-a82c60314c3e?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2969] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:09:44 2026] GET /v2.0/networks/cd6106d2-39d4-4176-a4a5-a82c60314c3e?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: 1556/2970] 199.204.45.57 () {34 vars in 1054 bytes} [Thu Apr 23 16:09:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.69&port_id=3f784539-878d-45f1-9142-aeed82695539 => 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: 1415/2971] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:09:44 2026] GET /v2.0/subnets?id=f595a2a8-a21d-44af-9c21-5011e95e2450 => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/2972] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:09:44 2026] GET /v2.0/ports?network_id=4c0a8af6-3b9d-4632-b6d4-c83feedbfce6&device_owner=network%3Adhcp => generated 1236 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2973] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:09:44 2026] GET /v2.0/networks/4c0a8af6-3b9d-4632-b6d4-c83feedbfce6?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/2974] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:09:44 2026] GET /v2.0/networks/4c0a8af6-3b9d-4632-b6d4-c83feedbfce6?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: 1417/2975] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:09:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.131&port_id=364df9f7-0dd4-4ae4-b130-62e82c825c7b => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/2976] 199.204.45.57 () {34 vars in 1100 bytes} [Thu Apr 23 16:09:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Afd&port_id=364df9f7-0dd4-4ae4-b130-62e82c825c7b => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2977] 199.204.45.57 () {34 vars in 1062 bytes} [Thu Apr 23 16:09:44 2026] GET /v2.0/subnets?id=81c3c16c-fb0d-4c38-89c7-e7a251fd4eb9&id=f7777f34-ec5b-401c-8291-e4b5ddaeafca => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/2978] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:09:44 2026] GET /v2.0/ports?network_id=9bdae5c7-2e10-4233-afb8-998e338a1573&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: 1419/2979] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:09:44 2026] GET /v2.0/ports?network_id=9bdae5c7-2e10-4233-afb8-998e338a1573&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/2980] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:09:45 2026] GET /v2.0/networks/9bdae5c7-2e10-4233-afb8-998e338a1573?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: 1420/2981] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:09:45 2026] GET /v2.0/networks/9bdae5c7-2e10-4233-afb8-998e338a1573?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/2982] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:09:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.192&port_id=4fe29766-0784-4b14-9e4d-a086bdf67181 => 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: 1421/2983] 199.204.45.57 () {34 vars in 1104 bytes} [Thu Apr 23 16:09:45 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1cb&port_id=4fe29766-0784-4b14-9e4d-a086bdf67181 => 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: 1563/2984] 199.204.45.57 () {34 vars in 1062 bytes} [Thu Apr 23 16:09:45 2026] GET /v2.0/subnets?id=bfb5c62c-ee73-4aed-84ec-c5eed72bf649&id=bb152034-c9e3-41bf-8283-4ae1e6b83553 => generated 1414 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2985] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:09:45 2026] GET /v2.0/ports?network_id=e78ae765-c71d-4627-9412-0b7c8a0bb515&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/2986] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:09:45 2026] GET /v2.0/ports?network_id=e78ae765-c71d-4627-9412-0b7c8a0bb515&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: 1423/2987] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:09:45 2026] GET /v2.0/networks/e78ae765-c71d-4627-9412-0b7c8a0bb515?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/2988] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:09:45 2026] GET /v2.0/networks/e78ae765-c71d-4627-9412-0b7c8a0bb515?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: 1424/2989] 10.0.0.164 () {34 vars in 970 bytes} [Thu Apr 23 16:09:49 2026] GET /v2.0/ports/4fe29766-0784-4b14-9e4d-a086bdf67181 => generated 1524 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/2990] 199.204.45.57 () {30 vars in 741 bytes} [Thu Apr 23 16:09:49 2026] GET /v2.0/networks/e78ae765-c71d-4627-9412-0b7c8a0bb515 => generated 796 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2991] 199.204.45.57 () {30 vars in 739 bytes} [Thu Apr 23 16:09:49 2026] GET /v2.0/subnets/bfb5c62c-ee73-4aed-84ec-c5eed72bf649 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/2992] 199.204.45.57 () {30 vars in 739 bytes} [Thu Apr 23 16:09:49 2026] GET /v2.0/subnets/bb152034-c9e3-41bf-8283-4ae1e6b83553 => generated 747 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2993] 199.204.45.57 () {30 vars in 735 bytes} [Thu Apr 23 16:09:49 2026] GET /v2.0/ports/364df9f7-0dd4-4ae4-b130-62e82c825c7b => generated 1516 bytes in 571 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/2994] 199.204.45.57 () {34 vars in 788 bytes} [Thu Apr 23 16:09:50 2026] PUT /v2.0/ports/364df9f7-0dd4-4ae4-b130-62e82c825c7b => generated 1255 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:09:50.719 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e3dbb034-f0a1-4de5-8316-fa907975d958'] response: {'name': 'network-changed', 'server_uuid': '6ccff484-46a5-4a8d-95fa-75a81f1a6393', 'tag': '364df9f7-0dd4-4ae4-b130-62e82c825c7b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1427/2995] 199.204.45.57 () {30 vars in 741 bytes} [Thu Apr 23 16:09:50 2026] GET /v2.0/networks/9bdae5c7-2e10-4233-afb8-998e338a1573 => generated 797 bytes in 58 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: 1569/2996] 199.204.45.57 () {30 vars in 739 bytes} [Thu Apr 23 16:09:50 2026] GET /v2.0/subnets/f7777f34-ec5b-401c-8291-e4b5ddaeafca => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2997] 199.204.45.57 () {30 vars in 701 bytes} [Thu Apr 23 16:09:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/2998] 199.204.45.57 () {30 vars in 703 bytes} [Thu Apr 23 16:09:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2999] 199.204.45.57 () {30 vars in 679 bytes} [Thu Apr 23 16:09:50 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: 1571/3000] 199.204.45.57 () {30 vars in 715 bytes} [Thu Apr 23 16:09:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/3001] 199.204.45.57 () {30 vars in 739 bytes} [Thu Apr 23 16:09:50 2026] GET /v2.0/subnets/f595a2a8-a21d-44af-9c21-5011e95e2450 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3002] 199.204.45.57 () {30 vars in 735 bytes} [Thu Apr 23 16:09:50 2026] GET /v2.0/ports/3cac45c3-3cf0-4a7f-be6e-4679efa016dd => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/3003] 199.204.45.57 () {30 vars in 735 bytes} [Thu Apr 23 16:09:51 2026] GET /v2.0/ports/3f784539-878d-45f1-9142-aeed82695539 => generated 1343 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3004] 199.204.45.57 () {30 vars in 739 bytes} [Thu Apr 23 16:09:51 2026] GET /v2.0/subnets/f595a2a8-a21d-44af-9c21-5011e95e2450 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/3005] 199.204.45.57 () {30 vars in 741 bytes} [Thu Apr 23 16:09:51 2026] GET /v2.0/networks/4c0a8af6-3b9d-4632-b6d4-c83feedbfce6 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3006] 199.204.45.57 () {30 vars in 735 bytes} [Thu Apr 23 16:09:51 2026] GET /v2.0/ports/3cac45c3-3cf0-4a7f-be6e-4679efa016dd => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3007] 199.204.45.57 () {30 vars in 739 bytes} [Thu Apr 23 16:09:51 2026] GET /v2.0/subnets/f595a2a8-a21d-44af-9c21-5011e95e2450 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/3008] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:09:51 2026] GET /v2.0/ports?tenant_id=d47bf9afd2234ebeb76a180954d7105c&device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 5378 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3009] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:09:51 2026] GET /v2.0/networks?id=9bdae5c7-2e10-4233-afb8-998e338a1573 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/3010] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:09:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.131&port_id=364df9f7-0dd4-4ae4-b130-62e82c825c7b => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3011] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:09:51 2026] GET /v2.0/subnets?id=f7777f34-ec5b-401c-8291-e4b5ddaeafca => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/3012] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:09:51 2026] GET /v2.0/ports?network_id=9bdae5c7-2e10-4233-afb8-998e338a1573&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3013] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:09:51 2026] GET /v2.0/networks/9bdae5c7-2e10-4233-afb8-998e338a1573?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: 1436/3014] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:09:51 2026] GET /v2.0/networks/9bdae5c7-2e10-4233-afb8-998e338a1573?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: 1580/3017] 199.204.45.57 () {30 vars in 701 bytes} [Thu Apr 23 16:10:03 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: 1438/3018] 199.204.45.57 () {30 vars in 703 bytes} [Thu Apr 23 16:10:03 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: 1581/3019] 199.204.45.57 () {30 vars in 679 bytes} [Thu Apr 23 16:10:03 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: 1439/3020] 199.204.45.57 () {30 vars in 715 bytes} [Thu Apr 23 16:10:03 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: 1582/3021] 199.204.45.57 () {30 vars in 739 bytes} [Thu Apr 23 16:10:03 2026] GET /v2.0/subnets/f7777f34-ec5b-401c-8291-e4b5ddaeafca => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/3022] 199.204.45.57 () {30 vars in 767 bytes} [Thu Apr 23 16:10:03 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 5378 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3023] 199.204.45.57 () {30 vars in 701 bytes} [Thu Apr 23 16:10:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/3024] 199.204.45.57 () {30 vars in 703 bytes} [Thu Apr 23 16:10:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3025] 199.204.45.57 () {30 vars in 679 bytes} [Thu Apr 23 16:10: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: 1442/3026] 199.204.45.57 () {30 vars in 715 bytes} [Thu Apr 23 16:10: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: 1585/3027] 199.204.45.57 () {30 vars in 735 bytes} [Thu Apr 23 16:10:03 2026] GET /v2.0/ports/4fe29766-0784-4b14-9e4d-a086bdf67181 => generated 1524 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/3028] 199.204.45.57 () {34 vars in 788 bytes} [Thu Apr 23 16:10:03 2026] PUT /v2.0/ports/4fe29766-0784-4b14-9e4d-a086bdf67181 => generated 1311 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:10:04.281 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad17ac67-e9b8-4b16-8715-b41ff0ffaaa6'] response: {'name': 'network-changed', 'server_uuid': '6ccff484-46a5-4a8d-95fa-75a81f1a6393', 'tag': '4fe29766-0784-4b14-9e4d-a086bdf67181', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1586/3029] 199.204.45.57 () {30 vars in 741 bytes} [Thu Apr 23 16:10:04 2026] GET /v2.0/networks/e78ae765-c71d-4627-9412-0b7c8a0bb515 => generated 796 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: 1444/3030] 199.204.45.57 () {30 vars in 739 bytes} [Thu Apr 23 16:10:04 2026] GET /v2.0/subnets/bb152034-c9e3-41bf-8283-4ae1e6b83553 => generated 747 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3031] 199.204.45.57 () {30 vars in 735 bytes} [Thu Apr 23 16:10:04 2026] GET /v2.0/ports/4fe29766-0784-4b14-9e4d-a086bdf67181 => generated 1347 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/3032] 199.204.45.57 () {34 vars in 787 bytes} [Thu Apr 23 16:10:04 2026] PUT /v2.0/ports/4fe29766-0784-4b14-9e4d-a086bdf67181 => generated 1080 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3033] 199.204.45.57 () {30 vars in 741 bytes} [Thu Apr 23 16:10:04 2026] GET /v2.0/networks/e78ae765-c71d-4627-9412-0b7c8a0bb515 => generated 796 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: 1446/3034] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:10:04 2026] GET /v2.0/ports?tenant_id=d47bf9afd2234ebeb76a180954d7105c&device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 4970 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3035] 199.204.45.57 () {30 vars in 767 bytes} [Thu Apr 23 16:10:04 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 4970 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/3036] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:10:04 2026] GET /v2.0/networks?id=e78ae765-c71d-4627-9412-0b7c8a0bb515 => generated 799 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3037] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:10:04 2026] GET /v2.0/networks/e78ae765-c71d-4627-9412-0b7c8a0bb515?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: 1448/3038] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:10:04 2026] GET /v2.0/networks/e78ae765-c71d-4627-9412-0b7c8a0bb515?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: 1591/3039] 199.204.45.57 () {30 vars in 767 bytes} [Thu Apr 23 16:10:04 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 4970 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/3040] 199.204.45.57 () {30 vars in 767 bytes} [Thu Apr 23 16:10:06 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 4970 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:10:06.322 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f3393066-7b48-48c3-8cda-804fee1031e4'] response: {'name': 'network-changed', 'server_uuid': '6ccff484-46a5-4a8d-95fa-75a81f1a6393', 'tag': '4fe29766-0784-4b14-9e4d-a086bdf67181', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1592/3041] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:10:06 2026] GET /v2.0/ports?tenant_id=d47bf9afd2234ebeb76a180954d7105c&device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 4970 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/3042] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:10:06 2026] GET /v2.0/networks?id=e78ae765-c71d-4627-9412-0b7c8a0bb515 => generated 799 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3043] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:10:06 2026] GET /v2.0/networks/e78ae765-c71d-4627-9412-0b7c8a0bb515?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/3044] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:10:07 2026] GET /v2.0/networks/e78ae765-c71d-4627-9412-0b7c8a0bb515?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: 1594/3045] 199.204.45.57 () {30 vars in 767 bytes} [Thu Apr 23 16:10:07 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 4970 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/3046] 199.204.45.57 () {34 vars in 973 bytes} [Thu Apr 23 16:10:07 2026] GET /v2.0/ports/4fe29766-0784-4b14-9e4d-a086bdf67181 => generated 1116 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3047] 199.204.45.57 () {34 vars in 1058 bytes} [Thu Apr 23 16:10:07 2026] GET /v2.0/ports/4fe29766-0784-4b14-9e4d-a086bdf67181?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/3048] 199.204.45.57 () {34 vars in 1014 bytes} [Thu Apr 23 16:10:07 2026] GET /v2.0/networks/e78ae765-c71d-4627-9412-0b7c8a0bb515?fields=dns_domain => generated 29 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3049] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Apr 23 16:10:07 2026] PUT /v2.0/ports/4fe29766-0784-4b14-9e4d-a086bdf67181 => generated 917 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/3050] 199.204.45.57 () {30 vars in 767 bytes} [Thu Apr 23 16:10:08 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 3862 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 16:10:08.354 7 INFO neutron_taas.services.taas.taas_plugin [None req-e31299ee-41ba-46ba-b5c6-820d030a08e3 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: 4fe29766-0784-4b14-9e4d-a086bdf67181 2026-04-23 16:10:08.357 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e31299ee-41ba-46ba-b5c6-820d030a08e3 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: 4fe29766-0784-4b14-9e4d-a086bdf67181 [pid: 7|app: 0|req: 1597/3051] 199.204.45.57 () {32 vars in 757 bytes} [Thu Apr 23 16:10:08 2026] DELETE /v2.0/ports/4fe29766-0784-4b14-9e4d-a086bdf67181 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/3052] 199.204.45.57 () {30 vars in 701 bytes} [Thu Apr 23 16:10:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3053] 199.204.45.57 () {30 vars in 703 bytes} [Thu Apr 23 16:10:08 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: 1456/3054] 199.204.45.57 () {30 vars in 679 bytes} [Thu Apr 23 16:10:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3055] 199.204.45.57 () {30 vars in 715 bytes} [Thu Apr 23 16:10:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/3056] 199.204.45.57 () {30 vars in 739 bytes} [Thu Apr 23 16:10:08 2026] GET /v2.0/subnets/f595a2a8-a21d-44af-9c21-5011e95e2450 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3057] 199.204.45.57 () {30 vars in 735 bytes} [Thu Apr 23 16:10:08 2026] GET /v2.0/ports/3cac45c3-3cf0-4a7f-be6e-4679efa016dd => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/3058] 199.204.45.57 () {30 vars in 735 bytes} [Thu Apr 23 16:10:08 2026] GET /v2.0/ports/3f784539-878d-45f1-9142-aeed82695539 => generated 1343 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3059] 199.204.45.57 () {30 vars in 739 bytes} [Thu Apr 23 16:10:08 2026] GET /v2.0/subnets/f595a2a8-a21d-44af-9c21-5011e95e2450 => 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: 1459/3060] 199.204.45.57 () {30 vars in 741 bytes} [Thu Apr 23 16:10:08 2026] GET /v2.0/networks/4c0a8af6-3b9d-4632-b6d4-c83feedbfce6 => 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: 1602/3061] 199.204.45.57 () {30 vars in 735 bytes} [Thu Apr 23 16:10:08 2026] GET /v2.0/ports/3cac45c3-3cf0-4a7f-be6e-4679efa016dd => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/3062] 199.204.45.57 () {30 vars in 739 bytes} [Thu Apr 23 16:10:08 2026] GET /v2.0/subnets/f595a2a8-a21d-44af-9c21-5011e95e2450 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3063] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:10:09 2026] GET /v2.0/ports?tenant_id=d47bf9afd2234ebeb76a180954d7105c&device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 3862 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/3064] 199.204.45.57 () {34 vars in 1224 bytes} [Thu Apr 23 16:10:09 2026] GET /v2.0/networks?id=cd6106d2-39d4-4176-a4a5-a82c60314c3e&id=4c0a8af6-3b9d-4632-b6d4-c83feedbfce6&id=9bdae5c7-2e10-4233-afb8-998e338a1573&id=e78ae765-c71d-4627-9412-0b7c8a0bb515 => generated 3095 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3065] 199.204.45.57 () {34 vars in 1058 bytes} [Thu Apr 23 16:10:09 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.97&port_id=6ae9f2c7-2656-49d4-a661-6673dff83e9c => 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: 1462/3066] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:10:09 2026] GET /v2.0/subnets?id=26053403-6f25-4226-84fb-4eeb88426324 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3067] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:10:09 2026] GET /v2.0/ports?network_id=cd6106d2-39d4-4176-a4a5-a82c60314c3e&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/3068] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:10:09 2026] GET /v2.0/networks/cd6106d2-39d4-4176-a4a5-a82c60314c3e?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3069] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:10:09 2026] GET /v2.0/networks/cd6106d2-39d4-4176-a4a5-a82c60314c3e?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: 1464/3070] 199.204.45.57 () {34 vars in 1054 bytes} [Thu Apr 23 16:10:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.69&port_id=3f784539-878d-45f1-9142-aeed82695539 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3071] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:10:09 2026] GET /v2.0/subnets?id=f595a2a8-a21d-44af-9c21-5011e95e2450 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/3072] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:10:09 2026] GET /v2.0/ports?network_id=4c0a8af6-3b9d-4632-b6d4-c83feedbfce6&device_owner=network%3Adhcp => generated 1236 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3073] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:10:09 2026] GET /v2.0/networks/4c0a8af6-3b9d-4632-b6d4-c83feedbfce6?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3074] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:10:09 2026] GET /v2.0/networks/4c0a8af6-3b9d-4632-b6d4-c83feedbfce6?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: 1609/3075] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:10:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.131&port_id=364df9f7-0dd4-4ae4-b130-62e82c825c7b => 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: 1611/3078] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:10:09 2026] GET /v2.0/subnets?id=f7777f34-ec5b-401c-8291-e4b5ddaeafca => generated 677 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3079] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:10:09 2026] GET /v2.0/ports?network_id=9bdae5c7-2e10-4233-afb8-998e338a1573&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: 1612/3080] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:10:09 2026] GET /v2.0/networks/9bdae5c7-2e10-4233-afb8-998e338a1573?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3081] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:10:10 2026] GET /v2.0/networks/9bdae5c7-2e10-4233-afb8-998e338a1573?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3082] 10.0.0.164 () {34 vars in 1177 bytes} [Thu Apr 23 16:10:10 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393&device_id=80f7605d-931c-41b5-96c0-369de7facd1c&device_id=9b3ae6dd-83b1-42de-b73e-358a475d308a => generated 6782 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3083] 10.0.0.164 () {34 vars in 1279 bytes} [Thu Apr 23 16:10:10 2026] GET /v2.0/security-groups?id=2139bf15-14e9-47e1-8591-9dc388981471&id=b29d5332-ff24-4135-ac0d-90f71c563df4&id=b2c38ee7-ef10-4fad-9bc5-53521ce3c31f&id=17a1cf27-cc96-4114-92f3-bf088790688c&fields=id&fields=name => generated 353 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3084] 10.0.0.164 () {34 vars in 1083 bytes} [Thu Apr 23 16:10:11 2026] GET /v2.0/ports?device_id=80f7605d-931c-41b5-96c0-369de7facd1c&device_id=9b3ae6dd-83b1-42de-b73e-358a475d308a => generated 2931 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3085] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:10:11 2026] GET /v2.0/security-groups?id=17a1cf27-cc96-4114-92f3-bf088790688c&fields=id&fields=name => generated 112 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3086] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:10:12 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 3862 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3087] 10.0.0.164 () {34 vars in 1199 bytes} [Thu Apr 23 16:10:12 2026] GET /v2.0/security-groups?id=2139bf15-14e9-47e1-8591-9dc388981471&id=b29d5332-ff24-4135-ac0d-90f71c563df4&id=b2c38ee7-ef10-4fad-9bc5-53521ce3c31f&fields=id&fields=name => generated 262 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3088] 199.204.45.57 () {30 vars in 701 bytes} [Thu Apr 23 16:10:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3089] 199.204.45.57 () {30 vars in 703 bytes} [Thu Apr 23 16:10:14 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: 1617/3090] 199.204.45.57 () {30 vars in 679 bytes} [Thu Apr 23 16:10:14 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: 1474/3091] 199.204.45.57 () {30 vars in 715 bytes} [Thu Apr 23 16:10:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3092] 199.204.45.57 () {30 vars in 767 bytes} [Thu Apr 23 16:10:14 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 3862 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3093] 199.204.45.57 () {30 vars in 701 bytes} [Thu Apr 23 16:10:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3094] 199.204.45.57 () {30 vars in 703 bytes} [Thu Apr 23 16:10:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3095] 199.204.45.57 () {30 vars in 679 bytes} [Thu Apr 23 16:10:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3096] 199.204.45.57 () {30 vars in 715 bytes} [Thu Apr 23 16:10:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3097] 199.204.45.57 () {30 vars in 735 bytes} [Thu Apr 23 16:10:14 2026] GET /v2.0/ports/364df9f7-0dd4-4ae4-b130-62e82c825c7b => generated 1291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3098] 199.204.45.57 () {34 vars in 787 bytes} [Thu Apr 23 16:10:15 2026] PUT /v2.0/ports/364df9f7-0dd4-4ae4-b130-62e82c825c7b => generated 1080 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:10:15.354 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-40cbbc20-7055-4af2-a7a1-23ab2eacb670'] response: {'name': 'network-changed', 'server_uuid': '6ccff484-46a5-4a8d-95fa-75a81f1a6393', 'tag': '364df9f7-0dd4-4ae4-b130-62e82c825c7b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1478/3099] 199.204.45.57 () {30 vars in 741 bytes} [Thu Apr 23 16:10:15 2026] GET /v2.0/networks/9bdae5c7-2e10-4233-afb8-998e338a1573 => generated 797 bytes in 61 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: 1622/3100] 199.204.45.57 () {30 vars in 767 bytes} [Thu Apr 23 16:10:15 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 3687 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3101] 199.204.45.57 () {30 vars in 767 bytes} [Thu Apr 23 16:10:15 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 3687 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3102] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:10:15 2026] GET /v2.0/ports?tenant_id=d47bf9afd2234ebeb76a180954d7105c&device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 3687 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3103] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:10:15 2026] GET /v2.0/networks?id=9bdae5c7-2e10-4233-afb8-998e338a1573 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3104] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:10:15 2026] GET /v2.0/networks/9bdae5c7-2e10-4233-afb8-998e338a1573?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: 1481/3105] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:10:16 2026] GET /v2.0/networks/9bdae5c7-2e10-4233-afb8-998e338a1573?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: 1625/3106] 199.204.45.57 () {30 vars in 767 bytes} [Thu Apr 23 16:10:16 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 3687 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3107] 199.204.45.57 () {34 vars in 973 bytes} [Thu Apr 23 16:10:17 2026] GET /v2.0/ports/364df9f7-0dd4-4ae4-b130-62e82c825c7b => generated 1116 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3108] 199.204.45.57 () {34 vars in 1058 bytes} [Thu Apr 23 16:10:17 2026] GET /v2.0/ports/364df9f7-0dd4-4ae4-b130-62e82c825c7b?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3109] 199.204.45.57 () {30 vars in 767 bytes} [Thu Apr 23 16:10:17 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 3687 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3110] 199.204.45.57 () {34 vars in 1014 bytes} [Thu Apr 23 16:10:17 2026] GET /v2.0/networks/9bdae5c7-2e10-4233-afb8-998e338a1573?fields=dns_domain => generated 29 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3111] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Apr 23 16:10:17 2026] PUT /v2.0/ports/364df9f7-0dd4-4ae4-b130-62e82c825c7b => generated 917 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3112] 199.204.45.57 () {30 vars in 767 bytes} [Thu Apr 23 16:10:18 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 2579 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 16:10:18.930 8 INFO neutron_taas.services.taas.taas_plugin [None req-6252d9a2-a170-4bbd-9979-c4a85a5b6ce7 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: 364df9f7-0dd4-4ae4-b130-62e82c825c7b 2026-04-23 16:10:18.935 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6252d9a2-a170-4bbd-9979-c4a85a5b6ce7 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: 364df9f7-0dd4-4ae4-b130-62e82c825c7b [pid: 8|app: 0|req: 1485/3113] 199.204.45.57 () {32 vars in 757 bytes} [Thu Apr 23 16:10:18 2026] DELETE /v2.0/ports/364df9f7-0dd4-4ae4-b130-62e82c825c7b => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3114] 199.204.45.57 () {30 vars in 701 bytes} [Thu Apr 23 16:10:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3115] 199.204.45.57 () {30 vars in 703 bytes} [Thu Apr 23 16:10:19 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3116] 199.204.45.57 () {30 vars in 679 bytes} [Thu Apr 23 16:10:19 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3117] 199.204.45.57 () {30 vars in 715 bytes} [Thu Apr 23 16:10:19 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: 1631/3118] 199.204.45.57 () {30 vars in 739 bytes} [Thu Apr 23 16:10:19 2026] GET /v2.0/subnets/f595a2a8-a21d-44af-9c21-5011e95e2450 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3119] 199.204.45.57 () {30 vars in 735 bytes} [Thu Apr 23 16:10:19 2026] GET /v2.0/ports/3cac45c3-3cf0-4a7f-be6e-4679efa016dd => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3120] 199.204.45.57 () {30 vars in 735 bytes} [Thu Apr 23 16:10:19 2026] GET /v2.0/ports/3f784539-878d-45f1-9142-aeed82695539 => generated 1343 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3121] 199.204.45.57 () {30 vars in 739 bytes} [Thu Apr 23 16:10:19 2026] GET /v2.0/subnets/f595a2a8-a21d-44af-9c21-5011e95e2450 => generated 675 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3122] 199.204.45.57 () {30 vars in 741 bytes} [Thu Apr 23 16:10:19 2026] GET /v2.0/networks/4c0a8af6-3b9d-4632-b6d4-c83feedbfce6 => generated 800 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3123] 199.204.45.57 () {30 vars in 735 bytes} [Thu Apr 23 16:10:19 2026] GET /v2.0/ports/3cac45c3-3cf0-4a7f-be6e-4679efa016dd => generated 1128 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3124] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:10:19 2026] GET /v2.0/ports?tenant_id=d47bf9afd2234ebeb76a180954d7105c&device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 2579 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3125] 199.204.45.57 () {30 vars in 739 bytes} [Thu Apr 23 16:10:19 2026] GET /v2.0/subnets/f595a2a8-a21d-44af-9c21-5011e95e2450 => generated 675 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3126] 199.204.45.57 () {34 vars in 1144 bytes} [Thu Apr 23 16:10:19 2026] GET /v2.0/networks?id=cd6106d2-39d4-4176-a4a5-a82c60314c3e&id=4c0a8af6-3b9d-4632-b6d4-c83feedbfce6&id=9bdae5c7-2e10-4233-afb8-998e338a1573 => generated 2310 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3127] 199.204.45.57 () {34 vars in 1058 bytes} [Thu Apr 23 16:10:19 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.97&port_id=6ae9f2c7-2656-49d4-a661-6673dff83e9c => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3128] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:10:19 2026] GET /v2.0/subnets?id=26053403-6f25-4226-84fb-4eeb88426324 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3129] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:10:19 2026] GET /v2.0/ports?network_id=cd6106d2-39d4-4176-a4a5-a82c60314c3e&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3130] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:10:19 2026] GET /v2.0/networks/cd6106d2-39d4-4176-a4a5-a82c60314c3e?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: 1494/3131] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:10:19 2026] GET /v2.0/networks/cd6106d2-39d4-4176-a4a5-a82c60314c3e?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: 1638/3132] 199.204.45.57 () {34 vars in 1054 bytes} [Thu Apr 23 16:10:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.69&port_id=3f784539-878d-45f1-9142-aeed82695539 => 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: 1495/3133] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:10:19 2026] GET /v2.0/subnets?id=f595a2a8-a21d-44af-9c21-5011e95e2450 => generated 678 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3134] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:10:20 2026] GET /v2.0/ports?network_id=4c0a8af6-3b9d-4632-b6d4-c83feedbfce6&device_owner=network%3Adhcp => generated 1236 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3135] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:10:20 2026] GET /v2.0/networks/4c0a8af6-3b9d-4632-b6d4-c83feedbfce6?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3136] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:10:20 2026] GET /v2.0/networks/4c0a8af6-3b9d-4632-b6d4-c83feedbfce6?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: 1498/3139] 199.204.45.57 () {30 vars in 701 bytes} [Thu Apr 23 16:10:29 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: 1642/3140] 199.204.45.57 () {30 vars in 703 bytes} [Thu Apr 23 16:10:29 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: 1499/3141] 199.204.45.57 () {30 vars in 679 bytes} [Thu Apr 23 16:10:30 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: 1643/3142] 199.204.45.57 () {30 vars in 715 bytes} [Thu Apr 23 16:10:30 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-04-23 16:10:30.056 8 INFO neutron.api.v2.resource [None req-5987c08f-5dd7-4b6b-a699-011918fb5583 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1500/3143] 199.204.45.57 () {30 vars in 761 bytes} [Thu Apr 23 16:10:30 2026] GET /v2.0/security-groups/lb-953782c7-02fa-4a76-86e3-9fe4edb00074 => 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: 1644/3144] 199.204.45.57 () {30 vars in 783 bytes} [Thu Apr 23 16:10:30 2026] GET /v2.0/security-groups?name=lb-953782c7-02fa-4a76-86e3-9fe4edb00074 => generated 2865 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3145] 199.204.45.57 () {30 vars in 813 bytes} [Thu Apr 23 16:10:30 2026] GET /v2.0/security-group-rules?security_group_id=2139bf15-14e9-47e1-8591-9dc388981471 => generated 2334 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3146] 199.204.45.57 () {32 vars in 787 bytes} [Thu Apr 23 16:10:30 2026] DELETE /v2.0/security-group-rules/5920c669-da3a-4374-ab53-c77e0d2b84a8 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3147] 199.204.45.57 () {32 vars in 787 bytes} [Thu Apr 23 16:10:30 2026] DELETE /v2.0/security-group-rules/d1de83fb-ad5e-4b1c-8895-e4beb44718dd => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:10:34.143 7 INFO neutron_taas.services.taas.taas_plugin [None req-e1e8f2b5-e9ac-4177-8c19-10aa3bb2b3d3 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] TaaS: Handle Delete Port: 221cabee-4383-4f51-8aeb-57f7f2a85872 2026-04-23 16:10:34.147 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1e8f2b5-e9ac-4177-8c19-10aa3bb2b3d3 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] Tap Mirror: Handle Delete Port: 221cabee-4383-4f51-8aeb-57f7f2a85872 2026-04-23 16:10:34.395 7 INFO neutron.db.l3_db [None req-e1e8f2b5-e9ac-4177-8c19-10aa3bb2b3d3 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] Floating IP c5a39704-7e13-4259-bb64-ea7d5fe9032c disassociated (deleted). External IP: 10.96.250.203, port: 3cac45c3-3cf0-4a7f-be6e-4679efa016dd. [pid: 7|app: 0|req: 1646/3148] 10.0.0.50 () {32 vars in 730 bytes} [Thu Apr 23 16:10:34 2026] DELETE /v2.0/floatingips/c5a39704-7e13-4259-bb64-ea7d5fe9032c => generated 0 bytes in 750 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:10:34.793 8 INFO neutron.api.v2.resource [None req-01a0e0da-b7fd-45e7-a95e-fcc8d360d31a 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1503/3149] 10.0.0.50 () {32 vars in 727 bytes} [Thu Apr 23 16:10:34 2026] GET /v2.0/floatingips/c5a39704-7e13-4259-bb64-ea7d5fe9032c => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3150] 199.204.45.57 () {30 vars in 701 bytes} [Thu Apr 23 16:10:35 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: 1504/3151] 199.204.45.57 () {30 vars in 703 bytes} [Thu Apr 23 16:10:35 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: 1648/3152] 199.204.45.57 () {30 vars in 679 bytes} [Thu Apr 23 16:10:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3153] 199.204.45.57 () {30 vars in 715 bytes} [Thu Apr 23 16:10:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:10:35.834 7 INFO neutron.api.v2.resource [None req-b1c9e76e-366d-4bbd-bbbf-6424ac47f3b1 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1649/3154] 199.204.45.57 () {30 vars in 761 bytes} [Thu Apr 23 16:10:35 2026] GET /v2.0/security-groups/lb-953782c7-02fa-4a76-86e3-9fe4edb00074 => 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: 1506/3155] 199.204.45.57 () {30 vars in 783 bytes} [Thu Apr 23 16:10:35 2026] GET /v2.0/security-groups?name=lb-953782c7-02fa-4a76-86e3-9fe4edb00074 => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3156] 199.204.45.57 () {30 vars in 813 bytes} [Thu Apr 23 16:10:35 2026] GET /v2.0/security-group-rules?security_group_id=2139bf15-14e9-47e1-8591-9dc388981471 => generated 1182 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3157] 199.204.45.57 () {30 vars in 701 bytes} [Thu Apr 23 16:10:36 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: 1651/3158] 199.204.45.57 () {30 vars in 703 bytes} [Thu Apr 23 16:10:36 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: 1508/3159] 199.204.45.57 () {30 vars in 679 bytes} [Thu Apr 23 16:10:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3160] 199.204.45.57 () {30 vars in 715 bytes} [Thu Apr 23 16:10:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3161] 199.204.45.57 () {30 vars in 739 bytes} [Thu Apr 23 16:10:36 2026] GET /v2.0/subnets/f595a2a8-a21d-44af-9c21-5011e95e2450 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3162] 199.204.45.57 () {30 vars in 767 bytes} [Thu Apr 23 16:10:36 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 2579 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3163] 199.204.45.57 () {30 vars in 767 bytes} [Thu Apr 23 16:10:36 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 2579 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3164] 199.204.45.57 () {30 vars in 767 bytes} [Thu Apr 23 16:10:36 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 2579 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3165] 199.204.45.57 () {30 vars in 767 bytes} [Thu Apr 23 16:10:37 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 2579 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3166] 199.204.45.57 () {30 vars in 767 bytes} [Thu Apr 23 16:10:38 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 2579 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3167] 199.204.45.57 () {34 vars in 973 bytes} [Thu Apr 23 16:10:38 2026] GET /v2.0/ports/3f784539-878d-45f1-9142-aeed82695539 => generated 1343 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3168] 199.204.45.57 () {34 vars in 1058 bytes} [Thu Apr 23 16:10:38 2026] GET /v2.0/ports/3f784539-878d-45f1-9142-aeed82695539?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3169] 199.204.45.57 () {34 vars in 1014 bytes} [Thu Apr 23 16:10:38 2026] GET /v2.0/networks/4c0a8af6-3b9d-4632-b6d4-c83feedbfce6?fields=dns_domain => generated 29 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1657/3170] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Apr 23 16:10:38 2026] PUT /v2.0/ports/3f784539-878d-45f1-9142-aeed82695539 => generated 1146 bytes in 385 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3171] 199.204.45.57 () {30 vars in 767 bytes} [Thu Apr 23 16:10:39 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1658/3172] 199.204.45.57 () {34 vars in 787 bytes} [Thu Apr 23 16:10:39 2026] PUT /v2.0/ports/3f784539-878d-45f1-9142-aeed82695539 => generated 1086 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3173] 199.204.45.57 () {30 vars in 735 bytes} [Thu Apr 23 16:10:39 2026] GET /v2.0/ports/3f784539-878d-45f1-9142-aeed82695539 => generated 1086 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 16:10:39.985 7 INFO neutron_taas.services.taas.taas_plugin [None req-77760774-6f10-40cb-a11b-b2e7ee8220dc f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: 3f784539-878d-45f1-9142-aeed82695539 2026-04-23 16:10:39.989 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77760774-6f10-40cb-a11b-b2e7ee8220dc f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: 3f784539-878d-45f1-9142-aeed82695539 [pid: 7|app: 0|req: 1659/3176] 199.204.45.57 () {32 vars in 757 bytes} [Thu Apr 23 16:10:39 2026] DELETE /v2.0/ports/3f784539-878d-45f1-9142-aeed82695539 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3177] 199.204.45.57 () {30 vars in 701 bytes} [Thu Apr 23 16:10:40 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: 7|app: 0|req: 1660/3178] 199.204.45.57 () {30 vars in 703 bytes} [Thu Apr 23 16:10: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: 8|app: 0|req: 1519/3179] 199.204.45.57 () {30 vars in 679 bytes} [Thu Apr 23 16:10:40 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: 1661/3180] 199.204.45.57 () {30 vars in 715 bytes} [Thu Apr 23 16:10:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:10:40.339 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c71e0e0f-d3d1-431c-9241-179123e145e5 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1520/3181] 199.204.45.57 () {32 vars in 757 bytes} [Thu Apr 23 16:10:40 2026] DELETE /v2.0/ports/3f784539-878d-45f1-9142-aeed82695539 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3182] 199.204.45.57 () {30 vars in 735 bytes} [Thu Apr 23 16:10:40 2026] GET /v2.0/ports/3cac45c3-3cf0-4a7f-be6e-4679efa016dd => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:10:40.415 8 INFO neutron.api.v2.resource [None req-e7ac4d2d-f3aa-461b-8b9b-9d97dba4eefa f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1521/3183] 199.204.45.57 () {30 vars in 761 bytes} [Thu Apr 23 16:10:40 2026] GET /v2.0/security-groups/lb-953782c7-02fa-4a76-86e3-9fe4edb00074 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3184] 199.204.45.57 () {30 vars in 783 bytes} [Thu Apr 23 16:10:40 2026] GET /v2.0/security-groups?name=lb-953782c7-02fa-4a76-86e3-9fe4edb00074 => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3185] 199.204.45.57 () {30 vars in 735 bytes} [Thu Apr 23 16:10:40 2026] GET /v2.0/ports/3cac45c3-3cf0-4a7f-be6e-4679efa016dd => generated 1128 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3186] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:10:40 2026] GET /v2.0/ports?tenant_id=d47bf9afd2234ebeb76a180954d7105c&device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => 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: 1524/3187] 199.204.45.57 () {34 vars in 1064 bytes} [Thu Apr 23 16:10:40 2026] GET /v2.0/networks?id=cd6106d2-39d4-4176-a4a5-a82c60314c3e&id=4c0a8af6-3b9d-4632-b6d4-c83feedbfce6 => generated 1524 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3188] 199.204.45.57 () {34 vars in 1058 bytes} [Thu Apr 23 16:10:40 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.97&port_id=6ae9f2c7-2656-49d4-a661-6673dff83e9c => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3189] 199.204.45.57 () {34 vars in 787 bytes} [Thu Apr 23 16:10:40 2026] PUT /v2.0/ports/3cac45c3-3cf0-4a7f-be6e-4679efa016dd => generated 1090 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3190] 199.204.45.57 () {34 vars in 982 bytes} [Thu Apr 23 16:10:40 2026] GET /v2.0/subnets?id=26053403-6f25-4226-84fb-4eeb88426324 => generated 654 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3191] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:10:40 2026] GET /v2.0/ports?network_id=cd6106d2-39d4-4176-a4a5-a82c60314c3e&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3192] 199.204.45.57 () {32 vars in 777 bytes} [Thu Apr 23 16:10:40 2026] DELETE /v2.0/security-groups/2139bf15-14e9-47e1-8591-9dc388981471 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3193] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:10:40 2026] GET /v2.0/networks/cd6106d2-39d4-4176-a4a5-a82c60314c3e?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: 1529/3194] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:10:40 2026] GET /v2.0/networks/cd6106d2-39d4-4176-a4a5-a82c60314c3e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:10:41.057 7 INFO neutron_taas.services.taas.taas_plugin [None req-d8236fce-ec7d-4e35-8388-ae92d8b52dce f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: 3cac45c3-3cf0-4a7f-be6e-4679efa016dd 2026-04-23 16:10:41.059 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8236fce-ec7d-4e35-8388-ae92d8b52dce f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: 3cac45c3-3cf0-4a7f-be6e-4679efa016dd [pid: 7|app: 0|req: 1666/3195] 199.204.45.57 () {32 vars in 757 bytes} [Thu Apr 23 16:10:40 2026] DELETE /v2.0/ports/3cac45c3-3cf0-4a7f-be6e-4679efa016dd => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3196] 199.204.45.57 () {34 vars in 992 bytes} [Thu Apr 23 16:10:44 2026] GET /v2.0/ports?device_id=6ccff484-46a5-4a8d-95fa-75a81f1a6393 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:10:44.307 7 INFO neutron_taas.services.taas.taas_plugin [req-105633ef-3181-499e-9565-565da5bb0b6c req-d554db5c-2279-4c3b-8a0d-06524b82767c f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] TaaS: Handle Delete Port: 6ae9f2c7-2656-49d4-a661-6673dff83e9c 2026-04-23 16:10:44.310 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-105633ef-3181-499e-9565-565da5bb0b6c req-d554db5c-2279-4c3b-8a0d-06524b82767c f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] Tap Mirror: Handle Delete Port: 6ae9f2c7-2656-49d4-a661-6673dff83e9c [pid: 7|app: 0|req: 1667/3197] 199.204.45.57 () {36 vars in 995 bytes} [Thu Apr 23 16:10:44 2026] DELETE /v2.0/ports/6ae9f2c7-2656-49d4-a661-6673dff83e9c => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:10:44.527 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fc3b16c9-4a99-497f-a659-3761fce97d21'] response: {'server_uuid': '6ccff484-46a5-4a8d-95fa-75a81f1a6393', 'name': 'network-vif-deleted', 'tag': '6ae9f2c7-2656-49d4-a661-6673dff83e9c', 'status': 'completed', 'code': 200} 2026-04-23 16:10:45.188 8 INFO neutron_taas.services.taas.taas_plugin [None req-d7c0da80-934e-4533-a58f-30508c5f602f 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] TaaS: Handle Delete Port: 756d20ad-65d8-4a85-8364-3b8775d324f5 2026-04-23 16:10:45.193 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7c0da80-934e-4533-a58f-30508c5f602f 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] Tap Mirror: Handle Delete Port: 756d20ad-65d8-4a85-8364-3b8775d324f5 2026-04-23 16:10:45.383 8 INFO neutron.db.l3_db [None req-d7c0da80-934e-4533-a58f-30508c5f602f 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] Floating IP a7eae6ae-fe6a-4960-a92e-ef6994c17831 disassociated (deleted). External IP: 10.96.250.220, port: aab6911a-e549-4a1e-84ab-4cd06ccb17f7. [pid: 8|app: 0|req: 1531/3198] 10.0.0.50 () {32 vars in 730 bytes} [Thu Apr 23 16:10:45 2026] DELETE /v2.0/floatingips/a7eae6ae-fe6a-4960-a92e-ef6994c17831 => generated 0 bytes in 678 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:10:45.749 7 INFO neutron.api.v2.resource [None req-7b825ff7-a6ec-4d80-901b-c400c6007b3f 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1668/3199] 10.0.0.50 () {32 vars in 727 bytes} [Thu Apr 23 16:10:45 2026] GET /v2.0/floatingips/a7eae6ae-fe6a-4960-a92e-ef6994c17831 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:10:45.759 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ca4c0efd-24b4-4174-add8-43cac07195d8'] response: {'name': 'network-changed', 'server_uuid': '80f7605d-931c-41b5-96c0-369de7facd1c', 'tag': 'aab6911a-e549-4a1e-84ab-4cd06ccb17f7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1532/3200] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:10:45 2026] GET /v2.0/ports?device_id=80f7605d-931c-41b5-96c0-369de7facd1c => generated 1204 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3201] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:10:46 2026] GET /v2.0/security-groups?id=17a1cf27-cc96-4114-92f3-bf088790688c&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3202] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:10:46 2026] GET /v2.0/ports?tenant_id=a6322295cbf44810aa7dd28cab686ae8&device_id=80f7605d-931c-41b5-96c0-369de7facd1c => generated 1473 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3203] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:10:46 2026] GET /v2.0/networks?id=e78ae765-c71d-4627-9412-0b7c8a0bb515 => generated 799 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3204] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:10:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.119&port_id=aab6911a-e549-4a1e-84ab-4cd06ccb17f7 => 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: 1671/3205] 199.204.45.57 () {34 vars in 1104 bytes} [Thu Apr 23 16:10:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1a4&port_id=aab6911a-e549-4a1e-84ab-4cd06ccb17f7 => 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: 1535/3206] 199.204.45.57 () {34 vars in 1062 bytes} [Thu Apr 23 16:10:46 2026] GET /v2.0/subnets?id=bfb5c62c-ee73-4aed-84ec-c5eed72bf649&id=bb152034-c9e3-41bf-8283-4ae1e6b83553 => generated 1414 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3207] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:10:46 2026] GET /v2.0/ports?network_id=e78ae765-c71d-4627-9412-0b7c8a0bb515&device_owner=network%3Adhcp => generated 1461 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3208] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:10:46 2026] GET /v2.0/ports?network_id=e78ae765-c71d-4627-9412-0b7c8a0bb515&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: 1673/3209] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:10:46 2026] GET /v2.0/networks/e78ae765-c71d-4627-9412-0b7c8a0bb515?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: 1537/3210] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:10:46 2026] GET /v2.0/networks/e78ae765-c71d-4627-9412-0b7c8a0bb515?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: 1674/3211] 199.204.45.57 () {34 vars in 992 bytes} [Thu Apr 23 16:10:48 2026] GET /v2.0/ports?device_id=80f7605d-931c-41b5-96c0-369de7facd1c => generated 1204 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:10:48.565 8 INFO neutron_taas.services.taas.taas_plugin [req-2ffeb356-d5c0-4407-bbba-9b1f46f06e98 req-a8ace7de-1f6c-47f9-aba0-a901aa680026 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] TaaS: Handle Delete Port: aab6911a-e549-4a1e-84ab-4cd06ccb17f7 2026-04-23 16:10:48.568 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2ffeb356-d5c0-4407-bbba-9b1f46f06e98 req-a8ace7de-1f6c-47f9-aba0-a901aa680026 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] Tap Mirror: Handle Delete Port: aab6911a-e549-4a1e-84ab-4cd06ccb17f7 [pid: 8|app: 0|req: 1538/3212] 199.204.45.57 () {36 vars in 995 bytes} [Thu Apr 23 16:10:48 2026] DELETE /v2.0/ports/aab6911a-e549-4a1e-84ab-4cd06ccb17f7 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:10:48.782 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6f72eb0f-c0eb-4aa1-9c78-cc69502b74e4'] response: {'server_uuid': '80f7605d-931c-41b5-96c0-369de7facd1c', 'name': 'network-vif-deleted', 'tag': 'aab6911a-e549-4a1e-84ab-4cd06ccb17f7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1675/3213] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:10:51 2026] GET /v2.0/ports?device_id=80f7605d-931c-41b5-96c0-369de7facd1c => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:10:56.426 7 INFO neutron_taas.services.taas.taas_plugin [None req-cdd319ff-485a-49c7-9b87-a28ab9f31af6 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] TaaS: Handle Delete Port: 1c32a923-7767-4087-b5fb-f3240d067a40 2026-04-23 16:10:56.428 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cdd319ff-485a-49c7-9b87-a28ab9f31af6 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] Tap Mirror: Handle Delete Port: 1c32a923-7767-4087-b5fb-f3240d067a40 2026-04-23 16:10:56.608 7 INFO neutron.db.l3_db [None req-cdd319ff-485a-49c7-9b87-a28ab9f31af6 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] Floating IP 95e1347a-0034-496b-ac86-1c7974018841 disassociated (deleted). External IP: 10.96.250.204, port: 98f4557b-dfa5-4b71-ad55-59730e69054d. [pid: 7|app: 0|req: 1677/3216] 10.0.0.50 () {32 vars in 730 bytes} [Thu Apr 23 16:10:56 2026] DELETE /v2.0/floatingips/95e1347a-0034-496b-ac86-1c7974018841 => generated 0 bytes in 692 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:10:57.039 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f01ba8a3-e2a5-4bf1-bc68-046cd8cb6c49'] response: {'name': 'network-changed', 'server_uuid': '9b3ae6dd-83b1-42de-b73e-358a475d308a', 'tag': '98f4557b-dfa5-4b71-ad55-59730e69054d', 'status': 'completed', 'code': 200} 2026-04-23 16:10:57.050 8 INFO neutron.api.v2.resource [None req-0ec381d3-a35f-4585-bbb9-379137d0fcc3 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1540/3217] 10.0.0.50 () {32 vars in 727 bytes} [Thu Apr 23 16:10:57 2026] GET /v2.0/floatingips/95e1347a-0034-496b-ac86-1c7974018841 => generated 144 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3218] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:10:57 2026] GET /v2.0/ports?device_id=9b3ae6dd-83b1-42de-b73e-358a475d308a => generated 1200 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3219] 10.0.0.164 () {34 vars in 1039 bytes} [Thu Apr 23 16:10:57 2026] GET /v2.0/security-groups?id=17a1cf27-cc96-4114-92f3-bf088790688c&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3220] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Apr 23 16:10:57 2026] GET /v2.0/ports?tenant_id=a6322295cbf44810aa7dd28cab686ae8&device_id=9b3ae6dd-83b1-42de-b73e-358a475d308a => generated 1469 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3221] 199.204.45.57 () {34 vars in 984 bytes} [Thu Apr 23 16:10:57 2026] GET /v2.0/networks?id=9bdae5c7-2e10-4233-afb8-998e338a1573 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3222] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Apr 23 16:10:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.117&port_id=98f4557b-dfa5-4b71-ad55-59730e69054d => 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: 1543/3223] 199.204.45.57 () {34 vars in 1102 bytes} [Thu Apr 23 16:10:57 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A251&port_id=98f4557b-dfa5-4b71-ad55-59730e69054d => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1681/3224] 199.204.45.57 () {34 vars in 1062 bytes} [Thu Apr 23 16:10:57 2026] GET /v2.0/subnets?id=81c3c16c-fb0d-4c38-89c7-e7a251fd4eb9&id=f7777f34-ec5b-401c-8291-e4b5ddaeafca => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3225] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:10:57 2026] GET /v2.0/ports?network_id=9bdae5c7-2e10-4233-afb8-998e338a1573&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1682/3226] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Apr 23 16:10:57 2026] GET /v2.0/ports?network_id=9bdae5c7-2e10-4233-afb8-998e338a1573&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3227] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Apr 23 16:10:57 2026] GET /v2.0/networks/9bdae5c7-2e10-4233-afb8-998e338a1573?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: 1683/3228] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Apr 23 16:10:57 2026] GET /v2.0/networks/9bdae5c7-2e10-4233-afb8-998e338a1573?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: 1546/3229] 199.204.45.57 () {34 vars in 992 bytes} [Thu Apr 23 16:10:59 2026] GET /v2.0/ports?device_id=9b3ae6dd-83b1-42de-b73e-358a475d308a => generated 1200 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:10:59.823 7 INFO neutron_taas.services.taas.taas_plugin [req-52faccc6-bd0a-4425-a400-8e02715763ab req-83a98612-8ad3-44ce-afa0-4f5b6b9eaced 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] TaaS: Handle Delete Port: 98f4557b-dfa5-4b71-ad55-59730e69054d 2026-04-23 16:10:59.827 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-52faccc6-bd0a-4425-a400-8e02715763ab req-83a98612-8ad3-44ce-afa0-4f5b6b9eaced 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] Tap Mirror: Handle Delete Port: 98f4557b-dfa5-4b71-ad55-59730e69054d [pid: 7|app: 0|req: 1684/3230] 199.204.45.57 () {36 vars in 995 bytes} [Thu Apr 23 16:10:59 2026] DELETE /v2.0/ports/98f4557b-dfa5-4b71-ad55-59730e69054d => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:11:00.071 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fd8ff353-da81-41b9-86ae-2101295dbaed'] response: {'server_uuid': '9b3ae6dd-83b1-42de-b73e-358a475d308a', 'name': 'network-vif-deleted', 'tag': '98f4557b-dfa5-4b71-ad55-59730e69054d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1547/3231] 10.0.0.164 () {34 vars in 989 bytes} [Thu Apr 23 16:11:02 2026] GET /v2.0/ports?device_id=9b3ae6dd-83b1-42de-b73e-358a475d308a => 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: 1685/3232] 10.0.0.50 () {32 vars in 748 bytes} [Thu Apr 23 16:11:07 2026] DELETE /v2.0/security-group-rules/8cd48c05-c6ee-48ff-b93d-72f958a00939 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:11:07.644 8 INFO neutron.api.v2.resource [None req-263e65e7-de76-4c31-9349-2bc4e834ba20 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1548/3233] 10.0.0.50 () {32 vars in 745 bytes} [Thu Apr 23 16:11:07 2026] GET /v2.0/security-group-rules/8cd48c05-c6ee-48ff-b93d-72f958a00939 => 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: 1686/3234] 10.0.0.50 () {32 vars in 748 bytes} [Thu Apr 23 16:11:07 2026] DELETE /v2.0/security-group-rules/1e844c2d-a65e-4368-a867-a85a15cd4cea => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:11:07.739 8 INFO neutron.api.v2.resource [None req-74fd6067-de80-46f4-89f0-f5b3982f3a45 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1549/3235] 10.0.0.50 () {32 vars in 745 bytes} [Thu Apr 23 16:11:07 2026] GET /v2.0/security-group-rules/1e844c2d-a65e-4368-a867-a85a15cd4cea => 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: 1687/3236] 10.0.0.50 () {32 vars in 748 bytes} [Thu Apr 23 16:11:07 2026] DELETE /v2.0/security-group-rules/9e0b6185-b71e-427c-8f4a-6f916d14beef => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:11:07.832 8 INFO neutron.api.v2.resource [None req-efb344a6-15d6-41a6-ad94-c3d518df3ba8 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1550/3237] 10.0.0.50 () {32 vars in 745 bytes} [Thu Apr 23 16:11:07 2026] GET /v2.0/security-group-rules/9e0b6185-b71e-427c-8f4a-6f916d14beef => 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: 1688/3238] 10.0.0.50 () {32 vars in 748 bytes} [Thu Apr 23 16:11:07 2026] DELETE /v2.0/security-group-rules/00ad8027-2bb5-4b15-b572-d49e0caa5979 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:11:07.930 8 INFO neutron.api.v2.resource [None req-950cad2d-31fb-4a40-aa98-f9f1f9a8a724 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1551/3239] 10.0.0.50 () {32 vars in 745 bytes} [Thu Apr 23 16:11:07 2026] GET /v2.0/security-group-rules/00ad8027-2bb5-4b15-b572-d49e0caa5979 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3240] 10.0.0.50 () {32 vars in 748 bytes} [Thu Apr 23 16:11:07 2026] DELETE /v2.0/security-group-rules/9728d577-a888-496d-a0c7-fa257ea663ce => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:11:08.031 8 INFO neutron.api.v2.resource [None req-1f2462e0-dc57-4f7c-8372-b23ce6ea45dd 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1552/3241] 10.0.0.50 () {32 vars in 745 bytes} [Thu Apr 23 16:11:08 2026] GET /v2.0/security-group-rules/9728d577-a888-496d-a0c7-fa257ea663ce => 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: 1690/3242] 10.0.0.50 () {32 vars in 748 bytes} [Thu Apr 23 16:11:08 2026] DELETE /v2.0/security-group-rules/ef33ab37-638f-4632-be71-c93886954c7d => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:11:08.123 8 INFO neutron.api.v2.resource [None req-c5de7a83-69ad-423c-91dc-88f3f20ef939 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1553/3243] 10.0.0.50 () {32 vars in 745 bytes} [Thu Apr 23 16:11:08 2026] GET /v2.0/security-group-rules/ef33ab37-638f-4632-be71-c93886954c7d => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3244] 10.0.0.50 () {32 vars in 748 bytes} [Thu Apr 23 16:11:08 2026] DELETE /v2.0/security-group-rules/a1ece16f-16c6-4a2e-8629-e91d93a2f22d => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:11:08.205 8 INFO neutron.api.v2.resource [None req-d2523c01-6efb-4519-a1f7-22aaefd31b26 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1554/3245] 10.0.0.50 () {32 vars in 745 bytes} [Thu Apr 23 16:11:08 2026] GET /v2.0/security-group-rules/a1ece16f-16c6-4a2e-8629-e91d93a2f22d => 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: 1692/3246] 10.0.0.50 () {32 vars in 748 bytes} [Thu Apr 23 16:11:08 2026] DELETE /v2.0/security-group-rules/f37c50df-e630-4c63-a462-9f8886697513 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:11:08.294 8 INFO neutron.api.v2.resource [None req-94a7befb-3653-47a8-b0aa-762f5b7096e2 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1555/3247] 10.0.0.50 () {32 vars in 745 bytes} [Thu Apr 23 16:11:08 2026] GET /v2.0/security-group-rules/f37c50df-e630-4c63-a462-9f8886697513 => 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: 1693/3248] 10.0.0.50 () {32 vars in 748 bytes} [Thu Apr 23 16:11:08 2026] DELETE /v2.0/security-group-rules/30ae8d45-8cdc-44ea-9cc2-ceaf026bd412 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:11:08.382 8 INFO neutron.api.v2.resource [None req-bc052601-111b-4490-b988-cd93df1518b9 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1556/3249] 10.0.0.50 () {32 vars in 745 bytes} [Thu Apr 23 16:11:08 2026] GET /v2.0/security-group-rules/30ae8d45-8cdc-44ea-9cc2-ceaf026bd412 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1694/3250] 10.0.0.50 () {32 vars in 748 bytes} [Thu Apr 23 16:11:08 2026] DELETE /v2.0/security-group-rules/9cfaf57d-faee-420d-8cab-292df53245f2 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:11:08.482 8 INFO neutron.api.v2.resource [None req-63856b18-9906-4610-9a49-bcefe202b5c5 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1557/3251] 10.0.0.50 () {32 vars in 745 bytes} [Thu Apr 23 16:11:08 2026] GET /v2.0/security-group-rules/9cfaf57d-faee-420d-8cab-292df53245f2 => 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: 1695/3252] 10.0.0.50 () {32 vars in 748 bytes} [Thu Apr 23 16:11:08 2026] DELETE /v2.0/security-group-rules/0ff3b983-8384-42af-a9d8-bc50c9d696ff => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:11:08.579 8 INFO neutron.api.v2.resource [None req-7dd6b8c6-5ab5-43a7-b41f-3ec93bb639d4 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1558/3253] 10.0.0.50 () {32 vars in 745 bytes} [Thu Apr 23 16:11:08 2026] GET /v2.0/security-group-rules/0ff3b983-8384-42af-a9d8-bc50c9d696ff => 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: 1696/3254] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:11:08 2026] DELETE /v2.0/security-groups/17a1cf27-cc96-4114-92f3-bf088790688c => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:11:08.688 8 INFO neutron.api.v2.resource [None req-480285a4-8663-4a45-9ab4-15917685efac 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1559/3255] 10.0.0.50 () {32 vars in 735 bytes} [Thu Apr 23 16:11:08 2026] GET /v2.0/security-groups/17a1cf27-cc96-4114-92f3-bf088790688c => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:11:09.164 7 INFO neutron_taas.services.taas.taas_plugin [None req-dfc47f15-64ca-4d5a-80d6-80af25cd7b45 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] TaaS: Handle Delete Port: de0f4b60-8059-4dff-a46c-a4c96cd64886 2026-04-23 16:11:09.167 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfc47f15-64ca-4d5a-80d6-80af25cd7b45 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] Tap Mirror: Handle Delete Port: de0f4b60-8059-4dff-a46c-a4c96cd64886 [pid: 7|app: 0|req: 1697/3256] 10.0.0.50 () {34 vars in 787 bytes} [Thu Apr 23 16:11:08 2026] PUT /v2.0/routers/89162f77-4c8b-4771-b7eb-84c4e35f4a90/remove_router_interface => generated 310 bytes in 1016 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:11:09.948 8 INFO neutron.api.v2.resource [None req-7a6530bd-e04c-401a-9282-5c46603dc9f3 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1560/3259] 10.0.0.50 () {34 vars in 787 bytes} [Thu Apr 23 16:11:09 2026] PUT /v2.0/routers/89162f77-4c8b-4771-b7eb-84c4e35f4a90/remove_router_interface => generated 198 bytes in 184 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:11:10.340 7 INFO neutron_taas.services.taas.taas_plugin [None req-51e93271-8505-4312-8323-0e26356b653d 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] TaaS: Handle Delete Port: b5cb5451-c0d7-49ea-94d6-bea35df5cdbc 2026-04-23 16:11:10.344 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51e93271-8505-4312-8323-0e26356b653d 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] Tap Mirror: Handle Delete Port: b5cb5451-c0d7-49ea-94d6-bea35df5cdbc [pid: 7|app: 0|req: 1700/3260] 10.0.0.50 () {34 vars in 787 bytes} [Thu Apr 23 16:11:09 2026] PUT /v2.0/routers/89162f77-4c8b-4771-b7eb-84c4e35f4a90/remove_router_interface => generated 310 bytes in 986 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:11:11.117 8 INFO neutron.api.v2.resource [None req-711b0332-a8b3-4363-ba99-30a8c908196b 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1561/3261] 10.0.0.50 () {34 vars in 787 bytes} [Thu Apr 23 16:11:10 2026] PUT /v2.0/routers/89162f77-4c8b-4771-b7eb-84c4e35f4a90/remove_router_interface => generated 198 bytes in 172 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:11:11.539 7 INFO neutron_taas.services.taas.taas_plugin [None req-51a8ca25-ff82-4e2d-8bc0-b9d82a7d7375 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] TaaS: Handle Delete Port: d482e5fa-35f5-41ce-b29d-030481baa3c0 2026-04-23 16:11:11.543 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51a8ca25-ff82-4e2d-8bc0-b9d82a7d7375 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] Tap Mirror: Handle Delete Port: d482e5fa-35f5-41ce-b29d-030481baa3c0 [pid: 7|app: 0|req: 1701/3262] 10.0.0.50 () {34 vars in 787 bytes} [Thu Apr 23 16:11:11 2026] PUT /v2.0/routers/89162f77-4c8b-4771-b7eb-84c4e35f4a90/remove_router_interface => generated 310 bytes in 949 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:11:12.257 8 INFO neutron.api.v2.resource [None req-a0d1fa7c-22a1-4271-9a5e-0b94114da793 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1562/3263] 10.0.0.50 () {34 vars in 787 bytes} [Thu Apr 23 16:11:12 2026] PUT /v2.0/routers/89162f77-4c8b-4771-b7eb-84c4e35f4a90/remove_router_interface => generated 198 bytes in 181 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:11:12.469 7 INFO neutron_taas.services.taas.taas_plugin [None req-03e59071-7bf7-467d-b0ca-377edbab5e09 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] TaaS: Handle Delete Port: d8b0c4d8-7670-4196-8fbd-7a3fcdbbf0c5 2026-04-23 16:11:12.472 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03e59071-7bf7-467d-b0ca-377edbab5e09 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] Tap Mirror: Handle Delete Port: d8b0c4d8-7670-4196-8fbd-7a3fcdbbf0c5 2026-04-23 16:11:12.732 7 INFO neutron_taas.services.taas.taas_plugin [None req-03e59071-7bf7-467d-b0ca-377edbab5e09 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] TaaS: Handle Delete Port: 6bcd57fb-42dd-4a31-8401-ab523294886d 2026-04-23 16:11:12.734 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03e59071-7bf7-467d-b0ca-377edbab5e09 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] Tap Mirror: Handle Delete Port: 6bcd57fb-42dd-4a31-8401-ab523294886d 2026-04-23 16:11:13.125 7 INFO neutron.db.l3_hamode_db [None req-03e59071-7bf7-467d-b0ca-377edbab5e09 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] HA network 337386d6-e824-460c-a69c-11b8331b8dad was deleted as no HA routers are present in project a6322295cbf44810aa7dd28cab686ae8. [pid: 7|app: 0|req: 1702/3264] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:11:12 2026] DELETE /v2.0/routers/89162f77-4c8b-4771-b7eb-84c4e35f4a90 => generated 0 bytes in 870 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:11:13.137 7 INFO neutron.services.segments.plugin [-] Segment 11f33c77-bbc2-411e-aaba-7905bc9b1111 resource provider aggregate not found 2026-04-23 16:11:13.148 7 INFO neutron.services.segments.plugin [-] Segment 11f33c77-bbc2-411e-aaba-7905bc9b1111 resource provider aggregate not found 2026-04-23 16:11:13.162 7 INFO neutron.services.segments.plugin [-] Segment 11f33c77-bbc2-411e-aaba-7905bc9b1111 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11f33c77-bbc2-411e-aaba-7905bc9b1111 found for delete ", "request_id": "req-e64e8aab-cf85-4e8c-a039-55c8893e14e9"}]} 2026-04-23 16:11:13.162 8 INFO neutron.api.v2.resource [None req-7751aa14-2562-4a44-b032-e287a3732ceb 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1563/3265] 10.0.0.50 () {32 vars in 719 bytes} [Thu Apr 23 16:11:13 2026] GET /v2.0/routers/89162f77-4c8b-4771-b7eb-84c4e35f4a90 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:11:13.164 7 INFO neutron.services.segments.plugin [-] Segment 11f33c77-bbc2-411e-aaba-7905bc9b1111 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11f33c77-bbc2-411e-aaba-7905bc9b1111 found for delete ", "request_id": "req-4b3484e9-55f3-4056-b8df-898e00892cb4"}]} [pid: 7|app: 0|req: 1703/3266] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:11:13 2026] DELETE /v2.0/subnets/bb152034-c9e3-41bf-8283-4ae1e6b83553 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:11:13.343 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ebf5bace-79e4-4f21-856f-49e260874eff 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1564/3267] 10.0.0.50 () {32 vars in 719 bytes} [Thu Apr 23 16:11:13 2026] GET /v2.0/subnets/bb152034-c9e3-41bf-8283-4ae1e6b83553 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1704/3268] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:11:13 2026] DELETE /v2.0/subnets/bfb5c62c-ee73-4aed-84ec-c5eed72bf649 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:11:13.510 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0b331391-c35e-43f1-9e43-7a2cd1525af0 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1565/3269] 10.0.0.50 () {32 vars in 719 bytes} [Thu Apr 23 16:11:13 2026] GET /v2.0/subnets/bfb5c62c-ee73-4aed-84ec-c5eed72bf649 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:11:13.611 7 INFO neutron_taas.services.taas.taas_plugin [None req-843e6c24-2e31-404d-882e-91d698941b7e 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] TaaS: Handle Delete Port: 49c4eb00-dfe4-46e0-bd05-a39c21f1e4ac 2026-04-23 16:11:13.614 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-843e6c24-2e31-404d-882e-91d698941b7e 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] Tap Mirror: Handle Delete Port: 49c4eb00-dfe4-46e0-bd05-a39c21f1e4ac [pid: 7|app: 0|req: 1705/3270] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:11:13 2026] DELETE /v2.0/networks/e78ae765-c71d-4627-9412-0b7c8a0bb515 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:11:13.842 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f7bb2fc9-8c3d-4f5e-9077-d2a690e34cf8 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1566/3271] 10.0.0.50 () {32 vars in 721 bytes} [Thu Apr 23 16:11:13 2026] GET /v2.0/networks/e78ae765-c71d-4627-9412-0b7c8a0bb515 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1706/3272] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:11:13 2026] DELETE /v2.0/subnets/81c3c16c-fb0d-4c38-89c7-e7a251fd4eb9 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:11:14.032 8 INFO neutron.pecan_wsgi.hooks.translation [None req-67a37a24-b7fd-44c3-96a8-cd5269cff809 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1567/3273] 10.0.0.50 () {32 vars in 719 bytes} [Thu Apr 23 16:11:14 2026] GET /v2.0/subnets/81c3c16c-fb0d-4c38-89c7-e7a251fd4eb9 => generated 136 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1707/3274] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:11:14 2026] DELETE /v2.0/subnets/f7777f34-ec5b-401c-8291-e4b5ddaeafca => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:11:14.230 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bbe9c21c-d3e9-4067-b204-dd37255679d7 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1568/3275] 10.0.0.50 () {32 vars in 719 bytes} [Thu Apr 23 16:11:14 2026] GET /v2.0/subnets/f7777f34-ec5b-401c-8291-e4b5ddaeafca => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:11:14.332 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b441244-55ca-4540-b729-b217caf9c840 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] TaaS: Handle Delete Port: ba3822b7-c3c8-4e8b-9ae6-e867dabd774a 2026-04-23 16:11:14.335 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b441244-55ca-4540-b729-b217caf9c840 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] Tap Mirror: Handle Delete Port: ba3822b7-c3c8-4e8b-9ae6-e867dabd774a [pid: 7|app: 0|req: 1708/3276] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:11:14 2026] DELETE /v2.0/networks/9bdae5c7-2e10-4233-afb8-998e338a1573 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:11:14.561 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a35cbdca-4608-4e99-a452-60e1a88a2952 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1569/3277] 10.0.0.50 () {32 vars in 721 bytes} [Thu Apr 23 16:11:14 2026] GET /v2.0/networks/9bdae5c7-2e10-4233-afb8-998e338a1573 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1709/3278] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:11:14 2026] DELETE /v2.0/subnets/d3b963aa-2a1f-4d0a-be65-4a91da613bba => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:11:14.749 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d77c2468-265b-4f94-ba1a-ca115c064349 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1570/3279] 10.0.0.50 () {32 vars in 719 bytes} [Thu Apr 23 16:11:14 2026] GET /v2.0/subnets/d3b963aa-2a1f-4d0a-be65-4a91da613bba => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1710/3280] 10.0.0.50 () {32 vars in 722 bytes} [Thu Apr 23 16:11:14 2026] DELETE /v2.0/subnets/f595a2a8-a21d-44af-9c21-5011e95e2450 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:11:14.957 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4e810466-493c-4139-8214-aa6078027c88 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1571/3281] 10.0.0.50 () {32 vars in 719 bytes} [Thu Apr 23 16:11:14 2026] GET /v2.0/subnets/f595a2a8-a21d-44af-9c21-5011e95e2450 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:11:15.059 7 INFO neutron_taas.services.taas.taas_plugin [None req-469a0626-e45f-4290-923f-9441e5e19bf7 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] TaaS: Handle Delete Port: 32c2b2ec-ce6d-411e-b0bf-1f744a00195b 2026-04-23 16:11:15.061 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-469a0626-e45f-4290-923f-9441e5e19bf7 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] Tap Mirror: Handle Delete Port: 32c2b2ec-ce6d-411e-b0bf-1f744a00195b 2026-04-23 16:11:15.185 7 INFO neutron.services.segments.plugin [-] Segment 36d2a186-cd0c-4c47-ad28-8a7c9cbe34e7 resource provider aggregate not found 2026-04-23 16:11:15.189 7 INFO neutron.services.segments.plugin [-] Segment 36d2a186-cd0c-4c47-ad28-8a7c9cbe34e7 resource provider aggregate not found 2026-04-23 16:11:15.207 7 INFO neutron.services.segments.plugin [-] Segment 36d2a186-cd0c-4c47-ad28-8a7c9cbe34e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36d2a186-cd0c-4c47-ad28-8a7c9cbe34e7 found for delete ", "request_id": "req-ff48e983-82a0-4d22-b7d4-5ddafbf3e568"}]} 2026-04-23 16:11:15.212 7 INFO neutron.services.segments.plugin [-] Segment 36d2a186-cd0c-4c47-ad28-8a7c9cbe34e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36d2a186-cd0c-4c47-ad28-8a7c9cbe34e7 found for delete ", "request_id": "req-c2972d63-af7a-4d07-9cfa-a09772686ae2"}]} 2026-04-23 16:11:15.228 7 INFO neutron.services.segments.plugin [-] Segment f712b901-6087-4e93-814c-37977de164db resource provider aggregate not found 2026-04-23 16:11:15.235 7 INFO neutron.services.segments.plugin [-] Segment f712b901-6087-4e93-814c-37977de164db resource provider aggregate not found 2026-04-23 16:11:15.252 7 INFO neutron.services.segments.plugin [-] Segment f712b901-6087-4e93-814c-37977de164db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f712b901-6087-4e93-814c-37977de164db found for delete ", "request_id": "req-ad483d30-b08d-4d69-9ccd-971442d3223c"}]} 2026-04-23 16:11:15.253 7 INFO neutron.services.segments.plugin [-] Segment f712b901-6087-4e93-814c-37977de164db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f712b901-6087-4e93-814c-37977de164db found for delete ", "request_id": "req-a404fd54-cfb0-4c4d-9d1e-cb298e7df897"}]} [pid: 7|app: 0|req: 1711/3282] 10.0.0.50 () {32 vars in 724 bytes} [Thu Apr 23 16:11:14 2026] DELETE /v2.0/networks/4c0a8af6-3b9d-4632-b6d4-c83feedbfce6 => generated 0 bytes in 353 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 16:11:15.335 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c4105752-c192-450c-85fa-884b1abf254c 68f4145d07df4b78861f9be35a79bfb9 a6322295cbf44810aa7dd28cab686ae8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1572/3283] 10.0.0.50 () {32 vars in 721 bytes} [Thu Apr 23 16:11:15 2026] GET /v2.0/networks/4c0a8af6-3b9d-4632-b6d4-c83feedbfce6 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:11:17.277 7 INFO neutron.services.segments.plugin [-] Segment 0ed04942-8012-44b8-9884-0590e743806b resource provider aggregate not found 2026-04-23 16:11:17.281 7 INFO neutron.services.segments.plugin [-] Segment 0ed04942-8012-44b8-9884-0590e743806b resource provider aggregate not found 2026-04-23 16:11:17.301 7 INFO neutron.services.segments.plugin [-] Segment 0ed04942-8012-44b8-9884-0590e743806b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ed04942-8012-44b8-9884-0590e743806b found for delete ", "request_id": "req-9b01d261-b126-4ac6-a94b-ca7ad3051c14"}]} 2026-04-23 16:11:17.302 7 INFO neutron.services.segments.plugin [-] Segment 0ed04942-8012-44b8-9884-0590e743806b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ed04942-8012-44b8-9884-0590e743806b found for delete ", "request_id": "req-e2a65ae5-6320-4460-aa92-efb3dd194744"}]} 2026-04-23 16:11:17.441 7 WARNING neutron.db.securitygroups_db [None req-e21502b0-11e2-4c5e-973c-f4305b4ded51 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1712/3284] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:11:17 2026] GET /v2.0/security-groups?tenant_id=a6322295cbf44810aa7dd28cab686ae8&name=default => generated 2929 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3285] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:11:17 2026] DELETE /v2.0/security-groups/bd06d2df-ba90-467b-8fc5-faf4a1ad71a6 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:11:17.683 7 WARNING neutron.db.securitygroups_db [None req-f376a4d4-5e16-4c3b-8a11-162baad48cd9 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1713/3286] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:11:17 2026] GET /v2.0/security-groups?tenant_id=4298dd17119849b5855196992856d63c&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3287] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:11:17 2026] DELETE /v2.0/security-groups/d4200032-560d-45e8-96ea-541794ef4813 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:11:18.065 7 WARNING neutron.db.securitygroups_db [None req-af70d7eb-7670-4275-aa6e-84b5110b2769 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1714/3288] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:11:18 2026] GET /v2.0/security-groups?tenant_id=8245682c35ee49ba81adcc134b0bb865&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3289] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:11:18 2026] DELETE /v2.0/security-groups/8746913c-e9b6-47ee-9a77-f63bba5b5584 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:11:18.423 7 WARNING neutron.db.securitygroups_db [None req-6f621652-8ba1-468c-a722-a67cd3b4a51d f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1715/3290] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:11:18 2026] GET /v2.0/security-groups?tenant_id=efe44091832a4a8faca4ae4ef8bafc99&name=default => generated 2929 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3291] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:11:18 2026] DELETE /v2.0/security-groups/ab6c15a6-25ea-43c5-9c74-244d18f453e8 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:11:18.818 7 WARNING neutron.db.securitygroups_db [None req-c776dfca-8e85-4781-9df0-b048beea8004 f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1716/3292] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:11:18 2026] GET /v2.0/security-groups?tenant_id=0cdc18621e2e44b18d00f8ff5504a2b8&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3293] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:11:18 2026] DELETE /v2.0/security-groups/7d12ebd1-a119-4689-b8be-c2483e6a0fe5 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:11:19.256 7 WARNING neutron.db.securitygroups_db [None req-ad556ea1-c06e-4f52-84ae-7e454713baef f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1717/3294] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:11:19 2026] GET /v2.0/security-groups?tenant_id=747a0cf37c1b4207855d189b520cf665&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: 1578/3295] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:11:19 2026] DELETE /v2.0/security-groups/0813c30b-3d98-40cb-b5f1-bc64e4532218 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 16:11:19.668 7 WARNING neutron.db.securitygroups_db [None req-56f9836f-797d-4171-80bd-f1ff80e8d7da f6da539685604a2da7012f5530a5d95c d47bf9afd2234ebeb76a180954d7105c - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1718/3296] 10.0.0.50 () {32 vars in 772 bytes} [Thu Apr 23 16:11:19 2026] GET /v2.0/security-groups?tenant_id=310cefb6c52d4bce86628a58acec9093&name=default => generated 2929 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3297] 10.0.0.50 () {32 vars in 738 bytes} [Thu Apr 23 16:11:19 2026] DELETE /v2.0/security-groups/6c3f33eb-2457-4cb8-a036-bca0c0da8093 => 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: 1719/3298] 10.0.0.50 () {32 vars in 647 bytes} [Thu Apr 23 16:11:22 2026] GET /v2.0/networks => generated 2167 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3299] 10.0.0.50 () {32 vars in 653 bytes} [Thu Apr 23 16:11:23 2026] GET /v2.0/floatingips => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1720/3300] 10.0.0.50 () {32 vars in 645 bytes} [Thu Apr 23 16:11:23 2026] GET /v2.0/routers => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3301] 10.0.0.50 () {32 vars in 641 bytes} [Thu Apr 23 16:11:23 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: 1721/3302] 10.0.0.50 () {32 vars in 645 bytes} [Thu Apr 23 16:11:23 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3303] 10.0.0.50 () {32 vars in 647 bytes} [Thu Apr 23 16:11:24 2026] GET /v2.0/networks => generated 2167 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1722/3304] 10.0.0.50 () {32 vars in 661 bytes} [Thu Apr 23 16:11:24 2026] GET /v2.0/security-groups => generated 17397 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3305] 10.0.0.50 () {32 vars in 653 bytes} [Thu Apr 23 16:11:24 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)