+ 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 [Wed Jun 10 09:13:11 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: neutron-server-56c7bd8985-zptld machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7f074fbf6668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-06-10 09:13:15.566 8 INFO neutron.common.config [-] Logging enabled! 2026-06-10 09:13:15.566 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-10 09:13:15.645 7 INFO neutron.common.config [-] Logging enabled! 2026-06-10 09:13:15.645 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-10 09:13:16.569 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-10 09:13:16.682 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-10 09:13:18.088 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 09:13:18.091 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-10 09:13:18.095 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-10 09:13:18.096 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 09:13:18.096 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-10 09:13:18.096 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-10 09:13:18.096 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 09:13:18.104 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 09:13:18.105 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 09:13:18.105 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 09:13:18.129 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-10 09:13:18.130 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 09:13:18.130 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-10 09:13:18.161 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-10 09:13:18.161 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-10 09:13:18.162 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-10 09:13:18.162 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-10 09:13:18.191 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 09:13:18.194 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-10 09:13:18.197 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-10 09:13:18.198 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 09:13:18.198 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-10 09:13:18.199 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-10 09:13:18.199 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 09:13:18.207 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 09:13:18.207 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 09:13:18.207 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 09:13:18.229 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-10 09:13:18.230 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 09:13:18.230 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-10 09:13:18.258 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-10 09:13:18.259 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-10 09:13:18.259 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-10 09:13:18.259 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-10 09:13:18.474 8 INFO neutron.plugins.ml2.managers [None req-4b027d0a-f141-496c-9d96-adb2e3b3c57d - - - - - -] Initializing driver for type 'vlan' 2026-06-10 09:13:18.536 7 INFO neutron.plugins.ml2.managers [None req-acaf072b-c1bf-4b27-8b85-b5aeb12d1527 - - - - - -] Initializing driver for type 'vlan' 2026-06-10 09:13:18.756 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-4b027d0a-f141-496c-9d96-adb2e3b3c57d - - - - - -] VlanTypeDriver initialization complete 2026-06-10 09:13:18.756 8 INFO neutron.plugins.ml2.managers [None req-4b027d0a-f141-496c-9d96-adb2e3b3c57d - - - - - -] Initializing driver for type 'vxlan' 2026-06-10 09:13:18.757 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-4b027d0a-f141-496c-9d96-adb2e3b3c57d - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-10 09:13:18.770 8 INFO neutron.plugins.ml2.managers [None req-4b027d0a-f141-496c-9d96-adb2e3b3c57d - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-10 09:13:18.770 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-4b027d0a-f141-496c-9d96-adb2e3b3c57d - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-10 09:13:18.770 8 INFO neutron.plugins.ml2.managers [None req-4b027d0a-f141-496c-9d96-adb2e3b3c57d - - - - - -] Initializing extension driver 'port_security' 2026-06-10 09:13:18.771 8 INFO neutron.plugins.ml2.extensions.port_security [None req-4b027d0a-f141-496c-9d96-adb2e3b3c57d - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-10 09:13:18.771 8 INFO neutron.plugins.ml2.managers [None req-4b027d0a-f141-496c-9d96-adb2e3b3c57d - - - - - -] Initializing extension driver 'qos' 2026-06-10 09:13:18.771 8 INFO neutron.plugins.ml2.managers [None req-4b027d0a-f141-496c-9d96-adb2e3b3c57d - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-10 09:13:18.771 8 INFO neutron.plugins.ml2.managers [None req-4b027d0a-f141-496c-9d96-adb2e3b3c57d - - - - - -] Initializing mechanism driver 'l2population' 2026-06-10 09:13:18.784 8 INFO neutron.quota [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded quota_driver: . 2026-06-10 09:13:18.784 8 INFO neutron.plugins.ml2.plugin [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Modular L2 Plugin initialization complete 2026-06-10 09:13:18.785 8 INFO neutron.plugins.ml2.managers [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-10 09:13:18.785 8 INFO neutron.plugins.ml2.managers [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-10 09:13:18.785 8 INFO neutron.plugins.ml2.managers [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-10 09:13:18.785 8 INFO neutron.manager [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loading Plugin: qos 2026-06-10 09:13:18.798 8 INFO neutron.manager [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loading Plugin: router 2026-06-10 09:13:18.836 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-acaf072b-c1bf-4b27-8b85-b5aeb12d1527 - - - - - -] VlanTypeDriver initialization complete 2026-06-10 09:13:18.836 7 INFO neutron.plugins.ml2.managers [None req-acaf072b-c1bf-4b27-8b85-b5aeb12d1527 - - - - - -] Initializing driver for type 'vxlan' 2026-06-10 09:13:18.837 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-acaf072b-c1bf-4b27-8b85-b5aeb12d1527 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-10 09:13:18.843 8 INFO neutron.services.service_base [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-10 09:13:18.843 8 INFO neutron.manager [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loading Plugin: segments 2026-06-10 09:13:18.850 7 INFO neutron.plugins.ml2.managers [None req-acaf072b-c1bf-4b27-8b85-b5aeb12d1527 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-10 09:13:18.850 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-acaf072b-c1bf-4b27-8b85-b5aeb12d1527 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-10 09:13:18.850 7 INFO neutron.plugins.ml2.managers [None req-acaf072b-c1bf-4b27-8b85-b5aeb12d1527 - - - - - -] Initializing extension driver 'port_security' 2026-06-10 09:13:18.850 7 INFO neutron.plugins.ml2.extensions.port_security [None req-acaf072b-c1bf-4b27-8b85-b5aeb12d1527 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-10 09:13:18.850 7 INFO neutron.plugins.ml2.managers [None req-acaf072b-c1bf-4b27-8b85-b5aeb12d1527 - - - - - -] Initializing extension driver 'qos' 2026-06-10 09:13:18.850 7 INFO neutron.plugins.ml2.managers [None req-acaf072b-c1bf-4b27-8b85-b5aeb12d1527 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-10 09:13:18.850 7 INFO neutron.plugins.ml2.managers [None req-acaf072b-c1bf-4b27-8b85-b5aeb12d1527 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-10 09:13:18.862 7 INFO neutron.quota [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded quota_driver: . 2026-06-10 09:13:18.862 7 INFO neutron.plugins.ml2.plugin [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Modular L2 Plugin initialization complete 2026-06-10 09:13:18.863 7 INFO neutron.plugins.ml2.managers [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-10 09:13:18.863 7 INFO neutron.plugins.ml2.managers [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-10 09:13:18.863 7 INFO neutron.plugins.ml2.managers [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-10 09:13:18.863 7 INFO neutron.manager [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loading Plugin: qos 2026-06-10 09:13:18.876 7 INFO neutron.manager [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loading Plugin: router 2026-06-10 09:13:18.920 7 INFO neutron.services.service_base [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-10 09:13:18.921 7 INFO neutron.manager [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loading Plugin: segments 2026-06-10 09:13:18.940 8 INFO neutron.manager [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loading Plugin: trunk 2026-06-10 09:13:18.954 8 INFO neutron.manager [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loading Plugin: vpnaas 2026-06-10 09:13:18.992 8 WARNING stevedore.named [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 09:13:19.018 7 INFO neutron.manager [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loading Plugin: trunk 2026-06-10 09:13:19.033 7 INFO neutron.manager [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loading Plugin: vpnaas 2026-06-10 09:13:19.065 8 INFO neutron_vpnaas.services.vpn.plugin [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-10 09:13:19.066 8 INFO neutron.common.utils [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-10 09:13:19.066 8 INFO neutron.manager [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loading Plugin: taas 2026-06-10 09:13:19.075 7 WARNING stevedore.named [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 09:13:19.093 8 WARNING stevedore.named [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 09:13:19.093 8 WARNING stevedore.named [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-10 09:13:19.119 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-10 09:13:19.119 8 INFO neutron.manager [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loading Plugin: tapmirror 2026-06-10 09:13:19.132 8 WARNING stevedore.named [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 09:13:19.132 8 WARNING stevedore.named [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-10 09:13:19.148 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-10 09:13:19.148 8 INFO neutron.manager [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loading Plugin: auto_allocate 2026-06-10 09:13:19.153 7 INFO neutron_vpnaas.services.vpn.plugin [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-10 09:13:19.153 7 INFO neutron.common.utils [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-10 09:13:19.153 7 INFO neutron.manager [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loading Plugin: taas 2026-06-10 09:13:19.160 8 INFO neutron.manager [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loading Plugin: tag 2026-06-10 09:13:19.169 8 INFO neutron.manager [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loading Plugin: timestamp 2026-06-10 09:13:19.172 8 INFO neutron.manager [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loading Plugin: network_ip_availability 2026-06-10 09:13:19.176 8 INFO neutron.manager [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loading Plugin: flavors 2026-06-10 09:13:19.181 8 INFO neutron.manager [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loading Plugin: revisions 2026-06-10 09:13:19.181 7 WARNING stevedore.named [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 09:13:19.182 7 WARNING stevedore.named [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-10 09:13:19.185 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Initializing extension manager. 2026-06-10 09:13:19.186 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: address-group 2026-06-10 09:13:19.187 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: address-scope 2026-06-10 09:13:19.188 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-10 09:13:19.189 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: agent 2026-06-10 09:13:19.189 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: agent-resources-synced 2026-06-10 09:13:19.190 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-10 09:13:19.191 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-10 09:13:19.192 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: availability_zone 2026-06-10 09:13:19.193 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: availability_zone_filter 2026-06-10 09:13:19.193 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-10 09:13:19.194 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: default-subnetpools 2026-06-10 09:13:19.196 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-10 09:13:19.197 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: dns-integration 2026-06-10 09:13:19.197 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: dns-domain-ports 2026-06-10 09:13:19.198 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-10 09:13:19.199 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: dvr 2026-06-10 09:13:19.200 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-10 09:13:19.201 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: empty-string-filtering 2026-06-10 09:13:19.201 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 09:13:19.202 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-10 09:13:19.202 7 INFO neutron_taas.services.taas.taas_plugin [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-10 09:13:19.202 7 INFO neutron.manager [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loading Plugin: tapmirror 2026-06-10 09:13:19.203 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: external-net 2026-06-10 09:13:19.203 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-10 09:13:19.204 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: extraroute 2026-06-10 09:13:19.205 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: extraroute-atomic 2026-06-10 09:13:19.206 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-10 09:13:19.207 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-10 09:13:19.207 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-10 09:13:19.210 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-10 09:13:19.211 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: fip-port-details 2026-06-10 09:13:19.213 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: flavors 2026-06-10 09:13:19.213 7 WARNING stevedore.named [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 09:13:19.213 7 WARNING stevedore.named [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-10 09:13:19.216 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-10 09:13:19.217 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: floatingip-pools 2026-06-10 09:13:19.217 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: ip_allocation 2026-06-10 09:13:19.218 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-10 09:13:19.219 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: l2_adjacency 2026-06-10 09:13:19.221 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: router 2026-06-10 09:13:19.224 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 09:13:19.224 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-10 09:13:19.225 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-10 09:13:19.225 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: ext-gw-mode 2026-06-10 09:13:19.226 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: l3-ha 2026-06-10 09:13:19.227 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-10 09:13:19.228 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-10 09:13:19.228 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: l3-flavors 2026-06-10 09:13:19.229 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-10 09:13:19.230 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-10 09:13:19.230 7 INFO neutron.manager [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loading Plugin: auto_allocate 2026-06-10 09:13:19.230 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-10 09:13:19.232 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-10 09:13:19.234 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-10 09:13:19.235 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-10 09:13:19.236 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-10 09:13:19.236 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-10 09:13:19.237 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: multi-provider 2026-06-10 09:13:19.237 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: net-mtu 2026-06-10 09:13:19.238 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: net-mtu-writable 2026-06-10 09:13:19.238 7 INFO neutron.manager [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loading Plugin: tag 2026-06-10 09:13:19.238 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: network_availability_zone 2026-06-10 09:13:19.239 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: network_ha 2026-06-10 09:13:19.240 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: network-ip-availability 2026-06-10 09:13:19.241 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-10 09:13:19.241 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: pagination 2026-06-10 09:13:19.242 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: port-device-profile 2026-06-10 09:13:19.242 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-10 09:13:19.243 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-10 09:13:19.243 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-10 09:13:19.244 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: port-mac-override 2026-06-10 09:13:19.244 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-10 09:13:19.245 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-10 09:13:19.246 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-10 09:13:19.246 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: port-resource-request 2026-06-10 09:13:19.247 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-10 09:13:19.247 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-10 09:13:19.248 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: binding 2026-06-10 09:13:19.248 7 INFO neutron.manager [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loading Plugin: timestamp 2026-06-10 09:13:19.248 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: binding-extended 2026-06-10 09:13:19.249 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: port-security 2026-06-10 09:13:19.249 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: project-id 2026-06-10 09:13:19.250 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: provider 2026-06-10 09:13:19.250 7 INFO neutron.manager [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loading Plugin: network_ip_availability 2026-06-10 09:13:19.251 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-10 09:13:19.253 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: qos 2026-06-10 09:13:19.254 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-10 09:13:19.254 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-10 09:13:19.255 7 INFO neutron.manager [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loading Plugin: flavors 2026-06-10 09:13:19.255 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: qos-default 2026-06-10 09:13:19.255 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: qos-fip 2026-06-10 09:13:19.256 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-10 09:13:19.256 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-10 09:13:19.257 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-10 09:13:19.257 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-10 09:13:19.258 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-10 09:13:19.258 7 INFO neutron.manager [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loading Plugin: revisions 2026-06-10 09:13:19.259 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: qos-pps 2026-06-10 09:13:19.259 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-10 09:13:19.260 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-10 09:13:19.260 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: qos-rules-alias 2026-06-10 09:13:19.261 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: quota-check-limit 2026-06-10 09:13:19.262 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-10 09:13:19.262 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Initializing extension manager. 2026-06-10 09:13:19.263 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: address-group 2026-06-10 09:13:19.264 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: quotas 2026-06-10 09:13:19.264 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: address-scope 2026-06-10 09:13:19.265 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-10 09:13:19.265 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: quota_details 2026-06-10 09:13:19.265 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: agent 2026-06-10 09:13:19.266 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: agent-resources-synced 2026-06-10 09:13:19.267 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: rbac-policies 2026-06-10 09:13:19.267 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-10 09:13:19.267 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: rbac-address-group 2026-06-10 09:13:19.268 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-10 09:13:19.268 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: rbac-address-scope 2026-06-10 09:13:19.268 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: rbac-security-groups 2026-06-10 09:13:19.269 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: availability_zone 2026-06-10 09:13:19.269 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-10 09:13:19.269 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: availability_zone_filter 2026-06-10 09:13:19.269 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: revision-if-match 2026-06-10 09:13:19.270 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-10 09:13:19.270 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-10 09:13:19.270 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: default-subnetpools 2026-06-10 09:13:19.271 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: router_availability_zone 2026-06-10 09:13:19.271 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-10 09:13:19.272 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-10 09:13:19.273 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: dns-integration 2026-06-10 09:13:19.273 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-10 09:13:19.273 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: dns-domain-ports 2026-06-10 09:13:19.273 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-10 09:13:19.274 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-10 09:13:19.274 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-10 09:13:19.274 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: dvr 2026-06-10 09:13:19.275 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-10 09:13:19.275 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-10 09:13:19.275 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-10 09:13:19.275 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: empty-string-filtering 2026-06-10 09:13:19.276 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-10 09:13:19.276 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 09:13:19.276 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-10 09:13:19.277 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: external-net 2026-06-10 09:13:19.277 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-10 09:13:19.278 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: extraroute 2026-06-10 09:13:19.279 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: extraroute-atomic 2026-06-10 09:13:19.280 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-10 09:13:19.280 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-10 09:13:19.280 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: security-group 2026-06-10 09:13:19.281 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-10 09:13:19.281 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-10 09:13:19.281 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: segment 2026-06-10 09:13:19.282 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: fip-port-details 2026-06-10 09:13:19.282 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-10 09:13:19.282 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: service-type 2026-06-10 09:13:19.282 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: flavors 2026-06-10 09:13:19.283 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: sorting 2026-06-10 09:13:19.283 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: standard-attr-segment 2026-06-10 09:13:19.283 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-10 09:13:19.284 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: standard-attr-description 2026-06-10 09:13:19.284 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: floatingip-pools 2026-06-10 09:13:19.285 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: stateful-security-group 2026-06-10 09:13:19.285 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: ip_allocation 2026-06-10 09:13:19.285 8 WARNING neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-10 09:13:19.285 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-10 09:13:19.286 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-10 09:13:19.286 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: l2_adjacency 2026-06-10 09:13:19.286 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: subnet-external-network 2026-06-10 09:13:19.287 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: subnet_onboard 2026-06-10 09:13:19.287 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: router 2026-06-10 09:13:19.287 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-10 09:13:19.288 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: subnet-service-types 2026-06-10 09:13:19.288 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: subnet_allocation 2026-06-10 09:13:19.289 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 09:13:19.289 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-10 09:13:19.290 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-10 09:13:19.290 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: ext-gw-mode 2026-06-10 09:13:19.291 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-10 09:13:19.291 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: l3-ha 2026-06-10 09:13:19.291 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-10 09:13:19.292 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-10 09:13:19.292 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: tag-creation 2026-06-10 09:13:19.293 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: l3-flavors 2026-06-10 09:13:19.293 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-10 09:13:19.293 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-10 09:13:19.294 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-10 09:13:19.296 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-10 09:13:19.297 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: standard-attr-tag 2026-06-10 09:13:19.297 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-10 09:13:19.297 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-10 09:13:19.298 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: trunk 2026-06-10 09:13:19.298 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-10 09:13:19.298 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: trunk-details 2026-06-10 09:13:19.299 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-10 09:13:19.299 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-10 09:13:19.300 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-10 09:13:19.300 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-10 09:13:19.300 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-10 09:13:19.301 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: multi-provider 2026-06-10 09:13:19.301 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-10 09:13:19.301 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: net-mtu 2026-06-10 09:13:19.302 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: net-mtu-writable 2026-06-10 09:13:19.302 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: network_availability_zone 2026-06-10 09:13:19.303 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: network_ha 2026-06-10 09:13:19.303 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-10 09:13:19.303 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: network-ip-availability 2026-06-10 09:13:19.303 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-10 09:13:19.304 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: vpn-flavors 2026-06-10 09:13:19.304 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-10 09:13:19.305 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: pagination 2026-06-10 09:13:19.306 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: port-device-profile 2026-06-10 09:13:19.306 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: vpnaas 2026-06-10 09:13:19.306 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-10 09:13:19.307 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-10 09:13:19.307 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-10 09:13:19.307 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: taas 2026-06-10 09:13:19.308 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: port-mac-override 2026-06-10 09:13:19.308 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-10 09:13:19.308 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: tap-mirror 2026-06-10 09:13:19.309 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-10 09:13:19.309 8 INFO neutron.api.extensions [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-10 09:13:19.309 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-10 09:13:19.310 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: port-resource-request 2026-06-10 09:13:19.310 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-10 09:13:19.310 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-10 09:13:19.311 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: binding 2026-06-10 09:13:19.311 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-10 09:13:19.311 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-10 09:13:19.312 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 09:13:19.312 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-10 09:13:19.312 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: binding-extended 2026-06-10 09:13:19.312 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: port-security 2026-06-10 09:13:19.313 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: project-id 2026-06-10 09:13:19.313 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: provider 2026-06-10 09:13:19.314 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-10 09:13:19.315 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-10 09:13:19.316 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-10 09:13:19.316 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: qos 2026-06-10 09:13:19.317 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-10 09:13:19.317 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-10 09:13:19.318 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: qos-default 2026-06-10 09:13:19.318 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: qos-fip 2026-06-10 09:13:19.319 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-10 09:13:19.319 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-10 09:13:19.320 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-10 09:13:19.320 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-10 09:13:19.320 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-10 09:13:19.321 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-10 09:13:19.321 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-10 09:13:19.321 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-10 09:13:19.321 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: qos-pps 2026-06-10 09:13:19.322 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-10 09:13:19.322 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 09:13:19.322 8 WARNING neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] subnetpool is already registered 2026-06-10 09:13:19.322 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-10 09:13:19.323 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 09:13:19.323 8 WARNING neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] subnetpool is already registered 2026-06-10 09:13:19.323 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: qos-rules-alias 2026-06-10 09:13:19.323 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-10 09:13:19.323 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: quota-check-limit 2026-06-10 09:13:19.324 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 09:13:19.324 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 09:13:19.324 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-10 09:13:19.324 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-10 09:13:19.325 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-10 09:13:19.325 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-10 09:13:19.326 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 09:13:19.326 8 WARNING neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] ipsecpolicy is already registered 2026-06-10 09:13:19.326 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: quotas 2026-06-10 09:13:19.326 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 09:13:19.326 8 WARNING neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] ikepolicy is already registered 2026-06-10 09:13:19.327 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: quota_details 2026-06-10 09:13:19.329 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: rbac-policies 2026-06-10 09:13:19.329 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: rbac-address-group 2026-06-10 09:13:19.330 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: rbac-address-scope 2026-06-10 09:13:19.330 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: rbac-security-groups 2026-06-10 09:13:19.331 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-10 09:13:19.331 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-10 09:13:19.331 8 WARNING neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] router is already registered 2026-06-10 09:13:19.331 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: revision-if-match 2026-06-10 09:13:19.331 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-10 09:13:19.332 8 WARNING neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] floatingip is already registered 2026-06-10 09:13:19.332 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-10 09:13:19.332 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: router_availability_zone 2026-06-10 09:13:19.333 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-10 09:13:19.335 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-10 09:13:19.335 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-10 09:13:19.335 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-10 09:13:19.336 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-10 09:13:19.335 8 WARNING neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] rbac_policy is already registered 2026-06-10 09:13:19.336 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-10 09:13:19.336 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-10 09:13:19.336 8 WARNING neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] security_group is already registered 2026-06-10 09:13:19.337 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-10 09:13:19.337 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-10 09:13:19.337 8 WARNING neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] security_group_rule is already registered 2026-06-10 09:13:19.337 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-10 09:13:19.338 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 09:13:19.338 8 WARNING neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] subnetpool is already registered 2026-06-10 09:13:19.338 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 09:13:19.338 8 WARNING neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] subnetpool is already registered 2026-06-10 09:13:19.339 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-10 09:13:19.339 8 WARNING neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] trunk is already registered 2026-06-10 09:13:19.340 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 09:13:19.340 8 WARNING neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] ikepolicy is already registered 2026-06-10 09:13:19.340 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 09:13:19.340 8 WARNING neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] ipsecpolicy is already registered 2026-06-10 09:13:19.341 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-10 09:13:19.341 8 WARNING neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] endpoint_group is already registered 2026-06-10 09:13:19.341 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-10 09:13:19.341 8 WARNING neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] vpnservice is already registered 2026-06-10 09:13:19.342 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: security-group 2026-06-10 09:13:19.342 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-10 09:13:19.342 8 WARNING neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] ipsec_site_connection is already registered 2026-06-10 09:13:19.342 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 09:13:19.342 8 WARNING neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] ipsecpolicy is already registered 2026-06-10 09:13:19.343 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: segment 2026-06-10 09:13:19.343 8 INFO neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 09:13:19.343 8 WARNING neutron.quota.resource_registry [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] ikepolicy is already registered 2026-06-10 09:13:19.343 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-10 09:13:19.344 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: service-type 2026-06-10 09:13:19.344 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: sorting 2026-06-10 09:13:19.345 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: standard-attr-segment 2026-06-10 09:13:19.345 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: standard-attr-description 2026-06-10 09:13:19.346 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: stateful-security-group 2026-06-10 09:13:19.346 7 WARNING neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-10 09:13:19.347 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-10 09:13:19.347 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: subnet-external-network 2026-06-10 09:13:19.348 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: subnet_onboard 2026-06-10 09:13:19.350 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-10 09:13:19.351 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: subnet-service-types 2026-06-10 09:13:19.351 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: subnet_allocation 2026-06-10 09:13:19.352 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-10 09:13:19.353 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: tag-creation 2026-06-10 09:13:19.353 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-10 09:13:19.357 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: standard-attr-tag 2026-06-10 09:13:19.358 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-10 09:13:19.362 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: trunk 2026-06-10 09:13:19.363 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: trunk-details 2026-06-10 09:13:19.363 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-10 09:13:19.364 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-10 09:13:19.364 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-10 09:13:19.365 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-10 09:13:19.367 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-10 09:13:19.368 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-10 09:13:19.368 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: vpn-flavors 2026-06-10 09:13:19.371 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: vpnaas 2026-06-10 09:13:19.372 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: taas 2026-06-10 09:13:19.373 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: tap-mirror 2026-06-10 09:13:19.373 7 INFO neutron.api.extensions [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-10 09:13:19.376 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-10 09:13:19.376 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-10 09:13:19.376 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 09:13:19.376 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-10 09:13:19.380 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-10 09:13:19.380 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-10 09:13:19.380 8 WARNING keystonemiddleware._common.config [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-10 09:13:19.385 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-10 09:13:19.386 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-10 09:13:19.386 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-10 09:13:19.387 8 WARNING oslo_config.cfg [None req-6a5c27c7-4292-4994-aa1e-5bd689acaa99 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-06-10 09:13:19.387 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 09:13:19.388 7 WARNING neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] subnetpool is already registered 2026-06-10 09:13:19.389 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 09:13:19.389 7 WARNING neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] subnetpool is already registered WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f074fbf6668 pid: 8 (default app) 2026-06-10 09:13:19.390 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-10 09:13:19.391 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 09:13:19.392 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 09:13:19.393 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-10 09:13:19.394 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-10 09:13:19.395 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-10 09:13:19.397 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 09:13:19.398 7 WARNING neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] ipsecpolicy is already registered 2026-06-10 09:13:19.400 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 09:13:19.401 7 WARNING neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] ikepolicy is already registered 2026-06-10 09:13:19.407 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-10 09:13:19.407 7 WARNING neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] router is already registered 2026-06-10 09:13:19.408 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-10 09:13:19.408 7 WARNING neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] floatingip is already registered 2026-06-10 09:13:19.412 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-10 09:13:19.412 7 WARNING neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] rbac_policy is already registered 2026-06-10 09:13:19.413 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-10 09:13:19.413 7 WARNING neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] security_group is already registered 2026-06-10 09:13:19.414 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-10 09:13:19.414 7 WARNING neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] security_group_rule is already registered 2026-06-10 09:13:19.415 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 09:13:19.415 7 WARNING neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] subnetpool is already registered 2026-06-10 09:13:19.417 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 09:13:19.417 7 WARNING neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] subnetpool is already registered 2026-06-10 09:13:19.418 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-10 09:13:19.419 7 WARNING neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] trunk is already registered 2026-06-10 09:13:19.419 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 09:13:19.420 7 WARNING neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] ikepolicy is already registered 2026-06-10 09:13:19.420 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 09:13:19.421 7 WARNING neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] ipsecpolicy is already registered 2026-06-10 09:13:19.422 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-10 09:13:19.422 7 WARNING neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] endpoint_group is already registered 2026-06-10 09:13:19.423 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-10 09:13:19.424 7 WARNING neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] vpnservice is already registered 2026-06-10 09:13:19.424 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-10 09:13:19.425 7 WARNING neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] ipsec_site_connection is already registered 2026-06-10 09:13:19.426 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 09:13:19.426 7 WARNING neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] ipsecpolicy is already registered 2026-06-10 09:13:19.427 7 INFO neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 09:13:19.427 7 WARNING neutron.quota.resource_registry [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] ikepolicy is already registered 2026-06-10 09:13:19.465 7 WARNING keystonemiddleware._common.config [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-10 09:13:19.472 7 WARNING oslo_config.cfg [None req-8cccd1a6-cbe3-4631-8504-0290d71c1894 - - - - - -] 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 0x7f074fbf6668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 09:13:24.831 8 INFO neutron.pecan_wsgi.hooks.translation [None req-36912f0f-5872-4499-bd57-37e758a66059 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/4] 199.19.213.96 () {44 vars in 923 bytes} [Wed Jun 10 09:13:24 2026] GET /v2.0/networks/public => generated 108 bytes in 783 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/5] 199.19.213.96 () {44 vars in 945 bytes} [Wed Jun 10 09:13:24 2026] GET /v2.0/networks?name=public => generated 15 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:13:25.654 8 WARNING neutron.services.revisions.revision_plugin [None req-16fd070c-94a3-459c-9ff1-18bbd57b8138 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Could not find related network for resource to bump revision. 2026-06-10 09:13:25.670 8 INFO neutron.db.segments_db [None req-16fd070c-94a3-459c-9ff1-18bbd57b8138 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Added segment 03d4f1f7-6228-4802-8513-b08c303a980f of type flat for network 7541a598-47e6-4277-94bc-6544843d3b35 2026-06-10 09:13:25.707 8 INFO neutron.pecan_wsgi.hooks.translation [None req-16fd070c-94a3-459c-9ff1-18bbd57b8138 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/6] 199.19.213.96 () {48 vars in 963 bytes} [Wed Jun 10 09:13:25 2026] POST /v2.0/networks => generated 124 bytes in 515 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:13:31.548 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f816b3ca-c75a-4fc6-946a-50d00cf3f75c 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/8] 199.19.213.96 () {44 vars in 923 bytes} [Wed Jun 10 09:13:31 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/9] 199.19.213.96 () {44 vars in 945 bytes} [Wed Jun 10 09:13:31 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-06-10 09:13:31.611 8 WARNING neutron.services.revisions.revision_plugin [None req-81dda684-b999-4690-86c1-42c33d9cd6d8 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Could not find related network for resource to bump revision. 2026-06-10 09:13:31.621 8 INFO neutron.db.segments_db [None req-81dda684-b999-4690-86c1-42c33d9cd6d8 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Added segment 2f610117-5053-4570-b749-836f13f317e4 of type flat for network d9437d46-bad1-4780-95da-ca27c37226dc 2026-06-10 09:13:31.638 8 INFO neutron.pecan_wsgi.hooks.translation [None req-81dda684-b999-4690-86c1-42c33d9cd6d8 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/10] 199.19.213.96 () {48 vars in 963 bytes} [Wed Jun 10 09:13:31 2026] POST /v2.0/networks => generated 124 bytes in 71 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:13:37.822 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3711c331-4e3e-43bc-876a-2ef4e23017fa 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/11] 199.19.213.96 () {44 vars in 923 bytes} [Wed Jun 10 09:13:37 2026] GET /v2.0/networks/public => generated 108 bytes in 369 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/12] 199.19.213.96 () {44 vars in 945 bytes} [Wed Jun 10 09:13:37 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-06-10 09:13:38.082 7 WARNING neutron.services.revisions.revision_plugin [None req-30d02e84-40df-44ea-8e7e-4fccc05ea0ee 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Could not find related network for resource to bump revision. 2026-06-10 09:13:38.112 7 INFO neutron.db.segments_db [None req-30d02e84-40df-44ea-8e7e-4fccc05ea0ee 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Added segment 0e9ffa0e-3f06-41c7-9d63-e1529a5d7094 of type flat for network 82073629-6b66-46e0-9e28-008654a1a521 2026-06-10 09:13:38.165 7 INFO neutron.pecan_wsgi.hooks.translation [None req-30d02e84-40df-44ea-8e7e-4fccc05ea0ee 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/13] 199.19.213.96 () {48 vars in 963 bytes} [Wed Jun 10 09:13:37 2026] POST /v2.0/networks => generated 124 bytes in 325 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:13:44.004 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1433b930-c94c-4f40-8a0a-98e1ef516b52 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/15] 199.19.213.96 () {44 vars in 923 bytes} [Wed Jun 10 09:13:43 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/16] 199.19.213.96 () {44 vars in 945 bytes} [Wed Jun 10 09:13:44 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:13:44.084 7 WARNING neutron.services.revisions.revision_plugin [None req-77a2aad0-64ec-4536-b3b2-5a50f99636d3 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Could not find related network for resource to bump revision. 2026-06-10 09:13:44.102 7 INFO neutron.db.segments_db [None req-77a2aad0-64ec-4536-b3b2-5a50f99636d3 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Added segment 54529c0c-51ba-4bb2-ba1e-ddf743c07a4b of type flat for network 9afbadc5-2e79-49d7-83b6-79d73ffcf855 2026-06-10 09:13:44.123 7 INFO neutron.pecan_wsgi.hooks.translation [None req-77a2aad0-64ec-4536-b3b2-5a50f99636d3 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/17] 199.19.213.96 () {48 vars in 963 bytes} [Wed Jun 10 09:13:44 2026] POST /v2.0/networks => generated 124 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:13:49.989 8 INFO neutron.pecan_wsgi.hooks.translation [None req-853e125f-f35a-4b47-9775-6ea86705c317 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/18] 199.19.213.96 () {44 vars in 923 bytes} [Wed Jun 10 09:13:49 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/19] 199.19.213.96 () {44 vars in 945 bytes} [Wed Jun 10 09:13:49 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:13:50.104 8 WARNING neutron.services.revisions.revision_plugin [None req-fb23b5b1-96cb-4ad8-8f41-325ecfbe54c9 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Could not find related network for resource to bump revision. 2026-06-10 09:13:50.132 8 INFO neutron.db.segments_db [None req-fb23b5b1-96cb-4ad8-8f41-325ecfbe54c9 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Added segment 3a385f28-9b77-417e-aa78-b4cfb98629d3 of type flat for network b79060d4-8a95-4af8-8d3e-18a382887d22 2026-06-10 09:13:50.165 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fb23b5b1-96cb-4ad8-8f41-325ecfbe54c9 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/20] 199.19.213.96 () {48 vars in 963 bytes} [Wed Jun 10 09:13:50 2026] POST /v2.0/networks => generated 124 bytes in 168 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:13:56.049 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b08c9c00-ab29-432a-98d1-8e878578308d 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/21] 199.19.213.96 () {44 vars in 923 bytes} [Wed Jun 10 09:13:55 2026] GET /v2.0/networks/public => generated 108 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/22] 199.19.213.96 () {44 vars in 945 bytes} [Wed Jun 10 09:13:56 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:13:56.433 7 WARNING neutron.services.revisions.revision_plugin [None req-c240f1ed-ad8a-4af2-8ce3-c56a7773bf09 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Could not find related network for resource to bump revision. 2026-06-10 09:13:56.451 7 INFO neutron.db.segments_db [None req-c240f1ed-ad8a-4af2-8ce3-c56a7773bf09 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Added segment edfbbc2b-ef4e-48a5-90b1-08fc6a775869 of type flat for network 7101693a-6aad-4bf2-bef2-febd3b12dc25 2026-06-10 09:13:56.477 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c240f1ed-ad8a-4af2-8ce3-c56a7773bf09 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/23] 199.19.213.96 () {48 vars in 963 bytes} [Wed Jun 10 09:13:56 2026] POST /v2.0/networks => generated 124 bytes in 410 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:14:02.325 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ccf693e1-6e49-4ecb-a6d0-0c3b1a7eeb64 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/25] 199.19.213.96 () {44 vars in 923 bytes} [Wed Jun 10 09:14:02 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: 15/26] 199.19.213.96 () {44 vars in 945 bytes} [Wed Jun 10 09:14:02 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:14:03.371 7 WARNING neutron.services.revisions.revision_plugin [None req-a2569838-9291-4f1c-a934-5a8ac912d682 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Could not find related network for resource to bump revision. 2026-06-10 09:14:03.390 7 INFO neutron.db.segments_db [None req-a2569838-9291-4f1c-a934-5a8ac912d682 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Added segment 50d3919a-653c-4180-95e4-0d19a67fe1fc of type flat for network 1ee89c5f-6074-43b9-ba79-57c784faf048 [pid: 7|app: 0|req: 12/27] 199.19.213.96 () {48 vars in 963 bytes} [Wed Jun 10 09:14:02 2026] POST /v2.0/networks => generated 706 bytes in 4824 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:14:08.319 8 INFO neutron.pecan_wsgi.hooks.translation [None req-83d5a059-ace3-4dfd-96ac-f21d1932efe6 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 16/28] 199.19.213.96 () {44 vars in 923 bytes} [Wed Jun 10 09:14:08 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/29] 199.19.213.96 () {44 vars in 945 bytes} [Wed Jun 10 09:14:08 2026] GET /v2.0/networks?name=public => generated 709 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:14:08.391 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e250e48e-cdb8-45fa-9057-723b62641b7b 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 17/30] 199.19.213.96 () {44 vars in 1030 bytes} [Wed Jun 10 09:14:08 2026] GET /v2.0/subnets/public-subnet?network_id=1ee89c5f-6074-43b9-ba79-57c784faf048 => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/31] 199.19.213.96 () {44 vars in 1053 bytes} [Wed Jun 10 09:14:08 2026] GET /v2.0/subnets?name=public-subnet&network_id=1ee89c5f-6074-43b9-ba79-57c784faf048 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 18/32] 199.19.213.96 () {48 vars in 961 bytes} [Wed Jun 10 09:14:08 2026] POST /v2.0/subnets => generated 664 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:19:00.284 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b864cd3c-5e4f-41a6-9055-06b6b4f56c3f 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 39/73] 199.19.213.96 () {44 vars in 933 bytes} [Wed Jun 10 09:19:00 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 112 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/74] 199.19.213.96 () {44 vars in 955 bytes} [Wed Jun 10 09:19:00 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-06-10 09:19:00.362 8 INFO neutron.db.segments_db [None req-fa160eb3-1ca6-4c1d-8c5e-2b74b377089b 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Added segment cd90d6fa-f55c-4b3a-a84d-5431528c26e4 of type vxlan for network 9776ee07-ddf7-44ea-a120-addab3936432 [pid: 8|app: 0|req: 40/75] 199.19.213.96 () {48 vars in 962 bytes} [Wed Jun 10 09:19:00 2026] POST /v2.0/networks => generated 688 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:19:01.410 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fe9aa8f5-86b1-456e-b262-2fa77f45b442 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/76] 199.19.213.96 () {44 vars in 933 bytes} [Wed Jun 10 09:19:01 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/77] 199.19.213.96 () {44 vars in 955 bytes} [Wed Jun 10 09:19:01 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:19:01.482 7 INFO neutron.pecan_wsgi.hooks.translation [None req-63dfbf7d-15d8-4a89-8dbf-bab2a26a1e0f 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/78] 199.19.213.96 () {44 vars in 1032 bytes} [Wed Jun 10 09:19:01 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=9776ee07-ddf7-44ea-a120-addab3936432 => generated 114 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/79] 199.19.213.96 () {44 vars in 1055 bytes} [Wed Jun 10 09:19:01 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=9776ee07-ddf7-44ea-a120-addab3936432 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/80] 199.19.213.96 () {48 vars in 961 bytes} [Wed Jun 10 09:19:01 2026] POST /v2.0/subnets => generated 651 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:19:02.868 8 INFO neutron.api.v2.resource [None req-0a251848-b514-43f8-b318-fecd620248e9 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 43/81] 199.19.213.96 () {44 vars in 967 bytes} [Wed Jun 10 09:19:02 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/82] 199.19.213.96 () {44 vars in 989 bytes} [Wed Jun 10 09:19:02 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => 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: 44/83] 199.19.213.96 () {48 vars in 976 bytes} [Wed Jun 10 09:19:02 2026] POST /v2.0/security-groups => generated 1616 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/84] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:19:04 2026] GET /v2.0/security-groups/d43034c2-20b3-4b94-a7d7-0f2897485d04 => generated 1616 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/85] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:19:04 2026] GET /v2.0/security-groups/d43034c2-20b3-4b94-a7d7-0f2897485d04 => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/86] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:19:04 2026] GET /v2.0/security-groups/d43034c2-20b3-4b94-a7d7-0f2897485d04 => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/87] 199.19.213.96 () {48 vars in 987 bytes} [Wed Jun 10 09:19:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/88] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:19:05 2026] GET /v2.0/security-groups/d43034c2-20b3-4b94-a7d7-0f2897485d04 => generated 2230 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/89] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:19:05 2026] GET /v2.0/security-groups/d43034c2-20b3-4b94-a7d7-0f2897485d04 => generated 2230 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/90] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:19:05 2026] GET /v2.0/security-groups/d43034c2-20b3-4b94-a7d7-0f2897485d04 => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/91] 199.19.213.96 () {48 vars in 987 bytes} [Wed Jun 10 09:19:05 2026] POST /v2.0/security-group-rules => generated 603 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/92] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:19:06 2026] GET /v2.0/security-groups/d43034c2-20b3-4b94-a7d7-0f2897485d04 => generated 2846 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/93] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:19:06 2026] GET /v2.0/security-groups/d43034c2-20b3-4b94-a7d7-0f2897485d04 => 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: 45/94] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:19:06 2026] GET /v2.0/security-groups/d43034c2-20b3-4b94-a7d7-0f2897485d04 => 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: 50/95] 199.19.213.96 () {48 vars in 987 bytes} [Wed Jun 10 09:19:06 2026] POST /v2.0/security-group-rules => generated 603 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/96] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:19:07 2026] GET /v2.0/security-groups/d43034c2-20b3-4b94-a7d7-0f2897485d04 => generated 3462 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/97] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:19:07 2026] GET /v2.0/security-groups/d43034c2-20b3-4b94-a7d7-0f2897485d04 => 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: 47/98] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:19:07 2026] GET /v2.0/security-groups/d43034c2-20b3-4b94-a7d7-0f2897485d04 => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/99] 199.19.213.96 () {48 vars in 987 bytes} [Wed Jun 10 09:19:07 2026] POST /v2.0/security-group-rules => generated 603 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/100] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:19:08 2026] GET /v2.0/security-groups/d43034c2-20b3-4b94-a7d7-0f2897485d04 => generated 4078 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/101] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:19:08 2026] GET /v2.0/security-groups/d43034c2-20b3-4b94-a7d7-0f2897485d04 => generated 4078 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/102] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:19:08 2026] GET /v2.0/security-groups/d43034c2-20b3-4b94-a7d7-0f2897485d04 => generated 4078 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/103] 199.19.213.96 () {48 vars in 987 bytes} [Wed Jun 10 09:19:08 2026] POST /v2.0/security-group-rules => generated 603 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/104] 199.19.213.96 () {44 vars in 983 bytes} [Wed Jun 10 09:19:09 2026] GET /v2.0/networks/9776ee07-ddf7-44ea-a120-addab3936432 => generated 732 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:19:09.724 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aae66a00-6f18-4c06-a153-21f66b3ee50c 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 55/105] 199.19.213.96 () {44 vars in 1072 bytes} [Wed Jun 10 09:19:09 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=9776ee07-ddf7-44ea-a120-addab3936432 => generated 132 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/106] 199.19.213.96 () {44 vars in 1095 bytes} [Wed Jun 10 09:19:09 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=9776ee07-ddf7-44ea-a120-addab3936432 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/107] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:19:09 2026] GET /v2.0/security-groups/d43034c2-20b3-4b94-a7d7-0f2897485d04 => 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: 52/108] 199.19.213.96 () {48 vars in 957 bytes} [Wed Jun 10 09:19:09 2026] POST /v2.0/ports => generated 1100 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 09:19:17.252 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6431db68-61aa-4a16-876f-40d49f272564 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 58/111] 199.19.213.96 () {44 vars in 975 bytes} [Wed Jun 10 09:19:17 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 54/112] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:19:17 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/113] 199.19.213.96 () {48 vars in 1027 bytes} [Wed Jun 10 09:19:17 2026] PUT /v2.0/ports/e0e22d22-4306-4dea-a7df-4577f58518f3 => generated 1249 bytes in 775 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/114] 199.19.213.96 () {44 vars in 916 bytes} [Wed Jun 10 09:19:19 2026] GET /v2.0/ports => generated 3730 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 09:19:20.862 8 INFO neutron.api.v2.resource [None req-d6b42d82-3052-4ce1-8204-04147ae4044c 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 60/115] 199.19.213.96 () {44 vars in 955 bytes} [Wed Jun 10 09:19:20 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/116] 199.19.213.96 () {44 vars in 977 bytes} [Wed Jun 10 09:19:20 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/117] 199.19.213.96 () {48 vars in 976 bytes} [Wed Jun 10 09:19:20 2026] POST /v2.0/security-groups => generated 1610 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/118] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:19:21 2026] GET /v2.0/security-groups/fbbcba79-9c08-4c80-b5e0-cbff80fb8ef9 => generated 1610 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/119] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:19:22 2026] GET /v2.0/security-groups/fbbcba79-9c08-4c80-b5e0-cbff80fb8ef9 => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/120] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:19:22 2026] GET /v2.0/security-groups/fbbcba79-9c08-4c80-b5e0-cbff80fb8ef9 => generated 1610 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/121] 199.19.213.96 () {48 vars in 987 bytes} [Wed Jun 10 09:19:22 2026] POST /v2.0/security-group-rules => generated 623 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/122] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:19:22 2026] GET /v2.0/security-groups/fbbcba79-9c08-4c80-b5e0-cbff80fb8ef9 => generated 2246 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/123] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:19:23 2026] GET /v2.0/security-groups/fbbcba79-9c08-4c80-b5e0-cbff80fb8ef9 => generated 2246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/124] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:19:23 2026] GET /v2.0/security-groups/fbbcba79-9c08-4c80-b5e0-cbff80fb8ef9 => generated 2246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/125] 199.19.213.96 () {48 vars in 987 bytes} [Wed Jun 10 09:19:23 2026] POST /v2.0/security-group-rules => generated 627 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/136] 199.19.213.96 () {44 vars in 971 bytes} [Wed Jun 10 09:20:41 2026] GET /v2.0/quotas/ab0a8dc3780c4074a444f22bcf10c177 => 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: 71/137] 199.19.213.96 () {48 vars in 1023 bytes} [Wed Jun 10 09:20:42 2026] PUT /v2.0/quotas/ab0a8dc3780c4074a444f22bcf10c177 => generated 291 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 09:23:23.134 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fecb3c64-fd31-4f44-ac65-50b89b6ba196 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 78/160] 199.19.213.96 () {30 vars in 740 bytes} [Wed Jun 10 09:23:22 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 174 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: 83/161] 199.19.213.96 () {30 vars in 762 bytes} [Wed Jun 10 09:23:23 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:23:25.222 7 INFO neutron.pecan_wsgi.hooks.translation [None req-00fdfde3-fabc-4721-affa-77980db5f534 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 79/162] 199.19.213.96 () {30 vars in 740 bytes} [Wed Jun 10 09:23:25 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 84/163] 199.19.213.96 () {30 vars in 762 bytes} [Wed Jun 10 09:23:25 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:32:13.363 8 INFO neutron.api.v2.resource [None req-620f38bc-650a-47dc-a2aa-c3b741449475 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 121/236] 199.19.213.96 () {44 vars in 1070 bytes} [Wed Jun 10 09:32:13 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=94d5db0ec52448e9ad65a60359191495 => generated 139 bytes in 124 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/237] 199.19.213.96 () {44 vars in 1093 bytes} [Wed Jun 10 09:32:13 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=94d5db0ec52448e9ad65a60359191495 => generated 23 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/238] 199.19.213.96 () {48 vars in 977 bytes} [Wed Jun 10 09:32:13 2026] POST /v2.0/security-groups => generated 1624 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/239] 199.19.213.96 () {44 vars in 1084 bytes} [Wed Jun 10 09:32:14 2026] GET /v2.0/security-groups/5c81bee1-67ca-46c9-854e-43843b205656?project_id=94d5db0ec52448e9ad65a60359191495 => generated 1624 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/240] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:32:14 2026] GET /v2.0/security-groups/5c81bee1-67ca-46c9-854e-43843b205656 => generated 1624 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/241] 199.19.213.96 () {44 vars in 1084 bytes} [Wed Jun 10 09:32:14 2026] GET /v2.0/security-groups/5c81bee1-67ca-46c9-854e-43843b205656?project_id=94d5db0ec52448e9ad65a60359191495 => generated 1624 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/242] 199.19.213.96 () {48 vars in 987 bytes} [Wed Jun 10 09:32:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/243] 199.19.213.96 () {44 vars in 1084 bytes} [Wed Jun 10 09:32:15 2026] GET /v2.0/security-groups/5c81bee1-67ca-46c9-854e-43843b205656?project_id=94d5db0ec52448e9ad65a60359191495 => generated 2234 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/244] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:32:15 2026] GET /v2.0/security-groups/5c81bee1-67ca-46c9-854e-43843b205656 => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/245] 199.19.213.96 () {44 vars in 1084 bytes} [Wed Jun 10 09:32:15 2026] GET /v2.0/security-groups/5c81bee1-67ca-46c9-854e-43843b205656?project_id=94d5db0ec52448e9ad65a60359191495 => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/246] 199.19.213.96 () {48 vars in 987 bytes} [Wed Jun 10 09:32:15 2026] POST /v2.0/security-group-rules => generated 599 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/247] 199.19.213.96 () {44 vars in 1084 bytes} [Wed Jun 10 09:32:16 2026] GET /v2.0/security-groups/5c81bee1-67ca-46c9-854e-43843b205656?project_id=94d5db0ec52448e9ad65a60359191495 => generated 2846 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/248] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:32:16 2026] GET /v2.0/security-groups/5c81bee1-67ca-46c9-854e-43843b205656 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/249] 199.19.213.96 () {44 vars in 1084 bytes} [Wed Jun 10 09:32:17 2026] GET /v2.0/security-groups/5c81bee1-67ca-46c9-854e-43843b205656?project_id=94d5db0ec52448e9ad65a60359191495 => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/250] 199.19.213.96 () {48 vars in 987 bytes} [Wed Jun 10 09:32:17 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: 123/251] 199.19.213.96 () {44 vars in 1084 bytes} [Wed Jun 10 09:32:18 2026] GET /v2.0/security-groups/5c81bee1-67ca-46c9-854e-43843b205656?project_id=94d5db0ec52448e9ad65a60359191495 => generated 3460 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/252] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:32:18 2026] GET /v2.0/security-groups/5c81bee1-67ca-46c9-854e-43843b205656 => generated 3460 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/253] 199.19.213.96 () {44 vars in 1084 bytes} [Wed Jun 10 09:32:18 2026] GET /v2.0/security-groups/5c81bee1-67ca-46c9-854e-43843b205656?project_id=94d5db0ec52448e9ad65a60359191495 => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/254] 199.19.213.96 () {48 vars in 987 bytes} [Wed Jun 10 09:32:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/275] 199.19.213.96 () {30 vars in 739 bytes} [Wed Jun 10 09:34:44 2026] GET /v2.0/networks?tenant_id=94d5db0ec52448e9ad65a60359191495&shared=False => generated 15 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:34:44.729 8 INFO neutron.db.segments_db [None req-45bee744-3a02-44a6-a2ec-6fb276a0ed8e c95d8bfce5214a7687472719771b51be 94d5db0ec52448e9ad65a60359191495 - - 4d2d331728d24195952eec911ab7b238 4d2d331728d24195952eec911ab7b238] Added segment 17fbb133-5ecc-4073-bdee-5583827b4f29 of type vxlan for network 8c7977c4-ba44-40c5-b8de-438b05452e32 [pid: 8|app: 0|req: 141/276] 199.19.213.96 () {34 vars in 681 bytes} [Wed Jun 10 09:34:44 2026] POST /v2.0/networks => generated 699 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/277] 199.19.213.96 () {30 vars in 721 bytes} [Wed Jun 10 09:34:44 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/278] 199.19.213.96 () {30 vars in 632 bytes} [Wed Jun 10 09:34:44 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/279] 199.19.213.96 () {34 vars in 676 bytes} [Wed Jun 10 09:34:44 2026] POST /v2.0/ports => generated 999 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 143/280] 199.19.213.96 () {30 vars in 702 bytes} [Wed Jun 10 09:34:45 2026] GET /v2.0/networks/8c7977c4-ba44-40c5-b8de-438b05452e32 => generated 705 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/281] 199.19.213.96 () {30 vars in 721 bytes} [Wed Jun 10 09:34:47 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 144/282] 199.19.213.96 () {30 vars in 702 bytes} [Wed Jun 10 09:34:47 2026] GET /v2.0/networks/8c7977c4-ba44-40c5-b8de-438b05452e32 => generated 705 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/285] 199.19.213.96 () {44 vars in 971 bytes} [Wed Jun 10 09:35:00 2026] GET /v2.0/quotas/94d5db0ec52448e9ad65a60359191495 => 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: 140/286] 199.19.213.96 () {48 vars in 1023 bytes} [Wed Jun 10 09:35:00 2026] PUT /v2.0/quotas/94d5db0ec52448e9ad65a60359191495 => generated 291 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:47:21.118 8 INFO neutron.pecan_wsgi.hooks.translation [None req-106bcfdc-d91f-4f8a-9691-fe492d5d8097 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 196/385] 199.19.213.96 () {44 vars in 923 bytes} [Wed Jun 10 09:47:20 2026] GET /v2.0/networks/public => generated 108 bytes in 141 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/386] 199.19.213.96 () {44 vars in 945 bytes} [Wed Jun 10 09:47:21 2026] GET /v2.0/networks?name=public => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:47:22.260 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ebd03b9c-a915-4e20-84fd-c2e73213dc47 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 197/387] 199.19.213.96 () {44 vars in 923 bytes} [Wed Jun 10 09:47:22 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/388] 199.19.213.96 () {44 vars in 945 bytes} [Wed Jun 10 09:47:22 2026] GET /v2.0/networks?name=public => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:47:22.336 8 INFO neutron.pecan_wsgi.hooks.translation [None req-69fdfb7b-1310-40e6-bbb4-ffb55d8b938e 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 198/389] 199.19.213.96 () {44 vars in 1030 bytes} [Wed Jun 10 09:47:22 2026] GET /v2.0/subnets/public-subnet?network_id=1ee89c5f-6074-43b9-ba79-57c784faf048 => generated 113 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/390] 199.19.213.96 () {44 vars in 1053 bytes} [Wed Jun 10 09:47:22 2026] GET /v2.0/subnets?name=public-subnet&network_id=1ee89c5f-6074-43b9-ba79-57c784faf048 => generated 667 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:47:49.324 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1abca146-d0e7-4373-8f3e-66dd3ed00c77 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 201/395] 199.19.213.96 () {44 vars in 933 bytes} [Wed Jun 10 09:47:49 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/396] 199.19.213.96 () {44 vars in 955 bytes} [Wed Jun 10 09:47:49 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:47:50.356 8 INFO neutron.pecan_wsgi.hooks.translation [None req-392bb16d-da86-482f-aa81-a57ccfe4c326 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 202/397] 199.19.213.96 () {44 vars in 933 bytes} [Wed Jun 10 09:47:50 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/398] 199.19.213.96 () {44 vars in 955 bytes} [Wed Jun 10 09:47:50 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:47:50.421 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ea52526a-871f-4e49-a2c2-028859165f62 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 203/399] 199.19.213.96 () {44 vars in 1032 bytes} [Wed Jun 10 09:47:50 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=9776ee07-ddf7-44ea-a120-addab3936432 => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/400] 199.19.213.96 () {44 vars in 1055 bytes} [Wed Jun 10 09:47:50 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=9776ee07-ddf7-44ea-a120-addab3936432 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:47:51.608 8 INFO neutron.api.v2.resource [None req-24ac77cb-ca6a-4b7d-8190-c4898ca40c2d 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 204/401] 199.19.213.96 () {44 vars in 967 bytes} [Wed Jun 10 09:47:51 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: 7|app: 0|req: 198/402] 199.19.213.96 () {44 vars in 989 bytes} [Wed Jun 10 09:47:51 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/403] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:47:52 2026] GET /v2.0/security-groups/d43034c2-20b3-4b94-a7d7-0f2897485d04 => generated 4694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/404] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:47:52 2026] GET /v2.0/security-groups/d43034c2-20b3-4b94-a7d7-0f2897485d04 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/405] 199.19.213.96 () {44 vars in 1007 bytes} [Wed Jun 10 09:47:52 2026] GET /v2.0/security-group-rules/1d20bbd5-faa5-46ca-8b07-e54a82a46184 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/406] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:47:53 2026] GET /v2.0/security-groups/d43034c2-20b3-4b94-a7d7-0f2897485d04 => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/407] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:47:53 2026] GET /v2.0/security-groups/d43034c2-20b3-4b94-a7d7-0f2897485d04 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/408] 199.19.213.96 () {44 vars in 1007 bytes} [Wed Jun 10 09:47:53 2026] GET /v2.0/security-group-rules/38a8120c-68e6-41b8-9383-9660d9d65e31 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/409] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:47:54 2026] GET /v2.0/security-groups/d43034c2-20b3-4b94-a7d7-0f2897485d04 => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/410] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:47:54 2026] GET /v2.0/security-groups/d43034c2-20b3-4b94-a7d7-0f2897485d04 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/411] 199.19.213.96 () {44 vars in 1007 bytes} [Wed Jun 10 09:47:54 2026] GET /v2.0/security-group-rules/7b1d1d5c-b548-4f57-bb01-63d936fd2c0a => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/412] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:47:55 2026] GET /v2.0/security-groups/d43034c2-20b3-4b94-a7d7-0f2897485d04 => 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: 210/413] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:47:55 2026] GET /v2.0/security-groups/d43034c2-20b3-4b94-a7d7-0f2897485d04 => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/414] 199.19.213.96 () {44 vars in 1007 bytes} [Wed Jun 10 09:47:55 2026] GET /v2.0/security-group-rules/c0c866cc-37b9-4a38-96a6-ef50a69ace6f => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/415] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:47:56 2026] GET /v2.0/security-groups/d43034c2-20b3-4b94-a7d7-0f2897485d04 => generated 4694 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/416] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:47:56 2026] GET /v2.0/security-groups/d43034c2-20b3-4b94-a7d7-0f2897485d04 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/417] 199.19.213.96 () {44 vars in 1007 bytes} [Wed Jun 10 09:47:56 2026] GET /v2.0/security-group-rules/13667acd-3dfb-4604-bef0-fa368bb7af6e => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/420] 199.19.213.96 () {44 vars in 983 bytes} [Wed Jun 10 09:47:57 2026] GET /v2.0/networks/9776ee07-ddf7-44ea-a120-addab3936432 => generated 732 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:47:58.029 7 INFO neutron.pecan_wsgi.hooks.translation [None req-24d3288b-847b-4cc8-898a-8c5a5959f8c6 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 207/421] 199.19.213.96 () {44 vars in 1072 bytes} [Wed Jun 10 09:47:58 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=9776ee07-ddf7-44ea-a120-addab3936432 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/422] 199.19.213.96 () {44 vars in 1095 bytes} [Wed Jun 10 09:47:58 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=9776ee07-ddf7-44ea-a120-addab3936432 => generated 1254 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/423] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:47:58 2026] GET /v2.0/security-groups/d43034c2-20b3-4b94-a7d7-0f2897485d04 => generated 4694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:48:08.015 8 INFO neutron.pecan_wsgi.hooks.translation [None req-01eb3e8c-484a-4b7a-a23a-c571938cdf13 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 216/424] 199.19.213.96 () {44 vars in 975 bytes} [Wed Jun 10 09:48:07 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: 209/425] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:48:08 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/426] 199.19.213.96 () {44 vars in 916 bytes} [Wed Jun 10 09:48:09 2026] GET /v2.0/ports => generated 4725 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:48:10.774 7 INFO neutron.api.v2.resource [None req-3002929f-8945-4ce2-8367-5429b72d5a5b 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 210/427] 199.19.213.96 () {44 vars in 955 bytes} [Wed Jun 10 09:48:10 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/428] 199.19.213.96 () {44 vars in 977 bytes} [Wed Jun 10 09:48:10 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/429] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:48:11 2026] GET /v2.0/security-groups/fbbcba79-9c08-4c80-b5e0-cbff80fb8ef9 => generated 2886 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/430] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:48:11 2026] GET /v2.0/security-groups/fbbcba79-9c08-4c80-b5e0-cbff80fb8ef9 => generated 2886 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/431] 199.19.213.96 () {44 vars in 1007 bytes} [Wed Jun 10 09:48:11 2026] GET /v2.0/security-group-rules/18ec5884-3251-47c8-bf8b-7cba8504a96f => generated 623 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/434] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:48:12 2026] GET /v2.0/security-groups/fbbcba79-9c08-4c80-b5e0-cbff80fb8ef9 => generated 2886 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/435] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:48:12 2026] GET /v2.0/security-groups/fbbcba79-9c08-4c80-b5e0-cbff80fb8ef9 => generated 2886 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/436] 199.19.213.96 () {44 vars in 1007 bytes} [Wed Jun 10 09:48:12 2026] GET /v2.0/security-group-rules/a56d14df-4d32-492e-899e-7b299fa551b7 => generated 627 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/437] 199.19.213.96 () {44 vars in 971 bytes} [Wed Jun 10 09:48:25 2026] GET /v2.0/quotas/ab0a8dc3780c4074a444f22bcf10c177 => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:49:21.445 7 INFO neutron.api.v2.resource [None req-74599873-e274-4252-bc6a-38ca0228f897 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 220/446] 199.19.213.96 () {44 vars in 1070 bytes} [Wed Jun 10 09:49:21 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=94d5db0ec52448e9ad65a60359191495 => generated 139 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/447] 199.19.213.96 () {44 vars in 1093 bytes} [Wed Jun 10 09:49:21 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=94d5db0ec52448e9ad65a60359191495 => generated 4072 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/448] 199.19.213.96 () {44 vars in 1084 bytes} [Wed Jun 10 09:49:22 2026] GET /v2.0/security-groups/5c81bee1-67ca-46c9-854e-43843b205656?project_id=94d5db0ec52448e9ad65a60359191495 => generated 4075 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/449] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:49:22 2026] GET /v2.0/security-groups/5c81bee1-67ca-46c9-854e-43843b205656 => generated 4075 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/450] 199.19.213.96 () {44 vars in 1007 bytes} [Wed Jun 10 09:49:22 2026] GET /v2.0/security-group-rules/181b1732-e431-460b-ba2b-f62d832ed827 => generated 597 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/451] 199.19.213.96 () {44 vars in 1084 bytes} [Wed Jun 10 09:49:23 2026] GET /v2.0/security-groups/5c81bee1-67ca-46c9-854e-43843b205656?project_id=94d5db0ec52448e9ad65a60359191495 => generated 4075 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/452] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:49:23 2026] GET /v2.0/security-groups/5c81bee1-67ca-46c9-854e-43843b205656 => generated 4075 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/453] 199.19.213.96 () {44 vars in 1007 bytes} [Wed Jun 10 09:49:23 2026] GET /v2.0/security-group-rules/15a0f0b1-f5cb-4469-ab3f-20f853eb17a8 => generated 599 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/454] 199.19.213.96 () {44 vars in 1084 bytes} [Wed Jun 10 09:49:24 2026] GET /v2.0/security-groups/5c81bee1-67ca-46c9-854e-43843b205656?project_id=94d5db0ec52448e9ad65a60359191495 => generated 4075 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/455] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:49:24 2026] GET /v2.0/security-groups/5c81bee1-67ca-46c9-854e-43843b205656 => generated 4075 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/456] 199.19.213.96 () {44 vars in 1007 bytes} [Wed Jun 10 09:49:24 2026] GET /v2.0/security-group-rules/b98f0662-f550-468e-9733-434f736e8e7a => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/457] 199.19.213.96 () {44 vars in 1084 bytes} [Wed Jun 10 09:49:25 2026] GET /v2.0/security-groups/5c81bee1-67ca-46c9-854e-43843b205656?project_id=94d5db0ec52448e9ad65a60359191495 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/458] 199.19.213.96 () {44 vars in 997 bytes} [Wed Jun 10 09:49:25 2026] GET /v2.0/security-groups/5c81bee1-67ca-46c9-854e-43843b205656 => generated 4075 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/459] 199.19.213.96 () {44 vars in 1007 bytes} [Wed Jun 10 09:49:25 2026] GET /v2.0/security-group-rules/1ca3d2e8-849e-44c2-b922-484d7c143c32 => 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: 228/462] 199.19.213.96 () {44 vars in 971 bytes} [Wed Jun 10 09:49:33 2026] GET /v2.0/quotas/94d5db0ec52448e9ad65a60359191495 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/469] 199.19.213.96 () {44 vars in 945 bytes} [Wed Jun 10 09:50:26 2026] GET /v2.0/networks?name=public => generated 753 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/476] 10.0.0.107 () {32 vars in 649 bytes} [Wed Jun 10 09:51:07 2026] GET /v2.0/networks => generated 2168 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/477] 10.0.0.107 () {32 vars in 655 bytes} [Wed Jun 10 09:51:09 2026] GET /v2.0/floatingips => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/478] 10.0.0.107 () {32 vars in 647 bytes} [Wed Jun 10 09:51:09 2026] GET /v2.0/routers => generated 15 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/479] 10.0.0.107 () {32 vars in 643 bytes} [Wed Jun 10 09:51:09 2026] GET /v2.0/ports => generated 4725 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/480] 10.0.0.107 () {32 vars in 647 bytes} [Wed Jun 10 09:51:09 2026] GET /v2.0/subnets => generated 1308 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/481] 10.0.0.107 () {32 vars in 649 bytes} [Wed Jun 10 09:51:09 2026] GET /v2.0/networks => generated 2168 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/482] 10.0.0.107 () {32 vars in 663 bytes} [Wed Jun 10 09:51:09 2026] GET /v2.0/security-groups => generated 17401 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/483] 10.0.0.107 () {32 vars in 655 bytes} [Wed Jun 10 09:51:09 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:51:20.584 8 INFO neutron.db.segments_db [None req-a5491c2a-f9dd-4f01-b54e-6b1ba17e218a 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Added segment f0005954-1536-4205-9e9a-a91ad94c84c2 of type vxlan for network 66ce20b3-a29a-4824-a504-6f969f8dde5d [pid: 8|app: 0|req: 247/486] 10.0.0.107 () {34 vars in 671 bytes} [Wed Jun 10 09:51:20 2026] POST /v2.0/networks => generated 725 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/487] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:51:20 2026] POST /v2.0/subnets => generated 691 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:51:20.941 8 INFO neutron.db.segments_db [None req-62edede8-7428-4f83-bcd5-fe14ef834398 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Added segment 3739304c-5683-49e1-8ee9-002946f2e4b3 of type vxlan for network 17617ae4-0987-4b1c-beac-3e3ac6dc42cb 2026-06-10 09:51:21.188 8 INFO neutron.db.l3_hamode_db [None req-62edede8-7428-4f83-bcd5-fe14ef834398 24813152f5b04d93ba2edeb14fc64ead 104e2b43d5eb491c93d62c58dd297cea - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 241/488] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:51:21 2026] GET /v2.0/security-groups?tenant_id=a777b1befede44bd8139a850c93113b3&name=default => generated 2921 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/489] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:51:21 2026] DELETE /v2.0/security-groups/47a74116-1232-4a4c-b8a1-91b38e5f3ad0 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:51:22.156 8 INFO neutron.db.l3_hamode_db [None req-62edede8-7428-4f83-bcd5-fe14ef834398 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - 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.107 () {34 vars in 669 bytes} [Wed Jun 10 09:51:20 2026] POST /v2.0/routers => generated 731 bytes in 2256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/491] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:51:22 2026] GET /v2.0/security-groups?tenant_id=0f8b721ec711401cb2f5183aa13d2360&name=default => generated 2921 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/492] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:51:23 2026] DELETE /v2.0/security-groups/ea1b7799-81e1-4a6a-a1b8-c333a289d350 => 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: 245/493] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:51:23 2026] GET /v2.0/security-groups?tenant_id=bbd5453418714ea4b07357a3e4c6e4bb&name=default => generated 2921 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/494] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:51:23 2026] DELETE /v2.0/security-groups/035562d2-8179-439d-9080-63ec2004405b => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:51:24.020 7 INFO neutron.db.segments_db [None req-2882431e-80b7-4d87-abcd-9437fa560055 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Added segment 3ab1588f-de3a-4c7b-9237-c6f67b99ee88 of type vxlan for network d6963f7e-2efa-4374-af79-19285b62de45 [pid: 7|app: 0|req: 247/495] 10.0.0.107 () {34 vars in 671 bytes} [Wed Jun 10 09:51:23 2026] POST /v2.0/networks => generated 729 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/496] 10.0.0.107 () {34 vars in 783 bytes} [Wed Jun 10 09:51:23 2026] PUT /v2.0/routers/f7e9cba6-77cd-46f2-a65d-b52b6a21957d/add_router_interface => generated 309 bytes in 1089 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/497] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:51:24 2026] GET /v2.0/security-groups?tenant_id=f67fd95b4b4b4fcfafc5664726f78e42&name=default => generated 2924 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/498] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:51:24 2026] POST /v2.0/subnets => generated 695 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:51:24.519 8 INFO neutron.db.segments_db [None req-c0b77422-e450-4047-b583-0c784ebd0d2d 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Added segment 5627e05d-0777-48a7-8876-e7ec4af857d3 of type vxlan for network be89571a-bf10-4027-a5c2-8079e8ab2e3b [pid: 7|app: 0|req: 249/499] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:51:24 2026] DELETE /v2.0/security-groups/5f318800-9c52-46af-8996-c4bcee0307b2 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/500] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:51:24 2026] GET /v2.0/security-groups?tenant_id=2648d321db9e4786a3b7af3fc6e4e42d&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:51:24.832 8 INFO neutron.db.l3_hamode_db [None req-c0b77422-e450-4047-b583-0c784ebd0d2d 24813152f5b04d93ba2edeb14fc64ead 452c451668a5434dab4ba0e24e5b5197 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 251/501] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:51:24 2026] DELETE /v2.0/security-groups/88d55e91-85e2-4294-a7a2-ec9a0e8bc0c3 => 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: 252/502] 10.0.0.109 () {38 vars in 971 bytes} [Wed Jun 10 09:51:25 2026] POST /v2.0/security-groups => generated 1679 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 09:51:25.691 8 INFO neutron.db.l3_hamode_db [None req-c0b77422-e450-4047-b583-0c784ebd0d2d 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 253/503] 10.0.0.109 () {38 vars in 971 bytes} [Wed Jun 10 09:51:26 2026] POST /v2.0/security-groups => generated 1682 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/504] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:51:24 2026] POST /v2.0/routers => generated 735 bytes in 2107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/505] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:51:26 2026] GET /v2.0/security-groups?tenant_id=c8059d80d8a847828b38ebe563ebfc35&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/506] 10.0.0.109 () {38 vars in 971 bytes} [Wed Jun 10 09:51:26 2026] POST /v2.0/security-groups => generated 1681 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/507] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:51:26 2026] DELETE /v2.0/security-groups/679d95ce-a97f-493f-9fac-9a34caa83ff0 => 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: 254/508] 10.0.0.109 () {34 vars in 1002 bytes} [Wed Jun 10 09:51:26 2026] GET /v2.0/security-groups?tenant_id=104e2b43d5eb491c93d62c58dd297cea => generated 7903 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/509] 10.0.0.109 () {34 vars in 991 bytes} [Wed Jun 10 09:51:26 2026] GET /v2.0/security-groups/7cb8cee8-3531-41e7-bded-4e9f6a2b80c9 => generated 2918 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/510] 10.0.0.109 () {34 vars in 991 bytes} [Wed Jun 10 09:51:27 2026] GET /v2.0/security-groups/7cb8cee8-3531-41e7-bded-4e9f6a2b80c9 => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/511] 10.0.0.109 () {34 vars in 991 bytes} [Wed Jun 10 09:51:27 2026] GET /v2.0/security-groups/8328f2ab-1a28-4fe6-9583-5efcdaf31b45 => generated 1679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/512] 10.0.0.109 () {36 vars in 1013 bytes} [Wed Jun 10 09:51:27 2026] DELETE /v2.0/security-groups/8328f2ab-1a28-4fe6-9583-5efcdaf31b45 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:51:27.270 8 INFO neutron.api.v2.resource [req-e476e01a-da08-4220-b24a-0ab69bbbe610 req-d2f0b354-fd91-4d5d-95ad-24af3d3ccc90 631a6c51c8454d5f8f4f1b8ee7c81970 104e2b43d5eb491c93d62c58dd297cea - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 259/513] 10.0.0.109 () {34 vars in 991 bytes} [Wed Jun 10 09:51:27 2026] GET /v2.0/security-groups/8328f2ab-1a28-4fe6-9583-5efcdaf31b45 => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/514] 10.0.0.109 () {34 vars in 991 bytes} [Wed Jun 10 09:51:27 2026] GET /v2.0/security-groups/8c01d34b-b324-4637-9cab-30d975990206 => 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: 261/515] 10.0.0.109 () {36 vars in 1013 bytes} [Wed Jun 10 09:51:27 2026] DELETE /v2.0/security-groups/8c01d34b-b324-4637-9cab-30d975990206 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:51:27.535 8 INFO neutron.api.v2.resource [req-c53994c0-8124-471d-9393-4a581e276307 req-2ee44bc2-7f67-4d88-a38f-67f3b26a5780 631a6c51c8454d5f8f4f1b8ee7c81970 104e2b43d5eb491c93d62c58dd297cea - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 262/516] 10.0.0.109 () {34 vars in 991 bytes} [Wed Jun 10 09:51:27 2026] GET /v2.0/security-groups/8c01d34b-b324-4637-9cab-30d975990206 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/519] 10.0.0.109 () {34 vars in 991 bytes} [Wed Jun 10 09:51:27 2026] GET /v2.0/security-groups/03f74733-f8aa-4135-baaf-991edb58aaac => generated 1681 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/520] 10.0.0.109 () {36 vars in 1013 bytes} [Wed Jun 10 09:51:27 2026] DELETE /v2.0/security-groups/03f74733-f8aa-4135-baaf-991edb58aaac => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:51:27.774 8 INFO neutron.api.v2.resource [req-ce1dbddc-d34e-4563-8afe-67f34edcddfe req-9e99f2f6-9cc7-4d0e-802a-35ec93440a92 631a6c51c8454d5f8f4f1b8ee7c81970 104e2b43d5eb491c93d62c58dd297cea - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 267/521] 10.0.0.109 () {34 vars in 991 bytes} [Wed Jun 10 09:51:27 2026] GET /v2.0/security-groups/03f74733-f8aa-4135-baaf-991edb58aaac => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/522] 10.0.0.109 () {34 vars in 1002 bytes} [Wed Jun 10 09:51:27 2026] GET /v2.0/security-groups?tenant_id=104e2b43d5eb491c93d62c58dd297cea => generated 2921 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/523] 10.0.0.109 () {34 vars in 991 bytes} [Wed Jun 10 09:51:27 2026] GET /v2.0/security-groups/7cb8cee8-3531-41e7-bded-4e9f6a2b80c9 => generated 2918 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/524] 10.0.0.109 () {34 vars in 991 bytes} [Wed Jun 10 09:51:27 2026] GET /v2.0/security-groups/7cb8cee8-3531-41e7-bded-4e9f6a2b80c9 => generated 2918 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:51:27.997 8 INFO neutron.api.v2.resource [req-4143d350-d22e-498f-963a-e46545621b08 req-0d28f25f-93a6-4830-87a7-39a96edbf0e7 631a6c51c8454d5f8f4f1b8ee7c81970 104e2b43d5eb491c93d62c58dd297cea - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 271/525] 10.0.0.109 () {34 vars in 991 bytes} [Wed Jun 10 09:51:27 2026] GET /v2.0/security-groups/03f74733-f8aa-4135-baaf-991edb58aaac => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:51:28.050 8 INFO neutron.api.v2.resource [req-c2e7eac2-3a06-4606-b350-8588ca97bce5 req-fd6457a1-d5a7-4000-8e8c-e537437f890a 631a6c51c8454d5f8f4f1b8ee7c81970 104e2b43d5eb491c93d62c58dd297cea - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 272/526] 10.0.0.109 () {34 vars in 991 bytes} [Wed Jun 10 09:51:28 2026] GET /v2.0/security-groups/8c01d34b-b324-4637-9cab-30d975990206 => generated 146 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:51:28.093 8 INFO neutron.api.v2.resource [req-86064cc8-1a08-4c57-a0a8-435d81d92a39 req-e65891bb-21d4-4406-a795-8fe0a99cdf10 631a6c51c8454d5f8f4f1b8ee7c81970 104e2b43d5eb491c93d62c58dd297cea - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 273/527] 10.0.0.109 () {34 vars in 991 bytes} [Wed Jun 10 09:51:28 2026] GET /v2.0/security-groups/8328f2ab-1a28-4fe6-9583-5efcdaf31b45 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/528] 10.0.0.107 () {34 vars in 783 bytes} [Wed Jun 10 09:51:26 2026] PUT /v2.0/routers/976e4108-b653-4dab-8e0c-eb7154e27df3/add_router_interface => generated 309 bytes in 1840 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:51:28.837 8 INFO neutron_taas.services.taas.taas_plugin [None req-02684c2e-2224-4dba-ac14-45afb680e6ed 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: 54311415-ae3f-4fde-ba20-36743d6d9b11 2026-06-10 09:51:28.848 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02684c2e-2224-4dba-ac14-45afb680e6ed 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: 54311415-ae3f-4fde-ba20-36743d6d9b11 [pid: 7|app: 0|req: 256/529] 10.0.0.109 () {38 vars in 971 bytes} [Wed Jun 10 09:51:28 2026] POST /v2.0/security-groups => generated 1686 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/530] 10.0.0.109 () {34 vars in 991 bytes} [Wed Jun 10 09:51:29 2026] GET /v2.0/security-groups/4d441dc3-df17-445e-ae80-c0e099097493 => generated 1686 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/531] 10.0.0.109 () {38 vars in 981 bytes} [Wed Jun 10 09:51:29 2026] POST /v2.0/security-group-rules => generated 614 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/532] 10.0.0.107 () {34 vars in 789 bytes} [Wed Jun 10 09:51:28 2026] PUT /v2.0/routers/f7e9cba6-77cd-46f2-a65d-b52b6a21957d/remove_router_interface => generated 309 bytes in 1367 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/533] 10.0.0.109 () {38 vars in 971 bytes} [Wed Jun 10 09:51:29 2026] POST /v2.0/security-groups => generated 1686 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/534] 10.0.0.109 () {34 vars in 991 bytes} [Wed Jun 10 09:51:29 2026] GET /v2.0/security-groups/57e12811-99ee-4600-b58e-840eca123dd7 => generated 1686 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:51:29.664 8 INFO neutron_taas.services.taas.taas_plugin [None req-94c518eb-83be-42e5-96fc-fa9e11e9d104 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: 897497bd-9953-4564-9564-dd9039a3ce6a 2026-06-10 09:51:29.666 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94c518eb-83be-42e5-96fc-fa9e11e9d104 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: 897497bd-9953-4564-9564-dd9039a3ce6a [pid: 7|app: 0|req: 261/535] 10.0.0.109 () {38 vars in 981 bytes} [Wed Jun 10 09:51:29 2026] POST /v2.0/security-group-rules => generated 614 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/536] 10.0.0.109 () {34 vars in 991 bytes} [Wed Jun 10 09:51:29 2026] GET /v2.0/security-groups/57e12811-99ee-4600-b58e-840eca123dd7 => generated 2311 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:51:29.873 8 INFO neutron_taas.services.taas.taas_plugin [None req-94c518eb-83be-42e5-96fc-fa9e11e9d104 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: faa70bab-5c48-4d87-8ac2-5548c2591efd 2026-06-10 09:51:29.879 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94c518eb-83be-42e5-96fc-fa9e11e9d104 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: faa70bab-5c48-4d87-8ac2-5548c2591efd [pid: 7|app: 0|req: 263/537] 10.0.0.109 () {38 vars in 981 bytes} [Wed Jun 10 09:51:29 2026] POST /v2.0/security-group-rules => generated 619 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/538] 10.0.0.109 () {34 vars in 991 bytes} [Wed Jun 10 09:51:29 2026] GET /v2.0/security-groups/57e12811-99ee-4600-b58e-840eca123dd7 => generated 2941 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:51:29.971 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-94c518eb-83be-42e5-96fc-fa9e11e9d104 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 265/539] 10.0.0.109 () {34 vars in 1001 bytes} [Wed Jun 10 09:51:29 2026] GET /v2.0/security-group-rules/ea0d6a67-72c2-4931-b3a0-cbc95f8ebcf8 => generated 616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/540] 10.0.0.109 () {34 vars in 991 bytes} [Wed Jun 10 09:51:30 2026] GET /v2.0/security-groups/57e12811-99ee-4600-b58e-840eca123dd7 => generated 2941 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/541] 10.0.0.109 () {36 vars in 1023 bytes} [Wed Jun 10 09:51:30 2026] DELETE /v2.0/security-group-rules/ea0d6a67-72c2-4931-b3a0-cbc95f8ebcf8 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/542] 10.0.0.109 () {34 vars in 991 bytes} [Wed Jun 10 09:51:30 2026] GET /v2.0/security-groups/57e12811-99ee-4600-b58e-840eca123dd7 => generated 2311 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/543] 10.0.0.109 () {36 vars in 1013 bytes} [Wed Jun 10 09:51:30 2026] DELETE /v2.0/security-groups/57e12811-99ee-4600-b58e-840eca123dd7 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:51:30.330 8 INFO neutron.db.l3_hamode_db [None req-94c518eb-83be-42e5-96fc-fa9e11e9d104 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] HA network 17617ae4-0987-4b1c-beac-3e3ac6dc42cb was deleted as no HA routers are present in tenant 104e2b43d5eb491c93d62c58dd297cea. [pid: 8|app: 0|req: 275/544] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:51:29 2026] DELETE /v2.0/routers/f7e9cba6-77cd-46f2-a65d-b52b6a21957d => generated 0 bytes in 854 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/545] 10.0.0.109 () {34 vars in 991 bytes} [Wed Jun 10 09:51:30 2026] GET /v2.0/security-groups/4d441dc3-df17-445e-ae80-c0e099097493 => generated 2311 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/546] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:51:30 2026] DELETE /v2.0/subnets/96c95c7b-90ac-48db-a1ef-dba98c88b1b8 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/547] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:51:30 2026] GET /v2.0/security-groups?tenant_id=c271800d1b2b47bb874e6992449b4b8e&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/548] 10.0.0.109 () {36 vars in 1013 bytes} [Wed Jun 10 09:51:30 2026] DELETE /v2.0/security-groups/4d441dc3-df17-445e-ae80-c0e099097493 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:51:30.675 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc815e76-d5cd-4b51-9bcb-cb2a819251e9 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: 633b8c04-5e3a-443c-bcf4-02886db67715 2026-06-10 09:51:30.685 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc815e76-d5cd-4b51-9bcb-cb2a819251e9 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: 633b8c04-5e3a-443c-bcf4-02886db67715 [pid: 8|app: 0|req: 278/549] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:51:30 2026] DELETE /v2.0/security-groups/e3b96ba8-d0da-49c7-9bb9-8a9d0b707cc1 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:51:30.778 8 INFO neutron.services.segments.plugin [-] Segment 3739304c-5683-49e1-8ee9-002946f2e4b3 resource provider aggregate not found 2026-06-10 09:51:30.798 8 INFO neutron.services.segments.plugin [-] Segment 3739304c-5683-49e1-8ee9-002946f2e4b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3739304c-5683-49e1-8ee9-002946f2e4b3 found for delete ", "request_id": "req-14951d02-a4a0-4df2-9341-a0b114cc4d98"}]} 2026-06-10 09:51:30.800 8 INFO neutron.services.segments.plugin [-] Segment 3739304c-5683-49e1-8ee9-002946f2e4b3 resource provider aggregate not found 2026-06-10 09:51:30.823 8 INFO neutron.services.segments.plugin [-] Segment 3739304c-5683-49e1-8ee9-002946f2e4b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3739304c-5683-49e1-8ee9-002946f2e4b3 found for delete ", "request_id": "req-5743bc05-a779-452f-a60c-81ba9a911947"}]} [pid: 7|app: 0|req: 272/550] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:51:30 2026] DELETE /v2.0/networks/66ce20b3-a29a-4824-a504-6f969f8dde5d => generated 0 bytes in 403 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:51:31.052 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4254019-d601-4901-b4e5-40796da25bc0 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: 5ffdd4cc-d133-44ff-ada7-2534099c5ed6 2026-06-10 09:51:31.055 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4254019-d601-4901-b4e5-40796da25bc0 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: 5ffdd4cc-d133-44ff-ada7-2534099c5ed6 [pid: 7|app: 0|req: 273/551] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:51:31 2026] GET /v2.0/security-groups?tenant_id=5023bd53be5240bca53783782152ce1f&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/552] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:51:31 2026] DELETE /v2.0/security-groups/1f4aa122-fe7b-4234-b8cf-86c94435be77 => 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: 275/553] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:51:31 2026] GET /v2.0/security-groups?tenant_id=104e2b43d5eb491c93d62c58dd297cea&name=default => generated 2921 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/554] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:51:31 2026] DELETE /v2.0/security-groups/7cb8cee8-3531-41e7-bded-4e9f6a2b80c9 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:51:31.517 7 INFO neutron.services.segments.plugin [-] Segment f0005954-1536-4205-9e9a-a91ad94c84c2 resource provider aggregate not found 2026-06-10 09:51:31.524 7 INFO neutron.services.segments.plugin [-] Segment f0005954-1536-4205-9e9a-a91ad94c84c2 resource provider aggregate not found 2026-06-10 09:51:31.530 7 INFO neutron.services.segments.plugin [-] Segment f0005954-1536-4205-9e9a-a91ad94c84c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0005954-1536-4205-9e9a-a91ad94c84c2 found for delete ", "request_id": "req-a8ae8971-afd1-4393-8aca-88ae28638231"}]} [pid: 8|app: 0|req: 279/555] 10.0.0.107 () {34 vars in 789 bytes} [Wed Jun 10 09:51:30 2026] PUT /v2.0/routers/976e4108-b653-4dab-8e0c-eb7154e27df3/remove_router_interface => generated 309 bytes in 837 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:51:31.538 7 INFO neutron.services.segments.plugin [-] Segment f0005954-1536-4205-9e9a-a91ad94c84c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0005954-1536-4205-9e9a-a91ad94c84c2 found for delete ", "request_id": "req-ba78d0a3-0e4f-470e-81a2-4a15ac901482"}]} 2026-06-10 09:51:31.734 7 INFO neutron_taas.services.taas.taas_plugin [None req-f25d0804-357b-4054-9800-8384f3bad013 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: a75d2ab7-5ae5-4102-9c1a-71a646320147 2026-06-10 09:51:31.736 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f25d0804-357b-4054-9800-8384f3bad013 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: a75d2ab7-5ae5-4102-9c1a-71a646320147 2026-06-10 09:51:32.005 7 INFO neutron_taas.services.taas.taas_plugin [None req-f25d0804-357b-4054-9800-8384f3bad013 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: f6b1cc90-5d04-4b0a-a29c-a3be92e559e8 2026-06-10 09:51:32.009 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f25d0804-357b-4054-9800-8384f3bad013 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: f6b1cc90-5d04-4b0a-a29c-a3be92e559e8 [pid: 8|app: 0|req: 280/556] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:51:31 2026] GET /v2.0/security-groups?tenant_id=8b51881e098943879123bb5a97313cf3&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:51:32.105 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-f25d0804-357b-4054-9800-8384f3bad013 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 281/557] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:51:32 2026] DELETE /v2.0/security-groups/a70dbe6d-4523-4847-aab2-81b40be20779 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:51:32.440 7 INFO neutron.db.l3_hamode_db [None req-f25d0804-357b-4054-9800-8384f3bad013 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] HA network be89571a-bf10-4027-a5c2-8079e8ab2e3b was deleted as no HA routers are present in tenant 452c451668a5434dab4ba0e24e5b5197. [pid: 7|app: 0|req: 277/558] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:51:31 2026] DELETE /v2.0/routers/976e4108-b653-4dab-8e0c-eb7154e27df3 => generated 0 bytes in 907 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/559] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:51:32 2026] DELETE /v2.0/subnets/94414a88-f038-4795-ac92-3a291497863c => 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: 278/560] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:51:32 2026] DELETE /v2.0/networks/d6963f7e-2efa-4374-af79-19285b62de45 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/561] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:51:32 2026] GET /v2.0/security-groups?tenant_id=452c451668a5434dab4ba0e24e5b5197&name=default => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/562] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:51:32 2026] DELETE /v2.0/security-groups/57e128d1-3075-4eea-9007-5176804f911c => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:51:33.522 8 INFO neutron.db.segments_db [None req-0c9ee87e-4391-4166-9012-f394a98aa582 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Added segment c439f37c-7f31-428b-8307-1fcae0b2287b of type vxlan for network ed866e56-111a-44df-b872-4bc07024063f 2026-06-10 09:51:33.554 7 INFO neutron.services.segments.plugin [-] Segment 5627e05d-0777-48a7-8876-e7ec4af857d3 resource provider aggregate not found 2026-06-10 09:51:33.571 7 INFO neutron.services.segments.plugin [-] Segment 5627e05d-0777-48a7-8876-e7ec4af857d3 resource provider aggregate not found 2026-06-10 09:51:33.573 7 INFO neutron.services.segments.plugin [-] Segment 5627e05d-0777-48a7-8876-e7ec4af857d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5627e05d-0777-48a7-8876-e7ec4af857d3 found for delete ", "request_id": "req-d547a9c6-60fb-480f-bab6-d6a48c6f8e4f"}]} 2026-06-10 09:51:33.588 7 INFO neutron.services.segments.plugin [-] Segment 3ab1588f-de3a-4c7b-9237-c6f67b99ee88 resource provider aggregate not found [pid: 8|app: 0|req: 284/563] 10.0.0.107 () {34 vars in 671 bytes} [Wed Jun 10 09:51:33 2026] POST /v2.0/networks => generated 728 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:51:33.601 7 INFO neutron.services.segments.plugin [-] Segment 5627e05d-0777-48a7-8876-e7ec4af857d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5627e05d-0777-48a7-8876-e7ec4af857d3 found for delete ", "request_id": "req-653e8567-4578-466f-9f73-963c57873971"}]} 2026-06-10 09:51:33.607 7 INFO neutron.services.segments.plugin [-] Segment 3ab1588f-de3a-4c7b-9237-c6f67b99ee88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ab1588f-de3a-4c7b-9237-c6f67b99ee88 found for delete ", "request_id": "req-ae4b5c29-9a24-445a-b58a-7f76353a7b87"}]} 2026-06-10 09:51:33.627 7 INFO neutron.services.segments.plugin [-] Segment 3ab1588f-de3a-4c7b-9237-c6f67b99ee88 resource provider aggregate not found 2026-06-10 09:51:33.646 7 INFO neutron.services.segments.plugin [-] Segment 3ab1588f-de3a-4c7b-9237-c6f67b99ee88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ab1588f-de3a-4c7b-9237-c6f67b99ee88 found for delete ", "request_id": "req-56e76e21-1285-44e4-83a2-9275ea207be2"}]} [pid: 7|app: 0|req: 280/564] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:51:33 2026] POST /v2.0/subnets => generated 694 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:51:33.850 8 INFO neutron.db.segments_db [None req-1a5f87d0-b6a3-4c5d-97cf-043c06e3cd6e 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Added segment 7d9e86e3-e330-4ff1-a712-055bc5616432 of type vxlan for network c87a9564-ecd3-420c-9678-cbc2175127d1 [pid: 7|app: 0|req: 281/565] 10.0.0.107 () {32 vars in 653 bytes} [Wed Jun 10 09:51:33 2026] GET /v2.0/extensions => generated 21537 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/566] 10.0.0.107 () {32 vars in 681 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/567] 10.0.0.107 () {32 vars in 681 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/568] 10.0.0.107 () {32 vars in 729 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/569] 10.0.0.107 () {32 vars in 665 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/agent => generated 153 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/570] 10.0.0.107 () {32 vars in 699 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/571] 10.0.0.107 () {32 vars in 697 bytes} [Wed Jun 10 09:51:34 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: 288/572] 10.0.0.107 () {32 vars in 701 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/auto-allocated-topology => 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: 289/573] 10.0.0.107 () {32 vars in 689 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:51:34.099 8 INFO neutron.db.l3_hamode_db [None req-1a5f87d0-b6a3-4c5d-97cf-043c06e3cd6e 24813152f5b04d93ba2edeb14fc64ead 3495e5d3819c4098854a3dbe8471530b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 290/574] 10.0.0.107 () {32 vars in 703 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/575] 10.0.0.107 () {32 vars in 693 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/576] 10.0.0.107 () {32 vars in 695 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/577] 10.0.0.107 () {32 vars in 685 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/578] 10.0.0.107 () {32 vars in 687 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/579] 10.0.0.107 () {32 vars in 661 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/580] 10.0.0.107 () {32 vars in 699 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/581] 10.0.0.107 () {32 vars in 679 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/external-net => 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: 298/582] 10.0.0.107 () {32 vars in 683 bytes} [Wed Jun 10 09:51:34 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: 299/583] 10.0.0.107 () {32 vars in 675 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/584] 10.0.0.107 () {32 vars in 689 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/585] 10.0.0.107 () {32 vars in 723 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/586] 10.0.0.107 () {32 vars in 687 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/587] 10.0.0.107 () {32 vars in 669 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/588] 10.0.0.107 () {32 vars in 687 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/589] 10.0.0.107 () {32 vars in 681 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/590] 10.0.0.107 () {32 vars in 699 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/591] 10.0.0.107 () {32 vars in 679 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/592] 10.0.0.107 () {32 vars in 667 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/593] 10.0.0.107 () {32 vars in 677 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/594] 10.0.0.107 () {32 vars in 665 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/595] 10.0.0.107 () {32 vars in 675 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/596] 10.0.0.107 () {32 vars in 713 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/597] 10.0.0.107 () {32 vars in 691 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/598] 10.0.0.107 () {32 vars in 683 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/599] 10.0.0.107 () {32 vars in 669 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/600] 10.0.0.107 () {32 vars in 687 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/601] 10.0.0.107 () {32 vars in 705 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/602] 10.0.0.107 () {32 vars in 675 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/603] 10.0.0.107 () {32 vars in 701 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/604] 10.0.0.107 () {32 vars in 675 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/605] 10.0.0.107 () {32 vars in 693 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/606] 10.0.0.107 () {32 vars in 689 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/607] 10.0.0.107 () {32 vars in 709 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/608] 10.0.0.107 () {32 vars in 705 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/609] 10.0.0.107 () {32 vars in 719 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/610] 10.0.0.107 () {32 vars in 697 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/611] 10.0.0.107 () {32 vars in 711 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/612] 10.0.0.107 () {32 vars in 669 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/binding => generated 193 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/613] 10.0.0.107 () {32 vars in 687 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/614] 10.0.0.107 () {32 vars in 681 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/615] 10.0.0.107 () {32 vars in 675 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/616] 10.0.0.107 () {32 vars in 671 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/provider => generated 191 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/617] 10.0.0.107 () {32 vars in 661 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/618] 10.0.0.107 () {32 vars in 699 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/619] 10.0.0.107 () {32 vars in 699 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/620] 10.0.0.107 () {32 vars in 677 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/621] 10.0.0.107 () {32 vars in 669 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/622] 10.0.0.107 () {32 vars in 683 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/623] 10.0.0.107 () {32 vars in 701 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/624] 10.0.0.107 () {32 vars in 685 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/625] 10.0.0.107 () {32 vars in 707 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/626] 10.0.0.107 () {32 vars in 669 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/627] 10.0.0.107 () {32 vars in 697 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/628] 10.0.0.107 () {32 vars in 695 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/629] 10.0.0.107 () {32 vars in 685 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/630] 10.0.0.107 () {32 vars in 689 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/quota-check-limit => 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: 347/631] 10.0.0.107 () {32 vars in 705 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/632] 10.0.0.107 () {32 vars in 667 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/633] 10.0.0.107 () {32 vars in 681 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/634] 10.0.0.107 () {32 vars in 681 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/635] 10.0.0.107 () {32 vars in 691 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/636] 10.0.0.107 () {32 vars in 691 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/637] 10.0.0.107 () {32 vars in 695 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/638] 10.0.0.107 () {32 vars in 685 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/639] 10.0.0.107 () {32 vars in 689 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/640] 10.0.0.107 () {32 vars in 701 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/641] 10.0.0.107 () {32 vars in 703 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/642] 10.0.0.107 () {32 vars in 713 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/643] 10.0.0.107 () {32 vars in 717 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/644] 10.0.0.107 () {32 vars in 715 bytes} [Wed Jun 10 09:51:34 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: 361/645] 10.0.0.107 () {32 vars in 727 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/646] 10.0.0.107 () {32 vars in 741 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/647] 10.0.0.107 () {32 vars in 719 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/648] 10.0.0.107 () {32 vars in 683 bytes} [Wed Jun 10 09:51:34 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: 365/649] 10.0.0.107 () {32 vars in 669 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/650] 10.0.0.107 () {32 vars in 719 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/651] 10.0.0.107 () {32 vars in 679 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/652] 10.0.0.107 () {32 vars in 669 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/653] 10.0.0.107 () {32 vars in 697 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/654] 10.0.0.107 () {32 vars in 705 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/655] 10.0.0.107 () {32 vars in 701 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/656] 10.0.0.107 () {32 vars in 701 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/657] 10.0.0.107 () {32 vars in 683 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/658] 10.0.0.107 () {32 vars in 705 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/659] 10.0.0.107 () {32 vars in 695 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/660] 10.0.0.107 () {32 vars in 689 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/661] 10.0.0.107 () {32 vars in 697 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:51:34.854 8 INFO neutron.db.l3_hamode_db [None req-1a5f87d0-b6a3-4c5d-97cf-043c06e3cd6e 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 378/662] 10.0.0.107 () {32 vars in 679 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/663] 10.0.0.107 () {32 vars in 689 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/664] 10.0.0.107 () {32 vars in 701 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/665] 10.0.0.107 () {32 vars in 665 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/666] 10.0.0.107 () {32 vars in 681 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/667] 10.0.0.107 () {32 vars in 677 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/668] 10.0.0.107 () {32 vars in 693 bytes} [Wed Jun 10 09:51:34 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: 385/669] 10.0.0.107 () {32 vars in 677 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/670] 10.0.0.107 () {32 vars in 667 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/671] 10.0.0.107 () {32 vars in 663 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/taas => generated 175 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/672] 10.0.0.107 () {32 vars in 675 bytes} [Wed Jun 10 09:51:34 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:51:35.406 7 INFO neutron.db.segments_db [None req-93671d20-d849-497b-9800-30616dd98c74 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Added segment c3ccd9d8-b7f9-477c-bd6e-943f3a2f99df of type vxlan for network c9f53d00-d532-4669-a00a-d86af8df9c23 [pid: 7|app: 0|req: 389/673] 10.0.0.107 () {34 vars in 671 bytes} [Wed Jun 10 09:51:34 2026] POST /v2.0/networks => generated 732 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/674] 10.0.0.107 () {32 vars in 687 bytes} [Wed Jun 10 09:51:35 2026] GET /v2.0/extensions/taas-vlan-filter => 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: 391/675] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:51:35 2026] POST /v2.0/subnets => generated 698 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/676] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:51:33 2026] POST /v2.0/routers => generated 734 bytes in 1901 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:51:35.731 7 INFO neutron.db.segments_db [None req-bcd29005-9b93-4bc0-886f-028a94efae7d 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Added segment ce736c6e-a180-4dd0-9c00-925f0fd63b0d of type vxlan for network 178de9cf-8949-4291-a9bf-1a681f158032 2026-06-10 09:51:35.953 7 INFO neutron.db.l3_hamode_db [None req-bcd29005-9b93-4bc0-886f-028a94efae7d 24813152f5b04d93ba2edeb14fc64ead 774d3b33de534c2c8ac2cfbbd3d46902 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:51:36.860 7 INFO neutron.db.l3_hamode_db [None req-bcd29005-9b93-4bc0-886f-028a94efae7d 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 286/677] 10.0.0.107 () {34 vars in 783 bytes} [Wed Jun 10 09:51:35 2026] PUT /v2.0/routers/8123b527-6dab-42a8-8774-caa813ab772d/add_router_interface => generated 309 bytes in 1204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/678] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:51:36 2026] GET /v2.0/security-groups?tenant_id=4dca2ec936244340931f852b9ff7d925&name=default => generated 2925 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/679] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:51:37 2026] DELETE /v2.0/security-groups/f16cec4d-68dc-451c-b5c6-dac39966440f => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/680] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:51:37 2026] GET /v2.0/security-groups?tenant_id=e25257c8b3b3410d8760b5bc38f68230&name=default => generated 2925 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/681] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:51:35 2026] POST /v2.0/routers => generated 738 bytes in 2251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/682] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:51:37 2026] DELETE /v2.0/security-groups/29bbdc3e-7ace-40de-a5ab-833fae75944a => 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: 290/683] 10.0.0.107 () {34 vars in 685 bytes} [Wed Jun 10 09:51:37 2026] POST /v2.0/security-groups => generated 1660 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/684] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:51:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/685] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:51:38 2026] GET /v2.0/security-groups?tenant_id=fff7d169e9cc4f56a04b4986646197ba&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/686] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:51:38 2026] POST /v2.0/security-group-rules => generated 602 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/687] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:51:38 2026] DELETE /v2.0/security-groups/60194917-5566-4545-806d-ce8d73747a1f => 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: 394/688] 10.0.0.107 () {34 vars in 783 bytes} [Wed Jun 10 09:51:38 2026] PUT /v2.0/routers/32ad57b3-4459-402e-a409-f9764377aa36/add_router_interface => generated 309 bytes in 1241 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/689] 10.0.0.107 () {34 vars in 676 bytes} [Wed Jun 10 09:51:38 2026] POST /v2.0/floatingips => generated 552 bytes in 661 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:51:39.668 7 INFO neutron.db.segments_db [None req-8c80dded-e222-4644-9cbe-2da4bf4c53b2 16c74f216d8243a98b649b8fc1704b78 0141d9af8f604a368a5292bd7589590e - - default default] Added segment 48ffa076-bebd-4304-9dfc-c8d2d7941ce9 of type vxlan for network d14b1bf0-5d90-4332-846e-71ffbd0180bb 2026-06-10 09:51:39.720 7 INFO neutron.db.segments_db [None req-8c80dded-e222-4644-9cbe-2da4bf4c53b2 16c74f216d8243a98b649b8fc1704b78 0141d9af8f604a368a5292bd7589590e - - default default] Added segment 066db667-4002-4b09-91b6-df9295b37c32 of type vxlan for network 98c2caf3-0959-4fc5-b6b0-8d96fee66600 [pid: 7|app: 0|req: 395/690] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:51:39 2026] POST /v2.0/networks => generated 1205 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/691] 10.0.0.107 () {32 vars in 649 bytes} [Wed Jun 10 09:51:39 2026] GET /v2.0/networks => generated 1842 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:51:39.978 7 INFO neutron.services.segments.plugin [-] Segment 48ffa076-bebd-4304-9dfc-c8d2d7941ce9 resource provider aggregate not found 2026-06-10 09:51:39.988 7 INFO neutron.services.segments.plugin [-] Segment 48ffa076-bebd-4304-9dfc-c8d2d7941ce9 resource provider aggregate not found 2026-06-10 09:51:39.998 7 INFO neutron.services.segments.plugin [-] Segment 48ffa076-bebd-4304-9dfc-c8d2d7941ce9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48ffa076-bebd-4304-9dfc-c8d2d7941ce9 found for delete ", "request_id": "req-ba21a28e-3ac8-465b-96c2-228a52aa9e20"}]} 2026-06-10 09:51:40.008 7 INFO neutron.services.segments.plugin [-] Segment 48ffa076-bebd-4304-9dfc-c8d2d7941ce9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48ffa076-bebd-4304-9dfc-c8d2d7941ce9 found for delete ", "request_id": "req-5aa93ffc-54ec-4af3-b733-2bcf637fba3d"}]} [pid: 7|app: 0|req: 396/692] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:51:39 2026] DELETE /v2.0/networks/d14b1bf0-5d90-4332-846e-71ffbd0180bb => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/693] 10.0.0.107 () {34 vars in 685 bytes} [Wed Jun 10 09:51:39 2026] POST /v2.0/security-groups => generated 1660 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/694] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:51:40 2026] DELETE /v2.0/networks/98c2caf3-0959-4fc5-b6b0-8d96fee66600 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/695] 10.0.0.107 () {32 vars in 649 bytes} [Wed Jun 10 09:51:40 2026] GET /v2.0/networks => generated 651 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/696] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:51:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:51:40.233 7 INFO neutron.db.segments_db [None req-aa5230f2-31c0-47f4-a7af-5a749605eb5a 16c74f216d8243a98b649b8fc1704b78 0141d9af8f604a368a5292bd7589590e - - default default] Added segment 3f7b8060-d807-44ec-8498-18e553b2be50 of type vxlan for network a2cb4ec1-5ab6-4407-a85c-e27a6cdca75a [pid: 7|app: 0|req: 399/697] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:51:40 2026] POST /v2.0/networks => generated 631 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/698] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:51:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:51:40.354 7 INFO neutron.db.segments_db [None req-9bb1277c-b801-4f12-b72e-57b1aaa35f64 16c74f216d8243a98b649b8fc1704b78 0141d9af8f604a368a5292bd7589590e - - default default] Added segment d8f2b454-1735-4369-b343-9b26428ccdce of type vxlan for network 3688a040-3253-469f-9407-9f01e5fee5d9 [pid: 7|app: 0|req: 400/699] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:51:40 2026] POST /v2.0/networks => generated 631 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/700] 10.0.0.107 () {34 vars in 676 bytes} [Wed Jun 10 09:51:40 2026] POST /v2.0/floatingips => generated 552 bytes in 549 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/701] 10.0.0.107 () {34 vars in 665 bytes} [Wed Jun 10 09:51:40 2026] POST /v2.0/ports => generated 1505 bytes in 680 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 09:51:41.199 8 INFO neutron.db.segments_db [None req-90763edd-c830-49d0-87b6-8e0e6651295a 2cfbb5f77bf0438a947a9470eee960fb f5eeb7b1b8524ff9a8a8d5ffa8638a3b - - default default] Added segment 717f3c65-6bf2-4062-9961-575e194ae280 of type vxlan for network db569d5d-aaec-49ce-9a85-af59110c623b [pid: 7|app: 0|req: 402/702] 10.0.0.107 () {32 vars in 643 bytes} [Wed Jun 10 09:51:41 2026] GET /v2.0/ports => generated 1505 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/703] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:51:40 2026] POST /v2.0/networks => generated 628 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:51:41.375 7 INFO neutron_taas.services.taas.taas_plugin [None req-683688a1-921c-41a1-b9c8-9126c8fc9835 16c74f216d8243a98b649b8fc1704b78 0141d9af8f604a368a5292bd7589590e - - default default] TaaS: Handle Delete Port: 8c1503f0-caa0-4e83-ab45-ad6256d3fa16 2026-06-10 09:51:41.415 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-683688a1-921c-41a1-b9c8-9126c8fc9835 16c74f216d8243a98b649b8fc1704b78 0141d9af8f604a368a5292bd7589590e - - default default] Tap Mirror: Handle Delete Port: 8c1503f0-caa0-4e83-ab45-ad6256d3fa16 [pid: 7|app: 0|req: 403/704] 10.0.0.107 () {32 vars in 720 bytes} [Wed Jun 10 09:51:41 2026] DELETE /v2.0/ports/8c1503f0-caa0-4e83-ab45-ad6256d3fa16 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/705] 10.0.0.109 () {34 vars in 1100 bytes} [Wed Jun 10 09:51:41 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1673752318&fields=id&tenant_id=774d3b33de534c2c8ac2cfbbd3d46902 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:51:41.664 7 INFO neutron_taas.services.taas.taas_plugin [None req-47067e98-d5a9-4dcd-8b9b-d04d156a3c1c 16c74f216d8243a98b649b8fc1704b78 0141d9af8f604a368a5292bd7589590e - - default default] TaaS: Handle Delete Port: 2e158166-deed-4193-aba0-d0b2d3f2584b 2026-06-10 09:51:41.667 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47067e98-d5a9-4dcd-8b9b-d04d156a3c1c 16c74f216d8243a98b649b8fc1704b78 0141d9af8f604a368a5292bd7589590e - - default default] Tap Mirror: Handle Delete Port: 2e158166-deed-4193-aba0-d0b2d3f2584b [pid: 7|app: 0|req: 405/706] 10.0.0.107 () {32 vars in 720 bytes} [Wed Jun 10 09:51:41 2026] DELETE /v2.0/ports/2e158166-deed-4193-aba0-d0b2d3f2584b => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/707] 10.0.0.107 () {34 vars in 665 bytes} [Wed Jun 10 09:51:41 2026] POST /v2.0/ports => generated 779 bytes in 435 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: 303/708] 10.0.0.107 () {32 vars in 643 bytes} [Wed Jun 10 09:51:41 2026] GET /v2.0/ports => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/709] 10.0.0.109 () {34 vars in 982 bytes} [Wed Jun 10 09:51:41 2026] GET /v2.0/networks?id=c9f53d00-d532-4669-a00a-d86af8df9c23 => generated 683 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:51:41.843 7 INFO neutron.db.segments_db [None req-a34ce0c6-0aa6-4783-872c-188b3644c890 16c74f216d8243a98b649b8fc1704b78 0141d9af8f604a368a5292bd7589590e - - default default] Added segment 8fbc91f8-c230-4180-930a-987c618717c4 of type vxlan for network 4d348ca0-5376-4cc0-adc1-40c22224c7ac 2026-06-10 09:51:41.850 8 INFO neutron.db.segments_db [None req-0c727872-8f55-4089-8b9d-5a4d0c44f1fd 2cfbb5f77bf0438a947a9470eee960fb f5eeb7b1b8524ff9a8a8d5ffa8638a3b - - default default] Added segment ffdd85f0-9da1-4507-bf6c-01205e64b7ef of type vxlan for network bf25fc0a-4dde-4efb-a434-5a2107351c78 [pid: 7|app: 0|req: 407/710] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:51:41 2026] POST /v2.0/networks => generated 631 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/711] 10.0.0.109 () {34 vars in 965 bytes} [Wed Jun 10 09:51:41 2026] GET /v2.0/quotas/774d3b33de534c2c8ac2cfbbd3d46902 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/712] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:51:41 2026] POST /v2.0/networks => generated 617 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:51:41.975 7 INFO neutron.db.segments_db [None req-04af8070-e99f-4f33-af72-f6810e8d5027 16c74f216d8243a98b649b8fc1704b78 0141d9af8f604a368a5292bd7589590e - - default default] Added segment 3ad1df74-22ed-43b2-b905-5ebaa652176a of type vxlan for network c2e467fe-d01e-42ad-9824-53c4f4418073 2026-06-10 09:51:42.017 7 INFO neutron.services.segments.plugin [-] Segment 066db667-4002-4b09-91b6-df9295b37c32 resource provider aggregate not found 2026-06-10 09:51:42.035 7 INFO neutron.services.segments.plugin [-] Segment 066db667-4002-4b09-91b6-df9295b37c32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 066db667-4002-4b09-91b6-df9295b37c32 found for delete ", "request_id": "req-a11cc25d-ab8a-4847-b378-8653f2313c93"}]} 2026-06-10 09:51:42.042 7 INFO neutron.services.segments.plugin [-] Segment 066db667-4002-4b09-91b6-df9295b37c32 resource provider aggregate not found 2026-06-10 09:51:42.065 7 INFO neutron.services.segments.plugin [-] Segment 066db667-4002-4b09-91b6-df9295b37c32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 066db667-4002-4b09-91b6-df9295b37c32 found for delete ", "request_id": "req-54ef558f-f8d3-4054-98cb-bde02ef5a7f0"}]} [pid: 7|app: 0|req: 409/713] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:51:41 2026] POST /v2.0/networks => generated 630 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/714] 10.0.0.109 () {34 vars in 1002 bytes} [Wed Jun 10 09:51:41 2026] GET /v2.0/ports?tenant_id=774d3b33de534c2c8ac2cfbbd3d46902&fields=id => generated 103 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/715] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:51:42 2026] POST /v2.0/subnets => generated 646 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/716] 10.0.0.107 () {34 vars in 665 bytes} [Wed Jun 10 09:51:42 2026] POST /v2.0/ports => generated 966 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 306/719] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:51:42 2026] POST /v2.0/subnets => generated 1272 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 09:51:42.734 7 INFO neutron_taas.services.taas.taas_plugin [None req-149b5baf-7fb0-462d-bf21-186bf9870c2b 2cfbb5f77bf0438a947a9470eee960fb f5eeb7b1b8524ff9a8a8d5ffa8638a3b - - default default] TaaS: Handle Delete Port: 31d33bd6-ead2-4dc0-a6ab-abd8a3e78304 2026-06-10 09:51:42.737 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-149b5baf-7fb0-462d-bf21-186bf9870c2b 2cfbb5f77bf0438a947a9470eee960fb f5eeb7b1b8524ff9a8a8d5ffa8638a3b - - default default] Tap Mirror: Handle Delete Port: 31d33bd6-ead2-4dc0-a6ab-abd8a3e78304 [pid: 8|app: 0|req: 307/720] 10.0.0.109 () {34 vars in 907 bytes} [Wed Jun 10 09:51:42 2026] GET /v2.0/extensions => generated 21537 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/721] 10.0.0.107 () {32 vars in 647 bytes} [Wed Jun 10 09:51:42 2026] GET /v2.0/subnets => generated 1908 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/722] 10.0.0.109 () {34 vars in 1008 bytes} [Wed Jun 10 09:51:42 2026] GET /v2.0/networks/c9f53d00-d532-4669-a00a-d86af8df9c23?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: 414/723] 10.0.0.107 () {32 vars in 720 bytes} [Wed Jun 10 09:51:42 2026] DELETE /v2.0/ports/31d33bd6-ead2-4dc0-a6ab-abd8a3e78304 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/724] 10.0.0.109 () {34 vars in 1108 bytes} [Wed Jun 10 09:51:42 2026] GET /v2.0/networks/c9f53d00-d532-4669-a00a-d86af8df9c23?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:51:42.915 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7f4d52e9-4f34-4c7a-9b57-73f70f1ffc78 2cfbb5f77bf0438a947a9470eee960fb f5eeb7b1b8524ff9a8a8d5ffa8638a3b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 416/725] 10.0.0.107 () {32 vars in 720 bytes} [Wed Jun 10 09:51:42 2026] DELETE /v2.0/ports/31d33bd6-ead2-4dc0-a6ab-abd8a3e78304 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:51:42.934 7 INFO neutron.pecan_wsgi.hooks.translation [None req-355c64c1-8b25-4631-b7a3-3ef95c4181ab 2cfbb5f77bf0438a947a9470eee960fb f5eeb7b1b8524ff9a8a8d5ffa8638a3b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 417/726] 10.0.0.107 () {32 vars in 717 bytes} [Wed Jun 10 09:51:42 2026] GET /v2.0/ports/31d33bd6-ead2-4dc0-a6ab-abd8a3e78304 => generated 132 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/727] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:51:42 2026] DELETE /v2.0/subnets/806c01f3-7bfe-42aa-b690-d2bd91dce83f => 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: 418/728] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:51:42 2026] DELETE /v2.0/subnets/568d2b5f-3e5d-41a9-a808-529c26aad16c => 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: 311/729] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:51:42 2026] DELETE /v2.0/subnets/d5cbbddb-d488-4084-b5d3-b60f3db27f0f => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/730] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:51:43 2026] GET /v2.0/ports?device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/731] 10.0.0.107 () {32 vars in 647 bytes} [Wed Jun 10 09:51:43 2026] GET /v2.0/subnets => generated 649 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:51:43.255 8 INFO neutron.services.segments.plugin [-] Segment ffdd85f0-9da1-4507-bf6c-01205e64b7ef resource provider aggregate not found 2026-06-10 09:51:43.264 8 INFO neutron.services.segments.plugin [-] Segment ffdd85f0-9da1-4507-bf6c-01205e64b7ef resource provider aggregate not found 2026-06-10 09:51:43.278 8 INFO neutron.services.segments.plugin [-] Segment ffdd85f0-9da1-4507-bf6c-01205e64b7ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffdd85f0-9da1-4507-bf6c-01205e64b7ef found for delete ", "request_id": "req-24b1bb0e-171a-489d-850b-362e1fbeb2e1"}]} 2026-06-10 09:51:43.282 8 INFO neutron.services.segments.plugin [-] Segment ffdd85f0-9da1-4507-bf6c-01205e64b7ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffdd85f0-9da1-4507-bf6c-01205e64b7ef found for delete ", "request_id": "req-3e74569b-a619-45ec-a916-bce03c7bfe01"}]} [pid: 8|app: 0|req: 312/732] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:51:43 2026] DELETE /v2.0/networks/bf25fc0a-4dde-4efb-a434-5a2107351c78 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/733] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:51:43 2026] DELETE /v2.0/networks/c2e467fe-d01e-42ad-9824-53c4f4418073 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:51:43.356 8 INFO neutron.db.segments_db [None req-85e01c86-46aa-45c3-85d8-aa045ac89940 2cfbb5f77bf0438a947a9470eee960fb f5eeb7b1b8524ff9a8a8d5ffa8638a3b - - default default] Added segment 4a36348d-2ed8-4fc9-9a52-a223cde458a0 of type vxlan for network 65900466-c0b3-47b7-8c04-63a10c8c8495 [pid: 7|app: 0|req: 422/734] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:51:43 2026] DELETE /v2.0/networks/4d348ca0-5376-4cc0-adc1-40c22224c7ac => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/735] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:51:43 2026] POST /v2.0/networks => generated 617 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/736] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:51:43 2026] DELETE /v2.0/networks/3688a040-3253-469f-9407-9f01e5fee5d9 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/737] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:51:43 2026] POST /v2.0/subnets => generated 646 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/738] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:51:43 2026] DELETE /v2.0/networks/a2cb4ec1-5ab6-4407-a85c-e27a6cdca75a => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/739] 10.0.0.107 () {34 vars in 665 bytes} [Wed Jun 10 09:51:43 2026] POST /v2.0/ports => generated 928 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:51:44.058 7 INFO neutron.services.segments.plugin [-] Segment 3ad1df74-22ed-43b2-b905-5ebaa652176a resource provider aggregate not found 2026-06-10 09:51:44.077 7 INFO neutron.services.segments.plugin [-] Segment 3ad1df74-22ed-43b2-b905-5ebaa652176a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ad1df74-22ed-43b2-b905-5ebaa652176a found for delete ", "request_id": "req-62d3e85e-9455-4cb4-ad2c-58b9701e2a75"}]} 2026-06-10 09:51:44.094 7 INFO neutron.services.segments.plugin [-] Segment 3ad1df74-22ed-43b2-b905-5ebaa652176a resource provider aggregate not found 2026-06-10 09:51:44.098 7 INFO neutron.services.segments.plugin [-] Segment 8fbc91f8-c230-4180-930a-987c618717c4 resource provider aggregate not found 2026-06-10 09:51:44.119 7 INFO neutron.services.segments.plugin [-] Segment 8fbc91f8-c230-4180-930a-987c618717c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fbc91f8-c230-4180-930a-987c618717c4 found for delete ", "request_id": "req-da6ee7a9-ee4a-41f0-8b61-f71f24696b65"}]} 2026-06-10 09:51:44.137 7 INFO neutron.services.segments.plugin [-] Segment 3ad1df74-22ed-43b2-b905-5ebaa652176a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ad1df74-22ed-43b2-b905-5ebaa652176a found for delete ", "request_id": "req-1de36883-b81e-41db-8b4b-60fd643565b3"}]} 2026-06-10 09:51:44.144 7 INFO neutron.services.segments.plugin [-] Segment d8f2b454-1735-4369-b343-9b26428ccdce resource provider aggregate not found 2026-06-10 09:51:44.164 7 INFO neutron.services.segments.plugin [-] Segment 8fbc91f8-c230-4180-930a-987c618717c4 resource provider aggregate not found 2026-06-10 09:51:44.168 7 INFO neutron.services.segments.plugin [-] Segment d8f2b454-1735-4369-b343-9b26428ccdce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8f2b454-1735-4369-b343-9b26428ccdce found for delete ", "request_id": "req-72b66e4f-cdbc-4687-990b-de08f45e001f"}]} 2026-06-10 09:51:44.185 7 INFO neutron.services.segments.plugin [-] Segment 8fbc91f8-c230-4180-930a-987c618717c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fbc91f8-c230-4180-930a-987c618717c4 found for delete ", "request_id": "req-81281c98-766f-49ea-9c0a-17ac1d5fb582"}]} 2026-06-10 09:51:44.193 7 INFO neutron.services.segments.plugin [-] Segment 3f7b8060-d807-44ec-8498-18e553b2be50 resource provider aggregate not found 2026-06-10 09:51:44.210 7 INFO neutron.services.segments.plugin [-] Segment 3f7b8060-d807-44ec-8498-18e553b2be50 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f7b8060-d807-44ec-8498-18e553b2be50 found for delete ", "request_id": "req-7251cabe-1880-45af-858d-8ec689b23eaf"}]} 2026-06-10 09:51:44.211 7 INFO neutron.services.segments.plugin [-] Segment d8f2b454-1735-4369-b343-9b26428ccdce resource provider aggregate not found 2026-06-10 09:51:44.220 7 INFO neutron_taas.services.taas.taas_plugin [None req-dccc9eb2-b3c0-4aad-8de6-727cfc6f34e4 2cfbb5f77bf0438a947a9470eee960fb f5eeb7b1b8524ff9a8a8d5ffa8638a3b - - default default] TaaS: Handle Delete Port: 059eed82-90df-45d2-80b7-d3bee139c5c6 2026-06-10 09:51:44.223 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dccc9eb2-b3c0-4aad-8de6-727cfc6f34e4 2cfbb5f77bf0438a947a9470eee960fb f5eeb7b1b8524ff9a8a8d5ffa8638a3b - - default default] Tap Mirror: Handle Delete Port: 059eed82-90df-45d2-80b7-d3bee139c5c6 2026-06-10 09:51:44.234 7 INFO neutron.services.segments.plugin [-] Segment d8f2b454-1735-4369-b343-9b26428ccdce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8f2b454-1735-4369-b343-9b26428ccdce found for delete ", "request_id": "req-d963c6b1-b546-449e-883a-d538bb78c910"}]} 2026-06-10 09:51:44.254 7 INFO neutron.services.segments.plugin [-] Segment 3f7b8060-d807-44ec-8498-18e553b2be50 resource provider aggregate not found [pid: 8|app: 0|req: 316/740] 10.0.0.109 () {34 vars in 1098 bytes} [Wed Jun 10 09:51:44 2026] GET /v2.0/security-groups?name=tempest-securitygroup--145712240&fields=id&tenant_id=3495e5d3819c4098854a3dbe8471530b => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:51:44.272 7 INFO neutron.services.segments.plugin [-] Segment 3f7b8060-d807-44ec-8498-18e553b2be50 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f7b8060-d807-44ec-8498-18e553b2be50 found for delete ", "request_id": "req-3c7d7e64-dfdd-4a3e-90c9-9419c8c71051"}]} [pid: 8|app: 0|req: 317/741] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:51:44 2026] GET /v2.0/ports?device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => 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: 425/742] 10.0.0.107 () {32 vars in 720 bytes} [Wed Jun 10 09:51:44 2026] DELETE /v2.0/ports/059eed82-90df-45d2-80b7-d3bee139c5c6 => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:51:44.357 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b3efcee8-91bc-432c-8835-3fa066d84386 2cfbb5f77bf0438a947a9470eee960fb f5eeb7b1b8524ff9a8a8d5ffa8638a3b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 426/743] 10.0.0.107 () {32 vars in 717 bytes} [Wed Jun 10 09:51:44 2026] GET /v2.0/ports/059eed82-90df-45d2-80b7-d3bee139c5c6 => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/744] 10.0.0.109 () {34 vars in 982 bytes} [Wed Jun 10 09:51:44 2026] GET /v2.0/networks?id=ed866e56-111a-44df-b872-4bc07024063f => generated 679 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/745] 10.0.0.109 () {34 vars in 965 bytes} [Wed Jun 10 09:51:44 2026] GET /v2.0/quotas/3495e5d3819c4098854a3dbe8471530b => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/746] 10.0.0.109 () {34 vars in 1002 bytes} [Wed Jun 10 09:51:44 2026] GET /v2.0/ports?tenant_id=3495e5d3819c4098854a3dbe8471530b&fields=id => generated 103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/747] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:51:44 2026] DELETE /v2.0/subnets/c4633f67-2163-4583-8c2e-4e10640d7feb => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/748] 10.0.0.109 () {34 vars in 1008 bytes} [Wed Jun 10 09:51:44 2026] GET /v2.0/networks/ed866e56-111a-44df-b872-4bc07024063f?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/749] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:51:44 2026] GET /v2.0/security-groups?tenant_id=0141d9af8f604a368a5292bd7589590e&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/750] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:51:44 2026] DELETE /v2.0/networks/65900466-c0b3-47b7-8c04-63a10c8c8495 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/751] 10.0.0.109 () {34 vars in 1108 bytes} [Wed Jun 10 09:51:44 2026] GET /v2.0/networks/ed866e56-111a-44df-b872-4bc07024063f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/752] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:51:44 2026] DELETE /v2.0/security-groups/a73d34c6-c795-40f1-830a-7ea70dc7da2c => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/753] 10.0.0.107 () {34 vars in 665 bytes} [Wed Jun 10 09:51:44 2026] POST /v2.0/ports => generated 779 bytes in 290 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: 431/754] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:51:45 2026] GET /v2.0/ports?device_id=1c722b96-373a-4bf7-8414-36205ff4d816 => 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: 324/755] 10.0.0.107 () {34 vars in 737 bytes} [Wed Jun 10 09:51:45 2026] PUT /v2.0/ports/5b74eb4f-8c2c-40f9-a116-57047417a021 => generated 752 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:51:45.299 8 INFO neutron.services.segments.plugin [-] Segment 4a36348d-2ed8-4fc9-9a52-a223cde458a0 resource provider aggregate not found 2026-06-10 09:51:45.313 8 INFO neutron.services.segments.plugin [-] Segment 4a36348d-2ed8-4fc9-9a52-a223cde458a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a36348d-2ed8-4fc9-9a52-a223cde458a0 found for delete ", "request_id": "req-51e391af-0107-4756-a174-0eb5212960ce"}]} 2026-06-10 09:51:45.314 8 INFO neutron.services.segments.plugin [-] Segment 4a36348d-2ed8-4fc9-9a52-a223cde458a0 resource provider aggregate not found 2026-06-10 09:51:45.327 8 INFO neutron.services.segments.plugin [-] Segment 4a36348d-2ed8-4fc9-9a52-a223cde458a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a36348d-2ed8-4fc9-9a52-a223cde458a0 found for delete ", "request_id": "req-aac0a98f-3594-446d-b75e-7387c8bb1729"}]} 2026-06-10 09:51:45.340 7 INFO neutron_taas.services.taas.taas_plugin [None req-82fcac7a-c724-4516-a515-d927a46ad4fe 2cfbb5f77bf0438a947a9470eee960fb f5eeb7b1b8524ff9a8a8d5ffa8638a3b - - default default] TaaS: Handle Delete Port: 5b74eb4f-8c2c-40f9-a116-57047417a021 2026-06-10 09:51:45.343 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82fcac7a-c724-4516-a515-d927a46ad4fe 2cfbb5f77bf0438a947a9470eee960fb f5eeb7b1b8524ff9a8a8d5ffa8638a3b - - default default] Tap Mirror: Handle Delete Port: 5b74eb4f-8c2c-40f9-a116-57047417a021 [pid: 7|app: 0|req: 432/756] 10.0.0.107 () {32 vars in 720 bytes} [Wed Jun 10 09:51:45 2026] DELETE /v2.0/ports/5b74eb4f-8c2c-40f9-a116-57047417a021 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 433/757] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:51:45 2026] GET /v2.0/ports?device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => 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: 325/758] 10.0.0.107 () {32 vars in 643 bytes} [Wed Jun 10 09:51:45 2026] GET /v2.0/ports => generated 782 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:51:45.499 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a414e7cf-9314-40fd-8660-c07eaee220f4 2cfbb5f77bf0438a947a9470eee960fb f5eeb7b1b8524ff9a8a8d5ffa8638a3b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 434/759] 10.0.0.107 () {32 vars in 717 bytes} [Wed Jun 10 09:51:45 2026] GET /v2.0/ports/5b74eb4f-8c2c-40f9-a116-57047417a021 => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/760] 10.0.0.107 () {32 vars in 643 bytes} [Wed Jun 10 09:51:45 2026] GET /v2.0/ports => generated 782 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/761] 10.0.0.107 () {32 vars in 717 bytes} [Wed Jun 10 09:51:45 2026] GET /v2.0/ports/4df0edb9-4dfb-46fe-8b8b-2f4e99b156ef => generated 779 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:51:45.608 8 INFO neutron.pecan_wsgi.hooks.translation [None req-901ef408-1579-4a10-93b9-6fe984ea77a7 2cfbb5f77bf0438a947a9470eee960fb f5eeb7b1b8524ff9a8a8d5ffa8638a3b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 327/762] 10.0.0.107 () {32 vars in 720 bytes} [Wed Jun 10 09:51:45 2026] DELETE /v2.0/ports/059eed82-90df-45d2-80b7-d3bee139c5c6 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:51:45.631 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f5406660-59a5-4ccf-bc89-f0a2418d1327 2cfbb5f77bf0438a947a9470eee960fb f5eeb7b1b8524ff9a8a8d5ffa8638a3b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 436/763] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:51:45 2026] DELETE /v2.0/subnets/c4633f67-2163-4583-8c2e-4e10640d7feb => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:51:45.655 8 INFO neutron.pecan_wsgi.hooks.translation [None req-63da939e-fd20-4d04-b4e4-e4500fa3bae0 2cfbb5f77bf0438a947a9470eee960fb f5eeb7b1b8524ff9a8a8d5ffa8638a3b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 328/764] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:51:45 2026] DELETE /v2.0/subnets/568d2b5f-3e5d-41a9-a808-529c26aad16c => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:51:45.761 7 INFO neutron_taas.services.taas.taas_plugin [None req-c604fe38-5c2c-4b23-bbcb-fa87034ac9ab 2cfbb5f77bf0438a947a9470eee960fb f5eeb7b1b8524ff9a8a8d5ffa8638a3b - - default default] TaaS: Handle Delete Port: 4df0edb9-4dfb-46fe-8b8b-2f4e99b156ef 2026-06-10 09:51:45.764 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c604fe38-5c2c-4b23-bbcb-fa87034ac9ab 2cfbb5f77bf0438a947a9470eee960fb f5eeb7b1b8524ff9a8a8d5ffa8638a3b - - default default] Tap Mirror: Handle Delete Port: 4df0edb9-4dfb-46fe-8b8b-2f4e99b156ef [pid: 7|app: 0|req: 437/765] 10.0.0.107 () {32 vars in 720 bytes} [Wed Jun 10 09:51:45 2026] DELETE /v2.0/ports/4df0edb9-4dfb-46fe-8b8b-2f4e99b156ef => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/766] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:51:45 2026] DELETE /v2.0/networks/db569d5d-aaec-49ce-9a85-af59110c623b => 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: 438/767] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:51:46 2026] GET /v2.0/ports?device_id=1c722b96-373a-4bf7-8414-36205ff4d816 => 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: 330/768] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:51:46 2026] GET /v2.0/ports?device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => 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: 331/769] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:51:46 2026] GET /v2.0/security-groups?tenant_id=f5eeb7b1b8524ff9a8a8d5ffa8638a3b&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:51:46.889 7 INFO neutron.db.segments_db [None req-854b4e36-9a54-4d56-b5b3-5115776b8026 508d830a3d0843e89fc8b5a789558145 26bb7d4422aa42bd9410bc4ff0ea489a - - default default] Added segment a7526476-a3c4-46f9-b754-6d972b9586ec of type vxlan for network 30b98642-a691-40d5-8834-2cdcd2101d90 [pid: 8|app: 0|req: 332/770] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:51:46 2026] DELETE /v2.0/security-groups/56a45e98-c236-46f3-8351-4ef8da3b62e5 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/771] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:51:46 2026] POST /v2.0/networks => generated 628 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/772] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:51:47 2026] GET /v2.0/ports?device_id=1c722b96-373a-4bf7-8414-36205ff4d816 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:51:47.337 8 INFO neutron.services.segments.plugin [-] Segment 717f3c65-6bf2-4062-9961-575e194ae280 resource provider aggregate not found 2026-06-10 09:51:47.347 8 INFO neutron.services.segments.plugin [-] Segment 717f3c65-6bf2-4062-9961-575e194ae280 resource provider aggregate not found 2026-06-10 09:51:47.357 8 INFO neutron.services.segments.plugin [-] Segment 717f3c65-6bf2-4062-9961-575e194ae280 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 717f3c65-6bf2-4062-9961-575e194ae280 found for delete ", "request_id": "req-c46e6632-7a98-46df-9d18-6e387dd9427c"}]} 2026-06-10 09:51:47.363 8 INFO neutron.services.segments.plugin [-] Segment 717f3c65-6bf2-4062-9961-575e194ae280 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 717f3c65-6bf2-4062-9961-575e194ae280 found for delete ", "request_id": "req-3c55693c-00b0-410d-968c-8909f6fc29b8"}]} [pid: 8|app: 0|req: 334/773] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:51:47 2026] GET /v2.0/ports?device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => 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: 440/774] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:51:47 2026] POST /v2.0/subnets => generated 673 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:51:47.805 8 INFO neutron.db.segments_db [None req-73f07db6-5088-4b16-a742-c7574f853e85 508d830a3d0843e89fc8b5a789558145 26bb7d4422aa42bd9410bc4ff0ea489a - - default default] Added segment 222079ed-b52b-4d18-9506-8c33c8aafd43 of type vxlan for network a745782c-c9b8-4e1b-b1e7-101a25c3791b [pid: 8|app: 0|req: 335/775] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:51:47 2026] POST /v2.0/networks => generated 628 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/776] 10.0.0.107 () {34 vars in 743 bytes} [Wed Jun 10 09:51:47 2026] PUT /v2.0/networks/a745782c-c9b8-4e1b-b1e7-101a25c3791b => generated 592 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/777] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:51:47 2026] GET /v2.0/networks?id=c9f53d00-d532-4669-a00a-d86af8df9c23 => generated 683 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/778] 199.19.213.96 () {34 vars in 910 bytes} [Wed Jun 10 09:51:48 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/779] 199.19.213.96 () {34 vars in 1049 bytes} [Wed Jun 10 09:51:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=774d3b33de534c2c8ac2cfbbd3d46902 => generated 181 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/780] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:51:48 2026] POST /v2.0/subnets => generated 646 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/781] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:51:48 2026] GET /v2.0/ports?device_id=1c722b96-373a-4bf7-8414-36205ff4d816 => 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: 444/782] 10.0.0.107 () {34 vars in 741 bytes} [Wed Jun 10 09:51:48 2026] PUT /v2.0/subnets/6f5a5bf3-b977-4688-a301-8182a1749887 => generated 656 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/783] 199.19.213.96 () {38 vars in 954 bytes} [Wed Jun 10 09:51:48 2026] POST /v2.0/ports => generated 958 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 09:51:48.740 7 INFO neutron.services.segments.plugin [-] Segment 222079ed-b52b-4d18-9506-8c33c8aafd43 resource provider aggregate not found 2026-06-10 09:51:48.744 7 INFO neutron.services.segments.plugin [-] Segment 222079ed-b52b-4d18-9506-8c33c8aafd43 resource provider aggregate not found 2026-06-10 09:51:48.764 7 INFO neutron.services.segments.plugin [-] Segment 222079ed-b52b-4d18-9506-8c33c8aafd43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 222079ed-b52b-4d18-9506-8c33c8aafd43 found for delete ", "request_id": "req-40186d44-ec6d-40d6-bc66-9a257d2b37a1"}]} 2026-06-10 09:51:48.767 7 INFO neutron.services.segments.plugin [-] Segment 222079ed-b52b-4d18-9506-8c33c8aafd43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 222079ed-b52b-4d18-9506-8c33c8aafd43 found for delete ", "request_id": "req-9bdc6fcf-c320-4b5e-8188-6131a57518b9"}]} [pid: 8|app: 0|req: 340/784] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:51:48 2026] GET /v2.0/ports?device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => generated 961 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/785] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:51:48 2026] DELETE /v2.0/networks/a745782c-c9b8-4e1b-b1e7-101a25c3791b => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/786] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:51:48 2026] GET /v2.0/security-groups?id=535d74f0-2999-4705-b08f-dbe628db6e46&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:51:48.827 8 INFO neutron.pecan_wsgi.hooks.translation [None req-06c59183-f871-4145-8887-1495298d5dcd 508d830a3d0843e89fc8b5a789558145 26bb7d4422aa42bd9410bc4ff0ea489a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 342/787] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:51:48 2026] DELETE /v2.0/networks/a745782c-c9b8-4e1b-b1e7-101a25c3791b => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/788] 10.0.0.107 () {32 vars in 694 bytes} [Wed Jun 10 09:51:48 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/789] 10.0.0.107 () {32 vars in 742 bytes} [Wed Jun 10 09:51:48 2026] GET /v2.0/subnets?network_id=1ee89c5f-6074-43b9-ba79-57c784faf048 => generated 649 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/790] 10.0.0.107 () {32 vars in 653 bytes} [Wed Jun 10 09:51:48 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/791] 10.0.0.107 () {34 vars in 676 bytes} [Wed Jun 10 09:51:48 2026] POST /v2.0/subnetpools => generated 548 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/792] 10.0.0.107 () {32 vars in 649 bytes} [Wed Jun 10 09:51:48 2026] GET /v2.0/networks => generated 1312 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/793] 10.0.0.107 () {32 vars in 729 bytes} [Wed Jun 10 09:51:48 2026] GET /v2.0/subnetpools/07ab1295-5cd2-497c-927c-934300f3242f => generated 548 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/794] 10.0.0.107 () {32 vars in 647 bytes} [Wed Jun 10 09:51:49 2026] GET /v2.0/subnets => generated 1312 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/795] 10.0.0.107 () {34 vars in 749 bytes} [Wed Jun 10 09:51:49 2026] PUT /v2.0/subnetpools/07ab1295-5cd2-497c-927c-934300f3242f => generated 500 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/796] 10.0.0.107 () {32 vars in 723 bytes} [Wed Jun 10 09:51:49 2026] GET /v2.0/networks/30b98642-a691-40d5-8834-2cdcd2101d90 => generated 672 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/797] 10.0.0.107 () {32 vars in 732 bytes} [Wed Jun 10 09:51:49 2026] DELETE /v2.0/subnetpools/07ab1295-5cd2-497c-927c-934300f3242f => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/798] 10.0.0.107 () {32 vars in 721 bytes} [Wed Jun 10 09:51:49 2026] GET /v2.0/subnets/be0db439-e13e-4680-a9f2-09498b0cf5f9 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:51:49.266 7 INFO neutron.api.v2.resource [None req-d25fa862-1a90-43a2-8b5a-f9ff56f6ebda 68118122ddee427c887d141ac47e789e 557364d1ed4247649797dec3b4815f16 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 452/799] 10.0.0.107 () {32 vars in 729 bytes} [Wed Jun 10 09:51:49 2026] GET /v2.0/subnetpools/07ab1295-5cd2-497c-927c-934300f3242f => generated 145 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:51:49.275 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ed27f6cb-ae38-4609-a19a-c38b46c46139 508d830a3d0843e89fc8b5a789558145 26bb7d4422aa42bd9410bc4ff0ea489a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 453/800] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:51:49 2026] DELETE /v2.0/subnets/6f5a5bf3-b977-4688-a301-8182a1749887 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:51:49.283 7 INFO neutron.api.v2.resource [None req-3a3563b6-7f2b-409c-a600-941ed17b384a 68118122ddee427c887d141ac47e789e 557364d1ed4247649797dec3b4815f16 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 454/801] 10.0.0.107 () {32 vars in 732 bytes} [Wed Jun 10 09:51:49 2026] DELETE /v2.0/subnetpools/07ab1295-5cd2-497c-927c-934300f3242f => generated 145 bytes in 6 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:51:49.290 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ff07a7ec-a818-48e2-81af-00f45bb5b239 508d830a3d0843e89fc8b5a789558145 26bb7d4422aa42bd9410bc4ff0ea489a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 455/802] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:51:49 2026] DELETE /v2.0/networks/a745782c-c9b8-4e1b-b1e7-101a25c3791b => generated 138 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/803] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:51:49 2026] DELETE /v2.0/subnets/be0db439-e13e-4680-a9f2-09498b0cf5f9 => 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: 457/804] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:51:49 2026] DELETE /v2.0/networks/30b98642-a691-40d5-8834-2cdcd2101d90 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/805] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:51:49 2026] GET /v2.0/ports?device_id=1c722b96-373a-4bf7-8414-36205ff4d816 => 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: 348/806] 199.19.213.96 () {38 vars in 1027 bytes} [Wed Jun 10 09:51:49 2026] PUT /v2.0/ports/522197be-90b5-482f-9f51-6cc3f55fec20 => generated 1239 bytes in 597 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/807] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:51:49 2026] GET /v2.0/networks?id=ed866e56-111a-44df-b872-4bc07024063f => generated 679 bytes in 48 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: 349/808] 199.19.213.96 () {34 vars in 1049 bytes} [Wed Jun 10 09:51:49 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3495e5d3819c4098854a3dbe8471530b => generated 180 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/809] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:51:49 2026] GET /v2.0/security-groups?tenant_id=557364d1ed4247649797dec3b4815f16&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/810] 199.19.213.96 () {38 vars in 954 bytes} [Wed Jun 10 09:51:49 2026] POST /v2.0/ports => generated 954 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/811] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:51:50 2026] GET /v2.0/ports?device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => generated 973 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:51:50.202 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-12f4be10-7862-47d2-b225-a8cc02261d35'] response: {'name': 'network-changed', 'server_uuid': 'd9543b9e-fe79-457d-8532-324a81004eb8', 'tag': '522197be-90b5-482f-9f51-6cc3f55fec20', '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: 461/812] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:51:50 2026] GET /v2.0/security-groups?tenant_id=26bb7d4422aa42bd9410bc4ff0ea489a&name=default => generated 2925 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/813] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:51:50 2026] DELETE /v2.0/security-groups/300527f3-0085-4676-b90b-fd8ebdd7c169 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/814] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:51:50 2026] GET /v2.0/security-groups?id=535d74f0-2999-4705-b08f-dbe628db6e46&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/815] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:51:50 2026] DELETE /v2.0/security-groups/03d4eb84-4a09-475b-9dcc-0cc4119837e8 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/816] 199.19.213.96 () {38 vars in 1027 bytes} [Wed Jun 10 09:51:50 2026] PUT /v2.0/ports/a2d28dbb-badb-43c8-bb13-16743df2b194 => generated 1235 bytes in 391 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: 355/817] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:51:50 2026] GET /v2.0/ports?tenant_id=774d3b33de534c2c8ac2cfbbd3d46902&device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => generated 1242 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/818] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:51:50 2026] GET /v2.0/ports?device_id=1c722b96-373a-4bf7-8414-36205ff4d816 => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/819] 199.19.213.96 () {34 vars in 1059 bytes} [Wed Jun 10 09:51:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=522197be-90b5-482f-9f51-6cc3f55fec20 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:51:50.795 7 INFO neutron.services.segments.plugin [-] Segment a7526476-a3c4-46f9-b754-6d972b9586ec resource provider aggregate not found [pid: 7|app: 0|req: 464/820] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:51:50 2026] GET /v2.0/security-groups?id=a405ced8-f0ee-450b-af64-cde0b2276777&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:51:50.809 7 INFO neutron.services.segments.plugin [-] Segment a7526476-a3c4-46f9-b754-6d972b9586ec resource provider aggregate not found 2026-06-10 09:51:50.813 7 INFO neutron.services.segments.plugin [-] Segment a7526476-a3c4-46f9-b754-6d972b9586ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7526476-a3c4-46f9-b754-6d972b9586ec found for delete ", "request_id": "req-2f40c278-1eb9-4a65-90df-0561eb1acbf6"}]} [pid: 8|app: 0|req: 357/821] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:51:50 2026] GET /v2.0/subnets?id=55938ef2-e923-4112-9891-68757c73bca0 => generated 701 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:51:50.827 7 INFO neutron.services.segments.plugin [-] Segment a7526476-a3c4-46f9-b754-6d972b9586ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7526476-a3c4-46f9-b754-6d972b9586ec found for delete ", "request_id": "req-c5fda301-f95c-4974-985c-cb6812868ee5"}]} [pid: 7|app: 0|req: 465/822] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:51:50 2026] GET /v2.0/ports?network_id=c9f53d00-d532-4669-a00a-d86af8df9c23&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/823] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:51:50 2026] GET /v2.0/networks/c9f53d00-d532-4669-a00a-d86af8df9c23?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: 466/824] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:51:50 2026] GET /v2.0/networks/c9f53d00-d532-4669-a00a-d86af8df9c23?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-06-10 09:51:51.174 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-279303a0-38a9-4389-afa8-1045b20cc8b9'] response: {'name': 'network-changed', 'server_uuid': '1c722b96-373a-4bf7-8414-36205ff4d816', 'tag': 'a2d28dbb-badb-43c8-bb13-16743df2b194', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 359/825] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:51:51 2026] GET /v2.0/ports?device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/826] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:51:51 2026] GET /v2.0/security-groups?id=535d74f0-2999-4705-b08f-dbe628db6e46&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: 360/827] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:51:51 2026] GET /v2.0/ports?tenant_id=3495e5d3819c4098854a3dbe8471530b&device_id=1c722b96-373a-4bf7-8414-36205ff4d816 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/828] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:51:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=a2d28dbb-badb-43c8-bb13-16743df2b194 => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/829] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:51:51 2026] GET /v2.0/subnets?id=6c0a30bf-8475-4aaf-8e6d-a212cf4b7221 => generated 697 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/830] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:51:51 2026] GET /v2.0/ports?network_id=ed866e56-111a-44df-b872-4bc07024063f&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: 470/831] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:51:51 2026] GET /v2.0/ports?device_id=1c722b96-373a-4bf7-8414-36205ff4d816 => 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: 362/832] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:51:51 2026] GET /v2.0/networks/ed866e56-111a-44df-b872-4bc07024063f?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/833] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:51:51 2026] GET /v2.0/security-groups?id=a405ced8-f0ee-450b-af64-cde0b2276777&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/834] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:51:51 2026] GET /v2.0/networks/ed866e56-111a-44df-b872-4bc07024063f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/835] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:51:52 2026] GET /v2.0/ports?tenant_id=774d3b33de534c2c8ac2cfbbd3d46902&device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => generated 1242 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/836] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:51:52 2026] GET /v2.0/networks?id=c9f53d00-d532-4669-a00a-d86af8df9c23 => generated 779 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/837] 199.19.213.96 () {34 vars in 1059 bytes} [Wed Jun 10 09:51:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=522197be-90b5-482f-9f51-6cc3f55fec20 => 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: 365/838] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:51:52 2026] GET /v2.0/subnets?id=55938ef2-e923-4112-9891-68757c73bca0 => generated 701 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/839] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:51:52 2026] GET /v2.0/ports?network_id=c9f53d00-d532-4669-a00a-d86af8df9c23&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/840] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:51:52 2026] GET /v2.0/networks/c9f53d00-d532-4669-a00a-d86af8df9c23?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: 475/841] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:51:52 2026] GET /v2.0/networks/c9f53d00-d532-4669-a00a-d86af8df9c23?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/842] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:51:52 2026] GET /v2.0/ports?device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/843] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:51:52 2026] GET /v2.0/security-groups?id=535d74f0-2999-4705-b08f-dbe628db6e46&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: 368/844] 10.0.0.107 () {32 vars in 623 bytes} [Wed Jun 10 09:51:52 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/845] 10.0.0.107 () {32 vars in 633 bytes} [Wed Jun 10 09:51:52 2026] GET /v2.0/ => generated 632 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/846] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:51:53 2026] GET /v2.0/ports?device_id=1c722b96-373a-4bf7-8414-36205ff4d816 => generated 969 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/847] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:51:53 2026] GET /v2.0/security-groups?id=a405ced8-f0ee-450b-af64-cde0b2276777&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:51:53.270 7 INFO neutron.db.segments_db [None req-7a6c6d9c-dc7b-489a-a584-7487edbc5f63 81683b4adb4a4e88865bc80466202882 52b5de96fb7244e285cf920a8c9e2765 - - default default] Added segment 21efabf4-764b-4550-b65b-9e4d9f43e42c of type vxlan for network 817c63f9-df64-440b-857e-5cefa8beab60 [pid: 7|app: 0|req: 478/848] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:51:53 2026] POST /v2.0/networks => generated 624 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/849] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:51:53 2026] GET /v2.0/ports?tenant_id=3495e5d3819c4098854a3dbe8471530b&device_id=1c722b96-373a-4bf7-8414-36205ff4d816 => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/850] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:51:53 2026] GET /v2.0/networks?id=ed866e56-111a-44df-b872-4bc07024063f => generated 775 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/851] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:51:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=a2d28dbb-badb-43c8-bb13-16743df2b194 => 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: 482/852] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:51:53 2026] GET /v2.0/subnets?id=6c0a30bf-8475-4aaf-8e6d-a212cf4b7221 => generated 697 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/853] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:51:53 2026] POST /v2.0/subnets => generated 641 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/854] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:51:53 2026] GET /v2.0/ports?network_id=ed866e56-111a-44df-b872-4bc07024063f&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: 484/855] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:51:53 2026] GET /v2.0/ports?device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => generated 973 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:51:53.790 8 INFO neutron.db.segments_db [None req-578ae73e-5beb-47fc-9951-60451414adae 81683b4adb4a4e88865bc80466202882 52b5de96fb7244e285cf920a8c9e2765 - - default default] Added segment e05aeb59-5a35-4aff-9ddd-103563a7c792 of type vxlan for network f467bf75-c9a9-46ea-a8bc-0821980b34a9 [pid: 7|app: 0|req: 485/856] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:51:53 2026] GET /v2.0/networks/ed866e56-111a-44df-b872-4bc07024063f?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/857] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:51:53 2026] POST /v2.0/networks => generated 625 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/858] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:51:53 2026] GET /v2.0/security-groups?id=535d74f0-2999-4705-b08f-dbe628db6e46&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/859] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:51:53 2026] GET /v2.0/networks/ed866e56-111a-44df-b872-4bc07024063f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/860] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:51:53 2026] GET /v2.0/security-groups?tenant_id=ea42355d1d6b4617b40ece8d2e6c33b4&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/861] 10.0.0.107 () {34 vars in 743 bytes} [Wed Jun 10 09:51:54 2026] PUT /v2.0/networks/f467bf75-c9a9-46ea-a8bc-0821980b34a9 => generated 592 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/862] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:51:54 2026] DELETE /v2.0/security-groups/185cde50-861f-49cf-8c61-1fd3f9f0d5f1 => 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: 488/863] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:51:54 2026] GET /v2.0/ports?device_id=1c722b96-373a-4bf7-8414-36205ff4d816 => 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: 489/864] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:51:54 2026] GET /v2.0/security-groups?id=a405ced8-f0ee-450b-af64-cde0b2276777&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/865] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:51:54 2026] POST /v2.0/subnets => generated 626 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/866] 10.0.0.107 () {34 vars in 741 bytes} [Wed Jun 10 09:51:54 2026] PUT /v2.0/subnets/62e5db18-edb5-4f64-9607-5f58ec6c6d0a => generated 636 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:51:54.865 8 INFO neutron.services.segments.plugin [-] Segment e05aeb59-5a35-4aff-9ddd-103563a7c792 resource provider aggregate not found 2026-06-10 09:51:54.866 8 INFO neutron.services.segments.plugin [-] Segment e05aeb59-5a35-4aff-9ddd-103563a7c792 resource provider aggregate not found 2026-06-10 09:51:54.888 8 INFO neutron.services.segments.plugin [-] Segment e05aeb59-5a35-4aff-9ddd-103563a7c792 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e05aeb59-5a35-4aff-9ddd-103563a7c792 found for delete ", "request_id": "req-40863fbf-7941-4800-8df9-b5e65fa9bf71"}]} 2026-06-10 09:51:54.891 8 INFO neutron.services.segments.plugin [-] Segment e05aeb59-5a35-4aff-9ddd-103563a7c792 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e05aeb59-5a35-4aff-9ddd-103563a7c792 found for delete ", "request_id": "req-5e3717d2-34d5-46c7-9200-84e109828ab1"}]} [pid: 8|app: 0|req: 377/867] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:51:54 2026] DELETE /v2.0/networks/f467bf75-c9a9-46ea-a8bc-0821980b34a9 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:51:54.916 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9169c249-b475-4778-bf26-d8cb27a5d2d3 81683b4adb4a4e88865bc80466202882 52b5de96fb7244e285cf920a8c9e2765 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 491/868] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:51:54 2026] DELETE /v2.0/networks/f467bf75-c9a9-46ea-a8bc-0821980b34a9 => 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: 378/869] 10.0.0.107 () {32 vars in 694 bytes} [Wed Jun 10 09:51:54 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/870] 10.0.0.107 () {32 vars in 742 bytes} [Wed Jun 10 09:51:54 2026] GET /v2.0/subnets?network_id=1ee89c5f-6074-43b9-ba79-57c784faf048 => generated 649 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/871] 10.0.0.107 () {32 vars in 653 bytes} [Wed Jun 10 09:51:55 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/872] 10.0.0.107 () {32 vars in 649 bytes} [Wed Jun 10 09:51:55 2026] GET /v2.0/networks => generated 1308 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/873] 10.0.0.107 () {32 vars in 647 bytes} [Wed Jun 10 09:51:55 2026] GET /v2.0/subnets => generated 1280 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/874] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:51:55 2026] GET /v2.0/ports?device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => generated 973 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/875] 10.0.0.107 () {32 vars in 723 bytes} [Wed Jun 10 09:51:55 2026] GET /v2.0/networks/817c63f9-df64-440b-857e-5cefa8beab60 => generated 668 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/876] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:51:55 2026] GET /v2.0/security-groups?id=535d74f0-2999-4705-b08f-dbe628db6e46&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/877] 10.0.0.107 () {32 vars in 721 bytes} [Wed Jun 10 09:51:55 2026] GET /v2.0/subnets/1a807c26-25e6-41fd-a56c-a7dc63151e99 => generated 641 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:51:55.250 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6f2c43a1-8797-467d-899d-e85b779ed70d 81683b4adb4a4e88865bc80466202882 52b5de96fb7244e285cf920a8c9e2765 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 382/878] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:51:55 2026] DELETE /v2.0/subnets/62e5db18-edb5-4f64-9607-5f58ec6c6d0a => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:51:55.271 7 INFO neutron.pecan_wsgi.hooks.translation [None req-83944db9-105a-4caf-b4e8-669d1bf934a9 81683b4adb4a4e88865bc80466202882 52b5de96fb7244e285cf920a8c9e2765 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 497/879] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:51:55 2026] DELETE /v2.0/networks/f467bf75-c9a9-46ea-a8bc-0821980b34a9 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/880] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:51:55 2026] DELETE /v2.0/subnets/1a807c26-25e6-41fd-a56c-a7dc63151e99 => 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: 498/881] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:51:55 2026] GET /v2.0/ports?device_id=1c722b96-373a-4bf7-8414-36205ff4d816 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/882] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:51:55 2026] GET /v2.0/security-groups?id=a405ced8-f0ee-450b-af64-cde0b2276777&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/883] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:51:55 2026] DELETE /v2.0/networks/817c63f9-df64-440b-857e-5cefa8beab60 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/884] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:51:56 2026] GET /v2.0/ports?device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/885] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:51:56 2026] GET /v2.0/security-groups?id=535d74f0-2999-4705-b08f-dbe628db6e46&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/886] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:51:56 2026] GET /v2.0/security-groups?tenant_id=52b5de96fb7244e285cf920a8c9e2765&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/887] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:51:56 2026] DELETE /v2.0/security-groups/bf132479-be53-468e-bb16-688168e0564e => 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: 502/888] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:51:56 2026] GET /v2.0/ports?device_id=1c722b96-373a-4bf7-8414-36205ff4d816 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/889] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:51:56 2026] GET /v2.0/security-groups?id=a405ced8-f0ee-450b-af64-cde0b2276777&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:51:56.910 8 INFO neutron.services.segments.plugin [-] Segment 21efabf4-764b-4550-b65b-9e4d9f43e42c resource provider aggregate not found 2026-06-10 09:51:56.914 8 INFO neutron.services.segments.plugin [-] Segment 21efabf4-764b-4550-b65b-9e4d9f43e42c resource provider aggregate not found 2026-06-10 09:51:56.926 8 INFO neutron.services.segments.plugin [-] Segment 21efabf4-764b-4550-b65b-9e4d9f43e42c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21efabf4-764b-4550-b65b-9e4d9f43e42c found for delete ", "request_id": "req-30b3fa18-b779-45fe-9486-2cdd74760e89"}]} 2026-06-10 09:51:56.931 8 INFO neutron.services.segments.plugin [-] Segment 21efabf4-764b-4550-b65b-9e4d9f43e42c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21efabf4-764b-4550-b65b-9e4d9f43e42c found for delete ", "request_id": "req-2ab9461a-4579-4d8f-996d-4a9ea24e104b"}]} [pid: 7|app: 0|req: 503/890] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:51:57 2026] GET /v2.0/ports?device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => 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: 388/891] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:51:57 2026] GET /v2.0/security-groups?id=535d74f0-2999-4705-b08f-dbe628db6e46&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: 390/894] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:51:57 2026] GET /v2.0/ports?device_id=1c722b96-373a-4bf7-8414-36205ff4d816 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/895] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:51:57 2026] GET /v2.0/security-groups?id=a405ced8-f0ee-450b-af64-cde0b2276777&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/896] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:51:58 2026] GET /v2.0/ports?device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/897] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:51:58 2026] GET /v2.0/security-groups?id=535d74f0-2999-4705-b08f-dbe628db6e46&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:51:58.993 7 INFO neutron.db.segments_db [None req-9b222352-942d-4c94-b617-627efe2e647f 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] Added segment bcf8ddd0-bd4c-462f-928f-b462128fb789 of type vxlan for network 6d06255e-b330-4e46-9fec-f746b770b640 [pid: 8|app: 0|req: 393/898] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:51:58 2026] GET /v2.0/ports?device_id=1c722b96-373a-4bf7-8414-36205ff4d816 => generated 969 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/899] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:51:59 2026] GET /v2.0/security-groups?id=a405ced8-f0ee-450b-af64-cde0b2276777&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: 506/900] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:51:58 2026] POST /v2.0/networks => generated 611 bytes in 612 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:51:59.272 8 INFO neutron.db.segments_db [None req-4df60f26-c34d-46b8-9f6f-524b91978a35 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] Added segment e6d63009-d7cc-4788-baac-96c57443802f of type vxlan for network 95577996-d190-4fca-b336-38b2c61ee739 [pid: 8|app: 0|req: 395/901] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:51:59 2026] POST /v2.0/networks => generated 610 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/902] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:51:59 2026] POST /v2.0/subnets => generated 626 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/903] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:51:59 2026] GET /v2.0/ports?device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/904] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:51:59 2026] GET /v2.0/security-groups?id=535d74f0-2999-4705-b08f-dbe628db6e46&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/905] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:51:59 2026] POST /v2.0/subnets => generated 626 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:52:00.122 8 INFO neutron.db.segments_db [None req-9363590f-e9d5-4cf9-a8a3-70aebdeb50c2 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] Added segment eabdf8c3-1e57-40d1-b822-f9d2f585fa92 of type vxlan for network f258a6ef-75d4-4833-a202-8350fa0292e4 [pid: 7|app: 0|req: 510/906] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:51:59 2026] GET /v2.0/security-groups?tenant_id=4b267409da47461da764c1707eff3adf&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/907] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:52:00 2026] DELETE /v2.0/security-groups/d667c9cf-5641-4e91-90e3-b68114d2f47f => generated 0 bytes in 170 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/908] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:00 2026] GET /v2.0/ports?device_id=1c722b96-373a-4bf7-8414-36205ff4d816 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/909] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:52:00 2026] GET /v2.0/security-groups?id=a405ced8-f0ee-450b-af64-cde0b2276777&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-06-10 09:52:00.454 8 INFO neutron.db.l3_hamode_db [None req-9363590f-e9d5-4cf9-a8a3-70aebdeb50c2 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:52:00.600 8 INFO neutron.db.l3_hamode_db [None req-9363590f-e9d5-4cf9-a8a3-70aebdeb50c2 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 514/910] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:52:00 2026] GET /v2.0/security-groups?tenant_id=ef4e189647d04cfda894bc26679c6c39&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/911] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:52:00 2026] DELETE /v2.0/security-groups/1628c98a-f761-42ed-9b71-23ac8e738957 => 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: 516/912] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:00 2026] GET /v2.0/ports?device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/913] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:52:01 2026] GET /v2.0/security-groups?id=535d74f0-2999-4705-b08f-dbe628db6e46&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: 518/914] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:01 2026] GET /v2.0/ports?device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/915] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:52:00 2026] POST /v2.0/routers => generated 506 bytes in 1223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:52:02.044 7 INFO neutron.db.l3_db [None req-1fb5c0af-1974-46ca-981f-d365888da249 67ee39cb7bd14560b984f6ffb9c8123a 774d3b33de534c2c8ac2cfbbd3d46902 - - default default] Floating IP 60837c94-bff5-49fe-890c-442669317ac9 associated. External IP: 10.96.250.219, port: 522197be-90b5-482f-9f51-6cc3f55fec20. [pid: 7|app: 0|req: 519/916] 10.0.0.107 () {34 vars in 749 bytes} [Wed Jun 10 09:52:01 2026] PUT /v2.0/floatingips/60837c94-bff5-49fe-890c-442669317ac9 => generated 856 bytes in 1225 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/917] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:02 2026] GET /v2.0/ports?device_id=1c722b96-373a-4bf7-8414-36205ff4d816 => generated 971 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/918] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:02 2026] GET /v2.0/ports?device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => 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: 522/919] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:52:02 2026] GET /v2.0/security-groups?id=a405ced8-f0ee-450b-af64-cde0b2276777&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/920] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:52:02 2026] GET /v2.0/security-groups?id=535d74f0-2999-4705-b08f-dbe628db6e46&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-06-10 09:52:02.671 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e35ee5c-3af2-40c9-8441-63ef02d51e78'] response: {'name': 'network-changed', 'server_uuid': 'd9543b9e-fe79-457d-8532-324a81004eb8', 'tag': '522197be-90b5-482f-9f51-6cc3f55fec20', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 524/921] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:02 2026] GET /v2.0/ports?device_id=1c722b96-373a-4bf7-8414-36205ff4d816 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:52:03.174 7 INFO neutron.db.l3_db [None req-b9abd6cd-953e-4f38-ab48-e3a2328f62fc d47b027e153140c09df74fd53634e688 3495e5d3819c4098854a3dbe8471530b - - default default] Floating IP c4c5e060-45ac-4f17-9232-ad6fd56ee1d7 associated. External IP: 10.96.250.215, port: a2d28dbb-badb-43c8-bb13-16743df2b194. [pid: 8|app: 0|req: 398/922] 10.0.0.107 () {34 vars in 783 bytes} [Wed Jun 10 09:52:01 2026] PUT /v2.0/routers/7362d4d1-4012-46d4-af04-0f4e94ce30e2/add_router_interface => generated 309 bytes in 1929 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/923] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:52:03 2026] GET /v2.0/ports?tenant_id=774d3b33de534c2c8ac2cfbbd3d46902&device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/924] 10.0.0.107 () {32 vars in 717 bytes} [Wed Jun 10 09:52:03 2026] GET /v2.0/ports/1fdf1d99-77d3-49eb-91ae-3b24bb6cac38 => generated 955 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/925] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:52:03 2026] GET /v2.0/networks?id=c9f53d00-d532-4669-a00a-d86af8df9c23 => generated 779 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/926] 10.0.0.107 () {34 vars in 749 bytes} [Wed Jun 10 09:52:02 2026] PUT /v2.0/floatingips/c4c5e060-45ac-4f17-9232-ad6fd56ee1d7 => generated 855 bytes in 710 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/927] 199.19.213.96 () {34 vars in 1059 bytes} [Wed Jun 10 09:52:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=522197be-90b5-482f-9f51-6cc3f55fec20 => generated 859 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/928] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:52:03 2026] GET /v2.0/subnets?id=55938ef2-e923-4112-9891-68757c73bca0 => generated 701 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/929] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:03 2026] GET /v2.0/ports?device_id=1c722b96-373a-4bf7-8414-36205ff4d816 => 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: 529/930] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:52:03 2026] GET /v2.0/ports?network_id=c9f53d00-d532-4669-a00a-d86af8df9c23&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: 530/931] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:52:03 2026] GET /v2.0/security-groups?id=a405ced8-f0ee-450b-af64-cde0b2276777&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/932] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:52:03 2026] GET /v2.0/networks/c9f53d00-d532-4669-a00a-d86af8df9c23?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/933] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:52:03 2026] GET /v2.0/networks/c9f53d00-d532-4669-a00a-d86af8df9c23?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: 533/934] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:04 2026] GET /v2.0/ports?device_id=1c722b96-373a-4bf7-8414-36205ff4d816 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/935] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:52:04 2026] GET /v2.0/security-groups?id=a405ced8-f0ee-450b-af64-cde0b2276777&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-06-10 09:52:04.727 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-46774bf4-de20-4ad6-8fb3-de3bb5b2090d'] response: {'name': 'network-changed', 'server_uuid': '1c722b96-373a-4bf7-8414-36205ff4d816', 'tag': 'a2d28dbb-badb-43c8-bb13-16743df2b194', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 402/936] 10.0.0.107 () {34 vars in 783 bytes} [Wed Jun 10 09:52:03 2026] PUT /v2.0/routers/7362d4d1-4012-46d4-af04-0f4e94ce30e2/add_router_interface => generated 309 bytes in 1415 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/937] 10.0.0.107 () {32 vars in 717 bytes} [Wed Jun 10 09:52:04 2026] GET /v2.0/ports/f6ea4518-9a9f-433a-bba9-73797dbe30cc => generated 955 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:52:05.242 8 INFO neutron_taas.services.taas.taas_plugin [None req-799639dd-4705-4977-ad8c-638b21b85586 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] TaaS: Handle Delete Port: f6ea4518-9a9f-433a-bba9-73797dbe30cc 2026-06-10 09:52:05.248 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-799639dd-4705-4977-ad8c-638b21b85586 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] Tap Mirror: Handle Delete Port: f6ea4518-9a9f-433a-bba9-73797dbe30cc [pid: 7|app: 0|req: 536/938] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:52:05 2026] GET /v2.0/ports?tenant_id=3495e5d3819c4098854a3dbe8471530b&device_id=1c722b96-373a-4bf7-8414-36205ff4d816 => 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: 537/939] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:05 2026] GET /v2.0/ports?device_id=1c722b96-373a-4bf7-8414-36205ff4d816 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/940] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:52:05 2026] GET /v2.0/networks?id=ed866e56-111a-44df-b872-4bc07024063f => generated 775 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/941] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:52:05 2026] GET /v2.0/security-groups?id=a405ced8-f0ee-450b-af64-cde0b2276777&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/942] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:52:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=a2d28dbb-badb-43c8-bb13-16743df2b194 => generated 860 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/943] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:52:05 2026] GET /v2.0/subnets?id=6c0a30bf-8475-4aaf-8e6d-a212cf4b7221 => generated 697 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/944] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:52:05 2026] GET /v2.0/ports?network_id=ed866e56-111a-44df-b872-4bc07024063f&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: 543/945] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:52:05 2026] GET /v2.0/networks/ed866e56-111a-44df-b872-4bc07024063f?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: 544/946] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:52:05 2026] GET /v2.0/networks/ed866e56-111a-44df-b872-4bc07024063f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/947] 10.0.0.107 () {34 vars in 789 bytes} [Wed Jun 10 09:52:04 2026] PUT /v2.0/routers/7362d4d1-4012-46d4-af04-0f4e94ce30e2/remove_router_interface => generated 309 bytes in 844 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:52:06.153 7 INFO neutron_taas.services.taas.taas_plugin [None req-03d3ddf5-ffad-48b5-98fa-f3878a5cf023 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] TaaS: Handle Delete Port: 1fdf1d99-77d3-49eb-91ae-3b24bb6cac38 2026-06-10 09:52:06.156 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03d3ddf5-ffad-48b5-98fa-f3878a5cf023 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] Tap Mirror: Handle Delete Port: 1fdf1d99-77d3-49eb-91ae-3b24bb6cac38 [pid: 8|app: 0|req: 404/948] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:52:06 2026] GET /v2.0/security-groups?tenant_id=f5ca2063b63f46b6b9160fd143f25f35&name=default => generated 2925 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/949] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:52:06 2026] DELETE /v2.0/security-groups/d663f779-f552-4556-9d21-fdef22153e4c => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/950] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:06 2026] GET /v2.0/ports?device_id=1c722b96-373a-4bf7-8414-36205ff4d816 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/951] 10.0.0.107 () {34 vars in 789 bytes} [Wed Jun 10 09:52:05 2026] PUT /v2.0/routers/7362d4d1-4012-46d4-af04-0f4e94ce30e2/remove_router_interface => generated 309 bytes in 876 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/952] 10.0.0.107 () {32 vars in 736 bytes} [Wed Jun 10 09:52:06 2026] GET /v2.0/ports?device_id=7362d4d1-4012-46d4-af04-0f4e94ce30e2 => 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: 407/953] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:52:06 2026] GET /v2.0/security-groups?id=a405ced8-f0ee-450b-af64-cde0b2276777&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: 547/954] 199.19.213.96 () {34 vars in 993 bytes} [Wed Jun 10 09:52:06 2026] GET /v2.0/ports?device_id=1c722b96-373a-4bf7-8414-36205ff4d816 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:52:06.808 7 INFO neutron_taas.services.taas.taas_plugin [req-ad464908-2aa5-4ebf-83cc-500a8d0717a3 req-f114ae2d-5c9d-4168-af3f-0540f6b4d89c d47b027e153140c09df74fd53634e688 3495e5d3819c4098854a3dbe8471530b - - default default] TaaS: Handle Delete Port: a2d28dbb-badb-43c8-bb13-16743df2b194 2026-06-10 09:52:06.811 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ad464908-2aa5-4ebf-83cc-500a8d0717a3 req-f114ae2d-5c9d-4168-af3f-0540f6b4d89c d47b027e153140c09df74fd53634e688 3495e5d3819c4098854a3dbe8471530b - - default default] Tap Mirror: Handle Delete Port: a2d28dbb-badb-43c8-bb13-16743df2b194 2026-06-10 09:52:06.818 8 INFO neutron_taas.services.taas.taas_plugin [None req-4ce03d95-5983-4eba-b229-8d7aa81b884d 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] TaaS: Handle Delete Port: bfaf8fa7-4ea2-40f2-8e35-d79bb70b055d 2026-06-10 09:52:06.822 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ce03d95-5983-4eba-b229-8d7aa81b884d 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] Tap Mirror: Handle Delete Port: bfaf8fa7-4ea2-40f2-8e35-d79bb70b055d 2026-06-10 09:52:06.995 7 INFO neutron.db.l3_db [req-ad464908-2aa5-4ebf-83cc-500a8d0717a3 req-f114ae2d-5c9d-4168-af3f-0540f6b4d89c d47b027e153140c09df74fd53634e688 3495e5d3819c4098854a3dbe8471530b - - default default] Floating IP c4c5e060-45ac-4f17-9232-ad6fd56ee1d7 disassociated. External IP: 10.96.250.215, port: a2d28dbb-badb-43c8-bb13-16743df2b194. 2026-06-10 09:52:07.403 8 INFO neutron.services.segments.plugin [-] Segment eabdf8c3-1e57-40d1-b822-f9d2f585fa92 resource provider aggregate not found 2026-06-10 09:52:07.410 8 INFO neutron.services.segments.plugin [-] Segment eabdf8c3-1e57-40d1-b822-f9d2f585fa92 resource provider aggregate not found 2026-06-10 09:52:07.421 8 INFO neutron.services.segments.plugin [-] Segment eabdf8c3-1e57-40d1-b822-f9d2f585fa92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eabdf8c3-1e57-40d1-b822-f9d2f585fa92 found for delete ", "request_id": "req-58888f16-27d4-489e-9f59-2303f74105dc"}]} 2026-06-10 09:52:07.429 8 INFO neutron.services.segments.plugin [-] Segment eabdf8c3-1e57-40d1-b822-f9d2f585fa92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eabdf8c3-1e57-40d1-b822-f9d2f585fa92 found for delete ", "request_id": "req-69718a1f-e7a1-47c4-89e1-e589eadb9f7a"}]} 2026-06-10 09:52:07.495 8 INFO neutron.db.l3_hamode_db [None req-4ce03d95-5983-4eba-b229-8d7aa81b884d 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] HA network f258a6ef-75d4-4833-a202-8350fa0292e4 was deleted as no HA routers are present in tenant dc04c7bbe4954d4eaa517633d4a9ed65. [pid: 8|app: 0|req: 408/955] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:52:06 2026] DELETE /v2.0/routers/7362d4d1-4012-46d4-af04-0f4e94ce30e2 => generated 0 bytes in 879 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/956] 199.19.213.96 () {36 vars in 996 bytes} [Wed Jun 10 09:52:06 2026] DELETE /v2.0/ports/a2d28dbb-badb-43c8-bb13-16743df2b194 => generated 0 bytes in 926 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:52:07.623 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4fa178ea-864f-4ec0-a200-9f80f97cb5b4'] response: {'server_uuid': '1c722b96-373a-4bf7-8414-36205ff4d816', 'name': 'network-vif-deleted', 'tag': 'a2d28dbb-badb-43c8-bb13-16743df2b194', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 549/957] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:07 2026] GET /v2.0/ports?device_id=1c722b96-373a-4bf7-8414-36205ff4d816 => 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: 409/958] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:52:07 2026] DELETE /v2.0/subnets/949d8081-8737-47ea-91e8-957cebb45634 => generated 0 bytes in 532 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/959] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:52:08 2026] DELETE /v2.0/subnets/3f4093e6-a45d-4699-82ae-6d2a15abc1d4 => generated 0 bytes in 550 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:52:08.692 8 INFO neutron_taas.services.taas.taas_plugin [None req-7baf9413-9eb5-46b4-a364-16e6c49d6d86 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] TaaS: Handle Delete Port: b3208753-4cc4-42e8-b882-1c30d21bfc87 2026-06-10 09:52:08.696 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7baf9413-9eb5-46b4-a364-16e6c49d6d86 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] Tap Mirror: Handle Delete Port: b3208753-4cc4-42e8-b882-1c30d21bfc87 [pid: 7|app: 0|req: 551/960] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:08 2026] GET /v2.0/ports?device_id=1c722b96-373a-4bf7-8414-36205ff4d816 => 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: 410/961] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:52:08 2026] DELETE /v2.0/networks/95577996-d190-4fca-b336-38b2c61ee739 => generated 0 bytes in 495 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:52:09.214 7 INFO neutron_taas.services.taas.taas_plugin [None req-03aa8368-9f12-4fb3-8419-6c79e55fae2c 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] TaaS: Handle Delete Port: 45ab6d35-3387-404c-9bc7-0a70297e445c 2026-06-10 09:52:09.216 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03aa8368-9f12-4fb3-8419-6c79e55fae2c 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] Tap Mirror: Handle Delete Port: 45ab6d35-3387-404c-9bc7-0a70297e445c 2026-06-10 09:52:09.449 8 INFO neutron.services.segments.plugin [-] Segment e6d63009-d7cc-4788-baac-96c57443802f resource provider aggregate not found 2026-06-10 09:52:09.453 8 INFO neutron.services.segments.plugin [-] Segment e6d63009-d7cc-4788-baac-96c57443802f resource provider aggregate not found 2026-06-10 09:52:09.471 8 INFO neutron.services.segments.plugin [-] Segment e6d63009-d7cc-4788-baac-96c57443802f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6d63009-d7cc-4788-baac-96c57443802f found for delete ", "request_id": "req-6e36e9a7-343f-421b-b31c-69100bf7bbad"}]} 2026-06-10 09:52:09.472 8 INFO neutron.services.segments.plugin [-] Segment e6d63009-d7cc-4788-baac-96c57443802f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6d63009-d7cc-4788-baac-96c57443802f found for delete ", "request_id": "req-4a823adc-8f8e-49b9-9471-b56a9c6fc289"}]} 2026-06-10 09:52:09.678 7 INFO neutron.services.segments.plugin [-] Segment bcf8ddd0-bd4c-462f-928f-b462128fb789 resource provider aggregate not found 2026-06-10 09:52:09.689 7 INFO neutron.services.segments.plugin [-] Segment bcf8ddd0-bd4c-462f-928f-b462128fb789 resource provider aggregate not found 2026-06-10 09:52:09.697 7 INFO neutron.services.segments.plugin [-] Segment bcf8ddd0-bd4c-462f-928f-b462128fb789 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcf8ddd0-bd4c-462f-928f-b462128fb789 found for delete ", "request_id": "req-7fa56e1d-1c74-48ae-a7f7-c91c2cc26c79"}]} 2026-06-10 09:52:09.708 7 INFO neutron.services.segments.plugin [-] Segment bcf8ddd0-bd4c-462f-928f-b462128fb789 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcf8ddd0-bd4c-462f-928f-b462128fb789 found for delete ", "request_id": "req-14409092-4460-4882-9fb5-babb7e650042"}]} [pid: 8|app: 0|req: 411/962] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:09 2026] GET /v2.0/ports?device_id=1c722b96-373a-4bf7-8414-36205ff4d816 => 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: 552/963] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:52:09 2026] DELETE /v2.0/networks/6d06255e-b330-4e46-9fec-f746b770b640 => generated 0 bytes in 984 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:52:10.403 8 INFO neutron.db.segments_db [None req-f6126b85-ddb1-4f22-91aa-7c4313b9304e 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] Added segment 85da6d9a-db40-4cbf-93e9-e183201fb5bf of type vxlan for network 9395ed70-15d7-4ceb-b7ed-311fc40e717a [pid: 8|app: 0|req: 412/964] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:52:10 2026] POST /v2.0/networks => generated 611 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/965] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:52:10 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) 2026-06-10 09:52:10.976 8 INFO neutron.db.segments_db [None req-63ba3f25-c0bc-415e-8078-dc02796f4255 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] Added segment d3517bb5-055b-48f6-afb0-a63aeac8ec31 of type vxlan for network 9b24651e-bdf5-4bac-a7e9-1e6476e99af9 [pid: 7|app: 0|req: 554/966] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:11 2026] GET /v2.0/ports?device_id=1c722b96-373a-4bf7-8414-36205ff4d816 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:52:11.382 8 INFO neutron.db.l3_hamode_db [None req-63ba3f25-c0bc-415e-8078-dc02796f4255 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:52:11.507 8 INFO neutron.db.l3_hamode_db [None req-63ba3f25-c0bc-415e-8078-dc02796f4255 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 555/967] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:12 2026] GET /v2.0/ports?device_id=1c722b96-373a-4bf7-8414-36205ff4d816 => 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: 413/970] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:52:10 2026] POST /v2.0/routers => generated 506 bytes in 1818 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/971] 10.0.0.107 () {34 vars in 665 bytes} [Wed Jun 10 09:52:12 2026] POST /v2.0/ports => generated 948 bytes in 421 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: 559/972] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:52:13 2026] DELETE /v2.0/security-groups/a405ced8-f0ee-450b-af64-cde0b2276777 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:52:13.399 7 INFO neutron.api.v2.resource [None req-94141d30-1cdb-4f10-83d6-5206b4f8e1e2 d47b027e153140c09df74fd53634e688 3495e5d3819c4098854a3dbe8471530b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 560/973] 10.0.0.107 () {32 vars in 737 bytes} [Wed Jun 10 09:52:13 2026] GET /v2.0/security-groups/a405ced8-f0ee-450b-af64-cde0b2276777 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:52:13.524 7 INFO neutron_taas.services.taas.taas_plugin [None req-d00d149b-139a-4f0b-ae38-7747733899b1 d47b027e153140c09df74fd53634e688 3495e5d3819c4098854a3dbe8471530b - - default default] TaaS: Handle Delete Port: 673dc93c-c02b-4cca-bf58-847eaf122792 2026-06-10 09:52:13.527 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d00d149b-139a-4f0b-ae38-7747733899b1 d47b027e153140c09df74fd53634e688 3495e5d3819c4098854a3dbe8471530b - - default default] Tap Mirror: Handle Delete Port: 673dc93c-c02b-4cca-bf58-847eaf122792 [pid: 7|app: 0|req: 561/974] 10.0.0.107 () {32 vars in 732 bytes} [Wed Jun 10 09:52:13 2026] DELETE /v2.0/floatingips/c4c5e060-45ac-4f17-9232-ad6fd56ee1d7 => generated 0 bytes in 360 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/975] 10.0.0.50 () {34 vars in 989 bytes} [Wed Jun 10 09:52:13 2026] GET /v2.0/ports?device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => generated 1244 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:52:14.277 7 INFO neutron_taas.services.taas.taas_plugin [None req-602814e2-7bd3-4742-bbf3-2102540d4260 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: 86513a3c-dfc9-4cb1-9c50-22e4f96ad62c 2026-06-10 09:52:14.280 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-602814e2-7bd3-4742-bbf3-2102540d4260 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: 86513a3c-dfc9-4cb1-9c50-22e4f96ad62c [pid: 8|app: 0|req: 414/976] 10.0.0.107 () {34 vars in 783 bytes} [Wed Jun 10 09:52:13 2026] PUT /v2.0/routers/d8748cf8-ab67-4455-b87d-01a3b6749fcd/add_router_interface => generated 309 bytes in 1630 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: 415/977] 10.0.0.50 () {34 vars in 1039 bytes} [Wed Jun 10 09:52:14 2026] GET /v2.0/security-groups?id=535d74f0-2999-4705-b08f-dbe628db6e46&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/978] 10.0.0.107 () {32 vars in 717 bytes} [Wed Jun 10 09:52:14 2026] GET /v2.0/ports/8b896e90-3ca7-4e2d-b187-91d636b12dfa => generated 1022 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/979] 10.0.0.107 () {34 vars in 789 bytes} [Wed Jun 10 09:52:13 2026] PUT /v2.0/routers/8123b527-6dab-42a8-8774-caa813ab772d/remove_router_interface => generated 309 bytes in 962 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:52:15.189 7 INFO neutron_taas.services.taas.taas_plugin [None req-0df3c3ea-a091-4838-b07f-41c8f3c3834e 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: 650cae9f-d1f3-4c93-8f85-00e42df63cf6 2026-06-10 09:52:15.193 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0df3c3ea-a091-4838-b07f-41c8f3c3834e 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: 650cae9f-d1f3-4c93-8f85-00e42df63cf6 2026-06-10 09:52:15.235 8 INFO neutron_taas.services.taas.taas_plugin [None req-24f97090-eed2-40c7-ac6b-317963a3418d 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] TaaS: Handle Delete Port: 8b896e90-3ca7-4e2d-b187-91d636b12dfa 2026-06-10 09:52:15.238 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24f97090-eed2-40c7-ac6b-317963a3418d 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] Tap Mirror: Handle Delete Port: 8b896e90-3ca7-4e2d-b187-91d636b12dfa 2026-06-10 09:52:15.503 7 INFO neutron_taas.services.taas.taas_plugin [None req-0df3c3ea-a091-4838-b07f-41c8f3c3834e 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: ead439cb-5ec9-42e1-be47-7c6c21aed7c0 2026-06-10 09:52:15.506 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0df3c3ea-a091-4838-b07f-41c8f3c3834e 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: ead439cb-5ec9-42e1-be47-7c6c21aed7c0 [pid: 8|app: 0|req: 417/980] 10.0.0.107 () {34 vars in 789 bytes} [Wed Jun 10 09:52:14 2026] PUT /v2.0/routers/d8748cf8-ab67-4455-b87d-01a3b6749fcd/remove_router_interface => generated 309 bytes in 919 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-06-10 09:52:15.903 8 INFO neutron.api.v2.resource [None req-b0e2c988-d648-4d8b-8fc0-dc59d2b8841d 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 418/981] 10.0.0.107 () {34 vars in 789 bytes} [Wed Jun 10 09:52:15 2026] PUT /v2.0/routers/d8748cf8-ab67-4455-b87d-01a3b6749fcd/remove_router_interface => generated 197 bytes in 134 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:52:15.921 7 INFO neutron.services.segments.plugin [-] Segment 7d9e86e3-e330-4ff1-a712-055bc5616432 resource provider aggregate not found [pid: 8|app: 0|req: 419/982] 10.0.0.107 () {32 vars in 736 bytes} [Wed Jun 10 09:52:15 2026] GET /v2.0/ports?device_id=d8748cf8-ab67-4455-b87d-01a3b6749fcd => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:52:15.934 7 INFO neutron.services.segments.plugin [-] Segment 7d9e86e3-e330-4ff1-a712-055bc5616432 resource provider aggregate not found 2026-06-10 09:52:15.941 7 INFO neutron.services.segments.plugin [-] Segment 7d9e86e3-e330-4ff1-a712-055bc5616432 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d9e86e3-e330-4ff1-a712-055bc5616432 found for delete ", "request_id": "req-446638e5-6aee-45f4-a8e0-151ad677bbb7"}]} 2026-06-10 09:52:15.953 7 INFO neutron.services.segments.plugin [-] Segment 7d9e86e3-e330-4ff1-a712-055bc5616432 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d9e86e3-e330-4ff1-a712-055bc5616432 found for delete ", "request_id": "req-0e58c6fd-509a-4b14-8d6a-ca00e468795f"}]} 2026-06-10 09:52:15.958 7 INFO neutron.db.l3_hamode_db [None req-0df3c3ea-a091-4838-b07f-41c8f3c3834e 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] HA network c87a9564-ecd3-420c-9678-cbc2175127d1 was deleted as no HA routers are present in tenant 3495e5d3819c4098854a3dbe8471530b. [pid: 7|app: 0|req: 564/983] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:52:14 2026] DELETE /v2.0/routers/8123b527-6dab-42a8-8774-caa813ab772d => generated 0 bytes in 1089 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:52:16.124 8 INFO neutron_taas.services.taas.taas_plugin [None req-f597651d-9fcc-4a16-96ce-5407721bb0f8 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] TaaS: Handle Delete Port: 09133f5a-ff81-46e2-8efe-a6b27c7ca8ea 2026-06-10 09:52:16.127 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f597651d-9fcc-4a16-96ce-5407721bb0f8 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] Tap Mirror: Handle Delete Port: 09133f5a-ff81-46e2-8efe-a6b27c7ca8ea [pid: 7|app: 0|req: 565/984] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:52:15 2026] DELETE /v2.0/subnets/6c0a30bf-8475-4aaf-8e6d-a212cf4b7221 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:52:16.224 7 INFO neutron_taas.services.taas.taas_plugin [None req-33c78ef9-7efb-4a2a-937a-c691da55b5d7 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: d264501e-c53d-42a5-b34a-19144f0739b9 2026-06-10 09:52:16.227 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33c78ef9-7efb-4a2a-937a-c691da55b5d7 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: d264501e-c53d-42a5-b34a-19144f0739b9 [pid: 7|app: 0|req: 566/985] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:52:16 2026] DELETE /v2.0/networks/ed866e56-111a-44df-b872-4bc07024063f => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:52:16.475 8 INFO neutron.services.segments.plugin [-] Segment d3517bb5-055b-48f6-afb0-a63aeac8ec31 resource provider aggregate not found 2026-06-10 09:52:16.481 8 INFO neutron.services.segments.plugin [-] Segment d3517bb5-055b-48f6-afb0-a63aeac8ec31 resource provider aggregate not found 2026-06-10 09:52:16.493 8 INFO neutron.services.segments.plugin [-] Segment d3517bb5-055b-48f6-afb0-a63aeac8ec31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3517bb5-055b-48f6-afb0-a63aeac8ec31 found for delete ", "request_id": "req-f50ed49a-5dc2-49fc-afd6-cec849a90bc7"}]} 2026-06-10 09:52:16.504 8 INFO neutron.services.segments.plugin [-] Segment d3517bb5-055b-48f6-afb0-a63aeac8ec31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3517bb5-055b-48f6-afb0-a63aeac8ec31 found for delete ", "request_id": "req-844a98e2-8e08-45f9-9ebb-4078966ab3b7"}]} 2026-06-10 09:52:16.512 8 INFO neutron.db.l3_hamode_db [None req-f597651d-9fcc-4a16-96ce-5407721bb0f8 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] HA network 9b24651e-bdf5-4bac-a7e9-1e6476e99af9 was deleted as no HA routers are present in tenant dc04c7bbe4954d4eaa517633d4a9ed65. [pid: 8|app: 0|req: 420/986] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:52:15 2026] DELETE /v2.0/routers/d8748cf8-ab67-4455-b87d-01a3b6749fcd => generated 0 bytes in 585 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/987] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:52:16 2026] DELETE /v2.0/subnets/f403549d-67e8-4dae-95ee-c3fb69f7f17b => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/988] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:52:16 2026] GET /v2.0/security-groups?tenant_id=3495e5d3819c4098854a3dbe8471530b&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:52:16.776 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e134342-6854-47ec-a987-94a4ee7cf633 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] TaaS: Handle Delete Port: bf240ef1-1abd-4e2f-a096-ed2fa06c10ab 2026-06-10 09:52:16.779 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e134342-6854-47ec-a987-94a4ee7cf633 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] Tap Mirror: Handle Delete Port: bf240ef1-1abd-4e2f-a096-ed2fa06c10ab [pid: 8|app: 0|req: 422/989] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:52:16 2026] DELETE /v2.0/security-groups/0ccc3f2b-c0f8-47f1-a265-5fd4a6d193a3 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/990] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:52:16 2026] DELETE /v2.0/networks/9395ed70-15d7-4ceb-b7ed-311fc40e717a => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:52:17.028 8 INFO neutron.db.segments_db [None req-60e638a0-507c-4ec2-a033-00daa8927d9f 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] Added segment 02fe192b-6013-4724-8c88-1405a1fc7140 of type vxlan for network eadcb860-889c-4c78-a000-28b769008107 [pid: 8|app: 0|req: 423/991] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:52:16 2026] POST /v2.0/networks => generated 610 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/992] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:52:17 2026] POST /v2.0/subnets => generated 626 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:52:17.542 8 INFO neutron.db.segments_db [None req-d146c526-a958-42d3-860b-7c9493efd162 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] Added segment 3e20dff3-7b16-401d-ab2d-3da3c4562cb0 of type vxlan for network 4dddeda2-1a04-4678-9a4c-1bc49cd9aaa2 2026-06-10 09:52:17.842 8 INFO neutron.db.l3_hamode_db [None req-d146c526-a958-42d3-860b-7c9493efd162 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:52:17.961 8 INFO neutron.db.l3_hamode_db [None req-d146c526-a958-42d3-860b-7c9493efd162 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:52:17.962 7 INFO neutron.services.segments.plugin [-] Segment c439f37c-7f31-428b-8307-1fcae0b2287b resource provider aggregate not found 2026-06-10 09:52:17.978 7 INFO neutron.services.segments.plugin [-] Segment c439f37c-7f31-428b-8307-1fcae0b2287b resource provider aggregate not found 2026-06-10 09:52:17.978 7 INFO neutron.services.segments.plugin [-] Segment c439f37c-7f31-428b-8307-1fcae0b2287b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c439f37c-7f31-428b-8307-1fcae0b2287b found for delete ", "request_id": "req-ba61c6e8-0748-4ca8-8b5e-9bd863045ed7"}]} 2026-06-10 09:52:17.996 7 INFO neutron.services.segments.plugin [-] Segment c439f37c-7f31-428b-8307-1fcae0b2287b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c439f37c-7f31-428b-8307-1fcae0b2287b found for delete ", "request_id": "req-50ad8ec3-d4a7-42d5-974a-d65d846adc8a"}]} 2026-06-10 09:52:18.003 7 INFO neutron.services.segments.plugin [-] Segment 85da6d9a-db40-4cbf-93e9-e183201fb5bf resource provider aggregate not found 2026-06-10 09:52:18.019 7 INFO neutron.services.segments.plugin [-] Segment 85da6d9a-db40-4cbf-93e9-e183201fb5bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85da6d9a-db40-4cbf-93e9-e183201fb5bf found for delete ", "request_id": "req-1cffb50f-e64f-46c2-8aff-2c39c05f977c"}]} 2026-06-10 09:52:18.020 7 INFO neutron.services.segments.plugin [-] Segment 85da6d9a-db40-4cbf-93e9-e183201fb5bf resource provider aggregate not found 2026-06-10 09:52:18.034 7 INFO neutron.services.segments.plugin [-] Segment 85da6d9a-db40-4cbf-93e9-e183201fb5bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85da6d9a-db40-4cbf-93e9-e183201fb5bf found for delete ", "request_id": "req-0ece75c8-a1f4-41fc-99be-6febf0e7a23b"}]} [pid: 8|app: 0|req: 424/993] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:52:17 2026] POST /v2.0/routers => generated 506 bytes in 1108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:52:18.917 8 INFO neutron.db.segments_db [None req-5f33d339-79e1-4480-aefb-312c203a1a31 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Added segment f95cb9b0-e0f2-4535-99d9-a444fb44a412 of type vxlan for network 1528481d-46e1-45fc-b64e-e9d661b1eff2 [pid: 8|app: 0|req: 425/994] 10.0.0.107 () {34 vars in 671 bytes} [Wed Jun 10 09:52:18 2026] POST /v2.0/networks => generated 724 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/995] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:52:19 2026] POST /v2.0/subnets => generated 690 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:52:19.263 8 INFO neutron.db.segments_db [None req-a6c58af2-aa85-473e-822b-87da9e017ff9 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Added segment 5d4443cb-af82-421b-97b4-9bf5e1156e19 of type vxlan for network 38aa4ece-5783-4fa3-99c9-664b653268d6 2026-06-10 09:52:19.560 8 INFO neutron.db.l3_hamode_db [None req-a6c58af2-aa85-473e-822b-87da9e017ff9 24813152f5b04d93ba2edeb14fc64ead 8bee55f80c13457badb4bb2e9c1a4809 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 570/996] 10.0.0.107 () {34 vars in 783 bytes} [Wed Jun 10 09:52:18 2026] PUT /v2.0/routers/e54647c9-5db1-4912-b454-f4c11dd29c16/add_router_interface => generated 309 bytes in 1100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/997] 10.0.0.107 () {32 vars in 717 bytes} [Wed Jun 10 09:52:19 2026] GET /v2.0/ports/773378b8-c378-4a41-9c12-144f365e8dac => generated 955 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:52:20.076 7 INFO neutron_taas.services.taas.taas_plugin [None req-894a578e-a09c-4274-b88f-a990e9493298 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] TaaS: Handle Delete Port: 773378b8-c378-4a41-9c12-144f365e8dac 2026-06-10 09:52:20.079 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-894a578e-a09c-4274-b88f-a990e9493298 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] Tap Mirror: Handle Delete Port: 773378b8-c378-4a41-9c12-144f365e8dac 2026-06-10 09:52:20.352 8 INFO neutron.db.l3_hamode_db [None req-a6c58af2-aa85-473e-822b-87da9e017ff9 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 572/998] 10.0.0.107 () {34 vars in 789 bytes} [Wed Jun 10 09:52:19 2026] PUT /v2.0/routers/e54647c9-5db1-4912-b454-f4c11dd29c16/remove_router_interface => generated 309 bytes in 1218 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/999] 10.0.0.107 () {32 vars in 736 bytes} [Wed Jun 10 09:52:20 2026] GET /v2.0/ports?device_id=e54647c9-5db1-4912-b454-f4c11dd29c16 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:52:21.162 7 INFO neutron_taas.services.taas.taas_plugin [None req-0b2dfd8d-de05-41db-b54d-382c3ce7d361 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] TaaS: Handle Delete Port: 4bd574e2-d7c8-49ac-b010-bd0c982d8c12 2026-06-10 09:52:21.165 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b2dfd8d-de05-41db-b54d-382c3ce7d361 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] Tap Mirror: Handle Delete Port: 4bd574e2-d7c8-49ac-b010-bd0c982d8c12 [pid: 8|app: 0|req: 427/1000] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:52:19 2026] POST /v2.0/routers => generated 730 bytes in 2040 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:52:21.573 7 INFO neutron.services.segments.plugin [-] Segment 3e20dff3-7b16-401d-ab2d-3da3c4562cb0 resource provider aggregate not found 2026-06-10 09:52:21.578 7 INFO neutron.services.segments.plugin [-] Segment 3e20dff3-7b16-401d-ab2d-3da3c4562cb0 resource provider aggregate not found 2026-06-10 09:52:21.595 7 INFO neutron.services.segments.plugin [-] Segment 3e20dff3-7b16-401d-ab2d-3da3c4562cb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e20dff3-7b16-401d-ab2d-3da3c4562cb0 found for delete ", "request_id": "req-33646430-bef1-442d-98cf-724ca8d1a1ec"}]} 2026-06-10 09:52:21.600 7 INFO neutron.services.segments.plugin [-] Segment 3e20dff3-7b16-401d-ab2d-3da3c4562cb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e20dff3-7b16-401d-ab2d-3da3c4562cb0 found for delete ", "request_id": "req-e542832b-a354-4cac-a1f6-cc4cd5e1bb0e"}]} 2026-06-10 09:52:21.658 7 INFO neutron.db.l3_hamode_db [None req-0b2dfd8d-de05-41db-b54d-382c3ce7d361 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] HA network 4dddeda2-1a04-4678-9a4c-1bc49cd9aaa2 was deleted as no HA routers are present in tenant dc04c7bbe4954d4eaa517633d4a9ed65. [pid: 7|app: 0|req: 574/1001] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:52:20 2026] DELETE /v2.0/routers/e54647c9-5db1-4912-b454-f4c11dd29c16 => generated 0 bytes in 690 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1002] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:52:21 2026] DELETE /v2.0/subnets/bdbcd2b7-45d4-4b35-a1ac-4cb877bba3a6 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1003] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:52:21 2026] DELETE /v2.0/networks/eadcb860-889c-4c78-a000-28b769008107 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:52:22.168 7 INFO neutron.db.segments_db [None req-3dc7e8cb-8b72-4182-bb57-d29f6ee8ed23 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] Added segment 876377e2-1fb8-4cd1-8e7b-6952869c7a05 of type vxlan for network 59679db4-e412-4f2f-b467-7d8b414f0046 2026-06-10 09:52:22.497 7 INFO neutron.db.l3_hamode_db [None req-3dc7e8cb-8b72-4182-bb57-d29f6ee8ed23 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 428/1004] 10.0.0.107 () {34 vars in 783 bytes} [Wed Jun 10 09:52:21 2026] PUT /v2.0/routers/7a632f5e-25c2-44f3-b2bc-b98e1de55d41/add_router_interface => generated 309 bytes in 1481 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:52:23.497 7 INFO neutron.db.l3_hamode_db [None req-3dc7e8cb-8b72-4182-bb57-d29f6ee8ed23 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 429/1005] 10.0.0.107 () {34 vars in 685 bytes} [Wed Jun 10 09:52:23 2026] POST /v2.0/security-groups => generated 1659 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 09:52:23.622 7 INFO neutron.services.segments.plugin [-] Segment 02fe192b-6013-4724-8c88-1405a1fc7140 resource provider aggregate not found 2026-06-10 09:52:23.626 7 INFO neutron.services.segments.plugin [-] Segment 02fe192b-6013-4724-8c88-1405a1fc7140 resource provider aggregate not found 2026-06-10 09:52:23.645 7 INFO neutron.services.segments.plugin [-] Segment 02fe192b-6013-4724-8c88-1405a1fc7140 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02fe192b-6013-4724-8c88-1405a1fc7140 found for delete ", "request_id": "req-8c245e15-2b1a-4769-a2b6-43560126adea"}]} 2026-06-10 09:52:23.648 7 INFO neutron.services.segments.plugin [-] Segment 02fe192b-6013-4724-8c88-1405a1fc7140 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02fe192b-6013-4724-8c88-1405a1fc7140 found for delete ", "request_id": "req-733e86d7-7e09-4e4f-aec2-f2616da59e77"}]} [pid: 8|app: 0|req: 430/1006] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:52:23 2026] GET /v2.0/security-groups?tenant_id=297e12a8f66649ce818f7eae4cafb5e3&name=default => generated 2925 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/1007] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:52:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/1008] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:52:24 2026] DELETE /v2.0/security-groups/61c47f62-02da-48f0-8531-b85c814dfaa6 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/1009] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:52:24 2026] POST /v2.0/security-group-rules => generated 602 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1010] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:52:22 2026] POST /v2.0/routers => generated 688 bytes in 2435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1011] 10.0.0.107 () {32 vars in 721 bytes} [Wed Jun 10 09:52:24 2026] GET /v2.0/routers/c3211118-89f1-42fe-a996-f9e861bd5138 => generated 694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1012] 10.0.0.107 () {32 vars in 647 bytes} [Wed Jun 10 09:52:24 2026] GET /v2.0/routers => generated 697 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/1013] 10.0.0.107 () {34 vars in 676 bytes} [Wed Jun 10 09:52:24 2026] POST /v2.0/floatingips => generated 552 bytes in 613 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1014] 10.0.0.107 () {34 vars in 741 bytes} [Wed Jun 10 09:52:24 2026] PUT /v2.0/routers/c3211118-89f1-42fe-a996-f9e861bd5138 => generated 701 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/1015] 10.0.0.107 () {32 vars in 721 bytes} [Wed Jun 10 09:52:25 2026] GET /v2.0/routers/c3211118-89f1-42fe-a996-f9e861bd5138 => generated 701 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1016] 10.0.0.107 () {32 vars in 736 bytes} [Wed Jun 10 09:52:25 2026] GET /v2.0/ports?device_id=c3211118-89f1-42fe-a996-f9e861bd5138 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:52:25.561 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0056a8b-a6ca-4380-8c2a-0b4d34c177e4 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] TaaS: Handle Delete Port: f76b234b-ad78-47aa-b19a-9344e8167b21 2026-06-10 09:52:25.565 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0056a8b-a6ca-4380-8c2a-0b4d34c177e4 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] Tap Mirror: Handle Delete Port: f76b234b-ad78-47aa-b19a-9344e8167b21 [pid: 7|app: 0|req: 582/1017] 10.0.0.109 () {34 vars in 1098 bytes} [Wed Jun 10 09:52:25 2026] GET /v2.0/security-groups?name=tempest-securitygroup--833598105&fields=id&tenant_id=8bee55f80c13457badb4bb2e9c1a4809 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1018] 10.0.0.109 () {34 vars in 982 bytes} [Wed Jun 10 09:52:25 2026] GET /v2.0/networks?id=1528481d-46e1-45fc-b64e-e9d661b1eff2 => generated 675 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1019] 10.0.0.109 () {34 vars in 965 bytes} [Wed Jun 10 09:52:25 2026] GET /v2.0/quotas/8bee55f80c13457badb4bb2e9c1a4809 => generated 292 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1020] 10.0.0.109 () {34 vars in 1002 bytes} [Wed Jun 10 09:52:25 2026] GET /v2.0/ports?tenant_id=8bee55f80c13457badb4bb2e9c1a4809&fields=id => generated 57 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:52:25.894 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0056a8b-a6ca-4380-8c2a-0b4d34c177e4 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] TaaS: Handle Delete Port: 8d448a9f-7987-43fa-9c24-6c4c70b25943 2026-06-10 09:52:25.897 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0056a8b-a6ca-4380-8c2a-0b4d34c177e4 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] Tap Mirror: Handle Delete Port: 8d448a9f-7987-43fa-9c24-6c4c70b25943 [pid: 7|app: 0|req: 586/1021] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:25 2026] GET /v2.0/ports?device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => generated 975 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1022] 10.0.0.109 () {34 vars in 971 bytes} [Wed Jun 10 09:52:26 2026] GET /v2.0/ports/522197be-90b5-482f-9f51-6cc3f55fec20 => generated 972 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:52:26.310 8 INFO neutron.services.segments.plugin [-] Segment 876377e2-1fb8-4cd1-8e7b-6952869c7a05 resource provider aggregate not found 2026-06-10 09:52:26.319 8 INFO neutron.services.segments.plugin [-] Segment 876377e2-1fb8-4cd1-8e7b-6952869c7a05 resource provider aggregate not found 2026-06-10 09:52:26.332 8 INFO neutron.services.segments.plugin [-] Segment 876377e2-1fb8-4cd1-8e7b-6952869c7a05 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 876377e2-1fb8-4cd1-8e7b-6952869c7a05 found for delete ", "request_id": "req-7a4a8b5f-8527-4dd9-a50a-f83595dc8305"}]} 2026-06-10 09:52:26.344 8 INFO neutron.services.segments.plugin [-] Segment 876377e2-1fb8-4cd1-8e7b-6952869c7a05 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 876377e2-1fb8-4cd1-8e7b-6952869c7a05 found for delete ", "request_id": "req-63563f9c-9a69-430e-b6f2-42b7aeab064d"}]} 2026-06-10 09:52:26.361 8 INFO neutron.db.l3_hamode_db [None req-a0056a8b-a6ca-4380-8c2a-0b4d34c177e4 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] HA network 59679db4-e412-4f2f-b467-7d8b414f0046 was deleted as no HA routers are present in tenant dc04c7bbe4954d4eaa517633d4a9ed65. [pid: 8|app: 0|req: 436/1023] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:52:25 2026] DELETE /v2.0/routers/c3211118-89f1-42fe-a996-f9e861bd5138 => generated 0 bytes in 1095 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/1024] 10.0.0.107 () {32 vars in 736 bytes} [Wed Jun 10 09:52:26 2026] GET /v2.0/ports?device_id=c3211118-89f1-42fe-a996-f9e861bd5138 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:52:26.415 8 INFO neutron.api.v2.resource [None req-ed5ec24b-ea05-4a62-ba71-a9dd4444c201 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 438/1025] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:52:26 2026] DELETE /v2.0/routers/c3211118-89f1-42fe-a996-f9e861bd5138 => 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: 588/1026] 10.0.0.109 () {34 vars in 907 bytes} [Wed Jun 10 09:52:26 2026] GET /v2.0/extensions => generated 21537 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/1027] 10.0.0.107 () {32 vars in 736 bytes} [Wed Jun 10 09:52:26 2026] GET /v2.0/ports?device_id=e54647c9-5db1-4912-b454-f4c11dd29c16 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:52:26.469 8 INFO neutron.api.v2.resource [None req-6fb380fa-769d-418a-af8a-7e6690fe171c 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 440/1028] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:52:26 2026] DELETE /v2.0/routers/e54647c9-5db1-4912-b454-f4c11dd29c16 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:52:26.488 8 INFO neutron.pecan_wsgi.hooks.translation [None req-713d28cc-1ad7-4e14-861c-55f8623b09ed 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 441/1029] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:52:26 2026] DELETE /v2.0/subnets/bdbcd2b7-45d4-4b35-a1ac-4cb877bba3a6 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1030] 10.0.0.109 () {34 vars in 1008 bytes} [Wed Jun 10 09:52:26 2026] GET /v2.0/networks/1528481d-46e1-45fc-b64e-e9d661b1eff2?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/1031] 10.0.0.107 () {32 vars in 736 bytes} [Wed Jun 10 09:52:26 2026] GET /v2.0/ports?device_id=d8748cf8-ab67-4455-b87d-01a3b6749fcd => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:52:26.546 8 INFO neutron.api.v2.resource [None req-8b61d862-49bf-4bf6-9b43-ff03a6717eac 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 443/1032] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:52:26 2026] DELETE /v2.0/routers/d8748cf8-ab67-4455-b87d-01a3b6749fcd => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:52:26.564 8 INFO neutron.pecan_wsgi.hooks.translation [None req-87c768d0-1965-4fb7-bd00-de8b7636f4a0 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 444/1033] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:52:26 2026] DELETE /v2.0/subnets/f403549d-67e8-4dae-95ee-c3fb69f7f17b => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1034] 10.0.0.109 () {34 vars in 1108 bytes} [Wed Jun 10 09:52:26 2026] GET /v2.0/networks/1528481d-46e1-45fc-b64e-e9d661b1eff2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/1035] 10.0.0.107 () {32 vars in 736 bytes} [Wed Jun 10 09:52:26 2026] GET /v2.0/ports?device_id=7362d4d1-4012-46d4-af04-0f4e94ce30e2 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:52:26.629 7 INFO neutron.api.v2.resource [None req-72a3e9dd-c8cd-4db4-aef6-aa0e8a91da39 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 591/1036] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:52:26 2026] DELETE /v2.0/routers/7362d4d1-4012-46d4-af04-0f4e94ce30e2 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:52:26.649 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6e7e1590-318c-42fb-8a58-4a694aa91fb4 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 446/1037] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:52:26 2026] DELETE /v2.0/subnets/949d8081-8737-47ea-91e8-957cebb45634 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:52:26.672 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8ad55160-e538-4aa8-aaeb-c285ef24e274 5cde13fb42274297a19312db39baa752 dc04c7bbe4954d4eaa517633d4a9ed65 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 592/1038] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:52:26 2026] DELETE /v2.0/subnets/3f4093e6-a45d-4699-82ae-6d2a15abc1d4 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/1039] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:26 2026] GET /v2.0/ports?device_id=40fa41b5-7bd0-4e06-9e71-431dbb51126f => 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: 593/1040] 199.19.213.96 () {34 vars in 999 bytes} [Wed Jun 10 09:52:26 2026] GET /v2.0/subnets?network_id=c9f53d00-d532-4669-a00a-d86af8df9c23 => generated 683 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/1041] 199.19.213.96 () {34 vars in 1145 bytes} [Wed Jun 10 09:52:26 2026] GET /v2.0/ports?device_id=d9543b9e-fe79-457d-8532-324a81004eb8&device_owner=compute%3Anova&network_id=c9f53d00-d532-4669-a00a-d86af8df9c23 => generated 975 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/1042] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:52:27 2026] GET /v2.0/security-groups?tenant_id=dc04c7bbe4954d4eaa517633d4a9ed65&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1043] 199.19.213.96 () {38 vars in 1027 bytes} [Wed Jun 10 09:52:26 2026] PUT /v2.0/ports/522197be-90b5-482f-9f51-6cc3f55fec20 => generated 1153 bytes in 583 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:52:27.617 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d8e01e71-7126-41a5-b807-780773805d36'] response: {'name': 'network-changed', 'server_uuid': 'd9543b9e-fe79-457d-8532-324a81004eb8', 'tag': '522197be-90b5-482f-9f51-6cc3f55fec20', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 450/1046] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:52:27 2026] DELETE /v2.0/security-groups/e6d18780-89df-474f-ba69-8ca0e6d3f5d2 => generated 0 bytes in 131 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: 597/1047] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:27 2026] GET /v2.0/ports?device_id=40fa41b5-7bd0-4e06-9e71-431dbb51126f => 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: 451/1048] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:52:28 2026] GET /v2.0/ports?tenant_id=774d3b33de534c2c8ac2cfbbd3d46902&device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => generated 1425 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1049] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:52:28 2026] GET /v2.0/networks?id=c9f53d00-d532-4669-a00a-d86af8df9c23 => generated 779 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/1050] 199.19.213.96 () {34 vars in 1059 bytes} [Wed Jun 10 09:52:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=522197be-90b5-482f-9f51-6cc3f55fec20 => 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: 599/1051] 199.19.213.96 () {34 vars in 1059 bytes} [Wed Jun 10 09:52:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=522197be-90b5-482f-9f51-6cc3f55fec20 => generated 861 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/1052] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:52:28 2026] GET /v2.0/subnets?id=55938ef2-e923-4112-9891-68757c73bca0 => generated 701 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1053] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:52:28 2026] GET /v2.0/ports?network_id=c9f53d00-d532-4669-a00a-d86af8df9c23&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: 8|app: 0|req: 454/1054] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:52:28 2026] GET /v2.0/networks/c9f53d00-d532-4669-a00a-d86af8df9c23?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: 601/1055] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:52:28 2026] GET /v2.0/networks/c9f53d00-d532-4669-a00a-d86af8df9c23?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: 455/1056] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:28 2026] GET /v2.0/ports?device_id=40fa41b5-7bd0-4e06-9e71-431dbb51126f => 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: 602/1057] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:52:29 2026] GET /v2.0/ports?tenant_id=774d3b33de534c2c8ac2cfbbd3d46902&device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => generated 1425 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/1058] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:52:29 2026] GET /v2.0/networks?id=c9f53d00-d532-4669-a00a-d86af8df9c23 => generated 779 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1059] 199.19.213.96 () {34 vars in 1059 bytes} [Wed Jun 10 09:52:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=522197be-90b5-482f-9f51-6cc3f55fec20 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/1060] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:29 2026] GET /v2.0/ports?device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => generated 1156 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1061] 199.19.213.96 () {34 vars in 1059 bytes} [Wed Jun 10 09:52:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=522197be-90b5-482f-9f51-6cc3f55fec20 => generated 861 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/1062] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:52:29 2026] GET /v2.0/security-groups?id=535d74f0-2999-4705-b08f-dbe628db6e46&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1063] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:52:29 2026] GET /v2.0/subnets?id=55938ef2-e923-4112-9891-68757c73bca0 => generated 701 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/1064] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:52:29 2026] GET /v2.0/ports?network_id=c9f53d00-d532-4669-a00a-d86af8df9c23&device_owner=network%3Adhcp => generated 1244 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1065] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:52:29 2026] GET /v2.0/networks/c9f53d00-d532-4669-a00a-d86af8df9c23?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: 460/1066] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:52:29 2026] GET /v2.0/networks/c9f53d00-d532-4669-a00a-d86af8df9c23?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: 607/1067] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:30 2026] GET /v2.0/ports?device_id=40fa41b5-7bd0-4e06-9e71-431dbb51126f => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/1068] 199.19.213.96 () {34 vars in 1119 bytes} [Wed Jun 10 09:52:30 2026] GET /v2.0/ports?device_id=d9543b9e-fe79-457d-8532-324a81004eb8&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.12 => generated 1156 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1069] 199.19.213.96 () {38 vars in 1027 bytes} [Wed Jun 10 09:52:30 2026] PUT /v2.0/ports/522197be-90b5-482f-9f51-6cc3f55fec20 => generated 972 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:52:31.016 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e14a6a6f-d180-4b42-9fd2-4ac5599dbc20'] response: {'name': 'network-changed', 'server_uuid': 'd9543b9e-fe79-457d-8532-324a81004eb8', 'tag': '522197be-90b5-482f-9f51-6cc3f55fec20', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 462/1070] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:31 2026] GET /v2.0/ports?device_id=40fa41b5-7bd0-4e06-9e71-431dbb51126f => generated 12 bytes in 32 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: 609/1071] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:52:31 2026] GET /v2.0/networks?id=1528481d-46e1-45fc-b64e-e9d661b1eff2 => generated 675 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/1072] 199.19.213.96 () {34 vars in 1049 bytes} [Wed Jun 10 09:52:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8bee55f80c13457badb4bb2e9c1a4809 => generated 180 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/1073] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:52:31 2026] GET /v2.0/ports?tenant_id=774d3b33de534c2c8ac2cfbbd3d46902&device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/1074] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:52:31 2026] GET /v2.0/networks?id=c9f53d00-d532-4669-a00a-d86af8df9c23 => generated 779 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/1075] 199.19.213.96 () {34 vars in 1059 bytes} [Wed Jun 10 09:52:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=522197be-90b5-482f-9f51-6cc3f55fec20 => generated 861 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1076] 199.19.213.96 () {38 vars in 954 bytes} [Wed Jun 10 09:52:31 2026] POST /v2.0/ports => generated 954 bytes in 354 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: 611/1077] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:52:31 2026] GET /v2.0/subnets?id=55938ef2-e923-4112-9891-68757c73bca0 => generated 701 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/1078] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:52:31 2026] GET /v2.0/security-groups?tenant_id=5791b022f720471a90ab818940ccede2&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/1079] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:52:31 2026] GET /v2.0/ports?network_id=c9f53d00-d532-4669-a00a-d86af8df9c23&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: 469/1080] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:52:31 2026] DELETE /v2.0/security-groups/0a42e277-96f4-43a9-b4a4-af0cfcd07ec0 => 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: 470/1081] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:52:32 2026] GET /v2.0/networks/c9f53d00-d532-4669-a00a-d86af8df9c23?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: 471/1082] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:52:32 2026] GET /v2.0/networks/c9f53d00-d532-4669-a00a-d86af8df9c23?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: 612/1083] 199.19.213.96 () {38 vars in 1027 bytes} [Wed Jun 10 09:52:31 2026] PUT /v2.0/ports/93d131ab-b912-4cd2-8a65-ab762d9b9600 => generated 1235 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/1084] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:32 2026] GET /v2.0/ports?device_id=40fa41b5-7bd0-4e06-9e71-431dbb51126f => generated 969 bytes in 83 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: 613/1085] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:52:32 2026] GET /v2.0/security-groups?id=98560d50-1167-4030-80d0-ab96c8932aa3&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:52:33.056 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5c1f7da3-8002-4e99-90e2-778dbac8520b'] response: {'name': 'network-changed', 'server_uuid': '40fa41b5-7bd0-4e06-9e71-431dbb51126f', 'tag': '93d131ab-b912-4cd2-8a65-ab762d9b9600', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 473/1086] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:33 2026] GET /v2.0/ports?device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => generated 975 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1087] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:52:33 2026] GET /v2.0/security-groups?id=535d74f0-2999-4705-b08f-dbe628db6e46&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: 474/1088] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:52:33 2026] GET /v2.0/ports?tenant_id=774d3b33de534c2c8ac2cfbbd3d46902&device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => 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: 615/1089] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:52:33 2026] GET /v2.0/networks?id=c9f53d00-d532-4669-a00a-d86af8df9c23 => generated 779 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/1090] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:52:33 2026] GET /v2.0/ports?tenant_id=8bee55f80c13457badb4bb2e9c1a4809&device_id=40fa41b5-7bd0-4e06-9e71-431dbb51126f => 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: 616/1091] 199.19.213.96 () {34 vars in 1059 bytes} [Wed Jun 10 09:52:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=522197be-90b5-482f-9f51-6cc3f55fec20 => generated 861 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/1092] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:52:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=93d131ab-b912-4cd2-8a65-ab762d9b9600 => 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: 617/1093] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:52:33 2026] GET /v2.0/subnets?id=55938ef2-e923-4112-9891-68757c73bca0 => generated 701 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/1094] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:52:33 2026] GET /v2.0/subnets?id=334b622f-09ae-4f1a-a0ef-127721316bf5 => generated 693 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1095] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:52:33 2026] GET /v2.0/ports?network_id=c9f53d00-d532-4669-a00a-d86af8df9c23&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: 478/1096] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:52:33 2026] GET /v2.0/ports?network_id=1528481d-46e1-45fc-b64e-e9d661b1eff2&device_owner=network%3Adhcp => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1097] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:52:33 2026] GET /v2.0/networks/c9f53d00-d532-4669-a00a-d86af8df9c23?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: 479/1098] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:33 2026] GET /v2.0/ports?device_id=40fa41b5-7bd0-4e06-9e71-431dbb51126f => 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: 480/1099] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:52:33 2026] GET /v2.0/networks/c9f53d00-d532-4669-a00a-d86af8df9c23?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1100] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:52:33 2026] GET /v2.0/networks/1528481d-46e1-45fc-b64e-e9d661b1eff2?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: 481/1101] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:52:33 2026] GET /v2.0/security-groups?id=98560d50-1167-4030-80d0-ab96c8932aa3&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1102] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:52:33 2026] GET /v2.0/networks/1528481d-46e1-45fc-b64e-e9d661b1eff2?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: 482/1103] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:34 2026] GET /v2.0/ports?device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1104] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:52:34 2026] GET /v2.0/security-groups?id=535d74f0-2999-4705-b08f-dbe628db6e46&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: 483/1105] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:52:34 2026] GET /v2.0/ports?tenant_id=8bee55f80c13457badb4bb2e9c1a4809&device_id=40fa41b5-7bd0-4e06-9e71-431dbb51126f => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1106] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:34 2026] GET /v2.0/ports?device_id=40fa41b5-7bd0-4e06-9e71-431dbb51126f => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/1107] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:52:34 2026] GET /v2.0/networks?id=1528481d-46e1-45fc-b64e-e9d661b1eff2 => generated 771 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/1108] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:52:34 2026] GET /v2.0/security-groups?id=98560d50-1167-4030-80d0-ab96c8932aa3&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: 486/1109] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:52:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=93d131ab-b912-4cd2-8a65-ab762d9b9600 => 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: 624/1110] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:52:34 2026] GET /v2.0/security-groups?tenant_id=6d6e7d873cf14f8e8d890bc3776873eb&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1111] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:52:35 2026] GET /v2.0/subnets?id=334b622f-09ae-4f1a-a0ef-127721316bf5 => generated 693 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:52:35.106 8 INFO neutron.db.segments_db [None req-0f13988e-c012-4a14-b66a-70bf42689211 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] Added segment 2514e3db-f246-480b-b7e2-a06ac35b701c of type vxlan for network 93098a16-8c6f-4ef5-b7a8-71fb17fcaca1 [pid: 7|app: 0|req: 626/1112] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:52:35 2026] DELETE /v2.0/security-groups/fd53a647-47d8-4b40-9049-16b27569e167 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1113] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:52:34 2026] POST /v2.0/networks => generated 619 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1114] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:52:35 2026] GET /v2.0/ports?network_id=1528481d-46e1-45fc-b64e-e9d661b1eff2&device_owner=network%3Adhcp => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1115] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:52:35 2026] GET /v2.0/networks/1528481d-46e1-45fc-b64e-e9d661b1eff2?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: 629/1116] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:52:35 2026] GET /v2.0/networks/1528481d-46e1-45fc-b64e-e9d661b1eff2?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: 488/1117] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:52:35 2026] POST /v2.0/subnets => generated 658 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1118] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:35 2026] GET /v2.0/ports?device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1119] 199.19.213.96 () {34 vars in 993 bytes} [Wed Jun 10 09:52:35 2026] GET /v2.0/ports?device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1120] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:52:35 2026] GET /v2.0/security-groups?id=535d74f0-2999-4705-b08f-dbe628db6e46&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:52:35.739 8 INFO neutron_taas.services.taas.taas_plugin [req-70ac3edd-509a-43e4-9872-1630a2c6b247 req-bfffff7f-acb0-4550-b116-ac0207a5797e 67ee39cb7bd14560b984f6ffb9c8123a 774d3b33de534c2c8ac2cfbbd3d46902 - - default default] TaaS: Handle Delete Port: 522197be-90b5-482f-9f51-6cc3f55fec20 2026-06-10 09:52:35.742 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-70ac3edd-509a-43e4-9872-1630a2c6b247 req-bfffff7f-acb0-4550-b116-ac0207a5797e 67ee39cb7bd14560b984f6ffb9c8123a 774d3b33de534c2c8ac2cfbbd3d46902 - - default default] Tap Mirror: Handle Delete Port: 522197be-90b5-482f-9f51-6cc3f55fec20 [pid: 7|app: 0|req: 631/1121] 10.0.0.107 () {32 vars in 722 bytes} [Wed Jun 10 09:52:35 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:52:35.950 8 INFO neutron.db.l3_db [req-70ac3edd-509a-43e4-9872-1630a2c6b247 req-bfffff7f-acb0-4550-b116-ac0207a5797e 67ee39cb7bd14560b984f6ffb9c8123a 774d3b33de534c2c8ac2cfbbd3d46902 - - default default] Floating IP 60837c94-bff5-49fe-890c-442669317ac9 disassociated. External IP: 10.96.250.219, port: 522197be-90b5-482f-9f51-6cc3f55fec20. [pid: 7|app: 0|req: 632/1122] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:52:35 2026] POST /v2.0/subnets => generated 732 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1123] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:36 2026] GET /v2.0/ports?device_id=40fa41b5-7bd0-4e06-9e71-431dbb51126f => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:52:36.298 7 INFO neutron.db.segments_db [None req-849afb7d-0dcc-4ccb-93ed-59a579baee7b 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] Added segment 90eff716-27d9-4667-bcef-cfbb261e6f6e of type vxlan for network efd860fe-774a-4a86-a8f2-3d6afa83382b [pid: 8|app: 0|req: 491/1124] 199.19.213.96 () {36 vars in 996 bytes} [Wed Jun 10 09:52:35 2026] DELETE /v2.0/ports/522197be-90b5-482f-9f51-6cc3f55fec20 => generated 0 bytes in 733 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1125] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:52:36 2026] GET /v2.0/security-groups?id=98560d50-1167-4030-80d0-ab96c8932aa3&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: 634/1126] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:52:36 2026] POST /v2.0/networks => generated 618 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:52:36.469 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1fab42d1-b891-4421-a683-1c0b89845746'] response: {'server_uuid': 'd9543b9e-fe79-457d-8532-324a81004eb8', 'name': 'network-vif-deleted', 'tag': '522197be-90b5-482f-9f51-6cc3f55fec20', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 493/1127] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:52:36 2026] POST /v2.0/subnets => generated 656 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1128] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:36 2026] GET /v2.0/ports?device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => 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: 635/1129] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:52:36 2026] POST /v2.0/subnets => generated 724 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:52:37.098 8 INFO neutron.db.segments_db [None req-36b4934d-1462-4d6f-8a40-1e43801c0362 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] Added segment 9e99d43d-c82d-4d0e-bbae-ca20fe4b1e7d of type vxlan for network 92f4f4c1-b093-406e-aa7d-e930a57dfe2b [pid: 8|app: 0|req: 495/1130] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:52:37 2026] POST /v2.0/networks => generated 618 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:52:37.500 7 INFO neutron.db.segments_db [None req-fcf6b6b8-4c52-43f2-bfd7-78ff22ea0bad 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Added segment 9bd794fd-100e-4c09-8750-0416d0486d91 of type vxlan for network d0a26fa2-d1e5-4bc4-8340-05a2c07460c8 [pid: 7|app: 0|req: 636/1131] 10.0.0.107 () {34 vars in 671 bytes} [Wed Jun 10 09:52:37 2026] POST /v2.0/networks => generated 722 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1132] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:37 2026] GET /v2.0/ports?device_id=40fa41b5-7bd0-4e06-9e71-431dbb51126f => 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: 496/1133] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:52:37 2026] POST /v2.0/subnets => generated 656 bytes in 648 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1134] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:52:37 2026] GET /v2.0/security-groups?id=98560d50-1167-4030-80d0-ab96c8932aa3&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1135] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:37 2026] GET /v2.0/ports?device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => 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: 638/1136] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:52:37 2026] POST /v2.0/subnets => generated 688 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:52:38.006 7 INFO neutron.db.segments_db [None req-c11ae067-94d7-4d72-8658-edc77eafc298 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Added segment cb03877d-b3a4-46e9-b9ad-116426d38c60 of type vxlan for network b05f5233-eaf1-4d88-86ea-570b7dab1634 [pid: 8|app: 0|req: 499/1137] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:52:37 2026] POST /v2.0/subnets => generated 730 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:52:38.277 8 INFO neutron.db.segments_db [None req-157e302b-8129-4ed6-9b16-b64c239511cb 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] Added segment 91f33255-d0ad-4315-b3ff-15b189f0cff6 of type vxlan for network 7da75639-7e3f-49ec-91a2-e21395aeae18 2026-06-10 09:52:38.337 7 INFO neutron.db.l3_hamode_db [None req-c11ae067-94d7-4d72-8658-edc77eafc298 24813152f5b04d93ba2edeb14fc64ead 8b5c9c8099c64a359e597ab2285a599b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:52:38.556 8 INFO neutron.db.l3_hamode_db [None req-157e302b-8129-4ed6-9b16-b64c239511cb 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:52:39.199 7 INFO neutron.db.l3_hamode_db [None req-c11ae067-94d7-4d72-8658-edc77eafc298 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:52:39.329 8 INFO neutron.db.l3_hamode_db [None req-157e302b-8129-4ed6-9b16-b64c239511cb 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 639/1138] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:52:37 2026] POST /v2.0/routers => generated 728 bytes in 2124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1139] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:40 2026] GET /v2.0/ports?device_id=40fa41b5-7bd0-4e06-9e71-431dbb51126f => 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: 641/1140] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:40 2026] GET /v2.0/ports?device_id=d9543b9e-fe79-457d-8532-324a81004eb8 => 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: 500/1141] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:52:38 2026] POST /v2.0/routers => generated 684 bytes in 1934 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1142] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:52:40 2026] GET /v2.0/security-groups?id=98560d50-1167-4030-80d0-ab96c8932aa3&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1143] 10.0.0.107 () {34 vars in 783 bytes} [Wed Jun 10 09:52:40 2026] PUT /v2.0/routers/e27bb52e-d28a-49e7-ac76-abc1d2129ff0/add_router_interface => generated 309 bytes in 1248 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1144] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:41 2026] GET /v2.0/ports?device_id=40fa41b5-7bd0-4e06-9e71-431dbb51126f => 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: 502/1145] 10.0.0.107 () {34 vars in 783 bytes} [Wed Jun 10 09:52:40 2026] PUT /v2.0/routers/6b24ea4b-638f-41f2-8232-ce016caf12dd/add_router_interface => generated 309 bytes in 1364 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1146] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:52:41 2026] DELETE /v2.0/security-groups/535d74f0-2999-4705-b08f-dbe628db6e46 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:52:41.952 8 INFO neutron.db.l3_db [None req-ddfa6d0a-bbb1-4aab-a9b8-5309479cb1a6 d4f94211af68424bbc923f379d615451 8bee55f80c13457badb4bb2e9c1a4809 - - default default] Floating IP bfcded31-8e8e-4225-b5fd-faa82cd34cd9 associated. External IP: 10.96.250.213, port: 93d131ab-b912-4cd2-8a65-ab762d9b9600. [pid: 8|app: 0|req: 503/1147] 10.0.0.107 () {34 vars in 749 bytes} [Wed Jun 10 09:52:41 2026] PUT /v2.0/floatingips/bfcded31-8e8e-4225-b5fd-faa82cd34cd9 => generated 855 bytes in 762 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:52:42.323 8 INFO neutron.api.v2.resource [None req-5b118056-8efd-4ae7-a9d2-9fce46938eea 67ee39cb7bd14560b984f6ffb9c8123a 774d3b33de534c2c8ac2cfbbd3d46902 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 504/1148] 10.0.0.107 () {32 vars in 737 bytes} [Wed Jun 10 09:52:42 2026] GET /v2.0/security-groups/535d74f0-2999-4705-b08f-dbe628db6e46 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:52:42.362 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7d2b4b70-052e-4471-b6d3-0b2fbbc9e664'] response: {'name': 'network-changed', 'server_uuid': '40fa41b5-7bd0-4e06-9e71-431dbb51126f', 'tag': '93d131ab-b912-4cd2-8a65-ab762d9b9600', 'status': 'completed', 'code': 200} 2026-06-10 09:52:42.445 8 INFO neutron_taas.services.taas.taas_plugin [None req-71ffe39e-e94d-42d5-94a9-cce059e4469e 67ee39cb7bd14560b984f6ffb9c8123a 774d3b33de534c2c8ac2cfbbd3d46902 - - default default] TaaS: Handle Delete Port: 45fd86e4-d637-4149-be68-a2908e36bd25 2026-06-10 09:52:42.448 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71ffe39e-e94d-42d5-94a9-cce059e4469e 67ee39cb7bd14560b984f6ffb9c8123a 774d3b33de534c2c8ac2cfbbd3d46902 - - default default] Tap Mirror: Handle Delete Port: 45fd86e4-d637-4149-be68-a2908e36bd25 [pid: 8|app: 0|req: 505/1149] 10.0.0.107 () {32 vars in 732 bytes} [Wed Jun 10 09:52:42 2026] DELETE /v2.0/floatingips/60837c94-bff5-49fe-890c-442669317ac9 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1150] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:42 2026] GET /v2.0/ports?device_id=40fa41b5-7bd0-4e06-9e71-431dbb51126f => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1153] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:52:42 2026] GET /v2.0/security-groups?id=98560d50-1167-4030-80d0-ab96c8932aa3&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1154] 10.0.0.107 () {34 vars in 783 bytes} [Wed Jun 10 09:52:41 2026] PUT /v2.0/routers/6b24ea4b-638f-41f2-8232-ce016caf12dd/add_router_interface => generated 309 bytes in 1218 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:52:43.067 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c59e12e-73dc-43a1-8370-1ab902b1f06c 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: 34b5db05-09c3-4fad-b2c4-b975a5b1edb7 2026-06-10 09:52:43.069 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c59e12e-73dc-43a1-8370-1ab902b1f06c 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: 34b5db05-09c3-4fad-b2c4-b975a5b1edb7 [pid: 8|app: 0|req: 510/1155] 10.0.0.107 () {34 vars in 789 bytes} [Wed Jun 10 09:52:42 2026] PUT /v2.0/routers/32ad57b3-4459-402e-a409-f9764377aa36/remove_router_interface => generated 309 bytes in 823 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1156] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:52:43 2026] GET /v2.0/ports?tenant_id=8bee55f80c13457badb4bb2e9c1a4809&device_id=40fa41b5-7bd0-4e06-9e71-431dbb51126f => generated 1240 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1157] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:43 2026] GET /v2.0/ports?device_id=40fa41b5-7bd0-4e06-9e71-431dbb51126f => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:52:43.794 8 INFO neutron_taas.services.taas.taas_plugin [None req-d19d15e8-88f7-410f-b657-69e026c8198e 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: 98c48ab4-211d-4d3c-bb8e-88c13cb929fe 2026-06-10 09:52:43.796 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d19d15e8-88f7-410f-b657-69e026c8198e 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: 98c48ab4-211d-4d3c-bb8e-88c13cb929fe 2026-06-10 09:52:44.032 8 INFO neutron_taas.services.taas.taas_plugin [None req-d19d15e8-88f7-410f-b657-69e026c8198e 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: c514c140-9a1c-4566-b2d5-7a4ac2ede2e7 2026-06-10 09:52:44.037 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d19d15e8-88f7-410f-b657-69e026c8198e 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: c514c140-9a1c-4566-b2d5-7a4ac2ede2e7 [pid: 7|app: 0|req: 646/1158] 10.0.0.107 () {34 vars in 783 bytes} [Wed Jun 10 09:52:42 2026] PUT /v2.0/routers/6b24ea4b-638f-41f2-8232-ce016caf12dd/add_router_interface => generated 309 bytes in 1411 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1159] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:52:44 2026] GET /v2.0/networks?id=1528481d-46e1-45fc-b64e-e9d661b1eff2 => generated 771 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1160] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:52:44 2026] GET /v2.0/security-groups?id=98560d50-1167-4030-80d0-ab96c8932aa3&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1161] 10.0.0.109 () {34 vars in 982 bytes} [Wed Jun 10 09:52:44 2026] GET /v2.0/networks?id=d0a26fa2-d1e5-4bc4-8340-05a2c07460c8 => generated 673 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1162] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:52:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=93d131ab-b912-4cd2-8a65-ab762d9b9600 => generated 860 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1163] 10.0.0.109 () {34 vars in 965 bytes} [Wed Jun 10 09:52:44 2026] GET /v2.0/quotas/8b5c9c8099c64a359e597ab2285a599b => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:52:44.416 8 INFO neutron.services.segments.plugin [-] Segment ce736c6e-a180-4dd0-9c00-925f0fd63b0d resource provider aggregate not found 2026-06-10 09:52:44.417 8 INFO neutron.services.segments.plugin [-] Segment ce736c6e-a180-4dd0-9c00-925f0fd63b0d resource provider aggregate not found 2026-06-10 09:52:44.444 8 INFO neutron.services.segments.plugin [-] Segment ce736c6e-a180-4dd0-9c00-925f0fd63b0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce736c6e-a180-4dd0-9c00-925f0fd63b0d found for delete ", "request_id": "req-79184414-8d29-4826-bd71-b87b15b47575"}]} 2026-06-10 09:52:44.444 8 INFO neutron.services.segments.plugin [-] Segment ce736c6e-a180-4dd0-9c00-925f0fd63b0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce736c6e-a180-4dd0-9c00-925f0fd63b0d found for delete ", "request_id": "req-18052946-7ffa-4c0d-a6fc-73ae8d4923fa"}]} 2026-06-10 09:52:44.449 8 INFO neutron.db.l3_hamode_db [None req-d19d15e8-88f7-410f-b657-69e026c8198e 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] HA network 178de9cf-8949-4291-a9bf-1a681f158032 was deleted as no HA routers are present in tenant 774d3b33de534c2c8ac2cfbbd3d46902. [pid: 8|app: 0|req: 513/1164] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:52:43 2026] DELETE /v2.0/routers/32ad57b3-4459-402e-a409-f9764377aa36 => generated 0 bytes in 832 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1165] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:52:44 2026] GET /v2.0/subnets?id=334b622f-09ae-4f1a-a0ef-127721316bf5 => generated 693 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1166] 10.0.0.107 () {34 vars in 684 bytes} [Wed Jun 10 09:52:44 2026] POST /v2.0/security-groups => generated 1628 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1167] 10.0.0.109 () {34 vars in 1002 bytes} [Wed Jun 10 09:52:44 2026] GET /v2.0/ports?tenant_id=8b5c9c8099c64a359e597ab2285a599b&fields=id => generated 57 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1168] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:52:44 2026] GET /v2.0/ports?network_id=1528481d-46e1-45fc-b64e-e9d661b1eff2&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1169] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:52:44 2026] DELETE /v2.0/subnets/55938ef2-e923-4112-9891-68757c73bca0 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1170] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:52:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1171] 10.0.0.109 () {34 vars in 1008 bytes} [Wed Jun 10 09:52:44 2026] GET /v2.0/networks/d0a26fa2-d1e5-4bc4-8340-05a2c07460c8?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1172] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:52:44 2026] GET /v2.0/networks/1528481d-46e1-45fc-b64e-e9d661b1eff2?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:52:44.799 7 INFO neutron_taas.services.taas.taas_plugin [None req-a4ae633e-923d-43ab-80ff-16488816c51c 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: a320bce7-ae5e-4528-9a9f-a3e76b787bdf 2026-06-10 09:52:44.802 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4ae633e-923d-43ab-80ff-16488816c51c 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: a320bce7-ae5e-4528-9a9f-a3e76b787bdf [pid: 8|app: 0|req: 519/1173] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:52:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1174] 10.0.0.109 () {34 vars in 1108 bytes} [Wed Jun 10 09:52:44 2026] GET /v2.0/networks/d0a26fa2-d1e5-4bc4-8340-05a2c07460c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1175] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:52:44 2026] GET /v2.0/networks/1528481d-46e1-45fc-b64e-e9d661b1eff2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:52:44.967 7 INFO neutron.services.segments.plugin [-] Segment c3ccd9d8-b7f9-477c-bd6e-943f3a2f99df resource provider aggregate not found 2026-06-10 09:52:44.975 7 INFO neutron.services.segments.plugin [-] Segment c3ccd9d8-b7f9-477c-bd6e-943f3a2f99df resource provider aggregate not found 2026-06-10 09:52:44.992 7 INFO neutron.services.segments.plugin [-] Segment c3ccd9d8-b7f9-477c-bd6e-943f3a2f99df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3ccd9d8-b7f9-477c-bd6e-943f3a2f99df found for delete ", "request_id": "req-0acbd65e-2baa-4b62-b55d-636f0e0ee8de"}]} 2026-06-10 09:52:44.993 7 INFO neutron.services.segments.plugin [-] Segment c3ccd9d8-b7f9-477c-bd6e-943f3a2f99df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3ccd9d8-b7f9-477c-bd6e-943f3a2f99df found for delete ", "request_id": "req-d39cccc4-500d-4a29-8438-2623ab214ea2"}]} [pid: 7|app: 0|req: 655/1176] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:52:44 2026] DELETE /v2.0/networks/c9f53d00-d532-4669-a00a-d86af8df9c23 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1177] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:52:44 2026] POST /v2.0/security-group-rules => generated 599 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1178] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:45 2026] GET /v2.0/ports?device_id=cbf9bd03-669d-473e-bcd4-2b40c5e6b51f => 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: 656/1179] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:52:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1180] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:52:45 2026] GET /v2.0/security-groups?tenant_id=774d3b33de534c2c8ac2cfbbd3d46902&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1181] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:52:45 2026] DELETE /v2.0/security-groups/693d8649-5403-472d-95b7-03b3cf17c0bc => 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: 525/1182] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:52:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1183] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:45 2026] GET /v2.0/ports?device_id=40fa41b5-7bd0-4e06-9e71-431dbb51126f => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1184] 199.19.213.96 () {34 vars in 993 bytes} [Wed Jun 10 09:52:45 2026] GET /v2.0/ports?device_id=40fa41b5-7bd0-4e06-9e71-431dbb51126f => generated 971 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1185] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:52:45 2026] GET /v2.0/security-groups?id=98560d50-1167-4030-80d0-ab96c8932aa3&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1186] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:52:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1187] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:52:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:52:45.618 7 INFO neutron_taas.services.taas.taas_plugin [req-ba648450-3c2e-43f8-a622-12563d9423bc req-333f6249-efd1-4fe6-9fb5-72c77cf41e82 d4f94211af68424bbc923f379d615451 8bee55f80c13457badb4bb2e9c1a4809 - - default default] TaaS: Handle Delete Port: 93d131ab-b912-4cd2-8a65-ab762d9b9600 2026-06-10 09:52:45.621 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ba648450-3c2e-43f8-a622-12563d9423bc req-333f6249-efd1-4fe6-9fb5-72c77cf41e82 d4f94211af68424bbc923f379d615451 8bee55f80c13457badb4bb2e9c1a4809 - - default default] Tap Mirror: Handle Delete Port: 93d131ab-b912-4cd2-8a65-ab762d9b9600 [pid: 8|app: 0|req: 528/1188] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:52:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:52:45.750 7 INFO neutron.db.l3_db [req-ba648450-3c2e-43f8-a622-12563d9423bc req-333f6249-efd1-4fe6-9fb5-72c77cf41e82 d4f94211af68424bbc923f379d615451 8bee55f80c13457badb4bb2e9c1a4809 - - default default] Floating IP bfcded31-8e8e-4225-b5fd-faa82cd34cd9 disassociated. External IP: 10.96.250.213, port: 93d131ab-b912-4cd2-8a65-ab762d9b9600. [pid: 8|app: 0|req: 529/1189] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:52:45 2026] POST /v2.0/security-group-rules => generated 599 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1190] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:52:45 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: 8|app: 0|req: 531/1191] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:52:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1192] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:46 2026] GET /v2.0/ports?device_id=cbf9bd03-669d-473e-bcd4-2b40c5e6b51f => 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: 661/1193] 199.19.213.96 () {36 vars in 996 bytes} [Wed Jun 10 09:52:45 2026] DELETE /v2.0/ports/93d131ab-b912-4cd2-8a65-ab762d9b9600 => generated 0 bytes in 820 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:52:46.367 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d6de2ae8-f34b-46c3-ba42-9787fef8b746'] response: {'server_uuid': '40fa41b5-7bd0-4e06-9e71-431dbb51126f', 'name': 'network-vif-deleted', 'tag': '93d131ab-b912-4cd2-8a65-ab762d9b9600', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 533/1194] 10.0.0.109 () {34 vars in 1096 bytes} [Wed Jun 10 09:52:46 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1855290595&fields=id&tenant_id=bf77586680fb406390aed0b8e0568ea6 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1195] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:46 2026] GET /v2.0/ports?device_id=40fa41b5-7bd0-4e06-9e71-431dbb51126f => 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: 534/1196] 10.0.0.109 () {34 vars in 982 bytes} [Wed Jun 10 09:52:46 2026] GET /v2.0/networks?id=efd860fe-774a-4a86-a8f2-3d6afa83382b => generated 704 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1197] 10.0.0.109 () {34 vars in 965 bytes} [Wed Jun 10 09:52:46 2026] GET /v2.0/quotas/bf77586680fb406390aed0b8e0568ea6 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1198] 10.0.0.109 () {34 vars in 1002 bytes} [Wed Jun 10 09:52:46 2026] GET /v2.0/ports?tenant_id=bf77586680fb406390aed0b8e0568ea6&fields=id => generated 241 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1199] 10.0.0.109 () {34 vars in 1008 bytes} [Wed Jun 10 09:52:46 2026] GET /v2.0/networks/efd860fe-774a-4a86-a8f2-3d6afa83382b?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: 536/1200] 10.0.0.109 () {34 vars in 1108 bytes} [Wed Jun 10 09:52:46 2026] GET /v2.0/networks/efd860fe-774a-4a86-a8f2-3d6afa83382b?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: 665/1201] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:47 2026] GET /v2.0/ports?device_id=f53cbc14-96b8-4a0f-ad14-2d5fe63223c1 => 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: 666/1202] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:47 2026] GET /v2.0/ports?device_id=cbf9bd03-669d-473e-bcd4-2b40c5e6b51f => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:52:47.669 8 INFO neutron.db.segments_db [None req-67577a40-861b-49f9-b52e-8a233d30623b 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Added segment 5daafc22-a902-40a5-9f70-6d1ca149a971 of type vxlan for network e6f051da-21b9-4bfe-a501-8aef4c89ec1b [pid: 7|app: 0|req: 667/1203] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:47 2026] GET /v2.0/ports?device_id=40fa41b5-7bd0-4e06-9e71-431dbb51126f => 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: 537/1204] 10.0.0.107 () {34 vars in 671 bytes} [Wed Jun 10 09:52:47 2026] POST /v2.0/networks => generated 719 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1205] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:52:47 2026] POST /v2.0/subnets => generated 685 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:52:48.009 8 INFO neutron.db.segments_db [None req-e268773d-ede0-4537-86c7-55ef826fe1c0 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Added segment 22ac9ff0-502a-463d-8502-e35112ba1966 of type vxlan for network a2788852-cc6e-421d-a5d9-b714261b9071 2026-06-10 09:52:48.220 8 INFO neutron.db.l3_hamode_db [None req-e268773d-ede0-4537-86c7-55ef826fe1c0 24813152f5b04d93ba2edeb14fc64ead b74877a61aa144b19002f27e537cecc8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 669/1206] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:48 2026] GET /v2.0/ports?device_id=cbf9bd03-669d-473e-bcd4-2b40c5e6b51f => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1207] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:48 2026] GET /v2.0/ports?device_id=40fa41b5-7bd0-4e06-9e71-431dbb51126f => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:52:49.006 8 INFO neutron.db.l3_hamode_db [None req-e268773d-ede0-4537-86c7-55ef826fe1c0 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 671/1208] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:52:49 2026] GET /v2.0/networks?id=d0a26fa2-d1e5-4bc4-8340-05a2c07460c8 => generated 673 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1209] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:52:47 2026] POST /v2.0/routers => generated 725 bytes in 1859 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1210] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:49 2026] GET /v2.0/ports?device_id=cbf9bd03-669d-473e-bcd4-2b40c5e6b51f => generated 957 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1211] 199.19.213.96 () {38 vars in 954 bytes} [Wed Jun 10 09:52:49 2026] POST /v2.0/ports => generated 954 bytes in 405 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: 673/1212] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:52:49 2026] GET /v2.0/security-groups?id=25b41338-30bd-4b61-986e-75b88ba50dc5&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1213] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:49 2026] GET /v2.0/ports?device_id=40fa41b5-7bd0-4e06-9e71-431dbb51126f => 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: 675/1214] 199.19.213.96 () {38 vars in 1027 bytes} [Wed Jun 10 09:52:50 2026] PUT /v2.0/ports/ab55b115-a420-4496-9a21-be25d7ff6e05 => generated 1235 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:52:50.446 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ce8f0de-12fc-431f-a4e7-c6bf0c66a85b'] response: {'name': 'network-changed', 'server_uuid': 'cbf9bd03-669d-473e-bcd4-2b40c5e6b51f', 'tag': 'ab55b115-a420-4496-9a21-be25d7ff6e05', '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: 676/1215] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:52:50 2026] GET /v2.0/ports?tenant_id=8b5c9c8099c64a359e597ab2285a599b&device_id=cbf9bd03-669d-473e-bcd4-2b40c5e6b51f => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1216] 199.19.213.96 () {34 vars in 1017 bytes} [Wed Jun 10 09:52:51 2026] GET /v2.0/networks?tenant_id=8b5c9c8099c64a359e597ab2285a599b&shared=False => generated 769 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1217] 10.0.0.107 () {34 vars in 783 bytes} [Wed Jun 10 09:52:49 2026] PUT /v2.0/routers/dadd3286-dbc4-4038-a5fc-b81221c6beee/add_router_interface => generated 309 bytes in 1164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1218] 199.19.213.96 () {34 vars in 929 bytes} [Wed Jun 10 09:52:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1219] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:51 2026] GET /v2.0/ports?device_id=cbf9bd03-669d-473e-bcd4-2b40c5e6b51f => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1220] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:52:51 2026] GET /v2.0/security-groups?id=25b41338-30bd-4b61-986e-75b88ba50dc5&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1221] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:52:51 2026] DELETE /v2.0/security-groups/98560d50-1167-4030-80d0-ab96c8932aa3 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:52:51.303 7 INFO neutron.api.v2.resource [None req-42cf429d-221c-4aa0-aa5f-48c9f6f0ac43 d4f94211af68424bbc923f379d615451 8bee55f80c13457badb4bb2e9c1a4809 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 680/1222] 10.0.0.107 () {32 vars in 737 bytes} [Wed Jun 10 09:52:51 2026] GET /v2.0/security-groups/98560d50-1167-4030-80d0-ab96c8932aa3 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:52:51.414 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5dfc57a-d522-48cb-afbe-f02ce9ba9ba1 d4f94211af68424bbc923f379d615451 8bee55f80c13457badb4bb2e9c1a4809 - - default default] TaaS: Handle Delete Port: 9b7b0756-0cd0-4c78-94fd-b3da3fa3ac32 2026-06-10 09:52:51.418 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5dfc57a-d522-48cb-afbe-f02ce9ba9ba1 d4f94211af68424bbc923f379d615451 8bee55f80c13457badb4bb2e9c1a4809 - - default default] Tap Mirror: Handle Delete Port: 9b7b0756-0cd0-4c78-94fd-b3da3fa3ac32 [pid: 8|app: 0|req: 543/1223] 10.0.0.107 () {32 vars in 732 bytes} [Wed Jun 10 09:52:51 2026] DELETE /v2.0/floatingips/bfcded31-8e8e-4225-b5fd-faa82cd34cd9 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1224] 10.0.0.107 () {34 vars in 685 bytes} [Wed Jun 10 09:52:51 2026] POST /v2.0/security-groups => generated 1659 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1225] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:52:51 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) 2026-06-10 09:52:51.946 7 INFO neutron_taas.services.taas.taas_plugin [None req-e41a34aa-c0dc-4cb9-890c-cf787c4c4118 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: d03e7789-7f8e-4a2b-a72e-cf615202720d 2026-06-10 09:52:51.952 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e41a34aa-c0dc-4cb9-890c-cf787c4c4118 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: d03e7789-7f8e-4a2b-a72e-cf615202720d [pid: 8|app: 0|req: 546/1226] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:52:51 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: 681/1227] 10.0.0.107 () {34 vars in 789 bytes} [Wed Jun 10 09:52:51 2026] PUT /v2.0/routers/7a632f5e-25c2-44f3-b2bc-b98e1de55d41/remove_router_interface => generated 309 bytes in 1042 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1228] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:52:52 2026] GET /v2.0/ports?tenant_id=8b5c9c8099c64a359e597ab2285a599b&device_id=cbf9bd03-669d-473e-bcd4-2b40c5e6b51f => 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: 547/1229] 10.0.0.107 () {34 vars in 676 bytes} [Wed Jun 10 09:52:52 2026] POST /v2.0/floatingips => generated 552 bytes in 624 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1230] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:52 2026] GET /v2.0/ports?device_id=f53cbc14-96b8-4a0f-ad14-2d5fe63223c1 => 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: 548/1231] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:52 2026] GET /v2.0/ports?device_id=cbf9bd03-669d-473e-bcd4-2b40c5e6b51f => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1232] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:52:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=ab55b115-a420-4496-9a21-be25d7ff6e05 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1233] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:52:52 2026] GET /v2.0/security-groups?id=25b41338-30bd-4b61-986e-75b88ba50dc5&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1234] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:52:52 2026] GET /v2.0/subnets?id=c8b62ea5-d2dc-4ac0-a00b-aadd5f541aed => generated 691 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1235] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:52:52 2026] GET /v2.0/networks?id=efd860fe-774a-4a86-a8f2-3d6afa83382b => generated 704 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1236] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:52:52 2026] GET /v2.0/ports?network_id=d0a26fa2-d1e5-4bc4-8340-05a2c07460c8&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:52:52.901 7 INFO neutron_taas.services.taas.taas_plugin [None req-b9459843-48c5-47f6-b53e-8a060757c925 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: 5924f326-0cbe-4f04-9cb2-992f22dfabc4 2026-06-10 09:52:52.903 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9459843-48c5-47f6-b53e-8a060757c925 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: 5924f326-0cbe-4f04-9cb2-992f22dfabc4 [pid: 8|app: 0|req: 554/1237] 199.19.213.96 () {34 vars in 1049 bytes} [Wed Jun 10 09:52:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bf77586680fb406390aed0b8e0568ea6 => generated 179 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1238] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:52:52 2026] GET /v2.0/networks/d0a26fa2-d1e5-4bc4-8340-05a2c07460c8?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:52:53.134 7 INFO neutron_taas.services.taas.taas_plugin [None req-b9459843-48c5-47f6-b53e-8a060757c925 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: 0a753bce-728f-4ef5-bb01-1ca02af73ba9 2026-06-10 09:52:53.136 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9459843-48c5-47f6-b53e-8a060757c925 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: 0a753bce-728f-4ef5-bb01-1ca02af73ba9 [pid: 8|app: 0|req: 556/1239] 199.19.213.96 () {38 vars in 954 bytes} [Wed Jun 10 09:52:52 2026] POST /v2.0/ports => generated 1183 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 557/1240] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:52:53 2026] GET /v2.0/networks/d0a26fa2-d1e5-4bc4-8340-05a2c07460c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1241] 10.0.0.109 () {34 vars in 1100 bytes} [Wed Jun 10 09:52:53 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1078522754&fields=id&tenant_id=b74877a61aa144b19002f27e537cecc8 => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:52:53.468 7 INFO neutron.services.segments.plugin [-] Segment 5d4443cb-af82-421b-97b4-9bf5e1156e19 resource provider aggregate not found 2026-06-10 09:52:53.476 7 INFO neutron.services.segments.plugin [-] Segment 5d4443cb-af82-421b-97b4-9bf5e1156e19 resource provider aggregate not found 2026-06-10 09:52:53.492 7 INFO neutron.db.l3_hamode_db [None req-b9459843-48c5-47f6-b53e-8a060757c925 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] HA network 38aa4ece-5783-4fa3-99c9-664b653268d6 was deleted as no HA routers are present in tenant 8bee55f80c13457badb4bb2e9c1a4809. 2026-06-10 09:52:53.493 7 INFO neutron.services.segments.plugin [-] Segment 5d4443cb-af82-421b-97b4-9bf5e1156e19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d4443cb-af82-421b-97b4-9bf5e1156e19 found for delete ", "request_id": "req-2d10cd80-d46c-47ba-95f5-800e1319edb5"}]} [pid: 7|app: 0|req: 684/1242] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:52:52 2026] DELETE /v2.0/routers/7a632f5e-25c2-44f3-b2bc-b98e1de55d41 => generated 0 bytes in 819 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:52:53.501 7 INFO neutron.services.segments.plugin [-] Segment 5d4443cb-af82-421b-97b4-9bf5e1156e19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d4443cb-af82-421b-97b4-9bf5e1156e19 found for delete ", "request_id": "req-f7da2e33-5bdb-4c61-9c1b-dd5802f7756e"}]} [pid: 7|app: 0|req: 685/1243] 10.0.0.109 () {34 vars in 982 bytes} [Wed Jun 10 09:52:53 2026] GET /v2.0/networks?id=e6f051da-21b9-4bfe-a501-8aef4c89ec1b => generated 670 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1244] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:52:53 2026] DELETE /v2.0/subnets/334b622f-09ae-4f1a-a0ef-127721316bf5 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1245] 10.0.0.109 () {34 vars in 965 bytes} [Wed Jun 10 09:52:53 2026] GET /v2.0/quotas/b74877a61aa144b19002f27e537cecc8 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:52:53.713 7 INFO neutron_taas.services.taas.taas_plugin [None req-8a619bdc-50c6-4ddd-8ee2-c2f00c02d614 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: ce3b48c3-b0f3-467f-b308-88380ca873bc 2026-06-10 09:52:53.715 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a619bdc-50c6-4ddd-8ee2-c2f00c02d614 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: ce3b48c3-b0f3-467f-b308-88380ca873bc [pid: 8|app: 0|req: 559/1246] 199.19.213.96 () {38 vars in 1027 bytes} [Wed Jun 10 09:52:53 2026] PUT /v2.0/ports/d67c6769-0f24-4a12-bf64-9775f798df88 => generated 1464 bytes in 430 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: 560/1247] 10.0.0.109 () {34 vars in 1002 bytes} [Wed Jun 10 09:52:53 2026] GET /v2.0/ports?tenant_id=b74877a61aa144b19002f27e537cecc8&fields=id => generated 57 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1248] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:53 2026] GET /v2.0/ports?device_id=cbf9bd03-669d-473e-bcd4-2b40c5e6b51f => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1249] 10.0.0.109 () {34 vars in 1008 bytes} [Wed Jun 10 09:52:53 2026] GET /v2.0/networks/e6f051da-21b9-4bfe-a501-8aef4c89ec1b?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1250] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:52:54 2026] GET /v2.0/security-groups?id=25b41338-30bd-4b61-986e-75b88ba50dc5&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1251] 10.0.0.109 () {34 vars in 1108 bytes} [Wed Jun 10 09:52:54 2026] GET /v2.0/networks/e6f051da-21b9-4bfe-a501-8aef4c89ec1b?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-06-10 09:52:54.114 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-63d6bec2-a1ad-49e9-8f7e-c37038403717'] response: {'name': 'network-changed', 'server_uuid': 'f53cbc14-96b8-4a0f-ad14-2d5fe63223c1', 'tag': 'd67c6769-0f24-4a12-bf64-9775f798df88', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 688/1252] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:52:53 2026] DELETE /v2.0/networks/1528481d-46e1-45fc-b64e-e9d661b1eff2 => generated 0 bytes in 647 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1253] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:54 2026] GET /v2.0/ports?device_id=fcc89f66-5b78-4586-a9be-2a7a0e30a6fc => 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: 689/1254] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:52:54 2026] GET /v2.0/security-groups?tenant_id=8bee55f80c13457badb4bb2e9c1a4809&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1255] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:52:54 2026] DELETE /v2.0/security-groups/d6470efa-ea45-42f5-ad9b-f6c844c9761f => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1256] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:52:54 2026] GET /v2.0/ports?tenant_id=bf77586680fb406390aed0b8e0568ea6&device_id=f53cbc14-96b8-4a0f-ad14-2d5fe63223c1 => generated 1467 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1257] 199.19.213.96 () {34 vars in 1017 bytes} [Wed Jun 10 09:52:54 2026] GET /v2.0/networks?tenant_id=bf77586680fb406390aed0b8e0568ea6&shared=False => generated 2372 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1258] 199.19.213.96 () {34 vars in 929 bytes} [Wed Jun 10 09:52:54 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: 568/1259] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:55 2026] GET /v2.0/ports?device_id=cbf9bd03-669d-473e-bcd4-2b40c5e6b51f => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1260] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:52:55 2026] GET /v2.0/security-groups?id=25b41338-30bd-4b61-986e-75b88ba50dc5&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1261] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:55 2026] GET /v2.0/ports?device_id=fcc89f66-5b78-4586-a9be-2a7a0e30a6fc => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:52:55.509 7 INFO neutron.services.segments.plugin [-] Segment f95cb9b0-e0f2-4535-99d9-a444fb44a412 resource provider aggregate not found 2026-06-10 09:52:55.525 7 INFO neutron.services.segments.plugin [-] Segment f95cb9b0-e0f2-4535-99d9-a444fb44a412 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f95cb9b0-e0f2-4535-99d9-a444fb44a412 found for delete ", "request_id": "req-d3225d60-fc25-4342-87a3-6afcd6795ecc"}]} 2026-06-10 09:52:55.526 7 INFO neutron.services.segments.plugin [-] Segment f95cb9b0-e0f2-4535-99d9-a444fb44a412 resource provider aggregate not found 2026-06-10 09:52:55.549 7 INFO neutron.services.segments.plugin [-] Segment f95cb9b0-e0f2-4535-99d9-a444fb44a412 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f95cb9b0-e0f2-4535-99d9-a444fb44a412 found for delete ", "request_id": "req-99a79c6a-1912-4ea6-b333-dd5d522affb4"}]} [pid: 7|app: 0|req: 693/1262] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:52:55 2026] GET /v2.0/ports?tenant_id=bf77586680fb406390aed0b8e0568ea6&device_id=f53cbc14-96b8-4a0f-ad14-2d5fe63223c1 => generated 1467 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1263] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:52:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.190&port_id=d67c6769-0f24-4a12-bf64-9775f798df88 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1264] 199.19.213.96 () {34 vars in 1103 bytes} [Wed Jun 10 09:52:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A31c&port_id=d67c6769-0f24-4a12-bf64-9775f798df88 => 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: 571/1265] 199.19.213.96 () {34 vars in 1063 bytes} [Wed Jun 10 09:52:55 2026] GET /v2.0/subnets?id=88b4c0a5-6192-4b40-808f-994b86b97e15&id=e8ff0302-219f-4906-aa4c-81e6f34dbb2a => generated 1409 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1266] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:52:55 2026] GET /v2.0/ports?network_id=efd860fe-774a-4a86-a8f2-3d6afa83382b&device_owner=network%3Adhcp => generated 1457 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1267] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:52:56 2026] GET /v2.0/ports?network_id=efd860fe-774a-4a86-a8f2-3d6afa83382b&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: 696/1268] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:52:56 2026] GET /v2.0/networks/efd860fe-774a-4a86-a8f2-3d6afa83382b?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1269] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:52:56 2026] GET /v2.0/networks/efd860fe-774a-4a86-a8f2-3d6afa83382b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1270] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:56 2026] GET /v2.0/ports?device_id=cbf9bd03-669d-473e-bcd4-2b40c5e6b51f => generated 969 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1271] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:52:56 2026] GET /v2.0/security-groups?id=25b41338-30bd-4b61-986e-75b88ba50dc5&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1272] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:56 2026] GET /v2.0/ports?device_id=fcc89f66-5b78-4586-a9be-2a7a0e30a6fc => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:52:56.889 8 INFO neutron.db.segments_db [None req-042238b9-e41c-41f9-85b1-6375ba82df86 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Added segment 49c7ed87-3941-48ca-a53f-9644a3888959 of type vxlan for network a5a1e91a-7fad-4b75-b66a-5d8ab036701a [pid: 8|app: 0|req: 575/1273] 10.0.0.107 () {34 vars in 671 bytes} [Wed Jun 10 09:52:56 2026] POST /v2.0/networks => generated 723 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1274] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:52:56 2026] POST /v2.0/subnets => generated 690 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:52:57.251 8 INFO neutron.db.segments_db [None req-cc35dc2d-77dc-425a-b338-93c86074f6d4 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Added segment 88baf4d8-2035-4dbb-bee1-7aeb983b915b of type vxlan for network a60d5023-a51c-4e51-8dc1-c075ccd9046f [pid: 7|app: 0|req: 702/1277] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:57 2026] GET /v2.0/ports?device_id=cbf9bd03-669d-473e-bcd4-2b40c5e6b51f => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1278] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:57 2026] GET /v2.0/ports?device_id=fcc89f66-5b78-4586-a9be-2a7a0e30a6fc => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:52:57.690 8 INFO neutron.db.l3_hamode_db [None req-cc35dc2d-77dc-425a-b338-93c86074f6d4 24813152f5b04d93ba2edeb14fc64ead 77d8b5229bfa427e8c6df47f2ee087ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 704/1279] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:52:57 2026] GET /v2.0/security-groups?id=25b41338-30bd-4b61-986e-75b88ba50dc5&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1280] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:57 2026] GET /v2.0/ports?device_id=f53cbc14-96b8-4a0f-ad14-2d5fe63223c1 => generated 1198 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1281] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:52:57 2026] GET /v2.0/security-groups?id=4bece51a-9e58-4fb8-88dc-41f24ed2c15e&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:52:58.646 8 INFO neutron.db.l3_hamode_db [None req-cc35dc2d-77dc-425a-b338-93c86074f6d4 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 707/1282] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:52:58 2026] GET /v2.0/networks?id=e6f051da-21b9-4bfe-a501-8aef4c89ec1b => generated 670 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1283] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:58 2026] GET /v2.0/ports?device_id=fcc89f66-5b78-4586-a9be-2a7a0e30a6fc => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1284] 199.19.213.96 () {34 vars in 1049 bytes} [Wed Jun 10 09:52:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b74877a61aa144b19002f27e537cecc8 => generated 181 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1285] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:52:58 2026] GET /v2.0/ports?device_id=cbf9bd03-669d-473e-bcd4-2b40c5e6b51f => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1286] 199.19.213.96 () {38 vars in 954 bytes} [Wed Jun 10 09:52:58 2026] POST /v2.0/ports => generated 954 bytes in 665 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: 712/1287] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:52:59 2026] GET /v2.0/security-groups?id=25b41338-30bd-4b61-986e-75b88ba50dc5&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1288] 199.19.213.96 () {38 vars in 1027 bytes} [Wed Jun 10 09:52:59 2026] PUT /v2.0/ports/51adefbb-e700-43cf-9e5a-92b84c8cb2a7 => generated 1235 bytes in 806 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-06-10 09:53:00.367 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-eef01114-ee54-44e6-87c4-f2b7b2428269'] response: {'name': 'network-changed', 'server_uuid': 'fcc89f66-5b78-4586-a9be-2a7a0e30a6fc', 'tag': '51adefbb-e700-43cf-9e5a-92b84c8cb2a7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 714/1289] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:00 2026] GET /v2.0/ports?device_id=fcc89f66-5b78-4586-a9be-2a7a0e30a6fc => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1290] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:00 2026] GET /v2.0/security-groups?id=3a59d372-d011-4026-aa56-b76d88055c04&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: 576/1291] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:52:57 2026] POST /v2.0/routers => generated 730 bytes in 3241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1292] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:53:00 2026] GET /v2.0/ports?tenant_id=b74877a61aa144b19002f27e537cecc8&device_id=fcc89f66-5b78-4586-a9be-2a7a0e30a6fc => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1293] 199.19.213.96 () {34 vars in 1017 bytes} [Wed Jun 10 09:53:00 2026] GET /v2.0/networks?tenant_id=b74877a61aa144b19002f27e537cecc8&shared=False => generated 766 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1294] 199.19.213.96 () {34 vars in 929 bytes} [Wed Jun 10 09:53:00 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1295] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:01 2026] GET /v2.0/ports?device_id=cbf9bd03-669d-473e-bcd4-2b40c5e6b51f => generated 971 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1296] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:01 2026] GET /v2.0/security-groups?id=25b41338-30bd-4b61-986e-75b88ba50dc5&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1297] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:01 2026] GET /v2.0/ports?device_id=fcc89f66-5b78-4586-a9be-2a7a0e30a6fc => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1298] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:01 2026] GET /v2.0/security-groups?id=3a59d372-d011-4026-aa56-b76d88055c04&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1299] 10.0.0.107 () {34 vars in 783 bytes} [Wed Jun 10 09:53:00 2026] PUT /v2.0/routers/a28c822d-55a0-4466-9933-ad9f4a49d4cc/add_router_interface => generated 309 bytes in 1608 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1300] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:53:02 2026] GET /v2.0/ports?tenant_id=b74877a61aa144b19002f27e537cecc8&device_id=fcc89f66-5b78-4586-a9be-2a7a0e30a6fc => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1301] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:53:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=51adefbb-e700-43cf-9e5a-92b84c8cb2a7 => 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: 585/1302] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:53:02 2026] GET /v2.0/subnets?id=63ec8404-5bb4-4717-8e24-237da4ead355 => generated 688 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1303] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:53:02 2026] GET /v2.0/ports?network_id=e6f051da-21b9-4bfe-a501-8aef4c89ec1b&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1304] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:53:02 2026] GET /v2.0/networks/e6f051da-21b9-4bfe-a501-8aef4c89ec1b?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: 719/1305] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:53:02 2026] GET /v2.0/networks/e6f051da-21b9-4bfe-a501-8aef4c89ec1b?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: 587/1306] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:02 2026] GET /v2.0/ports?device_id=cbf9bd03-669d-473e-bcd4-2b40c5e6b51f => 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: 720/1307] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:02 2026] GET /v2.0/security-groups?id=25b41338-30bd-4b61-986e-75b88ba50dc5&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1308] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:02 2026] GET /v2.0/ports?device_id=fcc89f66-5b78-4586-a9be-2a7a0e30a6fc => 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: 722/1309] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:02 2026] GET /v2.0/security-groups?id=3a59d372-d011-4026-aa56-b76d88055c04&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1310] 10.0.0.107 () {34 vars in 685 bytes} [Wed Jun 10 09:53:02 2026] POST /v2.0/security-groups => generated 1660 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1311] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:02 2026] GET /v2.0/ports?device_id=f53cbc14-96b8-4a0f-ad14-2d5fe63223c1 => generated 1200 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1312] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:53:02 2026] POST /v2.0/security-group-rules => generated 597 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1313] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:03 2026] GET /v2.0/security-groups?id=4bece51a-9e58-4fb8-88dc-41f24ed2c15e&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: 591/1314] 10.0.0.107 () {32 vars in 818 bytes} [Wed Jun 10 09:53:03 2026] GET /v2.0/ports?network_id=efd860fe-774a-4a86-a8f2-3d6afa83382b&mac_address=fa%3A16%3A3e%3Af1%3A1e%3A4d => 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: 724/1315] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:53:03 2026] POST /v2.0/security-group-rules => generated 602 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:53:04.173 8 INFO neutron.db.l3_db [None req-a9866e63-2f7c-43d0-b7fd-792deca10657 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] Floating IP 40a9de19-63ce-4f2e-a3d5-c9ac3cc16211 associated. External IP: 10.96.250.213, port: d67c6769-0f24-4a12-bf64-9775f798df88. [pid: 7|app: 0|req: 725/1316] 10.0.0.107 () {34 vars in 676 bytes} [Wed Jun 10 09:53:03 2026] POST /v2.0/floatingips => generated 552 bytes in 887 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1317] 199.19.213.96 () {34 vars in 993 bytes} [Wed Jun 10 09:53:04 2026] GET /v2.0/ports?device_id=cbf9bd03-669d-473e-bcd4-2b40c5e6b51f => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1318] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:04 2026] GET /v2.0/ports?device_id=cbf9bd03-669d-473e-bcd4-2b40c5e6b51f => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1319] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:04 2026] GET /v2.0/ports?device_id=fcc89f66-5b78-4586-a9be-2a7a0e30a6fc => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:53:04.449 7 INFO neutron_taas.services.taas.taas_plugin [req-ba35886b-659f-497a-a4c1-06be18479ea2 req-3cb94eba-7a33-487b-872d-ecb51e96ae82 b22a6acbc8bb4f02941c8241dc2c3391 8b5c9c8099c64a359e597ab2285a599b - - default default] TaaS: Handle Delete Port: ab55b115-a420-4496-9a21-be25d7ff6e05 2026-06-10 09:53:04.452 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ba35886b-659f-497a-a4c1-06be18479ea2 req-3cb94eba-7a33-487b-872d-ecb51e96ae82 b22a6acbc8bb4f02941c8241dc2c3391 8b5c9c8099c64a359e597ab2285a599b - - default default] Tap Mirror: Handle Delete Port: ab55b115-a420-4496-9a21-be25d7ff6e05 [pid: 8|app: 0|req: 592/1320] 10.0.0.107 () {34 vars in 677 bytes} [Wed Jun 10 09:53:03 2026] POST /v2.0/floatingips => generated 855 bytes in 1260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1321] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:04 2026] GET /v2.0/security-groups?id=25b41338-30bd-4b61-986e-75b88ba50dc5&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: 8|app: 0|req: 594/1322] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:04 2026] GET /v2.0/security-groups?id=3a59d372-d011-4026-aa56-b76d88055c04&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1323] 199.19.213.96 () {36 vars in 996 bytes} [Wed Jun 10 09:53:04 2026] DELETE /v2.0/ports/ab55b115-a420-4496-9a21-be25d7ff6e05 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1324] 10.0.0.109 () {34 vars in 1098 bytes} [Wed Jun 10 09:53:04 2026] GET /v2.0/security-groups?name=tempest-securitygroup--943205428&fields=id&tenant_id=77d8b5229bfa427e8c6df47f2ee087ab => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1325] 10.0.0.109 () {34 vars in 1096 bytes} [Wed Jun 10 09:53:04 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1855290595&fields=id&tenant_id=bf77586680fb406390aed0b8e0568ea6 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1326] 10.0.0.109 () {34 vars in 982 bytes} [Wed Jun 10 09:53:04 2026] GET /v2.0/networks?id=a5a1e91a-7fad-4b75-b66a-5d8ab036701a => generated 675 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1327] 10.0.0.109 () {34 vars in 965 bytes} [Wed Jun 10 09:53:04 2026] GET /v2.0/quotas/77d8b5229bfa427e8c6df47f2ee087ab => generated 292 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1328] 10.0.0.109 () {34 vars in 982 bytes} [Wed Jun 10 09:53:04 2026] GET /v2.0/networks?id=92f4f4c1-b093-406e-aa7d-e930a57dfe2b => generated 704 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1329] 10.0.0.109 () {34 vars in 965 bytes} [Wed Jun 10 09:53:04 2026] GET /v2.0/quotas/bf77586680fb406390aed0b8e0568ea6 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1330] 10.0.0.109 () {34 vars in 1002 bytes} [Wed Jun 10 09:53:04 2026] GET /v2.0/ports?tenant_id=77d8b5229bfa427e8c6df47f2ee087ab&fields=id => generated 57 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1331] 10.0.0.109 () {34 vars in 1008 bytes} [Wed Jun 10 09:53:04 2026] GET /v2.0/networks/a5a1e91a-7fad-4b75-b66a-5d8ab036701a?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: 733/1332] 10.0.0.109 () {34 vars in 1002 bytes} [Wed Jun 10 09:53:04 2026] GET /v2.0/ports?tenant_id=bf77586680fb406390aed0b8e0568ea6&fields=id => generated 287 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1333] 10.0.0.109 () {34 vars in 1108 bytes} [Wed Jun 10 09:53:04 2026] GET /v2.0/networks/a5a1e91a-7fad-4b75-b66a-5d8ab036701a?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: 734/1334] 10.0.0.109 () {34 vars in 1008 bytes} [Wed Jun 10 09:53:04 2026] GET /v2.0/networks/92f4f4c1-b093-406e-aa7d-e930a57dfe2b?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: 601/1335] 10.0.0.109 () {34 vars in 1108 bytes} [Wed Jun 10 09:53:05 2026] GET /v2.0/networks/92f4f4c1-b093-406e-aa7d-e930a57dfe2b?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-06-10 09:53:05.218 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-80135c91-3a49-4746-abb4-0a7bcf8a7b17'] response: {'name': 'network-changed', 'server_uuid': 'f53cbc14-96b8-4a0f-ad14-2d5fe63223c1', 'tag': 'd67c6769-0f24-4a12-bf64-9775f798df88', 'status': 'completed', 'code': 200} 2026-06-10 09:53:05.268 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c2f5ebea-c63f-4689-b8a1-91f2f4267a33'] response: {'server_uuid': 'cbf9bd03-669d-473e-bcd4-2b40c5e6b51f', 'name': 'network-vif-deleted', 'tag': 'ab55b115-a420-4496-9a21-be25d7ff6e05', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 735/1336] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:05 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => 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: 602/1337] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:05 2026] GET /v2.0/ports?device_id=119801d8-35f4-4455-ade1-7a01f50a665c => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1338] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:05 2026] GET /v2.0/ports?device_id=cbf9bd03-669d-473e-bcd4-2b40c5e6b51f => 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: 603/1339] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:05 2026] GET /v2.0/ports?device_id=fcc89f66-5b78-4586-a9be-2a7a0e30a6fc => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1340] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:05 2026] GET /v2.0/security-groups?id=3a59d372-d011-4026-aa56-b76d88055c04&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: 604/1341] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:53:05 2026] GET /v2.0/ports?tenant_id=bf77586680fb406390aed0b8e0568ea6&device_id=f53cbc14-96b8-4a0f-ad14-2d5fe63223c1 => generated 1469 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1342] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:53:05 2026] GET /v2.0/networks?id=efd860fe-774a-4a86-a8f2-3d6afa83382b => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1343] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:53:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.190&port_id=d67c6769-0f24-4a12-bf64-9775f798df88 => generated 860 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1344] 199.19.213.96 () {34 vars in 1103 bytes} [Wed Jun 10 09:53:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A31c&port_id=d67c6769-0f24-4a12-bf64-9775f798df88 => 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: 606/1345] 199.19.213.96 () {34 vars in 1063 bytes} [Wed Jun 10 09:53:05 2026] GET /v2.0/subnets?id=88b4c0a5-6192-4b40-808f-994b86b97e15&id=e8ff0302-219f-4906-aa4c-81e6f34dbb2a => generated 1409 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1346] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:53:05 2026] GET /v2.0/ports?network_id=efd860fe-774a-4a86-a8f2-3d6afa83382b&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: 607/1347] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:53:06 2026] GET /v2.0/ports?network_id=efd860fe-774a-4a86-a8f2-3d6afa83382b&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: 741/1348] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:53:06 2026] GET /v2.0/networks/efd860fe-774a-4a86-a8f2-3d6afa83382b?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: 608/1349] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:53:06 2026] GET /v2.0/networks/efd860fe-774a-4a86-a8f2-3d6afa83382b?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: 742/1350] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:06 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => 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: 609/1351] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:06 2026] GET /v2.0/ports?device_id=cbf9bd03-669d-473e-bcd4-2b40c5e6b51f => 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: 743/1352] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:06 2026] GET /v2.0/ports?device_id=fcc89f66-5b78-4586-a9be-2a7a0e30a6fc => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1353] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:06 2026] GET /v2.0/security-groups?id=3a59d372-d011-4026-aa56-b76d88055c04&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: 744/1354] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:07 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => 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: 611/1355] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:07 2026] GET /v2.0/ports?device_id=cbf9bd03-669d-473e-bcd4-2b40c5e6b51f => 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: 745/1356] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:07 2026] GET /v2.0/ports?device_id=fcc89f66-5b78-4586-a9be-2a7a0e30a6fc => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1357] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:08 2026] GET /v2.0/security-groups?id=3a59d372-d011-4026-aa56-b76d88055c04&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1358] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:08 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => 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: 613/1359] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:09 2026] GET /v2.0/ports?device_id=fcc89f66-5b78-4586-a9be-2a7a0e30a6fc => 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: 747/1360] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:09 2026] GET /v2.0/security-groups?id=3a59d372-d011-4026-aa56-b76d88055c04&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1361] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:09 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1362] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:10 2026] GET /v2.0/ports?device_id=119801d8-35f4-4455-ade1-7a01f50a665c => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1363] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:10 2026] GET /v2.0/ports?device_id=fcc89f66-5b78-4586-a9be-2a7a0e30a6fc => 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: 749/1364] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:10 2026] GET /v2.0/security-groups?id=3a59d372-d011-4026-aa56-b76d88055c04&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1365] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:53:10 2026] GET /v2.0/networks?id=92f4f4c1-b093-406e-aa7d-e930a57dfe2b => generated 704 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1366] 199.19.213.96 () {34 vars in 1049 bytes} [Wed Jun 10 09:53:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bf77586680fb406390aed0b8e0568ea6 => generated 179 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1367] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:10 2026] GET /v2.0/ports?device_id=fcc89f66-5b78-4586-a9be-2a7a0e30a6fc => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:53:11.146 7 INFO neutron.db.l3_db [None req-4808b39c-52d1-49f9-8a1e-7eeeceba4d97 cc1a4a3a08b7414a9f3fd3ba0775fe1c b74877a61aa144b19002f27e537cecc8 - - default default] Floating IP e1e8b0cd-a2a8-4df1-8da8-57161386e22a associated. External IP: 10.96.250.202, port: 51adefbb-e700-43cf-9e5a-92b84c8cb2a7. [pid: 8|app: 0|req: 617/1368] 199.19.213.96 () {38 vars in 954 bytes} [Wed Jun 10 09:53:10 2026] POST /v2.0/ports => generated 1187 bytes in 677 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 618/1369] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:11 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1370] 10.0.0.107 () {34 vars in 749 bytes} [Wed Jun 10 09:53:10 2026] PUT /v2.0/floatingips/e1e8b0cd-a2a8-4df1-8da8-57161386e22a => generated 855 bytes in 790 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:53:11.534 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fc960380-7515-44eb-b267-e6e9d9b62064'] response: {'name': 'network-changed', 'server_uuid': 'fcc89f66-5b78-4586-a9be-2a7a0e30a6fc', 'tag': '51adefbb-e700-43cf-9e5a-92b84c8cb2a7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 753/1371] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:11 2026] GET /v2.0/ports?device_id=fcc89f66-5b78-4586-a9be-2a7a0e30a6fc => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1372] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:11 2026] GET /v2.0/security-groups?id=3a59d372-d011-4026-aa56-b76d88055c04&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1373] 199.19.213.96 () {38 vars in 1027 bytes} [Wed Jun 10 09:53:11 2026] PUT /v2.0/ports/b2a6343e-0637-4336-9f7f-0aa2e548f2b0 => generated 1468 bytes in 610 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:53:11.963 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1aa5aa94-fd26-48a9-9a14-19cd09c02188'] response: {'name': 'network-changed', 'server_uuid': '119801d8-35f4-4455-ade1-7a01f50a665c', 'tag': 'b2a6343e-0637-4336-9f7f-0aa2e548f2b0', '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: 620/1374] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:53:12 2026] GET /v2.0/ports?tenant_id=b74877a61aa144b19002f27e537cecc8&device_id=fcc89f66-5b78-4586-a9be-2a7a0e30a6fc => generated 1240 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1375] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:12 2026] GET /v2.0/ports?device_id=fcc89f66-5b78-4586-a9be-2a7a0e30a6fc => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1376] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:12 2026] GET /v2.0/security-groups?id=3a59d372-d011-4026-aa56-b76d88055c04&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: 621/1377] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:53:12 2026] GET /v2.0/networks?id=e6f051da-21b9-4bfe-a501-8aef4c89ec1b => generated 766 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1378] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:53:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=51adefbb-e700-43cf-9e5a-92b84c8cb2a7 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1379] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:53:12 2026] GET /v2.0/subnets?id=63ec8404-5bb4-4717-8e24-237da4ead355 => generated 688 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1380] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:53:12 2026] GET /v2.0/ports?network_id=e6f051da-21b9-4bfe-a501-8aef4c89ec1b&device_owner=network%3Adhcp => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1381] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:53:12 2026] GET /v2.0/networks/e6f051da-21b9-4bfe-a501-8aef4c89ec1b?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1382] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:12 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => 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: 624/1383] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:53:12 2026] GET /v2.0/networks/e6f051da-21b9-4bfe-a501-8aef4c89ec1b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1384] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:53:12 2026] GET /v2.0/ports?tenant_id=bf77586680fb406390aed0b8e0568ea6&device_id=119801d8-35f4-4455-ade1-7a01f50a665c => generated 1471 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1387] 199.19.213.96 () {34 vars in 1017 bytes} [Wed Jun 10 09:53:12 2026] GET /v2.0/networks?tenant_id=bf77586680fb406390aed0b8e0568ea6&shared=False => generated 2372 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1388] 199.19.213.96 () {34 vars in 929 bytes} [Wed Jun 10 09:53:12 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1389] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:53:12 2026] GET /v2.0/networks?id=a5a1e91a-7fad-4b75-b66a-5d8ab036701a => generated 675 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1390] 199.19.213.96 () {34 vars in 1049 bytes} [Wed Jun 10 09:53:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=77d8b5229bfa427e8c6df47f2ee087ab => generated 180 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1391] 199.19.213.96 () {38 vars in 954 bytes} [Wed Jun 10 09:53:12 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: 628/1392] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:13 2026] GET /v2.0/ports?device_id=fcc89f66-5b78-4586-a9be-2a7a0e30a6fc => 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: 629/1393] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:13 2026] GET /v2.0/security-groups?id=3a59d372-d011-4026-aa56-b76d88055c04&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1394] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:13 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => generated 961 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1395] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:13 2026] GET /v2.0/security-groups?id=c5fe5729-3fae-4735-af35-d980fb64567f&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: 765/1396] 199.19.213.96 () {38 vars in 1027 bytes} [Wed Jun 10 09:53:13 2026] PUT /v2.0/ports/3d3f2733-5bbb-4246-bb40-b036052f3867 => generated 1239 bytes in 577 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 09:53:13.805 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ce7c1cc3-b88b-4cc2-a887-8a3611178a37'] response: {'name': 'network-changed', 'server_uuid': '8c4493bb-92ab-4cb8-b797-05597282b7e6', 'tag': '3d3f2733-5bbb-4246-bb40-b036052f3867', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 766/1397] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:53:13 2026] GET /v2.0/ports?tenant_id=bf77586680fb406390aed0b8e0568ea6&device_id=119801d8-35f4-4455-ade1-7a01f50a665c => generated 1471 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1398] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:53:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.209&port_id=b2a6343e-0637-4336-9f7f-0aa2e548f2b0 => 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: 768/1399] 199.19.213.96 () {34 vars in 1105 bytes} [Wed Jun 10 09:53:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3c1&port_id=b2a6343e-0637-4336-9f7f-0aa2e548f2b0 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1400] 199.19.213.96 () {34 vars in 1063 bytes} [Wed Jun 10 09:53:13 2026] GET /v2.0/subnets?id=84c3b843-0ba8-46ab-b67c-b618b67d8575&id=423857d2-9b40-4152-9a6c-58e9c2b396f3 => generated 1415 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1401] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:53:13 2026] GET /v2.0/ports?network_id=92f4f4c1-b093-406e-aa7d-e930a57dfe2b&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:53:14.005 8 INFO neutron_taas.services.taas.taas_plugin [None req-e36bb290-4f66-44b0-846f-666ef51933cf 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: 5854f75e-2a27-4ac8-8838-d5bdcb4676d8 2026-06-10 09:53:14.008 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e36bb290-4f66-44b0-846f-666ef51933cf 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: 5854f75e-2a27-4ac8-8838-d5bdcb4676d8 [pid: 7|app: 0|req: 771/1402] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:53:13 2026] GET /v2.0/ports?network_id=92f4f4c1-b093-406e-aa7d-e930a57dfe2b&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: 772/1403] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:53:14 2026] GET /v2.0/networks/92f4f4c1-b093-406e-aa7d-e930a57dfe2b?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1404] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:53:14 2026] GET /v2.0/networks/92f4f4c1-b093-406e-aa7d-e930a57dfe2b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1405] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:53:14 2026] GET /v2.0/ports?tenant_id=77d8b5229bfa427e8c6df47f2ee087ab&device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1406] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:14 2026] GET /v2.0/ports?device_id=fcc89f66-5b78-4586-a9be-2a7a0e30a6fc => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1407] 199.19.213.96 () {34 vars in 1017 bytes} [Wed Jun 10 09:53:14 2026] GET /v2.0/networks?tenant_id=77d8b5229bfa427e8c6df47f2ee087ab&shared=False => generated 770 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1408] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:14 2026] GET /v2.0/security-groups?id=3a59d372-d011-4026-aa56-b76d88055c04&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1409] 199.19.213.96 () {34 vars in 993 bytes} [Wed Jun 10 09:53:14 2026] GET /v2.0/ports?device_id=fcc89f66-5b78-4586-a9be-2a7a0e30a6fc => 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: 779/1410] 199.19.213.96 () {34 vars in 929 bytes} [Wed Jun 10 09:53:14 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: 632/1411] 10.0.0.107 () {34 vars in 789 bytes} [Wed Jun 10 09:53:13 2026] PUT /v2.0/routers/e27bb52e-d28a-49e7-ac76-abc1d2129ff0/remove_router_interface => generated 309 bytes in 1074 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:53:14.685 7 INFO neutron_taas.services.taas.taas_plugin [req-434e2757-ae0b-427d-b0f7-b0e11e484a06 req-c0b1e7ea-152b-4cb8-be90-ffde405559d8 cc1a4a3a08b7414a9f3fd3ba0775fe1c b74877a61aa144b19002f27e537cecc8 - - default default] TaaS: Handle Delete Port: 51adefbb-e700-43cf-9e5a-92b84c8cb2a7 2026-06-10 09:53:14.688 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-434e2757-ae0b-427d-b0f7-b0e11e484a06 req-c0b1e7ea-152b-4cb8-be90-ffde405559d8 cc1a4a3a08b7414a9f3fd3ba0775fe1c b74877a61aa144b19002f27e537cecc8 - - default default] Tap Mirror: Handle Delete Port: 51adefbb-e700-43cf-9e5a-92b84c8cb2a7 [pid: 8|app: 0|req: 633/1412] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:14 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:53:14.824 7 INFO neutron.db.l3_db [req-434e2757-ae0b-427d-b0f7-b0e11e484a06 req-c0b1e7ea-152b-4cb8-be90-ffde405559d8 cc1a4a3a08b7414a9f3fd3ba0775fe1c b74877a61aa144b19002f27e537cecc8 - - default default] Floating IP e1e8b0cd-a2a8-4df1-8da8-57161386e22a disassociated. External IP: 10.96.250.202, port: 51adefbb-e700-43cf-9e5a-92b84c8cb2a7. 2026-06-10 09:53:14.912 8 INFO neutron_taas.services.taas.taas_plugin [None req-9aff5cec-9645-499b-8798-c6c0fb86daef 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: be8a0c0a-e3bb-4c36-974b-dcabe753c10d 2026-06-10 09:53:14.915 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9aff5cec-9645-499b-8798-c6c0fb86daef 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: be8a0c0a-e3bb-4c36-974b-dcabe753c10d [pid: 7|app: 0|req: 780/1413] 199.19.213.96 () {36 vars in 996 bytes} [Wed Jun 10 09:53:14 2026] DELETE /v2.0/ports/51adefbb-e700-43cf-9e5a-92b84c8cb2a7 => generated 0 bytes in 640 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:53:15.230 8 INFO neutron_taas.services.taas.taas_plugin [None req-9aff5cec-9645-499b-8798-c6c0fb86daef 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: 7ca192aa-5281-4a9b-9935-9ff110951fa1 2026-06-10 09:53:15.235 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9aff5cec-9645-499b-8798-c6c0fb86daef 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: 7ca192aa-5281-4a9b-9935-9ff110951fa1 [pid: 7|app: 0|req: 781/1414] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:15 2026] GET /v2.0/security-groups?id=c5fe5729-3fae-4735-af35-d980fb64567f&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1415] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:15 2026] GET /v2.0/ports?device_id=119801d8-35f4-4455-ade1-7a01f50a665c => generated 1202 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1416] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:15 2026] GET /v2.0/ports?device_id=fcc89f66-5b78-4586-a9be-2a7a0e30a6fc => 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: 784/1417] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:15 2026] GET /v2.0/security-groups?id=4bece51a-9e58-4fb8-88dc-41f24ed2c15e&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:53:15.633 8 INFO neutron.services.segments.plugin [-] Segment cb03877d-b3a4-46e9-b9ad-116426d38c60 resource provider aggregate not found 2026-06-10 09:53:15.642 8 INFO neutron.services.segments.plugin [-] Segment cb03877d-b3a4-46e9-b9ad-116426d38c60 resource provider aggregate not found 2026-06-10 09:53:15.662 8 INFO neutron.services.segments.plugin [-] Segment cb03877d-b3a4-46e9-b9ad-116426d38c60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb03877d-b3a4-46e9-b9ad-116426d38c60 found for delete ", "request_id": "req-b810f2db-0963-4e19-9caa-cf114644e107"}]} [pid: 7|app: 0|req: 785/1418] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:53:15 2026] GET /v2.0/ports?tenant_id=77d8b5229bfa427e8c6df47f2ee087ab&device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:53:15.667 8 INFO neutron.services.segments.plugin [-] Segment cb03877d-b3a4-46e9-b9ad-116426d38c60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb03877d-b3a4-46e9-b9ad-116426d38c60 found for delete ", "request_id": "req-07a8b3ae-1a91-4410-b17c-d8e0e214f012"}]} 2026-06-10 09:53:15.684 8 INFO neutron.db.l3_hamode_db [None req-9aff5cec-9645-499b-8798-c6c0fb86daef 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] HA network b05f5233-eaf1-4d88-86ea-570b7dab1634 was deleted as no HA routers are present in tenant 8b5c9c8099c64a359e597ab2285a599b. [pid: 7|app: 0|req: 786/1419] 199.19.213.96 () {34 vars in 1059 bytes} [Wed Jun 10 09:53:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=3d3f2733-5bbb-4246-bb40-b036052f3867 => 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: 634/1420] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:53:14 2026] DELETE /v2.0/routers/e27bb52e-d28a-49e7-ac76-abc1d2129ff0 => generated 0 bytes in 981 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1421] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:53:15 2026] GET /v2.0/subnets?id=9feb5261-b748-4f89-ae8b-5878bfad86c4 => generated 693 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1422] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:53:15 2026] GET /v2.0/ports?network_id=a5a1e91a-7fad-4b75-b66a-5d8ab036701a&device_owner=network%3Adhcp => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1423] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:53:15 2026] GET /v2.0/networks/a5a1e91a-7fad-4b75-b66a-5d8ab036701a?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:53:15.845 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dd1eda2f-a78a-47ce-8c60-5b120b11feea'] response: {'server_uuid': 'fcc89f66-5b78-4586-a9be-2a7a0e30a6fc', 'name': 'network-vif-deleted', 'tag': '51adefbb-e700-43cf-9e5a-92b84c8cb2a7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 638/1424] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:53:15 2026] GET /v2.0/networks/a5a1e91a-7fad-4b75-b66a-5d8ab036701a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1425] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:53:15 2026] DELETE /v2.0/subnets/c8b62ea5-d2dc-4ac0-a00b-aadd5f541aed => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:53:15.971 8 INFO neutron_taas.services.taas.taas_plugin [None req-d5b328e3-6c9b-474c-955c-150394f9f8c7 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: efb27428-632a-4f19-8c71-755a5885d032 2026-06-10 09:53:15.975 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5b328e3-6c9b-474c-955c-150394f9f8c7 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: efb27428-632a-4f19-8c71-755a5885d032 [pid: 8|app: 0|req: 639/1426] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:53:15 2026] DELETE /v2.0/networks/d0a26fa2-d1e5-4bc4-8340-05a2c07460c8 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1427] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:53:16 2026] GET /v2.0/security-groups?tenant_id=8b5c9c8099c64a359e597ab2285a599b&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1428] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:16 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1429] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:53:16 2026] DELETE /v2.0/security-groups/25b41338-30bd-4b61-986e-75b88ba50dc5 => 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: 790/1430] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:16 2026] GET /v2.0/security-groups?id=c5fe5729-3fae-4735-af35-d980fb64567f&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: 641/1431] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:16 2026] GET /v2.0/ports?device_id=fcc89f66-5b78-4586-a9be-2a7a0e30a6fc => 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: 791/1432] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:17 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1433] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:17 2026] GET /v2.0/security-groups?id=c5fe5729-3fae-4735-af35-d980fb64567f&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-06-10 09:53:17.685 8 INFO neutron.services.segments.plugin [-] Segment 9bd794fd-100e-4c09-8750-0416d0486d91 resource provider aggregate not found 2026-06-10 09:53:17.690 8 INFO neutron.services.segments.plugin [-] Segment 9bd794fd-100e-4c09-8750-0416d0486d91 resource provider aggregate not found 2026-06-10 09:53:17.702 8 INFO neutron.services.segments.plugin [-] Segment 9bd794fd-100e-4c09-8750-0416d0486d91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9bd794fd-100e-4c09-8750-0416d0486d91 found for delete ", "request_id": "req-872c468f-be01-4f9c-b28f-37eca19446f5"}]} 2026-06-10 09:53:17.705 8 INFO neutron.services.segments.plugin [-] Segment 9bd794fd-100e-4c09-8750-0416d0486d91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9bd794fd-100e-4c09-8750-0416d0486d91 found for delete ", "request_id": "req-c1d66399-8e9d-4284-af9e-56e62ddc13eb"}]} [pid: 7|app: 0|req: 792/1434] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:17 2026] GET /v2.0/ports?device_id=fcc89f66-5b78-4586-a9be-2a7a0e30a6fc => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1435] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:18 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => generated 973 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1436] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:18 2026] GET /v2.0/security-groups?id=c5fe5729-3fae-4735-af35-d980fb64567f&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: 644/1437] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:53:18 2026] DELETE /v2.0/security-groups/3a59d372-d011-4026-aa56-b76d88055c04 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:53:19.121 7 INFO neutron.api.v2.resource [None req-1b73124b-e81a-4df8-b60d-cd9a0181faa0 cc1a4a3a08b7414a9f3fd3ba0775fe1c b74877a61aa144b19002f27e537cecc8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 794/1438] 10.0.0.107 () {32 vars in 737 bytes} [Wed Jun 10 09:53:19 2026] GET /v2.0/security-groups/3a59d372-d011-4026-aa56-b76d88055c04 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:53:19.276 8 INFO neutron_taas.services.taas.taas_plugin [None req-297581cf-53a1-4e1f-8dc4-fced69436881 cc1a4a3a08b7414a9f3fd3ba0775fe1c b74877a61aa144b19002f27e537cecc8 - - default default] TaaS: Handle Delete Port: 72b68fe9-f7b5-4044-9991-869a7d371b4c 2026-06-10 09:53:19.278 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-297581cf-53a1-4e1f-8dc4-fced69436881 cc1a4a3a08b7414a9f3fd3ba0775fe1c b74877a61aa144b19002f27e537cecc8 - - default default] Tap Mirror: Handle Delete Port: 72b68fe9-f7b5-4044-9991-869a7d371b4c [pid: 8|app: 0|req: 645/1439] 10.0.0.107 () {32 vars in 732 bytes} [Wed Jun 10 09:53:19 2026] DELETE /v2.0/floatingips/e1e8b0cd-a2a8-4df1-8da8-57161386e22a => generated 0 bytes in 348 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:53:19.800 7 INFO neutron_taas.services.taas.taas_plugin [None req-9a456362-f144-443b-9e62-a4ca92b9f559 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: f8e31ddd-5238-44a9-9c1b-9c749017a3b4 2026-06-10 09:53:19.802 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a456362-f144-443b-9e62-a4ca92b9f559 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: f8e31ddd-5238-44a9-9c1b-9c749017a3b4 [pid: 8|app: 0|req: 646/1440] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:19 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1441] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:19 2026] GET /v2.0/security-groups?id=c5fe5729-3fae-4735-af35-d980fb64567f&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: 795/1442] 10.0.0.107 () {34 vars in 789 bytes} [Wed Jun 10 09:53:19 2026] PUT /v2.0/routers/dadd3286-dbc4-4038-a5fc-b81221c6beee/remove_router_interface => generated 309 bytes in 987 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:53:20.673 8 INFO neutron_taas.services.taas.taas_plugin [None req-61c70de7-b8ce-4265-a5be-dccbe065b74a 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: 2fe77419-f425-49f5-a71c-4bb933c84a5d 2026-06-10 09:53:20.676 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61c70de7-b8ce-4265-a5be-dccbe065b74a 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: 2fe77419-f425-49f5-a71c-4bb933c84a5d [pid: 7|app: 0|req: 796/1443] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:20 2026] GET /v2.0/ports?device_id=119801d8-35f4-4455-ade1-7a01f50a665c => generated 1204 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1444] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:20 2026] GET /v2.0/security-groups?id=4bece51a-9e58-4fb8-88dc-41f24ed2c15e&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: 798/1445] 10.0.0.107 () {32 vars in 818 bytes} [Wed Jun 10 09:53:20 2026] GET /v2.0/ports?network_id=92f4f4c1-b093-406e-aa7d-e930a57dfe2b&mac_address=fa%3A16%3A3e%3Aae%3A79%3Afe => generated 1204 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:53:20.981 8 INFO neutron_taas.services.taas.taas_plugin [None req-61c70de7-b8ce-4265-a5be-dccbe065b74a 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: d90d1962-e912-4d98-bde7-426371650adb 2026-06-10 09:53:20.998 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61c70de7-b8ce-4265-a5be-dccbe065b74a 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: d90d1962-e912-4d98-bde7-426371650adb 2026-06-10 09:53:21.448 8 INFO neutron.services.segments.plugin [-] Segment 22ac9ff0-502a-463d-8502-e35112ba1966 resource provider aggregate not found 2026-06-10 09:53:21.450 8 INFO neutron.services.segments.plugin [-] Segment 22ac9ff0-502a-463d-8502-e35112ba1966 resource provider aggregate not found 2026-06-10 09:53:21.465 8 INFO neutron.services.segments.plugin [-] Segment 22ac9ff0-502a-463d-8502-e35112ba1966 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22ac9ff0-502a-463d-8502-e35112ba1966 found for delete ", "request_id": "req-72f4d50b-574a-46a7-929f-b9937b98ad65"}]} 2026-06-10 09:53:21.472 8 INFO neutron.services.segments.plugin [-] Segment 22ac9ff0-502a-463d-8502-e35112ba1966 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22ac9ff0-502a-463d-8502-e35112ba1966 found for delete ", "request_id": "req-d97257a9-672d-45bb-9e25-0d1aff65acd8"}]} 2026-06-10 09:53:21.484 8 INFO neutron.db.l3_hamode_db [None req-61c70de7-b8ce-4265-a5be-dccbe065b74a 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] HA network a2788852-cc6e-421d-a5d9-b714261b9071 was deleted as no HA routers are present in tenant b74877a61aa144b19002f27e537cecc8. [pid: 8|app: 0|req: 648/1446] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:53:20 2026] DELETE /v2.0/routers/dadd3286-dbc4-4038-a5fc-b81221c6beee => generated 0 bytes in 1020 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1447] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:21 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1448] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:53:21 2026] DELETE /v2.0/subnets/63ec8404-5bb4-4717-8e24-237da4ead355 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1449] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:21 2026] GET /v2.0/security-groups?id=c5fe5729-3fae-4735-af35-d980fb64567f&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:53:21.805 7 INFO neutron.db.l3_db [None req-ef36d382-2b09-4891-b8f5-701be3cb6597 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] Floating IP 17d33695-545f-487e-9b02-7985424edf4b associated. External IP: 10.96.250.207, port: b2a6343e-0637-4336-9f7f-0aa2e548f2b0. 2026-06-10 09:53:21.807 8 INFO neutron_taas.services.taas.taas_plugin [None req-73e6c955-df9d-4a63-a93c-3770dbc35465 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: d9985391-d586-46f8-ba5e-d25368f55c48 2026-06-10 09:53:21.809 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73e6c955-df9d-4a63-a93c-3770dbc35465 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: d9985391-d586-46f8-ba5e-d25368f55c48 [pid: 8|app: 0|req: 652/1450] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:53:21 2026] DELETE /v2.0/networks/e6f051da-21b9-4bfe-a501-8aef4c89ec1b => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1451] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:21 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1452] 10.0.0.50 () {34 vars in 989 bytes} [Wed Jun 10 09:53:22 2026] GET /v2.0/ports?device_id=f53cbc14-96b8-4a0f-ad14-2d5fe63223c1 => generated 1469 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1453] 10.0.0.107 () {34 vars in 677 bytes} [Wed Jun 10 09:53:20 2026] POST /v2.0/floatingips => generated 855 bytes in 1241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:53:22.222 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ec68561d-5ad4-4af9-aed4-4cf550c5b6db'] response: {'name': 'network-changed', 'server_uuid': '119801d8-35f4-4455-ade1-7a01f50a665c', 'tag': 'b2a6343e-0637-4336-9f7f-0aa2e548f2b0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 800/1454] 10.0.0.50 () {34 vars in 1039 bytes} [Wed Jun 10 09:53:22 2026] GET /v2.0/security-groups?id=4bece51a-9e58-4fb8-88dc-41f24ed2c15e&fields=id&fields=name => generated 112 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1455] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:53:22 2026] GET /v2.0/security-groups?tenant_id=b74877a61aa144b19002f27e537cecc8&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1456] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:53:22 2026] DELETE /v2.0/security-groups/bdc83f63-8c88-4161-a883-2346bcc29cc5 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:53:22.431 8 INFO neutron.db.l3_db [None req-b0cf1d4b-d4d5-45dd-b7e8-923b615a30bf abdf467f9d3d4316a363eee340510f20 77d8b5229bfa427e8c6df47f2ee087ab - - default default] Floating IP a93072af-09bd-416c-a4b8-412761dc2d0a associated. External IP: 10.96.250.211, port: 3d3f2733-5bbb-4246-bb40-b036052f3867. [pid: 7|app: 0|req: 803/1457] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:53:22 2026] GET /v2.0/ports?tenant_id=bf77586680fb406390aed0b8e0568ea6&device_id=119801d8-35f4-4455-ade1-7a01f50a665c => generated 1473 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1458] 10.0.0.107 () {34 vars in 749 bytes} [Wed Jun 10 09:53:22 2026] PUT /v2.0/floatingips/a93072af-09bd-416c-a4b8-412761dc2d0a => generated 856 bytes in 691 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:53:22.820 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a8c68aa-2a8f-403f-a639-eb7b92983fde'] response: {'name': 'network-changed', 'server_uuid': '8c4493bb-92ab-4cb8-b797-05597282b7e6', 'tag': '3d3f2733-5bbb-4246-bb40-b036052f3867', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 804/1459] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:53:22 2026] GET /v2.0/networks?id=92f4f4c1-b093-406e-aa7d-e930a57dfe2b => generated 800 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1460] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:53:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.209&port_id=b2a6343e-0637-4336-9f7f-0aa2e548f2b0 => generated 858 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1461] 199.19.213.96 () {34 vars in 1105 bytes} [Wed Jun 10 09:53:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3c1&port_id=b2a6343e-0637-4336-9f7f-0aa2e548f2b0 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1462] 199.19.213.96 () {34 vars in 1063 bytes} [Wed Jun 10 09:53:22 2026] GET /v2.0/subnets?id=84c3b843-0ba8-46ab-b67c-b618b67d8575&id=423857d2-9b40-4152-9a6c-58e9c2b396f3 => generated 1415 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1463] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:53:23 2026] GET /v2.0/ports?network_id=92f4f4c1-b093-406e-aa7d-e930a57dfe2b&device_owner=network%3Adhcp => generated 1461 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1464] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:53:23 2026] GET /v2.0/ports?network_id=92f4f4c1-b093-406e-aa7d-e930a57dfe2b&device_owner=network%3Adhcp => generated 1461 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1465] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:53:23 2026] GET /v2.0/networks/92f4f4c1-b093-406e-aa7d-e930a57dfe2b?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1466] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:53:23 2026] GET /v2.0/networks/92f4f4c1-b093-406e-aa7d-e930a57dfe2b?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: 808/1467] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:53:23 2026] GET /v2.0/ports?tenant_id=77d8b5229bfa427e8c6df47f2ee087ab&device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => 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: 660/1468] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:53:23 2026] GET /v2.0/networks?id=a5a1e91a-7fad-4b75-b66a-5d8ab036701a => generated 770 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1469] 199.19.213.96 () {34 vars in 1059 bytes} [Wed Jun 10 09:53:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=3d3f2733-5bbb-4246-bb40-b036052f3867 => generated 859 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:53:23.494 8 INFO neutron.services.segments.plugin [-] Segment 5daafc22-a902-40a5-9f70-6d1ca149a971 resource provider aggregate not found 2026-06-10 09:53:23.501 8 INFO neutron.services.segments.plugin [-] Segment 5daafc22-a902-40a5-9f70-6d1ca149a971 resource provider aggregate not found 2026-06-10 09:53:23.513 8 INFO neutron.services.segments.plugin [-] Segment 5daafc22-a902-40a5-9f70-6d1ca149a971 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5daafc22-a902-40a5-9f70-6d1ca149a971 found for delete ", "request_id": "req-4d57ccf4-8302-4d48-9c52-49c84b26307e"}]} 2026-06-10 09:53:23.524 8 INFO neutron.services.segments.plugin [-] Segment 5daafc22-a902-40a5-9f70-6d1ca149a971 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5daafc22-a902-40a5-9f70-6d1ca149a971 found for delete ", "request_id": "req-9e52b7da-4864-4cb3-b248-33b9572b3570"}]} [pid: 8|app: 0|req: 661/1470] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:53:23 2026] GET /v2.0/subnets?id=9feb5261-b748-4f89-ae8b-5878bfad86c4 => generated 693 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1471] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:53:23 2026] GET /v2.0/ports?network_id=a5a1e91a-7fad-4b75-b66a-5d8ab036701a&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1472] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:53:23 2026] GET /v2.0/networks/a5a1e91a-7fad-4b75-b66a-5d8ab036701a?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: 811/1473] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:53:23 2026] GET /v2.0/networks/a5a1e91a-7fad-4b75-b66a-5d8ab036701a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1474] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:53:26 2026] GET /v2.0/security-groups?tenant_id=21de912f572646828180d2a8652714a4&name=default => generated 2925 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1475] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:53:27 2026] GET /v2.0/security-groups?tenant_id=5addfc9ba7744120b988b9915aaedc76&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1476] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:53:27 2026] DELETE /v2.0/security-groups/21709fc0-9af9-4061-ae6b-fb8adfff39c6 => 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: 813/1477] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:53:27 2026] DELETE /v2.0/security-groups/a7a25892-1bd2-446c-ba1d-6cf730533527 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1478] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:53:27 2026] GET /v2.0/security-groups?tenant_id=eaf709eda1744e60b8f51511f5b82226&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: 814/1481] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:53:27 2026] DELETE /v2.0/security-groups/1e28cc19-52ab-4bb3-8401-71c8a392897a => 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: 668/1482] 10.0.0.50 () {34 vars in 989 bytes} [Wed Jun 10 09:53:31 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => generated 1244 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:53:32.049 7 INFO neutron.db.segments_db [None req-5c58556c-e075-4849-bdb5-07ff31e201e1 091c9de76a0b4b3e81615701e7d89241 287a7b6a434f4f1597363adf9c5dfd57 - - default default] Added segment 20a0b855-ecc5-4c16-b72d-5d32abda03a3 of type vxlan for network e60349d1-d0b0-4f08-b473-7490013f7d66 [pid: 8|app: 0|req: 669/1483] 10.0.0.50 () {34 vars in 1039 bytes} [Wed Jun 10 09:53:32 2026] GET /v2.0/security-groups?id=c5fe5729-3fae-4735-af35-d980fb64567f&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: 815/1484] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:53:31 2026] POST /v2.0/networks => generated 707 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1485] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:53:32 2026] POST /v2.0/subnets => generated 644 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:53:32.335 7 WARNING neutron.api.v2.base [None req-39f24754-54f1-4d4f-98e9-b005b5f34e48 091c9de76a0b4b3e81615701e7d89241 287a7b6a434f4f1597363adf9c5dfd57 - - 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-06-10 09:53:32.336 7 INFO neutron.api.v2.resource [None req-39f24754-54f1-4d4f-98e9-b005b5f34e48 091c9de76a0b4b3e81615701e7d89241 287a7b6a434f4f1597363adf9c5dfd57 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 816/1486] 10.0.0.107 () {34 vars in 681 bytes} [Wed Jun 10 09:53:32 2026] POST /v2.0/rbac-policies => generated 143 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-06-10 09:53:32.540 8 INFO neutron.services.segments.plugin [-] Segment 20a0b855-ecc5-4c16-b72d-5d32abda03a3 resource provider aggregate not found 2026-06-10 09:53:32.547 8 INFO neutron.services.segments.plugin [-] Segment 20a0b855-ecc5-4c16-b72d-5d32abda03a3 resource provider aggregate not found 2026-06-10 09:53:32.560 8 INFO neutron.services.segments.plugin [-] Segment 20a0b855-ecc5-4c16-b72d-5d32abda03a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20a0b855-ecc5-4c16-b72d-5d32abda03a3 found for delete ", "request_id": "req-a122b7ba-5659-4286-9cb0-594b7eefc8b2"}]} 2026-06-10 09:53:32.563 8 INFO neutron.services.segments.plugin [-] Segment 20a0b855-ecc5-4c16-b72d-5d32abda03a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20a0b855-ecc5-4c16-b72d-5d32abda03a3 found for delete ", "request_id": "req-58528c15-a70b-4270-aec7-86d7542d10d1"}]} [pid: 8|app: 0|req: 671/1487] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:53:32 2026] DELETE /v2.0/networks/e60349d1-d0b0-4f08-b473-7490013f7d66 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:53:32.645 7 INFO neutron.db.segments_db [None req-98768d13-821f-4f5f-959b-205c6adfe8ff 091c9de76a0b4b3e81615701e7d89241 287a7b6a434f4f1597363adf9c5dfd57 - - default default] Added segment a0cd3206-192d-4259-982d-b5814405b7d3 of type vxlan for network f2fa66ee-3737-4f20-a869-703e140c7a81 [pid: 7|app: 0|req: 817/1488] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:53:32 2026] POST /v2.0/networks => generated 707 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1489] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:53:32 2026] POST /v2.0/subnets => generated 647 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:53:32.941 7 WARNING neutron.api.v2.base [None req-2f6f3c11-4e90-4a3f-ab27-e703ea657391 091c9de76a0b4b3e81615701e7d89241 287a7b6a434f4f1597363adf9c5dfd57 - - 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-06-10 09:53:32.941 7 INFO neutron.api.v2.resource [None req-2f6f3c11-4e90-4a3f-ab27-e703ea657391 091c9de76a0b4b3e81615701e7d89241 287a7b6a434f4f1597363adf9c5dfd57 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 818/1490] 10.0.0.107 () {34 vars in 681 bytes} [Wed Jun 10 09:53:32 2026] POST /v2.0/rbac-policies => generated 547 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1491] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:53:32 2026] DELETE /v2.0/networks/f2fa66ee-3737-4f20-a869-703e140c7a81 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:53:33.244 7 INFO neutron.db.segments_db [None req-be7f7bd6-7a83-47c8-8867-9f86d92eee64 091c9de76a0b4b3e81615701e7d89241 287a7b6a434f4f1597363adf9c5dfd57 - - default default] Added segment 8ec67217-5b9e-4645-ac45-37ca50a3091c of type vxlan for network 1dfe0f51-cde5-47e7-93b8-f0dab09a1ad6 [pid: 7|app: 0|req: 819/1492] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:53:33 2026] POST /v2.0/networks => generated 708 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1493] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:53:33 2026] POST /v2.0/subnets => generated 647 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1494] 10.0.0.107 () {34 vars in 681 bytes} [Wed Jun 10 09:53:33 2026] POST /v2.0/rbac-policies => generated 324 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1495] 10.0.0.107 () {32 vars in 723 bytes} [Wed Jun 10 09:53:34 2026] GET /v2.0/networks/1dfe0f51-cde5-47e7-93b8-f0dab09a1ad6 => generated 655 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:53:34.575 8 INFO neutron.services.segments.plugin [-] Segment a0cd3206-192d-4259-982d-b5814405b7d3 resource provider aggregate not found 2026-06-10 09:53:34.583 8 INFO neutron.services.segments.plugin [-] Segment a0cd3206-192d-4259-982d-b5814405b7d3 resource provider aggregate not found 2026-06-10 09:53:34.589 8 INFO neutron.services.segments.plugin [-] Segment a0cd3206-192d-4259-982d-b5814405b7d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0cd3206-192d-4259-982d-b5814405b7d3 found for delete ", "request_id": "req-21205168-978c-49c1-9e5e-d1dbf7ce2ff7"}]} 2026-06-10 09:53:34.600 8 INFO neutron.services.segments.plugin [-] Segment a0cd3206-192d-4259-982d-b5814405b7d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0cd3206-192d-4259-982d-b5814405b7d3 found for delete ", "request_id": "req-4607cdb0-4ef7-4588-8c5c-1a3a14a4b5e2"}]} [pid: 7|app: 0|req: 821/1496] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:53:34 2026] GET /v2.0/security-groups?tenant_id=38b5a68dbbf34e769e653d7204a55a0e&name=default => generated 2925 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:53:34.873 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0d524f95-5aae-4bfa-92f8-7d6378b1b9c4 2f2aa0f7dd64410e98cea26d0820153e 1c14da8f1e1f4c1480c167d4df484486 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 676/1497] 10.0.0.107 () {32 vars in 723 bytes} [Wed Jun 10 09:53:34 2026] GET /v2.0/networks/1dfe0f51-cde5-47e7-93b8-f0dab09a1ad6 => generated 138 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1498] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:53:34 2026] DELETE /v2.0/security-groups/5bf84b16-fe9b-4075-a73a-1b5b3668b94c => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1499] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:53:34 2026] DELETE /v2.0/networks/1dfe0f51-cde5-47e7-93b8-f0dab09a1ad6 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:53:35.201 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d5c01a3f-6e0b-44e9-b613-440ad0e7ec8d 091c9de76a0b4b3e81615701e7d89241 287a7b6a434f4f1597363adf9c5dfd57 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 678/1500] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:53:35 2026] DELETE /v2.0/subnets/434508dd-1200-49da-81f9-bdff7e260fa8 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:53:35.220 8 INFO neutron.pecan_wsgi.hooks.translation [None req-795293cd-8608-40a9-b569-3bf00e284bd1 091c9de76a0b4b3e81615701e7d89241 287a7b6a434f4f1597363adf9c5dfd57 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 679/1501] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:53:35 2026] DELETE /v2.0/subnets/4e376dd5-f7f0-44ec-990f-153521767ab9 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:53:35.265 8 INFO neutron.pecan_wsgi.hooks.translation [None req-97214a8e-29c9-4567-b865-9611b5a7d31a 091c9de76a0b4b3e81615701e7d89241 287a7b6a434f4f1597363adf9c5dfd57 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 680/1502] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:53:35 2026] DELETE /v2.0/subnets/1b3823b6-8cb5-4811-bb92-62f52a9b623c => generated 136 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1503] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:53:35 2026] GET /v2.0/security-groups?tenant_id=b061395b6349404f8efa4b3220f1d70a&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1504] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:53:35 2026] DELETE /v2.0/security-groups/28bb11c1-d3c7-4ef5-9dcd-0f7deec4e821 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1505] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:53:36 2026] GET /v2.0/security-groups?tenant_id=1c14da8f1e1f4c1480c167d4df484486&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:53:36.606 8 INFO neutron.services.segments.plugin [-] Segment 8ec67217-5b9e-4645-ac45-37ca50a3091c resource provider aggregate not found 2026-06-10 09:53:36.618 8 INFO neutron.services.segments.plugin [-] Segment 8ec67217-5b9e-4645-ac45-37ca50a3091c resource provider aggregate not found 2026-06-10 09:53:36.630 8 INFO neutron.services.segments.plugin [-] Segment 8ec67217-5b9e-4645-ac45-37ca50a3091c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ec67217-5b9e-4645-ac45-37ca50a3091c found for delete ", "request_id": "req-abc021af-5d36-49ac-8861-6a93c3f68a79"}]} 2026-06-10 09:53:36.637 8 INFO neutron.services.segments.plugin [-] Segment 8ec67217-5b9e-4645-ac45-37ca50a3091c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ec67217-5b9e-4645-ac45-37ca50a3091c found for delete ", "request_id": "req-2519c5d4-c943-4cb7-b8f2-003f7072d0a3"}]} [pid: 8|app: 0|req: 682/1506] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:53:36 2026] DELETE /v2.0/security-groups/51ab93cc-84de-4f96-a087-fc19593cdbe4 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1507] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:53:36 2026] GET /v2.0/security-groups?tenant_id=9ae9427519e84845965a3b19a1c6e090&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: 683/1508] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:53:37 2026] DELETE /v2.0/security-groups/64855879-8c49-40f0-b441-16bf0a09c24c => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1509] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:53:37 2026] GET /v2.0/security-groups?tenant_id=287a7b6a434f4f1597363adf9c5dfd57&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: 684/1510] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:53:37 2026] DELETE /v2.0/security-groups/2636d9ed-f2b5-4afa-9683-3a262b048b20 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1511] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:53:41 2026] GET /v2.0/security-groups?tenant_id=24f0f4b02abb46909e1298bd0791549b&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: 685/1512] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:53:41 2026] DELETE /v2.0/security-groups/d03e9641-a6bf-4169-8273-67b3d2a8555c => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1513] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:53:42 2026] GET /v2.0/security-groups?tenant_id=226cebddd32043feb6fb06556fafdd30&name=default => generated 2925 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1514] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:53:42 2026] DELETE /v2.0/security-groups/3b97bc0f-5422-46bf-91bc-daf538f81d2a => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1515] 10.0.0.107 () {34 vars in 678 bytes} [Wed Jun 10 09:53:42 2026] POST /v2.0/qos/policies => generated 359 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1516] 10.0.0.107 () {34 vars in 678 bytes} [Wed Jun 10 09:53:42 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: 687/1517] 10.0.0.107 () {34 vars in 678 bytes} [Wed Jun 10 09:53:42 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) [pid: 7|app: 0|req: 831/1518] 10.0.0.107 () {34 vars in 678 bytes} [Wed Jun 10 09:53:42 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) [pid: 8|app: 0|req: 688/1519] 10.0.0.107 () {34 vars in 678 bytes} [Wed Jun 10 09:53:42 2026] POST /v2.0/qos/policies => generated 359 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1521] 10.0.0.107 () {34 vars in 753 bytes} [Wed Jun 10 09:53:42 2026] PUT /v2.0/policies/a3589f30-e26e-4eb6-a9e1-c28b57999214/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1523] 10.0.0.107 () {34 vars in 753 bytes} [Wed Jun 10 09:53:42 2026] PUT /v2.0/policies/f985b454-e40e-40d4-bd7a-133a29352ed4/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1524] 10.0.0.107 () {34 vars in 753 bytes} [Wed Jun 10 09:53:42 2026] PUT /v2.0/policies/11e37088-2e53-4429-9d24-3fa044e51b8d/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1525] 10.0.0.107 () {34 vars in 753 bytes} [Wed Jun 10 09:53:42 2026] PUT /v2.0/policies/85019f55-54ee-4d12-ac2a-e725db087bec/tags => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1526] 10.0.0.107 () {32 vars in 674 bytes} [Wed Jun 10 09:53:43 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1527] 10.0.0.107 () {32 vars in 688 bytes} [Wed Jun 10 09:53:43 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1528] 10.0.0.107 () {32 vars in 684 bytes} [Wed Jun 10 09:53:43 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1529] 10.0.0.107 () {32 vars in 696 bytes} [Wed Jun 10 09:53:43 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1530] 10.0.0.107 () {32 vars in 682 bytes} [Wed Jun 10 09:53:43 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1531] 10.0.0.107 () {32 vars in 696 bytes} [Wed Jun 10 09:53:43 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1532] 10.0.0.107 () {32 vars in 692 bytes} [Wed Jun 10 09:53:43 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1533] 10.0.0.107 () {32 vars in 704 bytes} [Wed Jun 10 09:53:43 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1534] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:43 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1535] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:43 2026] GET /v2.0/security-groups?id=c5fe5729-3fae-4735-af35-d980fb64567f&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: 697/1536] 10.0.0.107 () {32 vars in 734 bytes} [Wed Jun 10 09:53:43 2026] DELETE /v2.0/qos/policies/a3589f30-e26e-4eb6-a9e1-c28b57999214 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1537] 10.0.0.107 () {32 vars in 734 bytes} [Wed Jun 10 09:53:43 2026] DELETE /v2.0/qos/policies/f985b454-e40e-40d4-bd7a-133a29352ed4 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1538] 10.0.0.107 () {32 vars in 734 bytes} [Wed Jun 10 09:53:43 2026] DELETE /v2.0/qos/policies/11e37088-2e53-4429-9d24-3fa044e51b8d => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1539] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:43 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1540] 10.0.0.107 () {32 vars in 734 bytes} [Wed Jun 10 09:53:43 2026] DELETE /v2.0/qos/policies/85019f55-54ee-4d12-ac2a-e725db087bec => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1541] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:43 2026] GET /v2.0/security-groups?id=c5fe5729-3fae-4735-af35-d980fb64567f&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: 700/1542] 10.0.0.107 () {32 vars in 734 bytes} [Wed Jun 10 09:53:44 2026] DELETE /v2.0/qos/policies/64d3a2ed-df7e-4491-8ecb-b21418ca59df => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1543] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:44 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1544] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:44 2026] GET /v2.0/security-groups?id=c5fe5729-3fae-4735-af35-d980fb64567f&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1545] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:53:44 2026] GET /v2.0/security-groups?tenant_id=98e13d9fcbf24ea8b1477de6440bed07&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1546] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:53:45 2026] DELETE /v2.0/security-groups/b8cd528f-dbab-4933-bac6-190173ef250f => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1547] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:53:45 2026] GET /v2.0/security-groups?tenant_id=c77733a2d7a141188450146c6d252129&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1548] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:45 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1549] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:45 2026] GET /v2.0/security-groups?id=c5fe5729-3fae-4735-af35-d980fb64567f&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: 703/1550] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:53:45 2026] DELETE /v2.0/security-groups/facb45dd-7802-49f3-9440-40a80084e5d6 => 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: 848/1551] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:53:45 2026] GET /v2.0/security-groups?tenant_id=b7c1b4742ca048259c8436fdd9037bad&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1552] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:53:45 2026] GET /v2.0/ports?tenant_id=77d8b5229bfa427e8c6df47f2ee087ab&device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => 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: 704/1553] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:53:45 2026] DELETE /v2.0/security-groups/64674cf5-7257-4c43-844d-881c4599f9f2 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1554] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:53:45 2026] GET /v2.0/networks?id=a5a1e91a-7fad-4b75-b66a-5d8ab036701a => generated 770 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1555] 199.19.213.96 () {34 vars in 1059 bytes} [Wed Jun 10 09:53:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=3d3f2733-5bbb-4246-bb40-b036052f3867 => generated 861 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1556] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:53:46 2026] GET /v2.0/subnets?id=9feb5261-b748-4f89-ae8b-5878bfad86c4 => 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: 706/1557] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:53:46 2026] GET /v2.0/ports?network_id=a5a1e91a-7fad-4b75-b66a-5d8ab036701a&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: 7|app: 0|req: 852/1558] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:53:46 2026] GET /v2.0/networks/a5a1e91a-7fad-4b75-b66a-5d8ab036701a?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1559] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:53:46 2026] GET /v2.0/networks/a5a1e91a-7fad-4b75-b66a-5d8ab036701a?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: 853/1560] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:53:46 2026] GET /v2.0/security-groups?tenant_id=cd691ba97a934cd79b0edbded25cdfc7&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1561] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:53:46 2026] DELETE /v2.0/security-groups/111166c8-512c-4e5c-90a0-2816bfb76184 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1562] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:46 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1563] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:46 2026] GET /v2.0/security-groups?id=c5fe5729-3fae-4735-af35-d980fb64567f&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1564] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:53:46 2026] GET /v2.0/security-groups?tenant_id=0c28504b0bcc4e55a669819e5ad4befe&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1565] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:53:46 2026] DELETE /v2.0/security-groups/20f91830-51a2-455d-b924-55e61de33770 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1566] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:47 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1567] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:47 2026] GET /v2.0/security-groups?id=c5fe5729-3fae-4735-af35-d980fb64567f&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: 857/1568] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:48 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1569] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:48 2026] GET /v2.0/security-groups?id=c5fe5729-3fae-4735-af35-d980fb64567f&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1570] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:53:49 2026] GET /v2.0/security-groups?tenant_id=ef33e4e0e4334c68bb3df4aca1b9519e&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1571] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:53:49 2026] DELETE /v2.0/security-groups/86e9e92d-1dd9-4f2e-8948-8516e4235f65 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1572] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:50 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:53:50.218 7 INFO neutron.db.segments_db [None req-d72221f2-8268-4f70-bf25-bff808a3d3d1 4f73469691774ebd8d44608e89df53da 64de13559d594532be25e77d89ce8a60 - - default default] Added segment 989a7d27-0a00-4901-873f-b5108c273b76 of type vxlan for network ad19b054-4a18-4060-b6fe-b2bd219cd73c [pid: 8|app: 0|req: 715/1573] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:50 2026] GET /v2.0/security-groups?id=c5fe5729-3fae-4735-af35-d980fb64567f&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-06-10 09:53:50.457 7 INFO neutron.db.l3_hamode_db [None req-d72221f2-8268-4f70-bf25-bff808a3d3d1 4f73469691774ebd8d44608e89df53da 64de13559d594532be25e77d89ce8a60 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:53:50.598 7 INFO neutron.db.l3_hamode_db [None req-d72221f2-8268-4f70-bf25-bff808a3d3d1 4f73469691774ebd8d44608e89df53da 64de13559d594532be25e77d89ce8a60 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 859/1574] 10.0.0.107 () {34 vars in 668 bytes} [Wed Jun 10 09:53:50 2026] POST /v2.0/routers => generated 474 bytes in 1252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1575] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:51 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:53:51.323 8 INFO neutron.db.l3_hamode_db [None req-a19f0136-ec7a-4f83-9eb8-0fcde21bf97c 4f73469691774ebd8d44608e89df53da 64de13559d594532be25e77d89ce8a60 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:53:51.437 8 INFO neutron.db.l3_hamode_db [None req-a19f0136-ec7a-4f83-9eb8-0fcde21bf97c 4f73469691774ebd8d44608e89df53da 64de13559d594532be25e77d89ce8a60 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:53:51.604 7 INFO neutron.db.segments_db [None req-22320705-8b47-4d15-bd94-513cf040fad4 5c0352d66c814314bb400d1aa3b5ac32 baa9f93e3ea749f28f0908cab5a1938d - - default default] Added segment 19953f72-d00f-404f-8478-17c313fb3204 of type vxlan for network 0c3b1ad7-b187-4e55-bd19-7b717a7fba90 [pid: 7|app: 0|req: 861/1576] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:53:51 2026] POST /v2.0/networks => generated 630 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1577] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:51 2026] GET /v2.0/security-groups?id=c5fe5729-3fae-4735-af35-d980fb64567f&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1578] 10.0.0.50 () {34 vars in 989 bytes} [Wed Jun 10 09:53:51 2026] GET /v2.0/ports?device_id=119801d8-35f4-4455-ade1-7a01f50a665c => generated 1473 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1579] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:53:51 2026] POST /v2.0/subnets => generated 627 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1580] 10.0.0.50 () {34 vars in 1039 bytes} [Wed Jun 10 09:53:51 2026] GET /v2.0/security-groups?id=4bece51a-9e58-4fb8-88dc-41f24ed2c15e&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1581] 10.0.0.107 () {34 vars in 668 bytes} [Wed Jun 10 09:53:51 2026] POST /v2.0/routers => generated 474 bytes in 748 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:53:52.037 7 INFO neutron.db.segments_db [None req-d98c8bfd-23da-4d65-9279-f36483e366e5 5c0352d66c814314bb400d1aa3b5ac32 baa9f93e3ea749f28f0908cab5a1938d - - default default] Added segment e3c652ab-c7e5-448c-a607-2523a8dfc8ab of type vxlan for network 29b07f1d-ed28-4707-8eef-f8235b5062a6 2026-06-10 09:53:52.087 8 INFO neutron.db.l3_hamode_db [None req-8daa69b4-766e-4698-bdb9-deaaf41a52ec 4f73469691774ebd8d44608e89df53da 64de13559d594532be25e77d89ce8a60 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:53:52.219 8 INFO neutron.db.l3_hamode_db [None req-8daa69b4-766e-4698-bdb9-deaaf41a52ec 4f73469691774ebd8d44608e89df53da 64de13559d594532be25e77d89ce8a60 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:53:52.313 7 INFO neutron.db.l3_hamode_db [None req-d98c8bfd-23da-4d65-9279-f36483e366e5 5c0352d66c814314bb400d1aa3b5ac32 baa9f93e3ea749f28f0908cab5a1938d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 717/1582] 10.0.0.107 () {34 vars in 668 bytes} [Wed Jun 10 09:53:52 2026] POST /v2.0/routers => generated 474 bytes in 806 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1583] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:52 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:53:52.940 8 INFO neutron.db.l3_hamode_db [None req-bb3b6225-78c1-42d4-a5ed-860037b0954b 4f73469691774ebd8d44608e89df53da 64de13559d594532be25e77d89ce8a60 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:53:53.077 8 INFO neutron.db.l3_hamode_db [None req-bb3b6225-78c1-42d4-a5ed-860037b0954b 4f73469691774ebd8d44608e89df53da 64de13559d594532be25e77d89ce8a60 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:53:53.130 7 INFO neutron.db.l3_hamode_db [None req-d98c8bfd-23da-4d65-9279-f36483e366e5 5c0352d66c814314bb400d1aa3b5ac32 baa9f93e3ea749f28f0908cab5a1938d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 719/1584] 10.0.0.107 () {34 vars in 668 bytes} [Wed Jun 10 09:53:52 2026] POST /v2.0/routers => generated 474 bytes in 785 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1585] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:53 2026] GET /v2.0/security-groups?id=c5fe5729-3fae-4735-af35-d980fb64567f&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:53:53.741 8 INFO neutron.db.l3_hamode_db [None req-e27b2c15-4c9d-44d9-ad87-3d75b4d5d749 4f73469691774ebd8d44608e89df53da 64de13559d594532be25e77d89ce8a60 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:53:53.838 8 INFO neutron.db.l3_hamode_db [None req-e27b2c15-4c9d-44d9-ad87-3d75b4d5d749 4f73469691774ebd8d44608e89df53da 64de13559d594532be25e77d89ce8a60 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 866/1586] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:53:51 2026] POST /v2.0/routers => generated 694 bytes in 2097 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1587] 10.0.0.107 () {34 vars in 668 bytes} [Wed Jun 10 09:53:53 2026] POST /v2.0/routers => generated 474 bytes in 723 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1588] 10.0.0.107 () {34 vars in 751 bytes} [Wed Jun 10 09:53:54 2026] PUT /v2.0/routers/b03e4cc6-3f7d-49f3-bebb-c2c1e3289a94/tags => generated 17 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1589] 10.0.0.107 () {34 vars in 751 bytes} [Wed Jun 10 09:53:54 2026] PUT /v2.0/routers/f84e831a-190c-4920-b18c-91faf0479cbd/tags => generated 25 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1590] 10.0.0.107 () {34 vars in 751 bytes} [Wed Jun 10 09:53:54 2026] PUT /v2.0/routers/72274645-ec3f-4a66-b069-0248b0ca3dfa/tags => generated 34 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1591] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:53:54 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1592] 10.0.0.107 () {34 vars in 751 bytes} [Wed Jun 10 09:53:54 2026] PUT /v2.0/routers/cadb724c-6342-4338-85a7-115d4c618655/tags => generated 19 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1593] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:53:54 2026] GET /v2.0/security-groups?id=c5fe5729-3fae-4735-af35-d980fb64567f&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1594] 10.0.0.107 () {32 vars in 664 bytes} [Wed Jun 10 09:53:54 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1595] 10.0.0.107 () {32 vars in 678 bytes} [Wed Jun 10 09:53:55 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1596] 10.0.0.107 () {32 vars in 674 bytes} [Wed Jun 10 09:53:55 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1597] 10.0.0.107 () {32 vars in 686 bytes} [Wed Jun 10 09:53:55 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1598] 10.0.0.107 () {32 vars in 672 bytes} [Wed Jun 10 09:53:55 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1599] 10.0.0.107 () {32 vars in 686 bytes} [Wed Jun 10 09:53:55 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1600] 10.0.0.107 () {34 vars in 783 bytes} [Wed Jun 10 09:53:54 2026] PUT /v2.0/routers/03d559b2-8bb1-43cb-854d-b3aba7b748a9/add_router_interface => generated 309 bytes in 1629 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1601] 10.0.0.107 () {32 vars in 682 bytes} [Wed Jun 10 09:53:55 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 499 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1602] 10.0.0.107 () {32 vars in 694 bytes} [Wed Jun 10 09:53:55 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1603] 10.0.0.107 () {32 vars in 721 bytes} [Wed Jun 10 09:53:56 2026] GET /v2.0/routers/b03e4cc6-3f7d-49f3-bebb-c2c1e3289a94 => generated 485 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1604] 10.0.0.107 () {34 vars in 665 bytes} [Wed Jun 10 09:53:55 2026] POST /v2.0/ports => generated 953 bytes in 362 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: 869/1605] 10.0.0.107 () {34 vars in 665 bytes} [Wed Jun 10 09:53:56 2026] POST /v2.0/ports => generated 958 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 737/1606] 10.0.0.107 () {34 vars in 742 bytes} [Wed Jun 10 09:53:56 2026] PUT /v2.0/routers/b03e4cc6-3f7d-49f3-bebb-c2c1e3289a94 => generated 485 bytes in 554 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1607] 10.0.0.107 () {32 vars in 736 bytes} [Wed Jun 10 09:53:56 2026] GET /v2.0/ports?device_id=b03e4cc6-3f7d-49f3-bebb-c2c1e3289a94 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:53:56.828 8 INFO neutron_taas.services.taas.taas_plugin [None req-71624e9b-41f8-4fb3-9f04-2193a0f55c79 4f73469691774ebd8d44608e89df53da 64de13559d594532be25e77d89ce8a60 - - default default] TaaS: Handle Delete Port: 4dc04eab-2e8c-427d-be4e-cc5da71cf75b 2026-06-10 09:53:56.831 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71624e9b-41f8-4fb3-9f04-2193a0f55c79 4f73469691774ebd8d44608e89df53da 64de13559d594532be25e77d89ce8a60 - - default default] Tap Mirror: Handle Delete Port: 4dc04eab-2e8c-427d-be4e-cc5da71cf75b [pid: 8|app: 0|req: 739/1608] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:53:56 2026] DELETE /v2.0/routers/b03e4cc6-3f7d-49f3-bebb-c2c1e3289a94 => generated 0 bytes in 403 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1609] 10.0.0.107 () {32 vars in 721 bytes} [Wed Jun 10 09:53:57 2026] GET /v2.0/routers/f84e831a-190c-4920-b18c-91faf0479cbd => generated 493 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:53:57.178 7 INFO neutron.db.l3_db [None req-5425a577-e048-4552-b426-59f1342e3666 5c0352d66c814314bb400d1aa3b5ac32 baa9f93e3ea749f28f0908cab5a1938d - - default default] Floating IP 8d2e8c18-6090-43ae-82fd-fde76c3dbf8b associated. External IP: 10.96.250.217, port: e48a133a-2c98-4433-a1cb-6ea64fcd8f72. [pid: 7|app: 0|req: 870/1610] 10.0.0.107 () {34 vars in 677 bytes} [Wed Jun 10 09:53:56 2026] POST /v2.0/floatingips => generated 842 bytes in 1053 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1611] 10.0.0.107 () {34 vars in 742 bytes} [Wed Jun 10 09:53:57 2026] PUT /v2.0/routers/f84e831a-190c-4920-b18c-91faf0479cbd => generated 493 bytes in 515 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1614] 10.0.0.107 () {32 vars in 736 bytes} [Wed Jun 10 09:53:57 2026] GET /v2.0/ports?device_id=f84e831a-190c-4920-b18c-91faf0479cbd => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:53:57.681 7 INFO neutron.db.l3_db [None req-6e7341b9-e7cf-4ca8-b338-28065a095bf4 5c0352d66c814314bb400d1aa3b5ac32 baa9f93e3ea749f28f0908cab5a1938d - - default default] Floating IP 8d2e8c18-6090-43ae-82fd-fde76c3dbf8b disassociated. External IP: 10.96.250.217, port: e48a133a-2c98-4433-a1cb-6ea64fcd8f72. 2026-06-10 09:53:57.798 8 INFO neutron_taas.services.taas.taas_plugin [None req-143d1e9e-d90f-4d1f-b7f2-7174db166ff4 4f73469691774ebd8d44608e89df53da 64de13559d594532be25e77d89ce8a60 - - default default] TaaS: Handle Delete Port: d0aee85b-1767-4605-8580-3384a8da49e8 2026-06-10 09:53:57.800 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-143d1e9e-d90f-4d1f-b7f2-7174db166ff4 4f73469691774ebd8d44608e89df53da 64de13559d594532be25e77d89ce8a60 - - default default] Tap Mirror: Handle Delete Port: d0aee85b-1767-4605-8580-3384a8da49e8 [pid: 8|app: 0|req: 745/1615] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:53:57 2026] DELETE /v2.0/routers/f84e831a-190c-4920-b18c-91faf0479cbd => generated 0 bytes in 316 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1616] 10.0.0.107 () {34 vars in 749 bytes} [Wed Jun 10 09:53:57 2026] PUT /v2.0/floatingips/8d2e8c18-6090-43ae-82fd-fde76c3dbf8b => generated 552 bytes in 476 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1617] 10.0.0.107 () {32 vars in 721 bytes} [Wed Jun 10 09:53:57 2026] GET /v2.0/routers/72274645-ec3f-4a66-b069-0248b0ca3dfa => generated 502 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:53:58.169 7 INFO neutron_taas.services.taas.taas_plugin [None req-94ceb256-9c8e-4a48-8cf6-71e7f2350557 5c0352d66c814314bb400d1aa3b5ac32 baa9f93e3ea749f28f0908cab5a1938d - - default default] TaaS: Handle Delete Port: 50aac921-52c7-408a-8874-fc5e2ac3718a 2026-06-10 09:53:58.172 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94ceb256-9c8e-4a48-8cf6-71e7f2350557 5c0352d66c814314bb400d1aa3b5ac32 baa9f93e3ea749f28f0908cab5a1938d - - default default] Tap Mirror: Handle Delete Port: 50aac921-52c7-408a-8874-fc5e2ac3718a [pid: 7|app: 0|req: 872/1618] 10.0.0.107 () {32 vars in 732 bytes} [Wed Jun 10 09:53:58 2026] DELETE /v2.0/floatingips/8d2e8c18-6090-43ae-82fd-fde76c3dbf8b => generated 0 bytes in 337 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1619] 10.0.0.107 () {34 vars in 742 bytes} [Wed Jun 10 09:53:58 2026] PUT /v2.0/routers/72274645-ec3f-4a66-b069-0248b0ca3dfa => generated 502 bytes in 589 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1620] 10.0.0.107 () {32 vars in 736 bytes} [Wed Jun 10 09:53:58 2026] GET /v2.0/ports?device_id=72274645-ec3f-4a66-b069-0248b0ca3dfa => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:53:58.856 8 INFO neutron_taas.services.taas.taas_plugin [None req-402726d0-5523-4540-9e34-b3cac2a9398b 4f73469691774ebd8d44608e89df53da 64de13559d594532be25e77d89ce8a60 - - default default] TaaS: Handle Delete Port: ba839de9-60a8-44d8-8b3a-360a6f7e4a5a 2026-06-10 09:53:58.860 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-402726d0-5523-4540-9e34-b3cac2a9398b 4f73469691774ebd8d44608e89df53da 64de13559d594532be25e77d89ce8a60 - - default default] Tap Mirror: Handle Delete Port: ba839de9-60a8-44d8-8b3a-360a6f7e4a5a [pid: 8|app: 0|req: 749/1621] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:53:58 2026] DELETE /v2.0/routers/72274645-ec3f-4a66-b069-0248b0ca3dfa => generated 0 bytes in 379 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:53:59.118 7 INFO neutron.db.l3_db [None req-2463ff5f-842d-4482-b604-f9a121a91bdd 5c0352d66c814314bb400d1aa3b5ac32 baa9f93e3ea749f28f0908cab5a1938d - - default default] Floating IP b237c608-a582-433b-b75f-5aa94d4a4e8e associated. External IP: 10.96.250.219, port: 9c6fa4fb-a8f7-4804-9ebd-972845502f66. [pid: 8|app: 0|req: 750/1622] 10.0.0.107 () {32 vars in 721 bytes} [Wed Jun 10 09:53:59 2026] GET /v2.0/routers/cadb724c-6342-4338-85a7-115d4c618655 => generated 487 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1623] 10.0.0.107 () {34 vars in 677 bytes} [Wed Jun 10 09:53:58 2026] POST /v2.0/floatingips => generated 840 bytes in 1103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1624] 10.0.0.107 () {32 vars in 729 bytes} [Wed Jun 10 09:53:59 2026] GET /v2.0/floatingips/b237c608-a582-433b-b75f-5aa94d4a4e8e => generated 840 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1625] 10.0.0.107 () {32 vars in 655 bytes} [Wed Jun 10 09:53:59 2026] GET /v2.0/floatingips => generated 843 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1626] 10.0.0.107 () {34 vars in 742 bytes} [Wed Jun 10 09:53:59 2026] PUT /v2.0/routers/cadb724c-6342-4338-85a7-115d4c618655 => generated 487 bytes in 600 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1627] 10.0.0.107 () {32 vars in 736 bytes} [Wed Jun 10 09:53:59 2026] GET /v2.0/ports?device_id=cadb724c-6342-4338-85a7-115d4c618655 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:53:59.946 7 INFO neutron.db.l3_db [None req-fd9a2cb2-560c-43ac-93d1-cc741bec168b 5c0352d66c814314bb400d1aa3b5ac32 baa9f93e3ea749f28f0908cab5a1938d - - default default] Floating IP b237c608-a582-433b-b75f-5aa94d4a4e8e associated. External IP: 10.96.250.219, port: 9c6fa4fb-a8f7-4804-9ebd-972845502f66. 2026-06-10 09:53:59.992 8 INFO neutron_taas.services.taas.taas_plugin [None req-54cc0111-79f1-4c28-bf87-885623b4f7e0 4f73469691774ebd8d44608e89df53da 64de13559d594532be25e77d89ce8a60 - - default default] TaaS: Handle Delete Port: 3f32bfd8-5c40-41c3-8d8c-a3ca2010d41f 2026-06-10 09:53:59.996 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54cc0111-79f1-4c28-bf87-885623b4f7e0 4f73469691774ebd8d44608e89df53da 64de13559d594532be25e77d89ce8a60 - - default default] Tap Mirror: Handle Delete Port: 3f32bfd8-5c40-41c3-8d8c-a3ca2010d41f [pid: 8|app: 0|req: 753/1628] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:53:59 2026] DELETE /v2.0/routers/cadb724c-6342-4338-85a7-115d4c618655 => generated 0 bytes in 477 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1629] 10.0.0.107 () {32 vars in 721 bytes} [Wed Jun 10 09:54:00 2026] GET /v2.0/routers/2e52c31c-f57b-48e7-99bd-45f7557c5b36 => generated 480 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1630] 10.0.0.107 () {34 vars in 749 bytes} [Wed Jun 10 09:53:59 2026] PUT /v2.0/floatingips/b237c608-a582-433b-b75f-5aa94d4a4e8e => generated 842 bytes in 1019 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:54:00.745 7 INFO neutron.db.l3_db [None req-9b6150c5-0c1d-4e2c-b5d1-4ab00caef339 5c0352d66c814314bb400d1aa3b5ac32 baa9f93e3ea749f28f0908cab5a1938d - - default default] Floating IP b237c608-a582-433b-b75f-5aa94d4a4e8e disassociated. External IP: 10.96.250.219, port: e48a133a-2c98-4433-a1cb-6ea64fcd8f72. [pid: 8|app: 0|req: 755/1631] 10.0.0.107 () {34 vars in 742 bytes} [Wed Jun 10 09:54:00 2026] PUT /v2.0/routers/2e52c31c-f57b-48e7-99bd-45f7557c5b36 => generated 480 bytes in 497 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1632] 10.0.0.107 () {32 vars in 736 bytes} [Wed Jun 10 09:54:00 2026] GET /v2.0/ports?device_id=2e52c31c-f57b-48e7-99bd-45f7557c5b36 => 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: 877/1633] 10.0.0.107 () {34 vars in 749 bytes} [Wed Jun 10 09:54:00 2026] PUT /v2.0/floatingips/b237c608-a582-433b-b75f-5aa94d4a4e8e => generated 552 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:54:01.079 8 INFO neutron_taas.services.taas.taas_plugin [None req-b90fde8f-f75f-420e-9824-7b940571f07a 4f73469691774ebd8d44608e89df53da 64de13559d594532be25e77d89ce8a60 - - default default] TaaS: Handle Delete Port: 577e3fdd-d7dc-400f-896c-0577f1602d4b 2026-06-10 09:54:01.082 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b90fde8f-f75f-420e-9824-7b940571f07a 4f73469691774ebd8d44608e89df53da 64de13559d594532be25e77d89ce8a60 - - default default] Tap Mirror: Handle Delete Port: 577e3fdd-d7dc-400f-896c-0577f1602d4b 2026-06-10 09:54:01.156 7 INFO neutron_taas.services.taas.taas_plugin [None req-3ea56f48-b289-4634-a1cb-cdd36037498c 5c0352d66c814314bb400d1aa3b5ac32 baa9f93e3ea749f28f0908cab5a1938d - - default default] TaaS: Handle Delete Port: 490855d5-6314-42af-b298-f33df4af64e6 2026-06-10 09:54:01.158 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ea56f48-b289-4634-a1cb-cdd36037498c 5c0352d66c814314bb400d1aa3b5ac32 baa9f93e3ea749f28f0908cab5a1938d - - default default] Tap Mirror: Handle Delete Port: 490855d5-6314-42af-b298-f33df4af64e6 [pid: 7|app: 0|req: 878/1634] 10.0.0.107 () {32 vars in 732 bytes} [Wed Jun 10 09:54:01 2026] DELETE /v2.0/floatingips/b237c608-a582-433b-b75f-5aa94d4a4e8e => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:54:01.331 7 INFO neutron.api.v2.resource [None req-1b453917-c2cc-4433-b026-b2d70a103d9c 5c0352d66c814314bb400d1aa3b5ac32 baa9f93e3ea749f28f0908cab5a1938d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 879/1635] 10.0.0.107 () {32 vars in 732 bytes} [Wed Jun 10 09:54:01 2026] DELETE /v2.0/floatingips/b237c608-a582-433b-b75f-5aa94d4a4e8e => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:54:01.453 8 INFO neutron.services.segments.plugin [-] Segment 989a7d27-0a00-4901-873f-b5108c273b76 resource provider aggregate not found 2026-06-10 09:54:01.457 8 INFO neutron.services.segments.plugin [-] Segment 989a7d27-0a00-4901-873f-b5108c273b76 resource provider aggregate not found 2026-06-10 09:54:01.475 8 INFO neutron.services.segments.plugin [-] Segment 989a7d27-0a00-4901-873f-b5108c273b76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 989a7d27-0a00-4901-873f-b5108c273b76 found for delete ", "request_id": "req-8446beaf-78e3-4e77-9588-7cf33ba4e67d"}]} 2026-06-10 09:54:01.478 7 INFO neutron_taas.services.taas.taas_plugin [None req-d2cace9f-9548-4a17-ac45-47bb83d5c718 5c0352d66c814314bb400d1aa3b5ac32 baa9f93e3ea749f28f0908cab5a1938d - - default default] TaaS: Handle Delete Port: e48a133a-2c98-4433-a1cb-6ea64fcd8f72 2026-06-10 09:54:01.476 8 INFO neutron.services.segments.plugin [-] Segment 989a7d27-0a00-4901-873f-b5108c273b76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 989a7d27-0a00-4901-873f-b5108c273b76 found for delete ", "request_id": "req-e75fb0c8-7540-43b9-b2ec-df2d12c51e20"}]} 2026-06-10 09:54:01.481 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2cace9f-9548-4a17-ac45-47bb83d5c718 5c0352d66c814314bb400d1aa3b5ac32 baa9f93e3ea749f28f0908cab5a1938d - - default default] Tap Mirror: Handle Delete Port: e48a133a-2c98-4433-a1cb-6ea64fcd8f72 2026-06-10 09:54:01.482 8 INFO neutron.db.l3_hamode_db [None req-b90fde8f-f75f-420e-9824-7b940571f07a 4f73469691774ebd8d44608e89df53da 64de13559d594532be25e77d89ce8a60 - - default default] HA network ad19b054-4a18-4060-b6fe-b2bd219cd73c was deleted as no HA routers are present in tenant 64de13559d594532be25e77d89ce8a60. [pid: 8|app: 0|req: 757/1636] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:54:00 2026] DELETE /v2.0/routers/2e52c31c-f57b-48e7-99bd-45f7557c5b36 => generated 0 bytes in 581 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1637] 10.0.0.107 () {32 vars in 720 bytes} [Wed Jun 10 09:54:01 2026] DELETE /v2.0/ports/e48a133a-2c98-4433-a1cb-6ea64fcd8f72 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:54:01.784 8 INFO neutron_taas.services.taas.taas_plugin [None req-ee2db3ca-c851-4fba-a33c-8114ded81f13 5c0352d66c814314bb400d1aa3b5ac32 baa9f93e3ea749f28f0908cab5a1938d - - default default] TaaS: Handle Delete Port: 9c6fa4fb-a8f7-4804-9ebd-972845502f66 2026-06-10 09:54:01.788 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee2db3ca-c851-4fba-a33c-8114ded81f13 5c0352d66c814314bb400d1aa3b5ac32 baa9f93e3ea749f28f0908cab5a1938d - - default default] Tap Mirror: Handle Delete Port: 9c6fa4fb-a8f7-4804-9ebd-972845502f66 [pid: 8|app: 0|req: 758/1638] 10.0.0.107 () {32 vars in 720 bytes} [Wed Jun 10 09:54:01 2026] DELETE /v2.0/ports/9c6fa4fb-a8f7-4804-9ebd-972845502f66 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1639] 10.0.0.107 () {32 vars in 736 bytes} [Wed Jun 10 09:54:01 2026] GET /v2.0/ports?device_id=03d559b2-8bb1-43cb-854d-b3aba7b748a9 => generated 958 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:54:02.321 8 INFO neutron_taas.services.taas.taas_plugin [None req-4ae54c51-e0d6-4ce3-b192-273d5d8e788a 5c0352d66c814314bb400d1aa3b5ac32 baa9f93e3ea749f28f0908cab5a1938d - - default default] TaaS: Handle Delete Port: 9e1c1972-3b3d-458f-a0c5-39167857d700 2026-06-10 09:54:02.324 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ae54c51-e0d6-4ce3-b192-273d5d8e788a 5c0352d66c814314bb400d1aa3b5ac32 baa9f93e3ea749f28f0908cab5a1938d - - default default] Tap Mirror: Handle Delete Port: 9e1c1972-3b3d-458f-a0c5-39167857d700 [pid: 7|app: 0|req: 882/1640] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:54:02 2026] GET /v2.0/security-groups?tenant_id=64de13559d594532be25e77d89ce8a60&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1641] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:54:02 2026] DELETE /v2.0/security-groups/35c823dd-8746-4342-b69d-65963258bdb7 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1642] 10.0.0.107 () {32 vars in 721 bytes} [Wed Jun 10 09:54:02 2026] GET /v2.0/subnets/1829b93d-4682-4853-a7f9-9889b17ef2be => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1643] 10.0.0.107 () {34 vars in 789 bytes} [Wed Jun 10 09:54:01 2026] PUT /v2.0/routers/03d559b2-8bb1-43cb-854d-b3aba7b748a9/remove_router_interface => generated 309 bytes in 887 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1644] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:54:02 2026] GET /v2.0/security-groups?tenant_id=0cb6e8608e7b45c989730ec68f7b8ab6&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:54:03.110 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3ef46ac-9843-4475-9cc7-78eb8d61c8d5 5c0352d66c814314bb400d1aa3b5ac32 baa9f93e3ea749f28f0908cab5a1938d - - default default] TaaS: Handle Delete Port: b6690807-8a7b-48b0-bc1c-42333f043195 2026-06-10 09:54:03.114 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3ef46ac-9843-4475-9cc7-78eb8d61c8d5 5c0352d66c814314bb400d1aa3b5ac32 baa9f93e3ea749f28f0908cab5a1938d - - default default] Tap Mirror: Handle Delete Port: b6690807-8a7b-48b0-bc1c-42333f043195 [pid: 7|app: 0|req: 886/1645] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:54:02 2026] DELETE /v2.0/security-groups/3fb6c94e-5896-47b6-bfc0-24b27e37621b => generated 0 bytes in 186 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:54:03.384 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3ef46ac-9843-4475-9cc7-78eb8d61c8d5 5c0352d66c814314bb400d1aa3b5ac32 baa9f93e3ea749f28f0908cab5a1938d - - default default] TaaS: Handle Delete Port: 12926034-f5da-4016-b08c-f6d5ae0e0243 2026-06-10 09:54:03.386 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3ef46ac-9843-4475-9cc7-78eb8d61c8d5 5c0352d66c814314bb400d1aa3b5ac32 baa9f93e3ea749f28f0908cab5a1938d - - default default] Tap Mirror: Handle Delete Port: 12926034-f5da-4016-b08c-f6d5ae0e0243 [pid: 7|app: 0|req: 887/1646] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:54:03 2026] GET /v2.0/security-groups?tenant_id=988b3d4c116d4241a9255a8182da3cc4&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1647] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:54:03 2026] DELETE /v2.0/security-groups/b28c7093-f8ef-462b-b4c6-b5ff91337436 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:54:03.712 8 INFO neutron.services.segments.plugin [-] Segment e3c652ab-c7e5-448c-a607-2523a8dfc8ab resource provider aggregate not found 2026-06-10 09:54:03.720 8 INFO neutron.services.segments.plugin [-] Segment e3c652ab-c7e5-448c-a607-2523a8dfc8ab resource provider aggregate not found 2026-06-10 09:54:03.735 8 INFO neutron.services.segments.plugin [-] Segment e3c652ab-c7e5-448c-a607-2523a8dfc8ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3c652ab-c7e5-448c-a607-2523a8dfc8ab found for delete ", "request_id": "req-1af8649b-5ebd-4fa7-a61c-5c3de51367e7"}]} 2026-06-10 09:54:03.739 8 INFO neutron.services.segments.plugin [-] Segment e3c652ab-c7e5-448c-a607-2523a8dfc8ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3c652ab-c7e5-448c-a607-2523a8dfc8ab found for delete ", "request_id": "req-ff4dc3e6-e1bb-44fa-a0c3-06f3d0bb276b"}]} 2026-06-10 09:54:03.753 8 INFO neutron.db.l3_hamode_db [None req-f3ef46ac-9843-4475-9cc7-78eb8d61c8d5 5c0352d66c814314bb400d1aa3b5ac32 baa9f93e3ea749f28f0908cab5a1938d - - default default] HA network 29b07f1d-ed28-4707-8eef-f8235b5062a6 was deleted as no HA routers are present in tenant baa9f93e3ea749f28f0908cab5a1938d. [pid: 8|app: 0|req: 760/1648] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:54:02 2026] DELETE /v2.0/routers/03d559b2-8bb1-43cb-854d-b3aba7b748a9 => generated 0 bytes in 890 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1649] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:54:03 2026] DELETE /v2.0/subnets/74549a39-8cd4-4dfc-b889-434575ebcb01 => 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: 890/1650] 10.0.0.164 () {30 vars in 690 bytes} [Wed Jun 10 09:54:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1651] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:54:03 2026] DELETE /v2.0/networks/0c3b1ad7-b187-4e55-bd19-7b717a7fba90 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1652] 10.0.0.164 () {30 vars in 692 bytes} [Wed Jun 10 09:54:04 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: 762/1653] 10.0.0.164 () {30 vars in 668 bytes} [Wed Jun 10 09:54:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1654] 10.0.0.164 () {30 vars in 704 bytes} [Wed Jun 10 09:54:04 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: 893/1655] 10.0.0.164 () {28 vars in 439 bytes} [Wed Jun 10 09:54:04 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: 763/1656] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:54:04 2026] GET /v2.0/security-groups?tenant_id=baa9f93e3ea749f28f0908cab5a1938d&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1657] 10.0.0.164 () {30 vars in 728 bytes} [Wed Jun 10 09:54:04 2026] GET /v2.0/subnets/1829b93d-4682-4853-a7f9-9889b17ef2be => generated 658 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1658] 10.0.0.164 () {30 vars in 690 bytes} [Wed Jun 10 09:54:04 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: 766/1659] 10.0.0.164 () {30 vars in 692 bytes} [Wed Jun 10 09:54:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1660] 10.0.0.164 () {30 vars in 668 bytes} [Wed Jun 10 09:54:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1661] 10.0.0.164 () {30 vars in 704 bytes} [Wed Jun 10 09:54:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1662] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:54:04 2026] DELETE /v2.0/security-groups/89b68962-41d6-448e-8905-b02d7a4193f1 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1663] 10.0.0.164 () {30 vars in 728 bytes} [Wed Jun 10 09:54:04 2026] GET /v2.0/subnets/1829b93d-4682-4853-a7f9-9889b17ef2be => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1664] 10.0.0.164 () {30 vars in 690 bytes} [Wed Jun 10 09:54:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1665] 10.0.0.164 () {30 vars in 692 bytes} [Wed Jun 10 09:54:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1666] 10.0.0.164 () {30 vars in 668 bytes} [Wed Jun 10 09:54:04 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: 771/1667] 10.0.0.164 () {30 vars in 704 bytes} [Wed Jun 10 09:54:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1668] 10.0.0.164 () {30 vars in 730 bytes} [Wed Jun 10 09:54:04 2026] GET /v2.0/networks/93098a16-8c6f-4ef5-b7a8-71fb17fcaca1 => generated 797 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1669] 10.0.0.164 () {30 vars in 682 bytes} [Wed Jun 10 09:54:04 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1670] 10.0.0.50 () {34 vars in 989 bytes} [Wed Jun 10 09:54:05 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => 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: 774/1671] 10.0.0.50 () {34 vars in 1039 bytes} [Wed Jun 10 09:54:05 2026] GET /v2.0/security-groups?id=c5fe5729-3fae-4735-af35-d980fb64567f&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: 898/1672] 10.0.0.164 () {34 vars in 704 bytes} [Wed Jun 10 09:54:04 2026] POST /v2.0/ports => generated 1132 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 09:54:05.759 8 INFO neutron.services.segments.plugin [-] Segment 19953f72-d00f-404f-8478-17c313fb3204 resource provider aggregate not found 2026-06-10 09:54:05.764 8 INFO neutron.services.segments.plugin [-] Segment 19953f72-d00f-404f-8478-17c313fb3204 resource provider aggregate not found 2026-06-10 09:54:05.779 8 INFO neutron.services.segments.plugin [-] Segment 19953f72-d00f-404f-8478-17c313fb3204 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19953f72-d00f-404f-8478-17c313fb3204 found for delete ", "request_id": "req-cde44b33-a537-4a94-b272-f1cd60f71efe"}]} 2026-06-10 09:54:05.782 8 INFO neutron.services.segments.plugin [-] Segment 19953f72-d00f-404f-8478-17c313fb3204 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19953f72-d00f-404f-8478-17c313fb3204 found for delete ", "request_id": "req-ba70786e-ac78-4594-baa2-9f4414419524"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-06-10 09:54:07.133 8 INFO neutron.db.segments_db [None req-ae9da4c8-9229-4ae5-9208-f1d7e0b76dc1 69bc73fc7a4d474098b60b3bcfca65e1 ad94e66abbc14c62ab0ab2d5dc9eb958 - - default default] Added segment f28f9ca3-dd7b-4deb-8c58-51eda2353bff of type vxlan for network a44b8c0c-e608-4df5-89ad-bdacec9d06f7 [pid: 8|app: 0|req: 775/1673] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:54:06 2026] POST /v2.0/networks => generated 626 bytes in 633 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:54:07.335 7 INFO neutron.db.segments_db [None req-58eadd03-f0b2-44dd-96ec-c233175df09b 5b5dd6a0c0fd4b92b26ec1e8913f0f34 ce2cd5a80c174a81b3838e703e55193c - - default default] Added segment 8e2fe082-bb04-49fc-9110-d95cc501a661 of type vxlan for network e82f2fa8-c5c3-43ca-94c6-cc3ed73538d1 [pid: 7|app: 0|req: 899/1674] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:54:06 2026] POST /v2.0/networks => generated 613 bytes in 838 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1675] 10.0.0.107 () {34 vars in 753 bytes} [Wed Jun 10 09:54:07 2026] PUT /v2.0/networks/e82f2fa8-c5c3-43ca-94c6-cc3ed73538d1/tags => generated 25 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1676] 10.0.0.107 () {32 vars in 733 bytes} [Wed Jun 10 09:54:07 2026] GET /v2.0/networks/e82f2fa8-c5c3-43ca-94c6-cc3ed73538d1/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1677] 10.0.0.107 () {34 vars in 665 bytes} [Wed Jun 10 09:54:07 2026] POST /v2.0/ports => generated 773 bytes in 587 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: 902/1678] 10.0.0.107 () {34 vars in 764 bytes} [Wed Jun 10 09:54:07 2026] PUT /v2.0/networks/e82f2fa8-c5c3-43ca-94c6-cc3ed73538d1/tags/green => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-10 09:54:07.960 8 INFO neutron.db.segments_db [None req-8065260e-bd0c-41b8-9b09-62e1979a97a2 69bc73fc7a4d474098b60b3bcfca65e1 ad94e66abbc14c62ab0ab2d5dc9eb958 - - default default] Added segment 71908172-b77f-4792-bb16-ebfd6dddd1c5 of type vxlan for network b7b2f540-111a-4f1b-a302-72909bc69516 [pid: 7|app: 0|req: 903/1679] 10.0.0.107 () {32 vars in 733 bytes} [Wed Jun 10 09:54:07 2026] GET /v2.0/networks/e82f2fa8-c5c3-43ca-94c6-cc3ed73538d1/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1680] 10.0.0.107 () {34 vars in 760 bytes} [Wed Jun 10 09:54:07 2026] PUT /v2.0/networks/e82f2fa8-c5c3-43ca-94c6-cc3ed73538d1/tags/red => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1681] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:54:07 2026] POST /v2.0/networks => generated 613 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1682] 10.0.0.107 () {32 vars in 733 bytes} [Wed Jun 10 09:54:08 2026] GET /v2.0/networks/e82f2fa8-c5c3-43ca-94c6-cc3ed73538d1/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1683] 10.0.0.107 () {34 vars in 782 bytes} [Wed Jun 10 09:54:08 2026] PUT /v2.0/networks/e82f2fa8-c5c3-43ca-94c6-cc3ed73538d1/tags/black.or.white => generated 4 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1684] 10.0.0.107 () {32 vars in 733 bytes} [Wed Jun 10 09:54:08 2026] GET /v2.0/networks/e82f2fa8-c5c3-43ca-94c6-cc3ed73538d1/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1685] 10.0.0.107 () {34 vars in 753 bytes} [Wed Jun 10 09:54:08 2026] PUT /v2.0/networks/e82f2fa8-c5c3-43ca-94c6-cc3ed73538d1/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1686] 10.0.0.107 () {32 vars in 733 bytes} [Wed Jun 10 09:54:08 2026] GET /v2.0/networks/e82f2fa8-c5c3-43ca-94c6-cc3ed73538d1/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: 778/1687] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:54:08 2026] POST /v2.0/subnets => generated 626 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1688] 10.0.0.107 () {32 vars in 741 bytes} [Wed Jun 10 09:54:08 2026] GET /v2.0/networks/e82f2fa8-c5c3-43ca-94c6-cc3ed73538d1/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:54:08.389 7 INFO neutron.api.v2.resource [None req-b40966ef-8707-45c6-a74c-584eadf47b78 5b5dd6a0c0fd4b92b26ec1e8913f0f34 ce2cd5a80c174a81b3838e703e55193c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 911/1689] 10.0.0.107 () {32 vars in 745 bytes} [Wed Jun 10 09:54:08 2026] GET /v2.0/networks/e82f2fa8-c5c3-43ca-94c6-cc3ed73538d1/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1690] 10.0.0.107 () {32 vars in 744 bytes} [Wed Jun 10 09:54:08 2026] DELETE /v2.0/networks/e82f2fa8-c5c3-43ca-94c6-cc3ed73538d1/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1691] 199.19.213.96 () {30 vars in 702 bytes} [Wed Jun 10 09:54:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1692] 10.0.0.107 () {32 vars in 733 bytes} [Wed Jun 10 09:54:08 2026] GET /v2.0/networks/e82f2fa8-c5c3-43ca-94c6-cc3ed73538d1/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1693] 199.19.213.96 () {30 vars in 704 bytes} [Wed Jun 10 09:54:08 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) 2026-06-10 09:54:08.554 7 INFO neutron.api.v2.resource [None req-677c719f-30cd-453b-9752-eed687efa33f 5b5dd6a0c0fd4b92b26ec1e8913f0f34 ce2cd5a80c174a81b3838e703e55193c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 916/1694] 10.0.0.107 () {32 vars in 748 bytes} [Wed Jun 10 09:54:08 2026] DELETE /v2.0/networks/e82f2fa8-c5c3-43ca-94c6-cc3ed73538d1/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1695] 199.19.213.96 () {30 vars in 680 bytes} [Wed Jun 10 09:54:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1696] 10.0.0.107 () {32 vars in 736 bytes} [Wed Jun 10 09:54:08 2026] DELETE /v2.0/networks/e82f2fa8-c5c3-43ca-94c6-cc3ed73538d1/tags => 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: 919/1697] 199.19.213.96 () {30 vars in 716 bytes} [Wed Jun 10 09:54:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1698] 10.0.0.107 () {32 vars in 733 bytes} [Wed Jun 10 09:54:08 2026] GET /v2.0/networks/e82f2fa8-c5c3-43ca-94c6-cc3ed73538d1/tags => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1699] 199.19.213.96 () {30 vars in 736 bytes} [Wed Jun 10 09:54:08 2026] GET /v2.0/ports/96da1e02-b381-48c2-b613-9dddf4dfe603 => generated 1132 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1700] 10.0.0.107 () {34 vars in 665 bytes} [Wed Jun 10 09:54:08 2026] POST /v2.0/ports => generated 950 bytes in 334 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-06-10 09:54:08.750 7 INFO neutron.services.segments.plugin [-] Segment 8e2fe082-bb04-49fc-9110-d95cc501a661 resource provider aggregate not found 2026-06-10 09:54:08.758 7 INFO neutron.services.segments.plugin [-] Segment 8e2fe082-bb04-49fc-9110-d95cc501a661 resource provider aggregate not found 2026-06-10 09:54:08.775 7 INFO neutron.services.segments.plugin [-] Segment 8e2fe082-bb04-49fc-9110-d95cc501a661 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e2fe082-bb04-49fc-9110-d95cc501a661 found for delete ", "request_id": "req-a6ff983c-4c0e-4876-9295-390097763d54"}]} 2026-06-10 09:54:08.776 8 INFO neutron_taas.services.taas.taas_plugin [None req-acfae9bb-0e7a-4968-858d-1b3caf20f358 69bc73fc7a4d474098b60b3bcfca65e1 ad94e66abbc14c62ab0ab2d5dc9eb958 - - default default] TaaS: Handle Delete Port: 2a3bdd2d-72e6-4024-9839-1d75f3c151d8 2026-06-10 09:54:08.778 7 INFO neutron.services.segments.plugin [-] Segment 8e2fe082-bb04-49fc-9110-d95cc501a661 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e2fe082-bb04-49fc-9110-d95cc501a661 found for delete ", "request_id": "req-b355015a-11ab-4214-85f5-1748e8b5cb37"}]} 2026-06-10 09:54:08.779 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-acfae9bb-0e7a-4968-858d-1b3caf20f358 69bc73fc7a4d474098b60b3bcfca65e1 ad94e66abbc14c62ab0ab2d5dc9eb958 - - default default] Tap Mirror: Handle Delete Port: 2a3bdd2d-72e6-4024-9839-1d75f3c151d8 [pid: 7|app: 0|req: 922/1701] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:54:08 2026] DELETE /v2.0/networks/e82f2fa8-c5c3-43ca-94c6-cc3ed73538d1 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1702] 199.19.213.96 () {30 vars in 702 bytes} [Wed Jun 10 09:54:08 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: 924/1703] 199.19.213.96 () {30 vars in 704 bytes} [Wed Jun 10 09:54:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1704] 199.19.213.96 () {30 vars in 680 bytes} [Wed Jun 10 09:54:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1705] 199.19.213.96 () {30 vars in 716 bytes} [Wed Jun 10 09:54: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: 780/1706] 10.0.0.107 () {32 vars in 720 bytes} [Wed Jun 10 09:54:08 2026] DELETE /v2.0/ports/2a3bdd2d-72e6-4024-9839-1d75f3c151d8 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:54:08.935 7 INFO neutron.api.v2.resource [None req-ed7dda5d-77c1-4608-b18e-0e0ce7607cb3 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 927/1707] 199.19.213.96 () {30 vars in 762 bytes} [Wed Jun 10 09:54:08 2026] GET /v2.0/security-groups/lb-fb9337e0-249a-4491-96a6-4a8e6216f7f8 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:54:08.945 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e0ff40d4-0f78-4593-953d-c01933de75cb 69bc73fc7a4d474098b60b3bcfca65e1 ad94e66abbc14c62ab0ab2d5dc9eb958 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 781/1708] 10.0.0.107 () {32 vars in 720 bytes} [Wed Jun 10 09:54:08 2026] DELETE /v2.0/ports/2a3bdd2d-72e6-4024-9839-1d75f3c151d8 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1709] 199.19.213.96 () {30 vars in 784 bytes} [Wed Jun 10 09:54:08 2026] GET /v2.0/security-groups?name=lb-fb9337e0-249a-4491-96a6-4a8e6216f7f8 => generated 23 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:54:08.966 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d26a0fb2-096a-402d-9b30-bf3977488345 69bc73fc7a4d474098b60b3bcfca65e1 ad94e66abbc14c62ab0ab2d5dc9eb958 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 782/1710] 10.0.0.107 () {32 vars in 717 bytes} [Wed Jun 10 09:54:08 2026] GET /v2.0/ports/2a3bdd2d-72e6-4024-9839-1d75f3c151d8 => 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: 929/1711] 199.19.213.96 () {34 vars in 735 bytes} [Wed Jun 10 09:54:08 2026] POST /v2.0/security-groups => generated 1636 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1712] 199.19.213.96 () {30 vars in 814 bytes} [Wed Jun 10 09:54:09 2026] GET /v2.0/security-group-rules?security_group_id=c6a9fe72-eb26-4f74-a1da-fe085442aa62 => generated 1182 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1713] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:54:08 2026] DELETE /v2.0/subnets/2c7c55ce-95ac-4edc-9d13-a1a750c2421a => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:54:09.320 8 INFO neutron_taas.services.taas.taas_plugin [None req-ddf8c0ff-eab0-4e81-895b-2ae6d5f64ef4 69bc73fc7a4d474098b60b3bcfca65e1 ad94e66abbc14c62ab0ab2d5dc9eb958 - - default default] TaaS: Handle Delete Port: e98577c9-0758-420f-9a26-36e55f915313 2026-06-10 09:54:09.326 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddf8c0ff-eab0-4e81-895b-2ae6d5f64ef4 69bc73fc7a4d474098b60b3bcfca65e1 ad94e66abbc14c62ab0ab2d5dc9eb958 - - default default] Tap Mirror: Handle Delete Port: e98577c9-0758-420f-9a26-36e55f915313 [pid: 7|app: 0|req: 931/1714] 199.19.213.96 () {34 vars in 788 bytes} [Wed Jun 10 09:54:09 2026] PUT /v2.0/ports/96da1e02-b381-48c2-b613-9dddf4dfe603 => generated 1132 bytes in 232 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-06-10 09:54:09.497 8 INFO neutron.services.segments.plugin [-] Segment 71908172-b77f-4792-bb16-ebfd6dddd1c5 resource provider aggregate not found 2026-06-10 09:54:09.503 8 INFO neutron.services.segments.plugin [-] Segment 71908172-b77f-4792-bb16-ebfd6dddd1c5 resource provider aggregate not found [pid: 7|app: 0|req: 932/1715] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:54:09 2026] GET /v2.0/security-groups?tenant_id=ce2cd5a80c174a81b3838e703e55193c&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1716] 199.19.213.96 () {30 vars in 702 bytes} [Wed Jun 10 09:54:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:54:09.524 8 INFO neutron.services.segments.plugin [-] Segment 71908172-b77f-4792-bb16-ebfd6dddd1c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71908172-b77f-4792-bb16-ebfd6dddd1c5 found for delete ", "request_id": "req-1eb882df-8752-4cdf-a61b-0053f53d6c45"}]} 2026-06-10 09:54:09.528 8 INFO neutron.services.segments.plugin [-] Segment 71908172-b77f-4792-bb16-ebfd6dddd1c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71908172-b77f-4792-bb16-ebfd6dddd1c5 found for delete ", "request_id": "req-0bc2c941-a7da-4990-9211-8e0f9866ce14"}]} [pid: 8|app: 0|req: 784/1717] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:54:09 2026] DELETE /v2.0/networks/b7b2f540-111a-4f1b-a302-72909bc69516 => generated 0 bytes in 362 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1718] 199.19.213.96 () {30 vars in 704 bytes} [Wed Jun 10 09:54:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:54:09.591 8 INFO neutron.db.segments_db [None req-c004cbbd-2550-4095-af8e-6d1a7f7729d5 69bc73fc7a4d474098b60b3bcfca65e1 ad94e66abbc14c62ab0ab2d5dc9eb958 - - default default] Added segment 4c6d5133-680e-405c-9d87-43ac76fa2248 of type vxlan for network cfb018b7-0a3e-4ba6-844e-04eb7839bed6 [pid: 7|app: 0|req: 934/1719] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:54:09 2026] DELETE /v2.0/security-groups/c2a2b966-180a-4751-aea1-e3cbc1c1e293 => 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: 935/1720] 199.19.213.96 () {30 vars in 680 bytes} [Wed Jun 10 09:54:09 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1721] 199.19.213.96 () {30 vars in 716 bytes} [Wed Jun 10 09:54:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1722] 199.19.213.96 () {30 vars in 740 bytes} [Wed Jun 10 09:54:09 2026] GET /v2.0/subnets/1829b93d-4682-4853-a7f9-9889b17ef2be => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1723] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:54:09 2026] POST /v2.0/networks => generated 612 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1724] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:54:09 2026] GET /v2.0/security-groups?tenant_id=5921603a29b949278e8b4dc06c1f0a57&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1725] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:54:09 2026] POST /v2.0/subnets => generated 626 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1726] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:54:09 2026] DELETE /v2.0/security-groups/6781ce45-dded-48e6-adc1-3ed3b5aebd25 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1727] 10.0.0.107 () {34 vars in 665 bytes} [Wed Jun 10 09:54:09 2026] POST /v2.0/ports => generated 912 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:54:10.419 8 INFO neutron_taas.services.taas.taas_plugin [None req-6994f9e6-35c1-49d5-9e3b-733071359715 69bc73fc7a4d474098b60b3bcfca65e1 ad94e66abbc14c62ab0ab2d5dc9eb958 - - default default] TaaS: Handle Delete Port: b4f4ca5e-57af-4c51-bfd9-771a975e8eea 2026-06-10 09:54:10.422 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6994f9e6-35c1-49d5-9e3b-733071359715 69bc73fc7a4d474098b60b3bcfca65e1 ad94e66abbc14c62ab0ab2d5dc9eb958 - - default default] Tap Mirror: Handle Delete Port: b4f4ca5e-57af-4c51-bfd9-771a975e8eea [pid: 8|app: 0|req: 789/1728] 10.0.0.107 () {32 vars in 720 bytes} [Wed Jun 10 09:54:10 2026] DELETE /v2.0/ports/b4f4ca5e-57af-4c51-bfd9-771a975e8eea => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:54:10.620 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ebbc6d37-6144-42b6-9fba-5194ea7c555c 69bc73fc7a4d474098b60b3bcfca65e1 ad94e66abbc14c62ab0ab2d5dc9eb958 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 940/1729] 10.0.0.107 () {32 vars in 717 bytes} [Wed Jun 10 09:54:10 2026] GET /v2.0/ports/b4f4ca5e-57af-4c51-bfd9-771a975e8eea => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1730] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:54:10 2026] DELETE /v2.0/subnets/b7765b25-0817-4c29-95ac-e528e0c11a80 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:54:10.864 7 INFO neutron.services.segments.plugin [-] Segment 4c6d5133-680e-405c-9d87-43ac76fa2248 resource provider aggregate not found 2026-06-10 09:54:10.868 7 INFO neutron.services.segments.plugin [-] Segment 4c6d5133-680e-405c-9d87-43ac76fa2248 resource provider aggregate not found 2026-06-10 09:54:10.886 7 INFO neutron.services.segments.plugin [-] Segment 4c6d5133-680e-405c-9d87-43ac76fa2248 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c6d5133-680e-405c-9d87-43ac76fa2248 found for delete ", "request_id": "req-6c9afd32-037b-4536-af5d-bb95370accca"}]} 2026-06-10 09:54:10.890 7 INFO neutron.services.segments.plugin [-] Segment 4c6d5133-680e-405c-9d87-43ac76fa2248 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c6d5133-680e-405c-9d87-43ac76fa2248 found for delete ", "request_id": "req-9f5ab958-f47a-4823-bb96-77cc6dc1971e"}]} [pid: 7|app: 0|req: 941/1731] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:54:10 2026] DELETE /v2.0/networks/cfb018b7-0a3e-4ba6-844e-04eb7839bed6 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1732] 10.0.0.107 () {34 vars in 665 bytes} [Wed Jun 10 09:54:10 2026] POST /v2.0/ports => generated 775 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1733] 10.0.0.107 () {34 vars in 737 bytes} [Wed Jun 10 09:54:11 2026] PUT /v2.0/ports/633456f6-9143-4ccc-a4dd-37d36ac539af => generated 752 bytes in 216 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-06-10 09:54:11.527 8 INFO neutron_taas.services.taas.taas_plugin [None req-e478cc3d-548b-4717-8a23-07e9b2418efe 69bc73fc7a4d474098b60b3bcfca65e1 ad94e66abbc14c62ab0ab2d5dc9eb958 - - default default] TaaS: Handle Delete Port: 633456f6-9143-4ccc-a4dd-37d36ac539af 2026-06-10 09:54:11.531 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e478cc3d-548b-4717-8a23-07e9b2418efe 69bc73fc7a4d474098b60b3bcfca65e1 ad94e66abbc14c62ab0ab2d5dc9eb958 - - default default] Tap Mirror: Handle Delete Port: 633456f6-9143-4ccc-a4dd-37d36ac539af [pid: 8|app: 0|req: 792/1734] 10.0.0.107 () {32 vars in 720 bytes} [Wed Jun 10 09:54:11 2026] DELETE /v2.0/ports/633456f6-9143-4ccc-a4dd-37d36ac539af => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 943/1735] 10.0.0.107 () {32 vars in 643 bytes} [Wed Jun 10 09:54:11 2026] GET /v2.0/ports => generated 776 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:54:11.668 8 INFO neutron.pecan_wsgi.hooks.translation [None req-47aaac2c-9325-46ee-8e0f-ab8e9f1cc293 69bc73fc7a4d474098b60b3bcfca65e1 ad94e66abbc14c62ab0ab2d5dc9eb958 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 793/1736] 10.0.0.107 () {32 vars in 717 bytes} [Wed Jun 10 09:54:11 2026] GET /v2.0/ports/633456f6-9143-4ccc-a4dd-37d36ac539af => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1737] 10.0.0.107 () {32 vars in 643 bytes} [Wed Jun 10 09:54:11 2026] GET /v2.0/ports => generated 776 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1738] 10.0.0.107 () {32 vars in 717 bytes} [Wed Jun 10 09:54:11 2026] GET /v2.0/ports/1c7bcdd2-ada4-444a-841b-eb6ddfc40f93 => generated 773 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:54:11.778 7 INFO neutron.pecan_wsgi.hooks.translation [None req-023713dc-9450-411b-a27a-b4b3a9aa5399 69bc73fc7a4d474098b60b3bcfca65e1 ad94e66abbc14c62ab0ab2d5dc9eb958 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 945/1739] 10.0.0.107 () {32 vars in 720 bytes} [Wed Jun 10 09:54:11 2026] DELETE /v2.0/ports/b4f4ca5e-57af-4c51-bfd9-771a975e8eea => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:54:11.799 8 INFO neutron.pecan_wsgi.hooks.translation [None req-20c9b50b-c758-42f1-b7a5-b4f2553ca778 69bc73fc7a4d474098b60b3bcfca65e1 ad94e66abbc14c62ab0ab2d5dc9eb958 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 795/1740] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:54:11 2026] DELETE /v2.0/subnets/b7765b25-0817-4c29-95ac-e528e0c11a80 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:54:11.824 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b482be04-aa08-46c2-b65e-8c7ac1ee8db0 69bc73fc7a4d474098b60b3bcfca65e1 ad94e66abbc14c62ab0ab2d5dc9eb958 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 946/1741] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:54:11 2026] DELETE /v2.0/subnets/2c7c55ce-95ac-4edc-9d13-a1a750c2421a => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:54:11.925 8 INFO neutron_taas.services.taas.taas_plugin [None req-81d2ad9c-71de-497d-a95b-c69e2096a471 69bc73fc7a4d474098b60b3bcfca65e1 ad94e66abbc14c62ab0ab2d5dc9eb958 - - default default] TaaS: Handle Delete Port: 1c7bcdd2-ada4-444a-841b-eb6ddfc40f93 2026-06-10 09:54:11.928 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81d2ad9c-71de-497d-a95b-c69e2096a471 69bc73fc7a4d474098b60b3bcfca65e1 ad94e66abbc14c62ab0ab2d5dc9eb958 - - default default] Tap Mirror: Handle Delete Port: 1c7bcdd2-ada4-444a-841b-eb6ddfc40f93 [pid: 8|app: 0|req: 796/1742] 10.0.0.107 () {32 vars in 720 bytes} [Wed Jun 10 09:54:11 2026] DELETE /v2.0/ports/1c7bcdd2-ada4-444a-841b-eb6ddfc40f93 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1743] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:54:12 2026] DELETE /v2.0/networks/a44b8c0c-e608-4df5-89ad-bdacec9d06f7 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1746] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:54:12 2026] GET /v2.0/security-groups?tenant_id=ad94e66abbc14c62ab0ab2d5dc9eb958&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:54:12.907 7 INFO neutron.services.segments.plugin [-] Segment f28f9ca3-dd7b-4deb-8c58-51eda2353bff resource provider aggregate not found 2026-06-10 09:54:12.908 7 INFO neutron.services.segments.plugin [-] Segment f28f9ca3-dd7b-4deb-8c58-51eda2353bff resource provider aggregate not found 2026-06-10 09:54:12.935 7 INFO neutron.services.segments.plugin [-] Segment f28f9ca3-dd7b-4deb-8c58-51eda2353bff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f28f9ca3-dd7b-4deb-8c58-51eda2353bff found for delete ", "request_id": "req-d9ed7701-e032-4262-96c2-0d7845a49548"}]} 2026-06-10 09:54:12.935 7 INFO neutron.services.segments.plugin [-] Segment f28f9ca3-dd7b-4deb-8c58-51eda2353bff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f28f9ca3-dd7b-4deb-8c58-51eda2353bff found for delete ", "request_id": "req-97e38b51-9273-4a36-8357-43640bca4699"}]} [pid: 8|app: 0|req: 798/1747] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:54:12 2026] DELETE /v2.0/security-groups/47433d2a-28c9-4a50-83c4-abc22aa0b3e2 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:54:13.379 7 INFO neutron.db.segments_db [None req-d4cf7c6c-4b12-4370-ab05-106695ce9fc1 64cf3ed1ad644b37a156fd0e320c3eab 934ee399d6a346098167b52b29397f5b - - default default] Added segment 67a462af-a01d-41dd-8c53-31b1a9c7978d of type vxlan for network dc8f0a7c-fa5e-4422-8510-779715f67245 2026-06-10 09:54:13.643 7 INFO neutron.db.l3_hamode_db [None req-d4cf7c6c-4b12-4370-ab05-106695ce9fc1 64cf3ed1ad644b37a156fd0e320c3eab 934ee399d6a346098167b52b29397f5b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:54:13.775 7 INFO neutron.db.l3_hamode_db [None req-d4cf7c6c-4b12-4370-ab05-106695ce9fc1 64cf3ed1ad644b37a156fd0e320c3eab 934ee399d6a346098167b52b29397f5b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 950/1748] 10.0.0.107 () {34 vars in 668 bytes} [Wed Jun 10 09:54:13 2026] POST /v2.0/routers => generated 474 bytes in 1098 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1749] 10.0.0.107 () {34 vars in 751 bytes} [Wed Jun 10 09:54:14 2026] PUT /v2.0/routers/47d129ec-8ac2-4cf7-bec2-25223489bfe3/tags => generated 25 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1750] 10.0.0.107 () {32 vars in 731 bytes} [Wed Jun 10 09:54:14 2026] GET /v2.0/routers/47d129ec-8ac2-4cf7-bec2-25223489bfe3/tags => generated 25 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1751] 10.0.0.107 () {34 vars in 762 bytes} [Wed Jun 10 09:54:14 2026] PUT /v2.0/routers/47d129ec-8ac2-4cf7-bec2-25223489bfe3/tags/green => generated 4 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1752] 10.0.0.107 () {32 vars in 731 bytes} [Wed Jun 10 09:54:14 2026] GET /v2.0/routers/47d129ec-8ac2-4cf7-bec2-25223489bfe3/tags => generated 34 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1753] 10.0.0.107 () {34 vars in 758 bytes} [Wed Jun 10 09:54:14 2026] PUT /v2.0/routers/47d129ec-8ac2-4cf7-bec2-25223489bfe3/tags/red => generated 4 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1754] 10.0.0.107 () {32 vars in 731 bytes} [Wed Jun 10 09:54:14 2026] GET /v2.0/routers/47d129ec-8ac2-4cf7-bec2-25223489bfe3/tags => generated 34 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1755] 10.0.0.107 () {34 vars in 684 bytes} [Wed Jun 10 09:54:14 2026] POST /v2.0/security-groups => generated 1624 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1756] 10.0.0.107 () {34 vars in 780 bytes} [Wed Jun 10 09:54:15 2026] PUT /v2.0/routers/47d129ec-8ac2-4cf7-bec2-25223489bfe3/tags/black.or.white => generated 4 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1757] 10.0.0.107 () {32 vars in 663 bytes} [Wed Jun 10 09:54:15 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: 956/1758] 10.0.0.107 () {32 vars in 731 bytes} [Wed Jun 10 09:54:15 2026] GET /v2.0/routers/47d129ec-8ac2-4cf7-bec2-25223489bfe3/tags => generated 52 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1759] 10.0.0.107 () {34 vars in 758 bytes} [Wed Jun 10 09:54:15 2026] PUT /v2.0/security-groups/d75d0758-5604-4011-bc6a-819f842ae74a => generated 1663 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1760] 10.0.0.107 () {32 vars in 737 bytes} [Wed Jun 10 09:54:15 2026] GET /v2.0/security-groups/d75d0758-5604-4011-bc6a-819f842ae74a => generated 1663 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1761] 10.0.0.107 () {34 vars in 751 bytes} [Wed Jun 10 09:54:15 2026] PUT /v2.0/routers/47d129ec-8ac2-4cf7-bec2-25223489bfe3/tags => generated 37 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1762] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:54:15 2026] DELETE /v2.0/security-groups/d75d0758-5604-4011-bc6a-819f842ae74a => 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: 806/1763] 10.0.0.107 () {32 vars in 663 bytes} [Wed Jun 10 09:54:15 2026] GET /v2.0/security-groups => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:54:15.477 8 INFO neutron.api.v2.resource [None req-70aec7a4-0032-47cd-aad8-28dbeb8bb0f4 3c74d58a95e14358a39c1ec50a70366d 0be0dc3d55a94435b1f46284eceb5048 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 807/1764] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:54:15 2026] DELETE /v2.0/security-groups/d75d0758-5604-4011-bc6a-819f842ae74a => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1765] 10.0.0.107 () {32 vars in 731 bytes} [Wed Jun 10 09:54:15 2026] GET /v2.0/routers/47d129ec-8ac2-4cf7-bec2-25223489bfe3/tags => generated 37 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1766] 10.0.0.107 () {34 vars in 684 bytes} [Wed Jun 10 09:54:15 2026] POST /v2.0/security-groups => generated 1624 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1767] 10.0.0.107 () {32 vars in 739 bytes} [Wed Jun 10 09:54:15 2026] GET /v2.0/routers/47d129ec-8ac2-4cf7-bec2-25223489bfe3/tags/red => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:54:15.704 7 INFO neutron.api.v2.resource [None req-1ea708e9-bf1a-4d70-8066-83da5e0a2611 64cf3ed1ad644b37a156fd0e320c3eab 934ee399d6a346098167b52b29397f5b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 960/1768] 10.0.0.107 () {32 vars in 743 bytes} [Wed Jun 10 09:54:15 2026] GET /v2.0/routers/47d129ec-8ac2-4cf7-bec2-25223489bfe3/tags/green => generated 99 bytes in 88 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1769] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:54:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1770] 10.0.0.107 () {32 vars in 747 bytes} [Wed Jun 10 09:54:15 2026] GET /v2.0/security-group-rules/476ab8d4-4fa4-4ec0-8058-dedd790a8d71 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1771] 10.0.0.107 () {32 vars in 673 bytes} [Wed Jun 10 09:54:15 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1772] 10.0.0.107 () {32 vars in 742 bytes} [Wed Jun 10 09:54:15 2026] DELETE /v2.0/routers/47d129ec-8ac2-4cf7-bec2-25223489bfe3/tags/red => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1773] 10.0.0.107 () {32 vars in 750 bytes} [Wed Jun 10 09:54:15 2026] DELETE /v2.0/security-group-rules/476ab8d4-4fa4-4ec0-8058-dedd790a8d71 => 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: 813/1774] 10.0.0.107 () {32 vars in 673 bytes} [Wed Jun 10 09:54:15 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1775] 10.0.0.107 () {32 vars in 731 bytes} [Wed Jun 10 09:54:15 2026] GET /v2.0/routers/47d129ec-8ac2-4cf7-bec2-25223489bfe3/tags => generated 30 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1776] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:54:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:54:16.079 7 INFO neutron.api.v2.resource [None req-c432cf2f-fcca-43ce-8828-4ffdd275ed1d 64cf3ed1ad644b37a156fd0e320c3eab 934ee399d6a346098167b52b29397f5b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 963/1777] 10.0.0.107 () {32 vars in 746 bytes} [Wed Jun 10 09:54:15 2026] DELETE /v2.0/routers/47d129ec-8ac2-4cf7-bec2-25223489bfe3/tags/green => generated 99 bytes in 108 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1778] 10.0.0.107 () {32 vars in 747 bytes} [Wed Jun 10 09:54:16 2026] GET /v2.0/security-group-rules/510b8faf-de67-4df3-b02a-0b6d6bc4881e => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1779] 10.0.0.107 () {32 vars in 673 bytes} [Wed Jun 10 09:54:16 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1780] 10.0.0.107 () {32 vars in 734 bytes} [Wed Jun 10 09:54:16 2026] DELETE /v2.0/routers/47d129ec-8ac2-4cf7-bec2-25223489bfe3/tags => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1781] 10.0.0.107 () {32 vars in 750 bytes} [Wed Jun 10 09:54:16 2026] DELETE /v2.0/security-group-rules/510b8faf-de67-4df3-b02a-0b6d6bc4881e => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1782] 10.0.0.107 () {32 vars in 673 bytes} [Wed Jun 10 09:54:16 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:54:16.330 8 INFO neutron.db.securitygroups_db [None req-d63f1648-1449-45a6-8809-c2959a57bd5a 3c74d58a95e14358a39c1ec50a70366d 0be0dc3d55a94435b1f46284eceb5048 - - default default] Project 0be0dc3d55a94435b1f46284eceb5048 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: 965/1783] 10.0.0.107 () {32 vars in 731 bytes} [Wed Jun 10 09:54:16 2026] GET /v2.0/routers/47d129ec-8ac2-4cf7-bec2-25223489bfe3/tags => generated 12 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1784] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:54:16 2026] POST /v2.0/security-group-rules => generated 607 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1785] 10.0.0.107 () {32 vars in 721 bytes} [Wed Jun 10 09:54:16 2026] GET /v2.0/routers/47d129ec-8ac2-4cf7-bec2-25223489bfe3 => generated 480 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1786] 10.0.0.107 () {32 vars in 747 bytes} [Wed Jun 10 09:54:16 2026] GET /v2.0/security-group-rules/af3d7adb-55e0-42cd-995e-7dd81ee15e45 => generated 607 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1787] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:16 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1788] 10.0.0.107 () {32 vars in 673 bytes} [Wed Jun 10 09:54:16 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1789] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:54:16 2026] GET /v2.0/security-groups?id=c5fe5729-3fae-4735-af35-d980fb64567f&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1790] 10.0.0.107 () {32 vars in 750 bytes} [Wed Jun 10 09:54:16 2026] DELETE /v2.0/security-group-rules/af3d7adb-55e0-42cd-995e-7dd81ee15e45 => 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: 824/1791] 10.0.0.107 () {32 vars in 673 bytes} [Wed Jun 10 09:54:16 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1792] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:54:16 2026] DELETE /v2.0/security-groups/03824709-2959-41c8-a9a9-9e0d79c7ac14 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1793] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:16 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1794] 10.0.0.107 () {32 vars in 663 bytes} [Wed Jun 10 09:54:16 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1795] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:54:16 2026] GET /v2.0/security-groups?id=c5fe5729-3fae-4735-af35-d980fb64567f&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1796] 10.0.0.107 () {32 vars in 663 bytes} [Wed Jun 10 09:54:16 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1797] 10.0.0.107 () {34 vars in 742 bytes} [Wed Jun 10 09:54:16 2026] PUT /v2.0/routers/47d129ec-8ac2-4cf7-bec2-25223489bfe3 => generated 480 bytes in 523 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1798] 10.0.0.107 () {32 vars in 736 bytes} [Wed Jun 10 09:54:16 2026] GET /v2.0/ports?device_id=47d129ec-8ac2-4cf7-bec2-25223489bfe3 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:54:17.160 7 INFO neutron_taas.services.taas.taas_plugin [None req-49b7b4c3-b6b8-4379-8838-969ff013e377 64cf3ed1ad644b37a156fd0e320c3eab 934ee399d6a346098167b52b29397f5b - - default default] TaaS: Handle Delete Port: 26b1f064-3147-4e9f-a512-7a5f68196f98 2026-06-10 09:54:17.162 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49b7b4c3-b6b8-4379-8838-969ff013e377 64cf3ed1ad644b37a156fd0e320c3eab 934ee399d6a346098167b52b29397f5b - - default default] Tap Mirror: Handle Delete Port: 26b1f064-3147-4e9f-a512-7a5f68196f98 [pid: 8|app: 0|req: 831/1799] 10.0.0.109 () {34 vars in 1016 bytes} [Wed Jun 10 09:54:17 2026] GET /v2.0/security-groups?id=fbbcba79-9c08-4c80-b5e0-cbff80fb8ef9&fields=id => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1800] 10.0.0.109 () {34 vars in 982 bytes} [Wed Jun 10 09:54:17 2026] GET /v2.0/networks?id=9776ee07-ddf7-44ea-a120-addab3936432 => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1801] 10.0.0.109 () {34 vars in 965 bytes} [Wed Jun 10 09:54:17 2026] GET /v2.0/quotas/ab0a8dc3780c4074a444f22bcf10c177 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1802] 10.0.0.109 () {34 vars in 1002 bytes} [Wed Jun 10 09:54:17 2026] GET /v2.0/ports?tenant_id=ab0a8dc3780c4074a444f22bcf10c177&fields=id => generated 149 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1803] 10.0.0.109 () {34 vars in 1008 bytes} [Wed Jun 10 09:54:17 2026] GET /v2.0/networks/9776ee07-ddf7-44ea-a120-addab3936432?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: 836/1804] 10.0.0.109 () {34 vars in 1108 bytes} [Wed Jun 10 09:54:17 2026] GET /v2.0/networks/9776ee07-ddf7-44ea-a120-addab3936432?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:54:17.542 7 INFO neutron.services.segments.plugin [-] Segment 67a462af-a01d-41dd-8c53-31b1a9c7978d resource provider aggregate not found 2026-06-10 09:54:17.546 7 INFO neutron.services.segments.plugin [-] Segment 67a462af-a01d-41dd-8c53-31b1a9c7978d resource provider aggregate not found 2026-06-10 09:54:17.564 7 INFO neutron.services.segments.plugin [-] Segment 67a462af-a01d-41dd-8c53-31b1a9c7978d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67a462af-a01d-41dd-8c53-31b1a9c7978d found for delete ", "request_id": "req-4f992106-8539-4b18-8d85-ce8b8c1bb33b"}]} 2026-06-10 09:54:17.564 7 INFO neutron.db.l3_hamode_db [None req-49b7b4c3-b6b8-4379-8838-969ff013e377 64cf3ed1ad644b37a156fd0e320c3eab 934ee399d6a346098167b52b29397f5b - - default default] HA network dc8f0a7c-fa5e-4422-8510-779715f67245 was deleted as no HA routers are present in tenant 934ee399d6a346098167b52b29397f5b. 2026-06-10 09:54:17.572 7 INFO neutron.services.segments.plugin [-] Segment 67a462af-a01d-41dd-8c53-31b1a9c7978d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67a462af-a01d-41dd-8c53-31b1a9c7978d found for delete ", "request_id": "req-e6c84380-d375-4752-9f4d-1ebd3107ce6d"}]} [pid: 7|app: 0|req: 969/1805] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:54:16 2026] DELETE /v2.0/routers/47d129ec-8ac2-4cf7-bec2-25223489bfe3 => generated 0 bytes in 588 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1806] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:54:17 2026] GET /v2.0/security-groups?tenant_id=0be0dc3d55a94435b1f46284eceb5048&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1807] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:54:17 2026] DELETE /v2.0/security-groups/c035a8d6-8948-4c64-8355-a7b743282dcd => 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: 838/1808] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:17 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => 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: 971/1809] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:54:18 2026] GET /v2.0/security-groups?id=c5fe5729-3fae-4735-af35-d980fb64567f&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: 839/1810] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:18 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => 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: 840/1811] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:18 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => 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: 972/1812] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:54:18 2026] GET /v2.0/security-groups?tenant_id=934ee399d6a346098167b52b29397f5b&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1813] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:54:18 2026] DELETE /v2.0/security-groups/ef0d9d6b-52ac-4746-80ee-9a1ec71f083b => 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: 973/1814] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:54:18 2026] GET /v2.0/security-groups?tenant_id=8ef59c36879546609b05b8e0b90573fc&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1815] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:54:18 2026] DELETE /v2.0/security-groups/be87204a-48ab-469c-8268-7fb317f1ddf1 => 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: 843/1816] 199.19.213.96 () {34 vars in 993 bytes} [Wed Jun 10 09:54:19 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1817] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:19 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1818] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:54:19 2026] GET /v2.0/security-groups?id=c5fe5729-3fae-4735-af35-d980fb64567f&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-06-10 09:54:19.325 8 INFO neutron_taas.services.taas.taas_plugin [req-c3685c13-7d5c-4148-a847-518d60a1bd77 req-456f583b-4e85-426f-9007-0ea87a71898d abdf467f9d3d4316a363eee340510f20 77d8b5229bfa427e8c6df47f2ee087ab - - default default] TaaS: Handle Delete Port: 3d3f2733-5bbb-4246-bb40-b036052f3867 2026-06-10 09:54:19.328 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c3685c13-7d5c-4148-a847-518d60a1bd77 req-456f583b-4e85-426f-9007-0ea87a71898d abdf467f9d3d4316a363eee340510f20 77d8b5229bfa427e8c6df47f2ee087ab - - default default] Tap Mirror: Handle Delete Port: 3d3f2733-5bbb-4246-bb40-b036052f3867 2026-06-10 09:54:19.462 8 INFO neutron.db.l3_db [req-c3685c13-7d5c-4148-a847-518d60a1bd77 req-456f583b-4e85-426f-9007-0ea87a71898d abdf467f9d3d4316a363eee340510f20 77d8b5229bfa427e8c6df47f2ee087ab - - default default] Floating IP a93072af-09bd-416c-a4b8-412761dc2d0a disassociated. External IP: 10.96.250.211, port: 3d3f2733-5bbb-4246-bb40-b036052f3867. [pid: 8|app: 0|req: 844/1819] 199.19.213.96 () {36 vars in 996 bytes} [Wed Jun 10 09:54:19 2026] DELETE /v2.0/ports/3d3f2733-5bbb-4246-bb40-b036052f3867 => generated 0 bytes in 664 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:54:19.930 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d85fc32f-0591-4f37-8ec1-c2476c4ae697'] response: {'server_uuid': '8c4493bb-92ab-4cb8-b797-05597282b7e6', 'name': 'network-vif-deleted', 'tag': '3d3f2733-5bbb-4246-bb40-b036052f3867', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 976/1820] 10.0.0.107 () {34 vars in 684 bytes} [Wed Jun 10 09:54:19 2026] POST /v2.0/security-groups => generated 1624 bytes in 489 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1821] 10.0.0.107 () {32 vars in 663 bytes} [Wed Jun 10 09:54:20 2026] GET /v2.0/security-groups => generated 4529 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1822] 10.0.0.107 () {34 vars in 758 bytes} [Wed Jun 10 09:54:20 2026] PUT /v2.0/security-groups/c81d1ef7-aff4-4b7d-97c0-a5c026ca5212 => generated 1664 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1823] 10.0.0.107 () {32 vars in 737 bytes} [Wed Jun 10 09:54:20 2026] GET /v2.0/security-groups/c81d1ef7-aff4-4b7d-97c0-a5c026ca5212 => generated 1664 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1824] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:54:20 2026] DELETE /v2.0/security-groups/c81d1ef7-aff4-4b7d-97c0-a5c026ca5212 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1825] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:20 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1826] 10.0.0.107 () {32 vars in 663 bytes} [Wed Jun 10 09:54:20 2026] GET /v2.0/security-groups => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:54:20.439 8 INFO neutron.api.v2.resource [None req-39f9c245-480c-4083-8f2b-012546f59df7 0a5557b4d8584989ae365790ababfb3b f04af6f4a3df40c4ae567a9c5060dfd8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 848/1827] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:54:20 2026] DELETE /v2.0/security-groups/c81d1ef7-aff4-4b7d-97c0-a5c026ca5212 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1828] 10.0.0.107 () {34 vars in 684 bytes} [Wed Jun 10 09:54:20 2026] POST /v2.0/security-groups => generated 1625 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1829] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:54:20 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: 981/1830] 10.0.0.107 () {32 vars in 747 bytes} [Wed Jun 10 09:54:20 2026] GET /v2.0/security-group-rules/94a951fe-8334-4637-aacd-c6034e05b845 => generated 601 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1831] 10.0.0.107 () {32 vars in 673 bytes} [Wed Jun 10 09:54:20 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1832] 10.0.0.107 () {32 vars in 750 bytes} [Wed Jun 10 09:54:20 2026] DELETE /v2.0/security-group-rules/94a951fe-8334-4637-aacd-c6034e05b845 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1833] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:20 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => 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: 851/1834] 10.0.0.107 () {32 vars in 673 bytes} [Wed Jun 10 09:54:20 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1835] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:20 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => 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: 984/1836] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:54:20 2026] POST /v2.0/security-group-rules => generated 601 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1837] 10.0.0.107 () {32 vars in 747 bytes} [Wed Jun 10 09:54:21 2026] GET /v2.0/security-group-rules/c226e93c-62a4-459c-a6e4-ba3f79246c8f => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1838] 10.0.0.107 () {32 vars in 673 bytes} [Wed Jun 10 09:54:21 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1839] 10.0.0.107 () {32 vars in 750 bytes} [Wed Jun 10 09:54:21 2026] DELETE /v2.0/security-group-rules/c226e93c-62a4-459c-a6e4-ba3f79246c8f => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1840] 10.0.0.107 () {32 vars in 673 bytes} [Wed Jun 10 09:54:21 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1841] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:54:21 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: 7|app: 0|req: 987/1842] 10.0.0.107 () {32 vars in 747 bytes} [Wed Jun 10 09:54:21 2026] GET /v2.0/security-group-rules/b8944ad2-062d-4229-ac0f-81e914ee9f1a => generated 602 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1843] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:21 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => 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: 856/1844] 10.0.0.107 () {32 vars in 673 bytes} [Wed Jun 10 09:54:21 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1845] 10.0.0.107 () {32 vars in 750 bytes} [Wed Jun 10 09:54:21 2026] DELETE /v2.0/security-group-rules/b8944ad2-062d-4229-ac0f-81e914ee9f1a => 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: 857/1846] 10.0.0.107 () {32 vars in 673 bytes} [Wed Jun 10 09:54:21 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1847] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:54:21 2026] DELETE /v2.0/security-groups/e0bfaecc-688b-4a78-85df-0d67aa1912de => 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: 858/1848] 10.0.0.107 () {32 vars in 663 bytes} [Wed Jun 10 09:54:21 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1849] 10.0.0.107 () {32 vars in 663 bytes} [Wed Jun 10 09:54:21 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1850] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:54:22 2026] GET /v2.0/networks?id=9776ee07-ddf7-44ea-a120-addab3936432 => generated 735 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1851] 199.19.213.96 () {34 vars in 1049 bytes} [Wed Jun 10 09:54:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ab0a8dc3780c4074a444f22bcf10c177 => generated 343 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1852] 10.0.0.107 () {34 vars in 684 bytes} [Wed Jun 10 09:54:21 2026] POST /v2.0/security-groups => generated 1601 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1853] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:54:22 2026] GET /v2.0/security-groups?tenant_id=f04af6f4a3df40c4ae567a9c5060dfd8&name=default => generated 2925 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1854] 199.19.213.96 () {38 vars in 954 bytes} [Wed Jun 10 09:54:22 2026] POST /v2.0/ports => generated 1082 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 861/1855] 10.0.0.107 () {34 vars in 767 bytes} [Wed Jun 10 09:54:22 2026] PUT /v2.0/security-groups/56c291ff-c687-4550-94ef-7d9f6fad503f/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1856] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:54:22 2026] DELETE /v2.0/security-groups/4fc6d7a3-7265-4752-9b0f-e76e4c82eec5 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1857] 10.0.0.107 () {32 vars in 747 bytes} [Wed Jun 10 09:54:22 2026] GET /v2.0/security-groups/56c291ff-c687-4550-94ef-7d9f6fad503f/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1858] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:22 2026] GET /v2.0/ports?device_id=8c4493bb-92ab-4cb8-b797-05597282b7e6 => 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: 998/1859] 10.0.0.107 () {34 vars in 778 bytes} [Wed Jun 10 09:54:22 2026] PUT /v2.0/security-groups/56c291ff-c687-4550-94ef-7d9f6fad503f/tags/green => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1860] 10.0.0.107 () {32 vars in 747 bytes} [Wed Jun 10 09:54:22 2026] GET /v2.0/security-groups/56c291ff-c687-4550-94ef-7d9f6fad503f/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1861] 10.0.0.107 () {34 vars in 774 bytes} [Wed Jun 10 09:54:22 2026] PUT /v2.0/security-groups/56c291ff-c687-4550-94ef-7d9f6fad503f/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1862] 10.0.0.107 () {32 vars in 747 bytes} [Wed Jun 10 09:54:22 2026] GET /v2.0/security-groups/56c291ff-c687-4550-94ef-7d9f6fad503f/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1863] 10.0.0.107 () {34 vars in 796 bytes} [Wed Jun 10 09:54:22 2026] PUT /v2.0/security-groups/56c291ff-c687-4550-94ef-7d9f6fad503f/tags/black.or.white => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1864] 10.0.0.107 () {32 vars in 747 bytes} [Wed Jun 10 09:54:22 2026] GET /v2.0/security-groups/56c291ff-c687-4550-94ef-7d9f6fad503f/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1865] 199.19.213.96 () {38 vars in 1027 bytes} [Wed Jun 10 09:54:22 2026] PUT /v2.0/ports/83aba15a-78a6-49cf-819f-a13a62432047 => generated 1243 bytes in 438 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1866] 10.0.0.107 () {34 vars in 767 bytes} [Wed Jun 10 09:54:22 2026] PUT /v2.0/security-groups/56c291ff-c687-4550-94ef-7d9f6fad503f/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 09:54:22.987 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-323ec8c1-e9cc-48ed-b37c-f1b52986dc06'] response: {'name': 'network-changed', 'server_uuid': 'f5ddd679-5bba-4fb3-a14a-f2139a5130e0', 'tag': '83aba15a-78a6-49cf-819f-a13a62432047', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 863/1867] 10.0.0.107 () {32 vars in 747 bytes} [Wed Jun 10 09:54:22 2026] GET /v2.0/security-groups/56c291ff-c687-4550-94ef-7d9f6fad503f/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1868] 10.0.0.107 () {32 vars in 755 bytes} [Wed Jun 10 09:54:23 2026] GET /v2.0/security-groups/56c291ff-c687-4550-94ef-7d9f6fad503f/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:54:23.078 8 INFO neutron.api.v2.resource [None req-cac98b55-5393-42cc-9e3f-917f709241b9 0cd074194797427bbb7442e53647b084 73cb48780a04457483b8880264b376b7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 864/1869] 10.0.0.107 () {32 vars in 759 bytes} [Wed Jun 10 09:54:23 2026] GET /v2.0/security-groups/56c291ff-c687-4550-94ef-7d9f6fad503f/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1870] 10.0.0.107 () {32 vars in 758 bytes} [Wed Jun 10 09:54:23 2026] DELETE /v2.0/security-groups/56c291ff-c687-4550-94ef-7d9f6fad503f/tags/red => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1871] 10.0.0.107 () {32 vars in 747 bytes} [Wed Jun 10 09:54:23 2026] GET /v2.0/security-groups/56c291ff-c687-4550-94ef-7d9f6fad503f/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:54:23.256 7 INFO neutron.api.v2.resource [None req-6471cf6e-614d-45cc-9e29-6002529a861e 0cd074194797427bbb7442e53647b084 73cb48780a04457483b8880264b376b7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1007/1872] 10.0.0.107 () {32 vars in 762 bytes} [Wed Jun 10 09:54:23 2026] DELETE /v2.0/security-groups/56c291ff-c687-4550-94ef-7d9f6fad503f/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: 866/1873] 10.0.0.107 () {32 vars in 750 bytes} [Wed Jun 10 09:54:23 2026] DELETE /v2.0/security-groups/56c291ff-c687-4550-94ef-7d9f6fad503f/tags => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1874] 10.0.0.107 () {32 vars in 747 bytes} [Wed Jun 10 09:54:23 2026] GET /v2.0/security-groups/56c291ff-c687-4550-94ef-7d9f6fad503f/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1875] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:54:23 2026] DELETE /v2.0/security-groups/56c291ff-c687-4550-94ef-7d9f6fad503f => 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: 1009/1876] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:54:23 2026] GET /v2.0/ports?tenant_id=ab0a8dc3780c4074a444f22bcf10c177&device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1877] 199.19.213.96 () {34 vars in 1017 bytes} [Wed Jun 10 09:54:23 2026] GET /v2.0/networks?tenant_id=ab0a8dc3780c4074a444f22bcf10c177&shared=False => generated 735 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1878] 199.19.213.96 () {34 vars in 929 bytes} [Wed Jun 10 09:54:23 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1879] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:54:23 2026] DELETE /v2.0/security-groups/c5fe5729-3fae-4735-af35-d980fb64567f => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:54:23.846 7 INFO neutron.api.v2.resource [None req-24327e97-4f18-4f4c-862e-39ef1e09b9bd abdf467f9d3d4316a363eee340510f20 77d8b5229bfa427e8c6df47f2ee087ab - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1011/1880] 10.0.0.107 () {32 vars in 737 bytes} [Wed Jun 10 09:54:23 2026] GET /v2.0/security-groups/c5fe5729-3fae-4735-af35-d980fb64567f => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:54:23.947 8 INFO neutron_taas.services.taas.taas_plugin [None req-5d7ffba2-97ed-4cad-9ccb-bf81dd6922bb abdf467f9d3d4316a363eee340510f20 77d8b5229bfa427e8c6df47f2ee087ab - - default default] TaaS: Handle Delete Port: fbd6fd87-d919-4f10-b16e-39efdb6f3ce0 2026-06-10 09:54:23.950 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d7ffba2-97ed-4cad-9ccb-bf81dd6922bb abdf467f9d3d4316a363eee340510f20 77d8b5229bfa427e8c6df47f2ee087ab - - default default] Tap Mirror: Handle Delete Port: fbd6fd87-d919-4f10-b16e-39efdb6f3ce0 [pid: 7|app: 0|req: 1012/1881] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:23 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1882] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:54:24 2026] GET /v2.0/security-groups?id=fbbcba79-9c08-4c80-b5e0-cbff80fb8ef9&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1883] 10.0.0.107 () {32 vars in 732 bytes} [Wed Jun 10 09:54:23 2026] DELETE /v2.0/floatingips/a93072af-09bd-416c-a4b8-412761dc2d0a => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1884] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:24 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 1246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1885] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:54:24 2026] GET /v2.0/security-groups?tenant_id=73cb48780a04457483b8880264b376b7&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1886] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:54:24 2026] DELETE /v2.0/security-groups/7febf6d2-fbec-4073-b649-f2d27069ab2e => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:54:24.528 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ecbf038-7b53-477b-8f18-740c87244342 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: eea8b402-eb44-48c0-afd1-1af2dfe04f66 2026-06-10 09:54:24.531 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ecbf038-7b53-477b-8f18-740c87244342 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: eea8b402-eb44-48c0-afd1-1af2dfe04f66 [pid: 8|app: 0|req: 874/1887] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:54:24 2026] GET /v2.0/security-groups?tenant_id=86ad1f513bdd4bb299cd790291b37fed&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1888] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:54:24 2026] GET /v2.0/ports?tenant_id=ab0a8dc3780c4074a444f22bcf10c177&device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 1246 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1889] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:54:24 2026] DELETE /v2.0/security-groups/d24734b2-7b60-47af-9cc6-cf8c3ad44ffd => 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: 877/1890] 199.19.213.96 () {34 vars in 1061 bytes} [Wed Jun 10 09:54:24 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.103&port_id=83aba15a-78a6-49cf-819f-a13a62432047 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1891] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:54:24 2026] GET /v2.0/subnets?id=db1fcec1-bd47-4972-bf76-3d56705e9578 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1892] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:54:24 2026] GET /v2.0/ports?network_id=9776ee07-ddf7-44ea-a120-addab3936432&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1893] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:54:24 2026] GET /v2.0/networks/9776ee07-ddf7-44ea-a120-addab3936432?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: 881/1894] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:54:24 2026] GET /v2.0/networks/9776ee07-ddf7-44ea-a120-addab3936432?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1895] 10.0.0.107 () {34 vars in 789 bytes} [Wed Jun 10 09:54:24 2026] PUT /v2.0/routers/a28c822d-55a0-4466-9933-ad9f4a49d4cc/remove_router_interface => generated 309 bytes in 958 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:54:25.314 8 INFO neutron_taas.services.taas.taas_plugin [None req-10f56c02-de8c-4717-8d01-7c527949baa8 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: 70a0570f-aab8-42dd-8673-da56f3419ea6 2026-06-10 09:54:25.318 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10f56c02-de8c-4717-8d01-7c527949baa8 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: 70a0570f-aab8-42dd-8673-da56f3419ea6 2026-06-10 09:54:25.664 8 INFO neutron_taas.services.taas.taas_plugin [None req-10f56c02-de8c-4717-8d01-7c527949baa8 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: be848a19-bafa-4172-9919-47da65c4b151 2026-06-10 09:54:25.666 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10f56c02-de8c-4717-8d01-7c527949baa8 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: be848a19-bafa-4172-9919-47da65c4b151 2026-06-10 09:54:25.933 8 INFO neutron.services.segments.plugin [-] Segment 88baf4d8-2035-4dbb-bee1-7aeb983b915b resource provider aggregate not found 2026-06-10 09:54:25.942 8 INFO neutron.services.segments.plugin [-] Segment 88baf4d8-2035-4dbb-bee1-7aeb983b915b resource provider aggregate not found [pid: 7|app: 0|req: 1015/1896] 10.0.0.136 () {32 vars in 802 bytes} [Wed Jun 10 09:54:25 2026] GET /v2.0/extensions => generated 21537 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-10 09:54:25.951 8 INFO neutron.services.segments.plugin [-] Segment 88baf4d8-2035-4dbb-bee1-7aeb983b915b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88baf4d8-2035-4dbb-bee1-7aeb983b915b found for delete ", "request_id": "req-861e1166-1205-4e69-805e-02899cd53476"}]} 2026-06-10 09:54:25.959 8 INFO neutron.services.segments.plugin [-] Segment 88baf4d8-2035-4dbb-bee1-7aeb983b915b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88baf4d8-2035-4dbb-bee1-7aeb983b915b found for delete ", "request_id": "req-8af469ec-bbd2-4073-b826-d592f46871a7"}]} 2026-06-10 09:54:25.962 8 INFO neutron.db.l3_hamode_db [None req-10f56c02-de8c-4717-8d01-7c527949baa8 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] HA network a60d5023-a51c-4e51-8dc1-c075ccd9046f was deleted as no HA routers are present in tenant 77d8b5229bfa427e8c6df47f2ee087ab. [pid: 8|app: 0|req: 882/1897] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:54:25 2026] DELETE /v2.0/routers/a28c822d-55a0-4466-9933-ad9f4a49d4cc => generated 0 bytes in 875 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1898] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:54:25 2026] DELETE /v2.0/subnets/9feb5261-b748-4f89-ae8b-5878bfad86c4 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:54:26.242 8 INFO neutron_taas.services.taas.taas_plugin [None req-2f9ccc55-07b1-4f93-ab90-327d686b9b62 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: 4663a81b-319b-41de-93f4-b3f65e37e6ea 2026-06-10 09:54:26.245 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f9ccc55-07b1-4f93-ab90-327d686b9b62 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: 4663a81b-319b-41de-93f4-b3f65e37e6ea [pid: 7|app: 0|req: 1017/1899] 10.0.0.136 () {30 vars in 724 bytes} [Wed Jun 10 09:54:26 2026] GET /v2.0/quotas/3490a249acfd42e0a30eb1f42489db30/details => generated 847 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1900] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:54:26 2026] DELETE /v2.0/networks/a5a1e91a-7fad-4b75-b66a-5d8ab036701a => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1901] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:54:26 2026] GET /v2.0/security-groups?tenant_id=77d8b5229bfa427e8c6df47f2ee087ab&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1902] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:54:26 2026] DELETE /v2.0/security-groups/4704235a-d3ea-4e53-a42c-f2c43052a4a5 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1903] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:26 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 1246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1904] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:54:26 2026] GET /v2.0/security-groups?id=fbbcba79-9c08-4c80-b5e0-cbff80fb8ef9&fields=id&fields=name => generated 96 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1905] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:27 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 1246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:54:27.974 8 INFO neutron.services.segments.plugin [-] Segment 49c7ed87-3941-48ca-a53f-9644a3888959 resource provider aggregate not found 2026-06-10 09:54:27.979 8 INFO neutron.services.segments.plugin [-] Segment 49c7ed87-3941-48ca-a53f-9644a3888959 resource provider aggregate not found 2026-06-10 09:54:27.990 8 INFO neutron.services.segments.plugin [-] Segment 49c7ed87-3941-48ca-a53f-9644a3888959 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49c7ed87-3941-48ca-a53f-9644a3888959 found for delete ", "request_id": "req-2763ce4f-9a86-43bd-8dda-6c21f425a0e3"}]} 2026-06-10 09:54:27.991 8 INFO neutron.services.segments.plugin [-] Segment 49c7ed87-3941-48ca-a53f-9644a3888959 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49c7ed87-3941-48ca-a53f-9644a3888959 found for delete ", "request_id": "req-0dc490a2-b604-492b-a3af-d713133b74f0"}]} 2026-06-10 09:54:28.858 7 INFO neutron.db.segments_db [None req-6678354e-60ae-4906-acd4-c4fb77131c11 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Added segment 49f23e15-18ac-4386-a171-2ab8adbb1121 of type vxlan for network 9f5d901d-19cc-4a8d-bb30-fd1187450210 [pid: 7|app: 0|req: 1022/1908] 10.0.0.107 () {34 vars in 671 bytes} [Wed Jun 10 09:54:28 2026] POST /v2.0/networks => generated 726 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1909] 199.19.213.96 () {34 vars in 993 bytes} [Wed Jun 10 09:54:29 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 1246 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1910] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:54:28 2026] POST /v2.0/subnets => generated 692 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1911] 199.19.213.96 () {34 vars in 1043 bytes} [Wed Jun 10 09:54:29 2026] GET /v2.0/security-groups?id=fbbcba79-9c08-4c80-b5e0-cbff80fb8ef9&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:54:29.209 8 INFO neutron.db.segments_db [None req-146b0226-e469-46b5-801b-5da7dff374b4 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Added segment 7aef6f9f-4b47-4730-a504-f84cb92e0a38 of type vxlan for network 67cea0d7-6b51-4da9-87a4-ca99f0d77679 [pid: 7|app: 0|req: 1025/1912] 10.0.0.136 () {32 vars in 802 bytes} [Wed Jun 10 09:54:29 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-10 09:54:29.491 8 INFO neutron.db.l3_hamode_db [None req-146b0226-e469-46b5-801b-5da7dff374b4 24813152f5b04d93ba2edeb14fc64ead 95fb4c6f755b48169f44214ecba8278b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1026/1913] 10.0.0.136 () {30 vars in 724 bytes} [Wed Jun 10 09:54:29 2026] GET /v2.0/quotas/3490a249acfd42e0a30eb1f42489db30/details => generated 847 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/1914] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:30 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 1248 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1915] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:54:30 2026] GET /v2.0/security-groups?id=fbbcba79-9c08-4c80-b5e0-cbff80fb8ef9&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1916] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:30 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:54:30.840 8 INFO neutron.db.l3_hamode_db [None req-146b0226-e469-46b5-801b-5da7dff374b4 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 888/1917] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:54:29 2026] POST /v2.0/routers => generated 732 bytes in 2601 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1918] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:54:32 2026] GET /v2.0/security-groups?tenant_id=3490a249acfd42e0a30eb1f42489db30&name=default => generated 2925 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1919] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:54:33 2026] DELETE /v2.0/security-groups/f6639a40-e33b-4977-9cd6-1c585df07e15 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1920] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:33 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1921] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:54:33 2026] GET /v2.0/security-groups?id=fbbcba79-9c08-4c80-b5e0-cbff80fb8ef9&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1922] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:33 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1923] 10.0.0.107 () {34 vars in 783 bytes} [Wed Jun 10 09:54:31 2026] PUT /v2.0/routers/b668c083-d368-4599-831b-2f58cd5463b5/add_router_interface => generated 309 bytes in 1864 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1924] 10.0.0.109 () {34 vars in 982 bytes} [Wed Jun 10 09:54:34 2026] GET /v2.0/networks?id=9f5d901d-19cc-4a8d-bb30-fd1187450210 => generated 677 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/1925] 10.0.0.109 () {34 vars in 965 bytes} [Wed Jun 10 09:54:34 2026] GET /v2.0/quotas/95fb4c6f755b48169f44214ecba8278b => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1926] 10.0.0.109 () {34 vars in 1002 bytes} [Wed Jun 10 09:54:34 2026] GET /v2.0/ports?tenant_id=95fb4c6f755b48169f44214ecba8278b&fields=id => generated 103 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1927] 10.0.0.109 () {34 vars in 1008 bytes} [Wed Jun 10 09:54:34 2026] GET /v2.0/networks/9f5d901d-19cc-4a8d-bb30-fd1187450210?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: 896/1928] 10.0.0.109 () {34 vars in 1108 bytes} [Wed Jun 10 09:54:34 2026] GET /v2.0/networks/9f5d901d-19cc-4a8d-bb30-fd1187450210?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: 1033/1929] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:35 2026] GET /v2.0/ports?device_id=3af58b78-3c05-44db-b607-fcfb8eeb8490 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1930] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:36 2026] GET /v2.0/ports?device_id=3af58b78-3c05-44db-b607-fcfb8eeb8490 => 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: 1034/1931] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:37 2026] GET /v2.0/ports?device_id=3af58b78-3c05-44db-b607-fcfb8eeb8490 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:54:38.119 8 INFO neutron.db.segments_db [None req-a04e52d1-a4d0-40f4-a599-6f22aa21dcf5 90bed4af25714a0b8fdfcafecf0481a8 ad082dc2972a4d6d9bb7bbd67dc51f60 - - default default] Added segment e8f6e581-89fd-4600-932c-d90ab0c0a19f of type vxlan for network b3c2d2d7-9537-4a12-ac85-f16071479f01 [pid: 8|app: 0|req: 898/1932] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:54:37 2026] POST /v2.0/networks => generated 613 bytes in 540 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1933] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:38 2026] GET /v2.0/ports?device_id=3af58b78-3c05-44db-b607-fcfb8eeb8490 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/1934] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:54:38 2026] POST /v2.0/subnets => generated 626 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:54:38.638 8 INFO neutron.db.segments_db [None req-f67b7f0d-06a3-414d-9ae7-6ed88bae2509 90bed4af25714a0b8fdfcafecf0481a8 ad082dc2972a4d6d9bb7bbd67dc51f60 - - default default] Added segment c021e4a3-af36-4b60-b069-4eed9da26ebb of type vxlan for network be94bd44-7c65-4df4-a514-0dcc06119820 [pid: 8|app: 0|req: 900/1935] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:54:38 2026] POST /v2.0/networks => generated 612 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/1936] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:54:38 2026] POST /v2.0/subnets => generated 629 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:54:39.183 8 INFO neutron.db.segments_db [None req-23b92007-df63-4132-bbfd-79bd18620b12 90bed4af25714a0b8fdfcafecf0481a8 ad082dc2972a4d6d9bb7bbd67dc51f60 - - default default] Added segment ec5e04a6-4f35-4f9e-b2e2-040297737abd of type vxlan for network 047a2085-9457-47c1-af12-5fcc69bbc6d1 [pid: 8|app: 0|req: 901/1937] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:54:39 2026] POST /v2.0/networks => generated 612 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1938] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:54:39 2026] GET /v2.0/networks?id=9f5d901d-19cc-4a8d-bb30-fd1187450210 => generated 677 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1939] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:39 2026] GET /v2.0/ports?device_id=3af58b78-3c05-44db-b607-fcfb8eeb8490 => 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: 1037/1940] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:54:39 2026] POST /v2.0/subnets => generated 629 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:54:39.624 7 INFO neutron.db.segments_db [None req-b76973e4-7833-4551-a373-ed34b0ba784d 90bed4af25714a0b8fdfcafecf0481a8 ad082dc2972a4d6d9bb7bbd67dc51f60 - - default default] Added segment 33f75d0c-577d-4947-a557-5c4c679f814d of type vxlan for network 46689e73-c1e0-494c-ba5c-32ce3f3b0d9c [pid: 7|app: 0|req: 1038/1941] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:54:39 2026] POST /v2.0/networks => generated 611 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1942] 199.19.213.96 () {38 vars in 954 bytes} [Wed Jun 10 09:54:39 2026] POST /v2.0/ports => generated 958 bytes in 460 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: 1039/1943] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:54:39 2026] POST /v2.0/subnets => generated 629 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:54:40.082 7 INFO neutron.db.segments_db [None req-c75bbec1-5632-4967-b589-b1c0ad3898e2 90bed4af25714a0b8fdfcafecf0481a8 ad082dc2972a4d6d9bb7bbd67dc51f60 - - default default] Added segment 46a73ce1-2bad-4020-b6ff-2f0ffa2bcb7b of type vxlan for network ab8b01d2-264a-415f-8409-a4a0fcac31f5 [pid: 7|app: 0|req: 1040/1944] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:54:40 2026] POST /v2.0/networks => generated 613 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1945] 199.19.213.96 () {38 vars in 1027 bytes} [Wed Jun 10 09:54:39 2026] PUT /v2.0/ports/b106f6f6-e223-4434-b549-be06f199671c => generated 1239 bytes in 390 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/1946] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:54:40 2026] POST /v2.0/subnets => generated 629 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:54:40.428 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-48c4ac42-f898-4793-b08c-22c9691fee0b'] response: {'name': 'network-changed', 'server_uuid': '3af58b78-3c05-44db-b607-fcfb8eeb8490', 'tag': 'b106f6f6-e223-4434-b549-be06f199671c', '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: 906/1947] 10.0.0.107 () {34 vars in 751 bytes} [Wed Jun 10 09:54:40 2026] PUT /v2.0/subnets/01a67e40-bc26-4773-bf63-b562dacd0995/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/1948] 10.0.0.107 () {34 vars in 751 bytes} [Wed Jun 10 09:54:40 2026] PUT /v2.0/subnets/b04087f0-c062-4369-b207-6e91734230fe/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1949] 10.0.0.107 () {34 vars in 751 bytes} [Wed Jun 10 09:54:40 2026] PUT /v2.0/subnets/ba2ea710-63b0-48e3-a7b6-e6637b5f0067/tags => generated 34 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/1950] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:40 2026] GET /v2.0/ports?device_id=3af58b78-3c05-44db-b607-fcfb8eeb8490 => generated 973 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1951] 10.0.0.107 () {34 vars in 751 bytes} [Wed Jun 10 09:54:40 2026] PUT /v2.0/subnets/52ad9c7d-2f59-4392-b0e6-828878983c7d/tags => generated 19 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/1952] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:54:40 2026] GET /v2.0/security-groups?id=b69a9fa5-9ace-4e17-898a-4a804b5f5a64&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1953] 10.0.0.107 () {32 vars in 664 bytes} [Wed Jun 10 09:54:40 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/1954] 10.0.0.107 () {32 vars in 678 bytes} [Wed Jun 10 09:54:40 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1955] 10.0.0.107 () {32 vars in 674 bytes} [Wed Jun 10 09:54:40 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/1956] 10.0.0.107 () {32 vars in 686 bytes} [Wed Jun 10 09:54:40 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1957] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:54:40 2026] GET /v2.0/ports?tenant_id=95fb4c6f755b48169f44214ecba8278b&device_id=3af58b78-3c05-44db-b607-fcfb8eeb8490 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/1958] 10.0.0.107 () {32 vars in 672 bytes} [Wed Jun 10 09:54:40 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1959] 199.19.213.96 () {34 vars in 1017 bytes} [Wed Jun 10 09:54:40 2026] GET /v2.0/networks?tenant_id=95fb4c6f755b48169f44214ecba8278b&shared=False => generated 773 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/1960] 10.0.0.107 () {32 vars in 686 bytes} [Wed Jun 10 09:54:40 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1961] 199.19.213.96 () {34 vars in 929 bytes} [Wed Jun 10 09:54:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/1962] 10.0.0.107 () {32 vars in 682 bytes} [Wed Jun 10 09:54:41 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1963] 10.0.0.107 () {32 vars in 694 bytes} [Wed Jun 10 09:54:41 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/1964] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:54:41 2026] DELETE /v2.0/subnets/01a67e40-bc26-4773-bf63-b562dacd0995 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1965] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:54:41 2026] DELETE /v2.0/subnets/b04087f0-c062-4369-b207-6e91734230fe => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/1966] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:54:41 2026] DELETE /v2.0/subnets/ba2ea710-63b0-48e3-a7b6-e6637b5f0067 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1967] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:54:41 2026] DELETE /v2.0/subnets/52ad9c7d-2f59-4392-b0e6-828878983c7d => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1968] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:41 2026] GET /v2.0/ports?device_id=3af58b78-3c05-44db-b607-fcfb8eeb8490 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/1969] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:54:41 2026] DELETE /v2.0/subnets/f7261611-a296-47ec-be22-c5c591f9826a => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1970] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:54:41 2026] GET /v2.0/security-groups?id=b69a9fa5-9ace-4e17-898a-4a804b5f5a64&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:54:42.003 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e7d1adb-eac6-42dd-ae6c-4a5c1c1eed68 90bed4af25714a0b8fdfcafecf0481a8 ad082dc2972a4d6d9bb7bbd67dc51f60 - - default default] TaaS: Handle Delete Port: 629afaf7-4872-457b-b4e1-a5830649daaa 2026-06-10 09:54:42.005 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e7d1adb-eac6-42dd-ae6c-4a5c1c1eed68 90bed4af25714a0b8fdfcafecf0481a8 ad082dc2972a4d6d9bb7bbd67dc51f60 - - default default] Tap Mirror: Handle Delete Port: 629afaf7-4872-457b-b4e1-a5830649daaa [pid: 8|app: 0|req: 919/1971] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:54:42 2026] GET /v2.0/ports?tenant_id=95fb4c6f755b48169f44214ecba8278b&device_id=3af58b78-3c05-44db-b607-fcfb8eeb8490 => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1972] 199.19.213.96 () {34 vars in 1059 bytes} [Wed Jun 10 09:54:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=b106f6f6-e223-4434-b549-be06f199671c => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:54:42.239 7 INFO neutron.services.segments.plugin [-] Segment e8f6e581-89fd-4600-932c-d90ab0c0a19f resource provider aggregate not found [pid: 8|app: 0|req: 921/1973] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:54:42 2026] GET /v2.0/subnets?id=ab9b5815-6679-4d23-a0e4-f8bf5da1dbed => generated 695 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:54:42.247 7 INFO neutron.services.segments.plugin [-] Segment e8f6e581-89fd-4600-932c-d90ab0c0a19f resource provider aggregate not found 2026-06-10 09:54:42.265 7 INFO neutron.services.segments.plugin [-] Segment e8f6e581-89fd-4600-932c-d90ab0c0a19f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8f6e581-89fd-4600-932c-d90ab0c0a19f found for delete ", "request_id": "req-d91997ca-45ae-4d40-96ad-09edcb0af086"}]} 2026-06-10 09:54:42.271 7 INFO neutron.services.segments.plugin [-] Segment e8f6e581-89fd-4600-932c-d90ab0c0a19f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8f6e581-89fd-4600-932c-d90ab0c0a19f found for delete ", "request_id": "req-77e4f21d-ad53-4f3e-897d-245fe5783e98"}]} [pid: 7|app: 0|req: 1053/1974] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:54:41 2026] DELETE /v2.0/networks/b3c2d2d7-9537-4a12-ac85-f16071479f01 => generated 0 bytes in 373 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1975] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:54:42 2026] GET /v2.0/ports?network_id=9f5d901d-19cc-4a8d-bb30-fd1187450210&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1976] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:54:42 2026] GET /v2.0/networks/9f5d901d-19cc-4a8d-bb30-fd1187450210?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1977] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:54:42 2026] GET /v2.0/networks/9f5d901d-19cc-4a8d-bb30-fd1187450210?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/1978] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:54:42 2026] DELETE /v2.0/networks/be94bd44-7c65-4df4-a514-0dcc06119820 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:54:42.558 8 INFO neutron.services.segments.plugin [-] Segment ec5e04a6-4f35-4f9e-b2e2-040297737abd resource provider aggregate not found 2026-06-10 09:54:42.559 8 INFO neutron.services.segments.plugin [-] Segment ec5e04a6-4f35-4f9e-b2e2-040297737abd resource provider aggregate not found 2026-06-10 09:54:42.578 8 INFO neutron.services.segments.plugin [-] Segment ec5e04a6-4f35-4f9e-b2e2-040297737abd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec5e04a6-4f35-4f9e-b2e2-040297737abd found for delete ", "request_id": "req-4f35d37c-baa1-4c4c-8de5-38f01de80883"}]} 2026-06-10 09:54:42.579 8 INFO neutron.services.segments.plugin [-] Segment ec5e04a6-4f35-4f9e-b2e2-040297737abd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec5e04a6-4f35-4f9e-b2e2-040297737abd found for delete ", "request_id": "req-0dd47de5-9604-4363-8cb6-d237aa5080c8"}]} [pid: 8|app: 0|req: 925/1981] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:54:42 2026] DELETE /v2.0/networks/047a2085-9457-47c1-af12-5fcc69bbc6d1 => 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: 1057/1982] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:54:42 2026] DELETE /v2.0/networks/46689e73-c1e0-494c-ba5c-32ce3f3b0d9c => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1983] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:54:42 2026] DELETE /v2.0/networks/ab8b01d2-264a-415f-8409-a4a0fcac31f5 => 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: 1058/1984] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:42 2026] GET /v2.0/ports?device_id=3af58b78-3c05-44db-b607-fcfb8eeb8490 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1985] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:54:43 2026] GET /v2.0/security-groups?id=b69a9fa5-9ace-4e17-898a-4a804b5f5a64&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/1986] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:54:43 2026] GET /v2.0/security-groups?tenant_id=0713148b42ac4aabb0ad3accc935b110&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1987] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:54:43 2026] DELETE /v2.0/security-groups/ef62f29e-4a6e-4c4b-b3bd-bbe83fbe19f2 => 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: 1060/1988] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:54:44 2026] GET /v2.0/security-groups?tenant_id=ad082dc2972a4d6d9bb7bbd67dc51f60&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1989] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:44 2026] GET /v2.0/ports?device_id=3af58b78-3c05-44db-b607-fcfb8eeb8490 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1990] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:54:44 2026] GET /v2.0/security-groups?id=b69a9fa5-9ace-4e17-898a-4a804b5f5a64&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:54:44.285 7 INFO neutron.services.segments.plugin [-] Segment c021e4a3-af36-4b60-b069-4eed9da26ebb resource provider aggregate not found 2026-06-10 09:54:44.292 7 INFO neutron.services.segments.plugin [-] Segment c021e4a3-af36-4b60-b069-4eed9da26ebb resource provider aggregate not found [pid: 7|app: 0|req: 1061/1991] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:54:44 2026] DELETE /v2.0/security-groups/f830a945-c819-42da-ab17-a08f1286ba4c => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:54:44.307 7 INFO neutron.services.segments.plugin [-] Segment c021e4a3-af36-4b60-b069-4eed9da26ebb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c021e4a3-af36-4b60-b069-4eed9da26ebb found for delete ", "request_id": "req-5f7994f2-6219-447c-b6bb-86bd15eaf4c1"}]} 2026-06-10 09:54:44.312 7 INFO neutron.services.segments.plugin [-] Segment c021e4a3-af36-4b60-b069-4eed9da26ebb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c021e4a3-af36-4b60-b069-4eed9da26ebb found for delete ", "request_id": "req-24036bb8-30bd-4220-9ae0-37c9cd4c6ce4"}]} 2026-06-10 09:54:44.323 7 INFO neutron.services.segments.plugin [-] Segment 33f75d0c-577d-4947-a557-5c4c679f814d resource provider aggregate not found 2026-06-10 09:54:44.329 7 INFO neutron.services.segments.plugin [-] Segment 33f75d0c-577d-4947-a557-5c4c679f814d resource provider aggregate not found 2026-06-10 09:54:44.344 7 INFO neutron.services.segments.plugin [-] Segment 33f75d0c-577d-4947-a557-5c4c679f814d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33f75d0c-577d-4947-a557-5c4c679f814d found for delete ", "request_id": "req-518bf136-48f3-4941-af47-750ebad25b23"}]} 2026-06-10 09:54:44.345 7 INFO neutron.services.segments.plugin [-] Segment 33f75d0c-577d-4947-a557-5c4c679f814d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33f75d0c-577d-4947-a557-5c4c679f814d found for delete ", "request_id": "req-63049b4f-3079-48db-b778-aa79996e408d"}]} [pid: 8|app: 0|req: 931/1992] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:54:44 2026] GET /v2.0/security-groups?tenant_id=a54d44880271489e9e5fcf0520b5a8eb&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:54:44.607 8 INFO neutron.services.segments.plugin [-] Segment 46a73ce1-2bad-4020-b6ff-2f0ffa2bcb7b resource provider aggregate not found 2026-06-10 09:54:44.611 8 INFO neutron.services.segments.plugin [-] Segment 46a73ce1-2bad-4020-b6ff-2f0ffa2bcb7b resource provider aggregate not found 2026-06-10 09:54:44.624 8 INFO neutron.services.segments.plugin [-] Segment 46a73ce1-2bad-4020-b6ff-2f0ffa2bcb7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46a73ce1-2bad-4020-b6ff-2f0ffa2bcb7b found for delete ", "request_id": "req-4104ae3c-3e1d-4e07-9473-492ccc6a4137"}]} 2026-06-10 09:54:44.639 8 INFO neutron.services.segments.plugin [-] Segment 46a73ce1-2bad-4020-b6ff-2f0ffa2bcb7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46a73ce1-2bad-4020-b6ff-2f0ffa2bcb7b found for delete ", "request_id": "req-5d0cb405-9b1c-4081-9a7b-17daffd624d6"}]} [pid: 7|app: 0|req: 1062/1993] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:54:44 2026] DELETE /v2.0/security-groups/176574d4-36f1-48cc-b0ea-35570ce56dc4 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1994] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:45 2026] GET /v2.0/ports?device_id=3af58b78-3c05-44db-b607-fcfb8eeb8490 => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/1995] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:54:45 2026] GET /v2.0/security-groups?id=b69a9fa5-9ace-4e17-898a-4a804b5f5a64&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: 8|app: 0|req: 933/1996] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:46 2026] GET /v2.0/ports?device_id=3af58b78-3c05-44db-b607-fcfb8eeb8490 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/1997] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:54:46 2026] GET /v2.0/security-groups?id=b69a9fa5-9ace-4e17-898a-4a804b5f5a64&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1998] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:47 2026] GET /v2.0/ports?device_id=3af58b78-3c05-44db-b607-fcfb8eeb8490 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/1999] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:54:47 2026] GET /v2.0/security-groups?id=b69a9fa5-9ace-4e17-898a-4a804b5f5a64&fields=id&fields=name => generated 88 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/2000] 10.0.0.107 () {34 vars in 678 bytes} [Wed Jun 10 09:54:47 2026] POST /v2.0/qos/policies => generated 359 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2001] 10.0.0.107 () {34 vars in 753 bytes} [Wed Jun 10 09:54:48 2026] PUT /v2.0/policies/3b6a665b-e076-49bc-bd6f-f4ab7319ef9a/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/2002] 10.0.0.107 () {32 vars in 733 bytes} [Wed Jun 10 09:54:48 2026] GET /v2.0/policies/3b6a665b-e076-49bc-bd6f-f4ab7319ef9a/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2003] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:48 2026] GET /v2.0/ports?device_id=3af58b78-3c05-44db-b607-fcfb8eeb8490 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2004] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:54:48 2026] GET /v2.0/security-groups?id=b69a9fa5-9ace-4e17-898a-4a804b5f5a64&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: 937/2005] 10.0.0.107 () {34 vars in 764 bytes} [Wed Jun 10 09:54:48 2026] PUT /v2.0/policies/3b6a665b-e076-49bc-bd6f-f4ab7319ef9a/tags/green => generated 4 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2006] 10.0.0.107 () {32 vars in 733 bytes} [Wed Jun 10 09:54:48 2026] GET /v2.0/policies/3b6a665b-e076-49bc-bd6f-f4ab7319ef9a/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/2007] 10.0.0.107 () {34 vars in 760 bytes} [Wed Jun 10 09:54:48 2026] PUT /v2.0/policies/3b6a665b-e076-49bc-bd6f-f4ab7319ef9a/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2008] 10.0.0.107 () {32 vars in 733 bytes} [Wed Jun 10 09:54:48 2026] GET /v2.0/policies/3b6a665b-e076-49bc-bd6f-f4ab7319ef9a/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/2009] 10.0.0.107 () {34 vars in 782 bytes} [Wed Jun 10 09:54:48 2026] PUT /v2.0/policies/3b6a665b-e076-49bc-bd6f-f4ab7319ef9a/tags/black.or.white => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2010] 10.0.0.107 () {32 vars in 733 bytes} [Wed Jun 10 09:54:48 2026] GET /v2.0/policies/3b6a665b-e076-49bc-bd6f-f4ab7319ef9a/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/2011] 10.0.0.107 () {34 vars in 753 bytes} [Wed Jun 10 09:54:48 2026] PUT /v2.0/policies/3b6a665b-e076-49bc-bd6f-f4ab7319ef9a/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2012] 10.0.0.107 () {32 vars in 733 bytes} [Wed Jun 10 09:54:48 2026] GET /v2.0/policies/3b6a665b-e076-49bc-bd6f-f4ab7319ef9a/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/2013] 10.0.0.107 () {32 vars in 741 bytes} [Wed Jun 10 09:54:48 2026] GET /v2.0/policies/3b6a665b-e076-49bc-bd6f-f4ab7319ef9a/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:54:48.983 7 INFO neutron.api.v2.resource [None req-46badbbe-da90-4b5d-abc4-3de1592df806 eb4cf4b4f48b409fa5be09e3613bc3d3 caf1095d38864b55857bfd6583a23f6c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1073/2014] 10.0.0.107 () {32 vars in 745 bytes} [Wed Jun 10 09:54:48 2026] GET /v2.0/policies/3b6a665b-e076-49bc-bd6f-f4ab7319ef9a/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/2015] 10.0.0.107 () {32 vars in 744 bytes} [Wed Jun 10 09:54:48 2026] DELETE /v2.0/policies/3b6a665b-e076-49bc-bd6f-f4ab7319ef9a/tags/red => 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: 1074/2016] 10.0.0.107 () {32 vars in 733 bytes} [Wed Jun 10 09:54:49 2026] GET /v2.0/policies/3b6a665b-e076-49bc-bd6f-f4ab7319ef9a/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:54:49.184 8 INFO neutron.api.v2.resource [None req-ced1aee1-7f64-49b8-9bff-9d02e9f4afb3 eb4cf4b4f48b409fa5be09e3613bc3d3 caf1095d38864b55857bfd6583a23f6c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 943/2017] 10.0.0.107 () {32 vars in 748 bytes} [Wed Jun 10 09:54:49 2026] DELETE /v2.0/policies/3b6a665b-e076-49bc-bd6f-f4ab7319ef9a/tags/green => generated 99 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2018] 10.0.0.107 () {32 vars in 736 bytes} [Wed Jun 10 09:54:49 2026] DELETE /v2.0/policies/3b6a665b-e076-49bc-bd6f-f4ab7319ef9a/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/2019] 10.0.0.107 () {32 vars in 733 bytes} [Wed Jun 10 09:54:49 2026] GET /v2.0/policies/3b6a665b-e076-49bc-bd6f-f4ab7319ef9a/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2020] 10.0.0.107 () {32 vars in 734 bytes} [Wed Jun 10 09:54:49 2026] DELETE /v2.0/qos/policies/3b6a665b-e076-49bc-bd6f-f4ab7319ef9a => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/2021] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:49 2026] GET /v2.0/ports?device_id=3af58b78-3c05-44db-b607-fcfb8eeb8490 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2022] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:54:49 2026] GET /v2.0/security-groups?id=b69a9fa5-9ace-4e17-898a-4a804b5f5a64&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/2023] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:54:50 2026] GET /v2.0/security-groups?tenant_id=caf1095d38864b55857bfd6583a23f6c&name=default => generated 2925 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2024] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:54:50 2026] DELETE /v2.0/security-groups/d5557c38-816c-4cc2-8950-b7381e90366a => 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: 947/2025] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:54:50 2026] GET /v2.0/security-groups?tenant_id=223b5ab40a124cc795efe2a7f8b8b6c7&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/2026] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:50 2026] GET /v2.0/ports?device_id=3af58b78-3c05-44db-b607-fcfb8eeb8490 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/2027] 199.19.213.96 () {34 vars in 993 bytes} [Wed Jun 10 09:54:50 2026] GET /v2.0/ports?device_id=3af58b78-3c05-44db-b607-fcfb8eeb8490 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2028] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:54:50 2026] DELETE /v2.0/security-groups/2c2f574c-d615-4c1d-a3a7-d368feac880e => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/2029] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:54:50 2026] GET /v2.0/security-groups?id=b69a9fa5-9ace-4e17-898a-4a804b5f5a64&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:54:51.022 7 INFO neutron_taas.services.taas.taas_plugin [req-16f56c98-a8cf-4aa9-b763-d3349c1491f8 req-d9e73343-0902-4753-9be6-27ded692ae9a 2fb1a9b69e9b4bf89f4bfd519cef7cbc 95fb4c6f755b48169f44214ecba8278b - - default default] TaaS: Handle Delete Port: b106f6f6-e223-4434-b549-be06f199671c 2026-06-10 09:54:51.025 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-16f56c98-a8cf-4aa9-b763-d3349c1491f8 req-d9e73343-0902-4753-9be6-27ded692ae9a 2fb1a9b69e9b4bf89f4bfd519cef7cbc 95fb4c6f755b48169f44214ecba8278b - - default default] Tap Mirror: Handle Delete Port: b106f6f6-e223-4434-b549-be06f199671c [pid: 7|app: 0|req: 1080/2030] 199.19.213.96 () {36 vars in 996 bytes} [Wed Jun 10 09:54:50 2026] DELETE /v2.0/ports/b106f6f6-e223-4434-b549-be06f199671c => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:54:51.232 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa900806-76b3-4382-9b7c-bf241fe0c918'] response: {'server_uuid': '3af58b78-3c05-44db-b607-fcfb8eeb8490', 'name': 'network-vif-deleted', 'tag': 'b106f6f6-e223-4434-b549-be06f199671c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 951/2031] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:52 2026] GET /v2.0/ports?device_id=3af58b78-3c05-44db-b607-fcfb8eeb8490 => 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: 1081/2032] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:53 2026] GET /v2.0/ports?device_id=3af58b78-3c05-44db-b607-fcfb8eeb8490 => 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: 1082/2033] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:54:54 2026] GET /v2.0/ports?device_id=3af58b78-3c05-44db-b607-fcfb8eeb8490 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:54:54.484 8 INFO neutron.db.segments_db [None req-22e7dec7-e45e-4138-a832-cfd8032fbf35 eaaab33c0f314e0c98c96a5324ed379f f57f0f5b933d4ea385943129115e6fb5 - - default default] Added segment 5f051847-b096-4495-baa9-7afc6baa1a2a of type vxlan for network 30065748-4ddb-430b-8894-2edfce6fb9bc [pid: 8|app: 0|req: 952/2034] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:54:54 2026] POST /v2.0/networks => generated 613 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2035] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:54:54 2026] POST /v2.0/subnets => generated 626 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/2036] 10.0.0.107 () {34 vars in 751 bytes} [Wed Jun 10 09:54:54 2026] PUT /v2.0/subnets/d8e8de62-fd04-40f3-96e5-f01bff92229e/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2037] 10.0.0.107 () {32 vars in 731 bytes} [Wed Jun 10 09:54:54 2026] GET /v2.0/subnets/d8e8de62-fd04-40f3-96e5-f01bff92229e/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/2038] 10.0.0.107 () {34 vars in 762 bytes} [Wed Jun 10 09:54:54 2026] PUT /v2.0/subnets/d8e8de62-fd04-40f3-96e5-f01bff92229e/tags/green => generated 4 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2039] 10.0.0.107 () {32 vars in 731 bytes} [Wed Jun 10 09:54:55 2026] GET /v2.0/subnets/d8e8de62-fd04-40f3-96e5-f01bff92229e/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/2040] 10.0.0.107 () {34 vars in 758 bytes} [Wed Jun 10 09:54:55 2026] PUT /v2.0/subnets/d8e8de62-fd04-40f3-96e5-f01bff92229e/tags/red => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2041] 10.0.0.107 () {32 vars in 731 bytes} [Wed Jun 10 09:54:55 2026] GET /v2.0/subnets/d8e8de62-fd04-40f3-96e5-f01bff92229e/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/2042] 10.0.0.107 () {34 vars in 780 bytes} [Wed Jun 10 09:54:55 2026] PUT /v2.0/subnets/d8e8de62-fd04-40f3-96e5-f01bff92229e/tags/black.or.white => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2043] 10.0.0.107 () {32 vars in 731 bytes} [Wed Jun 10 09:54:55 2026] GET /v2.0/subnets/d8e8de62-fd04-40f3-96e5-f01bff92229e/tags => generated 52 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/2044] 10.0.0.107 () {34 vars in 751 bytes} [Wed Jun 10 09:54:55 2026] PUT /v2.0/subnets/d8e8de62-fd04-40f3-96e5-f01bff92229e/tags => generated 37 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/2045] 10.0.0.107 () {32 vars in 731 bytes} [Wed Jun 10 09:54:55 2026] GET /v2.0/subnets/d8e8de62-fd04-40f3-96e5-f01bff92229e/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/2046] 10.0.0.107 () {32 vars in 739 bytes} [Wed Jun 10 09:54:55 2026] GET /v2.0/subnets/d8e8de62-fd04-40f3-96e5-f01bff92229e/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:54:55.714 8 INFO neutron.api.v2.resource [None req-b56a5b98-301e-4e59-be1c-b9febe02fdf8 eaaab33c0f314e0c98c96a5324ed379f f57f0f5b933d4ea385943129115e6fb5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 960/2047] 10.0.0.107 () {32 vars in 743 bytes} [Wed Jun 10 09:54:55 2026] GET /v2.0/subnets/d8e8de62-fd04-40f3-96e5-f01bff92229e/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/2048] 10.0.0.107 () {32 vars in 742 bytes} [Wed Jun 10 09:54:55 2026] DELETE /v2.0/subnets/d8e8de62-fd04-40f3-96e5-f01bff92229e/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2049] 10.0.0.107 () {32 vars in 731 bytes} [Wed Jun 10 09:54:55 2026] GET /v2.0/subnets/d8e8de62-fd04-40f3-96e5-f01bff92229e/tags => generated 30 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:54:55.912 8 INFO neutron.api.v2.resource [None req-dd2382ae-a9d3-4f84-8e6f-04d6a04be8bf eaaab33c0f314e0c98c96a5324ed379f f57f0f5b933d4ea385943129115e6fb5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 963/2050] 10.0.0.107 () {32 vars in 746 bytes} [Wed Jun 10 09:54:55 2026] DELETE /v2.0/subnets/d8e8de62-fd04-40f3-96e5-f01bff92229e/tags/green => generated 99 bytes in 71 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 09:54:55.950 7 INFO neutron_taas.services.taas.taas_plugin [None req-33f48b0b-2ad2-4ecb-8bb7-f414d30b8c18 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: aef41bd1-4318-41c0-9018-5e812185840f 2026-06-10 09:54:55.956 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33f48b0b-2ad2-4ecb-8bb7-f414d30b8c18 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: aef41bd1-4318-41c0-9018-5e812185840f [pid: 8|app: 0|req: 964/2051] 10.0.0.107 () {32 vars in 734 bytes} [Wed Jun 10 09:54:55 2026] DELETE /v2.0/subnets/d8e8de62-fd04-40f3-96e5-f01bff92229e/tags => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2052] 10.0.0.107 () {32 vars in 731 bytes} [Wed Jun 10 09:54:55 2026] GET /v2.0/subnets/d8e8de62-fd04-40f3-96e5-f01bff92229e/tags => generated 12 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2053] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:54:56 2026] DELETE /v2.0/subnets/d8e8de62-fd04-40f3-96e5-f01bff92229e => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:54:56.387 8 INFO neutron_taas.services.taas.taas_plugin [None req-04dedce6-5100-4af0-b1ad-93774ddcdce3 eaaab33c0f314e0c98c96a5324ed379f f57f0f5b933d4ea385943129115e6fb5 - - default default] TaaS: Handle Delete Port: 6ca4dd4c-c950-40a0-bbd1-8d6b02e6fb66 2026-06-10 09:54:56.389 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04dedce6-5100-4af0-b1ad-93774ddcdce3 eaaab33c0f314e0c98c96a5324ed379f f57f0f5b933d4ea385943129115e6fb5 - - default default] Tap Mirror: Handle Delete Port: 6ca4dd4c-c950-40a0-bbd1-8d6b02e6fb66 2026-06-10 09:54:56.590 8 INFO neutron.services.segments.plugin [-] Segment 5f051847-b096-4495-baa9-7afc6baa1a2a resource provider aggregate not found 2026-06-10 09:54:56.598 8 INFO neutron.services.segments.plugin [-] Segment 5f051847-b096-4495-baa9-7afc6baa1a2a resource provider aggregate not found 2026-06-10 09:54:56.610 8 INFO neutron.services.segments.plugin [-] Segment 5f051847-b096-4495-baa9-7afc6baa1a2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f051847-b096-4495-baa9-7afc6baa1a2a found for delete ", "request_id": "req-09a5b421-446b-4a54-ba86-312236426fab"}]} [pid: 8|app: 0|req: 967/2054] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:54:56 2026] DELETE /v2.0/networks/30065748-4ddb-430b-8894-2edfce6fb9bc => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:54:56.633 8 INFO neutron.services.segments.plugin [-] Segment 5f051847-b096-4495-baa9-7afc6baa1a2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f051847-b096-4495-baa9-7afc6baa1a2a found for delete ", "request_id": "req-8458be3e-65b8-4fb1-b1a8-a58f30c07909"}]} [pid: 7|app: 0|req: 1088/2055] 10.0.0.107 () {34 vars in 789 bytes} [Wed Jun 10 09:54:55 2026] PUT /v2.0/routers/b668c083-d368-4599-831b-2f58cd5463b5/remove_router_interface => generated 309 bytes in 1186 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:54:56.981 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ed5d57d-4008-4dce-a819-028a1d816521 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: 81e4a0ba-5e3b-4579-a4cb-f5b98cc05540 2026-06-10 09:54:56.984 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ed5d57d-4008-4dce-a819-028a1d816521 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: 81e4a0ba-5e3b-4579-a4cb-f5b98cc05540 2026-06-10 09:54:57.271 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ed5d57d-4008-4dce-a819-028a1d816521 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: 1aaf6d01-0b2c-4a70-8b5b-501a0aa3f019 2026-06-10 09:54:57.274 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ed5d57d-4008-4dce-a819-028a1d816521 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: 1aaf6d01-0b2c-4a70-8b5b-501a0aa3f019 2026-06-10 09:54:57.664 8 INFO neutron.db.l3_hamode_db [None req-3ed5d57d-4008-4dce-a819-028a1d816521 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] HA network 67cea0d7-6b51-4da9-87a4-ca99f0d77679 was deleted as no HA routers are present in tenant 95fb4c6f755b48169f44214ecba8278b. [pid: 8|app: 0|req: 968/2056] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:54:56 2026] DELETE /v2.0/routers/b668c083-d368-4599-831b-2f58cd5463b5 => generated 0 bytes in 954 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2059] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:54:57 2026] GET /v2.0/security-groups?tenant_id=8324c76cdca24d44b95dbeb308f5ba8a&name=default => generated 2925 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2060] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:54:57 2026] DELETE /v2.0/subnets/ab9b5815-6679-4d23-a0e4-f8bf5da1dbed => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2061] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:54:57 2026] DELETE /v2.0/security-groups/74787d33-70bd-4446-87ea-98b49d2f57d0 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:54:57.951 8 INFO neutron_taas.services.taas.taas_plugin [None req-8165f400-80a0-4314-9b77-bec907bba22d 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: 917d84d0-84c6-4357-87cd-87963a7fef47 2026-06-10 09:54:57.957 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8165f400-80a0-4314-9b77-bec907bba22d 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: 917d84d0-84c6-4357-87cd-87963a7fef47 [pid: 7|app: 0|req: 1091/2062] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:54:57 2026] GET /v2.0/security-groups?tenant_id=f57f0f5b933d4ea385943129115e6fb5&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: 1092/2063] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:54:58 2026] DELETE /v2.0/security-groups/3a42678b-f9b5-41a9-90ff-363cda25596a => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/2064] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:54:57 2026] DELETE /v2.0/networks/9f5d901d-19cc-4a8d-bb30-fd1187450210 => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2065] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:54:58 2026] GET /v2.0/security-groups?tenant_id=95fb4c6f755b48169f44214ecba8278b&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2066] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:54:58 2026] DELETE /v2.0/security-groups/b69a9fa5-9ace-4e17-898a-4a804b5f5a64 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:54:58.639 8 INFO neutron.services.segments.plugin [-] Segment 7aef6f9f-4b47-4730-a504-f84cb92e0a38 resource provider aggregate not found 2026-06-10 09:54:58.651 8 INFO neutron.services.segments.plugin [-] Segment 7aef6f9f-4b47-4730-a504-f84cb92e0a38 resource provider aggregate not found 2026-06-10 09:54:58.665 8 INFO neutron.services.segments.plugin [-] Segment 7aef6f9f-4b47-4730-a504-f84cb92e0a38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7aef6f9f-4b47-4730-a504-f84cb92e0a38 found for delete ", "request_id": "req-7deb5524-d0a4-4474-93e1-3b8dc0648cd5"}]} 2026-06-10 09:54:58.671 8 INFO neutron.services.segments.plugin [-] Segment 7aef6f9f-4b47-4730-a504-f84cb92e0a38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7aef6f9f-4b47-4730-a504-f84cb92e0a38 found for delete ", "request_id": "req-0abbe65a-859e-427b-b78b-c43ca0ac9bb8"}]} 2026-06-10 09:54:58.687 8 INFO neutron.services.segments.plugin [-] Segment 49f23e15-18ac-4386-a171-2ab8adbb1121 resource provider aggregate not found 2026-06-10 09:54:58.691 8 INFO neutron.services.segments.plugin [-] Segment 49f23e15-18ac-4386-a171-2ab8adbb1121 resource provider aggregate not found 2026-06-10 09:54:58.709 8 INFO neutron.services.segments.plugin [-] Segment 49f23e15-18ac-4386-a171-2ab8adbb1121 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49f23e15-18ac-4386-a171-2ab8adbb1121 found for delete ", "request_id": "req-13fffe27-7cba-42b1-9ae8-5b2a6729c1c4"}]} 2026-06-10 09:54:58.711 8 INFO neutron.services.segments.plugin [-] Segment 49f23e15-18ac-4386-a171-2ab8adbb1121 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49f23e15-18ac-4386-a171-2ab8adbb1121 found for delete ", "request_id": "req-35d62089-02a4-4af2-bcd5-f7fb7b21a3fe"}]} [pid: 8|app: 0|req: 974/2067] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:55:01 2026] GET /v2.0/security-groups?tenant_id=d9dfc07933104004a6e8e31cffd478f0&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:55:02.047 7 INFO neutron.db.segments_db [None req-ac98bf0e-2467-4091-9139-1e1903391a28 5ecb7916af13499e9d5be9620caedf23 09a6b0b1c5ae489699dea5db3f74ddcc - - default default] Added segment c2790729-b4e1-4707-9e14-2d9a2eb8bb59 of type vxlan for network d78468e9-5871-47e5-8156-e44edac1da09 [pid: 8|app: 0|req: 975/2068] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:55:01 2026] DELETE /v2.0/security-groups/22c9d462-6ed7-454b-a9cb-e1c2ea925cfc => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2069] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:55:01 2026] POST /v2.0/networks => generated 613 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2070] 10.0.0.107 () {34 vars in 664 bytes} [Wed Jun 10 09:55:02 2026] POST /v2.0/ports => generated 743 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2071] 10.0.0.107 () {34 vars in 666 bytes} [Wed Jun 10 09:55:02 2026] POST /v2.0/trunks => generated 407 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 977/2072] 10.0.0.107 () {34 vars in 749 bytes} [Wed Jun 10 09:55:02 2026] PUT /v2.0/trunks/5891a4ff-d432-44fe-8b2e-d4b882fe6fec/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2073] 10.0.0.107 () {32 vars in 729 bytes} [Wed Jun 10 09:55:02 2026] GET /v2.0/trunks/5891a4ff-d432-44fe-8b2e-d4b882fe6fec/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2074] 10.0.0.107 () {34 vars in 760 bytes} [Wed Jun 10 09:55:02 2026] PUT /v2.0/trunks/5891a4ff-d432-44fe-8b2e-d4b882fe6fec/tags/green => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2075] 10.0.0.107 () {32 vars in 729 bytes} [Wed Jun 10 09:55:02 2026] GET /v2.0/trunks/5891a4ff-d432-44fe-8b2e-d4b882fe6fec/tags => generated 34 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2076] 10.0.0.107 () {34 vars in 756 bytes} [Wed Jun 10 09:55:02 2026] PUT /v2.0/trunks/5891a4ff-d432-44fe-8b2e-d4b882fe6fec/tags/red => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2077] 10.0.0.107 () {32 vars in 729 bytes} [Wed Jun 10 09:55:02 2026] GET /v2.0/trunks/5891a4ff-d432-44fe-8b2e-d4b882fe6fec/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2078] 10.0.0.107 () {34 vars in 778 bytes} [Wed Jun 10 09:55:02 2026] PUT /v2.0/trunks/5891a4ff-d432-44fe-8b2e-d4b882fe6fec/tags/black.or.white => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2079] 10.0.0.107 () {32 vars in 729 bytes} [Wed Jun 10 09:55:02 2026] GET /v2.0/trunks/5891a4ff-d432-44fe-8b2e-d4b882fe6fec/tags => generated 52 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2080] 10.0.0.107 () {34 vars in 749 bytes} [Wed Jun 10 09:55:02 2026] PUT /v2.0/trunks/5891a4ff-d432-44fe-8b2e-d4b882fe6fec/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2081] 10.0.0.107 () {32 vars in 729 bytes} [Wed Jun 10 09:55:03 2026] GET /v2.0/trunks/5891a4ff-d432-44fe-8b2e-d4b882fe6fec/tags => generated 37 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2082] 10.0.0.107 () {32 vars in 737 bytes} [Wed Jun 10 09:55:03 2026] GET /v2.0/trunks/5891a4ff-d432-44fe-8b2e-d4b882fe6fec/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:55:03.125 7 INFO neutron.api.v2.resource [None req-1a05afd9-79df-4b59-9190-b00c4cf4228f 5ecb7916af13499e9d5be9620caedf23 09a6b0b1c5ae489699dea5db3f74ddcc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1101/2083] 10.0.0.107 () {32 vars in 741 bytes} [Wed Jun 10 09:55:03 2026] GET /v2.0/trunks/5891a4ff-d432-44fe-8b2e-d4b882fe6fec/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2084] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:55:03 2026] DELETE /v2.0/trunks/5891a4ff-d432-44fe-8b2e-d4b882fe6fec/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2085] 10.0.0.107 () {32 vars in 729 bytes} [Wed Jun 10 09:55:03 2026] GET /v2.0/trunks/5891a4ff-d432-44fe-8b2e-d4b882fe6fec/tags => generated 30 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:55:03.235 8 INFO neutron.api.v2.resource [None req-3196a1dc-ec2e-4c42-98bc-bbafd0cc3de3 5ecb7916af13499e9d5be9620caedf23 09a6b0b1c5ae489699dea5db3f74ddcc - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 984/2086] 10.0.0.107 () {32 vars in 744 bytes} [Wed Jun 10 09:55:03 2026] DELETE /v2.0/trunks/5891a4ff-d432-44fe-8b2e-d4b882fe6fec/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2087] 10.0.0.107 () {32 vars in 732 bytes} [Wed Jun 10 09:55:03 2026] DELETE /v2.0/trunks/5891a4ff-d432-44fe-8b2e-d4b882fe6fec/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: 985/2088] 10.0.0.107 () {32 vars in 729 bytes} [Wed Jun 10 09:55:03 2026] GET /v2.0/trunks/5891a4ff-d432-44fe-8b2e-d4b882fe6fec/tags => 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: 1104/2089] 10.0.0.107 () {32 vars in 719 bytes} [Wed Jun 10 09:55:03 2026] GET /v2.0/trunks/5891a4ff-d432-44fe-8b2e-d4b882fe6fec => generated 407 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2090] 10.0.0.107 () {32 vars in 717 bytes} [Wed Jun 10 09:55:03 2026] GET /v2.0/ports/e9effad4-fb22-4947-bfdd-5b382397ad4f => generated 826 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2091] 10.0.0.107 () {32 vars in 722 bytes} [Wed Jun 10 09:55:03 2026] DELETE /v2.0/trunks/5891a4ff-d432-44fe-8b2e-d4b882fe6fec => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:55:03.641 8 INFO neutron_taas.services.taas.taas_plugin [None req-13d51ca1-471d-422b-94d6-7879678ab38a 5ecb7916af13499e9d5be9620caedf23 09a6b0b1c5ae489699dea5db3f74ddcc - - default default] TaaS: Handle Delete Port: e9effad4-fb22-4947-bfdd-5b382397ad4f 2026-06-10 09:55:03.646 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13d51ca1-471d-422b-94d6-7879678ab38a 5ecb7916af13499e9d5be9620caedf23 09a6b0b1c5ae489699dea5db3f74ddcc - - default default] Tap Mirror: Handle Delete Port: e9effad4-fb22-4947-bfdd-5b382397ad4f [pid: 8|app: 0|req: 987/2092] 10.0.0.107 () {32 vars in 720 bytes} [Wed Jun 10 09:55:03 2026] DELETE /v2.0/ports/e9effad4-fb22-4947-bfdd-5b382397ad4f => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:55:03.851 7 INFO neutron.services.segments.plugin [-] Segment c2790729-b4e1-4707-9e14-2d9a2eb8bb59 resource provider aggregate not found 2026-06-10 09:55:03.858 7 INFO neutron.services.segments.plugin [-] Segment c2790729-b4e1-4707-9e14-2d9a2eb8bb59 resource provider aggregate not found 2026-06-10 09:55:03.883 7 INFO neutron.services.segments.plugin [-] Segment c2790729-b4e1-4707-9e14-2d9a2eb8bb59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2790729-b4e1-4707-9e14-2d9a2eb8bb59 found for delete ", "request_id": "req-819cfe58-117e-4148-839b-fdfde670e438"}]} 2026-06-10 09:55:03.884 7 INFO neutron.services.segments.plugin [-] Segment c2790729-b4e1-4707-9e14-2d9a2eb8bb59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2790729-b4e1-4707-9e14-2d9a2eb8bb59 found for delete ", "request_id": "req-b4e563ff-205b-40f3-a05c-749842f07a14"}]} [pid: 7|app: 0|req: 1106/2093] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:55:03 2026] DELETE /v2.0/networks/d78468e9-5871-47e5-8156-e44edac1da09 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2094] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:55:04 2026] GET /v2.0/security-groups?tenant_id=09a6b0b1c5ae489699dea5db3f74ddcc&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: 1107/2095] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:55:04 2026] DELETE /v2.0/security-groups/09844783-1256-41db-bdcb-480ad7675cbd => 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: 989/2096] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:55:05 2026] GET /v2.0/security-groups?tenant_id=813800ff802048e7ba4924a665202abe&name=default => generated 2925 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2097] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:55:05 2026] DELETE /v2.0/security-groups/5a089ed7-9d2b-49d0-b5c3-71e31fa787c3 => 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: 990/2098] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:55:06 2026] GET /v2.0/security-groups?tenant_id=86d70c63660e4cb1b7ad6c7eaf0bef36&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2099] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:55:06 2026] DELETE /v2.0/security-groups/2fed5080-7ebc-447c-ae39-a72a6c1b928e => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2100] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:55:06 2026] GET /v2.0/security-groups?tenant_id=9e5cc8a9774341c3ae86355a90d7b955&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2101] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:55:06 2026] DELETE /v2.0/security-groups/1882cefa-a6bd-4e1c-8c8d-de52bdd336df => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2102] 199.19.213.96 () {30 vars in 702 bytes} [Wed Jun 10 09:55:08 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: 1111/2103] 199.19.213.96 () {30 vars in 704 bytes} [Wed Jun 10 09:55:08 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: 993/2104] 199.19.213.96 () {30 vars in 680 bytes} [Wed Jun 10 09:55:08 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: 1112/2105] 199.19.213.96 () {30 vars in 716 bytes} [Wed Jun 10 09:55:08 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: 994/2106] 199.19.213.96 () {30 vars in 740 bytes} [Wed Jun 10 09:55:08 2026] GET /v2.0/subnets/1829b93d-4682-4853-a7f9-9889b17ef2be => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2107] 199.19.213.96 () {30 vars in 768 bytes} [Wed Jun 10 09:55:08 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2108] 199.19.213.96 () {34 vars in 716 bytes} [Wed Jun 10 09:55:09 2026] POST /v2.0/ports => generated 1059 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2109] 10.0.0.109 () {34 vars in 971 bytes} [Wed Jun 10 09:55:09 2026] GET /v2.0/ports/38f14b74-102f-44b2-aaab-4ec023c04642 => generated 1059 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2110] 10.0.0.109 () {34 vars in 907 bytes} [Wed Jun 10 09:55:09 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2111] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:55:09 2026] GET /v2.0/security-groups?tenant_id=1df4ac04f3264347849a93b328cdb930&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2112] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:55:09 2026] DELETE /v2.0/security-groups/02bf3081-5f1d-4032-aff3-69919db24f8e => 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: 997/2113] 199.19.213.96 () {34 vars in 1261 bytes} [Wed Jun 10 09:55:10 2026] GET /v2.0/ports/38f14b74-102f-44b2-aaab-4ec023c04642?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: 7|app: 0|req: 1117/2114] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:55:10 2026] GET /v2.0/networks/93098a16-8c6f-4ef5-b7a8-71fb17fcaca1?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: 998/2115] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:55:10 2026] GET /v2.0/networks/93098a16-8c6f-4ef5-b7a8-71fb17fcaca1?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: 1118/2116] 199.19.213.96 () {34 vars in 974 bytes} [Wed Jun 10 09:55:11 2026] GET /v2.0/ports/38f14b74-102f-44b2-aaab-4ec023c04642 => generated 1059 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2117] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:55:11 2026] GET /v2.0/networks?id=93098a16-8c6f-4ef5-b7a8-71fb17fcaca1 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2118] 199.19.213.96 () {38 vars in 1027 bytes} [Wed Jun 10 09:55:11 2026] PUT /v2.0/ports/38f14b74-102f-44b2-aaab-4ec023c04642 => generated 1249 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:55:11.687 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b6319fda-9cc5-46e2-86f6-fa30016a2f53'] response: {'name': 'network-changed', 'server_uuid': 'f5ddd679-5bba-4fb3-a14a-f2139a5130e0', 'tag': '38f14b74-102f-44b2-aaab-4ec023c04642', 'status': 'completed', 'code': 200} 2026-06-10 09:55:11.790 8 INFO neutron.db.segments_db [None req-bd3fff58-4339-4741-8c34-11395b75e210 74a1c146caee469b9083c856c669a377 afdc4d7f41814323bb6b62b5cc421701 - - default default] Added segment e8a57272-1a50-491e-ac22-ab87ea5a660a of type vxlan for network d3c84ddc-c8ba-491a-9f6e-1f3ecf8be4b2 2026-06-10 09:55:11.843 8 INFO neutron.db.segments_db [None req-bd3fff58-4339-4741-8c34-11395b75e210 74a1c146caee469b9083c856c669a377 afdc4d7f41814323bb6b62b5cc421701 - - default default] Added segment 8e70157c-5651-45c7-ac62-032a5624f2b5 of type vxlan for network 5729996d-ebff-4015-ad63-218622036d6b [pid: 8|app: 0|req: 1000/2119] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:55:11 2026] POST /v2.0/networks => generated 1208 bytes in 574 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2120] 10.0.0.107 () {32 vars in 649 bytes} [Wed Jun 10 09:55:11 2026] GET /v2.0/networks => generated 1845 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:55:12.201 8 INFO neutron.services.segments.plugin [-] Segment e8a57272-1a50-491e-ac22-ab87ea5a660a resource provider aggregate not found 2026-06-10 09:55:12.204 8 INFO neutron.services.segments.plugin [-] Segment e8a57272-1a50-491e-ac22-ab87ea5a660a resource provider aggregate not found 2026-06-10 09:55:12.219 8 INFO neutron.services.segments.plugin [-] Segment e8a57272-1a50-491e-ac22-ab87ea5a660a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8a57272-1a50-491e-ac22-ab87ea5a660a found for delete ", "request_id": "req-556985fc-9829-4476-bcd1-4054dd025e33"}]} 2026-06-10 09:55:12.222 8 INFO neutron.services.segments.plugin [-] Segment e8a57272-1a50-491e-ac22-ab87ea5a660a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8a57272-1a50-491e-ac22-ab87ea5a660a found for delete ", "request_id": "req-5dce759d-7657-473d-b863-4c419074f448"}]} [pid: 8|app: 0|req: 1001/2121] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:55:12 2026] DELETE /v2.0/networks/d3c84ddc-c8ba-491a-9f6e-1f3ecf8be4b2 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2122] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:55:12 2026] GET /v2.0/ports?tenant_id=ab0a8dc3780c4074a444f22bcf10c177&device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 2489 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2123] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:55:12 2026] GET /v2.0/networks?id=93098a16-8c6f-4ef5-b7a8-71fb17fcaca1 => generated 800 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2124] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:55:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.157&port_id=38f14b74-102f-44b2-aaab-4ec023c04642 => 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: 1124/2125] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:55:12 2026] GET /v2.0/subnets?id=1829b93d-4682-4853-a7f9-9889b17ef2be => generated 679 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2126] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:55:12 2026] DELETE /v2.0/networks/5729996d-ebff-4015-ad63-218622036d6b => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2127] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:55:12 2026] GET /v2.0/ports?network_id=93098a16-8c6f-4ef5-b7a8-71fb17fcaca1&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2128] 10.0.0.107 () {32 vars in 649 bytes} [Wed Jun 10 09:55:12 2026] GET /v2.0/networks => generated 651 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2129] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:55:12 2026] GET /v2.0/networks/93098a16-8c6f-4ef5-b7a8-71fb17fcaca1?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:55:12.473 8 INFO neutron.db.segments_db [None req-e7f7b909-7052-47cb-a416-b96802bd6a45 74a1c146caee469b9083c856c669a377 afdc4d7f41814323bb6b62b5cc421701 - - default default] Added segment 1c63f039-48d3-42fa-bb7d-4ddb98116666 of type vxlan for network fa1751fb-498c-43df-b323-3248aba0bf01 [pid: 7|app: 0|req: 1127/2130] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:55:12 2026] GET /v2.0/networks/93098a16-8c6f-4ef5-b7a8-71fb17fcaca1?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: 1004/2131] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:55:12 2026] POST /v2.0/networks => generated 635 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:55:12.620 7 INFO neutron.db.segments_db [None req-8a0ffbdf-423c-4c01-a70f-58509e5c2af1 74a1c146caee469b9083c856c669a377 afdc4d7f41814323bb6b62b5cc421701 - - default default] Added segment 37ee79d0-90e4-4464-9745-ccc090a93f18 of type vxlan for network bd01bef5-7ea6-43fb-a441-329c4b674c4d [pid: 7|app: 0|req: 1128/2134] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:55:12 2026] POST /v2.0/networks => generated 634 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2135] 10.0.0.107 () {34 vars in 665 bytes} [Wed Jun 10 09:55:12 2026] POST /v2.0/ports => generated 1506 bytes in 593 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2136] 10.0.0.107 () {32 vars in 643 bytes} [Wed Jun 10 09:55:13 2026] GET /v2.0/ports => generated 1506 bytes in 105 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-06-10 09:55:13.524 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a149d01-3219-4a8b-8645-913e7fd8430c 74a1c146caee469b9083c856c669a377 afdc4d7f41814323bb6b62b5cc421701 - - default default] TaaS: Handle Delete Port: e992e2c5-29c9-4c5f-90b3-3eed581b1018 2026-06-10 09:55:13.527 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a149d01-3219-4a8b-8645-913e7fd8430c 74a1c146caee469b9083c856c669a377 afdc4d7f41814323bb6b62b5cc421701 - - default default] Tap Mirror: Handle Delete Port: e992e2c5-29c9-4c5f-90b3-3eed581b1018 [pid: 7|app: 0|req: 1130/2137] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:55:13 2026] GET /v2.0/ports?tenant_id=ab0a8dc3780c4074a444f22bcf10c177&device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 2489 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2138] 199.19.213.96 () {34 vars in 1061 bytes} [Wed Jun 10 09:55:13 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.103&port_id=83aba15a-78a6-49cf-819f-a13a62432047 => 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: 1132/2139] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:55:13 2026] GET /v2.0/subnets?id=db1fcec1-bd47-4972-bf76-3d56705e9578 => 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: 1008/2140] 10.0.0.107 () {32 vars in 720 bytes} [Wed Jun 10 09:55:13 2026] DELETE /v2.0/ports/e992e2c5-29c9-4c5f-90b3-3eed581b1018 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2141] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:55:13 2026] GET /v2.0/ports?network_id=9776ee07-ddf7-44ea-a120-addab3936432&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2142] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:55:13 2026] GET /v2.0/networks/9776ee07-ddf7-44ea-a120-addab3936432?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:55:13.724 8 INFO neutron_taas.services.taas.taas_plugin [None req-a3c19e0b-f520-4a03-9b40-0a738fb8e329 74a1c146caee469b9083c856c669a377 afdc4d7f41814323bb6b62b5cc421701 - - default default] TaaS: Handle Delete Port: e2a553e5-9792-4573-90d8-f64f49ba02a4 2026-06-10 09:55:13.728 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3c19e0b-f520-4a03-9b40-0a738fb8e329 74a1c146caee469b9083c856c669a377 afdc4d7f41814323bb6b62b5cc421701 - - default default] Tap Mirror: Handle Delete Port: e2a553e5-9792-4573-90d8-f64f49ba02a4 [pid: 7|app: 0|req: 1135/2143] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:55:13 2026] GET /v2.0/networks/9776ee07-ddf7-44ea-a120-addab3936432?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2144] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:55:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.157&port_id=38f14b74-102f-44b2-aaab-4ec023c04642 => 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: 1137/2145] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:55:13 2026] GET /v2.0/subnets?id=1829b93d-4682-4853-a7f9-9889b17ef2be => generated 679 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2146] 10.0.0.107 () {32 vars in 720 bytes} [Wed Jun 10 09:55:13 2026] DELETE /v2.0/ports/e2a553e5-9792-4573-90d8-f64f49ba02a4 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2147] 10.0.0.107 () {32 vars in 643 bytes} [Wed Jun 10 09:55:13 2026] GET /v2.0/ports => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2148] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:55:13 2026] GET /v2.0/ports?network_id=93098a16-8c6f-4ef5-b7a8-71fb17fcaca1&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2149] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:55:13 2026] GET /v2.0/networks/93098a16-8c6f-4ef5-b7a8-71fb17fcaca1?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:55:13.882 8 INFO neutron.db.segments_db [None req-065aa574-3ccc-45b6-8ae5-67a4720a9d81 74a1c146caee469b9083c856c669a377 afdc4d7f41814323bb6b62b5cc421701 - - default default] Added segment 9426345e-ae27-45ae-9f9f-251d55ed922f of type vxlan for network 4ffcb333-b82a-4a50-a609-2b9abb3084e5 [pid: 7|app: 0|req: 1140/2150] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:55:13 2026] GET /v2.0/networks/93098a16-8c6f-4ef5-b7a8-71fb17fcaca1?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: 1011/2151] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:55:13 2026] POST /v2.0/networks => generated 634 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:55:14.028 7 INFO neutron.db.segments_db [None req-10e36461-d914-4c9a-a09b-d4b7f2f7029f 74a1c146caee469b9083c856c669a377 afdc4d7f41814323bb6b62b5cc421701 - - default default] Added segment 180b9e4f-4c78-4402-a712-d8a4767e5598 of type vxlan for network 06471ed4-279f-45f8-8a5d-e3eb6e941b62 [pid: 7|app: 0|req: 1141/2152] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:55:13 2026] POST /v2.0/networks => generated 634 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:55:14.239 8 INFO neutron.services.segments.plugin [-] Segment 8e70157c-5651-45c7-ac62-032a5624f2b5 resource provider aggregate not found 2026-06-10 09:55:14.244 8 INFO neutron.services.segments.plugin [-] Segment 8e70157c-5651-45c7-ac62-032a5624f2b5 resource provider aggregate not found 2026-06-10 09:55:14.258 8 INFO neutron.services.segments.plugin [-] Segment 8e70157c-5651-45c7-ac62-032a5624f2b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e70157c-5651-45c7-ac62-032a5624f2b5 found for delete ", "request_id": "req-327e35ad-d0d2-47c7-aad5-ff7834d8a758"}]} 2026-06-10 09:55:14.264 8 INFO neutron.services.segments.plugin [-] Segment 8e70157c-5651-45c7-ac62-032a5624f2b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e70157c-5651-45c7-ac62-032a5624f2b5 found for delete ", "request_id": "req-4e0eb5de-dc48-4f69-b66e-75d1c8de9568"}]} [pid: 8|app: 0|req: 1012/2153] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:55:14 2026] POST /v2.0/subnets => generated 1324 bytes in 746 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2154] 10.0.0.107 () {32 vars in 647 bytes} [Wed Jun 10 09:55:15 2026] GET /v2.0/subnets => generated 1960 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2155] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:55:15 2026] DELETE /v2.0/subnets/381bc12b-f516-4cb4-a8b9-4608ee10223f => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2156] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:55:15 2026] DELETE /v2.0/subnets/16dbc887-4b6b-4240-b30b-6c952f5107f1 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2157] 10.0.0.107 () {32 vars in 647 bytes} [Wed Jun 10 09:55:15 2026] GET /v2.0/subnets => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:55:15.779 7 INFO neutron.services.segments.plugin [-] Segment 180b9e4f-4c78-4402-a712-d8a4767e5598 resource provider aggregate not found 2026-06-10 09:55:15.784 7 INFO neutron.services.segments.plugin [-] Segment 180b9e4f-4c78-4402-a712-d8a4767e5598 resource provider aggregate not found 2026-06-10 09:55:15.799 7 INFO neutron.services.segments.plugin [-] Segment 180b9e4f-4c78-4402-a712-d8a4767e5598 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 180b9e4f-4c78-4402-a712-d8a4767e5598 found for delete ", "request_id": "req-bf3bfcb6-6f86-482c-a0f4-e7189d95b506"}]} 2026-06-10 09:55:15.801 7 INFO neutron.services.segments.plugin [-] Segment 180b9e4f-4c78-4402-a712-d8a4767e5598 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 180b9e4f-4c78-4402-a712-d8a4767e5598 found for delete ", "request_id": "req-ad008810-b68e-4ff6-b4c7-2d95940db8de"}]} [pid: 7|app: 0|req: 1144/2158] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:55:15 2026] DELETE /v2.0/networks/06471ed4-279f-45f8-8a5d-e3eb6e941b62 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2159] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:55:15 2026] DELETE /v2.0/networks/4ffcb333-b82a-4a50-a609-2b9abb3084e5 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2160] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:55:15 2026] DELETE /v2.0/networks/bd01bef5-7ea6-43fb-a441-329c4b674c4d => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2161] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:55:16 2026] DELETE /v2.0/networks/fa1751fb-498c-43df-b323-3248aba0bf01 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:55:16.283 8 INFO neutron.services.segments.plugin [-] Segment 9426345e-ae27-45ae-9f9f-251d55ed922f resource provider aggregate not found 2026-06-10 09:55:16.284 8 INFO neutron.services.segments.plugin [-] Segment 9426345e-ae27-45ae-9f9f-251d55ed922f resource provider aggregate not found 2026-06-10 09:55:16.307 8 INFO neutron.services.segments.plugin [-] Segment 9426345e-ae27-45ae-9f9f-251d55ed922f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9426345e-ae27-45ae-9f9f-251d55ed922f found for delete ", "request_id": "req-1f1369b5-93f7-442a-b8b6-cf957a91a599"}]} 2026-06-10 09:55:16.312 8 INFO neutron.services.segments.plugin [-] Segment 9426345e-ae27-45ae-9f9f-251d55ed922f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9426345e-ae27-45ae-9f9f-251d55ed922f found for delete ", "request_id": "req-2325baa6-af1e-49e8-809e-8ed86c8aad41"}]} 2026-06-10 09:55:16.324 8 INFO neutron.services.segments.plugin [-] Segment 1c63f039-48d3-42fa-bb7d-4ddb98116666 resource provider aggregate not found 2026-06-10 09:55:16.328 8 INFO neutron.services.segments.plugin [-] Segment 1c63f039-48d3-42fa-bb7d-4ddb98116666 resource provider aggregate not found 2026-06-10 09:55:16.342 8 INFO neutron.services.segments.plugin [-] Segment 1c63f039-48d3-42fa-bb7d-4ddb98116666 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c63f039-48d3-42fa-bb7d-4ddb98116666 found for delete ", "request_id": "req-e182638f-4dd2-4390-aa11-a9200e1cf731"}]} 2026-06-10 09:55:16.343 8 INFO neutron.services.segments.plugin [-] Segment 1c63f039-48d3-42fa-bb7d-4ddb98116666 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c63f039-48d3-42fa-bb7d-4ddb98116666 found for delete ", "request_id": "req-0ff4d3d6-c3b0-4e7d-ba47-267d9b28125a"}]} [pid: 7|app: 0|req: 1146/2162] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:55:16 2026] GET /v2.0/security-groups?tenant_id=afdc4d7f41814323bb6b62b5cc421701&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2163] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:55:16 2026] DELETE /v2.0/security-groups/25c09057-a2ea-4099-9102-9c2226f8f95f => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:55:17.819 7 INFO neutron.services.segments.plugin [-] Segment 37ee79d0-90e4-4464-9745-ccc090a93f18 resource provider aggregate not found 2026-06-10 09:55:17.823 7 INFO neutron.services.segments.plugin [-] Segment 37ee79d0-90e4-4464-9745-ccc090a93f18 resource provider aggregate not found 2026-06-10 09:55:17.838 7 INFO neutron.services.segments.plugin [-] Segment 37ee79d0-90e4-4464-9745-ccc090a93f18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37ee79d0-90e4-4464-9745-ccc090a93f18 found for delete ", "request_id": "req-8badca7a-05a5-4526-8164-620b741a581b"}]} 2026-06-10 09:55:17.843 7 INFO neutron.services.segments.plugin [-] Segment 37ee79d0-90e4-4464-9745-ccc090a93f18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37ee79d0-90e4-4464-9745-ccc090a93f18 found for delete ", "request_id": "req-aea53ef6-c685-462c-b8e4-1a62356a2248"}]} [pid: 7|app: 0|req: 1147/2164] 10.0.0.109 () {34 vars in 971 bytes} [Wed Jun 10 09:55:17 2026] GET /v2.0/ports/38f14b74-102f-44b2-aaab-4ec023c04642 => generated 1251 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2165] 199.19.213.96 () {34 vars in 788 bytes} [Wed Jun 10 09:55:18 2026] PUT /v2.0/ports/38f14b74-102f-44b2-aaab-4ec023c04642 => generated 1276 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:55:18.312 7 INFO neutron.api.v2.resource [None req-49fcdc98-4aa6-4f16-becb-0aa9bed8fb1f 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1148/2166] 199.19.213.96 () {30 vars in 762 bytes} [Wed Jun 10 09:55:18 2026] GET /v2.0/security-groups/lb-fb9337e0-249a-4491-96a6-4a8e6216f7f8 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:55:18.337 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-541c2e86-ca73-417f-b617-6db8cb25893b'] response: {'name': 'network-changed', 'server_uuid': 'f5ddd679-5bba-4fb3-a14a-f2139a5130e0', 'tag': '38f14b74-102f-44b2-aaab-4ec023c04642', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1019/2167] 199.19.213.96 () {30 vars in 784 bytes} [Wed Jun 10 09:55:18 2026] GET /v2.0/security-groups?name=lb-fb9337e0-249a-4491-96a6-4a8e6216f7f8 => generated 1637 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2168] 199.19.213.96 () {34 vars in 788 bytes} [Wed Jun 10 09:55:18 2026] PUT /v2.0/ports/38f14b74-102f-44b2-aaab-4ec023c04642 => generated 1314 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:55:18.611 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-497d2901-0c71-410c-b718-d83ac2895b36'] response: {'name': 'network-changed', 'server_uuid': 'f5ddd679-5bba-4fb3-a14a-f2139a5130e0', 'tag': '38f14b74-102f-44b2-aaab-4ec023c04642', '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: 1150/2169] 199.19.213.96 () {30 vars in 702 bytes} [Wed Jun 10 09:55:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2170] 199.19.213.96 () {30 vars in 704 bytes} [Wed Jun 10 09:55:18 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: 1152/2171] 199.19.213.96 () {30 vars in 680 bytes} [Wed Jun 10 09:55:18 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2172] 199.19.213.96 () {30 vars in 716 bytes} [Wed Jun 10 09:55:18 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2173] 199.19.213.96 () {30 vars in 740 bytes} [Wed Jun 10 09:55:18 2026] GET /v2.0/subnets/1829b93d-4682-4853-a7f9-9889b17ef2be => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2174] 199.19.213.96 () {30 vars in 736 bytes} [Wed Jun 10 09:55:18 2026] GET /v2.0/ports/96da1e02-b381-48c2-b613-9dddf4dfe603 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2175] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:55:18 2026] GET /v2.0/ports?tenant_id=ab0a8dc3780c4074a444f22bcf10c177&device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 2590 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2176] 199.19.213.96 () {30 vars in 736 bytes} [Wed Jun 10 09:55:18 2026] GET /v2.0/ports/38f14b74-102f-44b2-aaab-4ec023c04642 => generated 1350 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:55:18.958 8 INFO neutron.db.segments_db [None req-4c266847-ec45-43a1-9725-606cbc0ff4e0 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] Added segment 6a66fdd7-3b81-4ac2-aa3e-ab4e44d9c08e of type vxlan for network 2917041e-970d-4c48-92b1-2d8b39a46c55 [pid: 7|app: 0|req: 1158/2177] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:55:18 2026] GET /v2.0/networks?id=93098a16-8c6f-4ef5-b7a8-71fb17fcaca1 => generated 800 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2178] 199.19.213.96 () {30 vars in 740 bytes} [Wed Jun 10 09:55:18 2026] GET /v2.0/subnets/1829b93d-4682-4853-a7f9-9889b17ef2be => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2179] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:55:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.157&port_id=38f14b74-102f-44b2-aaab-4ec023c04642 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2180] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:55:18 2026] POST /v2.0/networks => generated 615 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2181] 199.19.213.96 () {30 vars in 742 bytes} [Wed Jun 10 09:55:19 2026] GET /v2.0/networks/93098a16-8c6f-4ef5-b7a8-71fb17fcaca1 => generated 797 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2182] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:55:19 2026] GET /v2.0/subnets?id=1829b93d-4682-4853-a7f9-9889b17ef2be => generated 679 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2183] 199.19.213.96 () {30 vars in 736 bytes} [Wed Jun 10 09:55:19 2026] GET /v2.0/ports/96da1e02-b381-48c2-b613-9dddf4dfe603 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:55:19.113 7 INFO neutron.db.segments_db [None req-2736f899-ce51-4397-b3ea-6b72f00f5ab9 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] Added segment ea81b6f2-e0a9-43be-9631-371108e79410 of type vxlan for network 770256ac-c5cb-4023-8250-84eb7a9f7c37 [pid: 8|app: 0|req: 1023/2184] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:55:19 2026] GET /v2.0/ports?network_id=93098a16-8c6f-4ef5-b7a8-71fb17fcaca1&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2185] 199.19.213.96 () {30 vars in 740 bytes} [Wed Jun 10 09:55:19 2026] GET /v2.0/subnets/1829b93d-4682-4853-a7f9-9889b17ef2be => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2186] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:55:19 2026] GET /v2.0/networks/93098a16-8c6f-4ef5-b7a8-71fb17fcaca1?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: 1162/2187] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:55:19 2026] POST /v2.0/networks => generated 615 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2188] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:55:19 2026] GET /v2.0/networks/93098a16-8c6f-4ef5-b7a8-71fb17fcaca1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2189] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:55:19 2026] POST /v2.0/subnets => generated 646 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2190] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:55:19 2026] POST /v2.0/subnets => generated 655 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:55:19.731 7 INFO neutron.db.segments_db [None req-5b7a0f96-1ca7-4bf6-9ad0-96664c37dfcb 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] Added segment d2338244-16de-4b38-8051-839c3deb4e7d of type vxlan for network a0f6ab7f-fef5-4415-bf8b-20c9d3629384 2026-06-10 09:55:19.986 7 INFO neutron.db.l3_hamode_db [None req-5b7a0f96-1ca7-4bf6-9ad0-96664c37dfcb 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:55:20.093 7 INFO neutron.db.l3_hamode_db [None req-5b7a0f96-1ca7-4bf6-9ad0-96664c37dfcb 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1028/2191] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:55:20 2026] GET /v2.0/ports?tenant_id=ab0a8dc3780c4074a444f22bcf10c177&device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 2590 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2192] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:55:20 2026] GET /v2.0/networks?id=93098a16-8c6f-4ef5-b7a8-71fb17fcaca1 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2193] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:55:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.157&port_id=38f14b74-102f-44b2-aaab-4ec023c04642 => 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: 1031/2194] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:55:20 2026] GET /v2.0/subnets?id=1829b93d-4682-4853-a7f9-9889b17ef2be => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2195] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:55:20 2026] GET /v2.0/ports?network_id=93098a16-8c6f-4ef5-b7a8-71fb17fcaca1&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2196] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:55:20 2026] GET /v2.0/networks/93098a16-8c6f-4ef5-b7a8-71fb17fcaca1?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2197] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:55:20 2026] GET /v2.0/networks/93098a16-8c6f-4ef5-b7a8-71fb17fcaca1?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: 1164/2198] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:55:19 2026] POST /v2.0/routers => generated 510 bytes in 985 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2199] 10.0.0.107 () {34 vars in 783 bytes} [Wed Jun 10 09:55:20 2026] PUT /v2.0/routers/ec22d616-7844-407b-a3dd-04eb837086b6/add_router_interface => generated 309 bytes in 1040 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2200] 10.0.0.107 () {32 vars in 717 bytes} [Wed Jun 10 09:55:21 2026] GET /v2.0/ports/1b3c2cbc-d09d-45ba-9c15-9e34ccae247a => generated 959 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2201] 10.0.0.107 () {34 vars in 783 bytes} [Wed Jun 10 09:55:21 2026] PUT /v2.0/routers/ec22d616-7844-407b-a3dd-04eb837086b6/add_router_interface => generated 309 bytes in 1001 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2202] 10.0.0.107 () {32 vars in 717 bytes} [Wed Jun 10 09:55:22 2026] GET /v2.0/ports/a371c9a4-351a-4d7c-9400-4f90b9617a15 => generated 967 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:55:23.172 8 INFO neutron_taas.services.taas.taas_plugin [None req-f76e3aff-8631-4d1e-b7dd-597c92146d7b 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] TaaS: Handle Delete Port: a371c9a4-351a-4d7c-9400-4f90b9617a15 2026-06-10 09:55:23.175 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f76e3aff-8631-4d1e-b7dd-597c92146d7b 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] Tap Mirror: Handle Delete Port: a371c9a4-351a-4d7c-9400-4f90b9617a15 [pid: 8|app: 0|req: 1037/2203] 10.0.0.107 () {34 vars in 789 bytes} [Wed Jun 10 09:55:22 2026] PUT /v2.0/routers/ec22d616-7844-407b-a3dd-04eb837086b6/remove_router_interface => generated 309 bytes in 731 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:55:23.943 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a14cb6f-8f01-4f03-8af9-f254a5b8bdc1 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] TaaS: Handle Delete Port: 1b3c2cbc-d09d-45ba-9c15-9e34ccae247a 2026-06-10 09:55:23.945 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a14cb6f-8f01-4f03-8af9-f254a5b8bdc1 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] Tap Mirror: Handle Delete Port: 1b3c2cbc-d09d-45ba-9c15-9e34ccae247a [pid: 7|app: 0|req: 1167/2204] 10.0.0.107 () {34 vars in 789 bytes} [Wed Jun 10 09:55:23 2026] PUT /v2.0/routers/ec22d616-7844-407b-a3dd-04eb837086b6/remove_router_interface => generated 309 bytes in 814 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2205] 10.0.0.107 () {32 vars in 736 bytes} [Wed Jun 10 09:55:24 2026] GET /v2.0/ports?device_id=ec22d616-7844-407b-a3dd-04eb837086b6 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:55:24.547 7 INFO neutron_taas.services.taas.taas_plugin [None req-9bfff543-f948-4d69-a75c-54a1b53f97e2 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] TaaS: Handle Delete Port: 79510fd4-a468-41ab-81ef-e75d75e34584 2026-06-10 09:55:24.549 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bfff543-f948-4d69-a75c-54a1b53f97e2 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] Tap Mirror: Handle Delete Port: 79510fd4-a468-41ab-81ef-e75d75e34584 2026-06-10 09:55:24.813 7 INFO neutron.services.segments.plugin [-] Segment d2338244-16de-4b38-8051-839c3deb4e7d resource provider aggregate not found 2026-06-10 09:55:24.823 7 INFO neutron.services.segments.plugin [-] Segment d2338244-16de-4b38-8051-839c3deb4e7d resource provider aggregate not found 2026-06-10 09:55:24.833 7 INFO neutron.services.segments.plugin [-] Segment d2338244-16de-4b38-8051-839c3deb4e7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2338244-16de-4b38-8051-839c3deb4e7d found for delete ", "request_id": "req-4c502631-5d25-41e6-8104-1c99f6c36de2"}]} 2026-06-10 09:55:24.839 7 INFO neutron.services.segments.plugin [-] Segment d2338244-16de-4b38-8051-839c3deb4e7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2338244-16de-4b38-8051-839c3deb4e7d found for delete ", "request_id": "req-ea09b4dc-b3d7-457f-a871-db8a67c425d1"}]} 2026-06-10 09:55:24.845 7 INFO neutron.db.l3_hamode_db [None req-9bfff543-f948-4d69-a75c-54a1b53f97e2 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] HA network a0f6ab7f-fef5-4415-bf8b-20c9d3629384 was deleted as no HA routers are present in tenant 88efd024fa15466999c913c0714aa312. [pid: 7|app: 0|req: 1168/2206] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:55:24 2026] DELETE /v2.0/routers/ec22d616-7844-407b-a3dd-04eb837086b6 => generated 0 bytes in 422 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2207] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:55:24 2026] DELETE /v2.0/subnets/9be8cf90-aa9f-4dba-b722-2c2686dc9f5f => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2208] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:55:24 2026] DELETE /v2.0/subnets/d145bcaf-1958-4ccb-a4f7-fc6eaddb0c7c => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:55:25.300 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8b8dbfc-1a02-4526-9bea-3e96a773a6e1 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] TaaS: Handle Delete Port: c25775e6-e4cd-46dc-8e97-230fea5f9dd1 2026-06-10 09:55:25.302 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8b8dbfc-1a02-4526-9bea-3e96a773a6e1 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] Tap Mirror: Handle Delete Port: c25775e6-e4cd-46dc-8e97-230fea5f9dd1 2026-06-10 09:55:25.464 8 INFO neutron.services.segments.plugin [-] Segment ea81b6f2-e0a9-43be-9631-371108e79410 resource provider aggregate not found 2026-06-10 09:55:25.470 8 INFO neutron.services.segments.plugin [-] Segment ea81b6f2-e0a9-43be-9631-371108e79410 resource provider aggregate not found 2026-06-10 09:55:25.482 8 INFO neutron.services.segments.plugin [-] Segment ea81b6f2-e0a9-43be-9631-371108e79410 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea81b6f2-e0a9-43be-9631-371108e79410 found for delete ", "request_id": "req-edd66e23-c945-4504-8127-daa8443762da"}]} 2026-06-10 09:55:25.491 8 INFO neutron.services.segments.plugin [-] Segment ea81b6f2-e0a9-43be-9631-371108e79410 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea81b6f2-e0a9-43be-9631-371108e79410 found for delete ", "request_id": "req-a3f437c8-2e0a-46ae-b06b-9cb9ceba7b9f"}]} [pid: 8|app: 0|req: 1040/2209] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:55:25 2026] DELETE /v2.0/networks/770256ac-c5cb-4023-8250-84eb7a9f7c37 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:55:25.619 7 INFO neutron_taas.services.taas.taas_plugin [None req-c2df76f9-13e2-4dcc-86e1-d1533a98ba19 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] TaaS: Handle Delete Port: b4584158-b764-4df0-89a2-3f9e47770abf 2026-06-10 09:55:25.623 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2df76f9-13e2-4dcc-86e1-d1533a98ba19 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] Tap Mirror: Handle Delete Port: b4584158-b764-4df0-89a2-3f9e47770abf [pid: 7|app: 0|req: 1170/2210] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:55:25 2026] DELETE /v2.0/networks/2917041e-970d-4c48-92b1-2d8b39a46c55 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:55:25.885 8 INFO neutron.db.segments_db [None req-0338e4b5-5fa3-4571-aa9c-63ef1276eaed 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] Added segment 12be19b5-f89b-4aad-8c5c-318a3c5195cf of type vxlan for network 4676d6e3-71df-4281-8394-8324b8a2850a [pid: 8|app: 0|req: 1041/2211] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:55:25 2026] POST /v2.0/networks => generated 614 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2212] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:55:25 2026] POST /v2.0/subnets => generated 646 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:55:26.300 8 INFO neutron.db.segments_db [None req-fb746342-01dd-4283-b1f7-2bdceecf90e3 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] Added segment 87e011ca-0e2b-4c82-b57b-abf9288cda5b of type vxlan for network 8dbfd7fa-9dc2-4bc5-b83f-4cbae8c4aa7f 2026-06-10 09:55:26.521 8 INFO neutron.db.l3_hamode_db [None req-fb746342-01dd-4283-b1f7-2bdceecf90e3 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:55:26.638 8 INFO neutron.db.l3_hamode_db [None req-fb746342-01dd-4283-b1f7-2bdceecf90e3 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:55:26.663 7 INFO neutron.db.l3_db [None req-db82ae60-6441-4c58-9c0b-699343b22c12 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] Floating IP 88043964-bab8-448a-9dcc-58ee89b76f77 associated. External IP: 10.96.250.219, port: 96da1e02-b381-48c2-b613-9dddf4dfe603. 2026-06-10 09:55:26.857 7 INFO neutron.services.segments.plugin [-] Segment 6a66fdd7-3b81-4ac2-aa3e-ab4e44d9c08e resource provider aggregate not found 2026-06-10 09:55:26.862 7 INFO neutron.services.segments.plugin [-] Segment 6a66fdd7-3b81-4ac2-aa3e-ab4e44d9c08e resource provider aggregate not found 2026-06-10 09:55:26.877 7 INFO neutron.services.segments.plugin [-] Segment 6a66fdd7-3b81-4ac2-aa3e-ab4e44d9c08e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a66fdd7-3b81-4ac2-aa3e-ab4e44d9c08e found for delete ", "request_id": "req-67753737-ebe1-405a-a967-598d69c224ed"}]} 2026-06-10 09:55:26.880 7 INFO neutron.services.segments.plugin [-] Segment 6a66fdd7-3b81-4ac2-aa3e-ab4e44d9c08e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a66fdd7-3b81-4ac2-aa3e-ab4e44d9c08e found for delete ", "request_id": "req-a36edba5-f7b3-404f-b2b9-8431c37dfdf4"}]} [pid: 7|app: 0|req: 1171/2213] 10.0.0.107 () {34 vars in 677 bytes} [Wed Jun 10 09:55:25 2026] POST /v2.0/floatingips => generated 899 bytes in 1082 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2214] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:55:26 2026] POST /v2.0/routers => generated 511 bytes in 1020 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2217] 10.0.0.107 () {34 vars in 665 bytes} [Wed Jun 10 09:55:27 2026] POST /v2.0/ports => generated 964 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2218] 10.0.0.107 () {34 vars in 783 bytes} [Wed Jun 10 09:55:27 2026] PUT /v2.0/routers/eb71dfd1-33e7-4122-962f-5d78e8b9183b/add_router_interface => generated 309 bytes in 1168 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: 1173/2219] 10.0.0.107 () {32 vars in 717 bytes} [Wed Jun 10 09:55:28 2026] GET /v2.0/ports/8ad47ad4-4e9a-477b-a0da-fcee90966c6d => generated 1038 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-06-10 09:55:29.259 8 INFO neutron_taas.services.taas.taas_plugin [None req-91ff5f6b-3d05-4cd8-905a-ece3d5ed9938 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] TaaS: Handle Delete Port: 8ad47ad4-4e9a-477b-a0da-fcee90966c6d 2026-06-10 09:55:29.263 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91ff5f6b-3d05-4cd8-905a-ece3d5ed9938 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] Tap Mirror: Handle Delete Port: 8ad47ad4-4e9a-477b-a0da-fcee90966c6d [pid: 8|app: 0|req: 1047/2220] 10.0.0.107 () {34 vars in 789 bytes} [Wed Jun 10 09:55:28 2026] PUT /v2.0/routers/eb71dfd1-33e7-4122-962f-5d78e8b9183b/remove_router_interface => generated 309 bytes in 737 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:55:29.807 7 INFO neutron.api.v2.resource [None req-10c0c0f9-fbfd-433d-ad97-7a8a1f1c3b1d 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1174/2221] 10.0.0.107 () {34 vars in 789 bytes} [Wed Jun 10 09:55:29 2026] PUT /v2.0/routers/eb71dfd1-33e7-4122-962f-5d78e8b9183b/remove_router_interface => generated 197 bytes in 151 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: 1048/2222] 10.0.0.107 () {32 vars in 736 bytes} [Wed Jun 10 09:55:29 2026] GET /v2.0/ports?device_id=eb71dfd1-33e7-4122-962f-5d78e8b9183b => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2223] 199.19.213.96 () {30 vars in 702 bytes} [Wed Jun 10 09:55:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2224] 199.19.213.96 () {30 vars in 704 bytes} [Wed Jun 10 09:55:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2225] 199.19.213.96 () {30 vars in 680 bytes} [Wed Jun 10 09:55:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2226] 199.19.213.96 () {30 vars in 716 bytes} [Wed Jun 10 09:55:29 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-06-10 09:55:29.896 8 INFO neutron.api.v2.resource [None req-d210e817-3b4b-4fe6-a7ca-3e2ff7c7d1d9 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1053/2227] 199.19.213.96 () {30 vars in 762 bytes} [Wed Jun 10 09:55:29 2026] GET /v2.0/security-groups/lb-fb9337e0-249a-4491-96a6-4a8e6216f7f8 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2228] 199.19.213.96 () {30 vars in 784 bytes} [Wed Jun 10 09:55:29 2026] GET /v2.0/security-groups?name=lb-fb9337e0-249a-4491-96a6-4a8e6216f7f8 => generated 1637 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2229] 199.19.213.96 () {30 vars in 814 bytes} [Wed Jun 10 09:55:29 2026] GET /v2.0/security-group-rules?security_group_id=c6a9fe72-eb26-4f74-a1da-fe085442aa62 => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:55:30.024 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b46ded5-3480-486e-b13b-2246fbe2eefe 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] TaaS: Handle Delete Port: 5078b62a-fecc-41db-9ede-091869a3848e 2026-06-10 09:55:30.027 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b46ded5-3480-486e-b13b-2246fbe2eefe 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] Tap Mirror: Handle Delete Port: 5078b62a-fecc-41db-9ede-091869a3848e [pid: 8|app: 0|req: 1056/2230] 199.19.213.96 () {34 vars in 746 bytes} [Wed Jun 10 09:55:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2231] 199.19.213.96 () {34 vars in 746 bytes} [Wed Jun 10 09:55:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:55:30.372 7 INFO neutron.services.segments.plugin [-] Segment 87e011ca-0e2b-4c82-b57b-abf9288cda5b resource provider aggregate not found 2026-06-10 09:55:30.377 7 INFO neutron.services.segments.plugin [-] Segment 87e011ca-0e2b-4c82-b57b-abf9288cda5b resource provider aggregate not found 2026-06-10 09:55:30.389 7 INFO neutron.services.segments.plugin [-] Segment 87e011ca-0e2b-4c82-b57b-abf9288cda5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87e011ca-0e2b-4c82-b57b-abf9288cda5b found for delete ", "request_id": "req-22caaa4d-5b85-497b-aa58-767620e87df7"}]} 2026-06-10 09:55:30.395 7 INFO neutron.db.l3_hamode_db [None req-4b46ded5-3480-486e-b13b-2246fbe2eefe 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] HA network 8dbfd7fa-9dc2-4bc5-b83f-4cbae8c4aa7f was deleted as no HA routers are present in tenant 88efd024fa15466999c913c0714aa312. 2026-06-10 09:55:30.396 7 INFO neutron.services.segments.plugin [-] Segment 87e011ca-0e2b-4c82-b57b-abf9288cda5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87e011ca-0e2b-4c82-b57b-abf9288cda5b found for delete ", "request_id": "req-17d380c8-c329-429a-9805-edb0cfc74eab"}]} [pid: 7|app: 0|req: 1175/2232] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:55:29 2026] DELETE /v2.0/routers/eb71dfd1-33e7-4122-962f-5d78e8b9183b => generated 0 bytes in 558 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2233] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:55:30 2026] DELETE /v2.0/subnets/7a95cbe9-29f9-4766-bbf6-d78320ec9e7b => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:55:30.643 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ea3f961-1fde-484f-8ecc-4e35304c5d38 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] TaaS: Handle Delete Port: 8d74c28b-48ac-4b9b-9f11-3a90f434f9ab 2026-06-10 09:55:30.647 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ea3f961-1fde-484f-8ecc-4e35304c5d38 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] Tap Mirror: Handle Delete Port: 8d74c28b-48ac-4b9b-9f11-3a90f434f9ab [pid: 7|app: 0|req: 1176/2234] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:55:30 2026] DELETE /v2.0/networks/4676d6e3-71df-4281-8394-8324b8a2850a => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:55:30.900 8 INFO neutron.db.segments_db [None req-ba3d68b5-02aa-4b61-826d-b2333fd2c8bc 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] Added segment dbeee5ec-2f55-4229-a8bb-47b93d604be4 of type vxlan for network 7664f0be-a119-4867-9a45-793ef14e13d3 [pid: 8|app: 0|req: 1059/2235] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:55:30 2026] POST /v2.0/networks => generated 613 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2236] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:55:30 2026] POST /v2.0/subnets => generated 646 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:55:31.308 8 INFO neutron.db.segments_db [None req-a9eb4632-b14b-4d8a-8ddd-6024f5aa6960 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] Added segment 1e1f9919-f812-4a73-ac17-43052e083e32 of type vxlan for network f0614ba0-1986-488a-8ea2-06de053636d2 2026-06-10 09:55:31.501 8 INFO neutron.db.l3_hamode_db [None req-a9eb4632-b14b-4d8a-8ddd-6024f5aa6960 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:55:31.588 8 INFO neutron.db.l3_hamode_db [None req-a9eb4632-b14b-4d8a-8ddd-6024f5aa6960 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1060/2237] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:55:31 2026] POST /v2.0/routers => generated 511 bytes in 823 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:55:32.417 7 INFO neutron.services.segments.plugin [-] Segment 12be19b5-f89b-4aad-8c5c-318a3c5195cf resource provider aggregate not found 2026-06-10 09:55:32.424 7 INFO neutron.services.segments.plugin [-] Segment 12be19b5-f89b-4aad-8c5c-318a3c5195cf resource provider aggregate not found 2026-06-10 09:55:32.444 7 INFO neutron.services.segments.plugin [-] Segment 12be19b5-f89b-4aad-8c5c-318a3c5195cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12be19b5-f89b-4aad-8c5c-318a3c5195cf found for delete ", "request_id": "req-5b5b73b4-6821-4e10-9d07-f9b2f9202d51"}]} 2026-06-10 09:55:32.449 7 INFO neutron.services.segments.plugin [-] Segment 12be19b5-f89b-4aad-8c5c-318a3c5195cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12be19b5-f89b-4aad-8c5c-318a3c5195cf found for delete ", "request_id": "req-3f1a36e4-fa30-4dbc-b8fa-f6a788d9d4d1"}]} [pid: 7|app: 0|req: 1178/2238] 10.0.0.107 () {34 vars in 783 bytes} [Wed Jun 10 09:55:32 2026] PUT /v2.0/routers/c53cb09d-f5a1-430e-b76f-1cd42102419c/add_router_interface => generated 309 bytes in 1024 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2239] 10.0.0.107 () {32 vars in 717 bytes} [Wed Jun 10 09:55:33 2026] GET /v2.0/ports/8ee6f896-9a8b-4fe7-90dc-a1e46425eb40 => generated 959 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:55:33.453 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f85020b-f275-482e-83c0-207a3ba8a71a 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] TaaS: Handle Delete Port: 8ee6f896-9a8b-4fe7-90dc-a1e46425eb40 2026-06-10 09:55:33.456 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f85020b-f275-482e-83c0-207a3ba8a71a 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] Tap Mirror: Handle Delete Port: 8ee6f896-9a8b-4fe7-90dc-a1e46425eb40 [pid: 7|app: 0|req: 1179/2240] 10.0.0.107 () {34 vars in 789 bytes} [Wed Jun 10 09:55:33 2026] PUT /v2.0/routers/c53cb09d-f5a1-430e-b76f-1cd42102419c/remove_router_interface => generated 309 bytes in 508 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2241] 10.0.0.107 () {32 vars in 736 bytes} [Wed Jun 10 09:55:33 2026] GET /v2.0/ports?device_id=c53cb09d-f5a1-430e-b76f-1cd42102419c => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:55:33.895 7 INFO neutron_taas.services.taas.taas_plugin [None req-7ce10842-fe9b-4820-b7e8-6480471ed914 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] TaaS: Handle Delete Port: 4c49cfd6-a2c0-4a56-b172-3d2e4ce93a18 2026-06-10 09:55:33.897 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ce10842-fe9b-4820-b7e8-6480471ed914 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] Tap Mirror: Handle Delete Port: 4c49cfd6-a2c0-4a56-b172-3d2e4ce93a18 2026-06-10 09:55:34.219 7 INFO neutron.db.l3_hamode_db [None req-7ce10842-fe9b-4820-b7e8-6480471ed914 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] HA network f0614ba0-1986-488a-8ea2-06de053636d2 was deleted as no HA routers are present in tenant 88efd024fa15466999c913c0714aa312. [pid: 7|app: 0|req: 1180/2242] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:55:33 2026] DELETE /v2.0/routers/c53cb09d-f5a1-430e-b76f-1cd42102419c => generated 0 bytes in 462 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2243] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:55:34 2026] DELETE /v2.0/subnets/4f07d0d3-ffd8-454d-bf95-a50a930c2461 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:55:34.468 7 INFO neutron.services.segments.plugin [-] Segment 1e1f9919-f812-4a73-ac17-43052e083e32 resource provider aggregate not found 2026-06-10 09:55:34.468 7 INFO neutron.services.segments.plugin [-] Segment 1e1f9919-f812-4a73-ac17-43052e083e32 resource provider aggregate not found [pid: 7|app: 0|req: 1181/2244] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:55:34 2026] DELETE /v2.0/networks/7664f0be-a119-4867-9a45-793ef14e13d3 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:55:34.488 7 INFO neutron.services.segments.plugin [-] Segment 1e1f9919-f812-4a73-ac17-43052e083e32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e1f9919-f812-4a73-ac17-43052e083e32 found for delete ", "request_id": "req-87f8cd8d-af78-4084-b70b-482cbbb3762f"}]} 2026-06-10 09:55:34.492 7 INFO neutron.services.segments.plugin [-] Segment 1e1f9919-f812-4a73-ac17-43052e083e32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e1f9919-f812-4a73-ac17-43052e083e32 found for delete ", "request_id": "req-9e4b2971-d1c6-433f-95b3-f16ca042b715"}]} 2026-06-10 09:55:34.502 7 INFO neutron.services.segments.plugin [-] Segment dbeee5ec-2f55-4229-a8bb-47b93d604be4 resource provider aggregate not found 2026-06-10 09:55:34.508 7 INFO neutron.services.segments.plugin [-] Segment dbeee5ec-2f55-4229-a8bb-47b93d604be4 resource provider aggregate not found 2026-06-10 09:55:34.517 7 INFO neutron.services.segments.plugin [-] Segment dbeee5ec-2f55-4229-a8bb-47b93d604be4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbeee5ec-2f55-4229-a8bb-47b93d604be4 found for delete ", "request_id": "req-2a491a94-f8e4-4372-b3a0-1617ae489729"}]} 2026-06-10 09:55:34.522 7 INFO neutron.services.segments.plugin [-] Segment dbeee5ec-2f55-4229-a8bb-47b93d604be4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbeee5ec-2f55-4229-a8bb-47b93d604be4 found for delete ", "request_id": "req-367030cf-17cd-4675-9428-431fac849ba5"}]} 2026-06-10 09:55:34.536 8 INFO neutron.db.segments_db [None req-2271e24a-2f3c-4a1a-bff6-e4497031c5f1 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] Added segment 7d0369bb-5b1f-4f68-9e19-c3b507307ecf of type vxlan for network ed3c3a54-f79b-486d-96bf-f36c3c6db453 2026-06-10 09:55:34.773 8 INFO neutron.db.l3_hamode_db [None req-2271e24a-2f3c-4a1a-bff6-e4497031c5f1 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:55:35.549 8 INFO neutron.db.l3_hamode_db [None req-2271e24a-2f3c-4a1a-bff6-e4497031c5f1 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1064/2245] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:55:34 2026] POST /v2.0/routers => generated 692 bytes in 1922 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2246] 10.0.0.107 () {32 vars in 721 bytes} [Wed Jun 10 09:55:36 2026] GET /v2.0/routers/2c7f8ba9-f104-4dc3-a5cd-f769734293bd => generated 698 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2247] 10.0.0.107 () {32 vars in 647 bytes} [Wed Jun 10 09:55:36 2026] GET /v2.0/routers => generated 701 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2248] 10.0.0.107 () {34 vars in 741 bytes} [Wed Jun 10 09:55:36 2026] PUT /v2.0/routers/2c7f8ba9-f104-4dc3-a5cd-f769734293bd => generated 705 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2249] 10.0.0.107 () {32 vars in 721 bytes} [Wed Jun 10 09:55:36 2026] GET /v2.0/routers/2c7f8ba9-f104-4dc3-a5cd-f769734293bd => generated 705 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2250] 10.0.0.107 () {32 vars in 736 bytes} [Wed Jun 10 09:55:37 2026] GET /v2.0/ports?device_id=2c7f8ba9-f104-4dc3-a5cd-f769734293bd => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:55:37.271 8 INFO neutron_taas.services.taas.taas_plugin [None req-5bf9fcd1-6bd6-43a5-9130-535686888750 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] TaaS: Handle Delete Port: 16de5b61-04de-475e-9231-80d18b702fc8 2026-06-10 09:55:37.274 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5bf9fcd1-6bd6-43a5-9130-535686888750 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] Tap Mirror: Handle Delete Port: 16de5b61-04de-475e-9231-80d18b702fc8 2026-06-10 09:55:37.878 8 INFO neutron_taas.services.taas.taas_plugin [None req-5bf9fcd1-6bd6-43a5-9130-535686888750 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] TaaS: Handle Delete Port: 66316af0-db36-45a5-b811-5d1781857185 2026-06-10 09:55:37.882 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5bf9fcd1-6bd6-43a5-9130-535686888750 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] Tap Mirror: Handle Delete Port: 66316af0-db36-45a5-b811-5d1781857185 2026-06-10 09:55:38.173 8 INFO neutron.services.segments.plugin [-] Segment 7d0369bb-5b1f-4f68-9e19-c3b507307ecf resource provider aggregate not found 2026-06-10 09:55:38.189 8 INFO neutron.services.segments.plugin [-] Segment 7d0369bb-5b1f-4f68-9e19-c3b507307ecf resource provider aggregate not found 2026-06-10 09:55:38.196 8 INFO neutron.services.segments.plugin [-] Segment 7d0369bb-5b1f-4f68-9e19-c3b507307ecf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d0369bb-5b1f-4f68-9e19-c3b507307ecf found for delete ", "request_id": "req-da68a39d-02b3-4684-a4c7-43adfe39ecef"}]} 2026-06-10 09:55:38.205 8 INFO neutron.services.segments.plugin [-] Segment 7d0369bb-5b1f-4f68-9e19-c3b507307ecf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d0369bb-5b1f-4f68-9e19-c3b507307ecf found for delete ", "request_id": "req-faefff4a-cda8-43d0-877f-d64f156a09d2"}]} 2026-06-10 09:55:38.210 8 INFO neutron.db.l3_hamode_db [None req-5bf9fcd1-6bd6-43a5-9130-535686888750 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] HA network ed3c3a54-f79b-486d-96bf-f36c3c6db453 was deleted as no HA routers are present in tenant 88efd024fa15466999c913c0714aa312. [pid: 8|app: 0|req: 1067/2251] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:55:37 2026] DELETE /v2.0/routers/2c7f8ba9-f104-4dc3-a5cd-f769734293bd => generated 0 bytes in 1162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2252] 10.0.0.107 () {32 vars in 736 bytes} [Wed Jun 10 09:55:38 2026] GET /v2.0/ports?device_id=2c7f8ba9-f104-4dc3-a5cd-f769734293bd => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:55:38.266 8 INFO neutron.api.v2.resource [None req-2e0752a5-c7cb-4e4b-8ea4-b15b27f2725b 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1068/2253] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:55:38 2026] DELETE /v2.0/routers/2c7f8ba9-f104-4dc3-a5cd-f769734293bd => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2254] 10.0.0.107 () {32 vars in 736 bytes} [Wed Jun 10 09:55:38 2026] GET /v2.0/ports?device_id=c53cb09d-f5a1-430e-b76f-1cd42102419c => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:55:38.312 8 INFO neutron.api.v2.resource [None req-330a1314-6297-4a48-beae-653695ebe3e0 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1069/2255] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:55:38 2026] DELETE /v2.0/routers/c53cb09d-f5a1-430e-b76f-1cd42102419c => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:55:38.329 7 INFO neutron.pecan_wsgi.hooks.translation [None req-928a6ae0-41cd-445c-b491-f576a5b374ab 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1187/2256] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:55:38 2026] DELETE /v2.0/subnets/4f07d0d3-ffd8-454d-bf95-a50a930c2461 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2257] 10.0.0.107 () {32 vars in 736 bytes} [Wed Jun 10 09:55:38 2026] GET /v2.0/ports?device_id=eb71dfd1-33e7-4122-962f-5d78e8b9183b => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:55:38.379 7 INFO neutron.api.v2.resource [None req-ecd50cb0-8d8f-4697-b86c-1f4a2d2a0fb5 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1188/2258] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:55:38 2026] DELETE /v2.0/routers/eb71dfd1-33e7-4122-962f-5d78e8b9183b => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:55:38.397 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b1841c46-3873-4651-9178-1fe79af1afda 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1071/2259] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:55:38 2026] DELETE /v2.0/subnets/7a95cbe9-29f9-4766-bbf6-d78320ec9e7b => 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: 1189/2260] 10.0.0.107 () {32 vars in 736 bytes} [Wed Jun 10 09:55:38 2026] GET /v2.0/ports?device_id=ec22d616-7844-407b-a3dd-04eb837086b6 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:55:38.442 8 INFO neutron.api.v2.resource [None req-36961537-1a3a-49a5-a670-aa70ee8e2ae4 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1072/2261] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:55:38 2026] DELETE /v2.0/routers/ec22d616-7844-407b-a3dd-04eb837086b6 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:55:38.461 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9edc6e1d-4270-479c-836c-f4ca10c74cf2 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1190/2262] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:55:38 2026] DELETE /v2.0/subnets/9be8cf90-aa9f-4dba-b722-2c2686dc9f5f => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:55:38.479 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a5d23dde-2c19-4b5b-8df6-198975a267ff 96cca66cddc34c7d8c4397d75a57743f 88efd024fa15466999c913c0714aa312 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1073/2263] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:55:38 2026] DELETE /v2.0/subnets/d145bcaf-1958-4ccb-a4f7-fc6eaddb0c7c => 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: 1191/2264] 10.0.0.164 () {30 vars in 690 bytes} [Wed Jun 10 09:55:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2265] 10.0.0.164 () {30 vars in 692 bytes} [Wed Jun 10 09:55:38 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2266] 10.0.0.164 () {30 vars in 668 bytes} [Wed Jun 10 09:55:38 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: 1194/2267] 10.0.0.164 () {30 vars in 704 bytes} [Wed Jun 10 09:55:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2268] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:55:38 2026] GET /v2.0/security-groups?tenant_id=88efd024fa15466999c913c0714aa312&name=default => generated 2925 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2269] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:55:38 2026] DELETE /v2.0/security-groups/87bf005e-c794-4ccc-90ec-3d3d29ff6322 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2270] 10.0.0.164 () {28 vars in 439 bytes} [Wed Jun 10 09:55:39 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: 1196/2271] 10.0.0.164 () {30 vars in 728 bytes} [Wed Jun 10 09:55:39 2026] GET /v2.0/subnets/e8ff0302-219f-4906-aa4c-81e6f34dbb2a => generated 656 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2272] 199.19.213.96 () {30 vars in 702 bytes} [Wed Jun 10 09:55:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2273] 199.19.213.96 () {30 vars in 704 bytes} [Wed Jun 10 09:55:41 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2274] 199.19.213.96 () {30 vars in 680 bytes} [Wed Jun 10 09:55:41 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2275] 199.19.213.96 () {30 vars in 716 bytes} [Wed Jun 10 09:55:41 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: 1078/2276] 199.19.213.96 () {30 vars in 740 bytes} [Wed Jun 10 09:55:41 2026] GET /v2.0/subnets/e8ff0302-219f-4906-aa4c-81e6f34dbb2a => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2277] 199.19.213.96 () {30 vars in 768 bytes} [Wed Jun 10 09:55:41 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 2590 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2278] 199.19.213.96 () {30 vars in 702 bytes} [Wed Jun 10 09:55:42 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: 1200/2279] 199.19.213.96 () {30 vars in 704 bytes} [Wed Jun 10 09:55:42 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: 1080/2280] 199.19.213.96 () {30 vars in 680 bytes} [Wed Jun 10 09:55:42 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: 1201/2281] 199.19.213.96 () {30 vars in 716 bytes} [Wed Jun 10 09:55:42 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: 1081/2284] 199.19.213.96 () {34 vars in 716 bytes} [Wed Jun 10 09:55:42 2026] POST /v2.0/ports => generated 1328 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2285] 10.0.0.109 () {34 vars in 971 bytes} [Wed Jun 10 09:55:43 2026] GET /v2.0/ports/1ae49f65-69f9-4775-8d09-e1417d8e9ee4 => generated 1328 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1082/2286] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:55:43 2026] GET /v2.0/security-groups?tenant_id=c517e4f412cf4175a0c96a4449fa2ed7&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2287] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:55:44 2026] DELETE /v2.0/security-groups/32e0ab6d-b0f3-4b75-8422-8bffd1c610d2 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2288] 199.19.213.96 () {34 vars in 1261 bytes} [Wed Jun 10 09:55:44 2026] GET /v2.0/ports/1ae49f65-69f9-4775-8d09-e1417d8e9ee4?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: 7|app: 0|req: 1207/2289] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:55:44 2026] GET /v2.0/networks/efd860fe-774a-4a86-a8f2-3d6afa83382b?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: 1083/2290] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:55:44 2026] GET /v2.0/security-groups?tenant_id=dd5ed0e10b754ed8987d225e63fdef81&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2291] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:55:44 2026] GET /v2.0/networks/efd860fe-774a-4a86-a8f2-3d6afa83382b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2292] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:55:44 2026] DELETE /v2.0/security-groups/73d831d1-01bf-4e78-bb5f-7da8acdeb82d => 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: 1209/2293] 199.19.213.96 () {34 vars in 974 bytes} [Wed Jun 10 09:55:44 2026] GET /v2.0/ports/1ae49f65-69f9-4775-8d09-e1417d8e9ee4 => generated 1328 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2294] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:55:44 2026] GET /v2.0/networks?id=efd860fe-774a-4a86-a8f2-3d6afa83382b => 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: 1210/2295] 199.19.213.96 () {38 vars in 1027 bytes} [Wed Jun 10 09:55:45 2026] PUT /v2.0/ports/1ae49f65-69f9-4775-8d09-e1417d8e9ee4 => generated 1518 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:55:45.556 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0de37465-e246-4aac-b138-b47e9ecb026c'] response: {'name': 'network-changed', 'server_uuid': 'f5ddd679-5bba-4fb3-a14a-f2139a5130e0', 'tag': '1ae49f65-69f9-4775-8d09-e1417d8e9ee4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1086/2296] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:55:46 2026] GET /v2.0/ports?tenant_id=ab0a8dc3780c4074a444f22bcf10c177&device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 4100 bytes in 65 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: 1211/2297] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:55:46 2026] GET /v2.0/networks?id=efd860fe-774a-4a86-a8f2-3d6afa83382b => generated 800 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2298] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:55:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.202&port_id=1ae49f65-69f9-4775-8d09-e1417d8e9ee4 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2299] 199.19.213.96 () {34 vars in 1103 bytes} [Wed Jun 10 09:55:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A110&port_id=1ae49f65-69f9-4775-8d09-e1417d8e9ee4 => 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: 1088/2300] 199.19.213.96 () {34 vars in 1063 bytes} [Wed Jun 10 09:55:46 2026] GET /v2.0/subnets?id=88b4c0a5-6192-4b40-808f-994b86b97e15&id=e8ff0302-219f-4906-aa4c-81e6f34dbb2a => generated 1409 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2301] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:55:46 2026] GET /v2.0/ports?network_id=efd860fe-774a-4a86-a8f2-3d6afa83382b&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2302] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:55:46 2026] GET /v2.0/ports?network_id=efd860fe-774a-4a86-a8f2-3d6afa83382b&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2303] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:55:46 2026] GET /v2.0/networks/efd860fe-774a-4a86-a8f2-3d6afa83382b?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2304] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:55:46 2026] GET /v2.0/networks/efd860fe-774a-4a86-a8f2-3d6afa83382b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2305] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:55:47 2026] GET /v2.0/ports?tenant_id=ab0a8dc3780c4074a444f22bcf10c177&device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 4100 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2306] 199.19.213.96 () {34 vars in 1061 bytes} [Wed Jun 10 09:55:47 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.103&port_id=83aba15a-78a6-49cf-819f-a13a62432047 => 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: 1216/2307] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:55:47 2026] GET /v2.0/subnets?id=db1fcec1-bd47-4972-bf76-3d56705e9578 => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2308] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:55:47 2026] GET /v2.0/ports?network_id=9776ee07-ddf7-44ea-a120-addab3936432&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2309] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:55:47 2026] GET /v2.0/networks/9776ee07-ddf7-44ea-a120-addab3936432?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: 1093/2310] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:55:47 2026] GET /v2.0/networks/9776ee07-ddf7-44ea-a120-addab3936432?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: 1218/2311] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:55:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.157&port_id=38f14b74-102f-44b2-aaab-4ec023c04642 => 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: 1094/2312] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:55:47 2026] GET /v2.0/subnets?id=1829b93d-4682-4853-a7f9-9889b17ef2be => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2313] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:55:47 2026] GET /v2.0/ports?network_id=93098a16-8c6f-4ef5-b7a8-71fb17fcaca1&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2314] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:55:47 2026] GET /v2.0/networks/93098a16-8c6f-4ef5-b7a8-71fb17fcaca1?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2315] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:55:47 2026] GET /v2.0/networks/93098a16-8c6f-4ef5-b7a8-71fb17fcaca1?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: 1096/2316] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:55:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.202&port_id=1ae49f65-69f9-4775-8d09-e1417d8e9ee4 => 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: 1221/2317] 199.19.213.96 () {34 vars in 1103 bytes} [Wed Jun 10 09:55:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A110&port_id=1ae49f65-69f9-4775-8d09-e1417d8e9ee4 => 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: 1097/2318] 199.19.213.96 () {34 vars in 1063 bytes} [Wed Jun 10 09:55:48 2026] GET /v2.0/subnets?id=88b4c0a5-6192-4b40-808f-994b86b97e15&id=e8ff0302-219f-4906-aa4c-81e6f34dbb2a => generated 1409 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2319] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:55:48 2026] GET /v2.0/ports?network_id=efd860fe-774a-4a86-a8f2-3d6afa83382b&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2320] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:55:48 2026] GET /v2.0/ports?network_id=efd860fe-774a-4a86-a8f2-3d6afa83382b&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: 1223/2321] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:55:48 2026] GET /v2.0/networks/efd860fe-774a-4a86-a8f2-3d6afa83382b?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2322] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:55:48 2026] GET /v2.0/networks/efd860fe-774a-4a86-a8f2-3d6afa83382b?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: 1224/2323] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:55:51 2026] GET /v2.0/security-groups?tenant_id=06b2dc548a544d629140ecef6d704a86&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2324] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:55:51 2026] DELETE /v2.0/security-groups/075a5c49-1355-42ba-918b-16793b7efffd => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2325] 10.0.0.109 () {34 vars in 971 bytes} [Wed Jun 10 09:55:52 2026] GET /v2.0/ports/1ae49f65-69f9-4775-8d09-e1417d8e9ee4 => generated 1520 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2326] 199.19.213.96 () {30 vars in 742 bytes} [Wed Jun 10 09:55:52 2026] GET /v2.0/networks/efd860fe-774a-4a86-a8f2-3d6afa83382b => generated 797 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2327] 199.19.213.96 () {30 vars in 740 bytes} [Wed Jun 10 09:55:52 2026] GET /v2.0/subnets/e8ff0302-219f-4906-aa4c-81e6f34dbb2a => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2328] 199.19.213.96 () {30 vars in 740 bytes} [Wed Jun 10 09:55:52 2026] GET /v2.0/subnets/88b4c0a5-6192-4b40-808f-994b86b97e15 => generated 742 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2329] 199.19.213.96 () {30 vars in 702 bytes} [Wed Jun 10 09:55:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2330] 199.19.213.96 () {30 vars in 704 bytes} [Wed Jun 10 09:55:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2331] 199.19.213.96 () {30 vars in 680 bytes} [Wed Jun 10 09:55:52 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: 1104/2332] 199.19.213.96 () {30 vars in 716 bytes} [Wed Jun 10 09:55:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2333] 199.19.213.96 () {30 vars in 740 bytes} [Wed Jun 10 09:55:52 2026] GET /v2.0/subnets/1829b93d-4682-4853-a7f9-9889b17ef2be => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2334] 199.19.213.96 () {30 vars in 736 bytes} [Wed Jun 10 09:55:52 2026] GET /v2.0/ports/96da1e02-b381-48c2-b613-9dddf4dfe603 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2335] 199.19.213.96 () {30 vars in 736 bytes} [Wed Jun 10 09:55:52 2026] GET /v2.0/ports/38f14b74-102f-44b2-aaab-4ec023c04642 => generated 1350 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2336] 199.19.213.96 () {30 vars in 740 bytes} [Wed Jun 10 09:55:52 2026] GET /v2.0/subnets/1829b93d-4682-4853-a7f9-9889b17ef2be => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2337] 199.19.213.96 () {30 vars in 742 bytes} [Wed Jun 10 09:55:52 2026] GET /v2.0/networks/93098a16-8c6f-4ef5-b7a8-71fb17fcaca1 => generated 797 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2338] 199.19.213.96 () {30 vars in 736 bytes} [Wed Jun 10 09:55:52 2026] GET /v2.0/ports/96da1e02-b381-48c2-b613-9dddf4dfe603 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2339] 199.19.213.96 () {30 vars in 740 bytes} [Wed Jun 10 09:55:52 2026] GET /v2.0/subnets/1829b93d-4682-4853-a7f9-9889b17ef2be => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:55:54.906 8 INFO neutron.db.segments_db [None req-1072ee36-2a1a-45ab-b310-7256f06fbd5c 4e2e7e18889a423797096bd88adb81ac 13291826ebf44be680f3043d0e433646 - - default default] Added segment 1cd73f28-6f40-48db-bf68-9c07c91fc02a of type vxlan for network 23016235-b5ec-4085-b443-5f40672dc610 [pid: 8|app: 0|req: 1108/2340] 10.0.0.107 () {34 vars in 671 bytes} [Wed Jun 10 09:55:54 2026] POST /v2.0/networks => generated 613 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:55:55.106 7 INFO neutron.db.segments_db [None req-d6d5240b-a5b5-42c3-b911-9780de98a642 4e2e7e18889a423797096bd88adb81ac 13291826ebf44be680f3043d0e433646 - - default default] Added segment 89c6a41c-22bf-46e3-9c8d-5fa2322d06a8 of type vxlan for network 529e7863-bfaa-4d64-bae3-e09af9b14425 2026-06-10 09:55:55.355 7 INFO neutron.db.l3_hamode_db [None req-d6d5240b-a5b5-42c3-b911-9780de98a642 4e2e7e18889a423797096bd88adb81ac 13291826ebf44be680f3043d0e433646 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:55:56.208 7 INFO neutron.db.l3_hamode_db [None req-d6d5240b-a5b5-42c3-b911-9780de98a642 4e2e7e18889a423797096bd88adb81ac 13291826ebf44be680f3043d0e433646 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1233/2341] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:55:55 2026] POST /v2.0/routers => generated 695 bytes in 2354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2342] 10.0.0.107 () {32 vars in 776 bytes} [Wed Jun 10 09:55:57 2026] GET /v2.0/subnets?project_id=13291826ebf44be680f3043d0e433646&cidr=10.100.0.0%2F28 => 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: 1234/2343] 10.0.0.107 () {32 vars in 694 bytes} [Wed Jun 10 09:55:57 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2346] 10.0.0.107 () {32 vars in 784 bytes} [Wed Jun 10 09:55:57 2026] GET /v2.0/subnets?network_id=1ee89c5f-6074-43b9-ba79-57c784faf048&cidr=10.100.0.0%2F28 => 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: 1237/2347] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:55:57 2026] POST /v2.0/subnets => generated 657 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2348] 10.0.0.107 () {34 vars in 783 bytes} [Wed Jun 10 09:55:57 2026] PUT /v2.0/routers/3e989eea-4073-4112-b551-8583203d4045/add_router_interface => generated 309 bytes in 1305 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2349] 10.0.0.107 () {32 vars in 649 bytes} [Wed Jun 10 09:55:59 2026] GET /v2.0/networks => generated 6660 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2350] 10.0.0.107 () {32 vars in 647 bytes} [Wed Jun 10 09:55:59 2026] GET /v2.0/subnets => generated 7421 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2351] 10.0.0.107 () {32 vars in 647 bytes} [Wed Jun 10 09:55:59 2026] GET /v2.0/routers => generated 1452 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2352] 10.0.0.107 () {34 vars in 685 bytes} [Wed Jun 10 09:55:59 2026] POST /v2.0/security-groups => generated 1673 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2353] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:55:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2354] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:55:59 2026] POST /v2.0/security-group-rules => generated 596 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2355] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:55:59 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: 8|app: 0|req: 1115/2356] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:55:59 2026] POST /v2.0/security-group-rules => generated 601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:56:00.183 7 INFO neutron.db.securitygroups_db [None req-b5a21681-495f-4efb-82b7-67eaaf9d090d 4e2e7e18889a423797096bd88adb81ac 13291826ebf44be680f3043d0e433646 - - default default] Project 13291826ebf44be680f3043d0e433646 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: 1116/2357] 10.0.0.164 () {30 vars in 690 bytes} [Wed Jun 10 09:56:00 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: 1117/2358] 10.0.0.164 () {30 vars in 692 bytes} [Wed Jun 10 09:56:00 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: 1118/2359] 10.0.0.164 () {30 vars in 668 bytes} [Wed Jun 10 09:56:00 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: 1119/2360] 10.0.0.164 () {30 vars in 704 bytes} [Wed Jun 10 09:56:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2361] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:56:00 2026] POST /v2.0/security-group-rules => generated 607 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:56:00.358 8 INFO neutron.db.securitygroups_db [None req-0802e96f-e139-4601-b7c9-4fa0f14edbf7 4e2e7e18889a423797096bd88adb81ac 13291826ebf44be680f3043d0e433646 - - default default] Project 13291826ebf44be680f3043d0e433646 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: 1120/2362] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:56:00 2026] POST /v2.0/security-group-rules => generated 606 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2363] 10.0.0.164 () {28 vars in 439 bytes} [Wed Jun 10 09:56:00 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: 1121/2364] 10.0.0.164 () {30 vars in 728 bytes} [Wed Jun 10 09:56:00 2026] GET /v2.0/subnets/84c3b843-0ba8-46ab-b67c-b618b67d8575 => generated 656 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2365] 10.0.0.107 () {32 vars in 649 bytes} [Wed Jun 10 09:56:00 2026] GET /v2.0/networks => generated 1297 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2366] 10.0.0.109 () {34 vars in 1098 bytes} [Wed Jun 10 09:56:00 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-645253785&fields=id&tenant_id=13291826ebf44be680f3043d0e433646 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2367] 10.0.0.109 () {34 vars in 982 bytes} [Wed Jun 10 09:56:00 2026] GET /v2.0/networks?id=23016235-b5ec-4085-b443-5f40672dc610 => generated 660 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2368] 10.0.0.109 () {34 vars in 965 bytes} [Wed Jun 10 09:56:01 2026] GET /v2.0/quotas/13291826ebf44be680f3043d0e433646 => 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: 1246/2369] 10.0.0.109 () {34 vars in 1002 bytes} [Wed Jun 10 09:56:01 2026] GET /v2.0/ports?tenant_id=13291826ebf44be680f3043d0e433646&fields=id => generated 103 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2370] 10.0.0.109 () {34 vars in 1008 bytes} [Wed Jun 10 09:56:01 2026] GET /v2.0/networks/23016235-b5ec-4085-b443-5f40672dc610?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2371] 10.0.0.109 () {34 vars in 1108 bytes} [Wed Jun 10 09:56:01 2026] GET /v2.0/networks/23016235-b5ec-4085-b443-5f40672dc610?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2372] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:56:01 2026] GET /v2.0/ports?device_id=a3d346d4-6dad-45be-af1a-5ae139ab68b2 => 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: 1248/2373] 199.19.213.96 () {30 vars in 702 bytes} [Wed Jun 10 09:56:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2374] 199.19.213.96 () {30 vars in 704 bytes} [Wed Jun 10 09:56:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2375] 199.19.213.96 () {30 vars in 680 bytes} [Wed Jun 10 09:56:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2376] 199.19.213.96 () {30 vars in 716 bytes} [Wed Jun 10 09:56:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2377] 199.19.213.96 () {30 vars in 740 bytes} [Wed Jun 10 09:56:01 2026] GET /v2.0/subnets/e8ff0302-219f-4906-aa4c-81e6f34dbb2a => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2378] 199.19.213.96 () {30 vars in 740 bytes} [Wed Jun 10 09:56:01 2026] GET /v2.0/subnets/84c3b843-0ba8-46ab-b67c-b618b67d8575 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2379] 199.19.213.96 () {30 vars in 768 bytes} [Wed Jun 10 09:56:01 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 4102 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2380] 199.19.213.96 () {30 vars in 702 bytes} [Wed Jun 10 09:56:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2381] 199.19.213.96 () {30 vars in 704 bytes} [Wed Jun 10 09:56:01 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: 1130/2382] 199.19.213.96 () {30 vars in 680 bytes} [Wed Jun 10 09:56:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2383] 199.19.213.96 () {30 vars in 716 bytes} [Wed Jun 10 09:56:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2384] 199.19.213.96 () {34 vars in 716 bytes} [Wed Jun 10 09:56:01 2026] POST /v2.0/ports => generated 1332 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2385] 10.0.0.109 () {34 vars in 971 bytes} [Wed Jun 10 09:56:02 2026] GET /v2.0/ports/790d84f1-3c7c-47ab-a42d-67ed06218b8e => generated 1332 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1132/2386] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:56:02 2026] GET /v2.0/ports?device_id=a3d346d4-6dad-45be-af1a-5ae139ab68b2 => 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: 1255/2387] 199.19.213.96 () {34 vars in 1261 bytes} [Wed Jun 10 09:56:03 2026] GET /v2.0/ports/790d84f1-3c7c-47ab-a42d-67ed06218b8e?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2388] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:56:03 2026] GET /v2.0/networks/92f4f4c1-b093-406e-aa7d-e930a57dfe2b?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2389] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:56:03 2026] GET /v2.0/networks/92f4f4c1-b093-406e-aa7d-e930a57dfe2b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2390] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:56:03 2026] GET /v2.0/ports?device_id=a3d346d4-6dad-45be-af1a-5ae139ab68b2 => 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: 1257/2391] 199.19.213.96 () {34 vars in 974 bytes} [Wed Jun 10 09:56:04 2026] GET /v2.0/ports/790d84f1-3c7c-47ab-a42d-67ed06218b8e => generated 1332 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2392] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:56:04 2026] GET /v2.0/networks?id=92f4f4c1-b093-406e-aa7d-e930a57dfe2b => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2393] 199.19.213.96 () {38 vars in 1027 bytes} [Wed Jun 10 09:56:04 2026] PUT /v2.0/ports/790d84f1-3c7c-47ab-a42d-67ed06218b8e => generated 1522 bytes in 501 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2394] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:56:04 2026] GET /v2.0/ports?device_id=a3d346d4-6dad-45be-af1a-5ae139ab68b2 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:56:04.662 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-954a0969-4e22-4608-9607-0fc4b3f90f17'] response: {'name': 'network-changed', 'server_uuid': 'f5ddd679-5bba-4fb3-a14a-f2139a5130e0', 'tag': '790d84f1-3c7c-47ab-a42d-67ed06218b8e', '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: 1259/2395] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:56:05 2026] GET /v2.0/ports?tenant_id=ab0a8dc3780c4074a444f22bcf10c177&device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 5616 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2396] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:56:05 2026] GET /v2.0/networks?id=92f4f4c1-b093-406e-aa7d-e930a57dfe2b => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2397] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:56:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.245&port_id=790d84f1-3c7c-47ab-a42d-67ed06218b8e => 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: 1138/2398] 199.19.213.96 () {34 vars in 1105 bytes} [Wed Jun 10 09:56:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A356&port_id=790d84f1-3c7c-47ab-a42d-67ed06218b8e => 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: 1261/2399] 199.19.213.96 () {34 vars in 1063 bytes} [Wed Jun 10 09:56:05 2026] GET /v2.0/subnets?id=84c3b843-0ba8-46ab-b67c-b618b67d8575&id=423857d2-9b40-4152-9a6c-58e9c2b396f3 => generated 1415 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2400] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:56:05 2026] GET /v2.0/ports?network_id=92f4f4c1-b093-406e-aa7d-e930a57dfe2b&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2401] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:56:05 2026] GET /v2.0/ports?network_id=92f4f4c1-b093-406e-aa7d-e930a57dfe2b&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: 1140/2402] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:56:05 2026] GET /v2.0/networks/92f4f4c1-b093-406e-aa7d-e930a57dfe2b?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2403] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:56:05 2026] GET /v2.0/networks/92f4f4c1-b093-406e-aa7d-e930a57dfe2b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2404] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:56:05 2026] GET /v2.0/networks?id=23016235-b5ec-4085-b443-5f40672dc610 => generated 660 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2405] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:56:05 2026] GET /v2.0/ports?device_id=a3d346d4-6dad-45be-af1a-5ae139ab68b2 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2406] 199.19.213.96 () {34 vars in 1049 bytes} [Wed Jun 10 09:56:05 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=13291826ebf44be680f3043d0e433646 => generated 180 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2407] 199.19.213.96 () {38 vars in 954 bytes} [Wed Jun 10 09:56:05 2026] POST /v2.0/ports => generated 954 bytes in 435 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: 1266/2408] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:56:06 2026] GET /v2.0/ports?tenant_id=ab0a8dc3780c4074a444f22bcf10c177&device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 5616 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2409] 199.19.213.96 () {38 vars in 1027 bytes} [Wed Jun 10 09:56:06 2026] PUT /v2.0/ports/984cb1c7-e0a6-4a84-8902-154b4bb20b4b => generated 1235 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2410] 199.19.213.96 () {34 vars in 1061 bytes} [Wed Jun 10 09:56:06 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.103&port_id=83aba15a-78a6-49cf-819f-a13a62432047 => generated 19 bytes in 27 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-06-10 09:56:06.715 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6da464aa-ad1a-4005-adec-1d23788b9613'] response: {'name': 'network-changed', 'server_uuid': 'a3d346d4-6dad-45be-af1a-5ae139ab68b2', 'tag': '984cb1c7-e0a6-4a84-8902-154b4bb20b4b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1144/2411] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:56:06 2026] GET /v2.0/subnets?id=db1fcec1-bd47-4972-bf76-3d56705e9578 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2412] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:56:06 2026] GET /v2.0/ports?network_id=9776ee07-ddf7-44ea-a120-addab3936432&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2413] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:56:06 2026] GET /v2.0/networks/9776ee07-ddf7-44ea-a120-addab3936432?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: 1145/2414] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:56:06 2026] GET /v2.0/ports?device_id=a3d346d4-6dad-45be-af1a-5ae139ab68b2 => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2415] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:56:06 2026] GET /v2.0/networks/9776ee07-ddf7-44ea-a120-addab3936432?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2416] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:56:06 2026] GET /v2.0/security-groups?id=0c9a150b-30b0-4cab-b58f-58a71f89cea7&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2417] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:56:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.157&port_id=38f14b74-102f-44b2-aaab-4ec023c04642 => 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: 1147/2418] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:56:06 2026] GET /v2.0/subnets?id=1829b93d-4682-4853-a7f9-9889b17ef2be => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2419] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:56:06 2026] GET /v2.0/ports?network_id=93098a16-8c6f-4ef5-b7a8-71fb17fcaca1&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2420] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:56:07 2026] GET /v2.0/networks/93098a16-8c6f-4ef5-b7a8-71fb17fcaca1?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2421] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:56:07 2026] GET /v2.0/networks/93098a16-8c6f-4ef5-b7a8-71fb17fcaca1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2422] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:56:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.202&port_id=1ae49f65-69f9-4775-8d09-e1417d8e9ee4 => 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: 1274/2423] 199.19.213.96 () {34 vars in 1103 bytes} [Wed Jun 10 09:56:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A110&port_id=1ae49f65-69f9-4775-8d09-e1417d8e9ee4 => 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: 1150/2424] 199.19.213.96 () {34 vars in 1063 bytes} [Wed Jun 10 09:56:07 2026] GET /v2.0/subnets?id=88b4c0a5-6192-4b40-808f-994b86b97e15&id=e8ff0302-219f-4906-aa4c-81e6f34dbb2a => generated 1409 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2425] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:56:07 2026] GET /v2.0/ports?tenant_id=13291826ebf44be680f3043d0e433646&device_id=a3d346d4-6dad-45be-af1a-5ae139ab68b2 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2426] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:56:07 2026] GET /v2.0/ports?network_id=efd860fe-774a-4a86-a8f2-3d6afa83382b&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: 7|app: 0|req: 1276/2427] 199.19.213.96 () {34 vars in 1017 bytes} [Wed Jun 10 09:56:07 2026] GET /v2.0/networks?tenant_id=13291826ebf44be680f3043d0e433646&shared=False => generated 756 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2428] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:56:07 2026] GET /v2.0/ports?network_id=efd860fe-774a-4a86-a8f2-3d6afa83382b&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2429] 199.19.213.96 () {34 vars in 929 bytes} [Wed Jun 10 09:56:07 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: 1153/2430] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:56:07 2026] GET /v2.0/networks/efd860fe-774a-4a86-a8f2-3d6afa83382b?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2431] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:56:07 2026] GET /v2.0/networks/efd860fe-774a-4a86-a8f2-3d6afa83382b?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: 1154/2432] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:56:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.245&port_id=790d84f1-3c7c-47ab-a42d-67ed06218b8e => 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: 1279/2433] 199.19.213.96 () {34 vars in 1105 bytes} [Wed Jun 10 09:56:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A356&port_id=790d84f1-3c7c-47ab-a42d-67ed06218b8e => 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: 1155/2434] 199.19.213.96 () {34 vars in 1063 bytes} [Wed Jun 10 09:56:07 2026] GET /v2.0/subnets?id=84c3b843-0ba8-46ab-b67c-b618b67d8575&id=423857d2-9b40-4152-9a6c-58e9c2b396f3 => generated 1415 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2435] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:56:07 2026] GET /v2.0/ports?network_id=92f4f4c1-b093-406e-aa7d-e930a57dfe2b&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2436] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:56:07 2026] GET /v2.0/ports?network_id=92f4f4c1-b093-406e-aa7d-e930a57dfe2b&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: 1281/2437] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:56:07 2026] GET /v2.0/networks/92f4f4c1-b093-406e-aa7d-e930a57dfe2b?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: 1157/2438] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:56:07 2026] GET /v2.0/networks/92f4f4c1-b093-406e-aa7d-e930a57dfe2b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2439] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:56:07 2026] GET /v2.0/ports?device_id=a3d346d4-6dad-45be-af1a-5ae139ab68b2 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2440] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:56:08 2026] GET /v2.0/security-groups?id=0c9a150b-30b0-4cab-b58f-58a71f89cea7&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: 1283/2441] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:56:08 2026] GET /v2.0/ports?tenant_id=13291826ebf44be680f3043d0e433646&device_id=a3d346d4-6dad-45be-af1a-5ae139ab68b2 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2442] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:56:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=984cb1c7-e0a6-4a84-8902-154b4bb20b4b => 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: 1284/2443] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:56:08 2026] GET /v2.0/subnets?id=29b5ebd5-fb07-41f4-8c4a-a3419c7507b2 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2444] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:56:08 2026] GET /v2.0/ports?network_id=23016235-b5ec-4085-b443-5f40672dc610&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2445] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:56:08 2026] GET /v2.0/networks/23016235-b5ec-4085-b443-5f40672dc610?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2446] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:56:08 2026] GET /v2.0/networks/23016235-b5ec-4085-b443-5f40672dc610?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: 1286/2447] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:56:09 2026] GET /v2.0/ports?device_id=a3d346d4-6dad-45be-af1a-5ae139ab68b2 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2448] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:56:09 2026] GET /v2.0/security-groups?id=0c9a150b-30b0-4cab-b58f-58a71f89cea7&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: 1287/2449] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:56:10 2026] GET /v2.0/ports?device_id=a3d346d4-6dad-45be-af1a-5ae139ab68b2 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2450] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:56:10 2026] GET /v2.0/security-groups?id=0c9a150b-30b0-4cab-b58f-58a71f89cea7&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2451] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:56:11 2026] GET /v2.0/ports?device_id=a3d346d4-6dad-45be-af1a-5ae139ab68b2 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2452] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:56:11 2026] GET /v2.0/security-groups?id=0c9a150b-30b0-4cab-b58f-58a71f89cea7&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: 1289/2453] 10.0.0.109 () {34 vars in 971 bytes} [Wed Jun 10 09:56:11 2026] GET /v2.0/ports/790d84f1-3c7c-47ab-a42d-67ed06218b8e => generated 1524 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2454] 199.19.213.96 () {30 vars in 742 bytes} [Wed Jun 10 09:56:11 2026] GET /v2.0/networks/92f4f4c1-b093-406e-aa7d-e930a57dfe2b => generated 797 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2455] 199.19.213.96 () {30 vars in 740 bytes} [Wed Jun 10 09:56:11 2026] GET /v2.0/subnets/84c3b843-0ba8-46ab-b67c-b618b67d8575 => 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: 1166/2456] 199.19.213.96 () {30 vars in 740 bytes} [Wed Jun 10 09:56:12 2026] GET /v2.0/subnets/423857d2-9b40-4152-9a6c-58e9c2b396f3 => generated 748 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2457] 199.19.213.96 () {30 vars in 736 bytes} [Wed Jun 10 09:56:12 2026] GET /v2.0/ports/1ae49f65-69f9-4775-8d09-e1417d8e9ee4 => generated 1520 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2458] 199.19.213.96 () {34 vars in 789 bytes} [Wed Jun 10 09:56:12 2026] PUT /v2.0/ports/1ae49f65-69f9-4775-8d09-e1417d8e9ee4 => generated 1255 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:56:12.516 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4edbbc67-3d9d-4209-9d28-8d59d5fdfa31'] response: {'name': 'network-changed', 'server_uuid': 'f5ddd679-5bba-4fb3-a14a-f2139a5130e0', 'tag': '1ae49f65-69f9-4775-8d09-e1417d8e9ee4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1292/2459] 199.19.213.96 () {30 vars in 742 bytes} [Wed Jun 10 09:56:12 2026] GET /v2.0/networks/efd860fe-774a-4a86-a8f2-3d6afa83382b => generated 797 bytes in 72 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: 1168/2462] 199.19.213.96 () {30 vars in 740 bytes} [Wed Jun 10 09:56:12 2026] GET /v2.0/subnets/e8ff0302-219f-4906-aa4c-81e6f34dbb2a => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2463] 199.19.213.96 () {30 vars in 702 bytes} [Wed Jun 10 09:56:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2464] 199.19.213.96 () {30 vars in 704 bytes} [Wed Jun 10 09:56:12 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: 1295/2465] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:56:12 2026] GET /v2.0/ports?device_id=a3d346d4-6dad-45be-af1a-5ae139ab68b2 => 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: 1171/2466] 199.19.213.96 () {30 vars in 680 bytes} [Wed Jun 10 09:56:12 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: 1172/2467] 199.19.213.96 () {30 vars in 716 bytes} [Wed Jun 10 09:56:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2468] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:56:12 2026] GET /v2.0/security-groups?id=0c9a150b-30b0-4cab-b58f-58a71f89cea7&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: 1173/2469] 199.19.213.96 () {30 vars in 740 bytes} [Wed Jun 10 09:56:12 2026] GET /v2.0/subnets/1829b93d-4682-4853-a7f9-9889b17ef2be => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2470] 199.19.213.96 () {30 vars in 736 bytes} [Wed Jun 10 09:56:12 2026] GET /v2.0/ports/96da1e02-b381-48c2-b613-9dddf4dfe603 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2471] 199.19.213.96 () {30 vars in 736 bytes} [Wed Jun 10 09:56:12 2026] GET /v2.0/ports/38f14b74-102f-44b2-aaab-4ec023c04642 => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2472] 199.19.213.96 () {30 vars in 740 bytes} [Wed Jun 10 09:56:12 2026] GET /v2.0/subnets/1829b93d-4682-4853-a7f9-9889b17ef2be => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2473] 199.19.213.96 () {30 vars in 742 bytes} [Wed Jun 10 09:56:12 2026] GET /v2.0/networks/93098a16-8c6f-4ef5-b7a8-71fb17fcaca1 => generated 797 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2474] 199.19.213.96 () {30 vars in 736 bytes} [Wed Jun 10 09:56:13 2026] GET /v2.0/ports/96da1e02-b381-48c2-b613-9dddf4dfe603 => generated 1132 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2475] 199.19.213.96 () {30 vars in 740 bytes} [Wed Jun 10 09:56:13 2026] GET /v2.0/subnets/1829b93d-4682-4853-a7f9-9889b17ef2be => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2476] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:56:13 2026] GET /v2.0/ports?tenant_id=ab0a8dc3780c4074a444f22bcf10c177&device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 5389 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2477] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:56:13 2026] GET /v2.0/networks?id=efd860fe-774a-4a86-a8f2-3d6afa83382b => generated 800 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2478] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:56:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.202&port_id=1ae49f65-69f9-4775-8d09-e1417d8e9ee4 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2479] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:56:13 2026] GET /v2.0/subnets?id=e8ff0302-219f-4906-aa4c-81e6f34dbb2a => generated 677 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2480] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:56:13 2026] GET /v2.0/ports?network_id=efd860fe-774a-4a86-a8f2-3d6afa83382b&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: 7|app: 0|req: 1303/2481] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:56:13 2026] GET /v2.0/networks/efd860fe-774a-4a86-a8f2-3d6afa83382b?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2482] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:56:13 2026] GET /v2.0/networks/efd860fe-774a-4a86-a8f2-3d6afa83382b?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: 1304/2483] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:56:13 2026] GET /v2.0/ports?device_id=a3d346d4-6dad-45be-af1a-5ae139ab68b2 => 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: 1180/2484] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:56:13 2026] GET /v2.0/security-groups?id=0c9a150b-30b0-4cab-b58f-58a71f89cea7&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2485] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:56:13 2026] GET /v2.0/ports?device_id=a3d346d4-6dad-45be-af1a-5ae139ab68b2 => 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: 1181/2486] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:56:14 2026] GET /v2.0/security-groups?id=0c9a150b-30b0-4cab-b58f-58a71f89cea7&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2487] 10.0.0.107 () {32 vars in 736 bytes} [Wed Jun 10 09:56:14 2026] GET /v2.0/ports?device_id=a3d346d4-6dad-45be-af1a-5ae139ab68b2 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:56:14.974 8 INFO neutron.db.l3_db [None req-d6952a0a-9c7a-43b5-a579-7bd53ef56813 4e2e7e18889a423797096bd88adb81ac 13291826ebf44be680f3043d0e433646 - - default default] Floating IP 057f4b59-4bb3-42a6-8108-6b14f9a7591a associated. External IP: 10.96.250.210, port: 984cb1c7-e0a6-4a84-8902-154b4bb20b4b. [pid: 8|app: 0|req: 1182/2488] 10.0.0.107 () {34 vars in 677 bytes} [Wed Jun 10 09:56:14 2026] POST /v2.0/floatingips => generated 855 bytes in 1198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:56:15.376 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c6e9c86-1cbf-46a1-bab2-ae2c71afc1e3'] response: {'name': 'network-changed', 'server_uuid': 'a3d346d4-6dad-45be-af1a-5ae139ab68b2', 'tag': '984cb1c7-e0a6-4a84-8902-154b4bb20b4b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1307/2489] 10.0.0.107 () {32 vars in 729 bytes} [Wed Jun 10 09:56:15 2026] GET /v2.0/floatingips/057f4b59-4bb3-42a6-8108-6b14f9a7591a => generated 855 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2490] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:56:15 2026] GET /v2.0/ports?tenant_id=13291826ebf44be680f3043d0e433646&device_id=a3d346d4-6dad-45be-af1a-5ae139ab68b2 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2491] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:56:15 2026] GET /v2.0/networks?id=23016235-b5ec-4085-b443-5f40672dc610 => generated 756 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2492] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:56:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=984cb1c7-e0a6-4a84-8902-154b4bb20b4b => 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: 1309/2493] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:56:16 2026] GET /v2.0/subnets?id=29b5ebd5-fb07-41f4-8c4a-a3419c7507b2 => generated 678 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2494] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:56:16 2026] GET /v2.0/ports?network_id=23016235-b5ec-4085-b443-5f40672dc610&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2495] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:56:16 2026] GET /v2.0/networks/23016235-b5ec-4085-b443-5f40672dc610?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: 1186/2496] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:56:16 2026] GET /v2.0/networks/23016235-b5ec-4085-b443-5f40672dc610?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: 1311/2497] 10.0.0.107 () {32 vars in 729 bytes} [Wed Jun 10 09:56:16 2026] GET /v2.0/floatingips/057f4b59-4bb3-42a6-8108-6b14f9a7591a => generated 855 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2498] 10.0.0.107 () {32 vars in 729 bytes} [Wed Jun 10 09:56:17 2026] GET /v2.0/floatingips/057f4b59-4bb3-42a6-8108-6b14f9a7591a => generated 857 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2499] 10.0.0.50 () {34 vars in 989 bytes} [Wed Jun 10 09:56:25 2026] GET /v2.0/ports?device_id=a3d346d4-6dad-45be-af1a-5ae139ab68b2 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2500] 10.0.0.50 () {34 vars in 1039 bytes} [Wed Jun 10 09:56:25 2026] GET /v2.0/security-groups?id=0c9a150b-30b0-4cab-b58f-58a71f89cea7&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: 1313/2501] 199.19.213.96 () {30 vars in 702 bytes} [Wed Jun 10 09:56:25 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: 1189/2502] 199.19.213.96 () {30 vars in 704 bytes} [Wed Jun 10 09:56:25 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: 1314/2503] 199.19.213.96 () {30 vars in 680 bytes} [Wed Jun 10 09:56:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2504] 199.19.213.96 () {30 vars in 716 bytes} [Wed Jun 10 09:56:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2505] 199.19.213.96 () {30 vars in 740 bytes} [Wed Jun 10 09:56:25 2026] GET /v2.0/subnets/e8ff0302-219f-4906-aa4c-81e6f34dbb2a => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2506] 199.19.213.96 () {30 vars in 768 bytes} [Wed Jun 10 09:56:25 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 5389 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2507] 199.19.213.96 () {30 vars in 702 bytes} [Wed Jun 10 09:56:25 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: 1192/2508] 199.19.213.96 () {30 vars in 704 bytes} [Wed Jun 10 09:56:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2509] 199.19.213.96 () {30 vars in 680 bytes} [Wed Jun 10 09:56:25 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: 1193/2510] 199.19.213.96 () {30 vars in 716 bytes} [Wed Jun 10 09:56:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2511] 199.19.213.96 () {30 vars in 736 bytes} [Wed Jun 10 09:56:25 2026] GET /v2.0/ports/790d84f1-3c7c-47ab-a42d-67ed06218b8e => generated 1524 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2512] 199.19.213.96 () {34 vars in 789 bytes} [Wed Jun 10 09:56:25 2026] PUT /v2.0/ports/790d84f1-3c7c-47ab-a42d-67ed06218b8e => generated 1311 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:56:26.037 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-69cd4e0a-f724-49c8-850f-ca96ba5eb93f'] response: {'name': 'network-changed', 'server_uuid': 'f5ddd679-5bba-4fb3-a14a-f2139a5130e0', 'tag': '790d84f1-3c7c-47ab-a42d-67ed06218b8e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1319/2513] 199.19.213.96 () {30 vars in 742 bytes} [Wed Jun 10 09:56:26 2026] GET /v2.0/networks/92f4f4c1-b093-406e-aa7d-e930a57dfe2b => generated 797 bytes in 82 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: 1195/2514] 199.19.213.96 () {30 vars in 740 bytes} [Wed Jun 10 09:56:26 2026] GET /v2.0/subnets/423857d2-9b40-4152-9a6c-58e9c2b396f3 => generated 748 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2515] 199.19.213.96 () {30 vars in 736 bytes} [Wed Jun 10 09:56:26 2026] GET /v2.0/ports/790d84f1-3c7c-47ab-a42d-67ed06218b8e => generated 1347 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2516] 199.19.213.96 () {34 vars in 788 bytes} [Wed Jun 10 09:56:26 2026] PUT /v2.0/ports/790d84f1-3c7c-47ab-a42d-67ed06218b8e => generated 1080 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2517] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:56:26 2026] GET /v2.0/ports?tenant_id=ab0a8dc3780c4074a444f22bcf10c177&device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 4981 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1322/2518] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:56:26 2026] GET /v2.0/networks?id=92f4f4c1-b093-406e-aa7d-e930a57dfe2b => generated 800 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2519] 199.19.213.96 () {30 vars in 742 bytes} [Wed Jun 10 09:56:26 2026] GET /v2.0/networks/92f4f4c1-b093-406e-aa7d-e930a57dfe2b => generated 797 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2520] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:56:26 2026] GET /v2.0/networks/92f4f4c1-b093-406e-aa7d-e930a57dfe2b?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: 1198/2521] 199.19.213.96 () {30 vars in 768 bytes} [Wed Jun 10 09:56:26 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 4981 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2522] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:56:26 2026] GET /v2.0/networks/92f4f4c1-b093-406e-aa7d-e930a57dfe2b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2523] 199.19.213.96 () {30 vars in 768 bytes} [Wed Jun 10 09:56:26 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 4981 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2526] 199.19.213.96 () {30 vars in 768 bytes} [Wed Jun 10 09:56:27 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 4981 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:56:28.140 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-43afb1f8-d840-4f5e-bcf2-a09a9ba10544'] response: {'name': 'network-changed', 'server_uuid': 'f5ddd679-5bba-4fb3-a14a-f2139a5130e0', 'tag': '790d84f1-3c7c-47ab-a42d-67ed06218b8e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1326/2527] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:56:28 2026] GET /v2.0/ports?tenant_id=ab0a8dc3780c4074a444f22bcf10c177&device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 4981 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2528] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:56:28 2026] GET /v2.0/networks?id=92f4f4c1-b093-406e-aa7d-e930a57dfe2b => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2529] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:56:28 2026] GET /v2.0/networks/92f4f4c1-b093-406e-aa7d-e930a57dfe2b?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: 1203/2530] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:56:28 2026] GET /v2.0/networks/92f4f4c1-b093-406e-aa7d-e930a57dfe2b?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: 1328/2531] 199.19.213.96 () {30 vars in 768 bytes} [Wed Jun 10 09:56:28 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 4981 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2532] 199.19.213.96 () {34 vars in 974 bytes} [Wed Jun 10 09:56:29 2026] GET /v2.0/ports/790d84f1-3c7c-47ab-a42d-67ed06218b8e => generated 1116 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2533] 199.19.213.96 () {34 vars in 1059 bytes} [Wed Jun 10 09:56:29 2026] GET /v2.0/ports/790d84f1-3c7c-47ab-a42d-67ed06218b8e?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2534] 199.19.213.96 () {34 vars in 1015 bytes} [Wed Jun 10 09:56:29 2026] GET /v2.0/networks/92f4f4c1-b093-406e-aa7d-e930a57dfe2b?fields=dns_domain => generated 29 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2535] 199.19.213.96 () {38 vars in 1027 bytes} [Wed Jun 10 09:56:29 2026] PUT /v2.0/ports/790d84f1-3c7c-47ab-a42d-67ed06218b8e => generated 917 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2536] 199.19.213.96 () {30 vars in 768 bytes} [Wed Jun 10 09:56:30 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 3873 bytes in 63 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-06-10 09:56:30.217 7 INFO neutron_taas.services.taas.taas_plugin [None req-10d5e494-1df8-4983-8820-961ddb5d6cb5 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: 790d84f1-3c7c-47ab-a42d-67ed06218b8e 2026-06-10 09:56:30.222 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10d5e494-1df8-4983-8820-961ddb5d6cb5 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: 790d84f1-3c7c-47ab-a42d-67ed06218b8e [pid: 7|app: 0|req: 1331/2537] 199.19.213.96 () {32 vars in 758 bytes} [Wed Jun 10 09:56:30 2026] DELETE /v2.0/ports/790d84f1-3c7c-47ab-a42d-67ed06218b8e => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2538] 199.19.213.96 () {30 vars in 702 bytes} [Wed Jun 10 09:56:30 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: 1332/2539] 199.19.213.96 () {30 vars in 704 bytes} [Wed Jun 10 09:56:30 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: 1208/2540] 199.19.213.96 () {30 vars in 680 bytes} [Wed Jun 10 09:56:30 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: 1333/2541] 199.19.213.96 () {30 vars in 716 bytes} [Wed Jun 10 09:56:30 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: 1209/2542] 199.19.213.96 () {30 vars in 740 bytes} [Wed Jun 10 09:56:30 2026] GET /v2.0/subnets/1829b93d-4682-4853-a7f9-9889b17ef2be => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2543] 199.19.213.96 () {30 vars in 736 bytes} [Wed Jun 10 09:56:30 2026] GET /v2.0/ports/96da1e02-b381-48c2-b613-9dddf4dfe603 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2544] 199.19.213.96 () {30 vars in 736 bytes} [Wed Jun 10 09:56:30 2026] GET /v2.0/ports/38f14b74-102f-44b2-aaab-4ec023c04642 => generated 1350 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2545] 199.19.213.96 () {30 vars in 740 bytes} [Wed Jun 10 09:56:30 2026] GET /v2.0/subnets/1829b93d-4682-4853-a7f9-9889b17ef2be => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2546] 199.19.213.96 () {30 vars in 742 bytes} [Wed Jun 10 09:56:30 2026] GET /v2.0/networks/93098a16-8c6f-4ef5-b7a8-71fb17fcaca1 => generated 797 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2547] 199.19.213.96 () {30 vars in 736 bytes} [Wed Jun 10 09:56:30 2026] GET /v2.0/ports/96da1e02-b381-48c2-b613-9dddf4dfe603 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2548] 199.19.213.96 () {30 vars in 740 bytes} [Wed Jun 10 09:56:30 2026] GET /v2.0/subnets/1829b93d-4682-4853-a7f9-9889b17ef2be => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2549] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:56:31 2026] GET /v2.0/ports?tenant_id=ab0a8dc3780c4074a444f22bcf10c177&device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 3873 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2550] 199.19.213.96 () {34 vars in 1225 bytes} [Wed Jun 10 09:56:31 2026] GET /v2.0/networks?id=9776ee07-ddf7-44ea-a120-addab3936432&id=93098a16-8c6f-4ef5-b7a8-71fb17fcaca1&id=efd860fe-774a-4a86-a8f2-3d6afa83382b&id=92f4f4c1-b093-406e-aa7d-e930a57dfe2b => generated 3093 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2551] 199.19.213.96 () {34 vars in 1061 bytes} [Wed Jun 10 09:56:31 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.103&port_id=83aba15a-78a6-49cf-819f-a13a62432047 => 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: 1214/2552] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:56:31 2026] GET /v2.0/subnets?id=db1fcec1-bd47-4972-bf76-3d56705e9578 => 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: 1339/2553] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:56:31 2026] GET /v2.0/ports?network_id=9776ee07-ddf7-44ea-a120-addab3936432&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: 1215/2554] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:56:31 2026] GET /v2.0/networks/9776ee07-ddf7-44ea-a120-addab3936432?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2555] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:56:31 2026] GET /v2.0/networks/9776ee07-ddf7-44ea-a120-addab3936432?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: 1216/2556] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:56:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.157&port_id=38f14b74-102f-44b2-aaab-4ec023c04642 => 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: 1341/2557] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:56:31 2026] GET /v2.0/subnets?id=1829b93d-4682-4853-a7f9-9889b17ef2be => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2558] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:56:31 2026] GET /v2.0/ports?network_id=93098a16-8c6f-4ef5-b7a8-71fb17fcaca1&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2559] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:56:31 2026] GET /v2.0/networks/93098a16-8c6f-4ef5-b7a8-71fb17fcaca1?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: 1218/2560] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:56:31 2026] GET /v2.0/networks/93098a16-8c6f-4ef5-b7a8-71fb17fcaca1?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: 1343/2561] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:56:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.202&port_id=1ae49f65-69f9-4775-8d09-e1417d8e9ee4 => 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: 1219/2562] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:56:31 2026] GET /v2.0/subnets?id=e8ff0302-219f-4906-aa4c-81e6f34dbb2a => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2563] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:56:31 2026] GET /v2.0/ports?network_id=efd860fe-774a-4a86-a8f2-3d6afa83382b&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: 1220/2564] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:56:31 2026] GET /v2.0/networks/efd860fe-774a-4a86-a8f2-3d6afa83382b?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2565] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:56:31 2026] GET /v2.0/networks/efd860fe-774a-4a86-a8f2-3d6afa83382b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2566] 10.0.0.107 () {32 vars in 826 bytes} [Wed Jun 10 09:56:34 2026] GET /v2.0/ports?project_id=13291826ebf44be680f3043d0e433646&network_id=23016235-b5ec-4085-b443-5f40672dc610 => generated 3691 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2567] 10.0.0.107 () {32 vars in 742 bytes} [Wed Jun 10 09:56:35 2026] GET /v2.0/subnets?network_id=1ee89c5f-6074-43b9-ba79-57c784faf048 => generated 667 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:56:35.357 8 INFO neutron.db.l3_db [None req-0776e045-6c85-46af-9ea3-f31f6842c99f 4e2e7e18889a423797096bd88adb81ac 13291826ebf44be680f3043d0e433646 - - default default] Floating IP 057f4b59-4bb3-42a6-8108-6b14f9a7591a disassociated. External IP: 10.96.250.210, port: 984cb1c7-e0a6-4a84-8902-154b4bb20b4b. [pid: 8|app: 0|req: 1222/2568] 10.0.0.107 () {34 vars in 749 bytes} [Wed Jun 10 09:56:35 2026] PUT /v2.0/floatingips/057f4b59-4bb3-42a6-8108-6b14f9a7591a => generated 554 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2569] 10.0.0.107 () {32 vars in 729 bytes} [Wed Jun 10 09:56:35 2026] GET /v2.0/floatingips/057f4b59-4bb3-42a6-8108-6b14f9a7591a => generated 554 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:56:35.736 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-028b20b7-f4e1-4f0e-96f7-2cf66634dd61'] response: {'name': 'network-changed', 'server_uuid': 'a3d346d4-6dad-45be-af1a-5ae139ab68b2', 'tag': '984cb1c7-e0a6-4a84-8902-154b4bb20b4b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1223/2570] 199.19.213.96 () {30 vars in 702 bytes} [Wed Jun 10 09:56:36 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: 1348/2571] 199.19.213.96 () {30 vars in 704 bytes} [Wed Jun 10 09:56:36 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: 1349/2572] 199.19.213.96 () {30 vars in 680 bytes} [Wed Jun 10 09:56:36 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: 1350/2573] 199.19.213.96 () {30 vars in 716 bytes} [Wed Jun 10 09:56: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: 1224/2574] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:56:36 2026] GET /v2.0/ports?tenant_id=13291826ebf44be680f3043d0e433646&device_id=a3d346d4-6dad-45be-af1a-5ae139ab68b2 => 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: 1351/2575] 199.19.213.96 () {30 vars in 768 bytes} [Wed Jun 10 09:56:36 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 3873 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2576] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:56:36 2026] GET /v2.0/networks?id=23016235-b5ec-4085-b443-5f40672dc610 => generated 756 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2577] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:56:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=984cb1c7-e0a6-4a84-8902-154b4bb20b4b => 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: 1226/2578] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:56:36 2026] GET /v2.0/subnets?id=29b5ebd5-fb07-41f4-8c4a-a3419c7507b2 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2579] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:56:36 2026] GET /v2.0/ports?network_id=23016235-b5ec-4085-b443-5f40672dc610&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: 1354/2580] 199.19.213.96 () {30 vars in 702 bytes} [Wed Jun 10 09:56:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2581] 199.19.213.96 () {30 vars in 704 bytes} [Wed Jun 10 09:56:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2582] 199.19.213.96 () {30 vars in 680 bytes} [Wed Jun 10 09:56:36 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: 1227/2583] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:56:36 2026] GET /v2.0/networks/23016235-b5ec-4085-b443-5f40672dc610?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: 1357/2584] 199.19.213.96 () {30 vars in 716 bytes} [Wed Jun 10 09:56:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2585] 199.19.213.96 () {30 vars in 736 bytes} [Wed Jun 10 09:56:36 2026] GET /v2.0/ports/1ae49f65-69f9-4775-8d09-e1417d8e9ee4 => generated 1291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2586] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:56:36 2026] GET /v2.0/networks/23016235-b5ec-4085-b443-5f40672dc610?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: 1229/2587] 10.0.0.107 () {32 vars in 729 bytes} [Wed Jun 10 09:56:36 2026] GET /v2.0/floatingips/057f4b59-4bb3-42a6-8108-6b14f9a7591a => generated 554 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2588] 199.19.213.96 () {34 vars in 788 bytes} [Wed Jun 10 09:56:36 2026] PUT /v2.0/ports/1ae49f65-69f9-4775-8d09-e1417d8e9ee4 => generated 1080 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:56:36.918 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-00570b74-4ff7-43a6-8a87-4c150b32531d'] response: {'name': 'network-changed', 'server_uuid': 'f5ddd679-5bba-4fb3-a14a-f2139a5130e0', 'tag': '1ae49f65-69f9-4775-8d09-e1417d8e9ee4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1230/2589] 199.19.213.96 () {30 vars in 742 bytes} [Wed Jun 10 09:56:36 2026] GET /v2.0/networks/efd860fe-774a-4a86-a8f2-3d6afa83382b => generated 797 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1360/2590] 199.19.213.96 () {30 vars in 768 bytes} [Wed Jun 10 09:56:36 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 3698 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2591] 199.19.213.96 () {30 vars in 768 bytes} [Wed Jun 10 09:56:37 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 3698 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2592] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:56:37 2026] GET /v2.0/ports?tenant_id=ab0a8dc3780c4074a444f22bcf10c177&device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 3698 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2593] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:56:37 2026] GET /v2.0/networks?id=efd860fe-774a-4a86-a8f2-3d6afa83382b => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2594] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:56:37 2026] GET /v2.0/networks/efd860fe-774a-4a86-a8f2-3d6afa83382b?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2595] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:56:37 2026] GET /v2.0/networks/efd860fe-774a-4a86-a8f2-3d6afa83382b?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: 1363/2596] 10.0.0.107 () {32 vars in 729 bytes} [Wed Jun 10 09:56:37 2026] GET /v2.0/floatingips/057f4b59-4bb3-42a6-8108-6b14f9a7591a => 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: 1234/2597] 199.19.213.96 () {30 vars in 768 bytes} [Wed Jun 10 09:56:38 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 3698 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2598] 10.0.0.107 () {34 vars in 685 bytes} [Wed Jun 10 09:56:38 2026] POST /v2.0/security-groups => generated 1673 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2599] 199.19.213.96 () {34 vars in 974 bytes} [Wed Jun 10 09:56:39 2026] GET /v2.0/ports/1ae49f65-69f9-4775-8d09-e1417d8e9ee4 => generated 1116 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2600] 199.19.213.96 () {34 vars in 1059 bytes} [Wed Jun 10 09:56:39 2026] GET /v2.0/ports/1ae49f65-69f9-4775-8d09-e1417d8e9ee4?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2601] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:56:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2602] 199.19.213.96 () {34 vars in 1015 bytes} [Wed Jun 10 09:56:39 2026] GET /v2.0/networks/efd860fe-774a-4a86-a8f2-3d6afa83382b?fields=dns_domain => generated 29 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2603] 199.19.213.96 () {30 vars in 768 bytes} [Wed Jun 10 09:56:39 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 3698 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2604] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:56:39 2026] POST /v2.0/security-group-rules => generated 596 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2605] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:56:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2606] 199.19.213.96 () {38 vars in 1027 bytes} [Wed Jun 10 09:56:39 2026] PUT /v2.0/ports/1ae49f65-69f9-4775-8d09-e1417d8e9ee4 => generated 917 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2607] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:56:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 131 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-06-10 09:56:39.684 7 INFO neutron.db.securitygroups_db [None req-9263381e-6b63-44fc-b143-215444bc0877 4e2e7e18889a423797096bd88adb81ac 13291826ebf44be680f3043d0e433646 - - default default] Project 13291826ebf44be680f3043d0e433646 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: 1370/2608] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:56:39 2026] POST /v2.0/security-group-rules => generated 607 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:56:39.823 8 INFO neutron.db.securitygroups_db [None req-0a1ff96f-0ed1-4ee0-8863-a29b3ff5e06a 4e2e7e18889a423797096bd88adb81ac 13291826ebf44be680f3043d0e433646 - - default default] Project 13291826ebf44be680f3043d0e433646 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: 1239/2609] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:56:39 2026] POST /v2.0/security-group-rules => generated 606 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2610] 199.19.213.96 () {30 vars in 768 bytes} [Wed Jun 10 09:56:40 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 2590 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2611] 10.0.0.107 () {32 vars in 649 bytes} [Wed Jun 10 09:56:40 2026] GET /v2.0/networks => generated 1297 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:56:40.438 7 INFO neutron_taas.services.taas.taas_plugin [None req-29534ba2-e7fd-4b33-b581-0bac9f31d250 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: 1ae49f65-69f9-4775-8d09-e1417d8e9ee4 2026-06-10 09:56:40.441 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29534ba2-e7fd-4b33-b581-0bac9f31d250 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: 1ae49f65-69f9-4775-8d09-e1417d8e9ee4 [pid: 7|app: 0|req: 1372/2612] 199.19.213.96 () {32 vars in 758 bytes} [Wed Jun 10 09:56:40 2026] DELETE /v2.0/ports/1ae49f65-69f9-4775-8d09-e1417d8e9ee4 => 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: 1241/2613] 10.0.0.109 () {34 vars in 1098 bytes} [Wed Jun 10 09:56:40 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-221465249&fields=id&tenant_id=13291826ebf44be680f3043d0e433646 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2614] 10.0.0.109 () {34 vars in 982 bytes} [Wed Jun 10 09:56:40 2026] GET /v2.0/networks?id=23016235-b5ec-4085-b443-5f40672dc610 => generated 660 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2615] 10.0.0.109 () {34 vars in 965 bytes} [Wed Jun 10 09:56:40 2026] GET /v2.0/quotas/13291826ebf44be680f3043d0e433646 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2616] 199.19.213.96 () {30 vars in 702 bytes} [Wed Jun 10 09:56: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: 8|app: 0|req: 1244/2617] 199.19.213.96 () {30 vars in 704 bytes} [Wed Jun 10 09:56:40 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: 1245/2618] 199.19.213.96 () {30 vars in 680 bytes} [Wed Jun 10 09:56:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2619] 199.19.213.96 () {30 vars in 716 bytes} [Wed Jun 10 09:56:40 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: 1247/2620] 199.19.213.96 () {30 vars in 740 bytes} [Wed Jun 10 09:56:40 2026] GET /v2.0/subnets/1829b93d-4682-4853-a7f9-9889b17ef2be => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2621] 10.0.0.109 () {34 vars in 1002 bytes} [Wed Jun 10 09:56:40 2026] GET /v2.0/ports?tenant_id=13291826ebf44be680f3043d0e433646&fields=id => generated 149 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2622] 199.19.213.96 () {30 vars in 736 bytes} [Wed Jun 10 09:56:40 2026] GET /v2.0/ports/96da1e02-b381-48c2-b613-9dddf4dfe603 => generated 1132 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2623] 10.0.0.109 () {34 vars in 1008 bytes} [Wed Jun 10 09:56:40 2026] GET /v2.0/networks/23016235-b5ec-4085-b443-5f40672dc610?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: 1249/2624] 199.19.213.96 () {30 vars in 736 bytes} [Wed Jun 10 09:56:40 2026] GET /v2.0/ports/38f14b74-102f-44b2-aaab-4ec023c04642 => generated 1350 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2625] 10.0.0.109 () {34 vars in 1108 bytes} [Wed Jun 10 09:56:40 2026] GET /v2.0/networks/23016235-b5ec-4085-b443-5f40672dc610?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2626] 199.19.213.96 () {30 vars in 740 bytes} [Wed Jun 10 09:56:40 2026] GET /v2.0/subnets/1829b93d-4682-4853-a7f9-9889b17ef2be => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2627] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:56:41 2026] GET /v2.0/ports?tenant_id=ab0a8dc3780c4074a444f22bcf10c177&device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 2590 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2628] 199.19.213.96 () {30 vars in 742 bytes} [Wed Jun 10 09:56:41 2026] GET /v2.0/networks/93098a16-8c6f-4ef5-b7a8-71fb17fcaca1 => generated 797 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2629] 199.19.213.96 () {34 vars in 1145 bytes} [Wed Jun 10 09:56:41 2026] GET /v2.0/networks?id=9776ee07-ddf7-44ea-a120-addab3936432&id=93098a16-8c6f-4ef5-b7a8-71fb17fcaca1&id=efd860fe-774a-4a86-a8f2-3d6afa83382b => generated 2307 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2630] 199.19.213.96 () {30 vars in 736 bytes} [Wed Jun 10 09:56:41 2026] GET /v2.0/ports/96da1e02-b381-48c2-b613-9dddf4dfe603 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2631] 199.19.213.96 () {34 vars in 1061 bytes} [Wed Jun 10 09:56:41 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.103&port_id=83aba15a-78a6-49cf-819f-a13a62432047 => 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: 1379/2632] 199.19.213.96 () {30 vars in 740 bytes} [Wed Jun 10 09:56:41 2026] GET /v2.0/subnets/1829b93d-4682-4853-a7f9-9889b17ef2be => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2633] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:56:41 2026] GET /v2.0/subnets?id=db1fcec1-bd47-4972-bf76-3d56705e9578 => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2634] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:56:41 2026] GET /v2.0/ports?network_id=9776ee07-ddf7-44ea-a120-addab3936432&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: 1380/2635] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:56:41 2026] GET /v2.0/ports?device_id=108b452d-3d00-408f-ae8b-c037e470e49e => generated 12 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2636] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:56:41 2026] GET /v2.0/networks/9776ee07-ddf7-44ea-a120-addab3936432?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2637] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:56:41 2026] GET /v2.0/networks/9776ee07-ddf7-44ea-a120-addab3936432?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: 1257/2638] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:56:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.157&port_id=38f14b74-102f-44b2-aaab-4ec023c04642 => 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: 1382/2639] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:56:41 2026] GET /v2.0/subnets?id=1829b93d-4682-4853-a7f9-9889b17ef2be => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2640] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:56:41 2026] GET /v2.0/ports?network_id=93098a16-8c6f-4ef5-b7a8-71fb17fcaca1&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2641] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:56:41 2026] GET /v2.0/networks/93098a16-8c6f-4ef5-b7a8-71fb17fcaca1?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: 1259/2642] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:56:41 2026] GET /v2.0/networks/93098a16-8c6f-4ef5-b7a8-71fb17fcaca1?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: 1384/2643] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:56:42 2026] GET /v2.0/ports?device_id=108b452d-3d00-408f-ae8b-c037e470e49e => 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: 1261/2646] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:56:43 2026] GET /v2.0/ports?device_id=108b452d-3d00-408f-ae8b-c037e470e49e => 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: 1386/2647] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:56:44 2026] GET /v2.0/ports?device_id=108b452d-3d00-408f-ae8b-c037e470e49e => 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: 1262/2648] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:56:45 2026] GET /v2.0/networks?id=23016235-b5ec-4085-b443-5f40672dc610 => generated 660 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2649] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:56:45 2026] GET /v2.0/ports?device_id=108b452d-3d00-408f-ae8b-c037e470e49e => 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: 1387/2650] 199.19.213.96 () {34 vars in 1049 bytes} [Wed Jun 10 09:56:45 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=13291826ebf44be680f3043d0e433646 => generated 272 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2651] 199.19.213.96 () {38 vars in 954 bytes} [Wed Jun 10 09:56:45 2026] POST /v2.0/ports => generated 954 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2652] 199.19.213.96 () {38 vars in 1027 bytes} [Wed Jun 10 09:56:46 2026] PUT /v2.0/ports/db2e0d98-5ea8-4e23-9778-f9ad9aa457ff => generated 1235 bytes in 505 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:56:46.620 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-75c49d50-9e46-4bc8-8dd3-d25fbb1e44b6'] response: {'name': 'network-changed', 'server_uuid': '108b452d-3d00-408f-ae8b-c037e470e49e', 'tag': 'db2e0d98-5ea8-4e23-9778-f9ad9aa457ff', '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: 1265/2653] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:56:46 2026] GET /v2.0/ports?device_id=108b452d-3d00-408f-ae8b-c037e470e49e => generated 969 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: 1389/2654] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:56:46 2026] GET /v2.0/security-groups?id=02c4cd4a-143b-4735-a2c1-d36f33174f64&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2655] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:56:47 2026] GET /v2.0/ports?tenant_id=13291826ebf44be680f3043d0e433646&device_id=108b452d-3d00-408f-ae8b-c037e470e49e => generated 1238 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2656] 199.19.213.96 () {34 vars in 1017 bytes} [Wed Jun 10 09:56:47 2026] GET /v2.0/networks?tenant_id=13291826ebf44be680f3043d0e433646&shared=False => generated 756 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2657] 199.19.213.96 () {34 vars in 929 bytes} [Wed Jun 10 09:56:47 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2658] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:56:47 2026] GET /v2.0/ports?device_id=108b452d-3d00-408f-ae8b-c037e470e49e => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2659] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:56:47 2026] GET /v2.0/security-groups?id=02c4cd4a-143b-4735-a2c1-d36f33174f64&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: 1392/2660] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:56:48 2026] GET /v2.0/ports?tenant_id=13291826ebf44be680f3043d0e433646&device_id=108b452d-3d00-408f-ae8b-c037e470e49e => 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: 1269/2661] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:56:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=db2e0d98-5ea8-4e23-9778-f9ad9aa457ff => 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: 1393/2662] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:56:48 2026] GET /v2.0/subnets?id=29b5ebd5-fb07-41f4-8c4a-a3419c7507b2 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2663] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:56:48 2026] GET /v2.0/ports?network_id=23016235-b5ec-4085-b443-5f40672dc610&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2664] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:56:48 2026] GET /v2.0/networks/23016235-b5ec-4085-b443-5f40672dc610?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: 1271/2665] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:56:48 2026] GET /v2.0/networks/23016235-b5ec-4085-b443-5f40672dc610?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2666] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:56:49 2026] GET /v2.0/ports?device_id=108b452d-3d00-408f-ae8b-c037e470e49e => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2667] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:56:49 2026] GET /v2.0/security-groups?id=02c4cd4a-143b-4735-a2c1-d36f33174f64&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2668] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:56:50 2026] GET /v2.0/ports?device_id=108b452d-3d00-408f-ae8b-c037e470e49e => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2669] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:56:50 2026] GET /v2.0/security-groups?id=02c4cd4a-143b-4735-a2c1-d36f33174f64&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2670] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:56:51 2026] GET /v2.0/ports?device_id=108b452d-3d00-408f-ae8b-c037e470e49e => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2671] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:56:51 2026] GET /v2.0/security-groups?id=02c4cd4a-143b-4735-a2c1-d36f33174f64&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2672] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:56:52 2026] GET /v2.0/ports?device_id=108b452d-3d00-408f-ae8b-c037e470e49e => 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: 1275/2673] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:56:52 2026] GET /v2.0/security-groups?id=02c4cd4a-143b-4735-a2c1-d36f33174f64&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2674] 199.19.213.96 () {30 vars in 702 bytes} [Wed Jun 10 09:56:52 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: 1276/2675] 199.19.213.96 () {30 vars in 704 bytes} [Wed Jun 10 09:56:52 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: 1400/2676] 199.19.213.96 () {30 vars in 680 bytes} [Wed Jun 10 09:56:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2677] 199.19.213.96 () {30 vars in 716 bytes} [Wed Jun 10 09:56:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:56:53.000 7 INFO neutron.api.v2.resource [None req-c7d9f550-b268-48b6-bd7b-608dc1be719f 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1401/2678] 199.19.213.96 () {30 vars in 762 bytes} [Wed Jun 10 09:56:52 2026] GET /v2.0/security-groups/lb-fb9337e0-249a-4491-96a6-4a8e6216f7f8 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2679] 199.19.213.96 () {30 vars in 784 bytes} [Wed Jun 10 09:56:53 2026] GET /v2.0/security-groups?name=lb-fb9337e0-249a-4491-96a6-4a8e6216f7f8 => generated 2861 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2680] 199.19.213.96 () {30 vars in 814 bytes} [Wed Jun 10 09:56:53 2026] GET /v2.0/security-group-rules?security_group_id=c6a9fe72-eb26-4f74-a1da-fe085442aa62 => generated 2334 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2681] 199.19.213.96 () {32 vars in 788 bytes} [Wed Jun 10 09:56:53 2026] DELETE /v2.0/security-group-rules/0519da36-7173-4746-b341-314b0f9ed056 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2682] 199.19.213.96 () {32 vars in 788 bytes} [Wed Jun 10 09:56:53 2026] DELETE /v2.0/security-group-rules/d3e32101-b569-4217-a5d4-bf537ca6ff25 => 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: 1280/2683] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:56:53 2026] GET /v2.0/ports?device_id=108b452d-3d00-408f-ae8b-c037e470e49e => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2684] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:56:53 2026] GET /v2.0/security-groups?id=02c4cd4a-143b-4735-a2c1-d36f33174f64&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: 1281/2685] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:56:53 2026] GET /v2.0/ports?device_id=108b452d-3d00-408f-ae8b-c037e470e49e => 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: 1405/2686] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:56:53 2026] GET /v2.0/security-groups?id=02c4cd4a-143b-4735-a2c1-d36f33174f64&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: 1282/2687] 10.0.0.107 () {32 vars in 736 bytes} [Wed Jun 10 09:56:53 2026] GET /v2.0/ports?device_id=108b452d-3d00-408f-ae8b-c037e470e49e => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:56:54.373 7 INFO neutron.db.l3_db [None req-5e87f568-0d53-499f-9132-ce33723b5153 4e2e7e18889a423797096bd88adb81ac 13291826ebf44be680f3043d0e433646 - - default default] Floating IP 057f4b59-4bb3-42a6-8108-6b14f9a7591a associated. External IP: 10.96.250.210, port: db2e0d98-5ea8-4e23-9778-f9ad9aa457ff. [pid: 7|app: 0|req: 1406/2688] 10.0.0.107 () {34 vars in 749 bytes} [Wed Jun 10 09:56:53 2026] PUT /v2.0/floatingips/057f4b59-4bb3-42a6-8108-6b14f9a7591a => generated 855 bytes in 730 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2689] 10.0.0.107 () {32 vars in 729 bytes} [Wed Jun 10 09:56:54 2026] GET /v2.0/floatingips/057f4b59-4bb3-42a6-8108-6b14f9a7591a => generated 855 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:56:54.804 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a50b552f-6e5d-4e76-9e7a-aa12e3077e96'] response: {'name': 'network-changed', 'server_uuid': '108b452d-3d00-408f-ae8b-c037e470e49e', 'tag': 'db2e0d98-5ea8-4e23-9778-f9ad9aa457ff', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1407/2690] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:56:55 2026] GET /v2.0/ports?tenant_id=13291826ebf44be680f3043d0e433646&device_id=108b452d-3d00-408f-ae8b-c037e470e49e => generated 1240 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2691] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:56:55 2026] GET /v2.0/networks?id=23016235-b5ec-4085-b443-5f40672dc610 => generated 756 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2692] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:56:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=db2e0d98-5ea8-4e23-9778-f9ad9aa457ff => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2693] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:56:55 2026] GET /v2.0/subnets?id=29b5ebd5-fb07-41f4-8c4a-a3419c7507b2 => generated 678 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2694] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:56:55 2026] GET /v2.0/ports?network_id=23016235-b5ec-4085-b443-5f40672dc610&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: 1286/2695] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:56:55 2026] GET /v2.0/networks/23016235-b5ec-4085-b443-5f40672dc610?fields=segments => generated 14 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2696] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:56:55 2026] GET /v2.0/networks/23016235-b5ec-4085-b443-5f40672dc610?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: 1287/2697] 10.0.0.107 () {32 vars in 729 bytes} [Wed Jun 10 09:56:55 2026] GET /v2.0/floatingips/057f4b59-4bb3-42a6-8108-6b14f9a7591a => generated 855 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:56:55.967 7 INFO neutron_taas.services.taas.taas_plugin [None req-57da78c9-dd8c-48af-b30b-764ef7798565 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] TaaS: Handle Delete Port: 6763331c-5efc-4074-a5ec-727c2807ec40 2026-06-10 09:56:55.969 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57da78c9-dd8c-48af-b30b-764ef7798565 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] Tap Mirror: Handle Delete Port: 6763331c-5efc-4074-a5ec-727c2807ec40 2026-06-10 09:56:56.200 7 INFO neutron.db.l3_db [None req-57da78c9-dd8c-48af-b30b-764ef7798565 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] Floating IP 88043964-bab8-448a-9dcc-58ee89b76f77 disassociated (deleted). External IP: 10.96.250.219, port: 96da1e02-b381-48c2-b613-9dddf4dfe603. [pid: 7|app: 0|req: 1411/2698] 10.0.0.107 () {32 vars in 732 bytes} [Wed Jun 10 09:56:55 2026] DELETE /v2.0/floatingips/88043964-bab8-448a-9dcc-58ee89b76f77 => generated 0 bytes in 740 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:56:56.571 8 INFO neutron.api.v2.resource [None req-14559b53-22a5-4f92-aeb8-7e9c5ad586f5 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1288/2699] 10.0.0.107 () {32 vars in 729 bytes} [Wed Jun 10 09:56:56 2026] GET /v2.0/floatingips/88043964-bab8-448a-9dcc-58ee89b76f77 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2700] 10.0.0.107 () {32 vars in 729 bytes} [Wed Jun 10 09:56:56 2026] GET /v2.0/floatingips/057f4b59-4bb3-42a6-8108-6b14f9a7591a => generated 857 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2701] 199.19.213.96 () {30 vars in 702 bytes} [Wed Jun 10 09:56:57 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: 1413/2702] 199.19.213.96 () {30 vars in 704 bytes} [Wed Jun 10 09:56:57 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: 1290/2703] 199.19.213.96 () {30 vars in 680 bytes} [Wed Jun 10 09:56:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2704] 199.19.213.96 () {30 vars in 716 bytes} [Wed Jun 10 09:56:57 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-06-10 09:56:57.465 8 INFO neutron.api.v2.resource [None req-f82f2411-05fb-4374-85d3-35d13dde76b8 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1291/2705] 199.19.213.96 () {30 vars in 762 bytes} [Wed Jun 10 09:56:57 2026] GET /v2.0/security-groups/lb-fb9337e0-249a-4491-96a6-4a8e6216f7f8 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2706] 199.19.213.96 () {30 vars in 784 bytes} [Wed Jun 10 09:56:57 2026] GET /v2.0/security-groups?name=lb-fb9337e0-249a-4491-96a6-4a8e6216f7f8 => generated 1637 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2707] 199.19.213.96 () {30 vars in 814 bytes} [Wed Jun 10 09:56:57 2026] GET /v2.0/security-group-rules?security_group_id=c6a9fe72-eb26-4f74-a1da-fe085442aa62 => generated 1182 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2710] 199.19.213.96 () {30 vars in 702 bytes} [Wed Jun 10 09:56:57 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: 1417/2711] 199.19.213.96 () {30 vars in 704 bytes} [Wed Jun 10 09:56:57 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: 1295/2712] 199.19.213.96 () {30 vars in 680 bytes} [Wed Jun 10 09:56:57 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: 1418/2713] 199.19.213.96 () {30 vars in 716 bytes} [Wed Jun 10 09:56:57 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: 1296/2714] 199.19.213.96 () {30 vars in 740 bytes} [Wed Jun 10 09:56:57 2026] GET /v2.0/subnets/1829b93d-4682-4853-a7f9-9889b17ef2be => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2715] 199.19.213.96 () {30 vars in 768 bytes} [Wed Jun 10 09:56:57 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 2590 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2716] 199.19.213.96 () {30 vars in 768 bytes} [Wed Jun 10 09:56:57 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 2590 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2717] 199.19.213.96 () {30 vars in 768 bytes} [Wed Jun 10 09:56:58 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 2590 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2718] 199.19.213.96 () {30 vars in 768 bytes} [Wed Jun 10 09:56:59 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 2590 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2719] 199.19.213.96 () {34 vars in 974 bytes} [Wed Jun 10 09:57:00 2026] GET /v2.0/ports/38f14b74-102f-44b2-aaab-4ec023c04642 => generated 1350 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2720] 199.19.213.96 () {34 vars in 1059 bytes} [Wed Jun 10 09:57:00 2026] GET /v2.0/ports/38f14b74-102f-44b2-aaab-4ec023c04642?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2721] 199.19.213.96 () {34 vars in 1015 bytes} [Wed Jun 10 09:57:00 2026] GET /v2.0/networks/93098a16-8c6f-4ef5-b7a8-71fb17fcaca1?fields=dns_domain => generated 29 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2722] 199.19.213.96 () {30 vars in 768 bytes} [Wed Jun 10 09:57:00 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 2590 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2723] 199.19.213.96 () {38 vars in 1027 bytes} [Wed Jun 10 09:57:00 2026] PUT /v2.0/ports/38f14b74-102f-44b2-aaab-4ec023c04642 => generated 1151 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2724] 199.19.213.96 () {30 vars in 768 bytes} [Wed Jun 10 09:57:01 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 1248 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: 7|app: 0|req: 1424/2725] 199.19.213.96 () {34 vars in 788 bytes} [Wed Jun 10 09:57:01 2026] PUT /v2.0/ports/38f14b74-102f-44b2-aaab-4ec023c04642 => generated 1090 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2726] 199.19.213.96 () {30 vars in 736 bytes} [Wed Jun 10 09:57:01 2026] GET /v2.0/ports/38f14b74-102f-44b2-aaab-4ec023c04642 => generated 1090 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 09:57:01.619 7 INFO neutron_taas.services.taas.taas_plugin [None req-de77837b-7825-4de8-b6de-807f9d679f47 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: 38f14b74-102f-44b2-aaab-4ec023c04642 2026-06-10 09:57:01.622 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de77837b-7825-4de8-b6de-807f9d679f47 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: 38f14b74-102f-44b2-aaab-4ec023c04642 [pid: 7|app: 0|req: 1425/2727] 199.19.213.96 () {32 vars in 758 bytes} [Wed Jun 10 09:57:01 2026] DELETE /v2.0/ports/38f14b74-102f-44b2-aaab-4ec023c04642 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2728] 199.19.213.96 () {30 vars in 702 bytes} [Wed Jun 10 09:57:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2729] 199.19.213.96 () {30 vars in 704 bytes} [Wed Jun 10 09:57:01 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: 1304/2730] 199.19.213.96 () {30 vars in 680 bytes} [Wed Jun 10 09:57:01 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: 1427/2731] 199.19.213.96 () {30 vars in 716 bytes} [Wed Jun 10 09:57:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:57:02.021 8 INFO neutron.pecan_wsgi.hooks.translation [None req-35a0a7d7-c2c3-4d01-8e43-c2362e57a490 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1305/2732] 199.19.213.96 () {32 vars in 758 bytes} [Wed Jun 10 09:57:02 2026] DELETE /v2.0/ports/38f14b74-102f-44b2-aaab-4ec023c04642 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2733] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:57:02 2026] GET /v2.0/ports?tenant_id=ab0a8dc3780c4074a444f22bcf10c177&device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2734] 199.19.213.96 () {30 vars in 736 bytes} [Wed Jun 10 09:57:02 2026] GET /v2.0/ports/96da1e02-b381-48c2-b613-9dddf4dfe603 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:57:02.090 8 INFO neutron.api.v2.resource [None req-c5e74124-5bf2-4aba-ae2d-7cdb061b9b49 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1307/2735] 199.19.213.96 () {30 vars in 762 bytes} [Wed Jun 10 09:57:02 2026] GET /v2.0/security-groups/lb-fb9337e0-249a-4491-96a6-4a8e6216f7f8 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2736] 199.19.213.96 () {34 vars in 1065 bytes} [Wed Jun 10 09:57:02 2026] GET /v2.0/networks?id=9776ee07-ddf7-44ea-a120-addab3936432&id=93098a16-8c6f-4ef5-b7a8-71fb17fcaca1 => generated 1521 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2737] 199.19.213.96 () {30 vars in 784 bytes} [Wed Jun 10 09:57:02 2026] GET /v2.0/security-groups?name=lb-fb9337e0-249a-4491-96a6-4a8e6216f7f8 => generated 1637 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2738] 199.19.213.96 () {34 vars in 1061 bytes} [Wed Jun 10 09:57:02 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.103&port_id=83aba15a-78a6-49cf-819f-a13a62432047 => 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: 1309/2739] 199.19.213.96 () {30 vars in 736 bytes} [Wed Jun 10 09:57:02 2026] GET /v2.0/ports/96da1e02-b381-48c2-b613-9dddf4dfe603 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2740] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:57:02 2026] GET /v2.0/subnets?id=db1fcec1-bd47-4972-bf76-3d56705e9578 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2741] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:57:02 2026] GET /v2.0/ports?network_id=9776ee07-ddf7-44ea-a120-addab3936432&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: 1311/2742] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:57:02 2026] GET /v2.0/networks/9776ee07-ddf7-44ea-a120-addab3936432?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: 1312/2743] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:57:02 2026] GET /v2.0/networks/9776ee07-ddf7-44ea-a120-addab3936432?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2744] 199.19.213.96 () {34 vars in 788 bytes} [Wed Jun 10 09:57:02 2026] PUT /v2.0/ports/96da1e02-b381-48c2-b613-9dddf4dfe603 => generated 1094 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2745] 199.19.213.96 () {32 vars in 778 bytes} [Wed Jun 10 09:57:02 2026] DELETE /v2.0/security-groups/c6a9fe72-eb26-4f74-a1da-fe085442aa62 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:57:02.642 7 INFO neutron_taas.services.taas.taas_plugin [None req-d21d515d-69e7-48dd-ac72-81cb89c7b809 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: 96da1e02-b381-48c2-b613-9dddf4dfe603 2026-06-10 09:57:02.646 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d21d515d-69e7-48dd-ac72-81cb89c7b809 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: 96da1e02-b381-48c2-b613-9dddf4dfe603 [pid: 7|app: 0|req: 1433/2746] 199.19.213.96 () {32 vars in 758 bytes} [Wed Jun 10 09:57:02 2026] DELETE /v2.0/ports/96da1e02-b381-48c2-b613-9dddf4dfe603 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2747] 10.0.0.109 () {34 vars in 1366 bytes} [Wed Jun 10 09:57:04 2026] GET /v2.0/ports?device_id=108b452d-3d00-408f-ae8b-c037e470e49e&device_id=a3d346d4-6dad-45be-af1a-5ae139ab68b2&device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0&device_id=119801d8-35f4-4455-ade1-7a01f50a665c&device_id=f53cbc14-96b8-4a0f-ad14-2d5fe63223c1 => generated 6626 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2748] 10.0.0.109 () {34 vars in 1280 bytes} [Wed Jun 10 09:57:04 2026] GET /v2.0/security-groups?id=fbbcba79-9c08-4c80-b5e0-cbff80fb8ef9&id=0c9a150b-30b0-4cab-b58f-58a71f89cea7&id=02c4cd4a-143b-4735-a2c1-d36f33174f64&id=4bece51a-9e58-4fb8-88dc-41f24ed2c15e&fields=id&fields=name => generated 371 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2749] 10.0.0.109 () {34 vars in 1084 bytes} [Wed Jun 10 09:57:05 2026] GET /v2.0/ports?device_id=108b452d-3d00-408f-ae8b-c037e470e49e&device_id=a3d346d4-6dad-45be-af1a-5ae139ab68b2 => generated 2469 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2750] 10.0.0.109 () {34 vars in 1120 bytes} [Wed Jun 10 09:57:05 2026] GET /v2.0/security-groups?id=0c9a150b-30b0-4cab-b58f-58a71f89cea7&id=02c4cd4a-143b-4735-a2c1-d36f33174f64&fields=id&fields=name => generated 205 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2751] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:57:05 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 1246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2752] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:57:05 2026] GET /v2.0/security-groups?id=fbbcba79-9c08-4c80-b5e0-cbff80fb8ef9&fields=id&fields=name => generated 96 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2753] 199.19.213.96 () {34 vars in 993 bytes} [Wed Jun 10 09:57:05 2026] GET /v2.0/ports?device_id=f5ddd679-5bba-4fb3-a14a-f2139a5130e0 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2754] 10.0.0.50 () {34 vars in 989 bytes} [Wed Jun 10 09:57:05 2026] GET /v2.0/ports?device_id=108b452d-3d00-408f-ae8b-c037e470e49e => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2755] 10.0.0.50 () {34 vars in 1039 bytes} [Wed Jun 10 09:57:05 2026] GET /v2.0/security-groups?id=02c4cd4a-143b-4735-a2c1-d36f33174f64&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:57:05.885 8 INFO neutron_taas.services.taas.taas_plugin [req-08d32587-8ab4-4c1e-b0a9-2507766e8d8a req-55e89ce5-438a-45dd-a6a4-3c4174dffdf9 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: 83aba15a-78a6-49cf-819f-a13a62432047 2026-06-10 09:57:05.888 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-08d32587-8ab4-4c1e-b0a9-2507766e8d8a req-55e89ce5-438a-45dd-a6a4-3c4174dffdf9 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: 83aba15a-78a6-49cf-819f-a13a62432047 [pid: 7|app: 0|req: 1439/2756] 10.0.0.109 () {34 vars in 1084 bytes} [Wed Jun 10 09:57:05 2026] GET /v2.0/ports?device_id=119801d8-35f4-4455-ade1-7a01f50a665c&device_id=f53cbc14-96b8-4a0f-ad14-2d5fe63223c1 => generated 2931 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2757] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:57:05 2026] GET /v2.0/security-groups?id=4bece51a-9e58-4fb8-88dc-41f24ed2c15e&fields=id&fields=name => generated 112 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2758] 199.19.213.96 () {36 vars in 996 bytes} [Wed Jun 10 09:57:05 2026] DELETE /v2.0/ports/83aba15a-78a6-49cf-819f-a13a62432047 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:57:06.140 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-728be2c0-4a16-491d-a7dc-8049be766ec6'] response: {'server_uuid': 'f5ddd679-5bba-4fb3-a14a-f2139a5130e0', 'name': 'network-vif-deleted', 'tag': '83aba15a-78a6-49cf-819f-a13a62432047', 'status': 'completed', 'code': 200} 2026-06-10 09:57:06.937 7 INFO neutron_taas.services.taas.taas_plugin [None req-da7728d5-ac73-4d06-9335-dbc6d3f46e7d 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] TaaS: Handle Delete Port: 9cce9939-a837-4e69-bde9-aa07124479af 2026-06-10 09:57:06.941 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da7728d5-ac73-4d06-9335-dbc6d3f46e7d 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] Tap Mirror: Handle Delete Port: 9cce9939-a837-4e69-bde9-aa07124479af 2026-06-10 09:57:07.156 7 INFO neutron.db.l3_db [None req-da7728d5-ac73-4d06-9335-dbc6d3f46e7d 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] Floating IP 17d33695-545f-487e-9b02-7985424edf4b disassociated (deleted). External IP: 10.96.250.207, port: b2a6343e-0637-4336-9f7f-0aa2e548f2b0. [pid: 7|app: 0|req: 1441/2759] 10.0.0.107 () {32 vars in 732 bytes} [Wed Jun 10 09:57:06 2026] DELETE /v2.0/floatingips/17d33695-545f-487e-9b02-7985424edf4b => generated 0 bytes in 708 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:57:07.528 8 INFO neutron.api.v2.resource [None req-2072b223-957a-45e3-94b7-75998f2a6234 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1319/2760] 10.0.0.107 () {32 vars in 729 bytes} [Wed Jun 10 09:57:07 2026] GET /v2.0/floatingips/17d33695-545f-487e-9b02-7985424edf4b => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:57:07.545 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-691d109b-25c2-47d2-a6ac-fd96fef7adc1'] response: {'name': 'network-changed', 'server_uuid': '119801d8-35f4-4455-ade1-7a01f50a665c', 'tag': 'b2a6343e-0637-4336-9f7f-0aa2e548f2b0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1442/2761] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:57:07 2026] GET /v2.0/ports?device_id=119801d8-35f4-4455-ade1-7a01f50a665c => generated 1204 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2762] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:57:07 2026] GET /v2.0/security-groups?id=4bece51a-9e58-4fb8-88dc-41f24ed2c15e&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2763] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:57:08 2026] GET /v2.0/ports?tenant_id=bf77586680fb406390aed0b8e0568ea6&device_id=119801d8-35f4-4455-ade1-7a01f50a665c => 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: 1321/2764] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:57:08 2026] GET /v2.0/networks?id=92f4f4c1-b093-406e-aa7d-e930a57dfe2b => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2765] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:57:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.209&port_id=b2a6343e-0637-4336-9f7f-0aa2e548f2b0 => 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: 1322/2766] 199.19.213.96 () {34 vars in 1105 bytes} [Wed Jun 10 09:57:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3c1&port_id=b2a6343e-0637-4336-9f7f-0aa2e548f2b0 => 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: 1445/2767] 199.19.213.96 () {34 vars in 1063 bytes} [Wed Jun 10 09:57:08 2026] GET /v2.0/subnets?id=84c3b843-0ba8-46ab-b67c-b618b67d8575&id=423857d2-9b40-4152-9a6c-58e9c2b396f3 => generated 1415 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2768] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:57:08 2026] GET /v2.0/ports?network_id=92f4f4c1-b093-406e-aa7d-e930a57dfe2b&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2769] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:57:08 2026] GET /v2.0/ports?network_id=92f4f4c1-b093-406e-aa7d-e930a57dfe2b&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: 1324/2770] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:57:08 2026] GET /v2.0/networks/92f4f4c1-b093-406e-aa7d-e930a57dfe2b?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: 1447/2771] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:57:08 2026] GET /v2.0/networks/92f4f4c1-b093-406e-aa7d-e930a57dfe2b?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: 1325/2772] 199.19.213.96 () {34 vars in 993 bytes} [Wed Jun 10 09:57:10 2026] GET /v2.0/ports?device_id=119801d8-35f4-4455-ade1-7a01f50a665c => generated 1204 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:57:10.407 7 INFO neutron_taas.services.taas.taas_plugin [req-b2109fda-c45f-4346-a804-81d586cc2010 req-f347ee20-2b54-45fa-b767-6739f95d3770 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] TaaS: Handle Delete Port: b2a6343e-0637-4336-9f7f-0aa2e548f2b0 2026-06-10 09:57:10.411 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b2109fda-c45f-4346-a804-81d586cc2010 req-f347ee20-2b54-45fa-b767-6739f95d3770 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] Tap Mirror: Handle Delete Port: b2a6343e-0637-4336-9f7f-0aa2e548f2b0 [pid: 7|app: 0|req: 1448/2773] 199.19.213.96 () {36 vars in 996 bytes} [Wed Jun 10 09:57:10 2026] DELETE /v2.0/ports/b2a6343e-0637-4336-9f7f-0aa2e548f2b0 => generated 0 bytes in 391 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:57:10.697 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a3c8cfd-3188-4d16-bc63-8fe995bb3d5d'] response: {'server_uuid': '119801d8-35f4-4455-ade1-7a01f50a665c', 'name': 'network-vif-deleted', 'tag': 'b2a6343e-0637-4336-9f7f-0aa2e548f2b0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1327/2776] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:57:13 2026] GET /v2.0/ports?device_id=119801d8-35f4-4455-ade1-7a01f50a665c => 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: 1450/2777] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:57:15 2026] GET /v2.0/ports?device_id=108b452d-3d00-408f-ae8b-c037e470e49e => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2778] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:57:15 2026] GET /v2.0/security-groups?id=02c4cd4a-143b-4735-a2c1-d36f33174f64&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2779] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:57:16 2026] GET /v2.0/ports?device_id=108b452d-3d00-408f-ae8b-c037e470e49e => 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: 1329/2780] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:57:16 2026] GET /v2.0/security-groups?id=02c4cd4a-143b-4735-a2c1-d36f33174f64&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: 1452/2781] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:57:17 2026] GET /v2.0/ports?device_id=108b452d-3d00-408f-ae8b-c037e470e49e => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2782] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:57:17 2026] GET /v2.0/security-groups?id=02c4cd4a-143b-4735-a2c1-d36f33174f64&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: 1453/2783] 199.19.213.96 () {34 vars in 993 bytes} [Wed Jun 10 09:57:17 2026] GET /v2.0/ports?device_id=108b452d-3d00-408f-ae8b-c037e470e49e => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:57:17.824 8 INFO neutron_taas.services.taas.taas_plugin [req-36140bae-750c-49c2-a235-3316151b777c req-92b6c090-abc1-449e-a245-455475b77fb8 4e2e7e18889a423797096bd88adb81ac 13291826ebf44be680f3043d0e433646 - - default default] TaaS: Handle Delete Port: db2e0d98-5ea8-4e23-9778-f9ad9aa457ff 2026-06-10 09:57:17.827 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-36140bae-750c-49c2-a235-3316151b777c req-92b6c090-abc1-449e-a245-455475b77fb8 4e2e7e18889a423797096bd88adb81ac 13291826ebf44be680f3043d0e433646 - - default default] Tap Mirror: Handle Delete Port: db2e0d98-5ea8-4e23-9778-f9ad9aa457ff 2026-06-10 09:57:17.953 8 INFO neutron.db.l3_db [req-36140bae-750c-49c2-a235-3316151b777c req-92b6c090-abc1-449e-a245-455475b77fb8 4e2e7e18889a423797096bd88adb81ac 13291826ebf44be680f3043d0e433646 - - default default] Floating IP 057f4b59-4bb3-42a6-8108-6b14f9a7591a disassociated. External IP: 10.96.250.210, port: db2e0d98-5ea8-4e23-9778-f9ad9aa457ff. 2026-06-10 09:57:18.262 7 INFO neutron_taas.services.taas.taas_plugin [None req-11708930-9aea-4151-8f8e-f4aedc0713a7 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] TaaS: Handle Delete Port: 53f26d50-90cd-4e63-aebd-603097aeab01 2026-06-10 09:57:18.265 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11708930-9aea-4151-8f8e-f4aedc0713a7 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] Tap Mirror: Handle Delete Port: 53f26d50-90cd-4e63-aebd-603097aeab01 [pid: 8|app: 0|req: 1331/2784] 199.19.213.96 () {36 vars in 996 bytes} [Wed Jun 10 09:57:17 2026] DELETE /v2.0/ports/db2e0d98-5ea8-4e23-9778-f9ad9aa457ff => generated 0 bytes in 638 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:57:18.347 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f5b0b3b-dfea-4d16-93ff-d1fc9a652904'] response: {'server_uuid': '108b452d-3d00-408f-ae8b-c037e470e49e', 'name': 'network-vif-deleted', 'tag': 'db2e0d98-5ea8-4e23-9778-f9ad9aa457ff', 'status': 'completed', 'code': 200} 2026-06-10 09:57:18.441 7 INFO neutron.db.l3_db [None req-11708930-9aea-4151-8f8e-f4aedc0713a7 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] Floating IP 40a9de19-63ce-4f2e-a3d5-c9ac3cc16211 disassociated (deleted). External IP: 10.96.250.213, port: d67c6769-0f24-4a12-bf64-9775f798df88. [pid: 7|app: 0|req: 1454/2785] 10.0.0.107 () {32 vars in 732 bytes} [Wed Jun 10 09:57:18 2026] DELETE /v2.0/floatingips/40a9de19-63ce-4f2e-a3d5-c9ac3cc16211 => generated 0 bytes in 625 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2786] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:57:18 2026] GET /v2.0/ports?device_id=108b452d-3d00-408f-ae8b-c037e470e49e => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:57:18.763 7 INFO neutron.api.v2.resource [None req-8fa39cbe-2d70-4534-b600-79aed701a69f 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1455/2787] 10.0.0.107 () {32 vars in 729 bytes} [Wed Jun 10 09:57:18 2026] GET /v2.0/floatingips/40a9de19-63ce-4f2e-a3d5-c9ac3cc16211 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:57:18.777 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e1d2e560-2314-40ab-a789-dd383986b7eb'] response: {'name': 'network-changed', 'server_uuid': 'f53cbc14-96b8-4a0f-ad14-2d5fe63223c1', 'tag': 'd67c6769-0f24-4a12-bf64-9775f798df88', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1333/2788] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:57:18 2026] GET /v2.0/ports?device_id=f53cbc14-96b8-4a0f-ad14-2d5fe63223c1 => 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: 1456/2789] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:57:19 2026] GET /v2.0/security-groups?id=4bece51a-9e58-4fb8-88dc-41f24ed2c15e&fields=id&fields=name => generated 112 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2790] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:57:19 2026] GET /v2.0/ports?tenant_id=bf77586680fb406390aed0b8e0568ea6&device_id=f53cbc14-96b8-4a0f-ad14-2d5fe63223c1 => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2791] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:57:19 2026] GET /v2.0/networks?id=efd860fe-774a-4a86-a8f2-3d6afa83382b => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2792] 199.19.213.96 () {34 vars in 1057 bytes} [Wed Jun 10 09:57:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.190&port_id=d67c6769-0f24-4a12-bf64-9775f798df88 => 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: 1458/2793] 199.19.213.96 () {34 vars in 1103 bytes} [Wed Jun 10 09:57:19 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A31c&port_id=d67c6769-0f24-4a12-bf64-9775f798df88 => 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: 1336/2794] 199.19.213.96 () {34 vars in 1063 bytes} [Wed Jun 10 09:57:19 2026] GET /v2.0/subnets?id=88b4c0a5-6192-4b40-808f-994b86b97e15&id=e8ff0302-219f-4906-aa4c-81e6f34dbb2a => generated 1409 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2795] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:57:19 2026] GET /v2.0/ports?network_id=efd860fe-774a-4a86-a8f2-3d6afa83382b&device_owner=network%3Adhcp => generated 1457 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2796] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:57:19 2026] GET /v2.0/ports?network_id=efd860fe-774a-4a86-a8f2-3d6afa83382b&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2797] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:57:19 2026] GET /v2.0/networks/efd860fe-774a-4a86-a8f2-3d6afa83382b?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: 1338/2798] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:57:19 2026] GET /v2.0/networks/efd860fe-774a-4a86-a8f2-3d6afa83382b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2799] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:57:19 2026] GET /v2.0/ports?device_id=108b452d-3d00-408f-ae8b-c037e470e49e => 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: 1339/2800] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:57:20 2026] GET /v2.0/ports?device_id=108b452d-3d00-408f-ae8b-c037e470e49e => 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: 1462/2801] 199.19.213.96 () {34 vars in 993 bytes} [Wed Jun 10 09:57:21 2026] GET /v2.0/ports?device_id=f53cbc14-96b8-4a0f-ad14-2d5fe63223c1 => generated 1200 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:57:21.533 8 INFO neutron_taas.services.taas.taas_plugin [req-9b7ffbd3-f4cc-4e35-871a-38a7da731c6d req-e229ac43-358d-4b32-852c-cc87c38db381 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] TaaS: Handle Delete Port: d67c6769-0f24-4a12-bf64-9775f798df88 2026-06-10 09:57:21.536 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9b7ffbd3-f4cc-4e35-871a-38a7da731c6d req-e229ac43-358d-4b32-852c-cc87c38db381 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] Tap Mirror: Handle Delete Port: d67c6769-0f24-4a12-bf64-9775f798df88 [pid: 8|app: 0|req: 1340/2802] 199.19.213.96 () {36 vars in 996 bytes} [Wed Jun 10 09:57:21 2026] DELETE /v2.0/ports/d67c6769-0f24-4a12-bf64-9775f798df88 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:57:21.726 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ddeef58a-b667-421c-9bfd-20f661717d6a'] response: {'server_uuid': 'f53cbc14-96b8-4a0f-ad14-2d5fe63223c1', 'name': 'network-vif-deleted', 'tag': 'd67c6769-0f24-4a12-bf64-9775f798df88', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1463/2803] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:57:21 2026] DELETE /v2.0/security-groups/02c4cd4a-143b-4735-a2c1-d36f33174f64 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:57:22.264 8 INFO neutron_taas.services.taas.taas_plugin [None req-b4e972e6-8dae-4de5-88cb-6b6a0686f488 4e2e7e18889a423797096bd88adb81ac 13291826ebf44be680f3043d0e433646 - - default default] TaaS: Handle Delete Port: 485714d5-790e-482f-800a-3cb9919dd689 2026-06-10 09:57:22.266 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4e972e6-8dae-4de5-88cb-6b6a0686f488 4e2e7e18889a423797096bd88adb81ac 13291826ebf44be680f3043d0e433646 - - default default] Tap Mirror: Handle Delete Port: 485714d5-790e-482f-800a-3cb9919dd689 [pid: 8|app: 0|req: 1341/2804] 10.0.0.107 () {32 vars in 732 bytes} [Wed Jun 10 09:57:22 2026] DELETE /v2.0/floatingips/057f4b59-4bb3-42a6-8108-6b14f9a7591a => generated 0 bytes in 247 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2805] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:57:22 2026] GET /v2.0/ports?device_id=a3d346d4-6dad-45be-af1a-5ae139ab68b2 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2806] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:57:22 2026] GET /v2.0/security-groups?id=0c9a150b-30b0-4cab-b58f-58a71f89cea7&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: 1465/2807] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:57:23 2026] GET /v2.0/ports?device_id=a3d346d4-6dad-45be-af1a-5ae139ab68b2 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2808] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:57:23 2026] GET /v2.0/security-groups?id=0c9a150b-30b0-4cab-b58f-58a71f89cea7&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2809] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:57:24 2026] GET /v2.0/ports?device_id=f53cbc14-96b8-4a0f-ad14-2d5fe63223c1 => 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: 1467/2810] 199.19.213.96 () {34 vars in 993 bytes} [Wed Jun 10 09:57:24 2026] GET /v2.0/ports?device_id=a3d346d4-6dad-45be-af1a-5ae139ab68b2 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2811] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:57:24 2026] GET /v2.0/ports?device_id=a3d346d4-6dad-45be-af1a-5ae139ab68b2 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2812] 10.0.0.109 () {34 vars in 1040 bytes} [Wed Jun 10 09:57:25 2026] GET /v2.0/security-groups?id=0c9a150b-30b0-4cab-b58f-58a71f89cea7&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:57:25.171 7 INFO neutron_taas.services.taas.taas_plugin [req-5c3d45f3-6503-4683-ae07-57425acf7558 req-eff39fc9-fed6-4ec8-bd9b-eb193d54e87b 4e2e7e18889a423797096bd88adb81ac 13291826ebf44be680f3043d0e433646 - - default default] TaaS: Handle Delete Port: 984cb1c7-e0a6-4a84-8902-154b4bb20b4b 2026-06-10 09:57:25.174 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5c3d45f3-6503-4683-ae07-57425acf7558 req-eff39fc9-fed6-4ec8-bd9b-eb193d54e87b 4e2e7e18889a423797096bd88adb81ac 13291826ebf44be680f3043d0e433646 - - default default] Tap Mirror: Handle Delete Port: 984cb1c7-e0a6-4a84-8902-154b4bb20b4b [pid: 7|app: 0|req: 1468/2813] 199.19.213.96 () {36 vars in 996 bytes} [Wed Jun 10 09:57:25 2026] DELETE /v2.0/ports/984cb1c7-e0a6-4a84-8902-154b4bb20b4b => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:57:25.377 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-813facf5-b26c-4aab-a5c2-cc048e17ea9e'] response: {'server_uuid': 'a3d346d4-6dad-45be-af1a-5ae139ab68b2', 'name': 'network-vif-deleted', 'tag': '984cb1c7-e0a6-4a84-8902-154b4bb20b4b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1346/2814] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:57:26 2026] GET /v2.0/ports?device_id=a3d346d4-6dad-45be-af1a-5ae139ab68b2 => 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: 1469/2815] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:57:27 2026] GET /v2.0/ports?device_id=a3d346d4-6dad-45be-af1a-5ae139ab68b2 => 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: 1471/2818] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:57:28 2026] GET /v2.0/ports?device_id=a3d346d4-6dad-45be-af1a-5ae139ab68b2 => 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: 1348/2819] 10.0.0.107 () {32 vars in 750 bytes} [Wed Jun 10 09:57:29 2026] DELETE /v2.0/security-group-rules/699fd20d-f5ca-4f2f-b978-fccdc61a4609 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:57:29.341 7 INFO neutron.api.v2.resource [None req-4a061ef9-94e2-47f6-aaa2-a0ac61969ff6 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1472/2820] 10.0.0.107 () {32 vars in 747 bytes} [Wed Jun 10 09:57:29 2026] GET /v2.0/security-group-rules/699fd20d-f5ca-4f2f-b978-fccdc61a4609 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2821] 10.0.0.107 () {32 vars in 750 bytes} [Wed Jun 10 09:57:29 2026] DELETE /v2.0/security-group-rules/69d502a8-0d5f-4c4e-9303-1e6591b78540 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:57:29.438 7 INFO neutron.api.v2.resource [None req-668bdff7-fffe-475f-834c-b2c124a3072b 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1473/2822] 10.0.0.107 () {32 vars in 747 bytes} [Wed Jun 10 09:57:29 2026] GET /v2.0/security-group-rules/69d502a8-0d5f-4c4e-9303-1e6591b78540 => generated 155 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2823] 10.0.0.107 () {32 vars in 750 bytes} [Wed Jun 10 09:57:29 2026] DELETE /v2.0/security-group-rules/214aefa1-77e7-4028-9c08-71333ab86b3b => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:57:29.529 7 INFO neutron.api.v2.resource [None req-9858840a-986e-4022-9edc-27ec78c367d5 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1475/2824] 10.0.0.107 () {32 vars in 747 bytes} [Wed Jun 10 09:57:29 2026] GET /v2.0/security-group-rules/214aefa1-77e7-4028-9c08-71333ab86b3b => generated 155 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2825] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:57:29 2026] DELETE /v2.0/security-groups/0c9a150b-30b0-4cab-b58f-58a71f89cea7 => 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: 1476/2826] 10.0.0.107 () {32 vars in 750 bytes} [Wed Jun 10 09:57:29 2026] DELETE /v2.0/security-group-rules/c4526645-eb7b-4964-a982-ff8cd2dae6f7 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:57:29.620 7 INFO neutron.api.v2.resource [None req-ac0629ae-6b0c-4241-bbfb-c6b6a8706f59 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1477/2827] 10.0.0.107 () {32 vars in 747 bytes} [Wed Jun 10 09:57:29 2026] GET /v2.0/security-group-rules/c4526645-eb7b-4964-a982-ff8cd2dae6f7 => generated 155 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2828] 10.0.0.107 () {32 vars in 750 bytes} [Wed Jun 10 09:57:29 2026] DELETE /v2.0/security-group-rules/0d366c60-3927-4379-a203-5dc7c85df060 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:57:29.697 7 INFO neutron.api.v2.resource [None req-4689faac-4eb3-4b07-8796-2ff794c9aff1 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1479/2829] 10.0.0.107 () {32 vars in 747 bytes} [Wed Jun 10 09:57:29 2026] GET /v2.0/security-group-rules/0d366c60-3927-4379-a203-5dc7c85df060 => generated 155 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2830] 10.0.0.107 () {32 vars in 750 bytes} [Wed Jun 10 09:57:29 2026] DELETE /v2.0/security-group-rules/2b5b101c-8794-4748-ba9e-836217c26b66 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:57:29.788 7 INFO neutron.api.v2.resource [None req-26172865-f4fb-44f5-be53-d5797416abf5 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1481/2831] 10.0.0.107 () {32 vars in 747 bytes} [Wed Jun 10 09:57:29 2026] GET /v2.0/security-group-rules/2b5b101c-8794-4748-ba9e-836217c26b66 => 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: 1482/2832] 10.0.0.107 () {32 vars in 750 bytes} [Wed Jun 10 09:57:29 2026] DELETE /v2.0/security-group-rules/a19b7476-ef62-4fa8-93ea-9ad874595de5 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:57:29.904 7 INFO neutron.api.v2.resource [None req-084f0d4a-5252-43d7-9b56-679f6aeabcc0 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1483/2833] 10.0.0.107 () {32 vars in 747 bytes} [Wed Jun 10 09:57:29 2026] GET /v2.0/security-group-rules/a19b7476-ef62-4fa8-93ea-9ad874595de5 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2834] 10.0.0.107 () {32 vars in 750 bytes} [Wed Jun 10 09:57:29 2026] DELETE /v2.0/security-group-rules/0cf75a2a-8e30-4e05-b87f-0e1d70ba497c => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:57:29.995 7 INFO neutron.api.v2.resource [None req-2b36e1d1-90b8-46a7-b505-f0d851524134 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1485/2835] 10.0.0.107 () {32 vars in 747 bytes} [Wed Jun 10 09:57:29 2026] GET /v2.0/security-group-rules/0cf75a2a-8e30-4e05-b87f-0e1d70ba497c => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:57:30.003 8 INFO neutron_taas.services.taas.taas_plugin [None req-14c81d08-b506-42cb-a090-ce890c2bac75 4e2e7e18889a423797096bd88adb81ac 13291826ebf44be680f3043d0e433646 - - default default] TaaS: Handle Delete Port: 327312d4-63bf-4a33-9b48-02fbc0697ee4 2026-06-10 09:57:30.006 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14c81d08-b506-42cb-a090-ce890c2bac75 4e2e7e18889a423797096bd88adb81ac 13291826ebf44be680f3043d0e433646 - - default default] Tap Mirror: Handle Delete Port: 327312d4-63bf-4a33-9b48-02fbc0697ee4 [pid: 7|app: 0|req: 1486/2836] 10.0.0.107 () {32 vars in 750 bytes} [Wed Jun 10 09:57:29 2026] DELETE /v2.0/security-group-rules/2800fcc8-f378-4582-8f4f-57a993a10afb => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:57:30.088 7 INFO neutron.api.v2.resource [None req-cfdc5313-ce91-491e-a785-60497d0954a4 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1487/2837] 10.0.0.107 () {32 vars in 747 bytes} [Wed Jun 10 09:57:30 2026] GET /v2.0/security-group-rules/2800fcc8-f378-4582-8f4f-57a993a10afb => 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: 1488/2838] 10.0.0.107 () {32 vars in 750 bytes} [Wed Jun 10 09:57:30 2026] DELETE /v2.0/security-group-rules/94888aa3-7ee2-4fc1-a796-6d42f9cf9915 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:57:30.183 7 INFO neutron.api.v2.resource [None req-99f11b0e-cbe7-4a3f-90a9-a94b9f7bfca8 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1489/2839] 10.0.0.107 () {32 vars in 747 bytes} [Wed Jun 10 09:57:30 2026] GET /v2.0/security-group-rules/94888aa3-7ee2-4fc1-a796-6d42f9cf9915 => 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: 1490/2840] 10.0.0.107 () {32 vars in 750 bytes} [Wed Jun 10 09:57:30 2026] DELETE /v2.0/security-group-rules/00c479af-700e-429a-a564-d28440422f6e => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:57:30.269 7 INFO neutron.api.v2.resource [None req-88baae59-96f7-46cd-975f-559f278e18d7 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1491/2841] 10.0.0.107 () {32 vars in 747 bytes} [Wed Jun 10 09:57:30 2026] GET /v2.0/security-group-rules/00c479af-700e-429a-a564-d28440422f6e => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2842] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:57:30 2026] DELETE /v2.0/security-groups/4bece51a-9e58-4fb8-88dc-41f24ed2c15e => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:57:30.376 7 INFO neutron.api.v2.resource [None req-0dea0c8a-82b1-44b0-8e3f-36923f98e238 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1493/2843] 10.0.0.107 () {32 vars in 737 bytes} [Wed Jun 10 09:57:30 2026] GET /v2.0/security-groups/4bece51a-9e58-4fb8-88dc-41f24ed2c15e => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2844] 10.0.0.107 () {34 vars in 789 bytes} [Wed Jun 10 09:57:29 2026] PUT /v2.0/routers/3e989eea-4073-4112-b551-8583203d4045/remove_router_interface => generated 309 bytes in 1017 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2845] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:57:30 2026] DELETE /v2.0/subnets/29b5ebd5-fb07-41f4-8c4a-a3419c7507b2 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:57:30.798 7 INFO neutron_taas.services.taas.taas_plugin [None req-6088655c-469c-4f33-a9c4-0fb85d44a459 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] TaaS: Handle Delete Port: 83856b5b-bfd1-4057-93c3-4d584106aeb0 2026-06-10 09:57:30.802 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6088655c-469c-4f33-a9c4-0fb85d44a459 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] Tap Mirror: Handle Delete Port: 83856b5b-bfd1-4057-93c3-4d584106aeb0 2026-06-10 09:57:30.992 8 INFO neutron_taas.services.taas.taas_plugin [None req-fdc0ede9-e4b9-41e6-ae1e-3e0a3e561498 4e2e7e18889a423797096bd88adb81ac 13291826ebf44be680f3043d0e433646 - - default default] TaaS: Handle Delete Port: 02b69ff5-17f4-4a84-a123-7842737c0828 2026-06-10 09:57:30.995 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fdc0ede9-e4b9-41e6-ae1e-3e0a3e561498 4e2e7e18889a423797096bd88adb81ac 13291826ebf44be680f3043d0e433646 - - default default] Tap Mirror: Handle Delete Port: 02b69ff5-17f4-4a84-a123-7842737c0828 2026-06-10 09:57:31.267 8 INFO neutron_taas.services.taas.taas_plugin [None req-fdc0ede9-e4b9-41e6-ae1e-3e0a3e561498 4e2e7e18889a423797096bd88adb81ac 13291826ebf44be680f3043d0e433646 - - default default] TaaS: Handle Delete Port: c7efe3b0-468a-4f7e-a4dd-66f3f55c9c46 2026-06-10 09:57:31.269 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fdc0ede9-e4b9-41e6-ae1e-3e0a3e561498 4e2e7e18889a423797096bd88adb81ac 13291826ebf44be680f3043d0e433646 - - default default] Tap Mirror: Handle Delete Port: c7efe3b0-468a-4f7e-a4dd-66f3f55c9c46 [pid: 7|app: 0|req: 1494/2846] 10.0.0.107 () {34 vars in 789 bytes} [Wed Jun 10 09:57:30 2026] PUT /v2.0/routers/6b24ea4b-638f-41f2-8232-ce016caf12dd/remove_router_interface => generated 309 bytes in 936 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:57:31.541 7 INFO neutron.api.v2.resource [None req-042a98de-c89d-430b-a714-e739b6d12838 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1495/2847] 10.0.0.107 () {34 vars in 789 bytes} [Wed Jun 10 09:57:31 2026] PUT /v2.0/routers/6b24ea4b-638f-41f2-8232-ce016caf12dd/remove_router_interface => generated 198 bytes in 165 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:57:31.647 8 INFO neutron.db.l3_hamode_db [None req-fdc0ede9-e4b9-41e6-ae1e-3e0a3e561498 4e2e7e18889a423797096bd88adb81ac 13291826ebf44be680f3043d0e433646 - - default default] HA network 529e7863-bfaa-4d64-bae3-e09af9b14425 was deleted as no HA routers are present in tenant 13291826ebf44be680f3043d0e433646. [pid: 8|app: 0|req: 1353/2848] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:57:30 2026] DELETE /v2.0/routers/3e989eea-4073-4112-b551-8583203d4045 => generated 0 bytes in 884 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:57:31.759 8 INFO neutron_taas.services.taas.taas_plugin [None req-3f863c19-9430-45a8-b61f-93793fa0ff25 4e2e7e18889a423797096bd88adb81ac 13291826ebf44be680f3043d0e433646 - - default default] TaaS: Handle Delete Port: 4171aa28-2b14-4da1-b97d-226454cd49eb 2026-06-10 09:57:31.761 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f863c19-9430-45a8-b61f-93793fa0ff25 4e2e7e18889a423797096bd88adb81ac 13291826ebf44be680f3043d0e433646 - - default default] Tap Mirror: Handle Delete Port: 4171aa28-2b14-4da1-b97d-226454cd49eb 2026-06-10 09:57:31.790 8 INFO neutron.services.segments.plugin [-] Segment 89c6a41c-22bf-46e3-9c8d-5fa2322d06a8 resource provider aggregate not found 2026-06-10 09:57:31.795 8 INFO neutron.services.segments.plugin [-] Segment 89c6a41c-22bf-46e3-9c8d-5fa2322d06a8 resource provider aggregate not found 2026-06-10 09:57:31.811 8 INFO neutron.services.segments.plugin [-] Segment 89c6a41c-22bf-46e3-9c8d-5fa2322d06a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89c6a41c-22bf-46e3-9c8d-5fa2322d06a8 found for delete ", "request_id": "req-964cb358-75da-4ca6-86be-0b664495b1d9"}]} 2026-06-10 09:57:31.816 8 INFO neutron.services.segments.plugin [-] Segment 89c6a41c-22bf-46e3-9c8d-5fa2322d06a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89c6a41c-22bf-46e3-9c8d-5fa2322d06a8 found for delete ", "request_id": "req-8128e517-3df1-4a03-a1e0-11be94ff8bfa"}]} /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-06-10 09:57:31.943 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e4f2cb3-c515-4323-83d2-b6260bae08fa 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] TaaS: Handle Delete Port: 5a275309-4387-499a-b29f-6239787737f4 2026-06-10 09:57:31.946 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e4f2cb3-c515-4323-83d2-b6260bae08fa 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] Tap Mirror: Handle Delete Port: 5a275309-4387-499a-b29f-6239787737f4 [pid: 8|app: 0|req: 1354/2849] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:57:31 2026] DELETE /v2.0/networks/23016235-b5ec-4085-b443-5f40672dc610 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2850] 10.0.0.107 () {34 vars in 789 bytes} [Wed Jun 10 09:57:31 2026] PUT /v2.0/routers/6b24ea4b-638f-41f2-8232-ce016caf12dd/remove_router_interface => generated 309 bytes in 982 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:57:32.712 8 INFO neutron.api.v2.resource [None req-682ee6c9-06ac-4213-9c7c-d8f704c29072 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1355/2851] 10.0.0.107 () {34 vars in 789 bytes} [Wed Jun 10 09:57:32 2026] PUT /v2.0/routers/6b24ea4b-638f-41f2-8232-ce016caf12dd/remove_router_interface => generated 198 bytes in 170 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2852] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:57:32 2026] GET /v2.0/security-groups?tenant_id=3eb45b56a64a44bfaebefaa4dd8d6b2a&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2853] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:57:32 2026] DELETE /v2.0/security-groups/fc694121-aa95-4cc1-9c5d-5d98df0af351 => 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: 1499/2854] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:57:33 2026] GET /v2.0/security-groups?tenant_id=13291826ebf44be680f3043d0e433646&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:57:33.119 8 INFO neutron_taas.services.taas.taas_plugin [None req-78ed9ee7-f604-4095-8a12-02e500ebc24a 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] TaaS: Handle Delete Port: 3dee8266-dc89-4224-ad90-cd77660b1b60 2026-06-10 09:57:33.121 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78ed9ee7-f604-4095-8a12-02e500ebc24a 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] Tap Mirror: Handle Delete Port: 3dee8266-dc89-4224-ad90-cd77660b1b60 [pid: 7|app: 0|req: 1500/2855] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:57:33 2026] DELETE /v2.0/security-groups/11851eb2-8bfe-4d97-83be-2db24e8430a7 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2856] 10.0.0.107 () {34 vars in 789 bytes} [Wed Jun 10 09:57:32 2026] PUT /v2.0/routers/6b24ea4b-638f-41f2-8232-ce016caf12dd/remove_router_interface => generated 309 bytes in 1052 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:57:33.832 8 INFO neutron.services.segments.plugin [-] Segment 1cd73f28-6f40-48db-bf68-9c07c91fc02a resource provider aggregate not found 2026-06-10 09:57:33.846 8 INFO neutron.services.segments.plugin [-] Segment 1cd73f28-6f40-48db-bf68-9c07c91fc02a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cd73f28-6f40-48db-bf68-9c07c91fc02a found for delete ", "request_id": "req-1d305c3f-b96e-4922-b653-09b92f35ad35"}]} 2026-06-10 09:57:33.853 8 INFO neutron.services.segments.plugin [-] Segment 1cd73f28-6f40-48db-bf68-9c07c91fc02a resource provider aggregate not found 2026-06-10 09:57:33.879 8 INFO neutron.services.segments.plugin [-] Segment 1cd73f28-6f40-48db-bf68-9c07c91fc02a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cd73f28-6f40-48db-bf68-9c07c91fc02a found for delete ", "request_id": "req-6158d597-f1f3-4053-b68e-71c973896ff8"}]} 2026-06-10 09:57:33.984 7 INFO neutron.api.v2.resource [None req-0da2fbda-9529-484d-8e5d-29e5bb97f249 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1501/2857] 10.0.0.107 () {34 vars in 789 bytes} [Wed Jun 10 09:57:33 2026] PUT /v2.0/routers/6b24ea4b-638f-41f2-8232-ce016caf12dd/remove_router_interface => generated 198 bytes in 210 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:57:34.231 8 INFO neutron_taas.services.taas.taas_plugin [None req-860ae83a-c2a6-4729-83a4-f9ea9f6e65f0 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] TaaS: Handle Delete Port: 5501527e-ad0f-4202-b151-df151eb2ec70 2026-06-10 09:57:34.235 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-860ae83a-c2a6-4729-83a4-f9ea9f6e65f0 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] Tap Mirror: Handle Delete Port: 5501527e-ad0f-4202-b151-df151eb2ec70 2026-06-10 09:57:34.597 8 INFO neutron_taas.services.taas.taas_plugin [None req-860ae83a-c2a6-4729-83a4-f9ea9f6e65f0 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] TaaS: Handle Delete Port: 94e03c8d-1abc-4965-bf0f-25c05c0504d4 2026-06-10 09:57:34.601 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-860ae83a-c2a6-4729-83a4-f9ea9f6e65f0 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] Tap Mirror: Handle Delete Port: 94e03c8d-1abc-4965-bf0f-25c05c0504d4 2026-06-10 09:57:35.078 8 INFO neutron.db.l3_hamode_db [None req-860ae83a-c2a6-4729-83a4-f9ea9f6e65f0 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] HA network 7da75639-7e3f-49ec-91a2-e21395aeae18 was deleted as no HA routers are present in tenant bf77586680fb406390aed0b8e0568ea6. [pid: 8|app: 0|req: 1357/2858] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:57:33 2026] DELETE /v2.0/routers/6b24ea4b-638f-41f2-8232-ce016caf12dd => generated 0 bytes in 1096 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:57:35.388 8 INFO neutron.api.v2.resource [None req-31ab93a9-2cc6-41bb-91b1-63e54d139fa5 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1358/2859] 10.0.0.107 () {32 vars in 721 bytes} [Wed Jun 10 09:57:35 2026] GET /v2.0/routers/6b24ea4b-638f-41f2-8232-ce016caf12dd => generated 135 bytes in 297 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2860] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:57:35 2026] DELETE /v2.0/subnets/423857d2-9b40-4152-9a6c-58e9c2b396f3 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:57:35.615 7 INFO neutron.db.segments_db [None req-056852ca-09f7-469a-adc6-e8063afd4485 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Added segment da801bd2-a44b-43e5-a9ab-0f712407a0fe of type vxlan for network 19dcb1bd-46b8-465e-afd0-1db16c9244d1 2026-06-10 09:57:35.620 8 INFO neutron.pecan_wsgi.hooks.translation [None req-84280e22-de70-4dda-97ed-80a8bcc9805f 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1360/2861] 10.0.0.107 () {32 vars in 721 bytes} [Wed Jun 10 09:57:35 2026] GET /v2.0/subnets/423857d2-9b40-4152-9a6c-58e9c2b396f3 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2862] 10.0.0.107 () {34 vars in 671 bytes} [Wed Jun 10 09:57:35 2026] POST /v2.0/networks => generated 721 bytes in 695 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2863] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:57:35 2026] DELETE /v2.0/subnets/84c3b843-0ba8-46ab-b67c-b618b67d8575 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:57:35.852 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0160966a-9d60-4b85-8d67-557f5772f372 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1362/2864] 10.0.0.107 () {32 vars in 721 bytes} [Wed Jun 10 09:57:35 2026] GET /v2.0/subnets/84c3b843-0ba8-46ab-b67c-b618b67d8575 => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:57:35.867 8 INFO neutron.services.segments.plugin [-] Segment 91f33255-d0ad-4315-b3ff-15b189f0cff6 resource provider aggregate not found 2026-06-10 09:57:35.885 8 INFO neutron.services.segments.plugin [-] Segment 91f33255-d0ad-4315-b3ff-15b189f0cff6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91f33255-d0ad-4315-b3ff-15b189f0cff6 found for delete ", "request_id": "req-7bcf2ab7-1944-41df-8a59-e30811db47dd"}]} 2026-06-10 09:57:35.903 8 INFO neutron.services.segments.plugin [-] Segment 91f33255-d0ad-4315-b3ff-15b189f0cff6 resource provider aggregate not found 2026-06-10 09:57:35.927 8 INFO neutron.services.segments.plugin [-] Segment 91f33255-d0ad-4315-b3ff-15b189f0cff6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91f33255-d0ad-4315-b3ff-15b189f0cff6 found for delete ", "request_id": "req-7b455b28-bfe0-4c1d-8caa-a5b2c7a6ce5f"}]} 2026-06-10 09:57:35.962 8 INFO neutron_taas.services.taas.taas_plugin [None req-40d82d59-8ec3-40f5-b207-9af600103d2c 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] TaaS: Handle Delete Port: fd4fefc8-bde1-4a4f-b074-49fe2370c510 2026-06-10 09:57:35.965 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40d82d59-8ec3-40f5-b207-9af600103d2c 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] Tap Mirror: Handle Delete Port: fd4fefc8-bde1-4a4f-b074-49fe2370c510 [pid: 7|app: 0|req: 1503/2865] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:57:35 2026] POST /v2.0/subnets => generated 687 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2866] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:57:35 2026] DELETE /v2.0/networks/92f4f4c1-b093-406e-aa7d-e930a57dfe2b => generated 0 bytes in 368 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:57:36.241 8 INFO neutron.pecan_wsgi.hooks.translation [None req-333c2889-5f99-4c83-9a36-0ddc89caeccd 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1364/2867] 10.0.0.107 () {32 vars in 723 bytes} [Wed Jun 10 09:57:36 2026] GET /v2.0/networks/92f4f4c1-b093-406e-aa7d-e930a57dfe2b => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:57:36.354 7 INFO neutron.db.segments_db [None req-c74f8881-9b4d-4c3d-a351-441e1ff68c52 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Added segment 9fce70d5-0620-49a5-9e8a-d35c143bd103 of type vxlan for network 3c4d1780-76bf-4397-8fa3-61f8b819f482 [pid: 8|app: 0|req: 1365/2868] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:57:36 2026] DELETE /v2.0/subnets/88b4c0a5-6192-4b40-808f-994b86b97e15 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:57:36.471 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6dc165b7-0e71-44c4-bbfa-ad3b51cb19c7 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1366/2869] 10.0.0.107 () {32 vars in 721 bytes} [Wed Jun 10 09:57:36 2026] GET /v2.0/subnets/88b4c0a5-6192-4b40-808f-994b86b97e15 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2870] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:57:36 2026] DELETE /v2.0/subnets/e8ff0302-219f-4906-aa4c-81e6f34dbb2a => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:57:36.658 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d38024f6-1f18-4002-b829-45b25792c3ec 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1368/2871] 10.0.0.107 () {32 vars in 721 bytes} [Wed Jun 10 09:57:36 2026] GET /v2.0/subnets/e8ff0302-219f-4906-aa4c-81e6f34dbb2a => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:57:36.750 7 INFO neutron.db.l3_hamode_db [None req-c74f8881-9b4d-4c3d-a351-441e1ff68c52 24813152f5b04d93ba2edeb14fc64ead a2557ce163724acab45b2e4726a38c96 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:57:36.751 8 INFO neutron_taas.services.taas.taas_plugin [None req-228e439e-00ac-42a6-8dff-b081ef9be96b 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] TaaS: Handle Delete Port: 55a53d2d-e46a-41ad-a6a5-06c795998c82 2026-06-10 09:57:36.754 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-228e439e-00ac-42a6-8dff-b081ef9be96b 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] Tap Mirror: Handle Delete Port: 55a53d2d-e46a-41ad-a6a5-06c795998c82 [pid: 8|app: 0|req: 1369/2872] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:57:36 2026] DELETE /v2.0/networks/efd860fe-774a-4a86-a8f2-3d6afa83382b => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:57:36.977 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c628d5f5-597a-41a6-a7f0-b1988489bbbe 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1370/2873] 10.0.0.107 () {32 vars in 723 bytes} [Wed Jun 10 09:57:36 2026] GET /v2.0/networks/efd860fe-774a-4a86-a8f2-3d6afa83382b => 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: 1371/2874] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:57:36 2026] DELETE /v2.0/subnets/0f170a00-9465-4162-bf38-15cc26edb84a => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:57:37.175 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f165f71c-9e96-4351-b4c5-914d9e037351 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1372/2875] 10.0.0.107 () {32 vars in 721 bytes} [Wed Jun 10 09:57:37 2026] GET /v2.0/subnets/0f170a00-9465-4162-bf38-15cc26edb84a => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2876] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:57:37 2026] DELETE /v2.0/subnets/1829b93d-4682-4853-a7f9-9889b17ef2be => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:57:37.351 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b4880169-ae0a-403b-aee7-2748dabf0d7d 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1374/2877] 10.0.0.107 () {32 vars in 721 bytes} [Wed Jun 10 09:57:37 2026] GET /v2.0/subnets/1829b93d-4682-4853-a7f9-9889b17ef2be => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:57:37.433 8 INFO neutron_taas.services.taas.taas_plugin [None req-a80cfe0f-8ee5-4c8b-a127-f15f391ed814 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] TaaS: Handle Delete Port: 20b6e789-d3d5-4f2d-99f8-c70cb8625953 2026-06-10 09:57:37.435 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a80cfe0f-8ee5-4c8b-a127-f15f391ed814 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] Tap Mirror: Handle Delete Port: 20b6e789-d3d5-4f2d-99f8-c70cb8625953 2026-06-10 09:57:37.554 7 INFO neutron.db.l3_hamode_db [None req-c74f8881-9b4d-4c3d-a351-441e1ff68c52 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1375/2878] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:57:37 2026] DELETE /v2.0/networks/93098a16-8c6f-4ef5-b7a8-71fb17fcaca1 => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:57:37.708 8 INFO neutron.pecan_wsgi.hooks.translation [None req-449c36d5-ed32-4181-b20f-f63861e37941 026092c8ce7145adaac767d3a3852b8c bf77586680fb406390aed0b8e0568ea6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1376/2879] 10.0.0.107 () {32 vars in 723 bytes} [Wed Jun 10 09:57:37 2026] GET /v2.0/networks/93098a16-8c6f-4ef5-b7a8-71fb17fcaca1 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:57:37.903 8 INFO neutron.services.segments.plugin [-] Segment 9e99d43d-c82d-4d0e-bbae-ca20fe4b1e7d resource provider aggregate not found 2026-06-10 09:57:37.921 8 INFO neutron.services.segments.plugin [-] Segment 9e99d43d-c82d-4d0e-bbae-ca20fe4b1e7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e99d43d-c82d-4d0e-bbae-ca20fe4b1e7d found for delete ", "request_id": "req-c68ddf47-5f7a-4978-af17-a53ba376f08a"}]} 2026-06-10 09:57:37.937 8 INFO neutron.services.segments.plugin [-] Segment 90eff716-27d9-4667-bcef-cfbb261e6f6e resource provider aggregate not found 2026-06-10 09:57:37.943 8 INFO neutron.services.segments.plugin [-] Segment 9e99d43d-c82d-4d0e-bbae-ca20fe4b1e7d resource provider aggregate not found 2026-06-10 09:57:37.950 8 INFO neutron.services.segments.plugin [-] Segment 90eff716-27d9-4667-bcef-cfbb261e6f6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90eff716-27d9-4667-bcef-cfbb261e6f6e found for delete ", "request_id": "req-126860fa-b4a3-4afd-b00e-5ebc4a3284b9"}]} 2026-06-10 09:57:37.960 8 INFO neutron.services.segments.plugin [-] Segment 9e99d43d-c82d-4d0e-bbae-ca20fe4b1e7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e99d43d-c82d-4d0e-bbae-ca20fe4b1e7d found for delete ", "request_id": "req-cfdc11fa-4595-4b6c-9c22-d9d4e64d1e6b"}]} 2026-06-10 09:57:37.968 8 INFO neutron.services.segments.plugin [-] Segment 2514e3db-f246-480b-b7e2-a06ac35b701c resource provider aggregate not found 2026-06-10 09:57:37.978 8 INFO neutron.services.segments.plugin [-] Segment 90eff716-27d9-4667-bcef-cfbb261e6f6e resource provider aggregate not found 2026-06-10 09:57:37.982 8 INFO neutron.services.segments.plugin [-] Segment 2514e3db-f246-480b-b7e2-a06ac35b701c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2514e3db-f246-480b-b7e2-a06ac35b701c found for delete ", "request_id": "req-133d6703-1512-410f-a3f4-59c876343037"}]} 2026-06-10 09:57:37.997 8 INFO neutron.services.segments.plugin [-] Segment 90eff716-27d9-4667-bcef-cfbb261e6f6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90eff716-27d9-4667-bcef-cfbb261e6f6e found for delete ", "request_id": "req-62a868c6-03f8-45ac-82ae-053e8a59ca6f"}]} 2026-06-10 09:57:38.015 8 INFO neutron.services.segments.plugin [-] Segment 2514e3db-f246-480b-b7e2-a06ac35b701c resource provider aggregate not found 2026-06-10 09:57:38.032 8 INFO neutron.services.segments.plugin [-] Segment 2514e3db-f246-480b-b7e2-a06ac35b701c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2514e3db-f246-480b-b7e2-a06ac35b701c found for delete ", "request_id": "req-9921e56a-1bdf-4743-b7c7-dbdfd6520692"}]} [pid: 7|app: 0|req: 1504/2880] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:57:36 2026] POST /v2.0/routers => generated 727 bytes in 2224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2881] 10.0.0.107 () {34 vars in 783 bytes} [Wed Jun 10 09:57:38 2026] PUT /v2.0/routers/8e6600cf-0c97-4e07-ad5e-2b67b4e1d037/add_router_interface => generated 309 bytes in 1304 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2882] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:57:39 2026] GET /v2.0/security-groups?tenant_id=c76bc62413dd46feae75e2748bfd0a07&name=default => generated 2925 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2883] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:57:40 2026] DELETE /v2.0/security-groups/a90a0048-baa5-4149-a87a-6eacfbee7cfb => 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: 1506/2884] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:57:40 2026] GET /v2.0/security-groups?tenant_id=1fa56270c63c49b6a585a281e4c20746&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: 1379/2885] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:57:40 2026] DELETE /v2.0/security-groups/c0366fa9-aa93-447c-8db5-279a13b93b0f => 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: 1507/2886] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:57:40 2026] GET /v2.0/security-groups?tenant_id=ee2634f054a044da935f9e4baae4a912&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:57:41.053 8 INFO neutron.db.segments_db [None req-6851e6ba-fbe2-42b4-b839-cdc2052b363b 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Added segment 18bbf0e9-1ee6-4e82-8fa1-77b8ca01e47a of type vxlan for network a0edc081-368e-4cb4-8c55-d937b86789a6 [pid: 7|app: 0|req: 1508/2887] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:57:40 2026] DELETE /v2.0/security-groups/c43a38e1-6a88-40e3-983a-f0e82c537fd9 => 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: 1380/2888] 10.0.0.107 () {34 vars in 671 bytes} [Wed Jun 10 09:57:40 2026] POST /v2.0/networks => generated 722 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2889] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:57:41 2026] POST /v2.0/subnets => generated 688 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:57:41.434 7 INFO neutron.db.segments_db [None req-7e38ca60-3934-4b55-ab60-5b0f40cc98fc 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Added segment 1a829175-e833-4b12-9006-1fc5c659bc77 of type vxlan for network ec562349-fa62-4582-8c4e-cb61b006dafe [pid: 8|app: 0|req: 1381/2890] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:57:41 2026] GET /v2.0/security-groups?tenant_id=0717f909138a4d74afbbae818cdbf94c&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2891] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:57:41 2026] DELETE /v2.0/security-groups/305910ab-f0a9-4e6f-aa9d-9969c1c5dfb4 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:57:41.729 7 INFO neutron.db.l3_hamode_db [None req-7e38ca60-3934-4b55-ab60-5b0f40cc98fc 24813152f5b04d93ba2edeb14fc64ead 3ae93aedda26416497c91b402ad664ad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1383/2892] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:57:41 2026] GET /v2.0/security-groups?tenant_id=f8ca147ff3704b63a8e89e11b3653bf0&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: 1384/2893] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:57:41 2026] DELETE /v2.0/security-groups/51863a06-3006-4ff5-ab01-ad4a2df141dd => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2894] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:57:42 2026] GET /v2.0/security-groups?tenant_id=478caac89bff44d688d67086e98e7a45&name=default => generated 2929 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2895] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:57:42 2026] DELETE /v2.0/security-groups/a55a9051-236f-40f4-8749-fcab52c783fa => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:57:42.527 7 INFO neutron.db.l3_hamode_db [None req-7e38ca60-3934-4b55-ab60-5b0f40cc98fc 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1387/2896] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:57:42 2026] GET /v2.0/security-groups?tenant_id=bf77586680fb406390aed0b8e0568ea6&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2899] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:57:42 2026] DELETE /v2.0/security-groups/6fb96ed9-3eff-46e8-ad2b-6e98c91c014d => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2900] 10.0.0.107 () {34 vars in 669 bytes} [Wed Jun 10 09:57:41 2026] POST /v2.0/routers => generated 728 bytes in 2044 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2901] 10.0.0.107 () {34 vars in 783 bytes} [Wed Jun 10 09:57:43 2026] PUT /v2.0/routers/769be7d7-4c89-4357-b463-1f376ca37a5f/add_router_interface => generated 309 bytes in 1228 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2902] 10.0.0.107 () {34 vars in 685 bytes} [Wed Jun 10 09:57:45 2026] POST /v2.0/security-groups => generated 1675 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2903] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:57:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2904] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:57:45 2026] POST /v2.0/security-group-rules => generated 596 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2905] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:57:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2906] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:57:46 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) 2026-06-10 09:57:46.275 8 INFO neutron.db.securitygroups_db [None req-18df6fe3-dd67-4923-aaff-4d0675a06fdd c9b3f8c005a74f0a8c865d860c6490d1 a2557ce163724acab45b2e4726a38c96 - - default default] Project a2557ce163724acab45b2e4726a38c96 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: 1394/2907] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:57:46 2026] POST /v2.0/security-group-rules => generated 607 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:57:46.400 7 INFO neutron.db.securitygroups_db [None req-08f49212-fe0e-46d0-9213-ff5b4f9acdfb c9b3f8c005a74f0a8c865d860c6490d1 a2557ce163724acab45b2e4726a38c96 - - default default] Project a2557ce163724acab45b2e4726a38c96 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: 1514/2908] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:57:46 2026] POST /v2.0/security-group-rules => generated 606 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2909] 10.0.0.107 () {34 vars in 685 bytes} [Wed Jun 10 09:57:46 2026] POST /v2.0/security-groups => generated 1662 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2910] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:57:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2911] 10.0.0.107 () {34 vars in 695 bytes} [Wed Jun 10 09:57: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) 2026-06-10 09:57:47.675 8 INFO neutron.db.segments_db [None req-ea147b75-3cb2-4853-afa9-140d166afc27 61d344e66a984524a7fdbe10ef6083bb 74a2913cf84746a09010409922c382f3 - - default default] Added segment ed080160-35a3-4740-8232-bf8643ed0216 of type vxlan for network df6fbc87-03b2-4504-ae2c-d3460c15e9c2 [pid: 8|app: 0|req: 1397/2912] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:57:47 2026] POST /v2.0/networks => generated 613 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:57:47.837 8 INFO neutron.db.segments_db [None req-0b39ef22-c864-47b3-9dd0-3db3bd6d794f 61d344e66a984524a7fdbe10ef6083bb 74a2913cf84746a09010409922c382f3 - - default default] Added segment 7a95a5e0-0117-49ef-9ceb-db83a0a1b4a5 of type vxlan for network f4b70d8b-162a-488d-9438-330489711ec5 [pid: 7|app: 0|req: 1516/2913] 10.0.0.107 () {34 vars in 676 bytes} [Wed Jun 10 09:57:47 2026] POST /v2.0/floatingips => generated 552 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2914] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:57:47 2026] POST /v2.0/networks => generated 613 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:57:47.996 7 INFO neutron.db.segments_db [None req-6cf65863-d893-4bed-88a9-a515aea66a1c 61d344e66a984524a7fdbe10ef6083bb 74a2913cf84746a09010409922c382f3 - - default default] Added segment 246bc93a-7a35-4e57-bf80-47534d000b18 of type vxlan for network 56a6def9-a1d1-4955-a965-cbe9e83cca55 [pid: 8|app: 0|req: 1399/2915] 10.0.0.109 () {34 vars in 1100 bytes} [Wed Jun 10 09:57:47 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2006381259&fields=id&tenant_id=a2557ce163724acab45b2e4726a38c96 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2916] 10.0.0.109 () {34 vars in 1098 bytes} [Wed Jun 10 09:57:48 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-996614868&fields=id&tenant_id=a2557ce163724acab45b2e4726a38c96 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2917] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:57:47 2026] POST /v2.0/networks => generated 613 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2918] 10.0.0.109 () {34 vars in 982 bytes} [Wed Jun 10 09:57:48 2026] GET /v2.0/networks?id=19dcb1bd-46b8-465e-afd0-1db16c9244d1 => generated 672 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2919] 10.0.0.109 () {34 vars in 965 bytes} [Wed Jun 10 09:57:48 2026] GET /v2.0/quotas/a2557ce163724acab45b2e4726a38c96 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:57:48.152 7 INFO neutron.db.segments_db [None req-023fc38c-d0d7-43d0-a742-d44690bca148 61d344e66a984524a7fdbe10ef6083bb 74a2913cf84746a09010409922c382f3 - - default default] Added segment 1029c059-4d60-4928-bfe2-631081a638da of type vxlan for network 45bc19be-1511-4656-ad76-2f6d01f71c6c [pid: 7|app: 0|req: 1518/2920] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:57:48 2026] POST /v2.0/networks => generated 613 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2921] 10.0.0.109 () {34 vars in 1002 bytes} [Wed Jun 10 09:57:48 2026] GET /v2.0/ports?tenant_id=a2557ce163724acab45b2e4726a38c96&fields=id => generated 103 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:57:48.280 7 INFO neutron.db.segments_db [None req-671fd697-3943-4a73-a386-ddbdb57b7ec0 61d344e66a984524a7fdbe10ef6083bb 74a2913cf84746a09010409922c382f3 - - default default] Added segment 7a3102fc-d4d9-4c2f-81e6-f236d91ec351 of type vxlan for network ba9cf984-39e7-4ec1-a9c7-abf7ef8c5bfc [pid: 8|app: 0|req: 1404/2922] 10.0.0.109 () {34 vars in 1008 bytes} [Wed Jun 10 09:57:48 2026] GET /v2.0/networks/19dcb1bd-46b8-465e-afd0-1db16c9244d1?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2923] 10.0.0.109 () {34 vars in 1108 bytes} [Wed Jun 10 09:57:48 2026] GET /v2.0/networks/19dcb1bd-46b8-465e-afd0-1db16c9244d1?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: 1519/2924] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:57:48 2026] POST /v2.0/networks => generated 611 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2925] 10.0.0.107 () {34 vars in 753 bytes} [Wed Jun 10 09:57:48 2026] PUT /v2.0/networks/df6fbc87-03b2-4504-ae2c-d3460c15e9c2/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2926] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:57:48 2026] GET /v2.0/ports?device_id=fdfe331e-b96a-4f36-8b25-e2536ab0be0a => 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: 1520/2927] 10.0.0.107 () {34 vars in 753 bytes} [Wed Jun 10 09:57:48 2026] PUT /v2.0/networks/f4b70d8b-162a-488d-9438-330489711ec5/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2928] 10.0.0.107 () {34 vars in 753 bytes} [Wed Jun 10 09:57:48 2026] PUT /v2.0/networks/56a6def9-a1d1-4955-a965-cbe9e83cca55/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2929] 10.0.0.107 () {34 vars in 753 bytes} [Wed Jun 10 09:57:48 2026] PUT /v2.0/networks/45bc19be-1511-4656-ad76-2f6d01f71c6c/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: 1409/2930] 10.0.0.107 () {32 vars in 666 bytes} [Wed Jun 10 09:57:48 2026] GET /v2.0/networks?tags=red => generated 1857 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2931] 10.0.0.107 () {32 vars in 680 bytes} [Wed Jun 10 09:57:48 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2932] 10.0.0.107 () {32 vars in 676 bytes} [Wed Jun 10 09:57:48 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2933] 10.0.0.107 () {32 vars in 688 bytes} [Wed Jun 10 09:57:48 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1857 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2934] 10.0.0.107 () {32 vars in 674 bytes} [Wed Jun 10 09:57:48 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2935] 10.0.0.107 () {32 vars in 688 bytes} [Wed Jun 10 09:57:48 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2936] 10.0.0.107 () {32 vars in 684 bytes} [Wed Jun 10 09:57:49 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2937] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:57:49 2026] GET /v2.0/ports?device_id=fdfe331e-b96a-4f36-8b25-e2536ab0be0a => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2938] 10.0.0.107 () {32 vars in 696 bytes} [Wed Jun 10 09:57:49 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 508 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:57:49.746 8 INFO neutron.services.segments.plugin [-] Segment ed080160-35a3-4740-8232-bf8643ed0216 resource provider aggregate not found 2026-06-10 09:57:49.748 8 INFO neutron.services.segments.plugin [-] Segment ed080160-35a3-4740-8232-bf8643ed0216 resource provider aggregate not found 2026-06-10 09:57:49.769 8 INFO neutron.services.segments.plugin [-] Segment ed080160-35a3-4740-8232-bf8643ed0216 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed080160-35a3-4740-8232-bf8643ed0216 found for delete ", "request_id": "req-2bbaf0f6-a588-45af-bd45-679b5cf73128"}]} 2026-06-10 09:57:49.772 8 INFO neutron.services.segments.plugin [-] Segment ed080160-35a3-4740-8232-bf8643ed0216 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed080160-35a3-4740-8232-bf8643ed0216 found for delete ", "request_id": "req-235e024a-64fe-4f36-906b-a32c2f2d1a35"}]} [pid: 8|app: 0|req: 1414/2939] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:57:49 2026] DELETE /v2.0/networks/df6fbc87-03b2-4504-ae2c-d3460c15e9c2 => 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: 1526/2940] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:57:49 2026] DELETE /v2.0/networks/f4b70d8b-162a-488d-9438-330489711ec5 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:57:49.984 7 INFO neutron.services.segments.plugin [-] Segment 7a95a5e0-0117-49ef-9ceb-db83a0a1b4a5 resource provider aggregate not found 2026-06-10 09:57:50.006 7 INFO neutron.services.segments.plugin [-] Segment 7a95a5e0-0117-49ef-9ceb-db83a0a1b4a5 resource provider aggregate not found 2026-06-10 09:57:50.009 7 INFO neutron.services.segments.plugin [-] Segment 7a95a5e0-0117-49ef-9ceb-db83a0a1b4a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a95a5e0-0117-49ef-9ceb-db83a0a1b4a5 found for delete ", "request_id": "req-b96f40a8-acfc-436c-a66f-87f6cc6601e8"}]} 2026-06-10 09:57:50.022 7 INFO neutron.services.segments.plugin [-] Segment 7a95a5e0-0117-49ef-9ceb-db83a0a1b4a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a95a5e0-0117-49ef-9ceb-db83a0a1b4a5 found for delete ", "request_id": "req-1e0aa3da-bc1e-459d-a678-ab1d54a896a3"}]} [pid: 8|app: 0|req: 1415/2941] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:57:49 2026] DELETE /v2.0/networks/56a6def9-a1d1-4955-a965-cbe9e83cca55 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2942] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:57:50 2026] DELETE /v2.0/networks/45bc19be-1511-4656-ad76-2f6d01f71c6c => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2943] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:57:50 2026] DELETE /v2.0/networks/ba9cf984-39e7-4ec1-a9c7-abf7ef8c5bfc => 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: 1528/2944] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:57:50 2026] GET /v2.0/ports?device_id=fdfe331e-b96a-4f36-8b25-e2536ab0be0a => 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: 1417/2945] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:57:51 2026] GET /v2.0/security-groups?tenant_id=ce9aaf59d2f74657bec5aab6e5b00c39&name=default => generated 2929 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2946] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:57:51 2026] DELETE /v2.0/security-groups/54f7d2ac-3355-4fb5-bef9-de7746628a8b => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:57:51.793 8 INFO neutron.services.segments.plugin [-] Segment 246bc93a-7a35-4e57-bf80-47534d000b18 resource provider aggregate not found 2026-06-10 09:57:51.800 8 INFO neutron.services.segments.plugin [-] Segment 246bc93a-7a35-4e57-bf80-47534d000b18 resource provider aggregate not found [pid: 8|app: 0|req: 1418/2947] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:57:51 2026] GET /v2.0/ports?device_id=fdfe331e-b96a-4f36-8b25-e2536ab0be0a => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:57:51.814 8 INFO neutron.services.segments.plugin [-] Segment 246bc93a-7a35-4e57-bf80-47534d000b18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 246bc93a-7a35-4e57-bf80-47534d000b18 found for delete ", "request_id": "req-3fe73bf9-f155-49f9-98e7-1fbd2277662d"}]} 2026-06-10 09:57:51.824 8 INFO neutron.services.segments.plugin [-] Segment 246bc93a-7a35-4e57-bf80-47534d000b18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 246bc93a-7a35-4e57-bf80-47534d000b18 found for delete ", "request_id": "req-27b3971b-fb6b-4533-9878-010491565bbd"}]} 2026-06-10 09:57:51.828 8 INFO neutron.services.segments.plugin [-] Segment 7a3102fc-d4d9-4c2f-81e6-f236d91ec351 resource provider aggregate not found 2026-06-10 09:57:51.842 8 INFO neutron.services.segments.plugin [-] Segment 7a3102fc-d4d9-4c2f-81e6-f236d91ec351 resource provider aggregate not found 2026-06-10 09:57:51.845 8 INFO neutron.services.segments.plugin [-] Segment 7a3102fc-d4d9-4c2f-81e6-f236d91ec351 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a3102fc-d4d9-4c2f-81e6-f236d91ec351 found for delete ", "request_id": "req-f71ae62e-52a9-42af-9b25-ab5d3ae63fd8"}]} 2026-06-10 09:57:51.856 8 INFO neutron.services.segments.plugin [-] Segment 7a3102fc-d4d9-4c2f-81e6-f236d91ec351 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a3102fc-d4d9-4c2f-81e6-f236d91ec351 found for delete ", "request_id": "req-7b452958-69a2-4d46-8faa-a53ad8910ac7"}]} [pid: 7|app: 0|req: 1530/2948] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:57:51 2026] GET /v2.0/security-groups?tenant_id=5176a4ff059246d789c3d50e9e84d115&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:57:52.034 7 INFO neutron.services.segments.plugin [-] Segment 1029c059-4d60-4928-bfe2-631081a638da resource provider aggregate not found 2026-06-10 09:57:52.040 7 INFO neutron.services.segments.plugin [-] Segment 1029c059-4d60-4928-bfe2-631081a638da resource provider aggregate not found 2026-06-10 09:57:52.054 7 INFO neutron.services.segments.plugin [-] Segment 1029c059-4d60-4928-bfe2-631081a638da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1029c059-4d60-4928-bfe2-631081a638da found for delete ", "request_id": "req-0be35f4a-8cac-46a0-8ddc-1725ef99499f"}]} 2026-06-10 09:57:52.056 7 INFO neutron.services.segments.plugin [-] Segment 1029c059-4d60-4928-bfe2-631081a638da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1029c059-4d60-4928-bfe2-631081a638da found for delete ", "request_id": "req-d42f01da-fb6b-444e-bfdf-c8e41dcba7f1"}]} [pid: 8|app: 0|req: 1419/2949] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:57:51 2026] DELETE /v2.0/security-groups/32b87b7c-0bf8-47fe-afab-70bb5e0fb517 => generated 0 bytes in 526 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2950] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:57:52 2026] GET /v2.0/security-groups?tenant_id=74a2913cf84746a09010409922c382f3&name=default => generated 2929 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2951] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:57:52 2026] DELETE /v2.0/security-groups/78a3a294-e099-497e-9df1-68c9d4f3a699 => 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: 1532/2952] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:57:52 2026] GET /v2.0/networks?id=19dcb1bd-46b8-465e-afd0-1db16c9244d1 => generated 672 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2953] 199.19.213.96 () {34 vars in 1049 bytes} [Wed Jun 10 09:57:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a2557ce163724acab45b2e4726a38c96 => generated 273 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2954] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:57:52 2026] GET /v2.0/ports?device_id=fdfe331e-b96a-4f36-8b25-e2536ab0be0a => 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: 1533/2955] 199.19.213.96 () {38 vars in 954 bytes} [Wed Jun 10 09:57:52 2026] POST /v2.0/ports => generated 997 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2956] 199.19.213.96 () {38 vars in 1027 bytes} [Wed Jun 10 09:57:53 2026] PUT /v2.0/ports/80477b84-4df5-4458-8c99-a88f0adcb2b3 => generated 1278 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:57:53.781 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-79e799c6-9021-4e26-8aef-c8e4f21d3820'] response: {'name': 'network-changed', 'server_uuid': 'fdfe331e-b96a-4f36-8b25-e2536ab0be0a', 'tag': '80477b84-4df5-4458-8c99-a88f0adcb2b3', '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: 1534/2957] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:57:53 2026] GET /v2.0/ports?device_id=fdfe331e-b96a-4f36-8b25-e2536ab0be0a => generated 1012 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: 1424/2958] 10.0.0.109 () {34 vars in 1120 bytes} [Wed Jun 10 09:57:54 2026] GET /v2.0/security-groups?id=91d6a497-a193-4fd2-80a0-0a6e10315c49&id=42ae7e1d-2324-4eea-8d8e-a6efb9661363&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/2959] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:57:54 2026] GET /v2.0/ports?tenant_id=a2557ce163724acab45b2e4726a38c96&device_id=fdfe331e-b96a-4f36-8b25-e2536ab0be0a => generated 1281 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2960] 199.19.213.96 () {34 vars in 1017 bytes} [Wed Jun 10 09:57:54 2026] GET /v2.0/networks?tenant_id=a2557ce163724acab45b2e4726a38c96&shared=False => generated 768 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/2961] 199.19.213.96 () {34 vars in 929 bytes} [Wed Jun 10 09:57:54 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2962] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:57:55 2026] GET /v2.0/ports?device_id=fdfe331e-b96a-4f36-8b25-e2536ab0be0a => generated 1012 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/2963] 10.0.0.109 () {34 vars in 1120 bytes} [Wed Jun 10 09:57:55 2026] GET /v2.0/security-groups?id=91d6a497-a193-4fd2-80a0-0a6e10315c49&id=42ae7e1d-2324-4eea-8d8e-a6efb9661363&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2964] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:57:55 2026] GET /v2.0/ports?tenant_id=a2557ce163724acab45b2e4726a38c96&device_id=fdfe331e-b96a-4f36-8b25-e2536ab0be0a => generated 1281 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/2965] 199.19.213.96 () {34 vars in 1059 bytes} [Wed Jun 10 09:57:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=80477b84-4df5-4458-8c99-a88f0adcb2b3 => 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: 1428/2966] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:57:55 2026] GET /v2.0/subnets?id=17325345-4e88-4741-bb36-dd2439558f4f => generated 690 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/2967] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:57:55 2026] GET /v2.0/ports?network_id=19dcb1bd-46b8-465e-afd0-1db16c9244d1&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2968] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:57:55 2026] GET /v2.0/networks/19dcb1bd-46b8-465e-afd0-1db16c9244d1?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/2969] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:57:55 2026] GET /v2.0/networks/19dcb1bd-46b8-465e-afd0-1db16c9244d1?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: 8|app: 0|req: 1430/2970] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:57:56 2026] GET /v2.0/ports?device_id=fdfe331e-b96a-4f36-8b25-e2536ab0be0a => generated 1012 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/2971] 10.0.0.109 () {34 vars in 1120 bytes} [Wed Jun 10 09:57:56 2026] GET /v2.0/security-groups?id=91d6a497-a193-4fd2-80a0-0a6e10315c49&id=42ae7e1d-2324-4eea-8d8e-a6efb9661363&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2972] 10.0.0.107 () {34 vars in 684 bytes} [Wed Jun 10 09:57:56 2026] POST /v2.0/security-groups => generated 1603 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/2973] 10.0.0.107 () {34 vars in 684 bytes} [Wed Jun 10 09:57:57 2026] POST /v2.0/security-groups => generated 1603 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2974] 10.0.0.107 () {34 vars in 684 bytes} [Wed Jun 10 09:57:57 2026] POST /v2.0/security-groups => generated 1603 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/2975] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:57:57 2026] GET /v2.0/ports?device_id=fdfe331e-b96a-4f36-8b25-e2536ab0be0a => generated 1012 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/2976] 10.0.0.109 () {34 vars in 1120 bytes} [Wed Jun 10 09:57:57 2026] GET /v2.0/security-groups?id=91d6a497-a193-4fd2-80a0-0a6e10315c49&id=42ae7e1d-2324-4eea-8d8e-a6efb9661363&fields=id&fields=name => generated 206 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2979] 10.0.0.107 () {34 vars in 684 bytes} [Wed Jun 10 09:57:57 2026] POST /v2.0/security-groups => generated 1603 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/2980] 10.0.0.107 () {34 vars in 684 bytes} [Wed Jun 10 09:57:57 2026] POST /v2.0/security-groups => generated 1603 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2981] 10.0.0.107 () {34 vars in 767 bytes} [Wed Jun 10 09:57:57 2026] PUT /v2.0/security-groups/8ff7d0ae-31df-4256-9b57-aceb836c9ef5/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/2982] 10.0.0.107 () {34 vars in 767 bytes} [Wed Jun 10 09:57:57 2026] PUT /v2.0/security-groups/69cdf756-9970-4759-af34-5e21bbc359ae/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2983] 10.0.0.107 () {34 vars in 767 bytes} [Wed Jun 10 09:57:57 2026] PUT /v2.0/security-groups/ab40df13-fc0c-4a8c-92a8-9d0c552981c4/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/2984] 10.0.0.107 () {34 vars in 767 bytes} [Wed Jun 10 09:57:57 2026] PUT /v2.0/security-groups/2e320f9b-11fb-46be-8dd9-7ea26e5fb342/tags => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2985] 10.0.0.107 () {32 vars in 680 bytes} [Wed Jun 10 09:57:57 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/2986] 10.0.0.107 () {32 vars in 694 bytes} [Wed Jun 10 09:57:58 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2987] 10.0.0.107 () {32 vars in 690 bytes} [Wed Jun 10 09:57:58 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/2988] 10.0.0.107 () {32 vars in 702 bytes} [Wed Jun 10 09:57:58 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2989] 10.0.0.107 () {32 vars in 688 bytes} [Wed Jun 10 09:57:58 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/2990] 10.0.0.107 () {32 vars in 702 bytes} [Wed Jun 10 09:57:58 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2991] 10.0.0.107 () {32 vars in 698 bytes} [Wed Jun 10 09:57:58 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/2992] 10.0.0.107 () {32 vars in 710 bytes} [Wed Jun 10 09:57:58 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2993] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:57:58 2026] DELETE /v2.0/security-groups/8ff7d0ae-31df-4256-9b57-aceb836c9ef5 => 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: 1554/2994] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:57:58 2026] DELETE /v2.0/security-groups/69cdf756-9970-4759-af34-5e21bbc359ae => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2995] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:57:58 2026] DELETE /v2.0/security-groups/ab40df13-fc0c-4a8c-92a8-9d0c552981c4 => 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: 1555/2996] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:57:58 2026] GET /v2.0/ports?device_id=fdfe331e-b96a-4f36-8b25-e2536ab0be0a => generated 1014 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2997] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:57:58 2026] DELETE /v2.0/security-groups/2e320f9b-11fb-46be-8dd9-7ea26e5fb342 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/2998] 10.0.0.109 () {34 vars in 1120 bytes} [Wed Jun 10 09:57:58 2026] GET /v2.0/security-groups?id=91d6a497-a193-4fd2-80a0-0a6e10315c49&id=42ae7e1d-2324-4eea-8d8e-a6efb9661363&fields=id&fields=name => generated 206 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2999] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:57:58 2026] DELETE /v2.0/security-groups/8b50fce3-a45e-443f-85c3-594a986712ea => 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: 1557/3000] 199.19.213.96 () {34 vars in 993 bytes} [Wed Jun 10 09:57:58 2026] GET /v2.0/ports?device_id=fdfe331e-b96a-4f36-8b25-e2536ab0be0a => generated 1283 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/3001] 199.19.213.96 () {34 vars in 1123 bytes} [Wed Jun 10 09:57:58 2026] GET /v2.0/security-groups?id=42ae7e1d-2324-4eea-8d8e-a6efb9661363&id=91d6a497-a193-4fd2-80a0-0a6e10315c49&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/3002] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:57:59 2026] GET /v2.0/ports?device_id=fdfe331e-b96a-4f36-8b25-e2536ab0be0a => generated 1014 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/3003] 10.0.0.109 () {34 vars in 1120 bytes} [Wed Jun 10 09:57:59 2026] GET /v2.0/security-groups?id=91d6a497-a193-4fd2-80a0-0a6e10315c49&id=42ae7e1d-2324-4eea-8d8e-a6efb9661363&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3004] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:57:59 2026] GET /v2.0/security-groups?tenant_id=73dbc033fcad49b0afb3fff4274c8550&name=default => generated 2929 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/3005] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:58:00 2026] DELETE /v2.0/security-groups/92b5016d-4843-4354-a795-3e180053236e => 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: 1559/3006] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:58:00 2026] GET /v2.0/security-groups?tenant_id=2e5fd175268d4915a094969640744e38&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/3007] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:58:00 2026] DELETE /v2.0/security-groups/4f31f0a9-3898-49f7-970f-53bf28bc5013 => 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: 1560/3008] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:58:00 2026] GET /v2.0/security-groups?tenant_id=8f0ff84a21074011a6d60f8bf0cb176d&name=default => generated 2929 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/3009] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:58:00 2026] DELETE /v2.0/security-groups/7e163514-1a70-4992-9322-ad8e3c5f7783 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3010] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:58:01 2026] GET /v2.0/ports?device_id=fdfe331e-b96a-4f36-8b25-e2536ab0be0a => generated 1014 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/3011] 10.0.0.109 () {34 vars in 1120 bytes} [Wed Jun 10 09:58:01 2026] GET /v2.0/security-groups?id=91d6a497-a193-4fd2-80a0-0a6e10315c49&id=42ae7e1d-2324-4eea-8d8e-a6efb9661363&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3012] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:58:01 2026] GET /v2.0/ports?device_id=fdfe331e-b96a-4f36-8b25-e2536ab0be0a => generated 1014 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:58:01.623 8 INFO neutron.db.l3_db [None req-bf08f3d1-d8d0-4fc7-9011-55864c940544 c9b3f8c005a74f0a8c865d860c6490d1 a2557ce163724acab45b2e4726a38c96 - - default default] Floating IP 96aa5ac7-1119-4133-b6f7-3d683cd5e294 associated. External IP: 10.96.250.216, port: 80477b84-4df5-4458-8c99-a88f0adcb2b3. [pid: 8|app: 0|req: 1451/3013] 10.0.0.107 () {34 vars in 749 bytes} [Wed Jun 10 09:58:01 2026] PUT /v2.0/floatingips/96aa5ac7-1119-4133-b6f7-3d683cd5e294 => generated 856 bytes in 683 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:58:01.990 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2274e44b-089a-4d0f-8e63-b4138d18d36e'] response: {'name': 'network-changed', 'server_uuid': 'fdfe331e-b96a-4f36-8b25-e2536ab0be0a', 'tag': '80477b84-4df5-4458-8c99-a88f0adcb2b3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1563/3014] 199.19.213.96 () {34 vars in 1079 bytes} [Wed Jun 10 09:58:02 2026] GET /v2.0/ports?tenant_id=a2557ce163724acab45b2e4726a38c96&device_id=fdfe331e-b96a-4f36-8b25-e2536ab0be0a => generated 1283 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/3015] 199.19.213.96 () {34 vars in 985 bytes} [Wed Jun 10 09:58:02 2026] GET /v2.0/networks?id=19dcb1bd-46b8-465e-afd0-1db16c9244d1 => generated 768 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3016] 199.19.213.96 () {34 vars in 1059 bytes} [Wed Jun 10 09:58:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=80477b84-4df5-4458-8c99-a88f0adcb2b3 => generated 859 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/3017] 199.19.213.96 () {34 vars in 983 bytes} [Wed Jun 10 09:58:02 2026] GET /v2.0/subnets?id=17325345-4e88-4741-bb36-dd2439558f4f => generated 690 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3018] 199.19.213.96 () {34 vars in 1051 bytes} [Wed Jun 10 09:58:02 2026] GET /v2.0/ports?network_id=19dcb1bd-46b8-465e-afd0-1db16c9244d1&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/3019] 199.19.213.96 () {34 vars in 1011 bytes} [Wed Jun 10 09:58:02 2026] GET /v2.0/networks/19dcb1bd-46b8-465e-afd0-1db16c9244d1?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: 1566/3020] 199.19.213.96 () {34 vars in 1111 bytes} [Wed Jun 10 09:58:02 2026] GET /v2.0/networks/19dcb1bd-46b8-465e-afd0-1db16c9244d1?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: 1455/3021] 10.0.0.107 () {34 vars in 676 bytes} [Wed Jun 10 09:58:06 2026] POST /v2.0/subnetpools => generated 516 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3022] 10.0.0.107 () {34 vars in 676 bytes} [Wed Jun 10 09:58:06 2026] POST /v2.0/subnetpools => generated 516 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/3023] 10.0.0.107 () {34 vars in 676 bytes} [Wed Jun 10 09:58:06 2026] POST /v2.0/subnetpools => generated 516 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3024] 10.0.0.107 () {34 vars in 676 bytes} [Wed Jun 10 09:58:06 2026] POST /v2.0/subnetpools => generated 516 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/3025] 10.0.0.107 () {34 vars in 676 bytes} [Wed Jun 10 09:58:06 2026] POST /v2.0/subnetpools => generated 516 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3026] 10.0.0.107 () {34 vars in 759 bytes} [Wed Jun 10 09:58:06 2026] PUT /v2.0/subnetpools/71e7d59a-e296-4fa8-8836-bfb2158c652c/tags => generated 17 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/3027] 10.0.0.107 () {34 vars in 759 bytes} [Wed Jun 10 09:58:06 2026] PUT /v2.0/subnetpools/dedbe4c6-5ed4-4121-b497-ca581120422f/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3028] 10.0.0.107 () {34 vars in 759 bytes} [Wed Jun 10 09:58:07 2026] PUT /v2.0/subnetpools/6c2f88a2-a2c4-4491-87df-48e7e4d4665f/tags => generated 34 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/3029] 10.0.0.107 () {34 vars in 759 bytes} [Wed Jun 10 09:58:07 2026] PUT /v2.0/subnetpools/80821bd5-2425-495f-b31a-dc69b4c03b2d/tags => generated 19 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3030] 10.0.0.107 () {32 vars in 672 bytes} [Wed Jun 10 09:58:07 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: 8|app: 0|req: 1460/3031] 10.0.0.107 () {32 vars in 686 bytes} [Wed Jun 10 09:58:07 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3032] 10.0.0.107 () {32 vars in 682 bytes} [Wed Jun 10 09:58:07 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/3033] 10.0.0.107 () {32 vars in 694 bytes} [Wed Jun 10 09:58:07 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3034] 10.0.0.107 () {32 vars in 680 bytes} [Wed Jun 10 09:58:07 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/3035] 10.0.0.107 () {32 vars in 694 bytes} [Wed Jun 10 09:58:07 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3036] 10.0.0.107 () {32 vars in 690 bytes} [Wed Jun 10 09:58:07 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/3037] 10.0.0.107 () {32 vars in 702 bytes} [Wed Jun 10 09:58:07 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => 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: 1575/3038] 10.0.0.107 () {32 vars in 732 bytes} [Wed Jun 10 09:58:07 2026] DELETE /v2.0/subnetpools/71e7d59a-e296-4fa8-8836-bfb2158c652c => 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: 1464/3039] 10.0.0.107 () {32 vars in 732 bytes} [Wed Jun 10 09:58:07 2026] DELETE /v2.0/subnetpools/dedbe4c6-5ed4-4121-b497-ca581120422f => 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: 1576/3040] 10.0.0.107 () {32 vars in 732 bytes} [Wed Jun 10 09:58:07 2026] DELETE /v2.0/subnetpools/6c2f88a2-a2c4-4491-87df-48e7e4d4665f => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/3041] 10.0.0.107 () {32 vars in 732 bytes} [Wed Jun 10 09:58:07 2026] DELETE /v2.0/subnetpools/80821bd5-2425-495f-b31a-dc69b4c03b2d => 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: 1577/3042] 10.0.0.107 () {32 vars in 732 bytes} [Wed Jun 10 09:58:07 2026] DELETE /v2.0/subnetpools/e4e06d03-7cc1-4a94-a3b7-d09c2c0de6f2 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3043] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:58:08 2026] GET /v2.0/security-groups?tenant_id=e8de11f370b841fe9b44f30002afd980&name=default => generated 2929 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3044] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:58:08 2026] DELETE /v2.0/security-groups/4a773a78-907e-4980-98d0-c23da3ba5d5a => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/3045] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:58:09 2026] GET /v2.0/security-groups?tenant_id=cde9e740ef2b46dfb61c67f5d06fceaa&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3046] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:58:09 2026] DELETE /v2.0/security-groups/af5bfbb0-9f98-4512-83f5-43bb82c607bb => 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: 1468/3047] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:58:09 2026] GET /v2.0/security-groups?tenant_id=a68e7a97d6894d8c98a1bce412665d31&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3048] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:58:09 2026] DELETE /v2.0/security-groups/d5023d37-5a48-41cf-80ce-61086693ccd6 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:58:14.488 7 INFO neutron.db.segments_db [None req-f883b04f-37a5-4964-bc1d-a4c6bc6faa92 c59adc08cedb42298840d37405725bfb dbb5726dce2c4ad49af8636fbd717895 - - default default] Added segment 9e170454-e380-4bbb-a191-d7647a7fb87f of type vxlan for network c487c3fc-e93d-482f-b209-bcd3988ea7f6 [pid: 7|app: 0|req: 1582/3051] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:58:14 2026] POST /v2.0/networks => generated 612 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3052] 10.0.0.107 () {34 vars in 664 bytes} [Wed Jun 10 09:58:14 2026] POST /v2.0/ports => generated 743 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3053] 10.0.0.107 () {34 vars in 666 bytes} [Wed Jun 10 09:58:14 2026] POST /v2.0/trunks => generated 407 bytes in 143 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-06-10 09:58:15.064 8 INFO neutron.db.segments_db [None req-36834a29-e0c6-4846-8a0b-f9223dd3b0b1 c59adc08cedb42298840d37405725bfb dbb5726dce2c4ad49af8636fbd717895 - - default default] Added segment 3b2c2a58-e628-4ce6-9842-0b654338ef7e of type vxlan for network 12eb2130-b55d-487c-98b8-e735b7de0833 [pid: 8|app: 0|req: 1471/3054] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:58:15 2026] POST /v2.0/networks => generated 613 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3055] 10.0.0.107 () {34 vars in 664 bytes} [Wed Jun 10 09:58:15 2026] POST /v2.0/ports => generated 743 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3056] 10.0.0.107 () {34 vars in 666 bytes} [Wed Jun 10 09:58:15 2026] POST /v2.0/trunks => generated 407 bytes in 180 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-06-10 09:58:15.688 7 INFO neutron.db.segments_db [None req-3b63fe65-8682-464a-84c4-c6aba62011f9 c59adc08cedb42298840d37405725bfb dbb5726dce2c4ad49af8636fbd717895 - - default default] Added segment 8208fa4f-b8aa-433b-acd3-122b30b22438 of type vxlan for network 0f6b209f-1b2e-4577-9421-d5c6d5623d99 [pid: 7|app: 0|req: 1585/3057] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:58:15 2026] POST /v2.0/networks => generated 612 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3058] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:58:15 2026] GET /v2.0/ports?device_id=fdfe331e-b96a-4f36-8b25-e2536ab0be0a => generated 1014 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3059] 10.0.0.109 () {34 vars in 1120 bytes} [Wed Jun 10 09:58:15 2026] GET /v2.0/security-groups?id=91d6a497-a193-4fd2-80a0-0a6e10315c49&id=42ae7e1d-2324-4eea-8d8e-a6efb9661363&fields=id&fields=name => generated 206 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3060] 10.0.0.107 () {32 vars in 736 bytes} [Wed Jun 10 09:58:15 2026] GET /v2.0/ports?device_id=fdfe331e-b96a-4f36-8b25-e2536ab0be0a => generated 1283 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3061] 10.0.0.107 () {34 vars in 664 bytes} [Wed Jun 10 09:58:15 2026] POST /v2.0/ports => generated 743 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1589/3062] 10.0.0.107 () {32 vars in 858 bytes} [Wed Jun 10 09:58:16 2026] GET /v2.0/floatingips?floating_network_id=1ee89c5f-6074-43b9-ba79-57c784faf048&port_id=80477b84-4df5-4458-8c99-a88f0adcb2b3 => generated 861 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3063] 10.0.0.107 () {34 vars in 666 bytes} [Wed Jun 10 09:58:16 2026] POST /v2.0/trunks => generated 407 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:58:16.439 7 INFO neutron.db.segments_db [None req-fa5e6fc9-5bcb-4138-b68e-6936cff25973 c59adc08cedb42298840d37405725bfb dbb5726dce2c4ad49af8636fbd717895 - - default default] Added segment 0e47394f-44cd-464d-8bd5-2478aef9627b of type vxlan for network 42d22eb1-adc5-4167-bb81-dcf0eeaa3b71 [pid: 7|app: 0|req: 1590/3064] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:58:16 2026] POST /v2.0/networks => generated 613 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3065] 10.0.0.107 () {34 vars in 664 bytes} [Wed Jun 10 09:58:16 2026] POST /v2.0/ports => generated 743 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1476/3066] 10.0.0.50 () {34 vars in 989 bytes} [Wed Jun 10 09:58:16 2026] GET /v2.0/ports?device_id=fdfe331e-b96a-4f36-8b25-e2536ab0be0a => generated 1283 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3067] 10.0.0.50 () {34 vars in 1119 bytes} [Wed Jun 10 09:58:16 2026] GET /v2.0/security-groups?id=91d6a497-a193-4fd2-80a0-0a6e10315c49&id=42ae7e1d-2324-4eea-8d8e-a6efb9661363&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3068] 10.0.0.107 () {34 vars in 666 bytes} [Wed Jun 10 09:58:16 2026] POST /v2.0/trunks => generated 407 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:58:17.051 8 INFO neutron.db.segments_db [None req-5c6b72b0-4b7f-416a-a5ba-a84f54c78b08 c59adc08cedb42298840d37405725bfb dbb5726dce2c4ad49af8636fbd717895 - - default default] Added segment 38bfe585-a540-43e6-9aba-8e66bf2a353b of type vxlan for network e7239f50-0566-4a05-adf4-e1e56c715cde [pid: 8|app: 0|req: 1478/3069] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:58:16 2026] POST /v2.0/networks => generated 613 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3070] 10.0.0.107 () {34 vars in 664 bytes} [Wed Jun 10 09:58:17 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: 8|app: 0|req: 1479/3071] 10.0.0.107 () {34 vars in 666 bytes} [Wed Jun 10 09:58:17 2026] POST /v2.0/trunks => generated 407 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1593/3072] 10.0.0.107 () {34 vars in 749 bytes} [Wed Jun 10 09:58:17 2026] PUT /v2.0/trunks/f860277b-166b-44a6-af5f-e9b1286c98c7/tags => generated 17 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3073] 10.0.0.107 () {34 vars in 749 bytes} [Wed Jun 10 09:58:17 2026] PUT /v2.0/trunks/1aca8b02-93dc-4818-9eb5-d2a8ed5ce1e2/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3074] 10.0.0.107 () {34 vars in 749 bytes} [Wed Jun 10 09:58:17 2026] PUT /v2.0/trunks/b3dddbbb-8959-4d57-bbd5-cfff9e65938b/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3075] 10.0.0.107 () {34 vars in 749 bytes} [Wed Jun 10 09:58:17 2026] PUT /v2.0/trunks/b8459aee-b32d-43ab-8cfb-65243e0b2ac9/tags => 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: 1595/3076] 10.0.0.107 () {32 vars in 662 bytes} [Wed Jun 10 09:58:17 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: 1482/3077] 10.0.0.107 () {32 vars in 676 bytes} [Wed Jun 10 09:58:17 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: 1596/3078] 10.0.0.107 () {32 vars in 672 bytes} [Wed Jun 10 09:58:17 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3079] 10.0.0.107 () {32 vars in 684 bytes} [Wed Jun 10 09:58:17 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3080] 10.0.0.107 () {32 vars in 670 bytes} [Wed Jun 10 09:58:18 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3081] 10.0.0.107 () {32 vars in 684 bytes} [Wed Jun 10 09:58:18 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3082] 10.0.0.107 () {32 vars in 680 bytes} [Wed Jun 10 09:58:18 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3083] 10.0.0.107 () {32 vars in 692 bytes} [Wed Jun 10 09:58:18 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3084] 10.0.0.107 () {32 vars in 719 bytes} [Wed Jun 10 09:58:18 2026] GET /v2.0/trunks/f860277b-166b-44a6-af5f-e9b1286c98c7 => generated 412 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3085] 10.0.0.107 () {32 vars in 717 bytes} [Wed Jun 10 09:58:18 2026] GET /v2.0/ports/215907ac-9e66-4e35-9aa5-7e28a870659e => generated 826 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3086] 10.0.0.107 () {32 vars in 722 bytes} [Wed Jun 10 09:58:18 2026] DELETE /v2.0/trunks/f860277b-166b-44a6-af5f-e9b1286c98c7 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3087] 10.0.0.107 () {32 vars in 719 bytes} [Wed Jun 10 09:58:18 2026] GET /v2.0/trunks/1aca8b02-93dc-4818-9eb5-d2a8ed5ce1e2 => generated 420 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3088] 10.0.0.107 () {32 vars in 717 bytes} [Wed Jun 10 09:58:18 2026] GET /v2.0/ports/909d9cb6-3e62-4412-9a90-25a0e6dd3ed5 => generated 826 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3089] 10.0.0.107 () {32 vars in 722 bytes} [Wed Jun 10 09:58:18 2026] DELETE /v2.0/trunks/1aca8b02-93dc-4818-9eb5-d2a8ed5ce1e2 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3090] 10.0.0.107 () {32 vars in 719 bytes} [Wed Jun 10 09:58:18 2026] GET /v2.0/trunks/b3dddbbb-8959-4d57-bbd5-cfff9e65938b => generated 429 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3091] 10.0.0.107 () {32 vars in 717 bytes} [Wed Jun 10 09:58:18 2026] GET /v2.0/ports/fd0ddfeb-ed9b-4311-9db2-135634f8b7ee => generated 826 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3092] 10.0.0.107 () {32 vars in 722 bytes} [Wed Jun 10 09:58:18 2026] DELETE /v2.0/trunks/b3dddbbb-8959-4d57-bbd5-cfff9e65938b => 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: 1490/3093] 10.0.0.107 () {32 vars in 719 bytes} [Wed Jun 10 09:58:18 2026] GET /v2.0/trunks/b8459aee-b32d-43ab-8cfb-65243e0b2ac9 => generated 414 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3094] 10.0.0.107 () {32 vars in 717 bytes} [Wed Jun 10 09:58:18 2026] GET /v2.0/ports/6db80fe3-459e-4454-84e4-9c7fd45d923c => generated 826 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3095] 10.0.0.107 () {32 vars in 722 bytes} [Wed Jun 10 09:58:18 2026] DELETE /v2.0/trunks/b8459aee-b32d-43ab-8cfb-65243e0b2ac9 => 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: 1605/3096] 10.0.0.107 () {32 vars in 719 bytes} [Wed Jun 10 09:58:18 2026] GET /v2.0/trunks/c9db47e5-f544-43dc-8deb-9d7c752f0019 => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3097] 10.0.0.107 () {32 vars in 717 bytes} [Wed Jun 10 09:58:18 2026] GET /v2.0/ports/7257cc1d-484e-4064-bbac-927608be5417 => generated 826 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3098] 10.0.0.107 () {32 vars in 722 bytes} [Wed Jun 10 09:58:18 2026] DELETE /v2.0/trunks/c9db47e5-f544-43dc-8deb-9d7c752f0019 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:58:19.171 8 INFO neutron_taas.services.taas.taas_plugin [None req-5b479d41-c218-443e-87e5-3cd42f57241d c59adc08cedb42298840d37405725bfb dbb5726dce2c4ad49af8636fbd717895 - - default default] TaaS: Handle Delete Port: 215907ac-9e66-4e35-9aa5-7e28a870659e 2026-06-10 09:58:19.174 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b479d41-c218-443e-87e5-3cd42f57241d c59adc08cedb42298840d37405725bfb dbb5726dce2c4ad49af8636fbd717895 - - default default] Tap Mirror: Handle Delete Port: 215907ac-9e66-4e35-9aa5-7e28a870659e [pid: 8|app: 0|req: 1493/3099] 10.0.0.107 () {32 vars in 720 bytes} [Wed Jun 10 09:58:19 2026] DELETE /v2.0/ports/215907ac-9e66-4e35-9aa5-7e28a870659e => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:58:19.375 7 INFO neutron_taas.services.taas.taas_plugin [None req-3546a625-7823-4d78-bb5a-ca0b5040f204 c59adc08cedb42298840d37405725bfb dbb5726dce2c4ad49af8636fbd717895 - - default default] TaaS: Handle Delete Port: 909d9cb6-3e62-4412-9a90-25a0e6dd3ed5 2026-06-10 09:58:19.379 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3546a625-7823-4d78-bb5a-ca0b5040f204 c59adc08cedb42298840d37405725bfb dbb5726dce2c4ad49af8636fbd717895 - - default default] Tap Mirror: Handle Delete Port: 909d9cb6-3e62-4412-9a90-25a0e6dd3ed5 [pid: 7|app: 0|req: 1607/3100] 10.0.0.107 () {32 vars in 720 bytes} [Wed Jun 10 09:58:19 2026] DELETE /v2.0/ports/909d9cb6-3e62-4412-9a90-25a0e6dd3ed5 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3101] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:58:19 2026] GET /v2.0/ports?device_id=fdfe331e-b96a-4f36-8b25-e2536ab0be0a => generated 1014 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3102] 10.0.0.109 () {34 vars in 1120 bytes} [Wed Jun 10 09:58:19 2026] GET /v2.0/security-groups?id=91d6a497-a193-4fd2-80a0-0a6e10315c49&id=42ae7e1d-2324-4eea-8d8e-a6efb9661363&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:58:19.597 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc3a099b-e8ad-457d-aa85-fc86b95c91af c59adc08cedb42298840d37405725bfb dbb5726dce2c4ad49af8636fbd717895 - - default default] TaaS: Handle Delete Port: fd0ddfeb-ed9b-4311-9db2-135634f8b7ee 2026-06-10 09:58:19.599 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc3a099b-e8ad-457d-aa85-fc86b95c91af c59adc08cedb42298840d37405725bfb dbb5726dce2c4ad49af8636fbd717895 - - default default] Tap Mirror: Handle Delete Port: fd0ddfeb-ed9b-4311-9db2-135634f8b7ee [pid: 7|app: 0|req: 1608/3103] 10.0.0.107 () {32 vars in 720 bytes} [Wed Jun 10 09:58:19 2026] DELETE /v2.0/ports/fd0ddfeb-ed9b-4311-9db2-135634f8b7ee => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:58:19.789 8 INFO neutron_taas.services.taas.taas_plugin [None req-bce3bfd6-67cb-4427-930d-d2fc058319bb c59adc08cedb42298840d37405725bfb dbb5726dce2c4ad49af8636fbd717895 - - default default] TaaS: Handle Delete Port: 6db80fe3-459e-4454-84e4-9c7fd45d923c 2026-06-10 09:58:19.792 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bce3bfd6-67cb-4427-930d-d2fc058319bb c59adc08cedb42298840d37405725bfb dbb5726dce2c4ad49af8636fbd717895 - - default default] Tap Mirror: Handle Delete Port: 6db80fe3-459e-4454-84e4-9c7fd45d923c [pid: 8|app: 0|req: 1496/3104] 10.0.0.107 () {32 vars in 720 bytes} [Wed Jun 10 09:58:19 2026] DELETE /v2.0/ports/6db80fe3-459e-4454-84e4-9c7fd45d923c => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:58:19.983 7 INFO neutron_taas.services.taas.taas_plugin [None req-f5a4ff05-bf8d-4bde-af59-8a25b96676e7 c59adc08cedb42298840d37405725bfb dbb5726dce2c4ad49af8636fbd717895 - - default default] TaaS: Handle Delete Port: 7257cc1d-484e-4064-bbac-927608be5417 2026-06-10 09:58:19.985 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5a4ff05-bf8d-4bde-af59-8a25b96676e7 c59adc08cedb42298840d37405725bfb dbb5726dce2c4ad49af8636fbd717895 - - default default] Tap Mirror: Handle Delete Port: 7257cc1d-484e-4064-bbac-927608be5417 [pid: 7|app: 0|req: 1609/3105] 10.0.0.107 () {32 vars in 720 bytes} [Wed Jun 10 09:58:19 2026] DELETE /v2.0/ports/7257cc1d-484e-4064-bbac-927608be5417 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:58:20.252 8 INFO neutron.services.segments.plugin [-] Segment 9e170454-e380-4bbb-a191-d7647a7fb87f resource provider aggregate not found 2026-06-10 09:58:20.261 8 INFO neutron.services.segments.plugin [-] Segment 9e170454-e380-4bbb-a191-d7647a7fb87f resource provider aggregate not found 2026-06-10 09:58:20.277 8 INFO neutron.services.segments.plugin [-] Segment 9e170454-e380-4bbb-a191-d7647a7fb87f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e170454-e380-4bbb-a191-d7647a7fb87f found for delete ", "request_id": "req-a9f6dac7-2184-4084-b501-33e6dd02346b"}]} 2026-06-10 09:58:20.283 8 INFO neutron.services.segments.plugin [-] Segment 9e170454-e380-4bbb-a191-d7647a7fb87f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e170454-e380-4bbb-a191-d7647a7fb87f found for delete ", "request_id": "req-991fbaf1-1b64-4004-84ab-fe64c2248a8d"}]} [pid: 8|app: 0|req: 1497/3106] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:58:20 2026] DELETE /v2.0/networks/c487c3fc-e93d-482f-b209-bcd3988ea7f6 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:58:20.501 7 INFO neutron.services.segments.plugin [-] Segment 3b2c2a58-e628-4ce6-9842-0b654338ef7e resource provider aggregate not found 2026-06-10 09:58:20.509 7 INFO neutron.services.segments.plugin [-] Segment 3b2c2a58-e628-4ce6-9842-0b654338ef7e resource provider aggregate not found 2026-06-10 09:58:20.523 7 INFO neutron.services.segments.plugin [-] Segment 3b2c2a58-e628-4ce6-9842-0b654338ef7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b2c2a58-e628-4ce6-9842-0b654338ef7e found for delete ", "request_id": "req-2bf646d4-d8aa-48c8-8749-56780a62704e"}]} 2026-06-10 09:58:20.524 7 INFO neutron.services.segments.plugin [-] Segment 3b2c2a58-e628-4ce6-9842-0b654338ef7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b2c2a58-e628-4ce6-9842-0b654338ef7e found for delete ", "request_id": "req-b86ad9b4-d5bd-4f6f-80f9-e815e74170d5"}]} [pid: 7|app: 0|req: 1610/3107] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:58:20 2026] DELETE /v2.0/networks/12eb2130-b55d-487c-98b8-e735b7de0833 => 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: 1611/3108] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:58:20 2026] GET /v2.0/ports?device_id=fdfe331e-b96a-4f36-8b25-e2536ab0be0a => generated 1014 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3109] 10.0.0.109 () {34 vars in 1120 bytes} [Wed Jun 10 09:58:20 2026] GET /v2.0/security-groups?id=91d6a497-a193-4fd2-80a0-0a6e10315c49&id=42ae7e1d-2324-4eea-8d8e-a6efb9661363&fields=id&fields=name => generated 206 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3110] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:58:20 2026] DELETE /v2.0/networks/0f6b209f-1b2e-4577-9421-d5c6d5623d99 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3111] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:58:20 2026] DELETE /v2.0/networks/42d22eb1-adc5-4167-bb81-dcf0eeaa3b71 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3112] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:58:20 2026] DELETE /v2.0/networks/e7239f50-0566-4a05-adf4-e1e56c715cde => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3113] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:58:21 2026] GET /v2.0/ports?device_id=fdfe331e-b96a-4f36-8b25-e2536ab0be0a => generated 1012 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3114] 199.19.213.96 () {34 vars in 993 bytes} [Wed Jun 10 09:58:21 2026] GET /v2.0/ports?device_id=fdfe331e-b96a-4f36-8b25-e2536ab0be0a => generated 1012 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3115] 10.0.0.109 () {34 vars in 1120 bytes} [Wed Jun 10 09:58:21 2026] GET /v2.0/security-groups?id=91d6a497-a193-4fd2-80a0-0a6e10315c49&id=42ae7e1d-2324-4eea-8d8e-a6efb9661363&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:58:21.915 8 INFO neutron_taas.services.taas.taas_plugin [req-616cc870-e077-4444-ae4d-b8b100fd9ee2 req-7ab2570f-d93f-4331-90d9-c1c12b5bf643 c9b3f8c005a74f0a8c865d860c6490d1 a2557ce163724acab45b2e4726a38c96 - - default default] TaaS: Handle Delete Port: 80477b84-4df5-4458-8c99-a88f0adcb2b3 2026-06-10 09:58:21.917 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-616cc870-e077-4444-ae4d-b8b100fd9ee2 req-7ab2570f-d93f-4331-90d9-c1c12b5bf643 c9b3f8c005a74f0a8c865d860c6490d1 a2557ce163724acab45b2e4726a38c96 - - default default] Tap Mirror: Handle Delete Port: 80477b84-4df5-4458-8c99-a88f0adcb2b3 2026-06-10 09:58:22.003 8 INFO neutron.db.l3_db [req-616cc870-e077-4444-ae4d-b8b100fd9ee2 req-7ab2570f-d93f-4331-90d9-c1c12b5bf643 c9b3f8c005a74f0a8c865d860c6490d1 a2557ce163724acab45b2e4726a38c96 - - default default] Floating IP 96aa5ac7-1119-4133-b6f7-3d683cd5e294 disassociated. External IP: 10.96.250.216, port: 80477b84-4df5-4458-8c99-a88f0adcb2b3. [pid: 7|app: 0|req: 1616/3116] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:58:21 2026] GET /v2.0/security-groups?tenant_id=59a803b2ed5f4fb5a367ff9ef3f4577e&name=default => generated 2929 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3117] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:58:22 2026] DELETE /v2.0/security-groups/ab708a2b-2a62-41e4-a736-7ae98e960532 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:58:22.303 8 INFO neutron.services.segments.plugin [-] Segment 8208fa4f-b8aa-433b-acd3-122b30b22438 resource provider aggregate not found 2026-06-10 09:58:22.307 8 INFO neutron.services.segments.plugin [-] Segment 8208fa4f-b8aa-433b-acd3-122b30b22438 resource provider aggregate not found 2026-06-10 09:58:22.322 8 INFO neutron.services.segments.plugin [-] Segment 8208fa4f-b8aa-433b-acd3-122b30b22438 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8208fa4f-b8aa-433b-acd3-122b30b22438 found for delete ", "request_id": "req-9f2a7ef5-4dd9-4dad-8d9e-cdda1fbd27d2"}]} 2026-06-10 09:58:22.326 8 INFO neutron.services.segments.plugin [-] Segment 8208fa4f-b8aa-433b-acd3-122b30b22438 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8208fa4f-b8aa-433b-acd3-122b30b22438 found for delete ", "request_id": "req-e12bf01d-c232-44b2-a553-2e2135638c2b"}]} 2026-06-10 09:58:22.343 8 INFO neutron.services.segments.plugin [-] Segment 38bfe585-a540-43e6-9aba-8e66bf2a353b resource provider aggregate not found 2026-06-10 09:58:22.347 8 INFO neutron.services.segments.plugin [-] Segment 38bfe585-a540-43e6-9aba-8e66bf2a353b resource provider aggregate not found 2026-06-10 09:58:22.368 8 INFO neutron.services.segments.plugin [-] Segment 38bfe585-a540-43e6-9aba-8e66bf2a353b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38bfe585-a540-43e6-9aba-8e66bf2a353b found for delete ", "request_id": "req-e9a68ca8-c87c-4631-98c9-2fc55850e248"}]} 2026-06-10 09:58:22.368 8 INFO neutron.services.segments.plugin [-] Segment 38bfe585-a540-43e6-9aba-8e66bf2a353b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38bfe585-a540-43e6-9aba-8e66bf2a353b found for delete ", "request_id": "req-3ada2fd2-529c-48d4-b741-9d724cdffc3e"}]} [pid: 8|app: 0|req: 1501/3118] 199.19.213.96 () {36 vars in 996 bytes} [Wed Jun 10 09:58:21 2026] DELETE /v2.0/ports/80477b84-4df5-4458-8c99-a88f0adcb2b3 => generated 0 bytes in 581 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:58:22.449 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-58373ea1-43c6-43c8-9fe8-b453fda18e86'] response: {'server_uuid': 'fdfe331e-b96a-4f36-8b25-e2536ab0be0a', 'name': 'network-vif-deleted', 'tag': '80477b84-4df5-4458-8c99-a88f0adcb2b3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1618/3119] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:58:22 2026] GET /v2.0/security-groups?tenant_id=4e16bce9ca0e49b2b533c9769b214d0a&name=default => generated 2929 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:58:22.552 7 INFO neutron.services.segments.plugin [-] Segment 0e47394f-44cd-464d-8bd5-2478aef9627b resource provider aggregate not found 2026-06-10 09:58:22.556 7 INFO neutron.services.segments.plugin [-] Segment 0e47394f-44cd-464d-8bd5-2478aef9627b resource provider aggregate not found 2026-06-10 09:58:22.572 7 INFO neutron.services.segments.plugin [-] Segment 0e47394f-44cd-464d-8bd5-2478aef9627b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e47394f-44cd-464d-8bd5-2478aef9627b found for delete ", "request_id": "req-9faef1d0-6c4a-4b64-9094-77688cad3e83"}]} 2026-06-10 09:58:22.574 7 INFO neutron.services.segments.plugin [-] Segment 0e47394f-44cd-464d-8bd5-2478aef9627b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e47394f-44cd-464d-8bd5-2478aef9627b found for delete ", "request_id": "req-c320789c-c3f1-4388-8caa-4a56658b586c"}]} [pid: 8|app: 0|req: 1502/3120] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:58:22 2026] DELETE /v2.0/security-groups/83d5aca0-6564-4f47-bd7b-f808031da00e => generated 0 bytes in 203 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3121] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:58:22 2026] GET /v2.0/security-groups?tenant_id=dbb5726dce2c4ad49af8636fbd717895&name=default => generated 2929 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3122] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:58:22 2026] GET /v2.0/ports?device_id=fdfe331e-b96a-4f36-8b25-e2536ab0be0a => 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: 1503/3123] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:58:22 2026] DELETE /v2.0/security-groups/6a923025-2cec-447b-921b-a6372230d57f => 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: 1621/3124] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:58:24 2026] GET /v2.0/ports?device_id=fdfe331e-b96a-4f36-8b25-e2536ab0be0a => 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: 1504/3125] 10.0.0.109 () {34 vars in 990 bytes} [Wed Jun 10 09:58:25 2026] GET /v2.0/ports?device_id=fdfe331e-b96a-4f36-8b25-e2536ab0be0a => 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: 1622/3126] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:58:26 2026] DELETE /v2.0/security-groups/42ae7e1d-2324-4eea-8d8e-a6efb9661363 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:58:26.446 8 INFO neutron.api.v2.resource [None req-88a9cc5a-9fd6-4069-a00c-18e4e8abc5bc c9b3f8c005a74f0a8c865d860c6490d1 a2557ce163724acab45b2e4726a38c96 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1505/3127] 10.0.0.107 () {32 vars in 737 bytes} [Wed Jun 10 09:58:26 2026] GET /v2.0/security-groups/42ae7e1d-2324-4eea-8d8e-a6efb9661363 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:58:26.538 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b0b0b43-79b8-4005-9063-e239f9f7547e c9b3f8c005a74f0a8c865d860c6490d1 a2557ce163724acab45b2e4726a38c96 - - default default] TaaS: Handle Delete Port: 71a6bb85-1cc4-49d1-90dc-dd36744d815e 2026-06-10 09:58:26.540 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b0b0b43-79b8-4005-9063-e239f9f7547e c9b3f8c005a74f0a8c865d860c6490d1 a2557ce163724acab45b2e4726a38c96 - - default default] Tap Mirror: Handle Delete Port: 71a6bb85-1cc4-49d1-90dc-dd36744d815e [pid: 7|app: 0|req: 1623/3128] 10.0.0.107 () {32 vars in 732 bytes} [Wed Jun 10 09:58:26 2026] DELETE /v2.0/floatingips/96aa5ac7-1119-4133-b6f7-3d683cd5e294 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3129] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:58:26 2026] DELETE /v2.0/security-groups/91d6a497-a193-4fd2-80a0-0a6e10315c49 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:58:26.812 8 INFO neutron.db.segments_db [None req-141cf901-c4c5-4466-9e0b-d6e20a85dcd8 3896644326be4a618bdf04c149192783 e843610fdc10413a88a6f9115fd67a51 - - default default] Added segment 80d78ad6-7f1a-4f97-ac3b-51b0eee8be00 of type vxlan for network 8edddeba-8c90-4b91-b9c6-8bac0bc08e86 [pid: 8|app: 0|req: 1506/3130] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:58:26 2026] POST /v2.0/networks => generated 612 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3131] 10.0.0.107 () {34 vars in 664 bytes} [Wed Jun 10 09:58:26 2026] POST /v2.0/ports => generated 743 bytes in 328 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-06-10 09:58:27.264 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5833b11-108b-4d26-b14b-e44b32464a20 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: 946905dd-16d2-423d-8b5c-330ab3844f09 2026-06-10 09:58:27.267 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5833b11-108b-4d26-b14b-e44b32464a20 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: 946905dd-16d2-423d-8b5c-330ab3844f09 [pid: 8|app: 0|req: 1508/3132] 10.0.0.107 () {34 vars in 747 bytes} [Wed Jun 10 09:58:27 2026] PUT /v2.0/ports/76d1698a-3404-4e86-81ed-fada1b41cb61/tags => generated 25 bytes in 74 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: 1509/3133] 10.0.0.107 () {32 vars in 727 bytes} [Wed Jun 10 09:58:27 2026] GET /v2.0/ports/76d1698a-3404-4e86-81ed-fada1b41cb61/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1510/3134] 10.0.0.107 () {34 vars in 758 bytes} [Wed Jun 10 09:58:27 2026] PUT /v2.0/ports/76d1698a-3404-4e86-81ed-fada1b41cb61/tags/green => generated 4 bytes in 109 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: 1511/3135] 10.0.0.107 () {32 vars in 727 bytes} [Wed Jun 10 09:58:27 2026] GET /v2.0/ports/76d1698a-3404-4e86-81ed-fada1b41cb61/tags => generated 34 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: 1514/3138] 10.0.0.107 () {34 vars in 754 bytes} [Wed Jun 10 09:58:27 2026] PUT /v2.0/ports/76d1698a-3404-4e86-81ed-fada1b41cb61/tags/red => generated 4 bytes in 70 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: 1515/3139] 10.0.0.107 () {32 vars in 727 bytes} [Wed Jun 10 09:58:27 2026] GET /v2.0/ports/76d1698a-3404-4e86-81ed-fada1b41cb61/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1516/3140] 10.0.0.107 () {34 vars in 776 bytes} [Wed Jun 10 09:58:27 2026] PUT /v2.0/ports/76d1698a-3404-4e86-81ed-fada1b41cb61/tags/black.or.white => generated 4 bytes in 106 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: 1625/3141] 10.0.0.107 () {34 vars in 789 bytes} [Wed Jun 10 09:58:26 2026] PUT /v2.0/routers/8e6600cf-0c97-4e07-ad5e-2b67b4e1d037/remove_router_interface => generated 309 bytes in 989 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3142] 10.0.0.107 () {32 vars in 727 bytes} [Wed Jun 10 09:58:27 2026] GET /v2.0/ports/76d1698a-3404-4e86-81ed-fada1b41cb61/tags => generated 52 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1518/3143] 10.0.0.107 () {34 vars in 747 bytes} [Wed Jun 10 09:58:27 2026] PUT /v2.0/ports/76d1698a-3404-4e86-81ed-fada1b41cb61/tags => generated 37 bytes in 60 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: 1519/3144] 10.0.0.107 () {32 vars in 727 bytes} [Wed Jun 10 09:58:27 2026] GET /v2.0/ports/76d1698a-3404-4e86-81ed-fada1b41cb61/tags => generated 37 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, ' 2026-06-10 09:58:28.094 7 INFO neutron_taas.services.taas.taas_plugin [None req-09b28f3b-6eb2-42fd-ab42-b346216f1748 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: cf25d79d-91a6-4b59-88ec-226659f2a017 [pid: 8|app: 0|req: 1520/3145] 10.0.0.107 () {32 vars in 735 bytes} [Wed Jun 10 09:58:28 2026] GET /v2.0/ports/76d1698a-3404-4e86-81ed-fada1b41cb61/tags/red => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:58:28.098 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09b28f3b-6eb2-42fd-ab42-b346216f1748 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: cf25d79d-91a6-4b59-88ec-226659f2a017 /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-06-10 09:58:28.174 8 INFO neutron.api.v2.resource [None req-b407de66-a09a-480a-b2c3-5ebb7f13fa73 3896644326be4a618bdf04c149192783 e843610fdc10413a88a6f9115fd67a51 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1521/3146] 10.0.0.107 () {32 vars in 739 bytes} [Wed Jun 10 09:58:28 2026] GET /v2.0/ports/76d1698a-3404-4e86-81ed-fada1b41cb61/tags/green => generated 99 bytes in 75 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1522/3147] 10.0.0.107 () {32 vars in 738 bytes} [Wed Jun 10 09:58:28 2026] DELETE /v2.0/ports/76d1698a-3404-4e86-81ed-fada1b41cb61/tags/red => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1523/3148] 10.0.0.107 () {32 vars in 727 bytes} [Wed Jun 10 09:58:28 2026] GET /v2.0/ports/76d1698a-3404-4e86-81ed-fada1b41cb61/tags => generated 30 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 09:58:28.378 8 INFO neutron.api.v2.resource [None req-b9222906-0af4-4b23-a733-1af70d9433d0 3896644326be4a618bdf04c149192783 e843610fdc10413a88a6f9115fd67a51 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1524/3149] 10.0.0.107 () {32 vars in 742 bytes} [Wed Jun 10 09:58:28 2026] DELETE /v2.0/ports/76d1698a-3404-4e86-81ed-fada1b41cb61/tags/green => generated 99 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 09:58:28.381 7 INFO neutron_taas.services.taas.taas_plugin [None req-09b28f3b-6eb2-42fd-ab42-b346216f1748 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: 764e62c0-519e-4df1-a070-e61eab0cd063 2026-06-10 09:58:28.383 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09b28f3b-6eb2-42fd-ab42-b346216f1748 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: 764e62c0-519e-4df1-a070-e61eab0cd063 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1525/3150] 10.0.0.107 () {32 vars in 730 bytes} [Wed Jun 10 09:58:28 2026] DELETE /v2.0/ports/76d1698a-3404-4e86-81ed-fada1b41cb61/tags => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1526/3151] 10.0.0.107 () {32 vars in 727 bytes} [Wed Jun 10 09:58:28 2026] GET /v2.0/ports/76d1698a-3404-4e86-81ed-fada1b41cb61/tags => generated 12 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, ' 2026-06-10 09:58:28.645 8 INFO neutron_taas.services.taas.taas_plugin [None req-c0ba06fe-b76a-4245-8edc-85ee5cda8b5e 3896644326be4a618bdf04c149192783 e843610fdc10413a88a6f9115fd67a51 - - default default] TaaS: Handle Delete Port: 76d1698a-3404-4e86-81ed-fada1b41cb61 2026-06-10 09:58:28.648 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0ba06fe-b76a-4245-8edc-85ee5cda8b5e 3896644326be4a618bdf04c149192783 e843610fdc10413a88a6f9115fd67a51 - - default default] Tap Mirror: Handle Delete Port: 76d1698a-3404-4e86-81ed-fada1b41cb61 [pid: 8|app: 0|req: 1527/3152] 10.0.0.107 () {32 vars in 720 bytes} [Wed Jun 10 09:58:28 2026] DELETE /v2.0/ports/76d1698a-3404-4e86-81ed-fada1b41cb61 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:58:28.794 7 INFO neutron.services.segments.plugin [-] Segment 9fce70d5-0620-49a5-9e8a-d35c143bd103 resource provider aggregate not found 2026-06-10 09:58:28.807 7 INFO neutron.services.segments.plugin [-] Segment 9fce70d5-0620-49a5-9e8a-d35c143bd103 resource provider aggregate not found 2026-06-10 09:58:28.826 7 INFO neutron.services.segments.plugin [-] Segment 9fce70d5-0620-49a5-9e8a-d35c143bd103 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fce70d5-0620-49a5-9e8a-d35c143bd103 found for delete ", "request_id": "req-6eb19a8c-2934-4a1e-9e4e-7cd2696dc848"}]} 2026-06-10 09:58:28.829 7 INFO neutron.services.segments.plugin [-] Segment 9fce70d5-0620-49a5-9e8a-d35c143bd103 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fce70d5-0620-49a5-9e8a-d35c143bd103 found for delete ", "request_id": "req-db1dd5b7-1260-453f-94d7-650a20f0f6c5"}]} 2026-06-10 09:58:28.832 7 INFO neutron.db.l3_hamode_db [None req-09b28f3b-6eb2-42fd-ab42-b346216f1748 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] HA network 3c4d1780-76bf-4397-8fa3-61f8b819f482 was deleted as no HA routers are present in tenant a2557ce163724acab45b2e4726a38c96. [pid: 7|app: 0|req: 1626/3153] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:58:27 2026] DELETE /v2.0/routers/8e6600cf-0c97-4e07-ad5e-2b67b4e1d037 => generated 0 bytes in 978 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:58:28.877 8 INFO neutron.services.segments.plugin [-] Segment 80d78ad6-7f1a-4f97-ac3b-51b0eee8be00 resource provider aggregate not found 2026-06-10 09:58:28.884 8 INFO neutron.services.segments.plugin [-] Segment 80d78ad6-7f1a-4f97-ac3b-51b0eee8be00 resource provider aggregate not found 2026-06-10 09:58:28.895 8 INFO neutron.services.segments.plugin [-] Segment 80d78ad6-7f1a-4f97-ac3b-51b0eee8be00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80d78ad6-7f1a-4f97-ac3b-51b0eee8be00 found for delete ", "request_id": "req-cc7d710d-77a8-42e8-a581-294c9736d43f"}]} 2026-06-10 09:58:28.906 8 INFO neutron.services.segments.plugin [-] Segment 80d78ad6-7f1a-4f97-ac3b-51b0eee8be00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80d78ad6-7f1a-4f97-ac3b-51b0eee8be00 found for delete ", "request_id": "req-f7b0af4d-0797-44b9-b755-88da86e648f2"}]} [pid: 8|app: 0|req: 1528/3154] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:58:28 2026] DELETE /v2.0/networks/8edddeba-8c90-4b91-b9c6-8bac0bc08e86 => 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: 1627/3155] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:58:28 2026] DELETE /v2.0/subnets/17325345-4e88-4741-bb36-dd2439558f4f => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:58:29.116 8 INFO neutron_taas.services.taas.taas_plugin [None req-1986144a-b279-4c48-89f7-5ddf9ec685f5 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: 379cb37b-d151-4533-9bda-7ee1c759059e 2026-06-10 09:58:29.119 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1986144a-b279-4c48-89f7-5ddf9ec685f5 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: 379cb37b-d151-4533-9bda-7ee1c759059e [pid: 8|app: 0|req: 1529/3156] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:58:29 2026] DELETE /v2.0/networks/19dcb1bd-46b8-465e-afd0-1db16c9244d1 => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:58:29.834 7 INFO neutron_taas.services.taas.taas_plugin [None req-76662e02-4051-4668-af8c-d1702cf349a7 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: f2cd259b-1bbb-48c2-871f-5350ded2c764 2026-06-10 09:58:29.837 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76662e02-4051-4668-af8c-d1702cf349a7 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: f2cd259b-1bbb-48c2-871f-5350ded2c764 [pid: 8|app: 0|req: 1530/3157] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:58:29 2026] GET /v2.0/security-groups?tenant_id=239dea9ed8ef45e5a57c85241cb834e8&name=default => generated 2929 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3158] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:58:29 2026] DELETE /v2.0/security-groups/3be8f73c-06fd-40a9-b67a-881e85c4e3eb => 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: 1532/3159] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:58:30 2026] GET /v2.0/security-groups?tenant_id=e843610fdc10413a88a6f9115fd67a51&name=default => generated 2929 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3160] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:58:30 2026] DELETE /v2.0/security-groups/370f69cd-7361-4b8c-93b0-b81c4537c6aa => 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: 1628/3161] 10.0.0.107 () {34 vars in 789 bytes} [Wed Jun 10 09:58:29 2026] PUT /v2.0/routers/769be7d7-4c89-4357-b463-1f376ca37a5f/remove_router_interface => generated 309 bytes in 1092 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:58:30.644 8 INFO neutron_taas.services.taas.taas_plugin [None req-e42ed021-7f38-4952-8f95-1106f4ab8525 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: b3347a3e-d08b-4363-8fe9-2cf5977240a6 2026-06-10 09:58:30.647 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e42ed021-7f38-4952-8f95-1106f4ab8525 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: b3347a3e-d08b-4363-8fe9-2cf5977240a6 2026-06-10 09:58:30.925 8 INFO neutron.services.segments.plugin [-] Segment da801bd2-a44b-43e5-a9ab-0f712407a0fe resource provider aggregate not found 2026-06-10 09:58:30.932 8 INFO neutron.services.segments.plugin [-] Segment da801bd2-a44b-43e5-a9ab-0f712407a0fe resource provider aggregate not found 2026-06-10 09:58:30.942 8 INFO neutron.services.segments.plugin [-] Segment da801bd2-a44b-43e5-a9ab-0f712407a0fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da801bd2-a44b-43e5-a9ab-0f712407a0fe found for delete ", "request_id": "req-ea1e89ba-e75c-45c3-80a9-58c045e4671b"}]} 2026-06-10 09:58:30.949 8 INFO neutron.services.segments.plugin [-] Segment da801bd2-a44b-43e5-a9ab-0f712407a0fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da801bd2-a44b-43e5-a9ab-0f712407a0fe found for delete ", "request_id": "req-11aa892e-f44b-46dc-abb7-1e1ad35b85bd"}]} 2026-06-10 09:58:30.982 8 INFO neutron_taas.services.taas.taas_plugin [None req-e42ed021-7f38-4952-8f95-1106f4ab8525 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: cb751a40-a6d9-45c1-8351-fecf0ed43cc8 2026-06-10 09:58:30.984 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e42ed021-7f38-4952-8f95-1106f4ab8525 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: cb751a40-a6d9-45c1-8351-fecf0ed43cc8 2026-06-10 09:58:31.439 8 INFO neutron.db.l3_hamode_db [None req-e42ed021-7f38-4952-8f95-1106f4ab8525 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] HA network ec562349-fa62-4582-8c4e-cb61b006dafe was deleted as no HA routers are present in tenant 3ae93aedda26416497c91b402ad664ad. [pid: 8|app: 0|req: 1534/3162] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:58:30 2026] DELETE /v2.0/routers/769be7d7-4c89-4357-b463-1f376ca37a5f => generated 0 bytes in 998 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3163] 10.0.0.107 () {32 vars in 724 bytes} [Wed Jun 10 09:58:31 2026] DELETE /v2.0/subnets/42818631-91b8-4d82-9bd9-45a77d6363dd => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:58:31.685 8 INFO neutron_taas.services.taas.taas_plugin [None req-fdbe5b1f-9f8b-4e83-a11b-f4683c008720 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] TaaS: Handle Delete Port: 1ec08bce-a3ea-403f-8d7c-28568e55fea3 2026-06-10 09:58:31.687 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fdbe5b1f-9f8b-4e83-a11b-f4683c008720 24813152f5b04d93ba2edeb14fc64ead ab0a8dc3780c4074a444f22bcf10c177 - - default default] Tap Mirror: Handle Delete Port: 1ec08bce-a3ea-403f-8d7c-28568e55fea3 [pid: 8|app: 0|req: 1535/3164] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:58:31 2026] DELETE /v2.0/networks/a0edc081-368e-4cb4-8c55-d937b86789a6 => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3165] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:58:32 2026] GET /v2.0/security-groups?tenant_id=a2557ce163724acab45b2e4726a38c96&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3166] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:58:32 2026] DELETE /v2.0/security-groups/3ff067eb-d01d-48fe-8582-ba6216e6c04e => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3167] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:58:32 2026] GET /v2.0/security-groups?tenant_id=3ae93aedda26416497c91b402ad664ad&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: 1537/3168] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:58:32 2026] DELETE /v2.0/security-groups/659b6889-5be1-4b63-9c98-3495fac942d1 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:58:32.965 8 INFO neutron.services.segments.plugin [-] Segment 1a829175-e833-4b12-9006-1fc5c659bc77 resource provider aggregate not found 2026-06-10 09:58:32.976 8 INFO neutron.services.segments.plugin [-] Segment 1a829175-e833-4b12-9006-1fc5c659bc77 resource provider aggregate not found 2026-06-10 09:58:33.062 8 INFO neutron.services.segments.plugin [-] Segment 1a829175-e833-4b12-9006-1fc5c659bc77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a829175-e833-4b12-9006-1fc5c659bc77 found for delete ", "request_id": "req-15544a1c-29d5-4b83-a49e-2daf721d524c"}]} 2026-06-10 09:58:33.074 8 INFO neutron.services.segments.plugin [-] Segment 1a829175-e833-4b12-9006-1fc5c659bc77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a829175-e833-4b12-9006-1fc5c659bc77 found for delete ", "request_id": "req-c42076f4-fa6b-401a-84e1-a8c5b66e4474"}]} 2026-06-10 09:58:33.127 8 INFO neutron.services.segments.plugin [-] Segment 18bbf0e9-1ee6-4e82-8fa1-77b8ca01e47a resource provider aggregate not found 2026-06-10 09:58:33.132 8 INFO neutron.services.segments.plugin [-] Segment 18bbf0e9-1ee6-4e82-8fa1-77b8ca01e47a resource provider aggregate not found 2026-06-10 09:58:33.155 8 INFO neutron.services.segments.plugin [-] Segment 18bbf0e9-1ee6-4e82-8fa1-77b8ca01e47a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18bbf0e9-1ee6-4e82-8fa1-77b8ca01e47a found for delete ", "request_id": "req-4e0b34c5-cd97-4929-aab1-859d553c0938"}]} 2026-06-10 09:58:33.174 8 INFO neutron.services.segments.plugin [-] Segment 18bbf0e9-1ee6-4e82-8fa1-77b8ca01e47a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18bbf0e9-1ee6-4e82-8fa1-77b8ca01e47a found for delete ", "request_id": "req-821c0ff1-a48c-4495-b777-9357c63bc0ad"}]} 2026-06-10 09:58:33.984 7 INFO neutron.db.segments_db [None req-89521ffd-cfa5-41a7-a9ca-64c6f4f5c154 8b9c09b892fd4b85b44eaf24232190d7 6cd0b6fa871a40b9b23794f562547836 - - default default] Added segment ae2de617-ea81-4a20-b8e3-3ef4c60687ac of type vxlan for network 68a2180a-ef1c-4413-9f17-7c128aaac943 [pid: 7|app: 0|req: 1632/3169] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:58:33 2026] POST /v2.0/networks => generated 613 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:58:34.137 8 INFO neutron.db.segments_db [None req-49327a46-b830-446b-ae17-6f6c299b0968 8b9c09b892fd4b85b44eaf24232190d7 6cd0b6fa871a40b9b23794f562547836 - - default default] Added segment 4fd3f48c-c5ae-4a56-b61d-d7110c2d1661 of type vxlan for network 70fef60e-d633-4fbf-a887-be02a1dab67b [pid: 8|app: 0|req: 1538/3170] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:58:34 2026] POST /v2.0/networks => generated 612 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3171] 10.0.0.107 () {34 vars in 753 bytes} [Wed Jun 10 09:58:34 2026] PUT /v2.0/networks/68a2180a-ef1c-4413-9f17-7c128aaac943/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3172] 10.0.0.107 () {32 vars in 733 bytes} [Wed Jun 10 09:58:34 2026] GET /v2.0/networks/68a2180a-ef1c-4413-9f17-7c128aaac943/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3173] 10.0.0.107 () {34 vars in 753 bytes} [Wed Jun 10 09:58:34 2026] PUT /v2.0/networks/70fef60e-d633-4fbf-a887-be02a1dab67b/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3174] 10.0.0.107 () {32 vars in 733 bytes} [Wed Jun 10 09:58:34 2026] GET /v2.0/networks/70fef60e-d633-4fbf-a887-be02a1dab67b/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3175] 10.0.0.107 () {34 vars in 753 bytes} [Wed Jun 10 09:58:34 2026] PUT /v2.0/networks/70fef60e-d633-4fbf-a887-be02a1dab67b/tags => generated 12 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3176] 10.0.0.107 () {32 vars in 733 bytes} [Wed Jun 10 09:58:34 2026] GET /v2.0/networks/70fef60e-d633-4fbf-a887-be02a1dab67b/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3177] 10.0.0.107 () {32 vars in 733 bytes} [Wed Jun 10 09:58:34 2026] GET /v2.0/networks/68a2180a-ef1c-4413-9f17-7c128aaac943/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3178] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:58:34 2026] DELETE /v2.0/networks/68a2180a-ef1c-4413-9f17-7c128aaac943 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:58:34.902 7 INFO neutron.services.segments.plugin [-] Segment 4fd3f48c-c5ae-4a56-b61d-d7110c2d1661 resource provider aggregate not found 2026-06-10 09:58:34.905 7 INFO neutron.services.segments.plugin [-] Segment 4fd3f48c-c5ae-4a56-b61d-d7110c2d1661 resource provider aggregate not found 2026-06-10 09:58:34.921 7 INFO neutron.services.segments.plugin [-] Segment 4fd3f48c-c5ae-4a56-b61d-d7110c2d1661 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fd3f48c-c5ae-4a56-b61d-d7110c2d1661 found for delete ", "request_id": "req-d4fa641b-dd3b-4840-9911-82c3a392ca7e"}]} 2026-06-10 09:58:34.922 7 INFO neutron.services.segments.plugin [-] Segment 4fd3f48c-c5ae-4a56-b61d-d7110c2d1661 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fd3f48c-c5ae-4a56-b61d-d7110c2d1661 found for delete ", "request_id": "req-39d64e20-efad-4377-9c19-5a49625def0f"}]} [pid: 7|app: 0|req: 1637/3179] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:58:34 2026] DELETE /v2.0/networks/70fef60e-d633-4fbf-a887-be02a1dab67b => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:58:35.184 8 INFO neutron.services.segments.plugin [-] Segment ae2de617-ea81-4a20-b8e3-3ef4c60687ac resource provider aggregate not found 2026-06-10 09:58:35.200 8 INFO neutron.services.segments.plugin [-] Segment ae2de617-ea81-4a20-b8e3-3ef4c60687ac resource provider aggregate not found 2026-06-10 09:58:35.201 8 INFO neutron.services.segments.plugin [-] Segment ae2de617-ea81-4a20-b8e3-3ef4c60687ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae2de617-ea81-4a20-b8e3-3ef4c60687ac found for delete ", "request_id": "req-fd632a34-b95d-4689-87a7-333e6da9bb4b"}]} 2026-06-10 09:58:35.220 8 INFO neutron.services.segments.plugin [-] Segment ae2de617-ea81-4a20-b8e3-3ef4c60687ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae2de617-ea81-4a20-b8e3-3ef4c60687ac found for delete ", "request_id": "req-28dcffcc-bccc-4c93-827f-8fa77359dc67"}]} [pid: 8|app: 0|req: 1543/3180] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:58:35 2026] GET /v2.0/security-groups?tenant_id=653b760cc9e6483a911682262e85d7e6&name=default => generated 2929 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3181] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:58:35 2026] DELETE /v2.0/security-groups/75efc668-d0fa-4dfe-88f0-4af347ab24cb => 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: 1544/3182] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:58:36 2026] GET /v2.0/security-groups?tenant_id=6cd0b6fa871a40b9b23794f562547836&name=default => generated 2929 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3183] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:58:36 2026] DELETE /v2.0/security-groups/8f022fef-53c7-4d22-9989-779396a92d43 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3184] 10.0.0.107 () {34 vars in 676 bytes} [Wed Jun 10 09:58:37 2026] POST /v2.0/floatingips => generated 552 bytes in 708 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3185] 10.0.0.107 () {34 vars in 676 bytes} [Wed Jun 10 09:58:37 2026] POST /v2.0/floatingips => generated 552 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3186] 10.0.0.107 () {34 vars in 676 bytes} [Wed Jun 10 09:58:38 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: 1641/3187] 10.0.0.107 () {34 vars in 676 bytes} [Wed Jun 10 09:58:38 2026] POST /v2.0/floatingips => generated 552 bytes in 728 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3188] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:58:39 2026] GET /v2.0/security-groups?tenant_id=6627964591f04eef93b88fbc74ef6a0a&name=default => generated 2929 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3189] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:58:40 2026] DELETE /v2.0/security-groups/326b12e7-b645-4ea1-bd01-2b3dddb59bca => generated 0 bytes in 206 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3190] 10.0.0.107 () {34 vars in 676 bytes} [Wed Jun 10 09:58:39 2026] POST /v2.0/floatingips => generated 552 bytes in 640 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3191] 10.0.0.107 () {34 vars in 759 bytes} [Wed Jun 10 09:58:40 2026] PUT /v2.0/floatingips/a307a18a-8099-4795-855c-a95219276fdf/tags => generated 17 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3192] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:58:40 2026] GET /v2.0/security-groups?tenant_id=a3d5df46b676484294964f223194ca11&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3193] 10.0.0.107 () {34 vars in 759 bytes} [Wed Jun 10 09:58:40 2026] PUT /v2.0/floatingips/0203dbf0-9764-48b1-88d7-bd0d7ffc1474/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: 1646/3194] 10.0.0.107 () {34 vars in 759 bytes} [Wed Jun 10 09:58:40 2026] PUT /v2.0/floatingips/754a4e61-c56d-4a36-8515-e0b050f576a0/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3195] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:58:40 2026] DELETE /v2.0/security-groups/ef6f0aa0-4603-443e-b5c8-daee7a2aa0cb => 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: 1647/3196] 10.0.0.107 () {34 vars in 759 bytes} [Wed Jun 10 09:58:40 2026] PUT /v2.0/floatingips/b0f70be7-2a13-404f-9855-831f03a1f117/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3197] 10.0.0.107 () {32 vars in 672 bytes} [Wed Jun 10 09:58:40 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3198] 10.0.0.107 () {32 vars in 686 bytes} [Wed Jun 10 09:58:40 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3199] 10.0.0.107 () {32 vars in 682 bytes} [Wed Jun 10 09:58:40 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3200] 10.0.0.107 () {32 vars in 694 bytes} [Wed Jun 10 09:58:40 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3201] 10.0.0.107 () {32 vars in 680 bytes} [Wed Jun 10 09:58:40 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3202] 10.0.0.107 () {32 vars in 694 bytes} [Wed Jun 10 09:58:40 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3203] 10.0.0.107 () {32 vars in 690 bytes} [Wed Jun 10 09:58:40 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3204] 10.0.0.107 () {32 vars in 702 bytes} [Wed Jun 10 09:58:40 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:58:41.177 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a2d7ceb-a7ed-4762-b790-cf7fa52c1e1e 089a2943790d4b1b8d3910f32dd1ca2b a113972499d44509bf291ae3363bafc6 - - default default] TaaS: Handle Delete Port: ad1cdeec-d6ba-449b-a602-0e9305a54e64 2026-06-10 09:58:41.179 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a2d7ceb-a7ed-4762-b790-cf7fa52c1e1e 089a2943790d4b1b8d3910f32dd1ca2b a113972499d44509bf291ae3363bafc6 - - default default] Tap Mirror: Handle Delete Port: ad1cdeec-d6ba-449b-a602-0e9305a54e64 [pid: 8|app: 0|req: 1554/3205] 10.0.0.107 () {32 vars in 732 bytes} [Wed Jun 10 09:58:41 2026] DELETE /v2.0/floatingips/a307a18a-8099-4795-855c-a95219276fdf => generated 0 bytes in 318 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:58:41.470 7 INFO neutron_taas.services.taas.taas_plugin [None req-b54c856b-08de-4236-ad34-4883b1f4be8e 089a2943790d4b1b8d3910f32dd1ca2b a113972499d44509bf291ae3363bafc6 - - default default] TaaS: Handle Delete Port: ee4c3995-9787-4cf1-889c-3d14773028af 2026-06-10 09:58:41.474 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b54c856b-08de-4236-ad34-4883b1f4be8e 089a2943790d4b1b8d3910f32dd1ca2b a113972499d44509bf291ae3363bafc6 - - default default] Tap Mirror: Handle Delete Port: ee4c3995-9787-4cf1-889c-3d14773028af [pid: 7|app: 0|req: 1652/3206] 10.0.0.107 () {32 vars in 732 bytes} [Wed Jun 10 09:58:41 2026] DELETE /v2.0/floatingips/0203dbf0-9764-48b1-88d7-bd0d7ffc1474 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:58:41.747 8 INFO neutron_taas.services.taas.taas_plugin [None req-047c83ef-b35c-4f0d-952b-fd4f34c82576 089a2943790d4b1b8d3910f32dd1ca2b a113972499d44509bf291ae3363bafc6 - - default default] TaaS: Handle Delete Port: 3ddd1e4d-29fd-452e-ae49-a28b56db6018 2026-06-10 09:58:41.750 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-047c83ef-b35c-4f0d-952b-fd4f34c82576 089a2943790d4b1b8d3910f32dd1ca2b a113972499d44509bf291ae3363bafc6 - - default default] Tap Mirror: Handle Delete Port: 3ddd1e4d-29fd-452e-ae49-a28b56db6018 [pid: 8|app: 0|req: 1555/3207] 10.0.0.107 () {32 vars in 732 bytes} [Wed Jun 10 09:58:41 2026] DELETE /v2.0/floatingips/754a4e61-c56d-4a36-8515-e0b050f576a0 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:58:42.081 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf883343-1d57-4f03-9cf4-e466ca593a76 089a2943790d4b1b8d3910f32dd1ca2b a113972499d44509bf291ae3363bafc6 - - default default] TaaS: Handle Delete Port: 6376af63-f940-4234-9f3b-fc01ba14ffb1 2026-06-10 09:58:42.086 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf883343-1d57-4f03-9cf4-e466ca593a76 089a2943790d4b1b8d3910f32dd1ca2b a113972499d44509bf291ae3363bafc6 - - default default] Tap Mirror: Handle Delete Port: 6376af63-f940-4234-9f3b-fc01ba14ffb1 [pid: 7|app: 0|req: 1653/3208] 10.0.0.107 () {32 vars in 732 bytes} [Wed Jun 10 09:58:41 2026] DELETE /v2.0/floatingips/b0f70be7-2a13-404f-9855-831f03a1f117 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:58:42.365 8 INFO neutron_taas.services.taas.taas_plugin [None req-d3a98334-2340-455c-a61c-a1a37fa6817f 089a2943790d4b1b8d3910f32dd1ca2b a113972499d44509bf291ae3363bafc6 - - default default] TaaS: Handle Delete Port: fcc437cf-53d3-47ce-b66e-7239c1f24ecb 2026-06-10 09:58:42.368 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3a98334-2340-455c-a61c-a1a37fa6817f 089a2943790d4b1b8d3910f32dd1ca2b a113972499d44509bf291ae3363bafc6 - - default default] Tap Mirror: Handle Delete Port: fcc437cf-53d3-47ce-b66e-7239c1f24ecb [pid: 8|app: 0|req: 1556/3209] 10.0.0.107 () {32 vars in 732 bytes} [Wed Jun 10 09:58:42 2026] DELETE /v2.0/floatingips/865d171a-8300-4465-a3b6-28f328da57ea => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3212] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:58:43 2026] GET /v2.0/security-groups?tenant_id=a113972499d44509bf291ae3363bafc6&name=default => generated 2929 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3213] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:58:43 2026] DELETE /v2.0/security-groups/c393e2fe-8832-40ad-9452-ad278328a338 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3214] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:58:44 2026] GET /v2.0/security-groups?tenant_id=d70d4d57ef274ee6afd56dd5c73e4730&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3215] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:58:44 2026] DELETE /v2.0/security-groups/d5de1493-3132-478d-9197-1117a4040e44 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3216] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:58:44 2026] GET /v2.0/security-groups?tenant_id=0ed6e658c55d4e81ac6c1cb74e134ed3&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1657/3217] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:58:44 2026] DELETE /v2.0/security-groups/5947e827-e5a0-4c96-aedb-fdfea4c633e0 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:58:49.449 8 INFO neutron.db.segments_db [None req-5227a7e5-62ed-4a8e-895d-22b5c7cc1a5e 84e546def59b48d3a3420728d42190ee f6493e713d3d4f598ab83184077d9286 - - default default] Added segment 71bde96c-76bc-4f51-8135-719d09cf43a3 of type vxlan for network 4964db4b-7379-4084-92e1-ce9b9bb92761 [pid: 8|app: 0|req: 1561/3218] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:58:49 2026] POST /v2.0/networks => generated 613 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3219] 10.0.0.107 () {34 vars in 664 bytes} [Wed Jun 10 09:58:49 2026] POST /v2.0/ports => generated 743 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:58:49.995 8 INFO neutron.db.segments_db [None req-3f6703a4-60ba-4034-b4f9-bf30629fa958 84e546def59b48d3a3420728d42190ee f6493e713d3d4f598ab83184077d9286 - - default default] Added segment dd114cbe-3824-46e5-bf61-a4a02f2b3e2d of type vxlan for network c1d3aaeb-2076-411f-9db2-d759765625e5 [pid: 8|app: 0|req: 1562/3220] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:58:49 2026] POST /v2.0/networks => generated 612 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1659/3221] 10.0.0.107 () {34 vars in 664 bytes} [Wed Jun 10 09:58:50 2026] POST /v2.0/ports => generated 743 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:58:50.571 8 INFO neutron.db.segments_db [None req-7bb0b271-4db7-425c-b764-b29f7b799e2e 84e546def59b48d3a3420728d42190ee f6493e713d3d4f598ab83184077d9286 - - default default] Added segment d7001045-c944-4b23-9db1-16a48d9b38ad of type vxlan for network 3ae45a71-bcd3-442e-809d-df31bc22f90b [pid: 8|app: 0|req: 1563/3222] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:58:50 2026] POST /v2.0/networks => generated 613 bytes in 213 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: 1660/3223] 10.0.0.107 () {34 vars in 664 bytes} [Wed Jun 10 09:58:50 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) 2026-06-10 09:58:51.197 8 INFO neutron.db.segments_db [None req-332ecd2a-5520-4dc0-b11c-42d432305bcb 84e546def59b48d3a3420728d42190ee f6493e713d3d4f598ab83184077d9286 - - default default] Added segment 613498a4-a335-4dee-b159-4c6598b1d38f of type vxlan for network dc36437f-3b09-494c-b54c-e92b635cba3d [pid: 8|app: 0|req: 1564/3224] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:58:51 2026] POST /v2.0/networks => generated 612 bytes in 152 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: 1661/3225] 10.0.0.107 () {34 vars in 664 bytes} [Wed Jun 10 09:58:51 2026] POST /v2.0/ports => generated 743 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:58:51.666 8 INFO neutron.db.segments_db [None req-2882c73e-435e-4922-9f74-4616480b919f 84e546def59b48d3a3420728d42190ee f6493e713d3d4f598ab83184077d9286 - - default default] Added segment 4a232b5f-ec6d-474e-8fce-de9b21d12772 of type vxlan for network ccce0f43-b6f2-47e9-9618-b754129d58d9 [pid: 8|app: 0|req: 1565/3226] 10.0.0.107 () {34 vars in 670 bytes} [Wed Jun 10 09:58:51 2026] POST /v2.0/networks => generated 613 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1662/3227] 10.0.0.107 () {34 vars in 664 bytes} [Wed Jun 10 09:58:51 2026] POST /v2.0/ports => generated 743 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3228] 10.0.0.107 () {34 vars in 747 bytes} [Wed Jun 10 09:58:52 2026] PUT /v2.0/ports/3ba341cd-4aac-4964-93b8-2cfc73dfe220/tags => generated 17 bytes in 99 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: 1663/3229] 10.0.0.107 () {34 vars in 747 bytes} [Wed Jun 10 09:58:52 2026] PUT /v2.0/ports/645ab025-479f-417e-9faf-c54ebfab4587/tags => generated 25 bytes in 74 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: 1567/3230] 10.0.0.107 () {34 vars in 747 bytes} [Wed Jun 10 09:58:52 2026] PUT /v2.0/ports/682d011c-b7ba-4505-b498-38c7dd4762cc/tags => generated 34 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: 1664/3231] 10.0.0.107 () {34 vars in 747 bytes} [Wed Jun 10 09:58:52 2026] PUT /v2.0/ports/c3629fc3-5dbb-44ea-a9ee-b3ec67a3a009/tags => generated 19 bytes in 66 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: 1568/3232] 10.0.0.107 () {32 vars in 660 bytes} [Wed Jun 10 09:58:52 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 148 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: 1665/3233] 10.0.0.107 () {32 vars in 674 bytes} [Wed Jun 10 09:58:52 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3234] 10.0.0.107 () {32 vars in 670 bytes} [Wed Jun 10 09:58:52 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3235] 10.0.0.107 () {32 vars in 682 bytes} [Wed Jun 10 09:58:52 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3236] 10.0.0.107 () {32 vars in 668 bytes} [Wed Jun 10 09:58:52 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1667/3237] 10.0.0.107 () {32 vars in 682 bytes} [Wed Jun 10 09:58:52 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3238] 10.0.0.107 () {32 vars in 678 bytes} [Wed Jun 10 09:58:53 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3239] 10.0.0.107 () {32 vars in 690 bytes} [Wed Jun 10 09:58:53 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:58:53.264 8 INFO neutron_taas.services.taas.taas_plugin [None req-8d50b0ec-dcf1-4ecd-9704-9192d9492137 84e546def59b48d3a3420728d42190ee f6493e713d3d4f598ab83184077d9286 - - default default] TaaS: Handle Delete Port: 3ba341cd-4aac-4964-93b8-2cfc73dfe220 2026-06-10 09:58:53.267 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d50b0ec-dcf1-4ecd-9704-9192d9492137 84e546def59b48d3a3420728d42190ee f6493e713d3d4f598ab83184077d9286 - - default default] Tap Mirror: Handle Delete Port: 3ba341cd-4aac-4964-93b8-2cfc73dfe220 [pid: 8|app: 0|req: 1572/3240] 10.0.0.107 () {32 vars in 720 bytes} [Wed Jun 10 09:58:53 2026] DELETE /v2.0/ports/3ba341cd-4aac-4964-93b8-2cfc73dfe220 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:58:53.453 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7089227-75d6-4a17-95e1-4887354fe2ae 84e546def59b48d3a3420728d42190ee f6493e713d3d4f598ab83184077d9286 - - default default] TaaS: Handle Delete Port: 645ab025-479f-417e-9faf-c54ebfab4587 2026-06-10 09:58:53.456 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7089227-75d6-4a17-95e1-4887354fe2ae 84e546def59b48d3a3420728d42190ee f6493e713d3d4f598ab83184077d9286 - - default default] Tap Mirror: Handle Delete Port: 645ab025-479f-417e-9faf-c54ebfab4587 [pid: 7|app: 0|req: 1669/3241] 10.0.0.107 () {32 vars in 720 bytes} [Wed Jun 10 09:58:53 2026] DELETE /v2.0/ports/645ab025-479f-417e-9faf-c54ebfab4587 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:58:53.646 8 INFO neutron_taas.services.taas.taas_plugin [None req-6d3032b1-2971-4c41-a005-51ff4449de77 84e546def59b48d3a3420728d42190ee f6493e713d3d4f598ab83184077d9286 - - default default] TaaS: Handle Delete Port: 682d011c-b7ba-4505-b498-38c7dd4762cc 2026-06-10 09:58:53.650 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d3032b1-2971-4c41-a005-51ff4449de77 84e546def59b48d3a3420728d42190ee f6493e713d3d4f598ab83184077d9286 - - default default] Tap Mirror: Handle Delete Port: 682d011c-b7ba-4505-b498-38c7dd4762cc [pid: 8|app: 0|req: 1573/3242] 10.0.0.107 () {32 vars in 720 bytes} [Wed Jun 10 09:58:53 2026] DELETE /v2.0/ports/682d011c-b7ba-4505-b498-38c7dd4762cc => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:58:53.813 7 INFO neutron_taas.services.taas.taas_plugin [None req-72488fc6-3ee0-4cfd-b36a-adc1714a4fde 84e546def59b48d3a3420728d42190ee f6493e713d3d4f598ab83184077d9286 - - default default] TaaS: Handle Delete Port: c3629fc3-5dbb-44ea-a9ee-b3ec67a3a009 2026-06-10 09:58:53.815 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72488fc6-3ee0-4cfd-b36a-adc1714a4fde 84e546def59b48d3a3420728d42190ee f6493e713d3d4f598ab83184077d9286 - - default default] Tap Mirror: Handle Delete Port: c3629fc3-5dbb-44ea-a9ee-b3ec67a3a009 [pid: 7|app: 0|req: 1670/3243] 10.0.0.107 () {32 vars in 720 bytes} [Wed Jun 10 09:58:53 2026] DELETE /v2.0/ports/c3629fc3-5dbb-44ea-a9ee-b3ec67a3a009 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:58:53.972 8 INFO neutron_taas.services.taas.taas_plugin [None req-6cf249e4-7eda-45a8-b7df-6437960a0426 84e546def59b48d3a3420728d42190ee f6493e713d3d4f598ab83184077d9286 - - default default] TaaS: Handle Delete Port: 1c8fd22d-5cb9-4c45-9c2c-d39769cf12e9 2026-06-10 09:58:53.975 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cf249e4-7eda-45a8-b7df-6437960a0426 84e546def59b48d3a3420728d42190ee f6493e713d3d4f598ab83184077d9286 - - default default] Tap Mirror: Handle Delete Port: 1c8fd22d-5cb9-4c45-9c2c-d39769cf12e9 [pid: 8|app: 0|req: 1574/3244] 10.0.0.107 () {32 vars in 720 bytes} [Wed Jun 10 09:58:53 2026] DELETE /v2.0/ports/1c8fd22d-5cb9-4c45-9c2c-d39769cf12e9 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:58:54.199 7 INFO neutron.services.segments.plugin [-] Segment 71bde96c-76bc-4f51-8135-719d09cf43a3 resource provider aggregate not found 2026-06-10 09:58:54.208 7 INFO neutron.services.segments.plugin [-] Segment 71bde96c-76bc-4f51-8135-719d09cf43a3 resource provider aggregate not found 2026-06-10 09:58:54.225 7 INFO neutron.services.segments.plugin [-] Segment 71bde96c-76bc-4f51-8135-719d09cf43a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71bde96c-76bc-4f51-8135-719d09cf43a3 found for delete ", "request_id": "req-2887a02f-1207-4657-ad6d-a57ca9c4ae71"}]} 2026-06-10 09:58:54.226 7 INFO neutron.services.segments.plugin [-] Segment 71bde96c-76bc-4f51-8135-719d09cf43a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71bde96c-76bc-4f51-8135-719d09cf43a3 found for delete ", "request_id": "req-7a9b5ced-d94a-467d-a15d-54e522e90607"}]} [pid: 7|app: 0|req: 1671/3245] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:58:54 2026] DELETE /v2.0/networks/4964db4b-7379-4084-92e1-ce9b9bb92761 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:58:54.375 8 INFO neutron.services.segments.plugin [-] Segment dd114cbe-3824-46e5-bf61-a4a02f2b3e2d resource provider aggregate not found 2026-06-10 09:58:54.379 8 INFO neutron.services.segments.plugin [-] Segment dd114cbe-3824-46e5-bf61-a4a02f2b3e2d resource provider aggregate not found 2026-06-10 09:58:54.394 8 INFO neutron.services.segments.plugin [-] Segment dd114cbe-3824-46e5-bf61-a4a02f2b3e2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd114cbe-3824-46e5-bf61-a4a02f2b3e2d found for delete ", "request_id": "req-056b0187-793e-41f9-954a-fc0b976d2489"}]} 2026-06-10 09:58:54.399 8 INFO neutron.services.segments.plugin [-] Segment dd114cbe-3824-46e5-bf61-a4a02f2b3e2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd114cbe-3824-46e5-bf61-a4a02f2b3e2d found for delete ", "request_id": "req-47207ba2-d6a0-41fc-8d0d-5c0091cad8b0"}]} [pid: 8|app: 0|req: 1575/3246] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:58:54 2026] DELETE /v2.0/networks/c1d3aaeb-2076-411f-9db2-d759765625e5 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3247] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:58:54 2026] DELETE /v2.0/networks/3ae45a71-bcd3-442e-809d-df31bc22f90b => 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: 1576/3248] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:58:54 2026] DELETE /v2.0/networks/dc36437f-3b09-494c-b54c-e92b635cba3d => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3249] 10.0.0.107 () {32 vars in 726 bytes} [Wed Jun 10 09:58:54 2026] DELETE /v2.0/networks/ccce0f43-b6f2-47e9-9618-b754129d58d9 => 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: 1577/3250] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:58:55 2026] GET /v2.0/security-groups?tenant_id=6398c86208224ee997afe7adc7185739&name=default => generated 2929 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3251] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:58:55 2026] DELETE /v2.0/security-groups/5c40ea80-8a90-491b-9600-04fb7e8a3f3d => 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: 1578/3252] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:58:56 2026] GET /v2.0/security-groups?tenant_id=f6493e713d3d4f598ab83184077d9286&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:58:56.245 7 INFO neutron.services.segments.plugin [-] Segment d7001045-c944-4b23-9db1-16a48d9b38ad resource provider aggregate not found 2026-06-10 09:58:56.253 7 INFO neutron.services.segments.plugin [-] Segment d7001045-c944-4b23-9db1-16a48d9b38ad resource provider aggregate not found 2026-06-10 09:58:56.269 7 INFO neutron.services.segments.plugin [-] Segment d7001045-c944-4b23-9db1-16a48d9b38ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7001045-c944-4b23-9db1-16a48d9b38ad found for delete ", "request_id": "req-fed52aad-556b-4d60-9b88-90831b3683e1"}]} 2026-06-10 09:58:56.274 7 INFO neutron.services.segments.plugin [-] Segment d7001045-c944-4b23-9db1-16a48d9b38ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7001045-c944-4b23-9db1-16a48d9b38ad found for delete ", "request_id": "req-c7023712-25ee-4d8b-9dbb-c906ef3c58a8"}]} 2026-06-10 09:58:56.291 7 INFO neutron.services.segments.plugin [-] Segment 4a232b5f-ec6d-474e-8fce-de9b21d12772 resource provider aggregate not found 2026-06-10 09:58:56.298 7 INFO neutron.services.segments.plugin [-] Segment 4a232b5f-ec6d-474e-8fce-de9b21d12772 resource provider aggregate not found [pid: 7|app: 0|req: 1675/3253] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:58:56 2026] DELETE /v2.0/security-groups/e6cd52d5-79a8-4f39-b09f-d4af9f44c0d6 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:58:56.311 7 INFO neutron.services.segments.plugin [-] Segment 4a232b5f-ec6d-474e-8fce-de9b21d12772 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a232b5f-ec6d-474e-8fce-de9b21d12772 found for delete ", "request_id": "req-0df6b11b-ec34-4d05-a98e-c6594fa692a4"}]} 2026-06-10 09:58:56.314 7 INFO neutron.services.segments.plugin [-] Segment 4a232b5f-ec6d-474e-8fce-de9b21d12772 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a232b5f-ec6d-474e-8fce-de9b21d12772 found for delete ", "request_id": "req-10d13f8c-f3b5-45f2-a127-b93386c10bdd"}]} 2026-06-10 09:58:56.416 8 INFO neutron.services.segments.plugin [-] Segment 613498a4-a335-4dee-b159-4c6598b1d38f resource provider aggregate not found 2026-06-10 09:58:56.421 8 INFO neutron.services.segments.plugin [-] Segment 613498a4-a335-4dee-b159-4c6598b1d38f resource provider aggregate not found 2026-06-10 09:58:56.436 8 INFO neutron.services.segments.plugin [-] Segment 613498a4-a335-4dee-b159-4c6598b1d38f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 613498a4-a335-4dee-b159-4c6598b1d38f found for delete ", "request_id": "req-760fd4c7-63a4-46c9-a45f-27c89eeed478"}]} 2026-06-10 09:58:56.437 8 INFO neutron.services.segments.plugin [-] Segment 613498a4-a335-4dee-b159-4c6598b1d38f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 613498a4-a335-4dee-b159-4c6598b1d38f found for delete ", "request_id": "req-7734b5ba-2140-42fc-85fa-8471dd1203d6"}]} [pid: 8|app: 0|req: 1579/3254] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:58:56 2026] GET /v2.0/security-groups?tenant_id=710171b60d9646dab88346fec3b1b3ee&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3255] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:58:56 2026] DELETE /v2.0/security-groups/261e6713-9acf-4115-8a61-36b22247ddd8 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3258] 10.0.0.107 () {34 vars in 676 bytes} [Wed Jun 10 09:58:59 2026] POST /v2.0/floatingips => generated 552 bytes in 680 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3259] 10.0.0.107 () {34 vars in 759 bytes} [Wed Jun 10 09:59:00 2026] PUT /v2.0/floatingips/992c61b7-3bb3-4085-83bf-f0e39d1bff11/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3260] 10.0.0.107 () {32 vars in 739 bytes} [Wed Jun 10 09:59:00 2026] GET /v2.0/floatingips/992c61b7-3bb3-4085-83bf-f0e39d1bff11/tags => generated 25 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3261] 10.0.0.107 () {34 vars in 770 bytes} [Wed Jun 10 09:59:00 2026] PUT /v2.0/floatingips/992c61b7-3bb3-4085-83bf-f0e39d1bff11/tags/green => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3262] 10.0.0.107 () {32 vars in 739 bytes} [Wed Jun 10 09:59:00 2026] GET /v2.0/floatingips/992c61b7-3bb3-4085-83bf-f0e39d1bff11/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: 1680/3263] 10.0.0.107 () {34 vars in 766 bytes} [Wed Jun 10 09:59:00 2026] PUT /v2.0/floatingips/992c61b7-3bb3-4085-83bf-f0e39d1bff11/tags/red => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3264] 10.0.0.107 () {32 vars in 739 bytes} [Wed Jun 10 09:59:00 2026] GET /v2.0/floatingips/992c61b7-3bb3-4085-83bf-f0e39d1bff11/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: 1681/3265] 10.0.0.107 () {34 vars in 788 bytes} [Wed Jun 10 09:59:00 2026] PUT /v2.0/floatingips/992c61b7-3bb3-4085-83bf-f0e39d1bff11/tags/black.or.white => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3266] 10.0.0.107 () {32 vars in 739 bytes} [Wed Jun 10 09:59:01 2026] GET /v2.0/floatingips/992c61b7-3bb3-4085-83bf-f0e39d1bff11/tags => generated 52 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1682/3267] 10.0.0.107 () {34 vars in 759 bytes} [Wed Jun 10 09:59:01 2026] PUT /v2.0/floatingips/992c61b7-3bb3-4085-83bf-f0e39d1bff11/tags => generated 37 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3268] 10.0.0.107 () {32 vars in 739 bytes} [Wed Jun 10 09:59:01 2026] GET /v2.0/floatingips/992c61b7-3bb3-4085-83bf-f0e39d1bff11/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3269] 10.0.0.107 () {32 vars in 747 bytes} [Wed Jun 10 09:59:01 2026] GET /v2.0/floatingips/992c61b7-3bb3-4085-83bf-f0e39d1bff11/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:59:01.288 8 INFO neutron.api.v2.resource [None req-c2536f18-79b2-4118-834b-2e1249be1fb0 e5ece2e75cbc4910987b56e3f60de58c ff1fe38b43bd413ebc4380f13a7ddb6a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1587/3270] 10.0.0.107 () {32 vars in 751 bytes} [Wed Jun 10 09:59:01 2026] GET /v2.0/floatingips/992c61b7-3bb3-4085-83bf-f0e39d1bff11/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1684/3271] 10.0.0.107 () {32 vars in 750 bytes} [Wed Jun 10 09:59:01 2026] DELETE /v2.0/floatingips/992c61b7-3bb3-4085-83bf-f0e39d1bff11/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3272] 10.0.0.107 () {32 vars in 739 bytes} [Wed Jun 10 09:59:01 2026] GET /v2.0/floatingips/992c61b7-3bb3-4085-83bf-f0e39d1bff11/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:59:01.442 7 INFO neutron.api.v2.resource [None req-e304f086-00a9-4789-8454-b6aa14df9010 e5ece2e75cbc4910987b56e3f60de58c ff1fe38b43bd413ebc4380f13a7ddb6a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1685/3273] 10.0.0.107 () {32 vars in 754 bytes} [Wed Jun 10 09:59:01 2026] DELETE /v2.0/floatingips/992c61b7-3bb3-4085-83bf-f0e39d1bff11/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3274] 10.0.0.107 () {32 vars in 742 bytes} [Wed Jun 10 09:59:01 2026] DELETE /v2.0/floatingips/992c61b7-3bb3-4085-83bf-f0e39d1bff11/tags => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3275] 10.0.0.107 () {32 vars in 739 bytes} [Wed Jun 10 09:59:01 2026] GET /v2.0/floatingips/992c61b7-3bb3-4085-83bf-f0e39d1bff11/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:59:01.658 8 INFO neutron_taas.services.taas.taas_plugin [None req-62597f41-9fce-4de4-9876-517f497f0c52 e5ece2e75cbc4910987b56e3f60de58c ff1fe38b43bd413ebc4380f13a7ddb6a - - default default] TaaS: Handle Delete Port: 03ffc9de-00c8-4e9f-9eab-218e4c2d1d12 2026-06-10 09:59:01.661 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62597f41-9fce-4de4-9876-517f497f0c52 e5ece2e75cbc4910987b56e3f60de58c ff1fe38b43bd413ebc4380f13a7ddb6a - - default default] Tap Mirror: Handle Delete Port: 03ffc9de-00c8-4e9f-9eab-218e4c2d1d12 [pid: 8|app: 0|req: 1590/3276] 10.0.0.107 () {32 vars in 732 bytes} [Wed Jun 10 09:59:01 2026] DELETE /v2.0/floatingips/992c61b7-3bb3-4085-83bf-f0e39d1bff11 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3277] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:59:02 2026] GET /v2.0/security-groups?tenant_id=ff1fe38b43bd413ebc4380f13a7ddb6a&name=default => generated 2929 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3278] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:59:02 2026] DELETE /v2.0/security-groups/712acf83-30eb-40f4-9db3-0bc8fe9e1ad6 => 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: 1688/3279] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:59:02 2026] GET /v2.0/security-groups?tenant_id=374cb2cb3d884f119a06cb67662f7e4b&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3280] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:59:03 2026] DELETE /v2.0/security-groups/a290dce3-44ad-4cf8-ae25-a22682900904 => 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: 1689/3281] 10.0.0.107 () {34 vars in 676 bytes} [Wed Jun 10 09:59:06 2026] POST /v2.0/subnetpools => generated 516 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3282] 10.0.0.107 () {34 vars in 759 bytes} [Wed Jun 10 09:59:06 2026] PUT /v2.0/subnetpools/c1d2eb9c-2f2e-4541-bc89-b34f8059f431/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: 1690/3283] 10.0.0.107 () {32 vars in 739 bytes} [Wed Jun 10 09:59:06 2026] GET /v2.0/subnetpools/c1d2eb9c-2f2e-4541-bc89-b34f8059f431/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3284] 10.0.0.107 () {34 vars in 770 bytes} [Wed Jun 10 09:59:06 2026] PUT /v2.0/subnetpools/c1d2eb9c-2f2e-4541-bc89-b34f8059f431/tags/green => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3285] 10.0.0.107 () {32 vars in 739 bytes} [Wed Jun 10 09:59:06 2026] GET /v2.0/subnetpools/c1d2eb9c-2f2e-4541-bc89-b34f8059f431/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3286] 10.0.0.107 () {34 vars in 766 bytes} [Wed Jun 10 09:59:06 2026] PUT /v2.0/subnetpools/c1d2eb9c-2f2e-4541-bc89-b34f8059f431/tags/red => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3287] 10.0.0.107 () {32 vars in 739 bytes} [Wed Jun 10 09:59:06 2026] GET /v2.0/subnetpools/c1d2eb9c-2f2e-4541-bc89-b34f8059f431/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3288] 10.0.0.107 () {34 vars in 788 bytes} [Wed Jun 10 09:59:06 2026] PUT /v2.0/subnetpools/c1d2eb9c-2f2e-4541-bc89-b34f8059f431/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1693/3289] 10.0.0.107 () {32 vars in 739 bytes} [Wed Jun 10 09:59:06 2026] GET /v2.0/subnetpools/c1d2eb9c-2f2e-4541-bc89-b34f8059f431/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3290] 10.0.0.107 () {34 vars in 759 bytes} [Wed Jun 10 09:59:06 2026] PUT /v2.0/subnetpools/c1d2eb9c-2f2e-4541-bc89-b34f8059f431/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1694/3291] 10.0.0.107 () {32 vars in 739 bytes} [Wed Jun 10 09:59:07 2026] GET /v2.0/subnetpools/c1d2eb9c-2f2e-4541-bc89-b34f8059f431/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3292] 10.0.0.107 () {32 vars in 747 bytes} [Wed Jun 10 09:59:07 2026] GET /v2.0/subnetpools/c1d2eb9c-2f2e-4541-bc89-b34f8059f431/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:59:07.173 7 INFO neutron.api.v2.resource [None req-14be50b1-63dc-4409-8b71-03f3c3f0be23 5916403070fc4c01843fa397ec8a78b6 b91d48855e6a46088f5c3792d8b2c79d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1695/3293] 10.0.0.107 () {32 vars in 751 bytes} [Wed Jun 10 09:59:07 2026] GET /v2.0/subnetpools/c1d2eb9c-2f2e-4541-bc89-b34f8059f431/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3294] 10.0.0.107 () {32 vars in 750 bytes} [Wed Jun 10 09:59:07 2026] DELETE /v2.0/subnetpools/c1d2eb9c-2f2e-4541-bc89-b34f8059f431/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1696/3295] 10.0.0.107 () {32 vars in 739 bytes} [Wed Jun 10 09:59:07 2026] GET /v2.0/subnetpools/c1d2eb9c-2f2e-4541-bc89-b34f8059f431/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:59:07.321 8 INFO neutron.api.v2.resource [None req-f4d24e41-3102-4bae-8bfd-cfc91e607c7d 5916403070fc4c01843fa397ec8a78b6 b91d48855e6a46088f5c3792d8b2c79d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1600/3296] 10.0.0.107 () {32 vars in 754 bytes} [Wed Jun 10 09:59:07 2026] DELETE /v2.0/subnetpools/c1d2eb9c-2f2e-4541-bc89-b34f8059f431/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1697/3297] 10.0.0.107 () {32 vars in 742 bytes} [Wed Jun 10 09:59:07 2026] DELETE /v2.0/subnetpools/c1d2eb9c-2f2e-4541-bc89-b34f8059f431/tags => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3298] 10.0.0.107 () {32 vars in 739 bytes} [Wed Jun 10 09:59:07 2026] GET /v2.0/subnetpools/c1d2eb9c-2f2e-4541-bc89-b34f8059f431/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1698/3299] 10.0.0.107 () {32 vars in 732 bytes} [Wed Jun 10 09:59:07 2026] DELETE /v2.0/subnetpools/c1d2eb9c-2f2e-4541-bc89-b34f8059f431 => 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: 1602/3300] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:59:08 2026] GET /v2.0/security-groups?tenant_id=b91d48855e6a46088f5c3792d8b2c79d&name=default => generated 2929 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1699/3301] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:59:08 2026] DELETE /v2.0/security-groups/040492ee-9342-4e30-90a7-c541cbaf1a26 => 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: 1603/3302] 10.0.0.107 () {32 vars in 774 bytes} [Wed Jun 10 09:59:08 2026] GET /v2.0/security-groups?tenant_id=ce8ec98139ca469a868e3a8fe6a42693&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1700/3303] 10.0.0.107 () {32 vars in 740 bytes} [Wed Jun 10 09:59:08 2026] DELETE /v2.0/security-groups/0fb88b3c-bd75-476f-8132-45832557e12f => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3304] 10.0.0.107 () {32 vars in 649 bytes} [Wed Jun 10 09:59:11 2026] GET /v2.0/networks => generated 2168 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1702/3307] 10.0.0.107 () {32 vars in 655 bytes} [Wed Jun 10 09:59:12 2026] GET /v2.0/floatingips => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3308] 10.0.0.107 () {32 vars in 647 bytes} [Wed Jun 10 09:59:12 2026] GET /v2.0/routers => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1703/3309] 10.0.0.107 () {32 vars in 643 bytes} [Wed Jun 10 09:59:12 2026] GET /v2.0/ports => generated 4725 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3310] 10.0.0.107 () {32 vars in 647 bytes} [Wed Jun 10 09:59:12 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1704/3311] 10.0.0.107 () {32 vars in 649 bytes} [Wed Jun 10 09:59:12 2026] GET /v2.0/networks => generated 2168 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3312] 10.0.0.107 () {32 vars in 663 bytes} [Wed Jun 10 09:59:12 2026] GET /v2.0/security-groups => generated 17401 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1705/3313] 10.0.0.107 () {32 vars in 655 bytes} [Wed Jun 10 09:59:12 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)