+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Aug 13 08:57:57 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 nodename: neutron-server-649cbdd4f-vnhbm 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 0x7f3d31158668 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-08-13 08:58:01.915 7 INFO neutron.common.config [-] Logging enabled! 2026-08-13 08:58:01.915 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-08-13 08:58:01.986 8 INFO neutron.common.config [-] Logging enabled! 2026-08-13 08:58:01.986 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-08-13 08:58:03.030 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-13 08:58:03.157 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-13 08:58:04.744 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-13 08:58:04.746 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-13 08:58:04.750 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-13 08:58:04.751 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-13 08:58:04.751 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-13 08:58:04.752 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-13 08:58:04.752 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-13 08:58:04.760 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-13 08:58:04.760 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-13 08:58:04.760 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-13 08:58:04.788 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-13 08:58:04.790 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-13 08:58:04.790 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-13 08:58:04.818 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-13 08:58:04.818 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-13 08:58:04.818 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-13 08:58:04.818 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-13 08:58:04.895 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-13 08:58:04.898 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-13 08:58:04.902 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-13 08:58:04.903 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-13 08:58:04.903 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-13 08:58:04.903 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-13 08:58:04.903 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-13 08:58:04.911 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-13 08:58:04.911 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-13 08:58:04.911 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-13 08:58:04.934 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-13 08:58:04.936 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-13 08:58:04.936 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-13 08:58:04.965 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-13 08:58:04.965 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-13 08:58:04.965 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-13 08:58:04.966 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-13 08:58:05.142 7 INFO neutron.plugins.ml2.managers [None req-88ce08b1-a174-486f-846f-5e2b5858d75c - - - - - -] Initializing driver for type 'vlan' 2026-08-13 08:58:05.301 8 INFO neutron.plugins.ml2.managers [None req-a831d593-42c6-446f-9036-79c227b3ce9c - - - - - -] Initializing driver for type 'vlan' 2026-08-13 08:58:05.466 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-88ce08b1-a174-486f-846f-5e2b5858d75c - - - - - -] VlanTypeDriver initialization complete 2026-08-13 08:58:05.466 7 INFO neutron.plugins.ml2.managers [None req-88ce08b1-a174-486f-846f-5e2b5858d75c - - - - - -] Initializing driver for type 'vxlan' 2026-08-13 08:58:05.466 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-88ce08b1-a174-486f-846f-5e2b5858d75c - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-13 08:58:05.480 7 INFO neutron.plugins.ml2.managers [None req-88ce08b1-a174-486f-846f-5e2b5858d75c - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-13 08:58:05.480 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-88ce08b1-a174-486f-846f-5e2b5858d75c - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-13 08:58:05.480 7 INFO neutron.plugins.ml2.managers [None req-88ce08b1-a174-486f-846f-5e2b5858d75c - - - - - -] Initializing extension driver 'port_security' 2026-08-13 08:58:05.480 7 INFO neutron.plugins.ml2.extensions.port_security [None req-88ce08b1-a174-486f-846f-5e2b5858d75c - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-13 08:58:05.481 7 INFO neutron.plugins.ml2.managers [None req-88ce08b1-a174-486f-846f-5e2b5858d75c - - - - - -] Initializing extension driver 'qos' 2026-08-13 08:58:05.481 7 INFO neutron.plugins.ml2.managers [None req-88ce08b1-a174-486f-846f-5e2b5858d75c - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-13 08:58:05.481 7 INFO neutron.plugins.ml2.managers [None req-88ce08b1-a174-486f-846f-5e2b5858d75c - - - - - -] Initializing mechanism driver 'l2population' 2026-08-13 08:58:05.497 7 INFO neutron.quota [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded quota_driver: . 2026-08-13 08:58:05.497 7 INFO neutron.plugins.ml2.plugin [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Modular L2 Plugin initialization complete 2026-08-13 08:58:05.497 7 INFO neutron.plugins.ml2.managers [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-13 08:58:05.498 7 INFO neutron.plugins.ml2.managers [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-13 08:58:05.498 7 INFO neutron.plugins.ml2.managers [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-13 08:58:05.498 7 INFO neutron.manager [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loading Plugin: qos 2026-08-13 08:58:05.511 7 INFO neutron.manager [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loading Plugin: router 2026-08-13 08:58:05.556 7 INFO neutron.services.service_base [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-13 08:58:05.557 7 INFO neutron.manager [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loading Plugin: segments 2026-08-13 08:58:05.658 7 INFO neutron.manager [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loading Plugin: trunk 2026-08-13 08:58:05.673 7 INFO neutron.manager [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loading Plugin: vpnaas 2026-08-13 08:58:05.676 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-a831d593-42c6-446f-9036-79c227b3ce9c - - - - - -] VlanTypeDriver initialization complete 2026-08-13 08:58:05.676 8 INFO neutron.plugins.ml2.managers [None req-a831d593-42c6-446f-9036-79c227b3ce9c - - - - - -] Initializing driver for type 'vxlan' 2026-08-13 08:58:05.676 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-a831d593-42c6-446f-9036-79c227b3ce9c - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-13 08:58:05.692 8 INFO neutron.plugins.ml2.managers [None req-a831d593-42c6-446f-9036-79c227b3ce9c - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-13 08:58:05.693 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-a831d593-42c6-446f-9036-79c227b3ce9c - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-13 08:58:05.693 8 INFO neutron.plugins.ml2.managers [None req-a831d593-42c6-446f-9036-79c227b3ce9c - - - - - -] Initializing extension driver 'port_security' 2026-08-13 08:58:05.693 8 INFO neutron.plugins.ml2.extensions.port_security [None req-a831d593-42c6-446f-9036-79c227b3ce9c - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-13 08:58:05.693 8 INFO neutron.plugins.ml2.managers [None req-a831d593-42c6-446f-9036-79c227b3ce9c - - - - - -] Initializing extension driver 'qos' 2026-08-13 08:58:05.693 8 INFO neutron.plugins.ml2.managers [None req-a831d593-42c6-446f-9036-79c227b3ce9c - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-13 08:58:05.693 8 INFO neutron.plugins.ml2.managers [None req-a831d593-42c6-446f-9036-79c227b3ce9c - - - - - -] Initializing mechanism driver 'l2population' 2026-08-13 08:58:05.709 8 INFO neutron.quota [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded quota_driver: . 2026-08-13 08:58:05.710 8 INFO neutron.plugins.ml2.plugin [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Modular L2 Plugin initialization complete 2026-08-13 08:58:05.710 8 INFO neutron.plugins.ml2.managers [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-13 08:58:05.710 8 INFO neutron.plugins.ml2.managers [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-13 08:58:05.710 8 INFO neutron.plugins.ml2.managers [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-13 08:58:05.710 8 INFO neutron.manager [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loading Plugin: qos 2026-08-13 08:58:05.718 7 WARNING stevedore.named [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-13 08:58:05.723 8 INFO neutron.manager [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loading Plugin: router 2026-08-13 08:58:05.769 8 INFO neutron.services.service_base [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-13 08:58:05.769 8 INFO neutron.manager [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loading Plugin: segments 2026-08-13 08:58:05.796 7 INFO neutron_vpnaas.services.vpn.plugin [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-13 08:58:05.796 7 INFO neutron.common.utils [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-13 08:58:05.796 7 INFO neutron.manager [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loading Plugin: taas 2026-08-13 08:58:05.824 7 WARNING stevedore.named [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-13 08:58:05.825 7 WARNING stevedore.named [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-13 08:58:05.845 7 INFO neutron_taas.services.taas.taas_plugin [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-13 08:58:05.845 7 INFO neutron.manager [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loading Plugin: tapmirror 2026-08-13 08:58:05.860 7 WARNING stevedore.named [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-13 08:58:05.860 7 WARNING stevedore.named [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-13 08:58:05.874 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-13 08:58:05.874 7 INFO neutron.manager [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loading Plugin: auto_allocate 2026-08-13 08:58:05.884 7 INFO neutron.manager [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loading Plugin: tag 2026-08-13 08:58:05.886 8 INFO neutron.manager [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loading Plugin: trunk 2026-08-13 08:58:05.892 7 INFO neutron.manager [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loading Plugin: timestamp 2026-08-13 08:58:05.896 7 INFO neutron.manager [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loading Plugin: network_ip_availability 2026-08-13 08:58:05.899 7 INFO neutron.manager [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loading Plugin: flavors 2026-08-13 08:58:05.903 7 INFO neutron.manager [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loading Plugin: revisions 2026-08-13 08:58:05.905 8 INFO neutron.manager [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loading Plugin: vpnaas 2026-08-13 08:58:05.906 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Initializing extension manager. 2026-08-13 08:58:05.908 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: address-group 2026-08-13 08:58:05.909 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: address-scope 2026-08-13 08:58:05.909 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-13 08:58:05.910 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: agent 2026-08-13 08:58:05.910 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: agent-resources-synced 2026-08-13 08:58:05.912 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-13 08:58:05.912 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-13 08:58:05.913 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: availability_zone 2026-08-13 08:58:05.914 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: availability_zone_filter 2026-08-13 08:58:05.915 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-13 08:58:05.915 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: default-subnetpools 2026-08-13 08:58:05.917 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-13 08:58:05.917 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: dns-integration 2026-08-13 08:58:05.918 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: dns-domain-ports 2026-08-13 08:58:05.918 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-13 08:58:05.919 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: dvr 2026-08-13 08:58:05.920 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-13 08:58:05.920 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: empty-string-filtering 2026-08-13 08:58:05.921 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-13 08:58:05.921 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-13 08:58:05.922 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: external-net 2026-08-13 08:58:05.922 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-13 08:58:05.923 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: extraroute 2026-08-13 08:58:05.924 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: extraroute-atomic 2026-08-13 08:58:05.924 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-13 08:58:05.925 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-13 08:58:05.925 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-13 08:58:05.926 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-13 08:58:05.927 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: fip-port-details 2026-08-13 08:58:05.927 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: flavors 2026-08-13 08:58:05.929 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-13 08:58:05.929 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: floatingip-pools 2026-08-13 08:58:05.930 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: ip_allocation 2026-08-13 08:58:05.930 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-13 08:58:05.931 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: l2_adjacency 2026-08-13 08:58:05.932 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: router 2026-08-13 08:58:05.934 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-13 08:58:05.935 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-13 08:58:05.935 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-13 08:58:05.936 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: ext-gw-mode 2026-08-13 08:58:05.936 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: l3-ha 2026-08-13 08:58:05.937 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-13 08:58:05.937 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-13 08:58:05.938 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: l3-flavors 2026-08-13 08:58:05.939 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-13 08:58:05.939 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-13 08:58:05.941 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-13 08:58:05.943 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-13 08:58:05.944 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-13 08:58:05.945 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-13 08:58:05.946 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-13 08:58:05.946 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: multi-provider 2026-08-13 08:58:05.947 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: net-mtu 2026-08-13 08:58:05.947 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: net-mtu-writable 2026-08-13 08:58:05.948 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: network_availability_zone 2026-08-13 08:58:05.948 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: network_ha 2026-08-13 08:58:05.949 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: network-ip-availability 2026-08-13 08:58:05.950 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-13 08:58:05.950 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: pagination 2026-08-13 08:58:05.951 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: port-device-profile 2026-08-13 08:58:05.951 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-13 08:58:05.952 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-13 08:58:05.952 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-13 08:58:05.953 8 WARNING stevedore.named [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-13 08:58:05.953 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: port-mac-override 2026-08-13 08:58:05.954 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-13 08:58:05.954 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-13 08:58:05.955 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-13 08:58:05.956 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: port-resource-request 2026-08-13 08:58:05.956 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-13 08:58:05.957 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-13 08:58:05.957 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: binding 2026-08-13 08:58:05.958 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: binding-extended 2026-08-13 08:58:05.959 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: port-security 2026-08-13 08:58:05.959 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: project-id 2026-08-13 08:58:05.960 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: provider 2026-08-13 08:58:05.960 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-13 08:58:05.963 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: qos 2026-08-13 08:58:05.964 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-13 08:58:05.964 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-13 08:58:05.965 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: qos-default 2026-08-13 08:58:05.966 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: qos-fip 2026-08-13 08:58:05.966 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-13 08:58:05.967 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-13 08:58:05.968 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-13 08:58:05.968 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-13 08:58:05.969 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-13 08:58:05.970 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: qos-pps 2026-08-13 08:58:05.971 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-13 08:58:05.972 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-13 08:58:05.973 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: qos-rules-alias 2026-08-13 08:58:05.973 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: quota-check-limit 2026-08-13 08:58:05.974 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-13 08:58:05.978 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: quotas 2026-08-13 08:58:05.979 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: quota_details 2026-08-13 08:58:05.981 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: rbac-policies 2026-08-13 08:58:05.982 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: rbac-address-group 2026-08-13 08:58:05.982 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: rbac-address-scope 2026-08-13 08:58:05.983 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: rbac-security-groups 2026-08-13 08:58:05.984 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-13 08:58:05.984 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: revision-if-match 2026-08-13 08:58:05.985 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-13 08:58:05.986 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: router_availability_zone 2026-08-13 08:58:05.987 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-13 08:58:05.989 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-13 08:58:05.989 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-13 08:58:05.990 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-13 08:58:05.991 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-13 08:58:05.992 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-13 08:58:05.993 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-13 08:58:06.000 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: security-group 2026-08-13 08:58:06.001 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: segment 2026-08-13 08:58:06.002 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-13 08:58:06.003 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: service-type 2026-08-13 08:58:06.003 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: sorting 2026-08-13 08:58:06.004 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: standard-attr-segment 2026-08-13 08:58:06.005 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: standard-attr-description 2026-08-13 08:58:06.005 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: stateful-security-group 2026-08-13 08:58:06.006 7 WARNING neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-13 08:58:06.007 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-13 08:58:06.008 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: subnet-external-network 2026-08-13 08:58:06.008 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: subnet_onboard 2026-08-13 08:58:06.009 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-13 08:58:06.010 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: subnet-service-types 2026-08-13 08:58:06.011 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: subnet_allocation 2026-08-13 08:58:06.012 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-13 08:58:06.012 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: tag-creation 2026-08-13 08:58:06.013 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-13 08:58:06.018 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: standard-attr-tag 2026-08-13 08:58:06.020 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-13 08:58:06.021 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: trunk 2026-08-13 08:58:06.021 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: trunk-details 2026-08-13 08:58:06.022 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-13 08:58:06.023 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-13 08:58:06.024 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-13 08:58:06.024 8 INFO neutron_vpnaas.services.vpn.plugin [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-13 08:58:06.024 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-13 08:58:06.025 8 INFO neutron.common.utils [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-13 08:58:06.025 8 INFO neutron.manager [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loading Plugin: taas 2026-08-13 08:58:06.027 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-13 08:58:06.028 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-13 08:58:06.029 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: vpn-flavors 2026-08-13 08:58:06.031 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: vpnaas 2026-08-13 08:58:06.033 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: taas 2026-08-13 08:58:06.034 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: tap-mirror 2026-08-13 08:58:06.035 7 INFO neutron.api.extensions [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-13 08:58:06.038 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-13 08:58:06.038 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-13 08:58:06.038 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 08:58:06.039 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-13 08:58:06.044 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-13 08:58:06.044 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-13 08:58:06.051 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-13 08:58:06.052 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-13 08:58:06.052 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-13 08:58:06.053 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 08:58:06.053 7 WARNING neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] subnetpool is already registered 2026-08-13 08:58:06.054 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 08:58:06.054 7 WARNING neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] subnetpool is already registered 2026-08-13 08:58:06.055 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-13 08:58:06.055 8 WARNING stevedore.named [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-13 08:58:06.055 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 08:58:06.055 8 WARNING stevedore.named [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-13 08:58:06.056 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 08:58:06.057 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-13 08:58:06.057 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-13 08:58:06.058 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-13 08:58:06.058 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 08:58:06.058 7 WARNING neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] ipsecpolicy is already registered 2026-08-13 08:58:06.059 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 08:58:06.059 7 WARNING neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] ikepolicy is already registered 2026-08-13 08:58:06.065 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-13 08:58:06.065 7 WARNING neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] router is already registered 2026-08-13 08:58:06.066 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-13 08:58:06.066 7 WARNING neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] floatingip is already registered 2026-08-13 08:58:06.071 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-13 08:58:06.071 7 WARNING neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] rbac_policy is already registered 2026-08-13 08:58:06.071 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-13 08:58:06.072 7 WARNING neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] security_group is already registered 2026-08-13 08:58:06.072 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-13 08:58:06.072 7 WARNING neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] security_group_rule is already registered 2026-08-13 08:58:06.073 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 08:58:06.073 7 WARNING neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] subnetpool is already registered 2026-08-13 08:58:06.074 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 08:58:06.074 7 WARNING neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] subnetpool is already registered 2026-08-13 08:58:06.075 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-13 08:58:06.075 7 WARNING neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] trunk is already registered 2026-08-13 08:58:06.075 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 08:58:06.076 7 WARNING neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] ikepolicy is already registered 2026-08-13 08:58:06.076 8 INFO neutron_taas.services.taas.taas_plugin [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-13 08:58:06.076 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 08:58:06.076 7 WARNING neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] ipsecpolicy is already registered 2026-08-13 08:58:06.076 8 INFO neutron.manager [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loading Plugin: tapmirror 2026-08-13 08:58:06.076 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-13 08:58:06.077 7 WARNING neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] endpoint_group is already registered 2026-08-13 08:58:06.077 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-13 08:58:06.077 7 WARNING neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] vpnservice is already registered 2026-08-13 08:58:06.078 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-13 08:58:06.078 7 WARNING neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] ipsec_site_connection is already registered 2026-08-13 08:58:06.078 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 08:58:06.078 7 WARNING neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] ipsecpolicy is already registered 2026-08-13 08:58:06.079 7 INFO neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 08:58:06.079 7 WARNING neutron.quota.resource_registry [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] ikepolicy is already registered 2026-08-13 08:58:06.090 8 WARNING stevedore.named [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-13 08:58:06.090 8 WARNING stevedore.named [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-13 08:58:06.122 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-13 08:58:06.122 8 INFO neutron.manager [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loading Plugin: auto_allocate 2026-08-13 08:58:06.122 7 WARNING keystonemiddleware._common.config [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-13 08:58:06.131 8 INFO neutron.manager [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loading Plugin: tag 2026-08-13 08:58:06.132 7 WARNING oslo_config.cfg [None req-5152f91d-8871-4101-bb09-81ec056c84c0 - - - - - -] 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 9 seconds on interpreter 0x7f3d31158668 pid: 7 (default app) 2026-08-13 08:58:06.140 8 INFO neutron.manager [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loading Plugin: timestamp 2026-08-13 08:58:06.144 8 INFO neutron.manager [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loading Plugin: network_ip_availability 2026-08-13 08:58:06.148 8 INFO neutron.manager [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loading Plugin: flavors 2026-08-13 08:58:06.152 8 INFO neutron.manager [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loading Plugin: revisions 2026-08-13 08:58:06.156 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Initializing extension manager. 2026-08-13 08:58:06.159 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: address-group 2026-08-13 08:58:06.160 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: address-scope 2026-08-13 08:58:06.161 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-13 08:58:06.162 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: agent 2026-08-13 08:58:06.163 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: agent-resources-synced 2026-08-13 08:58:06.164 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-13 08:58:06.165 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-13 08:58:06.166 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: availability_zone 2026-08-13 08:58:06.167 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: availability_zone_filter 2026-08-13 08:58:06.168 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-13 08:58:06.169 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: default-subnetpools 2026-08-13 08:58:06.170 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-13 08:58:06.171 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: dns-integration 2026-08-13 08:58:06.171 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: dns-domain-ports 2026-08-13 08:58:06.172 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-13 08:58:06.172 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: dvr 2026-08-13 08:58:06.173 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-13 08:58:06.174 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: empty-string-filtering 2026-08-13 08:58:06.174 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-13 08:58:06.175 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-13 08:58:06.175 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: external-net 2026-08-13 08:58:06.176 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-13 08:58:06.176 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: extraroute 2026-08-13 08:58:06.177 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: extraroute-atomic 2026-08-13 08:58:06.177 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-13 08:58:06.178 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-13 08:58:06.178 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-13 08:58:06.179 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-13 08:58:06.179 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: fip-port-details 2026-08-13 08:58:06.180 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: flavors 2026-08-13 08:58:06.181 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-13 08:58:06.182 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: floatingip-pools 2026-08-13 08:58:06.183 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: ip_allocation 2026-08-13 08:58:06.183 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-13 08:58:06.184 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: l2_adjacency 2026-08-13 08:58:06.185 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: router 2026-08-13 08:58:06.186 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-13 08:58:06.187 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-13 08:58:06.188 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-13 08:58:06.188 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: ext-gw-mode 2026-08-13 08:58:06.189 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: l3-ha 2026-08-13 08:58:06.189 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-13 08:58:06.190 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-13 08:58:06.190 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: l3-flavors 2026-08-13 08:58:06.191 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-13 08:58:06.192 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-13 08:58:06.194 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-13 08:58:06.195 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-13 08:58:06.196 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-13 08:58:06.197 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-13 08:58:06.198 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-13 08:58:06.198 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: multi-provider 2026-08-13 08:58:06.199 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: net-mtu 2026-08-13 08:58:06.199 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: net-mtu-writable 2026-08-13 08:58:06.200 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: network_availability_zone 2026-08-13 08:58:06.200 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: network_ha 2026-08-13 08:58:06.201 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: network-ip-availability 2026-08-13 08:58:06.202 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-13 08:58:06.203 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: pagination 2026-08-13 08:58:06.203 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: port-device-profile 2026-08-13 08:58:06.204 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-13 08:58:06.204 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-13 08:58:06.205 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-13 08:58:06.206 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: port-mac-override 2026-08-13 08:58:06.206 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-13 08:58:06.207 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-13 08:58:06.207 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-13 08:58:06.208 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: port-resource-request 2026-08-13 08:58:06.208 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-13 08:58:06.209 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-13 08:58:06.209 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: binding 2026-08-13 08:58:06.210 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: binding-extended 2026-08-13 08:58:06.211 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: port-security 2026-08-13 08:58:06.211 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: project-id 2026-08-13 08:58:06.212 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: provider 2026-08-13 08:58:06.213 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-13 08:58:06.215 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: qos 2026-08-13 08:58:06.216 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-13 08:58:06.216 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-13 08:58:06.217 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: qos-default 2026-08-13 08:58:06.217 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: qos-fip 2026-08-13 08:58:06.218 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-13 08:58:06.218 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-13 08:58:06.219 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-13 08:58:06.219 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-13 08:58:06.220 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-13 08:58:06.220 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: qos-pps 2026-08-13 08:58:06.221 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-13 08:58:06.221 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-13 08:58:06.222 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: qos-rules-alias 2026-08-13 08:58:06.223 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: quota-check-limit 2026-08-13 08:58:06.224 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-13 08:58:06.226 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: quotas 2026-08-13 08:58:06.227 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: quota_details 2026-08-13 08:58:06.229 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: rbac-policies 2026-08-13 08:58:06.229 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: rbac-address-group 2026-08-13 08:58:06.230 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: rbac-address-scope 2026-08-13 08:58:06.230 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: rbac-security-groups 2026-08-13 08:58:06.231 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-13 08:58:06.231 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: revision-if-match 2026-08-13 08:58:06.232 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-13 08:58:06.233 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: router_availability_zone 2026-08-13 08:58:06.233 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-13 08:58:06.235 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-13 08:58:06.235 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-13 08:58:06.236 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-13 08:58:06.236 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-13 08:58:06.237 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-13 08:58:06.237 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-13 08:58:06.242 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: security-group 2026-08-13 08:58:06.244 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: segment 2026-08-13 08:58:06.245 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-13 08:58:06.245 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: service-type 2026-08-13 08:58:06.246 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: sorting 2026-08-13 08:58:06.246 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: standard-attr-segment 2026-08-13 08:58:06.247 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: standard-attr-description 2026-08-13 08:58:06.248 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: stateful-security-group 2026-08-13 08:58:06.248 8 WARNING neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-13 08:58:06.249 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-13 08:58:06.249 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: subnet-external-network 2026-08-13 08:58:06.250 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: subnet_onboard 2026-08-13 08:58:06.250 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-13 08:58:06.251 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: subnet-service-types 2026-08-13 08:58:06.251 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: subnet_allocation 2026-08-13 08:58:06.252 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-13 08:58:06.252 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: tag-creation 2026-08-13 08:58:06.253 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-13 08:58:06.257 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: standard-attr-tag 2026-08-13 08:58:06.257 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-13 08:58:06.258 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: trunk 2026-08-13 08:58:06.259 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: trunk-details 2026-08-13 08:58:06.259 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-13 08:58:06.260 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-13 08:58:06.260 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-13 08:58:06.261 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-13 08:58:06.263 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-13 08:58:06.263 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-13 08:58:06.264 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: vpn-flavors 2026-08-13 08:58:06.266 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: vpnaas 2026-08-13 08:58:06.267 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: taas 2026-08-13 08:58:06.268 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: tap-mirror 2026-08-13 08:58:06.268 8 INFO neutron.api.extensions [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-13 08:58:06.271 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-13 08:58:06.271 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-13 08:58:06.271 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 08:58:06.271 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-13 08:58:06.275 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-13 08:58:06.276 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-13 08:58:06.281 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-13 08:58:06.281 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-13 08:58:06.282 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-13 08:58:06.283 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 08:58:06.283 8 WARNING neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] subnetpool is already registered 2026-08-13 08:58:06.283 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 08:58:06.283 8 WARNING neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] subnetpool is already registered 2026-08-13 08:58:06.284 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-13 08:58:06.284 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 08:58:06.285 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 08:58:06.285 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-13 08:58:06.286 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-13 08:58:06.286 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-13 08:58:06.287 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 08:58:06.287 8 WARNING neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] ipsecpolicy is already registered 2026-08-13 08:58:06.287 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 08:58:06.287 8 WARNING neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] ikepolicy is already registered 2026-08-13 08:58:06.292 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-13 08:58:06.292 8 WARNING neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] router is already registered 2026-08-13 08:58:06.293 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-13 08:58:06.293 8 WARNING neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] floatingip is already registered 2026-08-13 08:58:06.297 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-13 08:58:06.297 8 WARNING neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] rbac_policy is already registered 2026-08-13 08:58:06.297 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-13 08:58:06.297 8 WARNING neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] security_group is already registered 2026-08-13 08:58:06.298 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-13 08:58:06.298 8 WARNING neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] security_group_rule is already registered 2026-08-13 08:58:06.299 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 08:58:06.299 8 WARNING neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] subnetpool is already registered 2026-08-13 08:58:06.299 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 08:58:06.299 8 WARNING neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] subnetpool is already registered 2026-08-13 08:58:06.300 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-13 08:58:06.300 8 WARNING neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] trunk is already registered 2026-08-13 08:58:06.300 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 08:58:06.301 8 WARNING neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] ikepolicy is already registered 2026-08-13 08:58:06.301 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 08:58:06.301 8 WARNING neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] ipsecpolicy is already registered 2026-08-13 08:58:06.301 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-13 08:58:06.302 8 WARNING neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] endpoint_group is already registered 2026-08-13 08:58:06.302 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-13 08:58:06.302 8 WARNING neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] vpnservice is already registered 2026-08-13 08:58:06.302 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-13 08:58:06.303 8 WARNING neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] ipsec_site_connection is already registered 2026-08-13 08:58:06.303 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 08:58:06.303 8 WARNING neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] ipsecpolicy is already registered 2026-08-13 08:58:06.304 8 INFO neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 08:58:06.304 8 WARNING neutron.quota.resource_registry [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] ikepolicy is already registered 2026-08-13 08:58:06.346 8 WARNING keystonemiddleware._common.config [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-13 08:58:06.354 8 WARNING oslo_config.cfg [None req-a11cacbf-0bdf-4163-b7b2-f8dc776aa9a7 - - - - - -] 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 9 seconds on interpreter 0x7f3d31158668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 08:58:11.507 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7ad960c4-1ffc-4cf2-ba41-295f642c6646 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/3] 199.204.45.61 () {44 vars in 921 bytes} [Thu Aug 13 08:58:10 2026] GET /v2.0/networks/public => generated 108 bytes in 973 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 2/4] 199.204.45.61 () {44 vars in 943 bytes} [Thu Aug 13 08:58:11 2026] GET /v2.0/networks?name=public => generated 15 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 08:58:12.315 7 WARNING neutron.services.revisions.revision_plugin [None req-5ce5811d-4713-4f2a-acad-597f82f18844 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Could not find related network for resource to bump revision. 2026-08-13 08:58:12.340 7 INFO neutron.db.segments_db [None req-5ce5811d-4713-4f2a-acad-597f82f18844 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Added segment 3cbfc272-9559-4002-a718-54f84aca6068 of type flat for network 0f666e6a-673a-4305-95a0-2ef896069337 2026-08-13 08:58:12.410 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5ce5811d-4713-4f2a-acad-597f82f18844 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/5] 199.204.45.61 () {48 vars in 961 bytes} [Thu Aug 13 08:58:11 2026] POST /v2.0/networks => generated 124 bytes in 502 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 08:58:18.680 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0f28a338-56dd-41e2-b9e9-5830cd7bbf42 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/6] 199.204.45.61 () {44 vars in 921 bytes} [Thu Aug 13 08:58:18 2026] GET /v2.0/networks/public => generated 108 bytes in 384 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4/7] 199.204.45.61 () {44 vars in 943 bytes} [Thu Aug 13 08:58:18 2026] GET /v2.0/networks?name=public => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 08:58:18.960 8 WARNING neutron.services.revisions.revision_plugin [None req-ffdbc23f-0821-48b9-a9a6-51790bb50711 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Could not find related network for resource to bump revision. 2026-08-13 08:58:18.992 8 INFO neutron.db.segments_db [None req-ffdbc23f-0821-48b9-a9a6-51790bb50711 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Added segment ba9f8995-5c97-45f2-a99d-cc3d3a243cd4 of type flat for network 14172f4f-7de7-4cf4-84cb-881dc8e27547 2026-08-13 08:58:19.055 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ffdbc23f-0821-48b9-a9a6-51790bb50711 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/8] 199.204.45.61 () {48 vars in 961 bytes} [Thu Aug 13 08:58:18 2026] POST /v2.0/networks => generated 124 bytes in 358 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 08:58:24.986 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8aeff2d2-b84b-402b-97a9-5c8a881e7282 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/10] 199.204.45.61 () {44 vars in 921 bytes} [Thu Aug 13 08:58:24 2026] GET /v2.0/networks/public => generated 108 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/11] 199.204.45.61 () {44 vars in 943 bytes} [Thu Aug 13 08:58:24 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 08:58:25.063 8 WARNING neutron.services.revisions.revision_plugin [None req-98aabb21-5475-4ed3-bde8-290a06666858 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Could not find related network for resource to bump revision. 2026-08-13 08:58:25.081 8 INFO neutron.db.segments_db [None req-98aabb21-5475-4ed3-bde8-290a06666858 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Added segment 1327d746-cb7a-40c0-8163-6c05d2be9105 of type flat for network 875916fd-4f7c-42c7-94ff-eb4981351f70 2026-08-13 08:58:25.112 8 INFO neutron.pecan_wsgi.hooks.translation [None req-98aabb21-5475-4ed3-bde8-290a06666858 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/12] 199.204.45.61 () {48 vars in 961 bytes} [Thu Aug 13 08:58:25 2026] POST /v2.0/networks => generated 124 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 08:58:31.034 7 INFO neutron.pecan_wsgi.hooks.translation [None req-93e3599d-6705-44c3-b709-91c6835b86e2 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/13] 199.204.45.61 () {44 vars in 921 bytes} [Thu Aug 13 08:58:30 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/14] 199.204.45.61 () {44 vars in 943 bytes} [Thu Aug 13 08:58:31 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 08:58:31.112 7 WARNING neutron.services.revisions.revision_plugin [None req-6fa38e78-6463-4b21-924f-f882f4dcefbd 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Could not find related network for resource to bump revision. 2026-08-13 08:58:31.136 7 INFO neutron.db.segments_db [None req-6fa38e78-6463-4b21-924f-f882f4dcefbd 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Added segment 310cab5e-cede-44e5-b54b-dfcdacd38fee of type flat for network 0686676f-73ff-4ec8-98f3-c303d3046798 2026-08-13 08:58:31.175 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6fa38e78-6463-4b21-924f-f882f4dcefbd 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/15] 199.204.45.61 () {48 vars in 961 bytes} [Thu Aug 13 08:58:31 2026] POST /v2.0/networks => generated 124 bytes in 128 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 08:58:37.055 8 INFO neutron.pecan_wsgi.hooks.translation [None req-acaa02da-6bb5-42e0-b765-0f8670400c56 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/16] 199.204.45.61 () {44 vars in 921 bytes} [Thu Aug 13 08:58:37 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/17] 199.204.45.61 () {44 vars in 943 bytes} [Thu Aug 13 08:58:37 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 08:58:37.129 8 WARNING neutron.services.revisions.revision_plugin [None req-dfa7bfba-f08f-4dcd-a09f-734acc8ce7d6 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Could not find related network for resource to bump revision. 2026-08-13 08:58:37.148 8 INFO neutron.db.segments_db [None req-dfa7bfba-f08f-4dcd-a09f-734acc8ce7d6 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Added segment 47633c50-f2ee-4f5c-8720-b7cf63b4bd7a of type flat for network 6b9fc90c-75bb-4491-b1f6-d1c6a6dd912b 2026-08-13 08:58:37.173 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dfa7bfba-f08f-4dcd-a09f-734acc8ce7d6 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/18] 199.204.45.61 () {48 vars in 961 bytes} [Thu Aug 13 08:58:37 2026] POST /v2.0/networks => generated 124 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 08:58:43.065 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6679f594-4986-450a-924d-197f5ad48cdf 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/20] 199.204.45.61 () {44 vars in 921 bytes} [Thu Aug 13 08:58:43 2026] GET /v2.0/networks/public => generated 108 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/21] 199.204.45.61 () {44 vars in 943 bytes} [Thu Aug 13 08:58:43 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-08-13 08:58:43.156 8 WARNING neutron.services.revisions.revision_plugin [None req-da549884-984b-4244-901a-b17aa8b83357 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Could not find related network for resource to bump revision. 2026-08-13 08:58:43.196 8 INFO neutron.db.segments_db [None req-da549884-984b-4244-901a-b17aa8b83357 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Added segment 7ca88ff6-d985-44e9-a481-0ee6a865b264 of type flat for network 5df9b93e-d8e3-4a20-af05-0f100101e1e5 2026-08-13 08:58:43.237 8 INFO neutron.pecan_wsgi.hooks.translation [None req-da549884-984b-4244-901a-b17aa8b83357 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/22] 199.204.45.61 () {48 vars in 961 bytes} [Thu Aug 13 08:58:43 2026] POST /v2.0/networks => generated 124 bytes in 158 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 08:58:49.129 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0933afab-3165-4295-a307-3029ce64c6aa 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/23] 199.204.45.61 () {44 vars in 921 bytes} [Thu Aug 13 08:58:49 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: 8|app: 0|req: 12/24] 199.204.45.61 () {44 vars in 943 bytes} [Thu Aug 13 08:58: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-08-13 08:58:49.201 7 WARNING neutron.services.revisions.revision_plugin [None req-ebbe0247-fe98-4786-8896-cc07748913bb 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Could not find related network for resource to bump revision. 2026-08-13 08:58:49.218 7 INFO neutron.db.segments_db [None req-ebbe0247-fe98-4786-8896-cc07748913bb 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Added segment 5226b230-4ec9-40e3-b503-072d12f35031 of type flat for network ff7f27f4-7c38-4c4b-a373-2784a40ca1df [pid: 7|app: 0|req: 13/25] 199.204.45.61 () {48 vars in 961 bytes} [Thu Aug 13 08:58:49 2026] POST /v2.0/networks => generated 706 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 08:58:50.606 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0b754f37-234c-47ae-b417-ae0fecfce546 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/26] 199.204.45.61 () {44 vars in 921 bytes} [Thu Aug 13 08:58:50 2026] GET /v2.0/networks/public => generated 108 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/27] 199.204.45.61 () {44 vars in 943 bytes} [Thu Aug 13 08:58:50 2026] GET /v2.0/networks?name=public => generated 709 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 08:58:50.678 8 INFO neutron.pecan_wsgi.hooks.translation [None req-93962265-0efb-4782-9f46-b3e361162c76 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 14/28] 199.204.45.61 () {44 vars in 1028 bytes} [Thu Aug 13 08:58:50 2026] GET /v2.0/subnets/public-subnet?network_id=ff7f27f4-7c38-4c4b-a373-2784a40ca1df => 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: 15/29] 199.204.45.61 () {44 vars in 1051 bytes} [Thu Aug 13 08:58:50 2026] GET /v2.0/subnets?name=public-subnet&network_id=ff7f27f4-7c38-4c4b-a373-2784a40ca1df => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/30] 199.204.45.61 () {48 vars in 959 bytes} [Thu Aug 13 08:58:50 2026] POST /v2.0/subnets => generated 664 bytes in 671 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:03:52.364 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5219e3e8-7189-4ddb-94e3-cd74ac700e70 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/70] 199.204.45.61 () {44 vars in 931 bytes} [Thu Aug 13 09:03:52 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 140 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/71] 199.204.45.61 () {44 vars in 953 bytes} [Thu Aug 13 09:03:52 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:03:52.474 8 INFO neutron.db.segments_db [None req-c55e4bbb-2937-471c-b63d-33c19d4329ae 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Added segment e7cb265f-111a-451a-b985-f9f4619f790c of type vxlan for network 98ae24da-8a61-47eb-84ef-5b7a09326316 [pid: 8|app: 0|req: 36/72] 199.204.45.61 () {48 vars in 960 bytes} [Thu Aug 13 09:03:52 2026] POST /v2.0/networks => generated 688 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:03:53.581 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a03afd21-a5fa-4d00-8531-d46eef56b8c6 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/75] 199.204.45.61 () {44 vars in 931 bytes} [Thu Aug 13 09:03:53 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/76] 199.204.45.61 () {44 vars in 953 bytes} [Thu Aug 13 09:03:53 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-08-13 09:03:53.645 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4ccc0c1e-833a-42cd-99ec-faf018ec65f4 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 39/77] 199.204.45.61 () {44 vars in 1030 bytes} [Thu Aug 13 09:03:53 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=98ae24da-8a61-47eb-84ef-5b7a09326316 => 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: 39/78] 199.204.45.61 () {44 vars in 1053 bytes} [Thu Aug 13 09:03:53 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=98ae24da-8a61-47eb-84ef-5b7a09326316 => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/79] 199.204.45.61 () {48 vars in 959 bytes} [Thu Aug 13 09:03:53 2026] POST /v2.0/subnets => generated 651 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:03:55.171 7 INFO neutron.api.v2.resource [None req-bd1dec1c-c75d-40b5-8909-c0de5066780d 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 40/80] 199.204.45.61 () {44 vars in 965 bytes} [Thu Aug 13 09:03:55 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/81] 199.204.45.61 () {44 vars in 987 bytes} [Thu Aug 13 09:03:55 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/82] 199.204.45.61 () {48 vars in 974 bytes} [Thu Aug 13 09:03:55 2026] POST /v2.0/security-groups => generated 1616 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/83] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:03:56 2026] GET /v2.0/security-groups/2875d595-249b-4f26-bd43-e9e5ca56bef9 => generated 1616 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/84] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:03:56 2026] GET /v2.0/security-groups/2875d595-249b-4f26-bd43-e9e5ca56bef9 => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/85] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:03:56 2026] GET /v2.0/security-groups/2875d595-249b-4f26-bd43-e9e5ca56bef9 => generated 1616 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/86] 199.204.45.61 () {48 vars in 985 bytes} [Thu Aug 13 09:03:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/87] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:03:57 2026] GET /v2.0/security-groups/2875d595-249b-4f26-bd43-e9e5ca56bef9 => generated 2230 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/88] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:03:57 2026] GET /v2.0/security-groups/2875d595-249b-4f26-bd43-e9e5ca56bef9 => generated 2230 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/89] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:03:57 2026] GET /v2.0/security-groups/2875d595-249b-4f26-bd43-e9e5ca56bef9 => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/90] 199.204.45.61 () {48 vars in 985 bytes} [Thu Aug 13 09:03:57 2026] POST /v2.0/security-group-rules => generated 603 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/91] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:03:58 2026] GET /v2.0/security-groups/2875d595-249b-4f26-bd43-e9e5ca56bef9 => generated 2846 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/92] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:03:58 2026] GET /v2.0/security-groups/2875d595-249b-4f26-bd43-e9e5ca56bef9 => 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: 47/93] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:03:58 2026] GET /v2.0/security-groups/2875d595-249b-4f26-bd43-e9e5ca56bef9 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/94] 199.204.45.61 () {48 vars in 985 bytes} [Thu Aug 13 09:03:58 2026] POST /v2.0/security-group-rules => generated 603 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/95] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:03:59 2026] GET /v2.0/security-groups/2875d595-249b-4f26-bd43-e9e5ca56bef9 => generated 3462 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/96] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:04:00 2026] GET /v2.0/security-groups/2875d595-249b-4f26-bd43-e9e5ca56bef9 => generated 3462 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/97] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:04:00 2026] GET /v2.0/security-groups/2875d595-249b-4f26-bd43-e9e5ca56bef9 => generated 3462 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/98] 199.204.45.61 () {48 vars in 985 bytes} [Thu Aug 13 09:04:00 2026] POST /v2.0/security-group-rules => generated 603 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/99] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:04:01 2026] GET /v2.0/security-groups/2875d595-249b-4f26-bd43-e9e5ca56bef9 => generated 4078 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/100] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:04:01 2026] GET /v2.0/security-groups/2875d595-249b-4f26-bd43-e9e5ca56bef9 => generated 4078 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/101] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:04:01 2026] GET /v2.0/security-groups/2875d595-249b-4f26-bd43-e9e5ca56bef9 => generated 4078 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/102] 199.204.45.61 () {48 vars in 985 bytes} [Thu Aug 13 09:04:01 2026] POST /v2.0/security-group-rules => generated 603 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/103] 199.204.45.61 () {44 vars in 981 bytes} [Thu Aug 13 09:04:02 2026] GET /v2.0/networks/98ae24da-8a61-47eb-84ef-5b7a09326316 => generated 732 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:04:02.839 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6b7bd324-392d-487e-838f-6f5940391abe 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/104] 199.204.45.61 () {44 vars in 1070 bytes} [Thu Aug 13 09:04:02 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=98ae24da-8a61-47eb-84ef-5b7a09326316 => generated 132 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/105] 199.204.45.61 () {44 vars in 1093 bytes} [Thu Aug 13 09:04:02 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=98ae24da-8a61-47eb-84ef-5b7a09326316 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/106] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:04:02 2026] GET /v2.0/security-groups/2875d595-249b-4f26-bd43-e9e5ca56bef9 => 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: 54/107] 199.204.45.61 () {48 vars in 955 bytes} [Thu Aug 13 09:04:02 2026] POST /v2.0/ports => generated 1092 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-13 09:04:11.214 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b83359a2-dfcc-4f33-96b4-95ec08ade8d6 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 55/110] 199.204.45.61 () {44 vars in 973 bytes} [Thu Aug 13 09:04:11 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 56/111] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:04:11 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1095 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/112] 199.204.45.61 () {48 vars in 1025 bytes} [Thu Aug 13 09:04:11 2026] PUT /v2.0/ports/f5957d03-fc51-4f11-ace2-76f696b8b4ca => generated 1241 bytes in 942 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/113] 199.204.45.61 () {44 vars in 914 bytes} [Thu Aug 13 09:04:13 2026] GET /v2.0/ports => generated 3722 bytes in 423 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-08-13 09:04:15.226 7 INFO neutron.api.v2.resource [None req-c394be69-f34a-495f-bfeb-d797282effe6 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 57/114] 199.204.45.61 () {44 vars in 953 bytes} [Thu Aug 13 09:04:15 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/115] 199.204.45.61 () {44 vars in 975 bytes} [Thu Aug 13 09:04:15 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/116] 199.204.45.61 () {48 vars in 974 bytes} [Thu Aug 13 09:04:15 2026] POST /v2.0/security-groups => generated 1610 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/117] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:04:16 2026] GET /v2.0/security-groups/59b5658c-f79d-4adb-b130-ee6483f9e90b => generated 1610 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/118] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:04:16 2026] GET /v2.0/security-groups/59b5658c-f79d-4adb-b130-ee6483f9e90b => generated 1610 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/119] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:04:16 2026] GET /v2.0/security-groups/59b5658c-f79d-4adb-b130-ee6483f9e90b => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/120] 199.204.45.61 () {48 vars in 985 bytes} [Thu Aug 13 09:04:16 2026] POST /v2.0/security-group-rules => generated 619 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/121] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:04:17 2026] GET /v2.0/security-groups/59b5658c-f79d-4adb-b130-ee6483f9e90b => generated 2242 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/122] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:04:17 2026] GET /v2.0/security-groups/59b5658c-f79d-4adb-b130-ee6483f9e90b => generated 2242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/123] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:04:17 2026] GET /v2.0/security-groups/59b5658c-f79d-4adb-b130-ee6483f9e90b => generated 2242 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/124] 199.204.45.61 () {48 vars in 985 bytes} [Thu Aug 13 09:04:17 2026] POST /v2.0/security-group-rules => generated 623 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 69/137] 199.204.45.61 () {44 vars in 969 bytes} [Thu Aug 13 09:05:45 2026] GET /v2.0/quotas/0391fdd5981c419c8dee4ffc0433206c => 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: 69/138] 199.204.45.61 () {48 vars in 1021 bytes} [Thu Aug 13 09:05:46 2026] PUT /v2.0/quotas/0391fdd5981c419c8dee4ffc0433206c => generated 291 bytes in 46 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-08-13 09:08:06.622 7 INFO neutron.pecan_wsgi.hooks.translation [None req-65dc436b-e5e9-4ee5-990f-05ed22f7d92c 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 79/157] 199.204.45.61 () {30 vars in 739 bytes} [Thu Aug 13 09:08:06 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 145 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 79/158] 199.204.45.61 () {30 vars in 761 bytes} [Thu Aug 13 09:08:06 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:08:08.752 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d2d26c40-3cd7-496e-bbe6-fddb960fa1f9 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 81/161] 199.204.45.61 () {30 vars in 739 bytes} [Thu Aug 13 09:08:08 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 134 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 81/162] 199.204.45.61 () {30 vars in 761 bytes} [Thu Aug 13 09:08:08 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:14:27.243 8 INFO neutron.api.v2.resource [None req-654cee4a-1bb8-4f9e-8c53-e7b8eb29c05e 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 107/213] 199.204.45.61 () {44 vars in 1068 bytes} [Thu Aug 13 09:14:27 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=cac5989a7739495d9e1c6909566cdc63 => generated 139 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/214] 199.204.45.61 () {44 vars in 1091 bytes} [Thu Aug 13 09:14:27 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=cac5989a7739495d9e1c6909566cdc63 => generated 23 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/215] 199.204.45.61 () {48 vars in 975 bytes} [Thu Aug 13 09:14:27 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: 108/216] 199.204.45.61 () {44 vars in 1082 bytes} [Thu Aug 13 09:14:28 2026] GET /v2.0/security-groups/fdeaab1f-5c09-40d9-beba-186f62c7625e?project_id=cac5989a7739495d9e1c6909566cdc63 => generated 1624 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/217] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:14:28 2026] GET /v2.0/security-groups/fdeaab1f-5c09-40d9-beba-186f62c7625e => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/218] 199.204.45.61 () {44 vars in 1082 bytes} [Thu Aug 13 09:14:28 2026] GET /v2.0/security-groups/fdeaab1f-5c09-40d9-beba-186f62c7625e?project_id=cac5989a7739495d9e1c6909566cdc63 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/219] 199.204.45.61 () {48 vars in 985 bytes} [Thu Aug 13 09:14:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/220] 199.204.45.61 () {44 vars in 1082 bytes} [Thu Aug 13 09:14:29 2026] GET /v2.0/security-groups/fdeaab1f-5c09-40d9-beba-186f62c7625e?project_id=cac5989a7739495d9e1c6909566cdc63 => generated 2234 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/221] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:14:29 2026] GET /v2.0/security-groups/fdeaab1f-5c09-40d9-beba-186f62c7625e => generated 2234 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/222] 199.204.45.61 () {44 vars in 1082 bytes} [Thu Aug 13 09:14:30 2026] GET /v2.0/security-groups/fdeaab1f-5c09-40d9-beba-186f62c7625e?project_id=cac5989a7739495d9e1c6909566cdc63 => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/223] 199.204.45.61 () {48 vars in 985 bytes} [Thu Aug 13 09:14:30 2026] POST /v2.0/security-group-rules => generated 599 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/224] 199.204.45.61 () {44 vars in 1082 bytes} [Thu Aug 13 09:14:31 2026] GET /v2.0/security-groups/fdeaab1f-5c09-40d9-beba-186f62c7625e?project_id=cac5989a7739495d9e1c6909566cdc63 => generated 2846 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/225] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:14:31 2026] GET /v2.0/security-groups/fdeaab1f-5c09-40d9-beba-186f62c7625e => generated 2846 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/226] 199.204.45.61 () {44 vars in 1082 bytes} [Thu Aug 13 09:14:31 2026] GET /v2.0/security-groups/fdeaab1f-5c09-40d9-beba-186f62c7625e?project_id=cac5989a7739495d9e1c6909566cdc63 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/227] 199.204.45.61 () {48 vars in 985 bytes} [Thu Aug 13 09:14:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/228] 199.204.45.61 () {44 vars in 1082 bytes} [Thu Aug 13 09:14:32 2026] GET /v2.0/security-groups/fdeaab1f-5c09-40d9-beba-186f62c7625e?project_id=cac5989a7739495d9e1c6909566cdc63 => generated 3460 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/229] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:14:32 2026] GET /v2.0/security-groups/fdeaab1f-5c09-40d9-beba-186f62c7625e => generated 3460 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/230] 199.204.45.61 () {44 vars in 1082 bytes} [Thu Aug 13 09:14:32 2026] GET /v2.0/security-groups/fdeaab1f-5c09-40d9-beba-186f62c7625e?project_id=cac5989a7739495d9e1c6909566cdc63 => generated 3460 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/231] 199.204.45.61 () {48 vars in 985 bytes} [Thu Aug 13 09:14:32 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/252] 199.204.45.61 () {30 vars in 738 bytes} [Thu Aug 13 09:16:57 2026] GET /v2.0/networks?tenant_id=cac5989a7739495d9e1c6909566cdc63&shared=False => generated 15 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:16:57.717 8 INFO neutron.db.segments_db [None req-1a933c11-5546-4a32-979c-2bcf1919faca b8b8412a4d54479ea937caf544f781fb cac5989a7739495d9e1c6909566cdc63 - - 4030cc1201574f9b92046a8607966f08 4030cc1201574f9b92046a8607966f08] Added segment fd991bd4-1829-4c86-be72-bec03bfa6773 of type vxlan for network 5fe1e62a-462e-49b5-a1cd-22a59e9d49da [pid: 8|app: 0|req: 127/253] 199.204.45.61 () {34 vars in 680 bytes} [Thu Aug 13 09:16:57 2026] POST /v2.0/networks => generated 698 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/254] 199.204.45.61 () {30 vars in 720 bytes} [Thu Aug 13 09:16:57 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/255] 199.204.45.61 () {30 vars in 631 bytes} [Thu Aug 13 09:16:57 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/256] 199.204.45.61 () {34 vars in 675 bytes} [Thu Aug 13 09:16:57 2026] POST /v2.0/ports => generated 999 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/257] 199.204.45.61 () {30 vars in 701 bytes} [Thu Aug 13 09:16:58 2026] GET /v2.0/networks/5fe1e62a-462e-49b5-a1cd-22a59e9d49da => generated 704 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/258] 199.204.45.61 () {30 vars in 720 bytes} [Thu Aug 13 09:17:00 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/259] 199.204.45.61 () {30 vars in 701 bytes} [Thu Aug 13 09:17:00 2026] GET /v2.0/networks/5fe1e62a-462e-49b5-a1cd-22a59e9d49da => generated 704 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/262] 199.204.45.61 () {44 vars in 969 bytes} [Thu Aug 13 09:17:17 2026] GET /v2.0/quotas/cac5989a7739495d9e1c6909566cdc63 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/263] 199.204.45.61 () {48 vars in 1021 bytes} [Thu Aug 13 09:17:17 2026] PUT /v2.0/quotas/cac5989a7739495d9e1c6909566cdc63 => generated 291 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:30:00.195 7 INFO neutron.pecan_wsgi.hooks.translation [None req-522e1633-2d4a-47e7-ba0a-b665e91798c1 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 183/366] 199.204.45.61 () {44 vars in 921 bytes} [Thu Aug 13 09:30:00 2026] GET /v2.0/networks/public => generated 108 bytes in 138 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/367] 199.204.45.61 () {44 vars in 943 bytes} [Thu Aug 13 09:30:00 2026] GET /v2.0/networks?name=public => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:30:01.346 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f167acc3-db1a-41db-997c-778714101bc2 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/368] 199.204.45.61 () {44 vars in 921 bytes} [Thu Aug 13 09:30:01 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/369] 199.204.45.61 () {44 vars in 943 bytes} [Thu Aug 13 09:30:01 2026] GET /v2.0/networks?name=public => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:30:01.430 7 INFO neutron.pecan_wsgi.hooks.translation [None req-53653c1e-0825-4f96-9de6-4b0f62199355 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/370] 199.204.45.61 () {44 vars in 1028 bytes} [Thu Aug 13 09:30:01 2026] GET /v2.0/subnets/public-subnet?network_id=ff7f27f4-7c38-4c4b-a373-2784a40ca1df => generated 113 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/371] 199.204.45.61 () {44 vars in 1051 bytes} [Thu Aug 13 09:30:01 2026] GET /v2.0/subnets?name=public-subnet&network_id=ff7f27f4-7c38-4c4b-a373-2784a40ca1df => generated 667 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:30:29.680 7 INFO neutron.pecan_wsgi.hooks.translation [None req-67df32c9-3278-460a-b852-ee8d84ea0eb3 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 188/376] 199.204.45.61 () {44 vars in 931 bytes} [Thu Aug 13 09:30:29 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/377] 199.204.45.61 () {44 vars in 953 bytes} [Thu Aug 13 09:30:29 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:30:30.681 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6521e798-de86-4ec2-a0bf-af52b16a6ec3 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 189/378] 199.204.45.61 () {44 vars in 931 bytes} [Thu Aug 13 09:30:30 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/379] 199.204.45.61 () {44 vars in 953 bytes} [Thu Aug 13 09:30:30 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:30:30.743 7 INFO neutron.pecan_wsgi.hooks.translation [None req-44d6ec0d-41ed-46d2-8e7a-ba16531af3ab 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 190/380] 199.204.45.61 () {44 vars in 1030 bytes} [Thu Aug 13 09:30:30 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=98ae24da-8a61-47eb-84ef-5b7a09326316 => generated 114 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/381] 199.204.45.61 () {44 vars in 1053 bytes} [Thu Aug 13 09:30:30 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=98ae24da-8a61-47eb-84ef-5b7a09326316 => generated 654 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:30:32.075 7 INFO neutron.api.v2.resource [None req-fb0ad48c-74c2-4122-b508-812cdcb4e0bc 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 191/382] 199.204.45.61 () {44 vars in 965 bytes} [Thu Aug 13 09:30:32 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/383] 199.204.45.61 () {44 vars in 987 bytes} [Thu Aug 13 09:30:32 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/384] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:30:33 2026] GET /v2.0/security-groups/2875d595-249b-4f26-bd43-e9e5ca56bef9 => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/385] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:30:33 2026] GET /v2.0/security-groups/2875d595-249b-4f26-bd43-e9e5ca56bef9 => 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: 193/386] 199.204.45.61 () {44 vars in 1005 bytes} [Thu Aug 13 09:30:33 2026] GET /v2.0/security-group-rules/74a55de8-e705-4a7f-933c-a12513aca12b => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/387] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:30:34 2026] GET /v2.0/security-groups/2875d595-249b-4f26-bd43-e9e5ca56bef9 => generated 4694 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/388] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:30:34 2026] GET /v2.0/security-groups/2875d595-249b-4f26-bd43-e9e5ca56bef9 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/389] 199.204.45.61 () {44 vars in 1005 bytes} [Thu Aug 13 09:30:34 2026] GET /v2.0/security-group-rules/36664d0c-11e3-4412-9e06-9b9869aafe68 => generated 603 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/390] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:30:35 2026] GET /v2.0/security-groups/2875d595-249b-4f26-bd43-e9e5ca56bef9 => 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: 196/391] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:30:35 2026] GET /v2.0/security-groups/2875d595-249b-4f26-bd43-e9e5ca56bef9 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/392] 199.204.45.61 () {44 vars in 1005 bytes} [Thu Aug 13 09:30:35 2026] GET /v2.0/security-group-rules/28ca3453-094b-40ee-8024-491d002adb57 => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/393] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:30:36 2026] GET /v2.0/security-groups/2875d595-249b-4f26-bd43-e9e5ca56bef9 => 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: 197/394] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:30:36 2026] GET /v2.0/security-groups/2875d595-249b-4f26-bd43-e9e5ca56bef9 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/395] 199.204.45.61 () {44 vars in 1005 bytes} [Thu Aug 13 09:30:36 2026] GET /v2.0/security-group-rules/e4d59e6c-bd3d-4c99-ab01-20bae7163e1e => generated 603 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/396] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:30:37 2026] GET /v2.0/security-groups/2875d595-249b-4f26-bd43-e9e5ca56bef9 => generated 4694 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/397] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:30:37 2026] GET /v2.0/security-groups/2875d595-249b-4f26-bd43-e9e5ca56bef9 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/398] 199.204.45.61 () {44 vars in 1005 bytes} [Thu Aug 13 09:30:37 2026] GET /v2.0/security-group-rules/a5a7b7a0-96d1-47ca-8261-e000806b92d4 => 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: 201/401] 199.204.45.61 () {44 vars in 981 bytes} [Thu Aug 13 09:30:38 2026] GET /v2.0/networks/98ae24da-8a61-47eb-84ef-5b7a09326316 => generated 732 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:30:38.683 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d86bb424-9467-4138-9380-092ab82d715e 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 201/402] 199.204.45.61 () {44 vars in 1070 bytes} [Thu Aug 13 09:30:38 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=98ae24da-8a61-47eb-84ef-5b7a09326316 => 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: 202/403] 199.204.45.61 () {44 vars in 1093 bytes} [Thu Aug 13 09:30:38 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=98ae24da-8a61-47eb-84ef-5b7a09326316 => generated 1246 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/404] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:30:38 2026] GET /v2.0/security-groups/2875d595-249b-4f26-bd43-e9e5ca56bef9 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:30:46.684 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cd610d75-ed01-46e7-9f17-c8534e8a16b8 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 203/405] 199.204.45.61 () {44 vars in 973 bytes} [Thu Aug 13 09:30:46 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: 203/406] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:30:46 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1246 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/407] 199.204.45.61 () {44 vars in 914 bytes} [Thu Aug 13 09:30:48 2026] GET /v2.0/ports => generated 4717 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:30:49.347 7 INFO neutron.api.v2.resource [None req-9720a6ea-9ae9-4b2a-88cd-31db1c9c89a4 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 204/408] 199.204.45.61 () {44 vars in 953 bytes} [Thu Aug 13 09:30:49 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/409] 199.204.45.61 () {44 vars in 975 bytes} [Thu Aug 13 09:30:49 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2877 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/410] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:30:50 2026] GET /v2.0/security-groups/59b5658c-f79d-4adb-b130-ee6483f9e90b => generated 2878 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/411] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:30:50 2026] GET /v2.0/security-groups/59b5658c-f79d-4adb-b130-ee6483f9e90b => generated 2878 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/412] 199.204.45.61 () {44 vars in 1005 bytes} [Thu Aug 13 09:30:50 2026] GET /v2.0/security-group-rules/8d1e6164-ed65-416b-8e1f-629c1a8253e8 => generated 619 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/413] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:30:51 2026] GET /v2.0/security-groups/59b5658c-f79d-4adb-b130-ee6483f9e90b => generated 2878 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/414] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:30:51 2026] GET /v2.0/security-groups/59b5658c-f79d-4adb-b130-ee6483f9e90b => generated 2878 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/415] 199.204.45.61 () {44 vars in 1005 bytes} [Thu Aug 13 09:30:51 2026] GET /v2.0/security-group-rules/b871be87-f10e-4f5e-a09a-e9068e1f3884 => generated 623 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/418] 199.204.45.61 () {44 vars in 969 bytes} [Thu Aug 13 09:31:03 2026] GET /v2.0/quotas/0391fdd5981c419c8dee4ffc0433206c => generated 291 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:31:59.675 7 INFO neutron.api.v2.resource [None req-3852a335-5f2a-465b-a725-8b8763b3af8c 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 214/427] 199.204.45.61 () {44 vars in 1068 bytes} [Thu Aug 13 09:31:59 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=cac5989a7739495d9e1c6909566cdc63 => generated 139 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/428] 199.204.45.61 () {44 vars in 1091 bytes} [Thu Aug 13 09:31:59 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=cac5989a7739495d9e1c6909566cdc63 => generated 4072 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/429] 199.204.45.61 () {44 vars in 1082 bytes} [Thu Aug 13 09:32:00 2026] GET /v2.0/security-groups/fdeaab1f-5c09-40d9-beba-186f62c7625e?project_id=cac5989a7739495d9e1c6909566cdc63 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/430] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:32:00 2026] GET /v2.0/security-groups/fdeaab1f-5c09-40d9-beba-186f62c7625e => generated 4075 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/431] 199.204.45.61 () {44 vars in 1005 bytes} [Thu Aug 13 09:32:00 2026] GET /v2.0/security-group-rules/9a9eee6f-4fe7-4bdf-992c-999158032940 => 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: 216/432] 199.204.45.61 () {44 vars in 1082 bytes} [Thu Aug 13 09:32:01 2026] GET /v2.0/security-groups/fdeaab1f-5c09-40d9-beba-186f62c7625e?project_id=cac5989a7739495d9e1c6909566cdc63 => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/433] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:32:01 2026] GET /v2.0/security-groups/fdeaab1f-5c09-40d9-beba-186f62c7625e => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/434] 199.204.45.61 () {44 vars in 1005 bytes} [Thu Aug 13 09:32:01 2026] GET /v2.0/security-group-rules/a8d2f819-3767-4c54-901b-44b3c205e070 => 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: 218/435] 199.204.45.61 () {44 vars in 1082 bytes} [Thu Aug 13 09:32:02 2026] GET /v2.0/security-groups/fdeaab1f-5c09-40d9-beba-186f62c7625e?project_id=cac5989a7739495d9e1c6909566cdc63 => generated 4075 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/436] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:32:02 2026] GET /v2.0/security-groups/fdeaab1f-5c09-40d9-beba-186f62c7625e => 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: 219/437] 199.204.45.61 () {44 vars in 1005 bytes} [Thu Aug 13 09:32:02 2026] GET /v2.0/security-group-rules/b45a1fe3-7723-4a6b-996a-213d140ef5d8 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/438] 199.204.45.61 () {44 vars in 1082 bytes} [Thu Aug 13 09:32:03 2026] GET /v2.0/security-groups/fdeaab1f-5c09-40d9-beba-186f62c7625e?project_id=cac5989a7739495d9e1c6909566cdc63 => 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: 220/439] 199.204.45.61 () {44 vars in 995 bytes} [Thu Aug 13 09:32:03 2026] GET /v2.0/security-groups/fdeaab1f-5c09-40d9-beba-186f62c7625e => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/440] 199.204.45.61 () {44 vars in 1005 bytes} [Thu Aug 13 09:32:03 2026] GET /v2.0/security-group-rules/044f1447-6498-47ac-9877-5d4b7284477c => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/443] 199.204.45.61 () {44 vars in 969 bytes} [Thu Aug 13 09:32:11 2026] GET /v2.0/quotas/cac5989a7739495d9e1c6909566cdc63 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/450] 199.204.45.61 () {44 vars in 943 bytes} [Thu Aug 13 09:33:03 2026] GET /v2.0/networks?name=public => generated 753 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/457] 10.0.0.119 () {32 vars in 648 bytes} [Thu Aug 13 09:33:44 2026] GET /v2.0/networks => generated 2167 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/458] 10.0.0.119 () {32 vars in 654 bytes} [Thu Aug 13 09:33:45 2026] GET /v2.0/floatingips => 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: 229/459] 10.0.0.119 () {32 vars in 646 bytes} [Thu Aug 13 09:33:45 2026] GET /v2.0/routers => generated 15 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/460] 10.0.0.119 () {32 vars in 642 bytes} [Thu Aug 13 09:33:46 2026] GET /v2.0/ports => generated 4717 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/461] 10.0.0.119 () {32 vars in 646 bytes} [Thu Aug 13 09:33:46 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: 232/462] 10.0.0.119 () {32 vars in 648 bytes} [Thu Aug 13 09:33:46 2026] GET /v2.0/networks => generated 2167 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/463] 10.0.0.119 () {32 vars in 662 bytes} [Thu Aug 13 09:33:46 2026] GET /v2.0/security-groups => generated 17393 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/464] 10.0.0.119 () {32 vars in 654 bytes} [Thu Aug 13 09:33:46 2026] GET /v2.0/subnetpools => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:33:57.533 7 INFO neutron.db.segments_db [None req-e097587d-6618-42e9-af55-7245641d7504 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Added segment ae0b19b0-71a7-4b3f-8c17-d38277c4633d of type vxlan for network 491addc8-18e0-44fa-ac4c-488193ccba60 [pid: 7|app: 0|req: 235/467] 10.0.0.119 () {34 vars in 670 bytes} [Thu Aug 13 09:33:57 2026] POST /v2.0/networks => generated 729 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:33:57.654 8 INFO neutron.db.segments_db [None req-64ad5e4e-48d3-4bf8-b5e6-bd7b17c898fa 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Added segment 1df4e917-cda5-4428-a71d-c89c9ecebfb6 of type vxlan for network 715630fd-72ad-442f-9896-81c9c7c87819 [pid: 8|app: 0|req: 233/468] 10.0.0.119 () {34 vars in 670 bytes} [Thu Aug 13 09:33:57 2026] POST /v2.0/networks => generated 729 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:33:57.831 7 INFO neutron.db.segments_db [None req-576557ee-90e0-49bd-ae47-944b16452bd9 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Added segment 9ba6512e-8d7b-45d5-a6a8-0fda06867ea1 of type vxlan for network c07651aa-5b93-4151-a8dd-56f4a56302c3 [pid: 7|app: 0|req: 236/469] 10.0.0.119 () {34 vars in 670 bytes} [Thu Aug 13 09:33:57 2026] POST /v2.0/networks => generated 725 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/470] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:33:57 2026] POST /v2.0/subnets => generated 695 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/471] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:33:57 2026] POST /v2.0/subnets => generated 691 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/472] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:33:57 2026] POST /v2.0/subnets => generated 695 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:33:58.139 8 INFO neutron.db.segments_db [None req-adbc6c75-a858-41bc-92ad-eb703290f864 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Added segment fbb4025f-b1e6-40b5-99cf-f3594c3b146b of type vxlan for network a37988fe-d552-41d2-b35d-63129651083b 2026-08-13 09:33:58.149 7 INFO neutron.db.segments_db [None req-735dde01-094f-4343-a767-a27adbcfae94 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Added segment 9d36c528-e18b-466f-b595-d3444b794255 of type vxlan for network 7dfc658a-9f4f-4074-8ea0-0c6986209ad7 2026-08-13 09:33:58.343 8 INFO neutron.db.l3_hamode_db [None req-adbc6c75-a858-41bc-92ad-eb703290f864 28b6a09e6ab04c07ad4946c75eecaf04 fac244b16f234264b6f8fd7611e2b85b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 09:33:58.387 7 INFO neutron.db.l3_hamode_db [None req-735dde01-094f-4343-a767-a27adbcfae94 28b6a09e6ab04c07ad4946c75eecaf04 dcadcd6089f7417ca404ef7224b06718 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 09:33:59.293 8 INFO neutron.db.l3_hamode_db [None req-adbc6c75-a858-41bc-92ad-eb703290f864 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 09:33:59.369 7 INFO neutron.db.l3_hamode_db [None req-735dde01-094f-4343-a767-a27adbcfae94 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 236/473] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:33:58 2026] POST /v2.0/routers => generated 735 bytes in 2402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:34:00.534 8 INFO neutron.db.segments_db [None req-180adcce-0fed-4938-af29-b1b76f4681c8 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Added segment c8a53926-7937-4c87-9963-7d4f704f5855 of type vxlan for network 76f05c5d-9105-42ac-83e0-711faed2edf1 [pid: 7|app: 0|req: 238/474] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:33:58 2026] POST /v2.0/routers => generated 731 bytes in 2545 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:34:00.755 8 INFO neutron.db.l3_hamode_db [None req-180adcce-0fed-4938-af29-b1b76f4681c8 28b6a09e6ab04c07ad4946c75eecaf04 4e236c334e524daf9c4eb8310eccea40 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 239/475] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:34:00 2026] GET /v2.0/security-groups?tenant_id=607b4a12b6374bb3a4794a32cae4f01c&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:34:01.471 8 INFO neutron.db.l3_hamode_db [None req-180adcce-0fed-4938-af29-b1b76f4681c8 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 240/476] 10.0.0.119 () {34 vars in 782 bytes} [Thu Aug 13 09:34:00 2026] PUT /v2.0/routers/930aaf37-1cc2-48a5-ae1b-47eaaf8589f3/add_router_interface => generated 309 bytes in 1101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/477] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:34:00 2026] POST /v2.0/routers => generated 735 bytes in 1824 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/478] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:34:02 2026] DELETE /v2.0/security-groups/e04fa799-3483-4f2f-a2a1-e46e76d1ecde => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/479] 10.0.0.119 () {34 vars in 782 bytes} [Thu Aug 13 09:34:01 2026] PUT /v2.0/routers/96ddd792-85ba-4c80-83e1-275544429ad7/add_router_interface => generated 309 bytes in 1161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/480] 10.0.0.119 () {34 vars in 684 bytes} [Thu Aug 13 09:34:03 2026] POST /v2.0/security-groups => generated 1660 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/481] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:34:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/482] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:34:03 2026] POST /v2.0/security-group-rules => generated 602 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/483] 10.0.0.119 () {34 vars in 782 bytes} [Thu Aug 13 09:34:02 2026] PUT /v2.0/routers/c6fd6084-cfec-4320-bccd-56660b6c2f3a/add_router_interface => generated 309 bytes in 1197 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/484] 10.0.0.119 () {34 vars in 675 bytes} [Thu Aug 13 09:34:03 2026] POST /v2.0/floatingips => generated 552 bytes in 566 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/485] 10.0.0.198 () {38 vars in 970 bytes} [Thu Aug 13 09:34:04 2026] POST /v2.0/security-groups => generated 1681 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/486] 10.0.0.198 () {38 vars in 970 bytes} [Thu Aug 13 09:34:04 2026] POST /v2.0/security-groups => generated 1681 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/487] 10.0.0.198 () {38 vars in 970 bytes} [Thu Aug 13 09:34:04 2026] POST /v2.0/security-groups => generated 1685 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/488] 10.0.0.198 () {38 vars in 970 bytes} [Thu Aug 13 09:34:04 2026] POST /v2.0/security-groups => generated 1682 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/489] 10.0.0.198 () {34 vars in 990 bytes} [Thu Aug 13 09:34:04 2026] GET /v2.0/security-groups/6e11ffbf-4520-43ab-b2c2-23d138d35684 => generated 1685 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/490] 10.0.0.198 () {34 vars in 1001 bytes} [Thu Aug 13 09:34:04 2026] GET /v2.0/security-groups?tenant_id=dcadcd6089f7417ca404ef7224b06718 => generated 7905 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/491] 10.0.0.198 () {34 vars in 990 bytes} [Thu Aug 13 09:34:04 2026] GET /v2.0/security-groups/53318485-4893-4ee6-855b-6b1ab11ef317 => generated 2918 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/492] 10.0.0.198 () {34 vars in 990 bytes} [Thu Aug 13 09:34:04 2026] GET /v2.0/security-groups/53318485-4893-4ee6-855b-6b1ab11ef317 => generated 2918 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/493] 10.0.0.198 () {38 vars in 980 bytes} [Thu Aug 13 09:34:04 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: 7|app: 0|req: 251/494] 10.0.0.198 () {34 vars in 990 bytes} [Thu Aug 13 09:34:04 2026] GET /v2.0/security-groups/dabb9ae2-0bb9-4c72-a7a3-f9f30240e93a => generated 1681 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/495] 10.0.0.198 () {36 vars in 1012 bytes} [Thu Aug 13 09:34:05 2026] DELETE /v2.0/security-groups/dabb9ae2-0bb9-4c72-a7a3-f9f30240e93a => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:34:05.162 7 INFO neutron.api.v2.resource [req-b0bccefc-71c3-4d85-a7d8-d727348a00f5 req-3fe54510-9b3e-4545-a64e-da4758bc711c 66ef131a9c954868981673eda26c2aa7 dcadcd6089f7417ca404ef7224b06718 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 253/496] 10.0.0.198 () {34 vars in 990 bytes} [Thu Aug 13 09:34:05 2026] GET /v2.0/security-groups/dabb9ae2-0bb9-4c72-a7a3-f9f30240e93a => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/497] 10.0.0.198 () {38 vars in 970 bytes} [Thu Aug 13 09:34:05 2026] POST /v2.0/security-groups => generated 1682 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/498] 10.0.0.198 () {34 vars in 990 bytes} [Thu Aug 13 09:34:05 2026] GET /v2.0/security-groups/b0de303c-43a7-49a1-876a-6f54559f7bf0 => generated 1682 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/499] 10.0.0.198 () {34 vars in 990 bytes} [Thu Aug 13 09:34:05 2026] GET /v2.0/security-groups/6aa24d00-9e08-4fef-ad9b-3e587cea78bd => generated 1681 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/500] 10.0.0.198 () {36 vars in 1012 bytes} [Thu Aug 13 09:34:05 2026] DELETE /v2.0/security-groups/6aa24d00-9e08-4fef-ad9b-3e587cea78bd => 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: 255/501] 10.0.0.198 () {38 vars in 980 bytes} [Thu Aug 13 09:34:05 2026] POST /v2.0/security-group-rules => generated 614 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:34:05.353 8 INFO neutron.api.v2.resource [req-42632fee-181e-4e3d-ae78-04c004e091e3 req-1f57e5ff-18da-4432-9566-a1de0c6e4f49 66ef131a9c954868981673eda26c2aa7 dcadcd6089f7417ca404ef7224b06718 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 247/502] 10.0.0.198 () {34 vars in 990 bytes} [Thu Aug 13 09:34:05 2026] GET /v2.0/security-groups/6aa24d00-9e08-4fef-ad9b-3e587cea78bd => 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: 256/503] 10.0.0.198 () {34 vars in 990 bytes} [Thu Aug 13 09:34:05 2026] GET /v2.0/security-groups/b0de303c-43a7-49a1-876a-6f54559f7bf0 => generated 2307 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/504] 10.0.0.198 () {34 vars in 990 bytes} [Thu Aug 13 09:34:05 2026] GET /v2.0/security-groups/7e621c5d-99bb-4104-a1fe-e5a5fd0cb295 => generated 1682 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/505] 10.0.0.198 () {38 vars in 980 bytes} [Thu Aug 13 09:34:05 2026] POST /v2.0/security-group-rules => generated 619 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/506] 10.0.0.198 () {36 vars in 1012 bytes} [Thu Aug 13 09:34:05 2026] DELETE /v2.0/security-groups/7e621c5d-99bb-4104-a1fe-e5a5fd0cb295 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:34:05.552 7 INFO neutron.api.v2.resource [req-d4d7209f-30cb-4230-b172-46a088ac4972 req-e3d424f0-f67a-4212-8777-4dd6b51486d4 66ef131a9c954868981673eda26c2aa7 dcadcd6089f7417ca404ef7224b06718 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 258/507] 10.0.0.198 () {34 vars in 990 bytes} [Thu Aug 13 09:34:05 2026] GET /v2.0/security-groups/7e621c5d-99bb-4104-a1fe-e5a5fd0cb295 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/508] 10.0.0.198 () {34 vars in 990 bytes} [Thu Aug 13 09:34:05 2026] GET /v2.0/security-groups/b0de303c-43a7-49a1-876a-6f54559f7bf0 => generated 2937 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/509] 10.0.0.198 () {34 vars in 1001 bytes} [Thu Aug 13 09:34:05 2026] GET /v2.0/security-groups?tenant_id=dcadcd6089f7417ca404ef7224b06718 => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/510] 10.0.0.198 () {34 vars in 1000 bytes} [Thu Aug 13 09:34:05 2026] GET /v2.0/security-group-rules/e14b702f-9b25-4c40-940b-578a79a07df4 => generated 616 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/511] 10.0.0.198 () {34 vars in 990 bytes} [Thu Aug 13 09:34:05 2026] GET /v2.0/security-groups/53318485-4893-4ee6-855b-6b1ab11ef317 => generated 2918 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/512] 10.0.0.198 () {34 vars in 990 bytes} [Thu Aug 13 09:34:05 2026] GET /v2.0/security-groups/b0de303c-43a7-49a1-876a-6f54559f7bf0 => generated 2937 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/513] 10.0.0.198 () {34 vars in 990 bytes} [Thu Aug 13 09:34:05 2026] GET /v2.0/security-groups/53318485-4893-4ee6-855b-6b1ab11ef317 => generated 2918 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:34:05.766 7 INFO neutron.api.v2.resource [req-558d7ae5-1de6-482c-8e1f-f209ec23b504 req-4419d936-c592-4596-bcc7-ab4cda641acb 66ef131a9c954868981673eda26c2aa7 dcadcd6089f7417ca404ef7224b06718 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 262/514] 10.0.0.198 () {34 vars in 990 bytes} [Thu Aug 13 09:34:05 2026] GET /v2.0/security-groups/7e621c5d-99bb-4104-a1fe-e5a5fd0cb295 => 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: 253/515] 10.0.0.198 () {36 vars in 1022 bytes} [Thu Aug 13 09:34:05 2026] DELETE /v2.0/security-group-rules/e14b702f-9b25-4c40-940b-578a79a07df4 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:34:05.803 7 INFO neutron.api.v2.resource [req-7062d664-2efa-43d4-b9b8-af6b9a07a545 req-2ae914f0-1d2c-478b-b41e-a033921c02b2 66ef131a9c954868981673eda26c2aa7 dcadcd6089f7417ca404ef7224b06718 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 263/516] 10.0.0.198 () {34 vars in 990 bytes} [Thu Aug 13 09:34:05 2026] GET /v2.0/security-groups/6aa24d00-9e08-4fef-ad9b-3e587cea78bd => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:34:05.839 7 INFO neutron.api.v2.resource [req-fe90aaec-b97a-4676-a106-160ba6aeb34f req-f7837322-d0f3-4de4-85e8-29f885c3867b 66ef131a9c954868981673eda26c2aa7 dcadcd6089f7417ca404ef7224b06718 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 264/517] 10.0.0.198 () {34 vars in 990 bytes} [Thu Aug 13 09:34:05 2026] GET /v2.0/security-groups/dabb9ae2-0bb9-4c72-a7a3-f9f30240e93a => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/518] 10.0.0.198 () {34 vars in 990 bytes} [Thu Aug 13 09:34:05 2026] GET /v2.0/security-groups/b0de303c-43a7-49a1-876a-6f54559f7bf0 => generated 2307 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/519] 10.0.0.198 () {36 vars in 1012 bytes} [Thu Aug 13 09:34:05 2026] DELETE /v2.0/security-groups/b0de303c-43a7-49a1-876a-6f54559f7bf0 => 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: 266/520] 10.0.0.198 () {34 vars in 990 bytes} [Thu Aug 13 09:34:05 2026] GET /v2.0/security-groups/6e11ffbf-4520-43ab-b2c2-23d138d35684 => generated 2310 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/521] 10.0.0.198 () {36 vars in 1012 bytes} [Thu Aug 13 09:34:06 2026] DELETE /v2.0/security-groups/6e11ffbf-4520-43ab-b2c2-23d138d35684 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:34:06.338 8 INFO neutron_taas.services.taas.taas_plugin [None req-85bd6f1f-6757-4f05-ae5d-36d0f299afed 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: d0087ee9-f343-46b4-9dc7-2975e7f4e17c 2026-08-13 09:34:06.348 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85bd6f1f-6757-4f05-ae5d-36d0f299afed 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: d0087ee9-f343-46b4-9dc7-2975e7f4e17c 2026-08-13 09:34:06.672 7 INFO neutron_taas.services.taas.taas_plugin [None req-9780fa19-b12e-4193-9529-9f867d899ba6 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: 89b592b8-cb0c-430c-8bf5-a7eb6b44c57b 2026-08-13 09:34:06.682 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9780fa19-b12e-4193-9529-9f867d899ba6 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: 89b592b8-cb0c-430c-8bf5-a7eb6b44c57b [pid: 8|app: 0|req: 255/522] 10.0.0.119 () {34 vars in 788 bytes} [Thu Aug 13 09:34:05 2026] PUT /v2.0/routers/96ddd792-85ba-4c80-83e1-275544429ad7/remove_router_interface => generated 309 bytes in 1615 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:34:07.689 8 INFO neutron_taas.services.taas.taas_plugin [None req-92bfe0c2-7ab4-4634-b690-0accbd736262 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: ecdd8e7d-880f-4ae9-b87c-ee7f4f4f9616 2026-08-13 09:34:07.692 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92bfe0c2-7ab4-4634-b690-0accbd736262 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: ecdd8e7d-880f-4ae9-b87c-ee7f4f4f9616 [pid: 7|app: 0|req: 268/523] 10.0.0.119 () {34 vars in 788 bytes} [Thu Aug 13 09:34:06 2026] PUT /v2.0/routers/c6fd6084-cfec-4320-bccd-56660b6c2f3a/remove_router_interface => generated 309 bytes in 1720 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:34:07.941 8 INFO neutron_taas.services.taas.taas_plugin [None req-92bfe0c2-7ab4-4634-b690-0accbd736262 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: 29b33477-37ee-4cd4-b973-496b57ee7d72 2026-08-13 09:34:07.944 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92bfe0c2-7ab4-4634-b690-0accbd736262 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: 29b33477-37ee-4cd4-b973-496b57ee7d72 2026-08-13 09:34:08.028 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-92bfe0c2-7ab4-4634-b690-0accbd736262 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-08-13 09:34:08.057 7 INFO neutron_taas.services.taas.taas_plugin [None req-475ee21c-3ecf-4008-a225-0607cfd8fcd9 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: ea58b497-b2aa-4840-9e1f-8a6663357d9a 2026-08-13 09:34:08.061 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-475ee21c-3ecf-4008-a225-0607cfd8fcd9 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: ea58b497-b2aa-4840-9e1f-8a6663357d9a 2026-08-13 09:34:08.316 7 INFO neutron_taas.services.taas.taas_plugin [None req-475ee21c-3ecf-4008-a225-0607cfd8fcd9 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: 4398654c-ebf5-4d7d-ac00-6ce8f7b608b1 2026-08-13 09:34:08.323 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-475ee21c-3ecf-4008-a225-0607cfd8fcd9 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: 4398654c-ebf5-4d7d-ac00-6ce8f7b608b1 2026-08-13 09:34:08.374 8 INFO neutron.db.l3_hamode_db [None req-92bfe0c2-7ab4-4634-b690-0accbd736262 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] HA network 7dfc658a-9f4f-4074-8ea0-0c6986209ad7 was deleted as no HA routers are present in tenant dcadcd6089f7417ca404ef7224b06718. [pid: 8|app: 0|req: 256/526] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:34:07 2026] DELETE /v2.0/routers/96ddd792-85ba-4c80-83e1-275544429ad7 => generated 0 bytes in 898 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:34:08.446 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-475ee21c-3ecf-4008-a225-0607cfd8fcd9 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - 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: 257/527] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:34:08 2026] DELETE /v2.0/subnets/80763126-35ef-44ba-a00c-f375f0261d28 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:34:08.666 8 INFO neutron_taas.services.taas.taas_plugin [None req-20cc20c2-dadf-4574-92d1-dcf1caca71f6 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: ddc21904-1b70-4b32-809f-84f1bb2fd643 2026-08-13 09:34:08.668 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20cc20c2-dadf-4574-92d1-dcf1caca71f6 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: ddc21904-1b70-4b32-809f-84f1bb2fd643 [pid: 8|app: 0|req: 258/528] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:34:08 2026] DELETE /v2.0/networks/c07651aa-5b93-4151-a8dd-56f4a56302c3 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:34:08.854 7 INFO neutron.db.l3_hamode_db [None req-475ee21c-3ecf-4008-a225-0607cfd8fcd9 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] HA network 76f05c5d-9105-42ac-83e0-711faed2edf1 was deleted as no HA routers are present in tenant 4e236c334e524daf9c4eb8310eccea40. [pid: 7|app: 0|req: 271/529] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:34:07 2026] DELETE /v2.0/routers/c6fd6084-cfec-4320-bccd-56660b6c2f3a => generated 0 bytes in 1010 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/530] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:34:08 2026] DELETE /v2.0/subnets/3a5258e6-f4f8-4235-95ac-6215a9755f2a => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:34:09.037 8 INFO neutron.services.segments.plugin [-] Segment 9d36c528-e18b-466f-b595-d3444b794255 resource provider aggregate not found 2026-08-13 09:34:09.073 8 INFO neutron.services.segments.plugin [-] Segment 9d36c528-e18b-466f-b595-d3444b794255 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d36c528-e18b-466f-b595-d3444b794255 found for delete ", "request_id": "req-e1b3ffc8-90a5-4e87-ba6e-5c6ccd4518b1"}]} 2026-08-13 09:34:09.087 8 INFO neutron.services.segments.plugin [-] Segment 9d36c528-e18b-466f-b595-d3444b794255 resource provider aggregate not found 2026-08-13 09:34:09.105 8 INFO neutron.services.segments.plugin [-] Segment 9d36c528-e18b-466f-b595-d3444b794255 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d36c528-e18b-466f-b595-d3444b794255 found for delete ", "request_id": "req-15356a37-02cc-47da-bb23-5ab668667f07"}]} [pid: 7|app: 0|req: 272/531] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:34:09 2026] DELETE /v2.0/networks/715630fd-72ad-442f-9896-81c9c7c87819 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/532] 10.0.0.198 () {34 vars in 1097 bytes} [Thu Aug 13 09:34:09 2026] GET /v2.0/security-groups?name=tempest-securitygroup--635429812&fields=id&tenant_id=fac244b16f234264b6f8fd7611e2b85b => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/533] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:34:09 2026] GET /v2.0/security-groups?tenant_id=dcadcd6089f7417ca404ef7224b06718&name=default => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/534] 10.0.0.198 () {34 vars in 981 bytes} [Thu Aug 13 09:34:09 2026] GET /v2.0/networks?id=491addc8-18e0-44fa-ac4c-488193ccba60 => generated 680 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/535] 10.0.0.198 () {34 vars in 964 bytes} [Thu Aug 13 09:34:09 2026] GET /v2.0/quotas/fac244b16f234264b6f8fd7611e2b85b => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/536] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:34:09 2026] DELETE /v2.0/security-groups/53318485-4893-4ee6-855b-6b1ab11ef317 => 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: 263/537] 10.0.0.198 () {34 vars in 1001 bytes} [Thu Aug 13 09:34:09 2026] GET /v2.0/ports?tenant_id=fac244b16f234264b6f8fd7611e2b85b&fields=id => generated 103 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:34:09.438 7 INFO neutron.services.segments.plugin [-] Segment c8a53926-7937-4c87-9963-7d4f704f5855 resource provider aggregate not found 2026-08-13 09:34:09.462 7 INFO neutron.services.segments.plugin [-] Segment c8a53926-7937-4c87-9963-7d4f704f5855 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8a53926-7937-4c87-9963-7d4f704f5855 found for delete ", "request_id": "req-65695c6d-c340-4c75-8915-8b81f39b8c4a"}]} [pid: 7|app: 0|req: 275/538] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:34:09 2026] GET /v2.0/security-groups?tenant_id=4e236c334e524daf9c4eb8310eccea40&name=default => generated 2921 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/539] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:34:09 2026] DELETE /v2.0/security-groups/52606b36-c008-4fb4-839d-3820699c0eeb => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:34:09.609 7 INFO neutron.services.segments.plugin [-] Segment c8a53926-7937-4c87-9963-7d4f704f5855 resource provider aggregate not found 2026-08-13 09:34:09.623 7 INFO neutron.services.segments.plugin [-] Segment c8a53926-7937-4c87-9963-7d4f704f5855 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8a53926-7937-4c87-9963-7d4f704f5855 found for delete ", "request_id": "req-a9b45a95-2968-4737-b82c-43b919a6bac8"}]} [pid: 7|app: 0|req: 276/540] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:34:09 2026] GET /v2.0/security-groups?tenant_id=08d0767245304d488c2e196c9d479a90&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/541] 10.0.0.198 () {34 vars in 906 bytes} [Thu Aug 13 09:34:09 2026] GET /v2.0/extensions => generated 21537 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/542] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:34:09 2026] DELETE /v2.0/security-groups/88e5b844-ee6f-4e34-9a99-38733f3ef507 => 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: 278/543] 10.0.0.198 () {34 vars in 1007 bytes} [Thu Aug 13 09:34:09 2026] GET /v2.0/networks/491addc8-18e0-44fa-ac4c-488193ccba60?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: 266/544] 10.0.0.198 () {34 vars in 1107 bytes} [Thu Aug 13 09:34:09 2026] GET /v2.0/networks/491addc8-18e0-44fa-ac4c-488193ccba60?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: 279/545] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:34:10 2026] GET /v2.0/security-groups?tenant_id=d6b6987a89144dd6936f205d66fff4de&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/546] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:34:10 2026] DELETE /v2.0/security-groups/88461599-1ef4-42c9-ab5c-115bd0b45aaa => 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: 280/547] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:10 2026] GET /v2.0/ports?device_id=866444ec-221d-49ae-8fd9-4d1f6d78022d => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:34:11.095 8 INFO neutron.services.segments.plugin [-] Segment 9ba6512e-8d7b-45d5-a6a8-0fda06867ea1 resource provider aggregate not found 2026-08-13 09:34:11.123 8 INFO neutron.services.segments.plugin [-] Segment 9ba6512e-8d7b-45d5-a6a8-0fda06867ea1 resource provider aggregate not found 2026-08-13 09:34:11.128 8 INFO neutron.services.segments.plugin [-] Segment 9ba6512e-8d7b-45d5-a6a8-0fda06867ea1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ba6512e-8d7b-45d5-a6a8-0fda06867ea1 found for delete ", "request_id": "req-57a2f70b-054a-4b90-a174-6e0e78a67b31"}]} 2026-08-13 09:34:11.145 8 INFO neutron.services.segments.plugin [-] Segment 9ba6512e-8d7b-45d5-a6a8-0fda06867ea1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ba6512e-8d7b-45d5-a6a8-0fda06867ea1 found for delete ", "request_id": "req-ee456e71-54d9-4920-b785-2353c6053b01"}]} 2026-08-13 09:34:11.480 7 INFO neutron.services.segments.plugin [-] Segment 1df4e917-cda5-4428-a71d-c89c9ecebfb6 resource provider aggregate not found 2026-08-13 09:34:11.503 7 INFO neutron.services.segments.plugin [-] Segment 1df4e917-cda5-4428-a71d-c89c9ecebfb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1df4e917-cda5-4428-a71d-c89c9ecebfb6 found for delete ", "request_id": "req-08f5ff84-5cc8-4f08-bc35-89fd5db670d1"}]} 2026-08-13 09:34:11.597 8 INFO neutron.db.segments_db [None req-d1cfa3e4-d203-4dec-bd5d-d704254b661f 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Added segment a4aa381a-da32-4b07-8e8c-bc37e2795329 of type vxlan for network c8617017-7df9-4d46-bb4b-a105ce294660 2026-08-13 09:34:11.646 7 INFO neutron.services.segments.plugin [-] Segment 1df4e917-cda5-4428-a71d-c89c9ecebfb6 resource provider aggregate not found 2026-08-13 09:34:11.664 7 INFO neutron.db.segments_db [None req-ae5f2511-f627-49d2-a85a-13f0eda425aa 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Added segment e7c0514c-2cf3-4c7b-bc19-9c355f476eae of type vxlan for network 70106bf9-d713-475d-b28e-347db6344971 2026-08-13 09:34:11.677 7 INFO neutron.services.segments.plugin [-] Segment 1df4e917-cda5-4428-a71d-c89c9ecebfb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1df4e917-cda5-4428-a71d-c89c9ecebfb6 found for delete ", "request_id": "req-69e4653a-d244-4ff7-a692-82df1e002dbc"}]} [pid: 8|app: 0|req: 268/548] 10.0.0.119 () {34 vars in 670 bytes} [Thu Aug 13 09:34:11 2026] POST /v2.0/networks => generated 718 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/549] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:11 2026] GET /v2.0/ports?device_id=866444ec-221d-49ae-8fd9-4d1f6d78022d => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/550] 10.0.0.119 () {34 vars in 670 bytes} [Thu Aug 13 09:34:11 2026] POST /v2.0/networks => generated 733 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/551] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:34:11 2026] POST /v2.0/subnets => generated 699 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/552] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:34:11 2026] POST /v2.0/subnets => generated 684 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:34:11.966 7 INFO neutron.db.segments_db [None req-73f9a1b1-59ad-4fe5-b52e-ef5ab4f9a622 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Added segment afd50667-1798-434b-b017-ba126732ec17 of type vxlan for network 13e2cde4-1498-4664-8dfc-e08b6fb460e4 2026-08-13 09:34:11.974 8 INFO neutron.db.segments_db [None req-4ae3a95c-b519-43f4-848b-d92c43e89d16 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Added segment 42fdfa07-7606-4868-ad53-5dc22c0dcc25 of type vxlan for network d0bb74b8-074c-45cb-a475-33319d17d9cb 2026-08-13 09:34:12.178 7 INFO neutron.db.l3_hamode_db [None req-73f9a1b1-59ad-4fe5-b52e-ef5ab4f9a622 28b6a09e6ab04c07ad4946c75eecaf04 8e121cdb06d84a65a0d639ee64c2b0c3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 09:34:12.180 8 INFO neutron.db.l3_hamode_db [None req-4ae3a95c-b519-43f4-848b-d92c43e89d16 28b6a09e6ab04c07ad4946c75eecaf04 e5685f8583274262af4e5610f8b9792e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 09:34:12.918 7 INFO neutron.db.l3_hamode_db [None req-73f9a1b1-59ad-4fe5-b52e-ef5ab4f9a622 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 09:34:12.951 8 INFO neutron.db.l3_hamode_db [None req-4ae3a95c-b519-43f4-848b-d92c43e89d16 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 283/553] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:34:11 2026] POST /v2.0/routers => generated 739 bytes in 1848 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/554] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:13 2026] GET /v2.0/ports?device_id=866444ec-221d-49ae-8fd9-4d1f6d78022d => 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: 271/555] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:34:11 2026] POST /v2.0/routers => generated 724 bytes in 1890 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/556] 10.0.0.119 () {34 vars in 782 bytes} [Thu Aug 13 09:34:13 2026] PUT /v2.0/routers/218dd5b3-6bf0-46c9-a88c-684102defd8c/add_router_interface => generated 309 bytes in 1183 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/557] 10.0.0.119 () {34 vars in 782 bytes} [Thu Aug 13 09:34:13 2026] PUT /v2.0/routers/539d0dff-8f69-490d-8b5a-083ad8110c31/add_router_interface => generated 309 bytes in 1173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/558] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:15 2026] GET /v2.0/ports?device_id=866444ec-221d-49ae-8fd9-4d1f6d78022d => 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: 286/559] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:34:14 2026] GET /v2.0/security-groups?tenant_id=b8dba31dea7b4dfc91432a52487afd13&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/560] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:34:15 2026] GET /v2.0/networks?id=491addc8-18e0-44fa-ac4c-488193ccba60 => generated 680 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/561] 199.204.45.61 () {34 vars in 909 bytes} [Thu Aug 13 09:34:15 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: 8|app: 0|req: 276/562] 199.204.45.61 () {34 vars in 1048 bytes} [Thu Aug 13 09:34:15 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fac244b16f234264b6f8fd7611e2b85b => generated 180 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/563] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:34:15 2026] DELETE /v2.0/security-groups/8c4ec2c1-e0bb-4f92-860b-631e5580eb4d => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/564] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:34:15 2026] GET /v2.0/security-groups?tenant_id=86c5bd25d61b4f08adcd82d1428590f3&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/565] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:34:15 2026] DELETE /v2.0/security-groups/039ed8b8-6542-4da2-9970-a3f774f50ac6 => 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: 277/566] 199.204.45.61 () {38 vars in 953 bytes} [Thu Aug 13 09:34:15 2026] POST /v2.0/ports => generated 954 bytes in 439 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: 290/567] 10.0.0.119 () {34 vars in 684 bytes} [Thu Aug 13 09:34:15 2026] POST /v2.0/security-groups => generated 1661 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/568] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:34:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/569] 10.0.0.119 () {34 vars in 684 bytes} [Thu Aug 13 09:34:15 2026] POST /v2.0/security-groups => generated 1660 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/570] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:34:15 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/571] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:34:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/572] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:34:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/573] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:16 2026] GET /v2.0/ports?device_id=866444ec-221d-49ae-8fd9-4d1f6d78022d => generated 957 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/574] 10.0.0.119 () {34 vars in 675 bytes} [Thu Aug 13 09:34:16 2026] POST /v2.0/floatingips => generated 552 bytes in 540 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/575] 10.0.0.119 () {34 vars in 675 bytes} [Thu Aug 13 09:34:16 2026] POST /v2.0/floatingips => generated 552 bytes in 685 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/576] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:16 2026] GET /v2.0/security-groups?id=f95960f6-943a-4f67-90b6-4f31d25cbc83&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: 294/577] 199.204.45.61 () {38 vars in 1026 bytes} [Thu Aug 13 09:34:16 2026] PUT /v2.0/ports/8737d802-f581-4f75-9d55-c01672e6ef16 => generated 1235 bytes in 525 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/578] 10.0.0.198 () {34 vars in 1099 bytes} [Thu Aug 13 09:34:17 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1074261977&fields=id&tenant_id=8e121cdb06d84a65a0d639ee64c2b0c3 => generated 69 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 295/579] 10.0.0.198 () {34 vars in 981 bytes} [Thu Aug 13 09:34:17 2026] GET /v2.0/networks?id=70106bf9-d713-475d-b28e-347db6344971 => generated 684 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/580] 10.0.0.198 () {34 vars in 964 bytes} [Thu Aug 13 09:34:17 2026] GET /v2.0/quotas/8e121cdb06d84a65a0d639ee64c2b0c3 => generated 292 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/581] 10.0.0.198 () {34 vars in 1001 bytes} [Thu Aug 13 09:34:17 2026] GET /v2.0/ports?tenant_id=8e121cdb06d84a65a0d639ee64c2b0c3&fields=id => generated 103 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/582] 10.0.0.198 () {34 vars in 1007 bytes} [Thu Aug 13 09:34:17 2026] GET /v2.0/networks/70106bf9-d713-475d-b28e-347db6344971?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: 297/583] 10.0.0.198 () {34 vars in 1107 bytes} [Thu Aug 13 09:34:17 2026] GET /v2.0/networks/70106bf9-d713-475d-b28e-347db6344971?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: 287/584] 10.0.0.198 () {34 vars in 1097 bytes} [Thu Aug 13 09:34:17 2026] GET /v2.0/security-groups?name=tempest-securitygroup--732878089&fields=id&tenant_id=e5685f8583274262af4e5610f8b9792e => 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: 298/585] 10.0.0.198 () {34 vars in 981 bytes} [Thu Aug 13 09:34:17 2026] GET /v2.0/networks?id=c8617017-7df9-4d46-bb4b-a105ce294660 => generated 669 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/586] 10.0.0.198 () {34 vars in 964 bytes} [Thu Aug 13 09:34:17 2026] GET /v2.0/quotas/e5685f8583274262af4e5610f8b9792e => 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: 299/587] 10.0.0.198 () {34 vars in 1001 bytes} [Thu Aug 13 09:34:17 2026] GET /v2.0/ports?tenant_id=e5685f8583274262af4e5610f8b9792e&fields=id => generated 57 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:34:17.719 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-054512ac-b2db-4caf-b245-cdab214c6195'] response: {'name': 'network-changed', 'server_uuid': '866444ec-221d-49ae-8fd9-4d1f6d78022d', 'tag': '8737d802-f581-4f75-9d55-c01672e6ef16', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 289/588] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:17 2026] GET /v2.0/ports?device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => 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: 300/589] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:18 2026] GET /v2.0/ports?device_id=866444ec-221d-49ae-8fd9-4d1f6d78022d => 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: 301/590] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:18 2026] GET /v2.0/security-groups?id=f95960f6-943a-4f67-90b6-4f31d25cbc83&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: 290/591] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:34:18 2026] GET /v2.0/ports?tenant_id=fac244b16f234264b6f8fd7611e2b85b&device_id=866444ec-221d-49ae-8fd9-4d1f6d78022d => generated 1238 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/592] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:34:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=8737d802-f581-4f75-9d55-c01672e6ef16 => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/593] 10.0.0.198 () {34 vars in 906 bytes} [Thu Aug 13 09:34:18 2026] GET /v2.0/extensions => generated 21537 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/594] 10.0.0.198 () {34 vars in 1007 bytes} [Thu Aug 13 09:34:18 2026] GET /v2.0/networks/c8617017-7df9-4d46-bb4b-a105ce294660?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/595] 10.0.0.198 () {34 vars in 1107 bytes} [Thu Aug 13 09:34:18 2026] GET /v2.0/networks/c8617017-7df9-4d46-bb4b-a105ce294660?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: 305/596] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:18 2026] GET /v2.0/ports?device_id=0071bced-8ef2-498f-b02c-ece3ac80ceb5 => 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: 292/597] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:34:18 2026] GET /v2.0/subnets?id=cb3775f3-16ad-408e-88a2-f70dee54c4fd => generated 698 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/598] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:34:18 2026] GET /v2.0/ports?network_id=491addc8-18e0-44fa-ac4c-488193ccba60&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/599] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:34:18 2026] GET /v2.0/networks/491addc8-18e0-44fa-ac4c-488193ccba60?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: 307/600] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:34:18 2026] GET /v2.0/networks/491addc8-18e0-44fa-ac4c-488193ccba60?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/601] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:18 2026] GET /v2.0/ports?device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => 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: 308/602] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:19 2026] GET /v2.0/ports?device_id=866444ec-221d-49ae-8fd9-4d1f6d78022d => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/603] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:19 2026] GET /v2.0/security-groups?id=f95960f6-943a-4f67-90b6-4f31d25cbc83&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/604] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:19 2026] GET /v2.0/ports?device_id=0071bced-8ef2-498f-b02c-ece3ac80ceb5 => 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: 296/605] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:34:19 2026] GET /v2.0/ports?tenant_id=fac244b16f234264b6f8fd7611e2b85b&device_id=866444ec-221d-49ae-8fd9-4d1f6d78022d => generated 1238 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/606] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:19 2026] GET /v2.0/ports?device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/607] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:34:19 2026] GET /v2.0/networks?id=491addc8-18e0-44fa-ac4c-488193ccba60 => generated 776 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/608] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:34:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=8737d802-f581-4f75-9d55-c01672e6ef16 => 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: 311/609] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:34:20 2026] GET /v2.0/subnets?id=cb3775f3-16ad-408e-88a2-f70dee54c4fd => generated 698 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/610] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:34:20 2026] GET /v2.0/ports?network_id=491addc8-18e0-44fa-ac4c-488193ccba60&device_owner=network%3Adhcp => generated 1244 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/611] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:34:20 2026] GET /v2.0/networks/491addc8-18e0-44fa-ac4c-488193ccba60?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: 300/612] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:34:20 2026] GET /v2.0/networks/491addc8-18e0-44fa-ac4c-488193ccba60?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: 313/613] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:20 2026] GET /v2.0/ports?device_id=866444ec-221d-49ae-8fd9-4d1f6d78022d => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/614] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:20 2026] GET /v2.0/security-groups?id=f95960f6-943a-4f67-90b6-4f31d25cbc83&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: 314/615] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:20 2026] GET /v2.0/ports?device_id=0071bced-8ef2-498f-b02c-ece3ac80ceb5 => 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: 302/616] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:21 2026] GET /v2.0/ports?device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => 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: 315/617] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:21 2026] GET /v2.0/ports?device_id=866444ec-221d-49ae-8fd9-4d1f6d78022d => 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: 303/618] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:21 2026] GET /v2.0/security-groups?id=f95960f6-943a-4f67-90b6-4f31d25cbc83&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/619] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:21 2026] GET /v2.0/ports?device_id=0071bced-8ef2-498f-b02c-ece3ac80ceb5 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/620] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:34:22 2026] GET /v2.0/networks?id=70106bf9-d713-475d-b28e-347db6344971 => generated 684 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/621] 199.204.45.61 () {34 vars in 1048 bytes} [Thu Aug 13 09:34:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8e121cdb06d84a65a0d639ee64c2b0c3 => generated 181 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/622] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:22 2026] GET /v2.0/ports?device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => 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: 319/623] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:34:22 2026] GET /v2.0/security-groups?tenant_id=0d8372e9ee3c4040a07c6d5426c19007&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: 305/624] 199.204.45.61 () {38 vars in 953 bytes} [Thu Aug 13 09:34:22 2026] POST /v2.0/ports => generated 958 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 320/625] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:34:22 2026] DELETE /v2.0/security-groups/ff07e98c-e586-4a33-aa3a-fae9d7d48cbd => 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: 323/628] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:34:22 2026] GET /v2.0/security-groups?tenant_id=b3fd23110ae34e9f98824506541a4d9a&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/629] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:22 2026] GET /v2.0/ports?device_id=866444ec-221d-49ae-8fd9-4d1f6d78022d => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/630] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:34:22 2026] DELETE /v2.0/security-groups/86272d55-2389-4a3d-b3eb-00bdc044d215 => 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: 326/631] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:22 2026] GET /v2.0/security-groups?id=f95960f6-943a-4f67-90b6-4f31d25cbc83&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: 327/632] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:23 2026] GET /v2.0/ports?device_id=0071bced-8ef2-498f-b02c-ece3ac80ceb5 => 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: 306/633] 199.204.45.61 () {38 vars in 1026 bytes} [Thu Aug 13 09:34:22 2026] PUT /v2.0/ports/a891876a-be34-45b9-b7a4-34d55e745334 => generated 1239 bytes in 506 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/634] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:23 2026] GET /v2.0/ports?device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => generated 973 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 307/635] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:23 2026] GET /v2.0/security-groups?id=e9f8a17a-2ce3-4b59-a17a-48afa33f7403&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:34:23.592 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-45e53491-f117-4519-b0c6-a6df232d7cbd'] response: {'name': 'network-changed', 'server_uuid': '952c75de-0d7d-40db-874e-ec21eb63c787', 'tag': 'a891876a-be34-45b9-b7a4-34d55e745334', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 308/636] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:34:24 2026] GET /v2.0/ports?tenant_id=8e121cdb06d84a65a0d639ee64c2b0c3&device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => generated 1242 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/637] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:24 2026] GET /v2.0/ports?device_id=0071bced-8ef2-498f-b02c-ece3ac80ceb5 => 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: 329/638] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:24 2026] GET /v2.0/ports?device_id=866444ec-221d-49ae-8fd9-4d1f6d78022d => generated 969 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/639] 199.204.45.61 () {34 vars in 1016 bytes} [Thu Aug 13 09:34:24 2026] GET /v2.0/networks?tenant_id=8e121cdb06d84a65a0d639ee64c2b0c3&shared=False => generated 780 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/640] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:24 2026] GET /v2.0/security-groups?id=f95960f6-943a-4f67-90b6-4f31d25cbc83&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: 311/641] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:34:24 2026] GET /v2.0/networks?id=c8617017-7df9-4d46-bb4b-a105ce294660 => generated 669 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/642] 199.204.45.61 () {34 vars in 928 bytes} [Thu Aug 13 09:34:24 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/643] 199.204.45.61 () {34 vars in 1048 bytes} [Thu Aug 13 09:34:24 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e5685f8583274262af4e5610f8b9792e => generated 180 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/644] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:24 2026] GET /v2.0/ports?device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => 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: 314/645] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:24 2026] GET /v2.0/security-groups?id=e9f8a17a-2ce3-4b59-a17a-48afa33f7403&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/646] 199.204.45.61 () {38 vars in 953 bytes} [Thu Aug 13 09:34:24 2026] POST /v2.0/ports => generated 954 bytes in 537 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 315/647] 199.204.45.61 () {38 vars in 1026 bytes} [Thu Aug 13 09:34:24 2026] PUT /v2.0/ports/88c7b160-9ecd-4c18-9e24-2cba257d21cc => generated 1235 bytes in 373 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/648] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:25 2026] GET /v2.0/ports?device_id=0071bced-8ef2-498f-b02c-ece3ac80ceb5 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 316/649] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:25 2026] GET /v2.0/security-groups?id=bab85e55-57d3-4e7f-94b9-9917687759c7&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: 334/650] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:34:25 2026] GET /v2.0/ports?tenant_id=8e121cdb06d84a65a0d639ee64c2b0c3&device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => generated 1242 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/651] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:25 2026] GET /v2.0/ports?device_id=866444ec-221d-49ae-8fd9-4d1f6d78022d => generated 969 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/652] 199.204.45.61 () {34 vars in 1058 bytes} [Thu Aug 13 09:34:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=a891876a-be34-45b9-b7a4-34d55e745334 => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/653] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:34:25 2026] GET /v2.0/subnets?id=8c69d7c6-704d-4154-9efe-673add301b8a => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/654] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:25 2026] GET /v2.0/security-groups?id=f95960f6-943a-4f67-90b6-4f31d25cbc83&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/655] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:34:25 2026] GET /v2.0/ports?network_id=70106bf9-d713-475d-b28e-347db6344971&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: 337/656] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:34:25 2026] GET /v2.0/networks/70106bf9-d713-475d-b28e-347db6344971?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: 320/657] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:34:25 2026] GET /v2.0/networks/70106bf9-d713-475d-b28e-347db6344971?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:34:25.680 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-70959bbb-818b-4ea0-ba18-d558509d7bc1'] response: {'name': 'network-changed', 'server_uuid': '0071bced-8ef2-498f-b02c-ece3ac80ceb5', 'tag': '88c7b160-9ecd-4c18-9e24-2cba257d21cc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 338/658] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:25 2026] GET /v2.0/ports?device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/659] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:25 2026] GET /v2.0/security-groups?id=e9f8a17a-2ce3-4b59-a17a-48afa33f7403&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/660] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:34:26 2026] GET /v2.0/ports?tenant_id=e5685f8583274262af4e5610f8b9792e&device_id=0071bced-8ef2-498f-b02c-ece3ac80ceb5 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/661] 199.204.45.61 () {34 vars in 1016 bytes} [Thu Aug 13 09:34:26 2026] GET /v2.0/networks?tenant_id=e5685f8583274262af4e5610f8b9792e&shared=False => generated 765 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/662] 199.204.45.61 () {34 vars in 928 bytes} [Thu Aug 13 09:34:26 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/663] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:26 2026] GET /v2.0/ports?device_id=0071bced-8ef2-498f-b02c-ece3ac80ceb5 => 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: 341/664] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:26 2026] GET /v2.0/security-groups?id=bab85e55-57d3-4e7f-94b9-9917687759c7&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: 324/665] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:26 2026] GET /v2.0/ports?device_id=866444ec-221d-49ae-8fd9-4d1f6d78022d => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/666] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:26 2026] GET /v2.0/security-groups?id=f95960f6-943a-4f67-90b6-4f31d25cbc83&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: 325/667] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:26 2026] GET /v2.0/ports?device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/668] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:26 2026] GET /v2.0/security-groups?id=e9f8a17a-2ce3-4b59-a17a-48afa33f7403&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/669] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:34:27 2026] GET /v2.0/ports?tenant_id=e5685f8583274262af4e5610f8b9792e&device_id=0071bced-8ef2-498f-b02c-ece3ac80ceb5 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/670] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:34:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=88c7b160-9ecd-4c18-9e24-2cba257d21cc => 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: 327/671] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:34:27 2026] GET /v2.0/subnets?id=71f4251e-bf9f-4864-a90b-ce0e9673475d => generated 687 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/672] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:34:27 2026] GET /v2.0/ports?network_id=c8617017-7df9-4d46-bb4b-a105ce294660&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/673] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:34:27 2026] GET /v2.0/networks/c8617017-7df9-4d46-bb4b-a105ce294660?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: 346/674] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:34:27 2026] GET /v2.0/networks/c8617017-7df9-4d46-bb4b-a105ce294660?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/675] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:27 2026] GET /v2.0/ports?device_id=0071bced-8ef2-498f-b02c-ece3ac80ceb5 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/676] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:27 2026] GET /v2.0/security-groups?id=bab85e55-57d3-4e7f-94b9-9917687759c7&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/677] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:27 2026] GET /v2.0/ports?device_id=866444ec-221d-49ae-8fd9-4d1f6d78022d => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/678] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:27 2026] GET /v2.0/security-groups?id=f95960f6-943a-4f67-90b6-4f31d25cbc83&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: 331/679] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:28 2026] GET /v2.0/ports?device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => generated 973 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/680] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:28 2026] GET /v2.0/security-groups?id=e9f8a17a-2ce3-4b59-a17a-48afa33f7403&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/681] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:28 2026] GET /v2.0/ports?device_id=0071bced-8ef2-498f-b02c-ece3ac80ceb5 => 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: 332/682] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:34:28 2026] GET /v2.0/security-groups?tenant_id=2a9b61175a604bac9dc9a88b838b03e8&name=default => generated 2925 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/683] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:28 2026] GET /v2.0/security-groups?id=bab85e55-57d3-4e7f-94b9-9917687759c7&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: 351/684] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:28 2026] GET /v2.0/ports?device_id=866444ec-221d-49ae-8fd9-4d1f6d78022d => 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: 352/685] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:28 2026] GET /v2.0/security-groups?id=f95960f6-943a-4f67-90b6-4f31d25cbc83&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: 334/686] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:34:28 2026] DELETE /v2.0/security-groups/a46c5da0-63bb-4d1c-9924-a3824ac86f16 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/687] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:29 2026] GET /v2.0/ports?device_id=866444ec-221d-49ae-8fd9-4d1f6d78022d => 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: 354/688] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:29 2026] GET /v2.0/ports?device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => generated 973 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/689] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:29 2026] GET /v2.0/security-groups?id=e9f8a17a-2ce3-4b59-a17a-48afa33f7403&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:34:29.659 8 INFO neutron.db.l3_db [None req-2897636c-925d-48b5-b741-969318bce5b4 a445b7a37cb04345ae23a0e6f36a0edb fac244b16f234264b6f8fd7611e2b85b - - default default] Floating IP 809e9590-df84-4a74-a27c-c6032137074a associated. External IP: 10.96.250.209, port: 8737d802-f581-4f75-9d55-c01672e6ef16. [pid: 8|app: 0|req: 335/690] 10.0.0.119 () {34 vars in 748 bytes} [Thu Aug 13 09:34:29 2026] PUT /v2.0/floatingips/809e9590-df84-4a74-a27c-c6032137074a => generated 855 bytes in 803 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:34:29.991 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9afb22eb-e24f-4cae-a72c-b60616f29c26'] response: {'name': 'network-changed', 'server_uuid': '866444ec-221d-49ae-8fd9-4d1f6d78022d', 'tag': '8737d802-f581-4f75-9d55-c01672e6ef16', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 336/691] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:30 2026] GET /v2.0/ports?device_id=0071bced-8ef2-498f-b02c-ece3ac80ceb5 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/692] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:30 2026] GET /v2.0/security-groups?id=bab85e55-57d3-4e7f-94b9-9917687759c7&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: 356/693] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:29 2026] GET /v2.0/ports?device_id=866444ec-221d-49ae-8fd9-4d1f6d78022d => generated 971 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/694] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:30 2026] GET /v2.0/security-groups?id=f95960f6-943a-4f67-90b6-4f31d25cbc83&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: 357/695] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:30 2026] GET /v2.0/ports?device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/696] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:34:30 2026] GET /v2.0/ports?tenant_id=fac244b16f234264b6f8fd7611e2b85b&device_id=866444ec-221d-49ae-8fd9-4d1f6d78022d => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/697] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:30 2026] GET /v2.0/security-groups?id=e9f8a17a-2ce3-4b59-a17a-48afa33f7403&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/698] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:34:30 2026] GET /v2.0/networks?id=491addc8-18e0-44fa-ac4c-488193ccba60 => generated 776 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/699] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:30 2026] GET /v2.0/ports?device_id=866444ec-221d-49ae-8fd9-4d1f6d78022d => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/700] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:30 2026] GET /v2.0/security-groups?id=f95960f6-943a-4f67-90b6-4f31d25cbc83&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/701] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:34:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=8737d802-f581-4f75-9d55-c01672e6ef16 => generated 858 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/702] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:34:30 2026] GET /v2.0/subnets?id=cb3775f3-16ad-408e-88a2-f70dee54c4fd => generated 698 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/703] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:34:30 2026] GET /v2.0/ports?network_id=491addc8-18e0-44fa-ac4c-488193ccba60&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: 343/704] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:34:30 2026] GET /v2.0/networks/491addc8-18e0-44fa-ac4c-488193ccba60?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/705] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:34:30 2026] GET /v2.0/networks/491addc8-18e0-44fa-ac4c-488193ccba60?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: 344/706] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:31 2026] GET /v2.0/ports?device_id=0071bced-8ef2-498f-b02c-ece3ac80ceb5 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/707] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:31 2026] GET /v2.0/security-groups?id=bab85e55-57d3-4e7f-94b9-9917687759c7&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: 364/708] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:31 2026] GET /v2.0/ports?device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/709] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:31 2026] GET /v2.0/security-groups?id=e9f8a17a-2ce3-4b59-a17a-48afa33f7403&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/710] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:31 2026] GET /v2.0/ports?device_id=866444ec-221d-49ae-8fd9-4d1f6d78022d => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/711] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:31 2026] GET /v2.0/ports?device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => 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: 345/712] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:34:31 2026] GET /v2.0/security-groups?tenant_id=b31c20769b9a40ecaf887b381b1cfc49&name=default => generated 2925 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/713] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:31 2026] GET /v2.0/security-groups?id=f95960f6-943a-4f67-90b6-4f31d25cbc83&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/714] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:34:31 2026] DELETE /v2.0/security-groups/9413f629-3beb-4876-bb24-64aa9da2da6c => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:34:32.235 8 INFO neutron.db.l3_db [None req-a66de3cd-ef78-4521-a270-49fb55ae16e6 bbc73cf5b7124540b0c1da115ab9fdff 8e121cdb06d84a65a0d639ee64c2b0c3 - - default default] Floating IP fa1c5aa2-2444-4138-889a-c2c86b363dac associated. External IP: 10.96.250.218, port: a891876a-be34-45b9-b7a4-34d55e745334. [pid: 7|app: 0|req: 370/715] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:32 2026] GET /v2.0/ports?device_id=0071bced-8ef2-498f-b02c-ece3ac80ceb5 => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/716] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:32 2026] GET /v2.0/security-groups?id=bab85e55-57d3-4e7f-94b9-9917687759c7&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: 8|app: 0|req: 346/717] 10.0.0.119 () {34 vars in 748 bytes} [Thu Aug 13 09:34:31 2026] PUT /v2.0/floatingips/fa1c5aa2-2444-4138-889a-c2c86b363dac => generated 856 bytes in 655 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:34:32.618 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bec13725-ac8d-4ca6-9845-5b165dcfc8c1'] response: {'name': 'network-changed', 'server_uuid': '952c75de-0d7d-40db-874e-ec21eb63c787', 'tag': 'a891876a-be34-45b9-b7a4-34d55e745334', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 372/718] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:32 2026] GET /v2.0/ports?device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/719] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:32 2026] GET /v2.0/security-groups?id=e9f8a17a-2ce3-4b59-a17a-48afa33f7403&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/720] 199.204.45.61 () {34 vars in 992 bytes} [Thu Aug 13 09:34:32 2026] GET /v2.0/ports?device_id=866444ec-221d-49ae-8fd9-4d1f6d78022d => 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: 348/721] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:33 2026] GET /v2.0/ports?device_id=866444ec-221d-49ae-8fd9-4d1f6d78022d => 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: 349/722] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:33 2026] GET /v2.0/security-groups?id=f95960f6-943a-4f67-90b6-4f31d25cbc83&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/723] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:34:33 2026] GET /v2.0/ports?tenant_id=8e121cdb06d84a65a0d639ee64c2b0c3&device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => 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: 351/724] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:34:33 2026] GET /v2.0/networks?id=70106bf9-d713-475d-b28e-347db6344971 => generated 780 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/725] 199.204.45.61 () {34 vars in 1058 bytes} [Thu Aug 13 09:34:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=a891876a-be34-45b9-b7a4-34d55e745334 => generated 859 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/726] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:34:33 2026] GET /v2.0/subnets?id=8c69d7c6-704d-4154-9efe-673add301b8a => generated 702 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/727] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:34:33 2026] GET /v2.0/ports?network_id=70106bf9-d713-475d-b28e-347db6344971&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/728] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:34:33 2026] GET /v2.0/networks/70106bf9-d713-475d-b28e-347db6344971?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/729] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:34:33 2026] GET /v2.0/networks/70106bf9-d713-475d-b28e-347db6344971?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-08-13 09:34:33.569 7 INFO neutron_taas.services.taas.taas_plugin [req-107c5f2a-81d0-4e15-b397-b0c37f10f424 req-40484744-e9f9-4f37-898a-4399b71cab7e a445b7a37cb04345ae23a0e6f36a0edb fac244b16f234264b6f8fd7611e2b85b - - default default] TaaS: Handle Delete Port: 8737d802-f581-4f75-9d55-c01672e6ef16 2026-08-13 09:34:33.577 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-107c5f2a-81d0-4e15-b397-b0c37f10f424 req-40484744-e9f9-4f37-898a-4399b71cab7e a445b7a37cb04345ae23a0e6f36a0edb fac244b16f234264b6f8fd7611e2b85b - - default default] Tap Mirror: Handle Delete Port: 8737d802-f581-4f75-9d55-c01672e6ef16 [pid: 8|app: 0|req: 357/730] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:33 2026] GET /v2.0/ports?device_id=0071bced-8ef2-498f-b02c-ece3ac80ceb5 => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/731] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:33 2026] GET /v2.0/security-groups?id=bab85e55-57d3-4e7f-94b9-9917687759c7&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-08-13 09:34:33.838 7 INFO neutron.db.l3_db [req-107c5f2a-81d0-4e15-b397-b0c37f10f424 req-40484744-e9f9-4f37-898a-4399b71cab7e a445b7a37cb04345ae23a0e6f36a0edb fac244b16f234264b6f8fd7611e2b85b - - default default] Floating IP 809e9590-df84-4a74-a27c-c6032137074a disassociated. External IP: 10.96.250.209, port: 8737d802-f581-4f75-9d55-c01672e6ef16. [pid: 8|app: 0|req: 359/732] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:33 2026] GET /v2.0/ports?device_id=0071bced-8ef2-498f-b02c-ece3ac80ceb5 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:34:34.236 8 INFO neutron.db.l3_db [None req-989709b0-e8a7-4efa-b4f3-aa0f045807f5 80f41164cbac4a7f81ce0d51eedfae88 e5685f8583274262af4e5610f8b9792e - - default default] Floating IP cb200405-a93b-4b09-b699-fea90d5f747c associated. External IP: 10.96.250.220, port: 88c7b160-9ecd-4c18-9e24-2cba257d21cc. [pid: 7|app: 0|req: 374/733] 199.204.45.61 () {36 vars in 995 bytes} [Thu Aug 13 09:34:33 2026] DELETE /v2.0/ports/8737d802-f581-4f75-9d55-c01672e6ef16 => generated 0 bytes in 1246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:34:34.346 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-190d1912-939b-4669-86a6-7e4e6d00bd13'] response: {'server_uuid': '866444ec-221d-49ae-8fd9-4d1f6d78022d', 'name': 'network-vif-deleted', 'tag': '8737d802-f581-4f75-9d55-c01672e6ef16', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 375/734] 10.0.0.119 () {32 vars in 652 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions => generated 21537 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/735] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/ports?device_id=866444ec-221d-49ae-8fd9-4d1f6d78022d => 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: 377/736] 10.0.0.119 () {32 vars in 680 bytes} [Thu Aug 13 09:34: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: 378/737] 10.0.0.119 () {32 vars in 680 bytes} [Thu Aug 13 09:34: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: 379/738] 10.0.0.119 () {32 vars in 728 bytes} [Thu Aug 13 09:34: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: 380/739] 10.0.0.119 () {32 vars in 664 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/740] 10.0.0.119 () {32 vars in 698 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/741] 10.0.0.119 () {32 vars in 696 bytes} [Thu Aug 13 09:34:34 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: 383/742] 10.0.0.119 () {32 vars in 700 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/743] 10.0.0.119 () {32 vars in 688 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/744] 10.0.0.119 () {32 vars in 702 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/745] 10.0.0.119 () {32 vars in 692 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/746] 10.0.0.119 () {32 vars in 694 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/747] 10.0.0.119 () {32 vars in 684 bytes} [Thu Aug 13 09:34:34 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: 389/748] 10.0.0.119 () {32 vars in 686 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/749] 10.0.0.119 () {32 vars in 660 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/750] 10.0.0.119 () {34 vars in 748 bytes} [Thu Aug 13 09:34:33 2026] PUT /v2.0/floatingips/cb200405-a93b-4b09-b699-fea90d5f747c => generated 855 bytes in 729 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/751] 10.0.0.119 () {32 vars in 698 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/752] 10.0.0.119 () {32 vars in 678 bytes} [Thu Aug 13 09:34: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: 392/753] 10.0.0.119 () {32 vars in 682 bytes} [Thu Aug 13 09:34: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: 8|app: 0|req: 362/754] 10.0.0.119 () {32 vars in 674 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/755] 10.0.0.119 () {32 vars in 688 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/756] 10.0.0.119 () {32 vars in 722 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/757] 10.0.0.119 () {32 vars in 686 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/758] 10.0.0.119 () {32 vars in 668 bytes} [Thu Aug 13 09:34: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: 397/759] 10.0.0.119 () {32 vars in 686 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:34:34.674 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8068fd78-8e4a-4090-886c-1927151bb2b3'] response: {'name': 'network-changed', 'server_uuid': '0071bced-8ef2-498f-b02c-ece3ac80ceb5', 'tag': '88c7b160-9ecd-4c18-9e24-2cba257d21cc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 398/760] 10.0.0.119 () {32 vars in 680 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/761] 10.0.0.119 () {32 vars in 698 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/762] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/ports?device_id=0071bced-8ef2-498f-b02c-ece3ac80ceb5 => 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: 400/763] 10.0.0.119 () {32 vars in 678 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/764] 10.0.0.119 () {32 vars in 666 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/router => generated 256 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/765] 10.0.0.119 () {32 vars in 676 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/766] 10.0.0.119 () {32 vars in 664 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/767] 10.0.0.119 () {32 vars in 674 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/768] 10.0.0.119 () {32 vars in 712 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/769] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/security-groups?id=bab85e55-57d3-4e7f-94b9-9917687759c7&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: 406/770] 10.0.0.119 () {32 vars in 690 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/771] 10.0.0.119 () {32 vars in 682 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/772] 10.0.0.119 () {32 vars in 668 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/773] 10.0.0.119 () {32 vars in 686 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/774] 10.0.0.119 () {32 vars in 704 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/775] 10.0.0.119 () {32 vars in 674 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/776] 10.0.0.119 () {32 vars in 700 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/777] 10.0.0.119 () {32 vars in 674 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/778] 10.0.0.119 () {32 vars in 692 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/779] 10.0.0.119 () {32 vars in 688 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/780] 10.0.0.119 () {32 vars in 708 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/781] 10.0.0.119 () {32 vars in 704 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/782] 10.0.0.119 () {32 vars in 718 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/783] 10.0.0.119 () {32 vars in 696 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/784] 10.0.0.119 () {32 vars in 710 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/785] 10.0.0.119 () {32 vars in 668 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/binding => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/786] 10.0.0.119 () {32 vars in 686 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/787] 10.0.0.119 () {32 vars in 680 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/788] 10.0.0.119 () {32 vars in 674 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/789] 10.0.0.119 () {32 vars in 670 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/790] 10.0.0.119 () {32 vars in 660 bytes} [Thu Aug 13 09:34:34 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: 375/791] 10.0.0.119 () {32 vars in 698 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/792] 10.0.0.119 () {32 vars in 698 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/793] 10.0.0.119 () {32 vars in 676 bytes} [Thu Aug 13 09:34:34 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/794] 10.0.0.119 () {32 vars in 668 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/795] 10.0.0.119 () {32 vars in 682 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/796] 10.0.0.119 () {32 vars in 700 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/797] 10.0.0.119 () {32 vars in 684 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/798] 10.0.0.119 () {32 vars in 706 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/799] 10.0.0.119 () {32 vars in 668 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/800] 10.0.0.119 () {32 vars in 696 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/801] 10.0.0.119 () {32 vars in 694 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/802] 10.0.0.119 () {32 vars in 684 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/803] 10.0.0.119 () {32 vars in 688 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/804] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/ports?device_id=0071bced-8ef2-498f-b02c-ece3ac80ceb5 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/805] 10.0.0.119 () {32 vars in 704 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/806] 10.0.0.119 () {32 vars in 666 bytes} [Thu Aug 13 09:34:35 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: 423/807] 10.0.0.119 () {32 vars in 680 bytes} [Thu Aug 13 09:34:35 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: 424/808] 10.0.0.119 () {32 vars in 680 bytes} [Thu Aug 13 09:34:35 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: 425/809] 10.0.0.119 () {32 vars in 690 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/810] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/security-groups?id=bab85e55-57d3-4e7f-94b9-9917687759c7&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: 426/811] 10.0.0.119 () {32 vars in 690 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/812] 10.0.0.119 () {32 vars in 694 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/813] 10.0.0.119 () {32 vars in 684 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/814] 10.0.0.119 () {32 vars in 688 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/815] 10.0.0.119 () {32 vars in 700 bytes} [Thu Aug 13 09:34:35 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: 8|app: 0|req: 390/816] 10.0.0.119 () {32 vars in 702 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/817] 10.0.0.119 () {32 vars in 712 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/818] 10.0.0.119 () {32 vars in 716 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/819] 10.0.0.119 () {32 vars in 714 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/820] 10.0.0.119 () {32 vars in 726 bytes} [Thu Aug 13 09:34:35 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: 427/821] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/ports?tenant_id=e5685f8583274262af4e5610f8b9792e&device_id=0071bced-8ef2-498f-b02c-ece3ac80ceb5 => generated 1240 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/822] 10.0.0.119 () {32 vars in 740 bytes} [Thu Aug 13 09:34:35 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: 8|app: 0|req: 396/823] 10.0.0.119 () {32 vars in 718 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/824] 10.0.0.119 () {32 vars in 682 bytes} [Thu Aug 13 09:34:35 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: 398/825] 10.0.0.119 () {32 vars in 668 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/826] 10.0.0.119 () {32 vars in 718 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/827] 10.0.0.119 () {32 vars in 678 bytes} [Thu Aug 13 09:34:35 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: 8|app: 0|req: 401/828] 10.0.0.119 () {32 vars in 668 bytes} [Thu Aug 13 09:34:35 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: 428/829] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/networks?id=c8617017-7df9-4d46-bb4b-a105ce294660 => generated 765 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/830] 10.0.0.119 () {32 vars in 696 bytes} [Thu Aug 13 09:34:35 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: 8|app: 0|req: 403/831] 10.0.0.119 () {32 vars in 704 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/832] 10.0.0.119 () {32 vars in 700 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/833] 10.0.0.119 () {32 vars in 700 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/834] 10.0.0.119 () {32 vars in 682 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/835] 10.0.0.119 () {32 vars in 704 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/836] 10.0.0.119 () {32 vars in 694 bytes} [Thu Aug 13 09:34:35 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: 429/837] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=88c7b160-9ecd-4c18-9e24-2cba257d21cc => generated 858 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/838] 10.0.0.119 () {32 vars in 688 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/839] 10.0.0.119 () {32 vars in 696 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/840] 10.0.0.119 () {32 vars in 678 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/841] 10.0.0.119 () {32 vars in 688 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/842] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/subnets?id=71f4251e-bf9f-4864-a90b-ce0e9673475d => generated 687 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/843] 10.0.0.119 () {32 vars in 700 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/844] 10.0.0.119 () {32 vars in 664 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/845] 10.0.0.119 () {32 vars in 680 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/846] 10.0.0.119 () {32 vars in 676 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/847] 10.0.0.119 () {32 vars in 692 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/848] 10.0.0.119 () {32 vars in 676 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/849] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/ports?network_id=c8617017-7df9-4d46-bb4b-a105ce294660&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/850] 10.0.0.119 () {32 vars in 666 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/851] 10.0.0.119 () {32 vars in 662 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/852] 10.0.0.119 () {32 vars in 674 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/853] 10.0.0.119 () {32 vars in 686 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/854] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/networks/c8617017-7df9-4d46-bb4b-a105ce294660?fields=segments => generated 14 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/855] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/ports?device_id=866444ec-221d-49ae-8fd9-4d1f6d78022d => 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: 423/856] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:34:35 2026] GET /v2.0/networks/c8617017-7df9-4d46-bb4b-a105ce294660?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: 424/857] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:36 2026] GET /v2.0/ports?device_id=0071bced-8ef2-498f-b02c-ece3ac80ceb5 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/858] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:34:36 2026] GET /v2.0/security-groups?tenant_id=aa2df1f42822476fbf1d8d6b5751b24d&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: 425/859] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:36 2026] GET /v2.0/security-groups?id=bab85e55-57d3-4e7f-94b9-9917687759c7&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: 435/860] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:34:36 2026] DELETE /v2.0/security-groups/248a01b5-eb72-43ba-bb81-c770a46cc663 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/861] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:36 2026] GET /v2.0/ports?device_id=866444ec-221d-49ae-8fd9-4d1f6d78022d => 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: 436/862] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:37 2026] GET /v2.0/ports?device_id=0071bced-8ef2-498f-b02c-ece3ac80ceb5 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/863] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:37 2026] GET /v2.0/security-groups?id=bab85e55-57d3-4e7f-94b9-9917687759c7&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: 437/864] 199.204.45.61 () {34 vars in 992 bytes} [Thu Aug 13 09:34:37 2026] GET /v2.0/ports?device_id=0071bced-8ef2-498f-b02c-ece3ac80ceb5 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:34:37.770 8 INFO neutron_taas.services.taas.taas_plugin [req-7c565d52-db31-415b-9976-e19888abb430 req-806e230c-9af9-44b8-8650-aa725b9b8fe0 80f41164cbac4a7f81ce0d51eedfae88 e5685f8583274262af4e5610f8b9792e - - default default] TaaS: Handle Delete Port: 88c7b160-9ecd-4c18-9e24-2cba257d21cc 2026-08-13 09:34:37.775 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7c565d52-db31-415b-9976-e19888abb430 req-806e230c-9af9-44b8-8650-aa725b9b8fe0 80f41164cbac4a7f81ce0d51eedfae88 e5685f8583274262af4e5610f8b9792e - - default default] Tap Mirror: Handle Delete Port: 88c7b160-9ecd-4c18-9e24-2cba257d21cc [pid: 7|app: 0|req: 440/867] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:37 2026] GET /v2.0/ports?device_id=866444ec-221d-49ae-8fd9-4d1f6d78022d => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:34:37.982 8 INFO neutron.db.l3_db [req-7c565d52-db31-415b-9976-e19888abb430 req-806e230c-9af9-44b8-8650-aa725b9b8fe0 80f41164cbac4a7f81ce0d51eedfae88 e5685f8583274262af4e5610f8b9792e - - default default] Floating IP cb200405-a93b-4b09-b699-fea90d5f747c disassociated. External IP: 10.96.250.220, port: 88c7b160-9ecd-4c18-9e24-2cba257d21cc. [pid: 8|app: 0|req: 428/868] 199.204.45.61 () {36 vars in 995 bytes} [Thu Aug 13 09:34:37 2026] DELETE /v2.0/ports/88c7b160-9ecd-4c18-9e24-2cba257d21cc => generated 0 bytes in 776 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:34:38.409 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-197c6629-4836-45a9-bea0-f63d95909c02'] response: {'server_uuid': '0071bced-8ef2-498f-b02c-ece3ac80ceb5', 'name': 'network-vif-deleted', 'tag': '88c7b160-9ecd-4c18-9e24-2cba257d21cc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 429/869] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:38 2026] GET /v2.0/ports?device_id=0071bced-8ef2-498f-b02c-ece3ac80ceb5 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:34:38.737 7 INFO neutron.db.segments_db [None req-4401057b-d3a7-4b69-9290-73d7d56a53f2 625d768557b04085bb1f83248e4be2db ee8f6e1438da4c4aa61d2a010f6c7d32 - - default default] Added segment e163dd86-588e-4e0b-b192-76e83d509b02 of type vxlan for network 0e2e1ff3-1475-4d4e-8477-a66f37414af7 [pid: 7|app: 0|req: 441/870] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:34:38 2026] POST /v2.0/networks => generated 631 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/871] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:34:38 2026] DELETE /v2.0/security-groups/f95960f6-943a-4f67-90b6-4f31d25cbc83 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:34:38.998 7 INFO neutron.api.v2.resource [None req-bf7484fd-75b4-4861-a58a-306c9152bf36 a445b7a37cb04345ae23a0e6f36a0edb fac244b16f234264b6f8fd7611e2b85b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 443/872] 10.0.0.119 () {32 vars in 736 bytes} [Thu Aug 13 09:34:38 2026] GET /v2.0/security-groups/f95960f6-943a-4f67-90b6-4f31d25cbc83 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/873] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:34:38 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) 2026-08-13 09:34:39.110 7 INFO neutron_taas.services.taas.taas_plugin [None req-44126651-2f05-4900-aab7-78945b576591 a445b7a37cb04345ae23a0e6f36a0edb fac244b16f234264b6f8fd7611e2b85b - - default default] TaaS: Handle Delete Port: dd0b17c3-1467-47f8-8a67-746d1aa3b7b3 2026-08-13 09:34:39.114 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44126651-2f05-4900-aab7-78945b576591 a445b7a37cb04345ae23a0e6f36a0edb fac244b16f234264b6f8fd7611e2b85b - - default default] Tap Mirror: Handle Delete Port: dd0b17c3-1467-47f8-8a67-746d1aa3b7b3 2026-08-13 09:34:39.124 8 INFO neutron.db.segments_db [None req-29f84f1c-d8e7-48dd-a8e5-707b15fd5cb0 625d768557b04085bb1f83248e4be2db ee8f6e1438da4c4aa61d2a010f6c7d32 - - default default] Added segment ee0f8343-eeba-451e-b43d-1af5bc1659b9 of type vxlan for network 33392e11-07d4-4fc9-9736-ac5ff4461aac [pid: 7|app: 0|req: 444/874] 10.0.0.119 () {32 vars in 731 bytes} [Thu Aug 13 09:34:39 2026] DELETE /v2.0/floatingips/809e9590-df84-4a74-a27c-c6032137074a => generated 0 bytes in 274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:34:39.350 8 INFO neutron.db.l3_hamode_db [None req-29f84f1c-d8e7-48dd-a8e5-707b15fd5cb0 625d768557b04085bb1f83248e4be2db ee8f6e1438da4c4aa61d2a010f6c7d32 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 09:34:39.649 7 INFO neutron_taas.services.taas.taas_plugin [None req-ddcb11be-8ddc-4f66-a048-16c0bc6383db 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: ddcc74f0-d709-4d06-a8fd-46dc98eaa36f 2026-08-13 09:34:39.652 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddcb11be-8ddc-4f66-a048-16c0bc6383db 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: ddcc74f0-d709-4d06-a8fd-46dc98eaa36f 2026-08-13 09:34:40.099 8 INFO neutron.db.l3_hamode_db [None req-29f84f1c-d8e7-48dd-a8e5-707b15fd5cb0 625d768557b04085bb1f83248e4be2db ee8f6e1438da4c4aa61d2a010f6c7d32 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 445/875] 10.0.0.119 () {34 vars in 788 bytes} [Thu Aug 13 09:34:39 2026] PUT /v2.0/routers/930aaf37-1cc2-48a5-ae1b-47eaaf8589f3/remove_router_interface => generated 309 bytes in 859 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/876] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:40 2026] GET /v2.0/ports?device_id=0071bced-8ef2-498f-b02c-ece3ac80ceb5 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:34:40.378 7 INFO neutron_taas.services.taas.taas_plugin [None req-c62d70af-039d-4967-9726-85c841796ce7 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: 0ab6d0a2-8d29-4210-99de-e8cf89de4f11 2026-08-13 09:34:40.382 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c62d70af-039d-4967-9726-85c841796ce7 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: 0ab6d0a2-8d29-4210-99de-e8cf89de4f11 2026-08-13 09:34:40.646 7 INFO neutron_taas.services.taas.taas_plugin [None req-c62d70af-039d-4967-9726-85c841796ce7 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: 22697d54-8aed-4902-a7ed-45a8f483df16 2026-08-13 09:34:40.651 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c62d70af-039d-4967-9726-85c841796ce7 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: 22697d54-8aed-4902-a7ed-45a8f483df16 2026-08-13 09:34:41.048 7 INFO neutron.services.segments.plugin [-] Segment fbb4025f-b1e6-40b5-99cf-f3594c3b146b resource provider aggregate not found 2026-08-13 09:34:41.056 7 INFO neutron.services.segments.plugin [-] Segment fbb4025f-b1e6-40b5-99cf-f3594c3b146b resource provider aggregate not found 2026-08-13 09:34:41.066 7 INFO neutron.services.segments.plugin [-] Segment fbb4025f-b1e6-40b5-99cf-f3594c3b146b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbb4025f-b1e6-40b5-99cf-f3594c3b146b found for delete ", "request_id": "req-12d32091-c711-45de-beb6-ec90881c4299"}]} 2026-08-13 09:34:41.080 7 INFO neutron.services.segments.plugin [-] Segment fbb4025f-b1e6-40b5-99cf-f3594c3b146b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbb4025f-b1e6-40b5-99cf-f3594c3b146b found for delete ", "request_id": "req-e8d72188-a17f-4ad0-86a4-09d07a37f7c0"}]} 2026-08-13 09:34:41.081 7 INFO neutron.db.l3_hamode_db [None req-c62d70af-039d-4967-9726-85c841796ce7 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] HA network a37988fe-d552-41d2-b35d-63129651083b was deleted as no HA routers are present in tenant fac244b16f234264b6f8fd7611e2b85b. [pid: 7|app: 0|req: 447/877] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:34:40 2026] DELETE /v2.0/routers/930aaf37-1cc2-48a5-ae1b-47eaaf8589f3 => generated 0 bytes in 923 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/878] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:34:41 2026] DELETE /v2.0/subnets/cb3775f3-16ad-408e-88a2-f70dee54c4fd => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/879] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:41 2026] GET /v2.0/ports?device_id=0071bced-8ef2-498f-b02c-ece3ac80ceb5 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:34:41.371 7 INFO neutron_taas.services.taas.taas_plugin [None req-41c1202c-093f-4a36-89cc-7026508b5406 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: 545f6e3c-14a8-4737-9e0e-248422487230 2026-08-13 09:34:41.373 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41c1202c-093f-4a36-89cc-7026508b5406 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: 545f6e3c-14a8-4737-9e0e-248422487230 [pid: 8|app: 0|req: 431/880] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:34:39 2026] POST /v2.0/routers => generated 695 bytes in 2331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/881] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:34:41 2026] DELETE /v2.0/networks/491addc8-18e0-44fa-ac4c-488193ccba60 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/882] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:34:41 2026] GET /v2.0/security-groups?tenant_id=fac244b16f234264b6f8fd7611e2b85b&name=default => generated 2921 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/883] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:34:41 2026] DELETE /v2.0/security-groups/45f88a9f-d79c-4fb1-902c-be7d28e43224 => 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: 432/884] 10.0.0.119 () {34 vars in 782 bytes} [Thu Aug 13 09:34:41 2026] PUT /v2.0/routers/f725ac07-6f26-484d-bf6a-919bfc3e59b8/add_router_interface => generated 309 bytes in 1054 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/885] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:34:42 2026] DELETE /v2.0/security-groups/bab85e55-57d3-4e7f-94b9-9917687759c7 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:34:42.511 7 INFO neutron.api.v2.resource [None req-6d5a2ba8-5737-448c-9ab9-87f6ce37607a 80f41164cbac4a7f81ce0d51eedfae88 e5685f8583274262af4e5610f8b9792e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 454/886] 10.0.0.119 () {32 vars in 736 bytes} [Thu Aug 13 09:34:42 2026] GET /v2.0/security-groups/bab85e55-57d3-4e7f-94b9-9917687759c7 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:34:42.615 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c9d44e4-19b0-48ed-80f5-1b6ad76dd400 80f41164cbac4a7f81ce0d51eedfae88 e5685f8583274262af4e5610f8b9792e - - default default] TaaS: Handle Delete Port: cc3501dc-8172-426c-bc37-8b5d123ede33 2026-08-13 09:34:42.619 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c9d44e4-19b0-48ed-80f5-1b6ad76dd400 80f41164cbac4a7f81ce0d51eedfae88 e5685f8583274262af4e5610f8b9792e - - default default] Tap Mirror: Handle Delete Port: cc3501dc-8172-426c-bc37-8b5d123ede33 [pid: 7|app: 0|req: 455/887] 10.0.0.119 () {32 vars in 731 bytes} [Thu Aug 13 09:34:42 2026] DELETE /v2.0/floatingips/cb200405-a93b-4b09-b699-fea90d5f747c => generated 0 bytes in 245 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/888] 10.0.0.119 () {34 vars in 664 bytes} [Thu Aug 13 09:34:42 2026] POST /v2.0/ports => generated 959 bytes in 332 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-08-13 09:34:43.097 7 INFO neutron.services.segments.plugin [-] Segment ae0b19b0-71a7-4b3f-8c17-d38277c4633d resource provider aggregate not found 2026-08-13 09:34:43.098 7 INFO neutron.services.segments.plugin [-] Segment ae0b19b0-71a7-4b3f-8c17-d38277c4633d resource provider aggregate not found 2026-08-13 09:34:43.116 7 INFO neutron.services.segments.plugin [-] Segment ae0b19b0-71a7-4b3f-8c17-d38277c4633d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae0b19b0-71a7-4b3f-8c17-d38277c4633d found for delete ", "request_id": "req-b414068b-8f0d-476c-b6a1-37e010fa2844"}]} 2026-08-13 09:34:43.134 7 INFO neutron.services.segments.plugin [-] Segment ae0b19b0-71a7-4b3f-8c17-d38277c4633d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae0b19b0-71a7-4b3f-8c17-d38277c4633d found for delete ", "request_id": "req-996cce8f-a501-4f9b-ac69-98f235605c7a"}]} 2026-08-13 09:34:43.159 7 INFO neutron_taas.services.taas.taas_plugin [None req-43933cc2-44eb-4726-92eb-9dd70309470f 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: 2462ea58-797a-498c-aa39-e3c59d776c52 2026-08-13 09:34:43.162 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43933cc2-44eb-4726-92eb-9dd70309470f 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: 2462ea58-797a-498c-aa39-e3c59d776c52 [pid: 8|app: 0|req: 434/889] 10.0.0.119 () {34 vars in 664 bytes} [Thu Aug 13 09:34:42 2026] POST /v2.0/ports => generated 959 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 456/890] 10.0.0.119 () {34 vars in 788 bytes} [Thu Aug 13 09:34:42 2026] PUT /v2.0/routers/539d0dff-8f69-490d-8b5a-083ad8110c31/remove_router_interface => generated 309 bytes in 959 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:34:43.937 7 INFO neutron.db.segments_db [None req-866973f9-ed0b-4613-b9b9-4f2d9fd8403a 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Added segment d70ce2f2-e799-4193-b9f9-d262e7666ffc of type vxlan for network d9447d7b-8fd2-4d2b-a70a-66c1851e0655 2026-08-13 09:34:43.969 8 INFO neutron.db.l3_db [None req-41a55bf4-dbad-4f45-b695-af940fe08ceb 625d768557b04085bb1f83248e4be2db ee8f6e1438da4c4aa61d2a010f6c7d32 - - default default] Floating IP ae422218-d551-4a80-aa87-d6c8075260f0 associated. External IP: 10.96.250.204, port: 242ca220-f014-4093-807c-88e9716fe47b. [pid: 7|app: 0|req: 457/891] 10.0.0.119 () {34 vars in 670 bytes} [Thu Aug 13 09:34:43 2026] POST /v2.0/networks => generated 725 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:34:44.196 7 INFO neutron_taas.services.taas.taas_plugin [None req-6dbba085-c943-4cfc-b67f-a96c37ef1b9e 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: c0acece7-a558-419a-8a8a-bd7e3757aecf 2026-08-13 09:34:44.198 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6dbba085-c943-4cfc-b67f-a96c37ef1b9e 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: c0acece7-a558-419a-8a8a-bd7e3757aecf [pid: 8|app: 0|req: 435/892] 10.0.0.119 () {34 vars in 676 bytes} [Thu Aug 13 09:34:43 2026] POST /v2.0/floatingips => generated 843 bytes in 1081 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:34:44.503 7 INFO neutron_taas.services.taas.taas_plugin [None req-6dbba085-c943-4cfc-b67f-a96c37ef1b9e 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: 0490b0e6-fcac-40e1-8983-4375f13c2ff5 2026-08-13 09:34:44.505 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6dbba085-c943-4cfc-b67f-a96c37ef1b9e 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: 0490b0e6-fcac-40e1-8983-4375f13c2ff5 [pid: 8|app: 0|req: 436/893] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:34:44 2026] POST /v2.0/subnets => generated 691 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/894] 10.0.0.69 () {34 vars in 988 bytes} [Thu Aug 13 09:34:44 2026] GET /v2.0/ports?device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => generated 1244 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:34:44.776 8 INFO neutron.db.l3_db [None req-430e619d-21af-4351-afd3-e622a69cae86 625d768557b04085bb1f83248e4be2db ee8f6e1438da4c4aa61d2a010f6c7d32 - - default default] Floating IP ae422218-d551-4a80-aa87-d6c8075260f0 disassociated. External IP: 10.96.250.204, port: 242ca220-f014-4093-807c-88e9716fe47b. 2026-08-13 09:34:44.866 7 INFO neutron.db.l3_hamode_db [None req-6dbba085-c943-4cfc-b67f-a96c37ef1b9e 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] HA network d0bb74b8-074c-45cb-a475-33319d17d9cb was deleted as no HA routers are present in tenant e5685f8583274262af4e5610f8b9792e. [pid: 7|app: 0|req: 458/895] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:34:44 2026] DELETE /v2.0/routers/539d0dff-8f69-490d-8b5a-083ad8110c31 => generated 0 bytes in 854 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:34:44.907 7 INFO neutron.db.segments_db [None req-9fb29fb0-1ad0-49ca-b103-09cb946fac13 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Added segment 483f3485-fbb6-41f7-b81e-18358884cecb of type vxlan for network 00d5d461-40ba-4ade-b862-5d3ac71f9787 [pid: 8|app: 0|req: 438/896] 10.0.0.119 () {34 vars in 748 bytes} [Thu Aug 13 09:34:44 2026] PUT /v2.0/floatingips/ae422218-d551-4a80-aa87-d6c8075260f0 => generated 552 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:34:45.117 7 INFO neutron.db.l3_hamode_db [None req-9fb29fb0-1ad0-49ca-b103-09cb946fac13 28b6a09e6ab04c07ad4946c75eecaf04 5da2fc1ba2bb46d590187c89e37eee69 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 439/897] 10.0.0.69 () {34 vars in 1038 bytes} [Thu Aug 13 09:34:45 2026] GET /v2.0/security-groups?id=e9f8a17a-2ce3-4b59-a17a-48afa33f7403&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-08-13 09:34:45.158 7 INFO neutron.services.segments.plugin [-] Segment 42fdfa07-7606-4868-ad53-5dc22c0dcc25 resource provider aggregate not found 2026-08-13 09:34:45.164 7 INFO neutron.services.segments.plugin [-] Segment 42fdfa07-7606-4868-ad53-5dc22c0dcc25 resource provider aggregate not found 2026-08-13 09:34:45.176 7 INFO neutron.services.segments.plugin [-] Segment 42fdfa07-7606-4868-ad53-5dc22c0dcc25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42fdfa07-7606-4868-ad53-5dc22c0dcc25 found for delete ", "request_id": "req-61f1998f-f495-4cdd-b0c4-fc31c1dfa0e1"}]} 2026-08-13 09:34:45.187 7 INFO neutron.services.segments.plugin [-] Segment 42fdfa07-7606-4868-ad53-5dc22c0dcc25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42fdfa07-7606-4868-ad53-5dc22c0dcc25 found for delete ", "request_id": "req-8fae168d-36f2-416c-b750-74120da922fb"}]} [pid: 8|app: 0|req: 440/898] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:34:45 2026] DELETE /v2.0/subnets/71f4251e-bf9f-4864-a90b-ce0e9673475d => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:34:45.333 8 INFO neutron_taas.services.taas.taas_plugin [None req-99bf5f7f-92ba-463f-9d13-3806c9fa8c6f 625d768557b04085bb1f83248e4be2db ee8f6e1438da4c4aa61d2a010f6c7d32 - - default default] TaaS: Handle Delete Port: 4be34b7a-c535-4145-aec4-ca43142e24d7 2026-08-13 09:34:45.335 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99bf5f7f-92ba-463f-9d13-3806c9fa8c6f 625d768557b04085bb1f83248e4be2db ee8f6e1438da4c4aa61d2a010f6c7d32 - - default default] Tap Mirror: Handle Delete Port: 4be34b7a-c535-4145-aec4-ca43142e24d7 [pid: 8|app: 0|req: 441/899] 10.0.0.119 () {32 vars in 731 bytes} [Thu Aug 13 09:34:45 2026] DELETE /v2.0/floatingips/ae422218-d551-4a80-aa87-d6c8075260f0 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:34:45.580 8 INFO neutron_taas.services.taas.taas_plugin [None req-550d69b9-5d0f-488f-874b-780e3cf5b0ac 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: c0f2dc80-0734-4195-8f71-2b8e2fa00f12 2026-08-13 09:34:45.583 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-550d69b9-5d0f-488f-874b-780e3cf5b0ac 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: c0f2dc80-0734-4195-8f71-2b8e2fa00f12 2026-08-13 09:34:45.756 8 INFO neutron.services.segments.plugin [-] Segment a4aa381a-da32-4b07-8e8c-bc37e2795329 resource provider aggregate not found 2026-08-13 09:34:45.763 8 INFO neutron.services.segments.plugin [-] Segment a4aa381a-da32-4b07-8e8c-bc37e2795329 resource provider aggregate not found 2026-08-13 09:34:45.779 8 INFO neutron.services.segments.plugin [-] Segment a4aa381a-da32-4b07-8e8c-bc37e2795329 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4aa381a-da32-4b07-8e8c-bc37e2795329 found for delete ", "request_id": "req-18dfaeee-a387-431f-9854-e54dbb416e69"}]} 2026-08-13 09:34:45.786 8 INFO neutron.services.segments.plugin [-] Segment a4aa381a-da32-4b07-8e8c-bc37e2795329 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4aa381a-da32-4b07-8e8c-bc37e2795329 found for delete ", "request_id": "req-0da34601-a27e-439c-bc31-72a226a4c7e4"}]} [pid: 8|app: 0|req: 442/900] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:34:45 2026] DELETE /v2.0/networks/c8617017-7df9-4d46-bb4b-a105ce294660 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:34:45.941 7 INFO neutron.db.l3_hamode_db [None req-9fb29fb0-1ad0-49ca-b103-09cb946fac13 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 09:34:46.487 8 INFO neutron.db.l3_db [None req-a0d00801-6169-4927-a264-3a8d4349bd02 625d768557b04085bb1f83248e4be2db ee8f6e1438da4c4aa61d2a010f6c7d32 - - default default] Floating IP 9d468e26-ee5a-41a2-b4b4-82871858725a associated. External IP: 10.96.250.206, port: 908c51a5-f17c-4fd4-bdc6-581770118ef7. [pid: 7|app: 0|req: 459/901] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:34:44 2026] POST /v2.0/routers => generated 731 bytes in 1913 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/902] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:34:46 2026] GET /v2.0/security-groups?tenant_id=e5685f8583274262af4e5610f8b9792e&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: 443/903] 10.0.0.119 () {34 vars in 676 bytes} [Thu Aug 13 09:34:45 2026] POST /v2.0/floatingips => generated 843 bytes in 1093 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/904] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:34:46 2026] DELETE /v2.0/security-groups/fa6b0dac-01c6-4f80-b0af-b177605d4885 => 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: 445/905] 10.0.0.119 () {32 vars in 728 bytes} [Thu Aug 13 09:34:46 2026] GET /v2.0/floatingips/9d468e26-ee5a-41a2-b4b4-82871858725a => generated 843 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/906] 10.0.0.119 () {32 vars in 654 bytes} [Thu Aug 13 09:34:47 2026] GET /v2.0/floatingips => generated 846 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:34:47.494 8 INFO neutron.db.l3_db [None req-7a0996cf-4450-4c54-bf15-24e805451474 625d768557b04085bb1f83248e4be2db ee8f6e1438da4c4aa61d2a010f6c7d32 - - default default] Floating IP 9d468e26-ee5a-41a2-b4b4-82871858725a associated. External IP: 10.96.250.206, port: 908c51a5-f17c-4fd4-bdc6-581770118ef7. [pid: 7|app: 0|req: 461/907] 10.0.0.119 () {34 vars in 782 bytes} [Thu Aug 13 09:34:46 2026] PUT /v2.0/routers/3c9f58d7-9808-445c-8707-864fabf3a79e/add_router_interface => generated 309 bytes in 1035 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/908] 10.0.0.119 () {34 vars in 748 bytes} [Thu Aug 13 09:34:47 2026] PUT /v2.0/floatingips/9d468e26-ee5a-41a2-b4b4-82871858725a => generated 843 bytes in 923 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:34:48.141 7 INFO neutron.db.l3_db [None req-85842a34-fa78-4f2a-9c95-15938dbc7bae 625d768557b04085bb1f83248e4be2db ee8f6e1438da4c4aa61d2a010f6c7d32 - - default default] Floating IP 9d468e26-ee5a-41a2-b4b4-82871858725a disassociated. External IP: 10.96.250.206, port: 242ca220-f014-4093-807c-88e9716fe47b. [pid: 7|app: 0|req: 462/909] 10.0.0.119 () {34 vars in 748 bytes} [Thu Aug 13 09:34:48 2026] PUT /v2.0/floatingips/9d468e26-ee5a-41a2-b4b4-82871858725a => generated 552 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:34:48.527 8 INFO neutron_taas.services.taas.taas_plugin [None req-559dee36-afdd-4904-af2a-8fdcef9685db 625d768557b04085bb1f83248e4be2db ee8f6e1438da4c4aa61d2a010f6c7d32 - - default default] TaaS: Handle Delete Port: be0c9113-ac07-4ff5-aa4b-1f213e345091 2026-08-13 09:34:48.529 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-559dee36-afdd-4904-af2a-8fdcef9685db 625d768557b04085bb1f83248e4be2db ee8f6e1438da4c4aa61d2a010f6c7d32 - - default default] Tap Mirror: Handle Delete Port: be0c9113-ac07-4ff5-aa4b-1f213e345091 [pid: 7|app: 0|req: 463/910] 10.0.0.119 () {34 vars in 684 bytes} [Thu Aug 13 09:34:48 2026] POST /v2.0/security-groups => generated 1659 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/911] 10.0.0.119 () {32 vars in 731 bytes} [Thu Aug 13 09:34:48 2026] DELETE /v2.0/floatingips/9d468e26-ee5a-41a2-b4b4-82871858725a => generated 0 bytes in 274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:34:48.734 8 INFO neutron.api.v2.resource [None req-1ae9e6b5-e60e-4ac9-b344-8c9fcf49ded4 625d768557b04085bb1f83248e4be2db ee8f6e1438da4c4aa61d2a010f6c7d32 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 449/912] 10.0.0.119 () {32 vars in 731 bytes} [Thu Aug 13 09:34:48 2026] DELETE /v2.0/floatingips/9d468e26-ee5a-41a2-b4b4-82871858725a => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/913] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:34:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/914] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:34:48 2026] POST /v2.0/security-group-rules => generated 602 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:34:48.926 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f160388-dac2-44ba-a786-10116148722a 625d768557b04085bb1f83248e4be2db ee8f6e1438da4c4aa61d2a010f6c7d32 - - default default] TaaS: Handle Delete Port: 242ca220-f014-4093-807c-88e9716fe47b 2026-08-13 09:34:48.928 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f160388-dac2-44ba-a786-10116148722a 625d768557b04085bb1f83248e4be2db ee8f6e1438da4c4aa61d2a010f6c7d32 - - default default] Tap Mirror: Handle Delete Port: 242ca220-f014-4093-807c-88e9716fe47b [pid: 8|app: 0|req: 450/915] 10.0.0.119 () {32 vars in 719 bytes} [Thu Aug 13 09:34:48 2026] DELETE /v2.0/ports/242ca220-f014-4093-807c-88e9716fe47b => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:34:49.131 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c1b9e1a-086c-4c46-a891-f5b443707a34 625d768557b04085bb1f83248e4be2db ee8f6e1438da4c4aa61d2a010f6c7d32 - - default default] TaaS: Handle Delete Port: 908c51a5-f17c-4fd4-bdc6-581770118ef7 2026-08-13 09:34:49.134 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c1b9e1a-086c-4c46-a891-f5b443707a34 625d768557b04085bb1f83248e4be2db ee8f6e1438da4c4aa61d2a010f6c7d32 - - default default] Tap Mirror: Handle Delete Port: 908c51a5-f17c-4fd4-bdc6-581770118ef7 [pid: 8|app: 0|req: 451/916] 10.0.0.119 () {32 vars in 719 bytes} [Thu Aug 13 09:34:49 2026] DELETE /v2.0/ports/908c51a5-f17c-4fd4-bdc6-581770118ef7 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/917] 10.0.0.119 () {32 vars in 735 bytes} [Thu Aug 13 09:34:49 2026] GET /v2.0/ports?device_id=f725ac07-6f26-484d-bf6a-919bfc3e59b8 => generated 958 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/918] 10.0.0.119 () {34 vars in 675 bytes} [Thu Aug 13 09:34:48 2026] POST /v2.0/floatingips => generated 552 bytes in 546 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:34:49.736 8 INFO neutron_taas.services.taas.taas_plugin [None req-c3594c6a-ebe7-4864-b354-f3062e863f85 625d768557b04085bb1f83248e4be2db ee8f6e1438da4c4aa61d2a010f6c7d32 - - default default] TaaS: Handle Delete Port: 96379f5b-8c5f-4aa9-b623-3ece87744c07 2026-08-13 09:34:49.741 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3594c6a-ebe7-4864-b354-f3062e863f85 625d768557b04085bb1f83248e4be2db ee8f6e1438da4c4aa61d2a010f6c7d32 - - default default] Tap Mirror: Handle Delete Port: 96379f5b-8c5f-4aa9-b623-3ece87744c07 [pid: 7|app: 0|req: 467/919] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:34:49 2026] GET /v2.0/security-groups?tenant_id=d797849154ae4ca797b2bd8def7c2d82&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/920] 10.0.0.198 () {34 vars in 1095 bytes} [Thu Aug 13 09:34:50 2026] GET /v2.0/security-groups?name=tempest-securitygroup--56262116&fields=id&tenant_id=5da2fc1ba2bb46d590187c89e37eee69 => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/921] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:34:50 2026] DELETE /v2.0/security-groups/11e7d9a4-b43c-49c8-893f-18ee6e19c606 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/922] 10.0.0.119 () {34 vars in 788 bytes} [Thu Aug 13 09:34:49 2026] PUT /v2.0/routers/f725ac07-6f26-484d-bf6a-919bfc3e59b8/remove_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: 470/923] 10.0.0.198 () {34 vars in 981 bytes} [Thu Aug 13 09:34:50 2026] GET /v2.0/networks?id=d9447d7b-8fd2-4d2b-a70a-66c1851e0655 => generated 676 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/924] 10.0.0.198 () {34 vars in 964 bytes} [Thu Aug 13 09:34:50 2026] GET /v2.0/quotas/5da2fc1ba2bb46d590187c89e37eee69 => generated 292 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/925] 10.0.0.198 () {34 vars in 1001 bytes} [Thu Aug 13 09:34:50 2026] GET /v2.0/ports?tenant_id=5da2fc1ba2bb46d590187c89e37eee69&fields=id => generated 103 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/926] 10.0.0.198 () {34 vars in 1007 bytes} [Thu Aug 13 09:34:50 2026] GET /v2.0/networks/d9447d7b-8fd2-4d2b-a70a-66c1851e0655?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: 474/927] 10.0.0.198 () {34 vars in 1107 bytes} [Thu Aug 13 09:34:50 2026] GET /v2.0/networks/d9447d7b-8fd2-4d2b-a70a-66c1851e0655?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) 2026-08-13 09:34:50.652 8 INFO neutron_taas.services.taas.taas_plugin [None req-8d2becdd-eb1b-4ccc-8223-02a31354d5fb 625d768557b04085bb1f83248e4be2db ee8f6e1438da4c4aa61d2a010f6c7d32 - - default default] TaaS: Handle Delete Port: c7926ae4-6546-41f5-92bf-f38fee45955c 2026-08-13 09:34:50.655 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d2becdd-eb1b-4ccc-8223-02a31354d5fb 625d768557b04085bb1f83248e4be2db ee8f6e1438da4c4aa61d2a010f6c7d32 - - default default] Tap Mirror: Handle Delete Port: c7926ae4-6546-41f5-92bf-f38fee45955c [pid: 7|app: 0|req: 475/928] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:50 2026] GET /v2.0/ports?device_id=7ab4edc8-cf3f-4702-afac-e29a0c1d8055 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:34:50.959 8 INFO neutron_taas.services.taas.taas_plugin [None req-8d2becdd-eb1b-4ccc-8223-02a31354d5fb 625d768557b04085bb1f83248e4be2db ee8f6e1438da4c4aa61d2a010f6c7d32 - - default default] TaaS: Handle Delete Port: 07e2a742-b8ff-44ae-8544-dba230dd8ca7 2026-08-13 09:34:50.963 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d2becdd-eb1b-4ccc-8223-02a31354d5fb 625d768557b04085bb1f83248e4be2db ee8f6e1438da4c4aa61d2a010f6c7d32 - - default default] Tap Mirror: Handle Delete Port: 07e2a742-b8ff-44ae-8544-dba230dd8ca7 2026-08-13 09:34:51.337 8 INFO neutron.services.segments.plugin [-] Segment ee0f8343-eeba-451e-b43d-1af5bc1659b9 resource provider aggregate not found 2026-08-13 09:34:51.347 8 INFO neutron.services.segments.plugin [-] Segment ee0f8343-eeba-451e-b43d-1af5bc1659b9 resource provider aggregate not found 2026-08-13 09:34:51.359 8 INFO neutron.services.segments.plugin [-] Segment ee0f8343-eeba-451e-b43d-1af5bc1659b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee0f8343-eeba-451e-b43d-1af5bc1659b9 found for delete ", "request_id": "req-50327ef9-1be2-4c9e-a10f-114fc580c0a3"}]} 2026-08-13 09:34:51.375 8 INFO neutron.db.l3_hamode_db [None req-8d2becdd-eb1b-4ccc-8223-02a31354d5fb 625d768557b04085bb1f83248e4be2db ee8f6e1438da4c4aa61d2a010f6c7d32 - - default default] HA network 33392e11-07d4-4fc9-9736-ac5ff4461aac was deleted as no HA routers are present in tenant ee8f6e1438da4c4aa61d2a010f6c7d32. 2026-08-13 09:34:51.379 8 INFO neutron.services.segments.plugin [-] Segment ee0f8343-eeba-451e-b43d-1af5bc1659b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee0f8343-eeba-451e-b43d-1af5bc1659b9 found for delete ", "request_id": "req-a277c2b1-b121-4db1-8828-c4b7e5519cb7"}]} [pid: 8|app: 0|req: 454/929] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:34:50 2026] DELETE /v2.0/routers/f725ac07-6f26-484d-bf6a-919bfc3e59b8 => generated 0 bytes in 1003 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/930] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:34:51 2026] DELETE /v2.0/subnets/cdf23696-8b71-4be7-b11e-e902428d5623 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/931] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:34:51 2026] DELETE /v2.0/networks/0e2e1ff3-1475-4d4e-8477-a66f37414af7 => 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: 477/932] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:51 2026] GET /v2.0/ports?device_id=7ab4edc8-cf3f-4702-afac-e29a0c1d8055 => 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: 456/933] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:34:52 2026] GET /v2.0/security-groups?tenant_id=ee8f6e1438da4c4aa61d2a010f6c7d32&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/934] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:34:52 2026] DELETE /v2.0/security-groups/f14797d3-445f-4276-982f-22a693f78d72 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/937] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:53 2026] GET /v2.0/ports?device_id=7ab4edc8-cf3f-4702-afac-e29a0c1d8055 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:34:53.376 8 INFO neutron.services.segments.plugin [-] Segment e163dd86-588e-4e0b-b192-76e83d509b02 resource provider aggregate not found 2026-08-13 09:34:53.399 8 INFO neutron.services.segments.plugin [-] Segment e163dd86-588e-4e0b-b192-76e83d509b02 resource provider aggregate not found 2026-08-13 09:34:53.404 8 INFO neutron.services.segments.plugin [-] Segment e163dd86-588e-4e0b-b192-76e83d509b02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e163dd86-588e-4e0b-b192-76e83d509b02 found for delete ", "request_id": "req-c12c431e-742f-42fb-bd4a-a59ed26eed93"}]} 2026-08-13 09:34:53.417 8 INFO neutron.services.segments.plugin [-] Segment e163dd86-588e-4e0b-b192-76e83d509b02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e163dd86-588e-4e0b-b192-76e83d509b02 found for delete ", "request_id": "req-c9a7ba4d-97dd-4cd4-98d2-016f1ecc1eac"}]} [pid: 8|app: 0|req: 458/938] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:54 2026] GET /v2.0/ports?device_id=7ab4edc8-cf3f-4702-afac-e29a0c1d8055 => 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: 481/939] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:34:54 2026] GET /v2.0/security-groups?tenant_id=63be39c76f2b40be8cbf19aec81df7d5&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:34:54.590 8 INFO neutron.db.segments_db [None req-ef7c2366-35d2-4cff-b84d-aeb5f1e59a7f 4e3d611f627b426fab5a792a1ba048b0 a24b308daa3746caa9491a31dc6c0fa2 - - default default] Added segment a8df075d-6d40-47e1-8d68-e53c8ce21238 of type vxlan for network e6fab649-e0e9-4c01-b3cb-135f1a8e04ca [pid: 7|app: 0|req: 482/940] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:34:54 2026] DELETE /v2.0/security-groups/a3746077-e921-40aa-b624-ea7d49b0184b => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:34:54.652 8 INFO neutron.db.segments_db [None req-ef7c2366-35d2-4cff-b84d-aeb5f1e59a7f 4e3d611f627b426fab5a792a1ba048b0 a24b308daa3746caa9491a31dc6c0fa2 - - default default] Added segment bf358af9-c026-4a18-93dd-a9edb3aa023e of type vxlan for network 93ee0bbc-1971-43dd-999d-0f794693a170 [pid: 8|app: 0|req: 459/941] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:34:54 2026] POST /v2.0/networks => generated 1208 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/942] 10.0.0.119 () {32 vars in 648 bytes} [Thu Aug 13 09:34:54 2026] GET /v2.0/networks => generated 1845 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/943] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:34:54 2026] GET /v2.0/security-groups?tenant_id=94322a15948a4905b01d413d289000f6&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/944] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:34:54 2026] DELETE /v2.0/networks/e6fab649-e0e9-4c01-b3cb-135f1a8e04ca => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/945] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:34:54 2026] DELETE /v2.0/security-groups/570e0c1a-1f52-45a3-8dcc-66ddf36daeb6 => 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: 462/946] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:34:54 2026] DELETE /v2.0/networks/93ee0bbc-1971-43dd-999d-0f794693a170 => 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: 485/947] 10.0.0.119 () {32 vars in 648 bytes} [Thu Aug 13 09:34:55 2026] GET /v2.0/networks => generated 651 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:34:55.220 8 INFO neutron.db.segments_db [None req-5ee39752-7e21-43f4-82e4-c050825d3b2f 4e3d611f627b426fab5a792a1ba048b0 a24b308daa3746caa9491a31dc6c0fa2 - - default default] Added segment 5b74184c-9f4d-4158-93fb-9ea2c2531ffe of type vxlan for network 163f90b2-82a6-4990-8c31-0264b7b42de9 [pid: 7|app: 0|req: 486/948] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:55 2026] GET /v2.0/ports?device_id=7ab4edc8-cf3f-4702-afac-e29a0c1d8055 => 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: 463/949] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:34:55 2026] POST /v2.0/networks => generated 634 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:34:55.383 7 INFO neutron.db.segments_db [None req-f4fbebd1-fef9-43fb-929c-d27f93cba512 4e3d611f627b426fab5a792a1ba048b0 a24b308daa3746caa9491a31dc6c0fa2 - - default default] Added segment 1281c78b-8fba-478d-92fc-59d333de686b of type vxlan for network 6b962676-04b7-42c1-b31a-9a40b8a159de 2026-08-13 09:34:55.428 8 INFO neutron.services.segments.plugin [-] Segment a8df075d-6d40-47e1-8d68-e53c8ce21238 resource provider aggregate not found 2026-08-13 09:34:55.434 8 INFO neutron.services.segments.plugin [-] Segment a8df075d-6d40-47e1-8d68-e53c8ce21238 resource provider aggregate not found 2026-08-13 09:34:55.442 8 INFO neutron.services.segments.plugin [-] Segment a8df075d-6d40-47e1-8d68-e53c8ce21238 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8df075d-6d40-47e1-8d68-e53c8ce21238 found for delete ", "request_id": "req-9d09276c-2454-4abc-9616-3c48a178b12c"}]} 2026-08-13 09:34:55.452 8 INFO neutron.services.segments.plugin [-] Segment a8df075d-6d40-47e1-8d68-e53c8ce21238 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8df075d-6d40-47e1-8d68-e53c8ce21238 found for delete ", "request_id": "req-3bdd88ce-678e-43f5-8a1f-92d96e3e27e9"}]} 2026-08-13 09:34:55.467 8 INFO neutron.services.segments.plugin [-] Segment bf358af9-c026-4a18-93dd-a9edb3aa023e resource provider aggregate not found 2026-08-13 09:34:55.475 8 INFO neutron.services.segments.plugin [-] Segment bf358af9-c026-4a18-93dd-a9edb3aa023e resource provider aggregate not found 2026-08-13 09:34:55.480 8 INFO neutron.services.segments.plugin [-] Segment bf358af9-c026-4a18-93dd-a9edb3aa023e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf358af9-c026-4a18-93dd-a9edb3aa023e found for delete ", "request_id": "req-8475076d-6702-4a14-bd1b-699d2cd11973"}]} [pid: 7|app: 0|req: 487/950] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:34:55 2026] POST /v2.0/networks => generated 634 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:34:55.493 8 INFO neutron.services.segments.plugin [-] Segment bf358af9-c026-4a18-93dd-a9edb3aa023e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf358af9-c026-4a18-93dd-a9edb3aa023e found for delete ", "request_id": "req-cc299ca6-c667-4778-ad56-65086d37b708"}]} [pid: 8|app: 0|req: 464/951] 10.0.0.119 () {34 vars in 664 bytes} [Thu Aug 13 09:34:55 2026] POST /v2.0/ports => generated 1505 bytes in 531 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/952] 10.0.0.119 () {32 vars in 642 bytes} [Thu Aug 13 09:34:56 2026] GET /v2.0/ports => generated 1505 bytes in 161 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-08-13 09:34:56.286 8 INFO neutron_taas.services.taas.taas_plugin [None req-692b8591-eb71-4978-a060-aca814234f1c 4e3d611f627b426fab5a792a1ba048b0 a24b308daa3746caa9491a31dc6c0fa2 - - default default] TaaS: Handle Delete Port: a0af059c-34e0-4d5a-8ece-2ce40be07033 2026-08-13 09:34:56.291 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-692b8591-eb71-4978-a060-aca814234f1c 4e3d611f627b426fab5a792a1ba048b0 a24b308daa3746caa9491a31dc6c0fa2 - - default default] Tap Mirror: Handle Delete Port: a0af059c-34e0-4d5a-8ece-2ce40be07033 [pid: 7|app: 0|req: 489/953] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:56 2026] GET /v2.0/ports?device_id=7ab4edc8-cf3f-4702-afac-e29a0c1d8055 => 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: 465/954] 10.0.0.119 () {32 vars in 719 bytes} [Thu Aug 13 09:34:56 2026] DELETE /v2.0/ports/a0af059c-34e0-4d5a-8ece-2ce40be07033 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:34:56.517 7 INFO neutron_taas.services.taas.taas_plugin [None req-651ec802-7ddf-46b6-814a-31ebc4c59aef 4e3d611f627b426fab5a792a1ba048b0 a24b308daa3746caa9491a31dc6c0fa2 - - default default] TaaS: Handle Delete Port: b5e0bf06-26c6-4a5e-a695-8c0879490db6 2026-08-13 09:34:56.520 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-651ec802-7ddf-46b6-814a-31ebc4c59aef 4e3d611f627b426fab5a792a1ba048b0 a24b308daa3746caa9491a31dc6c0fa2 - - default default] Tap Mirror: Handle Delete Port: b5e0bf06-26c6-4a5e-a695-8c0879490db6 [pid: 7|app: 0|req: 490/955] 10.0.0.119 () {32 vars in 719 bytes} [Thu Aug 13 09:34:56 2026] DELETE /v2.0/ports/b5e0bf06-26c6-4a5e-a695-8c0879490db6 => 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: 466/956] 10.0.0.119 () {32 vars in 642 bytes} [Thu Aug 13 09:34:56 2026] GET /v2.0/ports => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:34:56.720 7 INFO neutron.db.segments_db [None req-ac2e54ce-1cfe-44c2-97db-91096a19c1d5 4e3d611f627b426fab5a792a1ba048b0 a24b308daa3746caa9491a31dc6c0fa2 - - default default] Added segment ff81a43c-7549-4f8f-b327-1d675ca71e32 of type vxlan for network f7620e49-b8d0-4398-b334-6e5b793bdded [pid: 7|app: 0|req: 491/957] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:34:56 2026] POST /v2.0/networks => generated 634 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:34:56.862 8 INFO neutron.db.segments_db [None req-70e50eb4-f4f2-43a3-b286-f77cdbecd7a4 4e3d611f627b426fab5a792a1ba048b0 a24b308daa3746caa9491a31dc6c0fa2 - - default default] Added segment 34999233-52f3-4241-89b8-26b287b53ec7 of type vxlan for network f5fd370d-542f-4a77-bad2-04fee2700a7a [pid: 8|app: 0|req: 467/958] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:34:56 2026] POST /v2.0/networks => generated 633 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/959] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:34:57 2026] GET /v2.0/networks?id=d9447d7b-8fd2-4d2b-a70a-66c1851e0655 => generated 676 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/960] 199.204.45.61 () {34 vars in 1048 bytes} [Thu Aug 13 09:34:57 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5da2fc1ba2bb46d590187c89e37eee69 => generated 179 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/961] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:57 2026] GET /v2.0/ports?device_id=7ab4edc8-cf3f-4702-afac-e29a0c1d8055 => generated 961 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/962] 199.204.45.61 () {38 vars in 953 bytes} [Thu Aug 13 09:34:57 2026] POST /v2.0/ports => generated 958 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 494/963] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:57 2026] GET /v2.0/security-groups?id=7504381a-6b73-40ec-ba8b-d3f59f92d087&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/964] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:34:57 2026] POST /v2.0/subnets => generated 1323 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/965] 10.0.0.119 () {32 vars in 646 bytes} [Thu Aug 13 09:34:57 2026] GET /v2.0/subnets => generated 1959 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/966] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:34:58 2026] DELETE /v2.0/subnets/e566abae-7495-476d-b720-fa8afda37c8b => 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: 473/967] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:58 2026] GET /v2.0/ports?device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/968] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:34:58 2026] DELETE /v2.0/subnets/c5f45fc3-12d5-427a-8e10-714392bcbb50 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/969] 199.204.45.61 () {38 vars in 1026 bytes} [Thu Aug 13 09:34:57 2026] PUT /v2.0/ports/9d65d781-f2aa-479e-a94d-c36347b438ae => generated 1239 bytes in 885 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: 475/970] 10.0.0.198 () {34 vars in 970 bytes} [Thu Aug 13 09:34:58 2026] GET /v2.0/ports/a891876a-be34-45b9-b7a4-34d55e745334 => generated 972 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:34:58.471 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b2df9d31-cb55-4091-b1eb-48f78d37392c'] response: {'name': 'network-changed', 'server_uuid': '7ab4edc8-cf3f-4702-afac-e29a0c1d8055', 'tag': '9d65d781-f2aa-479e-a94d-c36347b438ae', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 496/971] 10.0.0.119 () {32 vars in 646 bytes} [Thu Aug 13 09:34:58 2026] GET /v2.0/subnets => generated 649 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:34:58.609 8 INFO neutron.services.segments.plugin [-] Segment 34999233-52f3-4241-89b8-26b287b53ec7 resource provider aggregate not found 2026-08-13 09:34:58.612 8 INFO neutron.services.segments.plugin [-] Segment 34999233-52f3-4241-89b8-26b287b53ec7 resource provider aggregate not found 2026-08-13 09:34:58.628 8 INFO neutron.services.segments.plugin [-] Segment 34999233-52f3-4241-89b8-26b287b53ec7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34999233-52f3-4241-89b8-26b287b53ec7 found for delete ", "request_id": "req-ba5fae31-36f0-4ef2-a617-158561d3bf3a"}]} 2026-08-13 09:34:58.643 8 INFO neutron.services.segments.plugin [-] Segment 34999233-52f3-4241-89b8-26b287b53ec7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34999233-52f3-4241-89b8-26b287b53ec7 found for delete ", "request_id": "req-67dd2120-e175-40ad-aa9e-01ed57b99810"}]} [pid: 8|app: 0|req: 476/972] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:34:58 2026] DELETE /v2.0/networks/f5fd370d-542f-4a77-bad2-04fee2700a7a => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/973] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:58 2026] GET /v2.0/ports?device_id=7ab4edc8-cf3f-4702-afac-e29a0c1d8055 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/974] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:58 2026] GET /v2.0/security-groups?id=7504381a-6b73-40ec-ba8b-d3f59f92d087&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/975] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:34:58 2026] DELETE /v2.0/networks/f7620e49-b8d0-4398-b334-6e5b793bdded => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/976] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:34:58 2026] DELETE /v2.0/networks/6b962676-04b7-42c1-b31a-9a40b8a159de => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/977] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:34:58 2026] DELETE /v2.0/networks/163f90b2-82a6-4990-8c31-0264b7b42de9 => 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: 499/978] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:34:58 2026] GET /v2.0/security-groups?tenant_id=6c7f27c48de249ba884a488f508e774b&name=default => generated 2925 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/979] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:34:59 2026] GET /v2.0/ports?tenant_id=5da2fc1ba2bb46d590187c89e37eee69&device_id=7ab4edc8-cf3f-4702-afac-e29a0c1d8055 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/980] 199.204.45.61 () {34 vars in 998 bytes} [Thu Aug 13 09:34:59 2026] GET /v2.0/subnets?network_id=70106bf9-d713-475d-b28e-347db6344971 => generated 684 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/981] 199.204.45.61 () {34 vars in 1016 bytes} [Thu Aug 13 09:34:59 2026] GET /v2.0/networks?tenant_id=5da2fc1ba2bb46d590187c89e37eee69&shared=False => generated 772 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/982] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:34:59 2026] DELETE /v2.0/security-groups/2cb653d2-b092-4202-a377-2e57b464e853 => 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: 482/983] 199.204.45.61 () {34 vars in 928 bytes} [Thu Aug 13 09:34:59 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/984] 199.204.45.61 () {34 vars in 1144 bytes} [Thu Aug 13 09:34:59 2026] GET /v2.0/ports?device_id=952c75de-0d7d-40db-874e-ec21eb63c787&device_owner=compute%3Anova&network_id=70106bf9-d713-475d-b28e-347db6344971 => generated 975 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/985] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:34:59 2026] GET /v2.0/security-groups?tenant_id=b4e4b988f132460bbf0aea459f767a51&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/986] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:34:59 2026] DELETE /v2.0/security-groups/13adf8a8-cefe-4bb0-829b-d729174e0279 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/987] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:34:59 2026] GET /v2.0/security-groups?tenant_id=a24b308daa3746caa9491a31dc6c0fa2&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/988] 199.204.45.61 () {38 vars in 1026 bytes} [Thu Aug 13 09:34:59 2026] PUT /v2.0/ports/a891876a-be34-45b9-b7a4-34d55e745334 => generated 1149 bytes in 503 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: 506/989] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:34:59 2026] GET /v2.0/ports?device_id=7ab4edc8-cf3f-4702-afac-e29a0c1d8055 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:34:59.871 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b7880efe-8d7c-41bc-af85-2c02f83e9c49'] response: {'name': 'network-changed', 'server_uuid': '952c75de-0d7d-40db-874e-ec21eb63c787', 'tag': 'a891876a-be34-45b9-b7a4-34d55e745334', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 507/990] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:34:59 2026] GET /v2.0/security-groups?id=7504381a-6b73-40ec-ba8b-d3f59f92d087&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/991] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:34:59 2026] DELETE /v2.0/security-groups/588ad8dc-f11d-41cc-a86e-1244cb36985d => 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: 508/992] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:35:00 2026] GET /v2.0/ports?tenant_id=5da2fc1ba2bb46d590187c89e37eee69&device_id=7ab4edc8-cf3f-4702-afac-e29a0c1d8055 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/993] 199.204.45.61 () {34 vars in 1058 bytes} [Thu Aug 13 09:35:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=9d65d781-f2aa-479e-a94d-c36347b438ae => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/994] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:35:00 2026] GET /v2.0/ports?tenant_id=8e121cdb06d84a65a0d639ee64c2b0c3&device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => generated 1421 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/995] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:35:00 2026] GET /v2.0/subnets?id=b7f82348-048e-4669-bc90-5df9650af5ae => generated 694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/996] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:35:00 2026] GET /v2.0/networks?id=70106bf9-d713-475d-b28e-347db6344971 => generated 780 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/997] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:35:00 2026] GET /v2.0/ports?network_id=d9447d7b-8fd2-4d2b-a70a-66c1851e0655&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: 511/998] 199.204.45.61 () {34 vars in 1058 bytes} [Thu Aug 13 09:35:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=a891876a-be34-45b9-b7a4-34d55e745334 => generated 861 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/999] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:35:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=a891876a-be34-45b9-b7a4-34d55e745334 => 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: 488/1000] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:35:00 2026] GET /v2.0/networks/d9447d7b-8fd2-4d2b-a70a-66c1851e0655?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: 513/1001] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:35:00 2026] GET /v2.0/subnets?id=8c69d7c6-704d-4154-9efe-673add301b8a => generated 702 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1002] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:35:00 2026] GET /v2.0/networks/d9447d7b-8fd2-4d2b-a70a-66c1851e0655?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1003] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:35:00 2026] GET /v2.0/ports?network_id=70106bf9-d713-475d-b28e-347db6344971&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: 490/1004] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:35:00 2026] GET /v2.0/networks/70106bf9-d713-475d-b28e-347db6344971?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: 515/1005] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:35:00 2026] GET /v2.0/networks/70106bf9-d713-475d-b28e-347db6344971?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) 2026-08-13 09:35:00.653 8 INFO neutron.services.segments.plugin [-] Segment ff81a43c-7549-4f8f-b327-1d675ca71e32 resource provider aggregate not found 2026-08-13 09:35:00.662 8 INFO neutron.services.segments.plugin [-] Segment ff81a43c-7549-4f8f-b327-1d675ca71e32 resource provider aggregate not found 2026-08-13 09:35:00.669 8 INFO neutron.services.segments.plugin [-] Segment ff81a43c-7549-4f8f-b327-1d675ca71e32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff81a43c-7549-4f8f-b327-1d675ca71e32 found for delete ", "request_id": "req-dde73122-642b-4650-8100-735ab1d68b61"}]} 2026-08-13 09:35:00.673 8 INFO neutron.services.segments.plugin [-] Segment ff81a43c-7549-4f8f-b327-1d675ca71e32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff81a43c-7549-4f8f-b327-1d675ca71e32 found for delete ", "request_id": "req-23adedaa-c4b9-4e09-a883-8ad95808a682"}]} 2026-08-13 09:35:00.684 8 INFO neutron.services.segments.plugin [-] Segment 1281c78b-8fba-478d-92fc-59d333de686b resource provider aggregate not found 2026-08-13 09:35:00.690 8 INFO neutron.services.segments.plugin [-] Segment 1281c78b-8fba-478d-92fc-59d333de686b resource provider aggregate not found 2026-08-13 09:35:00.693 8 INFO neutron.services.segments.plugin [-] Segment 1281c78b-8fba-478d-92fc-59d333de686b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1281c78b-8fba-478d-92fc-59d333de686b found for delete ", "request_id": "req-9f4ef269-34bc-4679-913a-f93c7900fcc9"}]} 2026-08-13 09:35:00.703 8 INFO neutron.services.segments.plugin [-] Segment 5b74184c-9f4d-4158-93fb-9ea2c2531ffe resource provider aggregate not found 2026-08-13 09:35:00.710 8 INFO neutron.services.segments.plugin [-] Segment 1281c78b-8fba-478d-92fc-59d333de686b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1281c78b-8fba-478d-92fc-59d333de686b found for delete ", "request_id": "req-86618f38-225a-498d-9ab8-77e32c0fc02a"}]} 2026-08-13 09:35:00.715 8 INFO neutron.services.segments.plugin [-] Segment 5b74184c-9f4d-4158-93fb-9ea2c2531ffe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b74184c-9f4d-4158-93fb-9ea2c2531ffe found for delete ", "request_id": "req-64b35e0d-1ab3-4b95-ba39-954a9cfcbab3"}]} 2026-08-13 09:35:00.727 8 INFO neutron.services.segments.plugin [-] Segment 5b74184c-9f4d-4158-93fb-9ea2c2531ffe resource provider aggregate not found 2026-08-13 09:35:00.746 8 INFO neutron.services.segments.plugin [-] Segment 5b74184c-9f4d-4158-93fb-9ea2c2531ffe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b74184c-9f4d-4158-93fb-9ea2c2531ffe found for delete ", "request_id": "req-f56c4971-8e3b-4a7c-ade0-36e35a6e5712"}]} [pid: 8|app: 0|req: 491/1006] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:00 2026] GET /v2.0/ports?device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => generated 1152 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1007] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:35:00 2026] GET /v2.0/security-groups?id=e9f8a17a-2ce3-4b59-a17a-48afa33f7403&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: 492/1008] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:00 2026] GET /v2.0/ports?device_id=7ab4edc8-cf3f-4702-afac-e29a0c1d8055 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1009] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:35:00 2026] GET /v2.0/security-groups?id=7504381a-6b73-40ec-ba8b-d3f59f92d087&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1010] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:35:01 2026] GET /v2.0/ports?tenant_id=8e121cdb06d84a65a0d639ee64c2b0c3&device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => generated 1421 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1011] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:35:01 2026] GET /v2.0/networks?id=70106bf9-d713-475d-b28e-347db6344971 => generated 780 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1012] 199.204.45.61 () {34 vars in 1058 bytes} [Thu Aug 13 09:35:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=a891876a-be34-45b9-b7a4-34d55e745334 => generated 861 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1013] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:35:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=a891876a-be34-45b9-b7a4-34d55e745334 => 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: 496/1014] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:35:01 2026] GET /v2.0/subnets?id=8c69d7c6-704d-4154-9efe-673add301b8a => generated 702 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1015] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:35:01 2026] GET /v2.0/ports?network_id=70106bf9-d713-475d-b28e-347db6344971&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: 8|app: 0|req: 498/1016] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:35:01 2026] GET /v2.0/networks/70106bf9-d713-475d-b28e-347db6344971?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: 499/1017] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:35:01 2026] GET /v2.0/networks/70106bf9-d713-475d-b28e-347db6344971?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: 500/1018] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:02 2026] GET /v2.0/ports?device_id=7ab4edc8-cf3f-4702-afac-e29a0c1d8055 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:35:02.168 7 INFO neutron.db.segments_db [None req-cb303808-ff86-421f-9dfb-48a7f1ed1ca9 6e7a6acddad94a42b887b67fa3ca0d4d c90ae3db6f7542aca4182626a31deeb2 - - default default] Added segment d72bcf1a-92d2-4dc0-8694-017d49efeb03 of type vxlan for network 9405d537-1938-4bf0-a2b2-4e00c9808ff4 [pid: 8|app: 0|req: 501/1019] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:35:02 2026] GET /v2.0/security-groups?id=7504381a-6b73-40ec-ba8b-d3f59f92d087&fields=id&fields=name => generated 112 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:35:02.230 7 INFO neutron.db.segments_db [None req-cb303808-ff86-421f-9dfb-48a7f1ed1ca9 6e7a6acddad94a42b887b67fa3ca0d4d c90ae3db6f7542aca4182626a31deeb2 - - default default] Added segment eaa48f98-5944-4fd1-bad6-6428af572bfc of type vxlan for network fdc014b3-cbcd-43a9-8e6a-29c6bbb6035d [pid: 7|app: 0|req: 519/1020] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:35:01 2026] POST /v2.0/networks => generated 1206 bytes in 547 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1021] 10.0.0.119 () {32 vars in 648 bytes} [Thu Aug 13 09:35:02 2026] GET /v2.0/networks => generated 1843 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1022] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:35:02 2026] GET /v2.0/security-groups?tenant_id=df0227dbcbdf4a4d92d9df2bbcdec9d9&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: 503/1023] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:35:02 2026] DELETE /v2.0/security-groups/b7e45efd-3148-4492-9020-910819d73b48 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:35:02.524 7 INFO neutron.services.segments.plugin [-] Segment d72bcf1a-92d2-4dc0-8694-017d49efeb03 resource provider aggregate not found 2026-08-13 09:35:02.530 7 INFO neutron.services.segments.plugin [-] Segment d72bcf1a-92d2-4dc0-8694-017d49efeb03 resource provider aggregate not found [pid: 7|app: 0|req: 521/1024] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:35:02 2026] DELETE /v2.0/networks/9405d537-1938-4bf0-a2b2-4e00c9808ff4 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:35:02.553 7 INFO neutron.services.segments.plugin [-] Segment d72bcf1a-92d2-4dc0-8694-017d49efeb03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d72bcf1a-92d2-4dc0-8694-017d49efeb03 found for delete ", "request_id": "req-8c0cbf23-f855-48a3-aca6-d81ae170577e"}]} 2026-08-13 09:35:02.553 7 INFO neutron.services.segments.plugin [-] Segment d72bcf1a-92d2-4dc0-8694-017d49efeb03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d72bcf1a-92d2-4dc0-8694-017d49efeb03 found for delete ", "request_id": "req-5a84cbdd-e50b-4f67-a847-cd356e8cea4e"}]} [pid: 8|app: 0|req: 504/1025] 199.204.45.61 () {34 vars in 1116 bytes} [Thu Aug 13 09:35:02 2026] GET /v2.0/ports?device_id=952c75de-0d7d-40db-874e-ec21eb63c787&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.6 => generated 1152 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1026] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:35:02 2026] DELETE /v2.0/networks/fdc014b3-cbcd-43a9-8e6a-29c6bbb6035d => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1027] 10.0.0.119 () {32 vars in 648 bytes} [Thu Aug 13 09:35:02 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) 2026-08-13 09:35:02.748 7 INFO neutron.db.segments_db [None req-03baddfe-a1b4-4663-8de6-539d4af8a8ad 6e7a6acddad94a42b887b67fa3ca0d4d c90ae3db6f7542aca4182626a31deeb2 - - default default] Added segment fa3d0afe-df89-4287-bf60-12df5aef2ef2 of type vxlan for network a5661bf4-cf8e-4153-bedb-5c2cb99bd1a8 [pid: 7|app: 0|req: 524/1028] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:35:02 2026] POST /v2.0/networks => generated 631 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:35:02.895 7 INFO neutron.db.segments_db [None req-08c97b87-e292-4ffe-a463-a645b9814814 6e7a6acddad94a42b887b67fa3ca0d4d c90ae3db6f7542aca4182626a31deeb2 - - default default] Added segment 6a8dad8e-f9d1-4c1c-a079-e7627fb49b0d of type vxlan for network 6ebd6afd-aa40-4e84-973b-c97cb706558c [pid: 7|app: 0|req: 525/1029] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:35:02 2026] POST /v2.0/networks => generated 630 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1030] 199.204.45.61 () {38 vars in 1026 bytes} [Thu Aug 13 09:35:02 2026] PUT /v2.0/ports/a891876a-be34-45b9-b7a4-34d55e745334 => generated 972 bytes in 498 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:35:03.135 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f0a17ee-a910-4172-9931-afd0b9efd5aa'] response: {'name': 'network-changed', 'server_uuid': '952c75de-0d7d-40db-874e-ec21eb63c787', 'tag': 'a891876a-be34-45b9-b7a4-34d55e745334', '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: 506/1031] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:03 2026] GET /v2.0/ports?device_id=7ab4edc8-cf3f-4702-afac-e29a0c1d8055 => generated 975 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1032] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:35:03 2026] GET /v2.0/security-groups?id=7504381a-6b73-40ec-ba8b-d3f59f92d087&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1033] 10.0.0.119 () {34 vars in 664 bytes} [Thu Aug 13 09:35:02 2026] POST /v2.0/ports => generated 1505 bytes in 602 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 527/1034] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:35:03 2026] GET /v2.0/ports?tenant_id=8e121cdb06d84a65a0d639ee64c2b0c3&device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => 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: 508/1035] 10.0.0.119 () {32 vars in 642 bytes} [Thu Aug 13 09:35:03 2026] GET /v2.0/ports => generated 1505 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1036] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:35:03 2026] GET /v2.0/networks?id=70106bf9-d713-475d-b28e-347db6344971 => generated 780 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1037] 199.204.45.61 () {34 vars in 1058 bytes} [Thu Aug 13 09:35:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=a891876a-be34-45b9-b7a4-34d55e745334 => generated 861 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1038] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:35:03 2026] GET /v2.0/subnets?id=8c69d7c6-704d-4154-9efe-673add301b8a => generated 702 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:35:03.818 8 INFO neutron_taas.services.taas.taas_plugin [None req-e7f3881b-6799-49ce-a013-c642b44c3294 6e7a6acddad94a42b887b67fa3ca0d4d c90ae3db6f7542aca4182626a31deeb2 - - default default] TaaS: Handle Delete Port: e7963218-e1cb-472b-ac26-984a07bef4fe 2026-08-13 09:35:03.820 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7f3881b-6799-49ce-a013-c642b44c3294 6e7a6acddad94a42b887b67fa3ca0d4d c90ae3db6f7542aca4182626a31deeb2 - - default default] Tap Mirror: Handle Delete Port: e7963218-e1cb-472b-ac26-984a07bef4fe [pid: 7|app: 0|req: 531/1039] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:35:03 2026] GET /v2.0/ports?network_id=70106bf9-d713-475d-b28e-347db6344971&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: 532/1040] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:35:03 2026] GET /v2.0/networks/70106bf9-d713-475d-b28e-347db6344971?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: 509/1041] 10.0.0.119 () {32 vars in 719 bytes} [Thu Aug 13 09:35:03 2026] DELETE /v2.0/ports/e7963218-e1cb-472b-ac26-984a07bef4fe => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1042] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:35:03 2026] GET /v2.0/networks/70106bf9-d713-475d-b28e-347db6344971?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) 2026-08-13 09:35:03.986 8 INFO neutron_taas.services.taas.taas_plugin [None req-4252fcf4-715a-4f6b-a345-0e192646faaa 6e7a6acddad94a42b887b67fa3ca0d4d c90ae3db6f7542aca4182626a31deeb2 - - default default] TaaS: Handle Delete Port: 46c54526-74e1-413f-89cd-9399f919521f 2026-08-13 09:35:03.989 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4252fcf4-715a-4f6b-a345-0e192646faaa 6e7a6acddad94a42b887b67fa3ca0d4d c90ae3db6f7542aca4182626a31deeb2 - - default default] Tap Mirror: Handle Delete Port: 46c54526-74e1-413f-89cd-9399f919521f [pid: 8|app: 0|req: 510/1043] 10.0.0.119 () {32 vars in 719 bytes} [Thu Aug 13 09:35:03 2026] DELETE /v2.0/ports/46c54526-74e1-413f-89cd-9399f919521f => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1044] 10.0.0.119 () {32 vars in 642 bytes} [Thu Aug 13 09:35:04 2026] GET /v2.0/ports => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:35:04.184 8 INFO neutron.db.segments_db [None req-97536a97-a23f-44bb-b9c6-6d548246342b 6e7a6acddad94a42b887b67fa3ca0d4d c90ae3db6f7542aca4182626a31deeb2 - - default default] Added segment 1eb9fe3e-0a9d-4382-8885-cccbe93fa0c3 of type vxlan for network 91c8c661-f1ed-4987-95b2-aa605903d2cb [pid: 8|app: 0|req: 511/1045] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:35:04 2026] POST /v2.0/networks => generated 631 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1046] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:04 2026] GET /v2.0/ports?device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => generated 975 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:35:04.514 8 INFO neutron.db.segments_db [None req-8908ce7a-ec8f-46dc-8f5f-0297a6138782 6e7a6acddad94a42b887b67fa3ca0d4d c90ae3db6f7542aca4182626a31deeb2 - - default default] Added segment 2da60f49-9716-4547-9c78-63b0d1f09e23 of type vxlan for network 016f958f-63f6-4934-a20e-42d8824f4484 2026-08-13 09:35:04.570 7 INFO neutron.services.segments.plugin [-] Segment eaa48f98-5944-4fd1-bad6-6428af572bfc resource provider aggregate not found 2026-08-13 09:35:04.573 7 INFO neutron.services.segments.plugin [-] Segment eaa48f98-5944-4fd1-bad6-6428af572bfc resource provider aggregate not found 2026-08-13 09:35:04.584 7 INFO neutron.services.segments.plugin [-] Segment eaa48f98-5944-4fd1-bad6-6428af572bfc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eaa48f98-5944-4fd1-bad6-6428af572bfc found for delete ", "request_id": "req-2317fa6e-531e-4c7d-ac7a-0d66b00a6749"}]} 2026-08-13 09:35:04.598 7 INFO neutron.services.segments.plugin [-] Segment eaa48f98-5944-4fd1-bad6-6428af572bfc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eaa48f98-5944-4fd1-bad6-6428af572bfc found for delete ", "request_id": "req-a9423ce2-2d81-4e6e-a008-39596303d65c"}]} [pid: 8|app: 0|req: 513/1047] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:35:04 2026] POST /v2.0/networks => generated 630 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1048] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:35:04 2026] GET /v2.0/security-groups?id=e9f8a17a-2ce3-4b59-a17a-48afa33f7403&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: 515/1049] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:04 2026] GET /v2.0/ports?device_id=7ab4edc8-cf3f-4702-afac-e29a0c1d8055 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:35:04.677 7 INFO neutron.db.segments_db [None req-a27948ce-f963-4e1a-be86-ea4c10b03b1a cc658ddf7b0f4f7da77af4eb219d5aee 6fb71add45b84ccda623444f630a8af4 - - default default] Added segment 06016695-3b65-4174-8cd8-03fd7d2305c7 of type vxlan for network 5aa4d4b0-3815-48e2-bcbd-39236cadf88a [pid: 7|app: 0|req: 535/1050] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:35:04 2026] POST /v2.0/networks => generated 629 bytes in 534 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1051] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:35:04 2026] GET /v2.0/security-groups?id=7504381a-6b73-40ec-ba8b-d3f59f92d087&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1052] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:35:04 2026] GET /v2.0/ports?tenant_id=8e121cdb06d84a65a0d639ee64c2b0c3&device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1053] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:35:05 2026] GET /v2.0/networks?id=70106bf9-d713-475d-b28e-347db6344971 => generated 780 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1054] 199.204.45.61 () {34 vars in 1058 bytes} [Thu Aug 13 09:35:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=a891876a-be34-45b9-b7a4-34d55e745334 => 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: 516/1055] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:35:04 2026] POST /v2.0/subnets => generated 1274 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1056] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:35:05 2026] GET /v2.0/subnets?id=8c69d7c6-704d-4154-9efe-673add301b8a => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1057] 10.0.0.119 () {32 vars in 646 bytes} [Thu Aug 13 09:35:05 2026] GET /v2.0/subnets => generated 1910 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1058] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:35:05 2026] GET /v2.0/ports?network_id=70106bf9-d713-475d-b28e-347db6344971&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1059] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:35:05 2026] GET /v2.0/networks/70106bf9-d713-475d-b28e-347db6344971?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: 518/1060] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:35:05 2026] DELETE /v2.0/subnets/bb04a091-40c6-4c21-bd5a-90985f92c3df => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1061] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:35:05 2026] GET /v2.0/networks/70106bf9-d713-475d-b28e-347db6344971?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1062] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:35:05 2026] DELETE /v2.0/subnets/92d38382-9d4f-4837-8a16-6a3f896e6e6b => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1063] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:35:05 2026] POST /v2.0/subnets => generated 673 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1064] 10.0.0.119 () {32 vars in 646 bytes} [Thu Aug 13 09:35:05 2026] GET /v2.0/subnets => generated 649 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:35:05.600 7 INFO neutron.db.segments_db [None req-4f254901-8065-44ef-89b6-d41579bff0b3 cc658ddf7b0f4f7da77af4eb219d5aee 6fb71add45b84ccda623444f630a8af4 - - default default] Added segment ef325cd3-6d7b-4ce6-a037-836823bbb514 of type vxlan for network 416d614b-23e8-4164-9797-23652fdb4f3d 2026-08-13 09:35:05.651 8 INFO neutron.services.segments.plugin [-] Segment 2da60f49-9716-4547-9c78-63b0d1f09e23 resource provider aggregate not found 2026-08-13 09:35:05.654 8 INFO neutron.services.segments.plugin [-] Segment 2da60f49-9716-4547-9c78-63b0d1f09e23 resource provider aggregate not found 2026-08-13 09:35:05.669 8 INFO neutron.services.segments.plugin [-] Segment 2da60f49-9716-4547-9c78-63b0d1f09e23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2da60f49-9716-4547-9c78-63b0d1f09e23 found for delete ", "request_id": "req-d9cf86fd-42ac-4d34-b017-d71073253262"}]} 2026-08-13 09:35:05.670 8 INFO neutron.services.segments.plugin [-] Segment 2da60f49-9716-4547-9c78-63b0d1f09e23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2da60f49-9716-4547-9c78-63b0d1f09e23 found for delete ", "request_id": "req-035a4a5d-c6ea-48d9-93b7-0a8dec3aa160"}]} [pid: 8|app: 0|req: 522/1065] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:35:05 2026] DELETE /v2.0/networks/016f958f-63f6-4934-a20e-42d8824f4484 => 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: 544/1066] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:35:05 2026] POST /v2.0/networks => generated 628 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1067] 10.0.0.119 () {34 vars in 742 bytes} [Thu Aug 13 09:35:05 2026] PUT /v2.0/networks/416d614b-23e8-4164-9797-23652fdb4f3d => generated 592 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1068] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:35:05 2026] DELETE /v2.0/networks/91c8c661-f1ed-4987-95b2-aa605903d2cb => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1069] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:05 2026] GET /v2.0/ports?device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1070] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:35:05 2026] DELETE /v2.0/networks/6ebd6afd-aa40-4e84-973b-c97cb706558c => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1071] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:06 2026] GET /v2.0/ports?device_id=7ab4edc8-cf3f-4702-afac-e29a0c1d8055 => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1072] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:35:05 2026] POST /v2.0/subnets => generated 646 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1073] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:35:06 2026] GET /v2.0/security-groups?id=e9f8a17a-2ce3-4b59-a17a-48afa33f7403&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1074] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:35:06 2026] GET /v2.0/security-groups?id=7504381a-6b73-40ec-ba8b-d3f59f92d087&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1075] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:35:06 2026] DELETE /v2.0/networks/a5661bf4-cf8e-4153-bedb-5c2cb99bd1a8 => 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: 526/1076] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:06 2026] GET /v2.0/ports?device_id=7ab4edc8-cf3f-4702-afac-e29a0c1d8055 => 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: 551/1077] 10.0.0.119 () {34 vars in 740 bytes} [Thu Aug 13 09:35:06 2026] PUT /v2.0/subnets/014646da-03a2-4990-85e1-d31acf2b916c => generated 656 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1078] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:35:06 2026] DELETE /v2.0/networks/416d614b-23e8-4164-9797-23652fdb4f3d => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:35:06.540 8 INFO neutron.pecan_wsgi.hooks.translation [None req-23dc5c75-a4e9-4ed3-a50a-34ed24af5377 cc658ddf7b0f4f7da77af4eb219d5aee 6fb71add45b84ccda623444f630a8af4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 528/1079] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:35:06 2026] DELETE /v2.0/networks/416d614b-23e8-4164-9797-23652fdb4f3d => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:35:06.606 7 INFO neutron.services.segments.plugin [-] Segment 6a8dad8e-f9d1-4c1c-a079-e7627fb49b0d resource provider aggregate not found 2026-08-13 09:35:06.623 7 INFO neutron.services.segments.plugin [-] Segment 6a8dad8e-f9d1-4c1c-a079-e7627fb49b0d resource provider aggregate not found [pid: 8|app: 0|req: 529/1080] 10.0.0.119 () {32 vars in 693 bytes} [Thu Aug 13 09:35:06 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:35:06.639 7 INFO neutron.services.segments.plugin [-] Segment 6a8dad8e-f9d1-4c1c-a079-e7627fb49b0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a8dad8e-f9d1-4c1c-a079-e7627fb49b0d found for delete ", "request_id": "req-8072b007-160a-4ed6-9fb9-ee965f409c02"}]} 2026-08-13 09:35:06.640 7 INFO neutron.services.segments.plugin [-] Segment 6a8dad8e-f9d1-4c1c-a079-e7627fb49b0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a8dad8e-f9d1-4c1c-a079-e7627fb49b0d found for delete ", "request_id": "req-e306bdd2-0cee-4152-b0b2-c25de02487b7"}]} [pid: 8|app: 0|req: 530/1081] 10.0.0.119 () {32 vars in 741 bytes} [Thu Aug 13 09:35:06 2026] GET /v2.0/subnets?network_id=ff7f27f4-7c38-4c4b-a373-2784a40ca1df => generated 649 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1082] 10.0.0.119 () {32 vars in 652 bytes} [Thu Aug 13 09:35:06 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) 2026-08-13 09:35:06.709 7 INFO neutron.db.l3_db [None req-0bb3a9c3-36a8-4c4c-b4ae-959ccaea9cd1 dd50858ca1214e289ba9ab6725cb40fd 5da2fc1ba2bb46d590187c89e37eee69 - - default default] Floating IP 1eae5482-b229-44ae-a79d-bc3eb071490c associated. External IP: 10.96.250.217, port: 9d65d781-f2aa-479e-a94d-c36347b438ae. [pid: 8|app: 0|req: 532/1083] 199.204.45.61 () {34 vars in 992 bytes} [Thu Aug 13 09:35:06 2026] GET /v2.0/ports?device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1084] 10.0.0.119 () {32 vars in 648 bytes} [Thu Aug 13 09:35:06 2026] GET /v2.0/networks => generated 1313 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:35:06.884 8 INFO neutron_taas.services.taas.taas_plugin [req-3691b486-131a-4afa-b30d-62dab268d8cc req-b9f9155d-bc87-47c5-96de-7717f729c348 bbc73cf5b7124540b0c1da115ab9fdff 8e121cdb06d84a65a0d639ee64c2b0c3 - - default default] TaaS: Handle Delete Port: a891876a-be34-45b9-b7a4-34d55e745334 2026-08-13 09:35:06.887 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3691b486-131a-4afa-b30d-62dab268d8cc req-b9f9155d-bc87-47c5-96de-7717f729c348 bbc73cf5b7124540b0c1da115ab9fdff 8e121cdb06d84a65a0d639ee64c2b0c3 - - default default] Tap Mirror: Handle Delete Port: a891876a-be34-45b9-b7a4-34d55e745334 [pid: 7|app: 0|req: 552/1085] 10.0.0.119 () {34 vars in 748 bytes} [Thu Aug 13 09:35:06 2026] PUT /v2.0/floatingips/1eae5482-b229-44ae-a79d-bc3eb071490c => generated 856 bytes in 733 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1086] 10.0.0.119 () {32 vars in 646 bytes} [Thu Aug 13 09:35:07 2026] GET /v2.0/subnets => generated 1312 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:35:07.069 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-64e5fed1-f8ee-46fc-93a6-25db6c779f8c'] response: {'name': 'network-changed', 'server_uuid': '7ab4edc8-cf3f-4702-afac-e29a0c1d8055', 'tag': '9d65d781-f2aa-479e-a94d-c36347b438ae', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 554/1087] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:35:07 2026] GET /v2.0/security-groups?tenant_id=c90ae3db6f7542aca4182626a31deeb2&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: 555/1088] 10.0.0.119 () {32 vars in 722 bytes} [Thu Aug 13 09:35:07 2026] GET /v2.0/networks/5aa4d4b0-3815-48e2-bcbd-39236cadf88a => generated 673 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1089] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:07 2026] GET /v2.0/ports?device_id=7ab4edc8-cf3f-4702-afac-e29a0c1d8055 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1090] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:07 2026] GET /v2.0/ports?device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1091] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:35:07 2026] DELETE /v2.0/security-groups/ebe7ca10-078e-43c0-ba01-6eefc3eb55c8 => 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: 559/1092] 10.0.0.119 () {32 vars in 720 bytes} [Thu Aug 13 09:35:07 2026] GET /v2.0/subnets/7a8888a8-d691-4051-a52e-299936369af7 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1093] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:35:07 2026] GET /v2.0/security-groups?id=7504381a-6b73-40ec-ba8b-d3f59f92d087&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1094] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:35:07 2026] GET /v2.0/security-groups?id=e9f8a17a-2ce3-4b59-a17a-48afa33f7403&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:35:07.508 7 INFO neutron.pecan_wsgi.hooks.translation [None req-68ef0364-5514-466a-b085-886e7dd644a5 cc658ddf7b0f4f7da77af4eb219d5aee 6fb71add45b84ccda623444f630a8af4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 562/1095] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:35:07 2026] DELETE /v2.0/subnets/014646da-03a2-4990-85e1-d31acf2b916c => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:35:07.522 7 INFO neutron.pecan_wsgi.hooks.translation [None req-337e21e3-af1d-4543-882c-1a49a83dc549 cc658ddf7b0f4f7da77af4eb219d5aee 6fb71add45b84ccda623444f630a8af4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 563/1096] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:35:07 2026] DELETE /v2.0/networks/416d614b-23e8-4164-9797-23652fdb4f3d => 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: 564/1097] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:35:07 2026] DELETE /v2.0/subnets/7a8888a8-d691-4051-a52e-299936369af7 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1098] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:35:07 2026] GET /v2.0/ports?tenant_id=5da2fc1ba2bb46d590187c89e37eee69&device_id=7ab4edc8-cf3f-4702-afac-e29a0c1d8055 => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:35:07.693 8 INFO neutron.services.segments.plugin [-] Segment 1eb9fe3e-0a9d-4382-8885-cccbe93fa0c3 resource provider aggregate not found 2026-08-13 09:35:07.702 8 INFO neutron.services.segments.plugin [-] Segment 1eb9fe3e-0a9d-4382-8885-cccbe93fa0c3 resource provider aggregate not found 2026-08-13 09:35:07.709 8 INFO neutron.db.l3_db [req-3691b486-131a-4afa-b30d-62dab268d8cc req-b9f9155d-bc87-47c5-96de-7717f729c348 bbc73cf5b7124540b0c1da115ab9fdff 8e121cdb06d84a65a0d639ee64c2b0c3 - - default default] Floating IP fa1c5aa2-2444-4138-889a-c2c86b363dac disassociated. External IP: 10.96.250.218, port: a891876a-be34-45b9-b7a4-34d55e745334. 2026-08-13 09:35:07.717 8 INFO neutron.services.segments.plugin [-] Segment 1eb9fe3e-0a9d-4382-8885-cccbe93fa0c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1eb9fe3e-0a9d-4382-8885-cccbe93fa0c3 found for delete ", "request_id": "req-9bf1e441-7810-4b0e-908d-d767fd260f62"}]} 2026-08-13 09:35:07.725 8 INFO neutron.services.segments.plugin [-] Segment 1eb9fe3e-0a9d-4382-8885-cccbe93fa0c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1eb9fe3e-0a9d-4382-8885-cccbe93fa0c3 found for delete ", "request_id": "req-3baa8566-d4a5-4d36-82ba-ed7e6fa7c916"}]} 2026-08-13 09:35:07.743 8 INFO neutron.services.segments.plugin [-] Segment fa3d0afe-df89-4287-bf60-12df5aef2ef2 resource provider aggregate not found 2026-08-13 09:35:07.751 8 INFO neutron.services.segments.plugin [-] Segment fa3d0afe-df89-4287-bf60-12df5aef2ef2 resource provider aggregate not found 2026-08-13 09:35:07.766 8 INFO neutron.services.segments.plugin [-] Segment fa3d0afe-df89-4287-bf60-12df5aef2ef2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa3d0afe-df89-4287-bf60-12df5aef2ef2 found for delete ", "request_id": "req-af012134-47c3-4c2c-8a23-c3b05c87584a"}]} 2026-08-13 09:35:07.774 8 INFO neutron.services.segments.plugin [-] Segment fa3d0afe-df89-4287-bf60-12df5aef2ef2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa3d0afe-df89-4287-bf60-12df5aef2ef2 found for delete ", "request_id": "req-a9f430e0-b7ed-4ee3-9008-18fc089e65c6"}]} [pid: 7|app: 0|req: 566/1099] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:35:07 2026] DELETE /v2.0/networks/5aa4d4b0-3815-48e2-bcbd-39236cadf88a => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:35:07.789 8 INFO neutron.services.segments.plugin [-] Segment ef325cd3-6d7b-4ce6-a037-836823bbb514 resource provider aggregate not found 2026-08-13 09:35:07.793 8 INFO neutron.services.segments.plugin [-] Segment ef325cd3-6d7b-4ce6-a037-836823bbb514 resource provider aggregate not found 2026-08-13 09:35:07.809 8 INFO neutron.services.segments.plugin [-] Segment ef325cd3-6d7b-4ce6-a037-836823bbb514 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef325cd3-6d7b-4ce6-a037-836823bbb514 found for delete ", "request_id": "req-e2623134-2892-471c-8f32-61add21636cf"}]} [pid: 7|app: 0|req: 567/1100] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:35:07 2026] GET /v2.0/networks?id=d9447d7b-8fd2-4d2b-a70a-66c1851e0655 => generated 772 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:35:07.813 8 INFO neutron.services.segments.plugin [-] Segment ef325cd3-6d7b-4ce6-a037-836823bbb514 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef325cd3-6d7b-4ce6-a037-836823bbb514 found for delete ", "request_id": "req-78a47779-1c29-47c4-8480-5f7ef104c996"}]} [pid: 7|app: 0|req: 570/1103] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:07 2026] GET /v2.0/ports?device_id=7ab4edc8-cf3f-4702-afac-e29a0c1d8055 => 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: 571/1104] 199.204.45.61 () {34 vars in 1058 bytes} [Thu Aug 13 09:35:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=9d65d781-f2aa-479e-a94d-c36347b438ae => generated 859 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1105] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:35:07 2026] GET /v2.0/security-groups?id=7504381a-6b73-40ec-ba8b-d3f59f92d087&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1106] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:35:07 2026] GET /v2.0/subnets?id=b7f82348-048e-4669-bc90-5df9650af5ae => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1107] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:35:07 2026] GET /v2.0/ports?network_id=d9447d7b-8fd2-4d2b-a70a-66c1851e0655&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1108] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:35:07 2026] GET /v2.0/networks/d9447d7b-8fd2-4d2b-a70a-66c1851e0655?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: 576/1109] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:35:08 2026] GET /v2.0/networks/d9447d7b-8fd2-4d2b-a70a-66c1851e0655?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: 534/1110] 199.204.45.61 () {36 vars in 995 bytes} [Thu Aug 13 09:35:06 2026] DELETE /v2.0/ports/a891876a-be34-45b9-b7a4-34d55e745334 => generated 0 bytes in 1358 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:35:08.164 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-843ce4c3-4e51-4d76-a61d-c109711724ce'] response: {'server_uuid': '952c75de-0d7d-40db-874e-ec21eb63c787', 'name': 'network-vif-deleted', 'tag': 'a891876a-be34-45b9-b7a4-34d55e745334', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 577/1111] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:35:08 2026] GET /v2.0/security-groups?tenant_id=6fb71add45b84ccda623444f630a8af4&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1112] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:08 2026] GET /v2.0/ports?device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => 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: 535/1113] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:35:08 2026] DELETE /v2.0/security-groups/b47c9f4f-ce46-4e0d-8520-7a50519fc20e => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:35:08.663 7 INFO neutron.services.segments.plugin [-] Segment 06016695-3b65-4174-8cd8-03fd7d2305c7 resource provider aggregate not found 2026-08-13 09:35:08.668 7 INFO neutron.services.segments.plugin [-] Segment 06016695-3b65-4174-8cd8-03fd7d2305c7 resource provider aggregate not found 2026-08-13 09:35:08.678 7 INFO neutron.services.segments.plugin [-] Segment 06016695-3b65-4174-8cd8-03fd7d2305c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06016695-3b65-4174-8cd8-03fd7d2305c7 found for delete ", "request_id": "req-cc77d981-09a4-47a8-b9b0-00a9cbe595e1"}]} 2026-08-13 09:35:08.690 7 INFO neutron.services.segments.plugin [-] Segment 06016695-3b65-4174-8cd8-03fd7d2305c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06016695-3b65-4174-8cd8-03fd7d2305c7 found for delete ", "request_id": "req-7457b81c-5d8d-4bdc-9a07-63cf9c1e6480"}]} [pid: 7|app: 0|req: 579/1114] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:08 2026] GET /v2.0/ports?device_id=7ab4edc8-cf3f-4702-afac-e29a0c1d8055 => 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: 536/1115] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:35:09 2026] GET /v2.0/security-groups?id=7504381a-6b73-40ec-ba8b-d3f59f92d087&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1116] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:09 2026] GET /v2.0/ports?device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => 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: 581/1117] 199.204.45.61 () {34 vars in 992 bytes} [Thu Aug 13 09:35:10 2026] GET /v2.0/ports?device_id=7ab4edc8-cf3f-4702-afac-e29a0c1d8055 => 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: 537/1118] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:10 2026] GET /v2.0/ports?device_id=7ab4edc8-cf3f-4702-afac-e29a0c1d8055 => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1119] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:35:10 2026] GET /v2.0/security-groups?id=7504381a-6b73-40ec-ba8b-d3f59f92d087&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:35:10.297 7 INFO neutron_taas.services.taas.taas_plugin [req-9e085a9f-b8f7-4313-99d9-afe09a5bc002 req-b1459403-67ac-44cc-8139-24492681a8cf dd50858ca1214e289ba9ab6725cb40fd 5da2fc1ba2bb46d590187c89e37eee69 - - default default] TaaS: Handle Delete Port: 9d65d781-f2aa-479e-a94d-c36347b438ae 2026-08-13 09:35:10.300 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9e085a9f-b8f7-4313-99d9-afe09a5bc002 req-b1459403-67ac-44cc-8139-24492681a8cf dd50858ca1214e289ba9ab6725cb40fd 5da2fc1ba2bb46d590187c89e37eee69 - - default default] Tap Mirror: Handle Delete Port: 9d65d781-f2aa-479e-a94d-c36347b438ae 2026-08-13 09:35:10.475 7 INFO neutron.db.l3_db [req-9e085a9f-b8f7-4313-99d9-afe09a5bc002 req-b1459403-67ac-44cc-8139-24492681a8cf dd50858ca1214e289ba9ab6725cb40fd 5da2fc1ba2bb46d590187c89e37eee69 - - default default] Floating IP 1eae5482-b229-44ae-a79d-bc3eb071490c disassociated. External IP: 10.96.250.217, port: 9d65d781-f2aa-479e-a94d-c36347b438ae. [pid: 8|app: 0|req: 539/1120] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:10 2026] GET /v2.0/ports?device_id=952c75de-0d7d-40db-874e-ec21eb63c787 => 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: 582/1121] 199.204.45.61 () {36 vars in 995 bytes} [Thu Aug 13 09:35:10 2026] DELETE /v2.0/ports/9d65d781-f2aa-479e-a94d-c36347b438ae => generated 0 bytes in 705 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:35:10.927 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-75e59e65-61f7-4058-b7d1-7c1dd88fd248'] response: {'server_uuid': '7ab4edc8-cf3f-4702-afac-e29a0c1d8055', 'name': 'network-vif-deleted', 'tag': '9d65d781-f2aa-479e-a94d-c36347b438ae', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 540/1122] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:11 2026] GET /v2.0/ports?device_id=7ab4edc8-cf3f-4702-afac-e29a0c1d8055 => 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: 583/1123] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:35:11 2026] GET /v2.0/security-groups?tenant_id=44ce6cdc442a4982b1bf151dbe1e81d8&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1124] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:35:11 2026] DELETE /v2.0/security-groups/a507f56b-9494-4827-a16b-9daa513d4799 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1125] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:35:11 2026] DELETE /v2.0/security-groups/e9f8a17a-2ce3-4b59-a17a-48afa33f7403 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:35:12.076 8 INFO neutron.api.v2.resource [None req-3c2391da-781f-4e27-a62e-5e67e9636b85 bbc73cf5b7124540b0c1da115ab9fdff 8e121cdb06d84a65a0d639ee64c2b0c3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 542/1126] 10.0.0.119 () {32 vars in 736 bytes} [Thu Aug 13 09:35:12 2026] GET /v2.0/security-groups/e9f8a17a-2ce3-4b59-a17a-48afa33f7403 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:35:12.192 7 INFO neutron_taas.services.taas.taas_plugin [None req-485a7d36-b07b-4da7-a047-794a56c29091 bbc73cf5b7124540b0c1da115ab9fdff 8e121cdb06d84a65a0d639ee64c2b0c3 - - default default] TaaS: Handle Delete Port: 8782974d-eb2e-4ba0-b4bd-1f646f01bf09 2026-08-13 09:35:12.195 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-485a7d36-b07b-4da7-a047-794a56c29091 bbc73cf5b7124540b0c1da115ab9fdff 8e121cdb06d84a65a0d639ee64c2b0c3 - - default default] Tap Mirror: Handle Delete Port: 8782974d-eb2e-4ba0-b4bd-1f646f01bf09 [pid: 7|app: 0|req: 585/1127] 10.0.0.119 () {32 vars in 731 bytes} [Thu Aug 13 09:35:12 2026] DELETE /v2.0/floatingips/fa1c5aa2-2444-4138-889a-c2c86b363dac => generated 0 bytes in 310 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1128] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:12 2026] GET /v2.0/ports?device_id=7ab4edc8-cf3f-4702-afac-e29a0c1d8055 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:35:12.929 7 INFO neutron_taas.services.taas.taas_plugin [None req-aef8ee9a-a562-4ad1-bd71-55841ea659c0 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: d56b5d3a-5890-4954-a2fa-89a126b46c3f 2026-08-13 09:35:12.932 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aef8ee9a-a562-4ad1-bd71-55841ea659c0 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: d56b5d3a-5890-4954-a2fa-89a126b46c3f [pid: 7|app: 0|req: 586/1129] 10.0.0.119 () {34 vars in 788 bytes} [Thu Aug 13 09:35:12 2026] PUT /v2.0/routers/218dd5b3-6bf0-46c9-a88c-684102defd8c/remove_router_interface => generated 309 bytes in 897 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:35:13.552 8 INFO neutron_taas.services.taas.taas_plugin [None req-020dff4c-5bce-481b-bc54-e35ef1ff2f44 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: a2654c53-5727-44e1-a8de-66a81639040b 2026-08-13 09:35:13.554 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-020dff4c-5bce-481b-bc54-e35ef1ff2f44 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: a2654c53-5727-44e1-a8de-66a81639040b [pid: 7|app: 0|req: 587/1130] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:13 2026] GET /v2.0/ports?device_id=7ab4edc8-cf3f-4702-afac-e29a0c1d8055 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:35:13.780 8 INFO neutron_taas.services.taas.taas_plugin [None req-020dff4c-5bce-481b-bc54-e35ef1ff2f44 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: 2503d698-ceea-4a0e-afac-6428dad7c754 2026-08-13 09:35:13.782 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-020dff4c-5bce-481b-bc54-e35ef1ff2f44 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: 2503d698-ceea-4a0e-afac-6428dad7c754 [pid: 7|app: 0|req: 588/1131] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:35:13 2026] GET /v2.0/security-groups?tenant_id=52979d845b0e4432b7ad179bc692dae0&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1132] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:35:13 2026] DELETE /v2.0/security-groups/b010ce02-70d0-4e0e-b011-4f7267a26ff1 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:35:14.185 8 INFO neutron.services.segments.plugin [-] Segment afd50667-1798-434b-b017-ba126732ec17 resource provider aggregate not found 2026-08-13 09:35:14.189 8 INFO neutron.services.segments.plugin [-] Segment afd50667-1798-434b-b017-ba126732ec17 resource provider aggregate not found 2026-08-13 09:35:14.201 8 INFO neutron.services.segments.plugin [-] Segment afd50667-1798-434b-b017-ba126732ec17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afd50667-1798-434b-b017-ba126732ec17 found for delete ", "request_id": "req-bd4ec86e-8c32-4bf6-9dd7-47f4800d2e50"}]} 2026-08-13 09:35:14.208 8 INFO neutron.services.segments.plugin [-] Segment afd50667-1798-434b-b017-ba126732ec17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afd50667-1798-434b-b017-ba126732ec17 found for delete ", "request_id": "req-c4bb97c3-c23a-4847-a72b-779f43b17eb0"}]} 2026-08-13 09:35:14.217 8 INFO neutron.db.l3_hamode_db [None req-020dff4c-5bce-481b-bc54-e35ef1ff2f44 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] HA network 13e2cde4-1498-4664-8dfc-e08b6fb460e4 was deleted as no HA routers are present in tenant 8e121cdb06d84a65a0d639ee64c2b0c3. [pid: 8|app: 0|req: 544/1133] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:35:13 2026] DELETE /v2.0/routers/218dd5b3-6bf0-46c9-a88c-684102defd8c => generated 0 bytes in 844 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1134] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:35:14 2026] GET /v2.0/security-groups?tenant_id=08222281c0914d94aaafdd82025b9d23&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1135] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:35:14 2026] DELETE /v2.0/subnets/8c69d7c6-704d-4154-9efe-673add301b8a => 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: 591/1136] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:35:14 2026] DELETE /v2.0/security-groups/5c2e4ef4-f762-4814-8545-ee0891082fcb => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:35:14.461 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb09860e-6973-4e8b-8bec-b1ed14aeb656 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: de04a390-3760-4440-9399-82609cd50df1 2026-08-13 09:35:14.464 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb09860e-6973-4e8b-8bec-b1ed14aeb656 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: de04a390-3760-4440-9399-82609cd50df1 [pid: 8|app: 0|req: 546/1137] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:35:14 2026] DELETE /v2.0/networks/70106bf9-d713-475d-b28e-347db6344971 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1138] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:35:14 2026] DELETE /v2.0/security-groups/7504381a-6b73-40ec-ba8b-d3f59f92d087 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:35:14.773 8 INFO neutron.api.v2.resource [None req-a966e527-2113-4f0c-9075-f0d803ae5256 dd50858ca1214e289ba9ab6725cb40fd 5da2fc1ba2bb46d590187c89e37eee69 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 547/1139] 10.0.0.119 () {32 vars in 736 bytes} [Thu Aug 13 09:35:14 2026] GET /v2.0/security-groups/7504381a-6b73-40ec-ba8b-d3f59f92d087 => 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: 548/1140] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:35:14 2026] GET /v2.0/security-groups?tenant_id=8e121cdb06d84a65a0d639ee64c2b0c3&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:35:14.883 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b5146d0-6496-4a22-86af-ec5de606cdfd dd50858ca1214e289ba9ab6725cb40fd 5da2fc1ba2bb46d590187c89e37eee69 - - default default] TaaS: Handle Delete Port: ad9c9dee-c80c-4737-a4b4-6a054389c38d 2026-08-13 09:35:14.886 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b5146d0-6496-4a22-86af-ec5de606cdfd dd50858ca1214e289ba9ab6725cb40fd 5da2fc1ba2bb46d590187c89e37eee69 - - default default] Tap Mirror: Handle Delete Port: ad9c9dee-c80c-4737-a4b4-6a054389c38d [pid: 8|app: 0|req: 549/1141] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:35:14 2026] DELETE /v2.0/security-groups/02c2a2e9-6e41-4cfa-9124-51393d3f8e64 => 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: 593/1142] 10.0.0.119 () {32 vars in 731 bytes} [Thu Aug 13 09:35:14 2026] DELETE /v2.0/floatingips/1eae5482-b229-44ae-a79d-bc3eb071490c => generated 0 bytes in 275 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:35:15.488 8 INFO neutron_taas.services.taas.taas_plugin [None req-57132fca-c927-4337-b6cc-50b7e8c35b9e 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: 2165b328-c2e8-4db3-ac96-e170a5d5c2b4 2026-08-13 09:35:15.490 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57132fca-c927-4337-b6cc-50b7e8c35b9e 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: 2165b328-c2e8-4db3-ac96-e170a5d5c2b4 [pid: 7|app: 0|req: 594/1143] 10.0.0.177 () {32 vars in 801 bytes} [Thu Aug 13 09:35:15 2026] GET /v2.0/extensions => generated 21537 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1144] 10.0.0.177 () {30 vars in 723 bytes} [Thu Aug 13 09:35:15 2026] GET /v2.0/quotas/f0bc4e53963748e48ebb6c2e044ecd8c/details => generated 847 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1145] 10.0.0.119 () {34 vars in 788 bytes} [Thu Aug 13 09:35:15 2026] PUT /v2.0/routers/3c9f58d7-9808-445c-8707-864fabf3a79e/remove_router_interface => generated 309 bytes in 1011 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:35:16.219 8 INFO neutron.services.segments.plugin [-] Segment e7c0514c-2cf3-4c7b-bc19-9c355f476eae resource provider aggregate not found 2026-08-13 09:35:16.228 8 INFO neutron.services.segments.plugin [-] Segment e7c0514c-2cf3-4c7b-bc19-9c355f476eae resource provider aggregate not found 2026-08-13 09:35:16.238 8 INFO neutron.services.segments.plugin [-] Segment e7c0514c-2cf3-4c7b-bc19-9c355f476eae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7c0514c-2cf3-4c7b-bc19-9c355f476eae found for delete ", "request_id": "req-8ac8294d-0891-428b-b3ab-3414fab29d18"}]} 2026-08-13 09:35:16.243 8 INFO neutron.services.segments.plugin [-] Segment e7c0514c-2cf3-4c7b-bc19-9c355f476eae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7c0514c-2cf3-4c7b-bc19-9c355f476eae found for delete ", "request_id": "req-5a57d842-757a-4f76-a59c-a699b5005336"}]} 2026-08-13 09:35:16.272 7 INFO neutron_taas.services.taas.taas_plugin [None req-90db489f-4b4f-48e2-a757-f5ae9a99eca7 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: 77f15430-20d9-4a2f-8062-ba2d0eed56b7 2026-08-13 09:35:16.275 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90db489f-4b4f-48e2-a757-f5ae9a99eca7 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: 77f15430-20d9-4a2f-8062-ba2d0eed56b7 2026-08-13 09:35:16.567 7 INFO neutron_taas.services.taas.taas_plugin [None req-90db489f-4b4f-48e2-a757-f5ae9a99eca7 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: 7a840963-1dfe-40b7-9622-2ec018371a03 2026-08-13 09:35:16.570 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90db489f-4b4f-48e2-a757-f5ae9a99eca7 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: 7a840963-1dfe-40b7-9622-2ec018371a03 2026-08-13 09:35:16.956 7 INFO neutron.services.segments.plugin [-] Segment 483f3485-fbb6-41f7-b81e-18358884cecb resource provider aggregate not found 2026-08-13 09:35:16.962 7 INFO neutron.services.segments.plugin [-] Segment 483f3485-fbb6-41f7-b81e-18358884cecb resource provider aggregate not found 2026-08-13 09:35:16.984 7 INFO neutron.services.segments.plugin [-] Segment 483f3485-fbb6-41f7-b81e-18358884cecb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 483f3485-fbb6-41f7-b81e-18358884cecb found for delete ", "request_id": "req-d358bb51-ecb9-4ae9-b7cc-65bacc15cf16"}]} 2026-08-13 09:35:16.986 7 INFO neutron.services.segments.plugin [-] Segment 483f3485-fbb6-41f7-b81e-18358884cecb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 483f3485-fbb6-41f7-b81e-18358884cecb found for delete ", "request_id": "req-36adf177-d3a0-40e9-9158-e612f881bf34"}]} 2026-08-13 09:35:16.991 7 INFO neutron.db.l3_hamode_db [None req-90db489f-4b4f-48e2-a757-f5ae9a99eca7 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] HA network 00d5d461-40ba-4ade-b862-5d3ac71f9787 was deleted as no HA routers are present in tenant 5da2fc1ba2bb46d590187c89e37eee69. [pid: 7|app: 0|req: 596/1146] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:35:16 2026] DELETE /v2.0/routers/3c9f58d7-9808-445c-8707-864fabf3a79e => generated 0 bytes in 912 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1147] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:35:17 2026] DELETE /v2.0/subnets/b7f82348-048e-4669-bc90-5df9650af5ae => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:35:17.257 7 INFO neutron_taas.services.taas.taas_plugin [None req-f9ae6e54-90c0-484a-b82d-0567d2505f17 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: 24342117-2321-4bbd-98b9-55be7802c194 2026-08-13 09:35:17.259 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9ae6e54-90c0-484a-b82d-0567d2505f17 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: 24342117-2321-4bbd-98b9-55be7802c194 [pid: 7|app: 0|req: 597/1148] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:35:17 2026] DELETE /v2.0/networks/d9447d7b-8fd2-4d2b-a70a-66c1851e0655 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1149] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:35:17 2026] GET /v2.0/security-groups?tenant_id=5da2fc1ba2bb46d590187c89e37eee69&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1150] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:35:17 2026] DELETE /v2.0/security-groups/1bc8f72f-ff55-4214-a8e9-3cde920abad0 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1151] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:35:18 2026] GET /v2.0/security-groups?tenant_id=36b639e92d8b431c92dcd991da1eba31&name=default => generated 2925 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1152] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:35:18 2026] DELETE /v2.0/security-groups/bfbc45b9-4a8f-4e21-88f7-1e9abde2926d => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:35:19.004 7 INFO neutron.services.segments.plugin [-] Segment d70ce2f2-e799-4193-b9f9-d262e7666ffc resource provider aggregate not found 2026-08-13 09:35:19.010 7 INFO neutron.services.segments.plugin [-] Segment d70ce2f2-e799-4193-b9f9-d262e7666ffc resource provider aggregate not found 2026-08-13 09:35:19.022 7 INFO neutron.services.segments.plugin [-] Segment d70ce2f2-e799-4193-b9f9-d262e7666ffc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d70ce2f2-e799-4193-b9f9-d262e7666ffc found for delete ", "request_id": "req-a8f7b2c8-0909-4d35-b259-1975e5c39af7"}]} 2026-08-13 09:35:19.025 7 INFO neutron.services.segments.plugin [-] Segment d70ce2f2-e799-4193-b9f9-d262e7666ffc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d70ce2f2-e799-4193-b9f9-d262e7666ffc found for delete ", "request_id": "req-9a6fbe88-4844-4021-9287-d878d3d1671e"}]} [pid: 7|app: 0|req: 600/1153] 10.0.0.177 () {32 vars in 801 bytes} [Thu Aug 13 09:35:19 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: 601/1154] 10.0.0.177 () {30 vars in 723 bytes} [Thu Aug 13 09:35:19 2026] GET /v2.0/quotas/f0bc4e53963748e48ebb6c2e044ecd8c/details => generated 847 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1155] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:35:19 2026] GET /v2.0/security-groups?tenant_id=77c3e56aef6e4e73aea29bf263be7a5e&name=default => generated 2925 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1156] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:35:19 2026] DELETE /v2.0/security-groups/07c58f3e-22e9-443d-a4d7-99a03612c328 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:35:20.158 8 INFO neutron.db.segments_db [None req-e960ef41-fa5b-4bea-8259-dc3d3d7b8696 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Added segment 670b90ca-73cb-4b08-81b2-daf47c3c9d55 of type vxlan for network 54a6cac8-0736-4b3d-8b09-0b7da5ca0b4a [pid: 7|app: 0|req: 603/1157] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:35:20 2026] GET /v2.0/security-groups?tenant_id=f12694c4de0a4d2e829c4e4c7def0503&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1158] 10.0.0.119 () {34 vars in 670 bytes} [Thu Aug 13 09:35:19 2026] POST /v2.0/networks => generated 724 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1159] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:35:20 2026] DELETE /v2.0/security-groups/c234033d-0054-4868-8a82-7d8daff00008 => 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: 556/1160] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:35:20 2026] POST /v2.0/subnets => generated 690 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:35:20.585 7 INFO neutron.db.segments_db [None req-3f6faa85-5e88-4a71-85c4-bae94de3bdaf 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Added segment ccba690a-4c11-4100-8b38-cd2e22146525 of type vxlan for network d60d78ae-fe8d-42b2-ae56-a3771f28fafe 2026-08-13 09:35:20.861 7 INFO neutron.db.l3_hamode_db [None req-3f6faa85-5e88-4a71-85c4-bae94de3bdaf 28b6a09e6ab04c07ad4946c75eecaf04 6dc9404a63404428bb83e95a85cf5dbd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 557/1161] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:35:21 2026] GET /v2.0/security-groups?tenant_id=01e2eb52739b41e1ad6953eb71e9400c&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: 558/1162] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:35:21 2026] DELETE /v2.0/security-groups/30b841da-3a0e-42ab-a861-74e2fa256f37 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:35:21.738 7 INFO neutron.db.l3_hamode_db [None req-3f6faa85-5e88-4a71-85c4-bae94de3bdaf 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 605/1163] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:35:20 2026] POST /v2.0/routers => generated 730 bytes in 2101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1166] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:35:22 2026] GET /v2.0/security-groups?tenant_id=f0bc4e53963748e48ebb6c2e044ecd8c&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: 609/1167] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:35:23 2026] DELETE /v2.0/security-groups/b947f51e-4455-4a9d-ae3c-dadf9ac3ca15 => 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: 559/1168] 10.0.0.119 () {34 vars in 782 bytes} [Thu Aug 13 09:35:22 2026] PUT /v2.0/routers/2e1fdd08-1087-4b10-b151-b8290ce6b476/add_router_interface => generated 309 bytes in 1178 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1169] 10.0.0.119 () {34 vars in 684 bytes} [Thu Aug 13 09:35:24 2026] POST /v2.0/security-groups => generated 1659 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1170] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:35:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1171] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:35:24 2026] POST /v2.0/security-group-rules => generated 602 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1172] 10.0.0.119 () {34 vars in 675 bytes} [Thu Aug 13 09:35:24 2026] POST /v2.0/floatingips => generated 552 bytes in 674 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1173] 10.0.0.198 () {34 vars in 1097 bytes} [Thu Aug 13 09:35:25 2026] GET /v2.0/security-groups?name=tempest-securitygroup--893946860&fields=id&tenant_id=6dc9404a63404428bb83e95a85cf5dbd => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1174] 10.0.0.198 () {34 vars in 981 bytes} [Thu Aug 13 09:35:25 2026] GET /v2.0/networks?id=54a6cac8-0736-4b3d-8b09-0b7da5ca0b4a => generated 675 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1175] 10.0.0.198 () {34 vars in 964 bytes} [Thu Aug 13 09:35:26 2026] GET /v2.0/quotas/6dc9404a63404428bb83e95a85cf5dbd => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1176] 10.0.0.198 () {34 vars in 1001 bytes} [Thu Aug 13 09:35:26 2026] GET /v2.0/ports?tenant_id=6dc9404a63404428bb83e95a85cf5dbd&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1177] 10.0.0.198 () {34 vars in 1007 bytes} [Thu Aug 13 09:35:26 2026] GET /v2.0/networks/54a6cac8-0736-4b3d-8b09-0b7da5ca0b4a?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1178] 10.0.0.198 () {34 vars in 1107 bytes} [Thu Aug 13 09:35:26 2026] GET /v2.0/networks/54a6cac8-0736-4b3d-8b09-0b7da5ca0b4a?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: 615/1179] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:26 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => 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: 565/1180] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:35:26 2026] GET /v2.0/security-groups?tenant_id=c7a55886109a413092a42c5ca3e557ea&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: 616/1181] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:35:26 2026] DELETE /v2.0/security-groups/332ab49b-d052-4b45-86f3-9cfdcf1f12e9 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1182] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:35:27 2026] GET /v2.0/security-groups?tenant_id=380bf601820d43d3888ea055c906a54c&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1183] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:35:27 2026] DELETE /v2.0/security-groups/5f64a76f-c708-40da-8ca6-9751d49e3304 => 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: 567/1184] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:27 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:35:27.913 7 INFO neutron.db.segments_db [None req-3d3403ce-4d49-4c4b-a56e-5060454a09fb e94ace46364e40ba97cbdb3d087409cf 32ed8a8429024a509f4c6c050513f483 - - default default] Added segment 06ff55e6-cf0d-43ff-9073-efcad8ac0c20 of type vxlan for network 6ef7d350-7388-4fa9-b4b5-2496b80f6a1e 2026-08-13 09:35:28.191 7 INFO neutron.db.l3_hamode_db [None req-3d3403ce-4d49-4c4b-a56e-5060454a09fb e94ace46364e40ba97cbdb3d087409cf 32ed8a8429024a509f4c6c050513f483 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 09:35:28.298 7 INFO neutron.db.l3_hamode_db [None req-3d3403ce-4d49-4c4b-a56e-5060454a09fb e94ace46364e40ba97cbdb3d087409cf 32ed8a8429024a509f4c6c050513f483 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 568/1185] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:28 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => 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: 618/1186] 10.0.0.119 () {34 vars in 667 bytes} [Thu Aug 13 09:35:27 2026] POST /v2.0/routers => generated 474 bytes in 1191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:35:28.892 8 INFO neutron.db.l3_hamode_db [None req-6c6580be-c17b-4e54-aec4-29235a34ce4c e94ace46364e40ba97cbdb3d087409cf 32ed8a8429024a509f4c6c050513f483 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 09:35:29.029 8 INFO neutron.db.l3_hamode_db [None req-6c6580be-c17b-4e54-aec4-29235a34ce4c e94ace46364e40ba97cbdb3d087409cf 32ed8a8429024a509f4c6c050513f483 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 09:35:29.360 7 INFO neutron.db.segments_db [None req-24510990-eb75-4ba6-88fa-2e5ecb29a345 2493b736fb6746229fe56f9cf5c75243 a4e4b3bd994945d59947f1ca053d5f2a - - default default] Added segment 5e2d51cb-7376-4d98-946f-d070151118c9 of type vxlan for network ff227ecc-606f-4f7c-9c28-832db5f06531 [pid: 7|app: 0|req: 619/1187] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:35:29 2026] POST /v2.0/networks => generated 625 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1188] 10.0.0.119 () {34 vars in 667 bytes} [Thu Aug 13 09:35:28 2026] POST /v2.0/routers => generated 474 bytes in 810 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1189] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:29 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:35:29.695 8 INFO neutron.db.l3_hamode_db [None req-5d17a6aa-ad1a-4265-b295-f9fc836c195d e94ace46364e40ba97cbdb3d087409cf 32ed8a8429024a509f4c6c050513f483 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 620/1190] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:35:29 2026] POST /v2.0/subnets => generated 641 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:35:29.820 8 INFO neutron.db.l3_hamode_db [None req-5d17a6aa-ad1a-4265-b295-f9fc836c195d e94ace46364e40ba97cbdb3d087409cf 32ed8a8429024a509f4c6c050513f483 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 09:35:29.862 7 INFO neutron.db.segments_db [None req-ae1231e4-bec2-4a03-be2e-4cbfcaecf874 2493b736fb6746229fe56f9cf5c75243 a4e4b3bd994945d59947f1ca053d5f2a - - default default] Added segment 537cf1f2-1a69-4c8d-ae52-c90b8eb86887 of type vxlan for network ff269a27-79f0-463e-b1e2-bd6bd3a3d1b1 [pid: 7|app: 0|req: 621/1191] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:35:29 2026] POST /v2.0/networks => generated 623 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1192] 10.0.0.119 () {34 vars in 742 bytes} [Thu Aug 13 09:35:29 2026] PUT /v2.0/networks/ff269a27-79f0-463e-b1e2-bd6bd3a3d1b1 => generated 592 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1193] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:35:30 2026] POST /v2.0/subnets => generated 626 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1194] 10.0.0.119 () {34 vars in 667 bytes} [Thu Aug 13 09:35:29 2026] POST /v2.0/routers => generated 474 bytes in 790 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:35:30.505 8 INFO neutron.db.l3_hamode_db [None req-b9d69ac6-80b8-42ef-ad06-91ef2cdfd657 e94ace46364e40ba97cbdb3d087409cf 32ed8a8429024a509f4c6c050513f483 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 624/1195] 10.0.0.119 () {34 vars in 740 bytes} [Thu Aug 13 09:35:30 2026] PUT /v2.0/subnets/a31c204f-0dd1-44fe-8678-a1b1040cda6e => generated 636 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:35:30.707 8 INFO neutron.db.l3_hamode_db [None req-b9d69ac6-80b8-42ef-ad06-91ef2cdfd657 e94ace46364e40ba97cbdb3d087409cf 32ed8a8429024a509f4c6c050513f483 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 09:35:30.798 7 INFO neutron.services.segments.plugin [-] Segment 537cf1f2-1a69-4c8d-ae52-c90b8eb86887 resource provider aggregate not found 2026-08-13 09:35:30.799 7 INFO neutron.services.segments.plugin [-] Segment 537cf1f2-1a69-4c8d-ae52-c90b8eb86887 resource provider aggregate not found 2026-08-13 09:35:30.816 7 INFO neutron.services.segments.plugin [-] Segment 537cf1f2-1a69-4c8d-ae52-c90b8eb86887 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 537cf1f2-1a69-4c8d-ae52-c90b8eb86887 found for delete ", "request_id": "req-f0236839-ef1e-4b4f-89c7-0849a1ae17f5"}]} 2026-08-13 09:35:30.821 7 INFO neutron.services.segments.plugin [-] Segment 537cf1f2-1a69-4c8d-ae52-c90b8eb86887 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 537cf1f2-1a69-4c8d-ae52-c90b8eb86887 found for delete ", "request_id": "req-56199732-ba28-4457-89ba-e67c5672f196"}]} [pid: 7|app: 0|req: 625/1196] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:35:30 2026] DELETE /v2.0/networks/ff269a27-79f0-463e-b1e2-bd6bd3a3d1b1 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1197] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:35:30 2026] GET /v2.0/networks?id=54a6cac8-0736-4b3d-8b09-0b7da5ca0b4a => generated 675 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1198] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:30 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:35:30.922 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c0f23581-0ba4-46d8-b06e-10fc6377e2ea 2493b736fb6746229fe56f9cf5c75243 a4e4b3bd994945d59947f1ca053d5f2a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 628/1199] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:35:30 2026] DELETE /v2.0/networks/ff269a27-79f0-463e-b1e2-bd6bd3a3d1b1 => generated 138 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1200] 199.204.45.61 () {34 vars in 1048 bytes} [Thu Aug 13 09:35:30 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6dc9404a63404428bb83e95a85cf5dbd => generated 180 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1201] 10.0.0.119 () {32 vars in 693 bytes} [Thu Aug 13 09:35:30 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1202] 10.0.0.119 () {34 vars in 667 bytes} [Thu Aug 13 09:35:30 2026] POST /v2.0/routers => generated 474 bytes in 823 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1203] 10.0.0.119 () {32 vars in 741 bytes} [Thu Aug 13 09:35:31 2026] GET /v2.0/subnets?network_id=ff7f27f4-7c38-4c4b-a373-2784a40ca1df => generated 649 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:35:31.377 8 INFO neutron.db.l3_hamode_db [None req-e7a18af4-b071-4dc4-a064-cc8dcdd4310a e94ace46364e40ba97cbdb3d087409cf 32ed8a8429024a509f4c6c050513f483 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 631/1204] 199.204.45.61 () {38 vars in 953 bytes} [Thu Aug 13 09:35:31 2026] POST /v2.0/ports => generated 958 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: 632/1205] 10.0.0.119 () {32 vars in 652 bytes} [Thu Aug 13 09:35:31 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) 2026-08-13 09:35:31.532 8 INFO neutron.db.l3_hamode_db [None req-e7a18af4-b071-4dc4-a064-cc8dcdd4310a e94ace46364e40ba97cbdb3d087409cf 32ed8a8429024a509f4c6c050513f483 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 633/1206] 199.204.45.61 () {38 vars in 1026 bytes} [Thu Aug 13 09:35:31 2026] PUT /v2.0/ports/aa4226c3-a43a-4dc0-8580-97b6ae35fb77 => generated 1239 bytes in 375 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-08-13 09:35:31.864 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a4155aff-63fa-487a-91d5-25174772a9f9'] response: {'name': 'network-changed', 'server_uuid': '369505f0-296d-4015-a400-b0e634384896', 'tag': 'aa4226c3-a43a-4dc0-8580-97b6ae35fb77', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 634/1207] 10.0.0.119 () {32 vars in 648 bytes} [Thu Aug 13 09:35:31 2026] GET /v2.0/networks => generated 1309 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1208] 10.0.0.119 () {32 vars in 646 bytes} [Thu Aug 13 09:35:31 2026] GET /v2.0/subnets => generated 1280 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1209] 10.0.0.119 () {32 vars in 722 bytes} [Thu Aug 13 09:35:31 2026] GET /v2.0/networks/ff227ecc-606f-4f7c-9c28-832db5f06531 => generated 669 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1210] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:31 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1211] 10.0.0.119 () {32 vars in 720 bytes} [Thu Aug 13 09:35:32 2026] GET /v2.0/subnets/6188eb18-e22f-4b66-9eb7-0f1f3cc8ba2f => generated 641 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1212] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:35:32 2026] GET /v2.0/security-groups?id=2cf87afa-6b57-45f9-98a5-73d6524978e3&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-08-13 09:35:32.082 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f03b3d02-f5f9-4237-97c6-5e7696603dc6 2493b736fb6746229fe56f9cf5c75243 a4e4b3bd994945d59947f1ca053d5f2a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 640/1213] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:35:32 2026] DELETE /v2.0/subnets/a31c204f-0dd1-44fe-8678-a1b1040cda6e => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:35:32.095 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6b5b9387-544f-44bb-9d77-aae908b3e613 2493b736fb6746229fe56f9cf5c75243 a4e4b3bd994945d59947f1ca053d5f2a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 641/1214] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:35:32 2026] DELETE /v2.0/networks/ff269a27-79f0-463e-b1e2-bd6bd3a3d1b1 => generated 138 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1215] 10.0.0.119 () {34 vars in 667 bytes} [Thu Aug 13 09:35:31 2026] POST /v2.0/routers => generated 474 bytes in 795 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1216] 10.0.0.119 () {34 vars in 750 bytes} [Thu Aug 13 09:35:32 2026] PUT /v2.0/routers/8c5fb1dd-a0a2-49b4-a7ac-06e3e50d57e8/tags => generated 17 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1217] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:35:32 2026] DELETE /v2.0/subnets/6188eb18-e22f-4b66-9eb7-0f1f3cc8ba2f => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:35:32.399 8 INFO neutron_taas.services.taas.taas_plugin [None req-1834a0ca-81dd-45c2-ad54-4cab1d090512 2493b736fb6746229fe56f9cf5c75243 a4e4b3bd994945d59947f1ca053d5f2a - - default default] TaaS: Handle Delete Port: de5c0913-0978-4b38-86b3-9378e96d9b00 2026-08-13 09:35:32.405 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1834a0ca-81dd-45c2-ad54-4cab1d090512 2493b736fb6746229fe56f9cf5c75243 a4e4b3bd994945d59947f1ca053d5f2a - - default default] Tap Mirror: Handle Delete Port: de5c0913-0978-4b38-86b3-9378e96d9b00 2026-08-13 09:35:32.559 8 INFO neutron.services.segments.plugin [-] Segment 5e2d51cb-7376-4d98-946f-d070151118c9 resource provider aggregate not found 2026-08-13 09:35:32.563 8 INFO neutron.services.segments.plugin [-] Segment 5e2d51cb-7376-4d98-946f-d070151118c9 resource provider aggregate not found [pid: 8|app: 0|req: 576/1218] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:35:32 2026] DELETE /v2.0/networks/ff227ecc-606f-4f7c-9c28-832db5f06531 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:35:32.585 8 INFO neutron.services.segments.plugin [-] Segment 5e2d51cb-7376-4d98-946f-d070151118c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e2d51cb-7376-4d98-946f-d070151118c9 found for delete ", "request_id": "req-5947e409-d488-421a-8955-37623558f96a"}]} 2026-08-13 09:35:32.586 8 INFO neutron.services.segments.plugin [-] Segment 5e2d51cb-7376-4d98-946f-d070151118c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e2d51cb-7376-4d98-946f-d070151118c9 found for delete ", "request_id": "req-0e00fef6-2eba-460d-8fd3-93c5b7cdd263"}]} [pid: 8|app: 0|req: 577/1219] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:35:32 2026] GET /v2.0/ports?tenant_id=6dc9404a63404428bb83e95a85cf5dbd&device_id=369505f0-296d-4015-a400-b0e634384896 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1220] 199.204.45.61 () {34 vars in 1016 bytes} [Thu Aug 13 09:35:32 2026] GET /v2.0/networks?tenant_id=6dc9404a63404428bb83e95a85cf5dbd&shared=False => generated 771 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1221] 199.204.45.61 () {34 vars in 928 bytes} [Thu Aug 13 09:35:32 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1222] 10.0.0.119 () {34 vars in 750 bytes} [Thu Aug 13 09:35:32 2026] PUT /v2.0/routers/3123e41d-f8d7-40c1-9271-da4a8f98a09a/tags => generated 25 bytes in 623 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1223] 10.0.0.119 () {34 vars in 750 bytes} [Thu Aug 13 09:35:32 2026] PUT /v2.0/routers/4f5a1e6a-90e7-4570-8a88-291a6ed96f57/tags => generated 34 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1224] 10.0.0.119 () {34 vars in 750 bytes} [Thu Aug 13 09:35:33 2026] PUT /v2.0/routers/9081e1f1-6e80-4786-b7a2-eda07d3e57ff/tags => generated 19 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1225] 10.0.0.119 () {32 vars in 663 bytes} [Thu Aug 13 09:35:33 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1226] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:35:33 2026] GET /v2.0/security-groups?tenant_id=a4e4b3bd994945d59947f1ca053d5f2a&name=default => generated 2925 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1227] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:33 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1228] 10.0.0.119 () {32 vars in 677 bytes} [Thu Aug 13 09:35:33 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1229] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:35:33 2026] GET /v2.0/security-groups?id=2cf87afa-6b57-45f9-98a5-73d6524978e3&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: 647/1230] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:35:33 2026] DELETE /v2.0/security-groups/6d43e81a-750a-4aeb-83ed-9f50f49d9cda => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1231] 10.0.0.119 () {32 vars in 673 bytes} [Thu Aug 13 09:35:33 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1232] 10.0.0.119 () {32 vars in 685 bytes} [Thu Aug 13 09:35:33 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1233] 10.0.0.119 () {32 vars in 671 bytes} [Thu Aug 13 09:35:33 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1234] 10.0.0.119 () {32 vars in 685 bytes} [Thu Aug 13 09:35:33 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1235] 10.0.0.119 () {32 vars in 681 bytes} [Thu Aug 13 09:35:33 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1236] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:35:33 2026] GET /v2.0/ports?tenant_id=6dc9404a63404428bb83e95a85cf5dbd&device_id=369505f0-296d-4015-a400-b0e634384896 => 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: 650/1237] 10.0.0.119 () {32 vars in 693 bytes} [Thu Aug 13 09:35:33 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1238] 199.204.45.61 () {34 vars in 1058 bytes} [Thu Aug 13 09:35:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=aa4226c3-a43a-4dc0-8580-97b6ae35fb77 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1239] 10.0.0.119 () {32 vars in 720 bytes} [Thu Aug 13 09:35:33 2026] GET /v2.0/routers/8c5fb1dd-a0a2-49b4-a7ac-06e3e50d57e8 => generated 485 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1240] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:35:33 2026] GET /v2.0/subnets?id=e0fa606f-1043-46a0-bde9-4d0f1d51fba6 => 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: 590/1241] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:35:33 2026] GET /v2.0/ports?network_id=54a6cac8-0736-4b3d-8b09-0b7da5ca0b4a&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1242] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:35:33 2026] GET /v2.0/networks/54a6cac8-0736-4b3d-8b09-0b7da5ca0b4a?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: 592/1243] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:35:33 2026] GET /v2.0/networks/54a6cac8-0736-4b3d-8b09-0b7da5ca0b4a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1244] 10.0.0.119 () {34 vars in 741 bytes} [Thu Aug 13 09:35:33 2026] PUT /v2.0/routers/8c5fb1dd-a0a2-49b4-a7ac-06e3e50d57e8 => generated 485 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1245] 10.0.0.119 () {32 vars in 735 bytes} [Thu Aug 13 09:35:34 2026] GET /v2.0/ports?device_id=8c5fb1dd-a0a2-49b4-a7ac-06e3e50d57e8 => 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: 594/1246] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:34 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:35:34.481 7 INFO neutron_taas.services.taas.taas_plugin [None req-adddea70-52df-4cda-9c36-daa156f1cb31 e94ace46364e40ba97cbdb3d087409cf 32ed8a8429024a509f4c6c050513f483 - - default default] TaaS: Handle Delete Port: 0c664084-0e03-4fea-af98-9e319837ffcb 2026-08-13 09:35:34.484 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-adddea70-52df-4cda-9c36-daa156f1cb31 e94ace46364e40ba97cbdb3d087409cf 32ed8a8429024a509f4c6c050513f483 - - default default] Tap Mirror: Handle Delete Port: 0c664084-0e03-4fea-af98-9e319837ffcb [pid: 8|app: 0|req: 595/1247] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:35:34 2026] GET /v2.0/security-groups?id=2cf87afa-6b57-45f9-98a5-73d6524978e3&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: 653/1248] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:35:34 2026] DELETE /v2.0/routers/8c5fb1dd-a0a2-49b4-a7ac-06e3e50d57e8 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1249] 10.0.0.119 () {32 vars in 720 bytes} [Thu Aug 13 09:35:34 2026] GET /v2.0/routers/3123e41d-f8d7-40c1-9271-da4a8f98a09a => generated 493 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1250] 10.0.0.119 () {34 vars in 741 bytes} [Thu Aug 13 09:35:34 2026] PUT /v2.0/routers/3123e41d-f8d7-40c1-9271-da4a8f98a09a => generated 493 bytes in 439 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1251] 10.0.0.119 () {32 vars in 735 bytes} [Thu Aug 13 09:35:35 2026] GET /v2.0/ports?device_id=3123e41d-f8d7-40c1-9271-da4a8f98a09a => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:35:35.359 8 INFO neutron.db.segments_db [None req-be38f156-3d1c-4fe0-9b3c-f754ec3bddb4 ce71316a04494b7696c2587f711443c9 43f4f553c9b643cf90cf98e386ec036d - - default default] Added segment bb319cf3-dc7b-45f9-ba68-8902e918256f of type vxlan for network edeaab4f-9218-48c2-b3c2-8ff87e84ee45 2026-08-13 09:35:35.361 7 INFO neutron_taas.services.taas.taas_plugin [None req-9a9564a5-9489-4b4c-960c-8f93632f12d6 e94ace46364e40ba97cbdb3d087409cf 32ed8a8429024a509f4c6c050513f483 - - default default] TaaS: Handle Delete Port: 811e6c75-027e-4cfd-aee6-823b4098a787 2026-08-13 09:35:35.366 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a9564a5-9489-4b4c-960c-8f93632f12d6 e94ace46364e40ba97cbdb3d087409cf 32ed8a8429024a509f4c6c050513f483 - - default default] Tap Mirror: Handle Delete Port: 811e6c75-027e-4cfd-aee6-823b4098a787 [pid: 8|app: 0|req: 597/1252] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:35:34 2026] POST /v2.0/networks => generated 626 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1253] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:35:35 2026] DELETE /v2.0/routers/3123e41d-f8d7-40c1-9271-da4a8f98a09a => 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: 598/1254] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:35:35 2026] GET /v2.0/security-groups?tenant_id=e2f114292891400fa40faf74f7064202&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: 599/1255] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:35 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1256] 10.0.0.119 () {32 vars in 720 bytes} [Thu Aug 13 09:35:35 2026] GET /v2.0/routers/4f5a1e6a-90e7-4570-8a88-291a6ed96f57 => generated 502 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1257] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:35:35 2026] DELETE /v2.0/security-groups/6e7a6c93-dc75-4236-a838-d90d64a04696 => 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: 602/1258] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:35:35 2026] GET /v2.0/security-groups?id=2cf87afa-6b57-45f9-98a5-73d6524978e3&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: 657/1259] 10.0.0.119 () {34 vars in 664 bytes} [Thu Aug 13 09:35:35 2026] POST /v2.0/ports => generated 774 bytes in 347 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-08-13 09:35:35.996 7 INFO neutron.db.segments_db [None req-5e310904-39a9-48bf-be11-45f60a64a0ad ce71316a04494b7696c2587f711443c9 43f4f553c9b643cf90cf98e386ec036d - - default default] Added segment b33f0194-71ea-4e75-ae77-e8fe9c97dcd6 of type vxlan for network fc1a671d-4a56-4fd6-97aa-23c4a42ec660 [pid: 7|app: 0|req: 658/1260] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:35:35 2026] POST /v2.0/networks => generated 612 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1261] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:35:36 2026] POST /v2.0/subnets => generated 626 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1262] 10.0.0.119 () {34 vars in 741 bytes} [Thu Aug 13 09:35:35 2026] PUT /v2.0/routers/4f5a1e6a-90e7-4570-8a88-291a6ed96f57 => generated 502 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1263] 10.0.0.119 () {32 vars in 735 bytes} [Thu Aug 13 09:35:36 2026] GET /v2.0/ports?device_id=4f5a1e6a-90e7-4570-8a88-291a6ed96f57 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:35:36.507 8 INFO neutron_taas.services.taas.taas_plugin [None req-027ff1b7-8f74-43c7-96b8-34d57fd7bb41 e94ace46364e40ba97cbdb3d087409cf 32ed8a8429024a509f4c6c050513f483 - - default default] TaaS: Handle Delete Port: c35a6eff-2352-4f1c-8c60-d12ebcd748be 2026-08-13 09:35:36.511 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-027ff1b7-8f74-43c7-96b8-34d57fd7bb41 e94ace46364e40ba97cbdb3d087409cf 32ed8a8429024a509f4c6c050513f483 - - default default] Tap Mirror: Handle Delete Port: c35a6eff-2352-4f1c-8c60-d12ebcd748be [pid: 7|app: 0|req: 660/1264] 10.0.0.119 () {34 vars in 664 bytes} [Thu Aug 13 09:35:36 2026] POST /v2.0/ports => generated 950 bytes in 326 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: 605/1265] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:35:36 2026] DELETE /v2.0/routers/4f5a1e6a-90e7-4570-8a88-291a6ed96f57 => generated 0 bytes in 355 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:35:36.738 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5edc56f-2d2b-4f36-a7a4-e202ca2d105c ce71316a04494b7696c2587f711443c9 43f4f553c9b643cf90cf98e386ec036d - - default default] TaaS: Handle Delete Port: 98caa971-a9ee-427e-8aeb-d06a67f6d1a1 2026-08-13 09:35:36.741 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5edc56f-2d2b-4f36-a7a4-e202ca2d105c ce71316a04494b7696c2587f711443c9 43f4f553c9b643cf90cf98e386ec036d - - default default] Tap Mirror: Handle Delete Port: 98caa971-a9ee-427e-8aeb-d06a67f6d1a1 [pid: 8|app: 0|req: 606/1266] 10.0.0.119 () {32 vars in 720 bytes} [Thu Aug 13 09:35:36 2026] GET /v2.0/routers/9081e1f1-6e80-4786-b7a2-eda07d3e57ff => generated 487 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1267] 10.0.0.119 () {32 vars in 719 bytes} [Thu Aug 13 09:35:36 2026] DELETE /v2.0/ports/98caa971-a9ee-427e-8aeb-d06a67f6d1a1 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:35:36.932 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3d3dab1a-033a-4d5c-861e-5883911a3f0f ce71316a04494b7696c2587f711443c9 43f4f553c9b643cf90cf98e386ec036d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 662/1268] 10.0.0.119 () {32 vars in 719 bytes} [Thu Aug 13 09:35:36 2026] DELETE /v2.0/ports/98caa971-a9ee-427e-8aeb-d06a67f6d1a1 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1269] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:36 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:35:37.026 7 INFO neutron.pecan_wsgi.hooks.translation [None req-17c8a00d-ee93-4c52-ad19-dacd8d48e5f5 ce71316a04494b7696c2587f711443c9 43f4f553c9b643cf90cf98e386ec036d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 664/1270] 10.0.0.119 () {32 vars in 716 bytes} [Thu Aug 13 09:35:37 2026] GET /v2.0/ports/98caa971-a9ee-427e-8aeb-d06a67f6d1a1 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1271] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:35:37 2026] GET /v2.0/security-groups?id=2cf87afa-6b57-45f9-98a5-73d6524978e3&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1272] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:35:37 2026] DELETE /v2.0/subnets/95ff780f-e727-45eb-beb0-e3749d0fdf80 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1273] 10.0.0.119 () {34 vars in 741 bytes} [Thu Aug 13 09:35:36 2026] PUT /v2.0/routers/9081e1f1-6e80-4786-b7a2-eda07d3e57ff => generated 487 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1274] 10.0.0.119 () {32 vars in 735 bytes} [Thu Aug 13 09:35:37 2026] GET /v2.0/ports?device_id=9081e1f1-6e80-4786-b7a2-eda07d3e57ff => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:35:37.282 7 INFO neutron.services.segments.plugin [-] Segment b33f0194-71ea-4e75-ae77-e8fe9c97dcd6 resource provider aggregate not found 2026-08-13 09:35:37.292 7 INFO neutron.services.segments.plugin [-] Segment b33f0194-71ea-4e75-ae77-e8fe9c97dcd6 resource provider aggregate not found 2026-08-13 09:35:37.302 7 INFO neutron.services.segments.plugin [-] Segment b33f0194-71ea-4e75-ae77-e8fe9c97dcd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b33f0194-71ea-4e75-ae77-e8fe9c97dcd6 found for delete ", "request_id": "req-19b85677-efe8-498b-8071-5f754fd2bc8c"}]} [pid: 7|app: 0|req: 667/1275] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:35:37 2026] DELETE /v2.0/networks/fc1a671d-4a56-4fd6-97aa-23c4a42ec660 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:35:37.314 7 INFO neutron.services.segments.plugin [-] Segment b33f0194-71ea-4e75-ae77-e8fe9c97dcd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b33f0194-71ea-4e75-ae77-e8fe9c97dcd6 found for delete ", "request_id": "req-133dd3bb-251f-4d8c-b8f0-99f09a57a2f4"}]} 2026-08-13 09:35:37.390 7 INFO neutron.db.segments_db [None req-455538ec-dcfc-4b44-91ad-85d3d4636291 ce71316a04494b7696c2587f711443c9 43f4f553c9b643cf90cf98e386ec036d - - default default] Added segment 2a94fd3f-a3f7-4965-9130-867e3c41f3ab of type vxlan for network 4528fc45-c319-4f25-b235-19d3455fc3fd 2026-08-13 09:35:37.471 8 INFO neutron_taas.services.taas.taas_plugin [None req-d585359b-76e6-4210-8617-123ab1ad7e30 e94ace46364e40ba97cbdb3d087409cf 32ed8a8429024a509f4c6c050513f483 - - default default] TaaS: Handle Delete Port: 248178a2-40e8-465a-ac0c-f47c71417d1c 2026-08-13 09:35:37.475 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d585359b-76e6-4210-8617-123ab1ad7e30 e94ace46364e40ba97cbdb3d087409cf 32ed8a8429024a509f4c6c050513f483 - - default default] Tap Mirror: Handle Delete Port: 248178a2-40e8-465a-ac0c-f47c71417d1c [pid: 7|app: 0|req: 668/1276] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:35:37 2026] POST /v2.0/networks => generated 612 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1277] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:35:37 2026] DELETE /v2.0/routers/9081e1f1-6e80-4786-b7a2-eda07d3e57ff => generated 0 bytes in 444 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1280] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:35:37 2026] POST /v2.0/subnets => generated 626 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1281] 10.0.0.119 () {32 vars in 720 bytes} [Thu Aug 13 09:35:37 2026] GET /v2.0/routers/f5ce3e2b-4376-4a8e-a3fd-122af40116cb => generated 480 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1282] 10.0.0.119 () {34 vars in 664 bytes} [Thu Aug 13 09:35:37 2026] POST /v2.0/ports => generated 911 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:35:38.216 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b5103fc-1fe4-4d3c-a37a-92a3089186bf ce71316a04494b7696c2587f711443c9 43f4f553c9b643cf90cf98e386ec036d - - default default] TaaS: Handle Delete Port: b78e425a-7b3e-4d70-990d-94cb9e36e35c 2026-08-13 09:35:38.219 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b5103fc-1fe4-4d3c-a37a-92a3089186bf ce71316a04494b7696c2587f711443c9 43f4f553c9b643cf90cf98e386ec036d - - default default] Tap Mirror: Handle Delete Port: b78e425a-7b3e-4d70-990d-94cb9e36e35c [pid: 7|app: 0|req: 671/1283] 10.0.0.119 () {32 vars in 719 bytes} [Thu Aug 13 09:35:38 2026] DELETE /v2.0/ports/b78e425a-7b3e-4d70-990d-94cb9e36e35c => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1284] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:38 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1285] 10.0.0.119 () {34 vars in 741 bytes} [Thu Aug 13 09:35:37 2026] PUT /v2.0/routers/f5ce3e2b-4376-4a8e-a3fd-122af40116cb => generated 480 bytes in 599 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:35:38.414 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e1a0b363-e41e-491c-a6a6-6c2f5f68c4cb ce71316a04494b7696c2587f711443c9 43f4f553c9b643cf90cf98e386ec036d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 673/1286] 10.0.0.119 () {32 vars in 716 bytes} [Thu Aug 13 09:35:38 2026] GET /v2.0/ports/b78e425a-7b3e-4d70-990d-94cb9e36e35c => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1287] 10.0.0.119 () {32 vars in 735 bytes} [Thu Aug 13 09:35:38 2026] GET /v2.0/ports?device_id=f5ce3e2b-4376-4a8e-a3fd-122af40116cb => 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: 674/1288] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:35:38 2026] GET /v2.0/security-groups?id=2cf87afa-6b57-45f9-98a5-73d6524978e3&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: 615/1289] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:35:38 2026] DELETE /v2.0/subnets/9259876a-2ce3-4544-9bb1-176a177d4da0 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:35:38.609 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c75aaa9-71b4-428e-ac53-8878c5b4c673 e94ace46364e40ba97cbdb3d087409cf 32ed8a8429024a509f4c6c050513f483 - - default default] TaaS: Handle Delete Port: 425b148b-9eee-4d1c-a216-1e38d37cee66 2026-08-13 09:35:38.611 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c75aaa9-71b4-428e-ac53-8878c5b4c673 e94ace46364e40ba97cbdb3d087409cf 32ed8a8429024a509f4c6c050513f483 - - default default] Tap Mirror: Handle Delete Port: 425b148b-9eee-4d1c-a216-1e38d37cee66 2026-08-13 09:35:38.699 8 INFO neutron.services.segments.plugin [-] Segment 2a94fd3f-a3f7-4965-9130-867e3c41f3ab resource provider aggregate not found 2026-08-13 09:35:38.703 8 INFO neutron.services.segments.plugin [-] Segment 2a94fd3f-a3f7-4965-9130-867e3c41f3ab resource provider aggregate not found 2026-08-13 09:35:38.725 8 INFO neutron.services.segments.plugin [-] Segment 2a94fd3f-a3f7-4965-9130-867e3c41f3ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a94fd3f-a3f7-4965-9130-867e3c41f3ab found for delete ", "request_id": "req-73ae13dc-bfe0-4e54-925a-1ac83584f54e"}]} 2026-08-13 09:35:38.736 8 INFO neutron.services.segments.plugin [-] Segment 2a94fd3f-a3f7-4965-9130-867e3c41f3ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a94fd3f-a3f7-4965-9130-867e3c41f3ab found for delete ", "request_id": "req-4bb92475-7a89-4d92-881c-be244d172f88"}]} [pid: 8|app: 0|req: 616/1290] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:35:38 2026] DELETE /v2.0/networks/4528fc45-c319-4f25-b235-19d3455fc3fd => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:35:38.926 7 INFO neutron.db.l3_hamode_db [None req-9c75aaa9-71b4-428e-ac53-8878c5b4c673 e94ace46364e40ba97cbdb3d087409cf 32ed8a8429024a509f4c6c050513f483 - - default default] HA network 6ef7d350-7388-4fa9-b4b5-2496b80f6a1e was deleted as no HA routers are present in tenant 32ed8a8429024a509f4c6c050513f483. [pid: 7|app: 0|req: 675/1291] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:35:38 2026] DELETE /v2.0/routers/f5ce3e2b-4376-4a8e-a3fd-122af40116cb => generated 0 bytes in 485 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:35:39.158 8 INFO neutron.db.segments_db [None req-bdc2ff8e-4ac5-4e67-a73b-85dabaedbf52 3fd4dce7e19b4f739294fa0671d60b55 faa10ed070b54ebfb8975095b723a645 - - default default] Added segment bee4ff32-88e8-4b4a-84d4-9088c3241a48 of type vxlan for network 9f96715f-14b7-4503-aed9-e9c3e538d6b6 [pid: 7|app: 0|req: 676/1292] 10.0.0.119 () {34 vars in 664 bytes} [Thu Aug 13 09:35:38 2026] POST /v2.0/ports => generated 774 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 617/1293] 10.0.0.119 () {34 vars in 670 bytes} [Thu Aug 13 09:35:38 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) 2026-08-13 09:35:39.287 8 INFO neutron.db.segments_db [None req-393a6b12-a96a-4d6a-a050-6266a4df7f89 3fd4dce7e19b4f739294fa0671d60b55 faa10ed070b54ebfb8975095b723a645 - - default default] Added segment b85bca10-ec7b-45ee-8869-af3310223a68 of type vxlan for network 99ebd51c-0d4c-4e79-b3f0-cad9e3d3b0a9 2026-08-13 09:35:39.329 7 INFO neutron.services.segments.plugin [-] Segment 06ff55e6-cf0d-43ff-9073-efcad8ac0c20 resource provider aggregate not found 2026-08-13 09:35:39.341 7 INFO neutron.services.segments.plugin [-] Segment 06ff55e6-cf0d-43ff-9073-efcad8ac0c20 resource provider aggregate not found 2026-08-13 09:35:39.359 7 INFO neutron.services.segments.plugin [-] Segment 06ff55e6-cf0d-43ff-9073-efcad8ac0c20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06ff55e6-cf0d-43ff-9073-efcad8ac0c20 found for delete ", "request_id": "req-7d6972e8-9a96-4fc4-b167-cad339559622"}]} 2026-08-13 09:35:39.362 7 INFO neutron.services.segments.plugin [-] Segment 06ff55e6-cf0d-43ff-9073-efcad8ac0c20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06ff55e6-cf0d-43ff-9073-efcad8ac0c20 found for delete ", "request_id": "req-560c0aae-4b96-45a2-8d9a-f6ee30e71401"}]} [pid: 7|app: 0|req: 677/1294] 10.0.0.119 () {34 vars in 736 bytes} [Thu Aug 13 09:35:39 2026] PUT /v2.0/ports/64b72fc2-7cfb-4c2f-a8a8-3f946fcae378 => generated 752 bytes in 227 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-08-13 09:35:39.530 7 INFO neutron_taas.services.taas.taas_plugin [None req-59adb7c4-0d38-4613-b626-de443c4f8f5b ce71316a04494b7696c2587f711443c9 43f4f553c9b643cf90cf98e386ec036d - - default default] TaaS: Handle Delete Port: 64b72fc2-7cfb-4c2f-a8a8-3f946fcae378 2026-08-13 09:35:39.532 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59adb7c4-0d38-4613-b626-de443c4f8f5b ce71316a04494b7696c2587f711443c9 43f4f553c9b643cf90cf98e386ec036d - - default default] Tap Mirror: Handle Delete Port: 64b72fc2-7cfb-4c2f-a8a8-3f946fcae378 2026-08-13 09:35:39.574 8 INFO neutron.db.l3_hamode_db [None req-393a6b12-a96a-4d6a-a050-6266a4df7f89 3fd4dce7e19b4f739294fa0671d60b55 faa10ed070b54ebfb8975095b723a645 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 678/1295] 10.0.0.119 () {32 vars in 719 bytes} [Thu Aug 13 09:35:39 2026] DELETE /v2.0/ports/64b72fc2-7cfb-4c2f-a8a8-3f946fcae378 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1296] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:39 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1297] 10.0.0.119 () {32 vars in 642 bytes} [Thu Aug 13 09:35:39 2026] GET /v2.0/ports => generated 777 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1298] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:35:39 2026] GET /v2.0/security-groups?id=2cf87afa-6b57-45f9-98a5-73d6524978e3&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:35:39.716 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8c7559f3-a09a-4dcf-9eee-35f72c350350 ce71316a04494b7696c2587f711443c9 43f4f553c9b643cf90cf98e386ec036d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 682/1299] 10.0.0.119 () {32 vars in 716 bytes} [Thu Aug 13 09:35:39 2026] GET /v2.0/ports/64b72fc2-7cfb-4c2f-a8a8-3f946fcae378 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1300] 10.0.0.119 () {32 vars in 642 bytes} [Thu Aug 13 09:35:39 2026] GET /v2.0/ports => generated 777 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1301] 10.0.0.119 () {32 vars in 716 bytes} [Thu Aug 13 09:35:39 2026] GET /v2.0/ports/d9a87bd3-0705-4a91-8f86-dc21d28b0ed5 => generated 774 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1302] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:39 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => generated 975 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:35:39.827 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8f41c277-2d4a-4b32-8498-218f21448235 ce71316a04494b7696c2587f711443c9 43f4f553c9b643cf90cf98e386ec036d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 686/1303] 10.0.0.119 () {32 vars in 719 bytes} [Thu Aug 13 09:35:39 2026] DELETE /v2.0/ports/b78e425a-7b3e-4d70-990d-94cb9e36e35c => generated 132 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:35:40.140 7 INFO neutron.db.l3_db [None req-e129311f-d54d-4e59-ba0c-2b53c22470a2 aaa61b8ddbc042aaa8b9098dfc5cbf84 6dc9404a63404428bb83e95a85cf5dbd - - default default] Floating IP 1d9f9bfd-44e2-4c1f-b75f-44a4ffd07fff associated. External IP: 10.96.250.207, port: aa4226c3-a43a-4dc0-8580-97b6ae35fb77. [pid: 7|app: 0|req: 687/1304] 10.0.0.119 () {34 vars in 748 bytes} [Thu Aug 13 09:35:39 2026] PUT /v2.0/floatingips/1d9f9bfd-44e2-4c1f-b75f-44a4ffd07fff => generated 856 bytes in 661 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:35:40.520 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e4349504-6acd-4b45-b3ab-6258d00e946e ce71316a04494b7696c2587f711443c9 43f4f553c9b643cf90cf98e386ec036d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 688/1305] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:35:40 2026] DELETE /v2.0/subnets/9259876a-2ce3-4544-9bb1-176a177d4da0 => generated 136 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:35:40.532 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad670cae-4618-4b1c-b38d-50c8d8a4f50c'] response: {'name': 'network-changed', 'server_uuid': '369505f0-296d-4015-a400-b0e634384896', 'tag': 'aa4226c3-a43a-4dc0-8580-97b6ae35fb77', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 689/1306] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:35:40 2026] GET /v2.0/security-groups?tenant_id=bcd15179ef774225ae4e2009d2da6e93&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:35:40.845 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e5856246-8c0a-405a-a1bc-0dd84bc0fe7b ce71316a04494b7696c2587f711443c9 43f4f553c9b643cf90cf98e386ec036d - - default default] DELETE failed (client error): The resource could not be found. 2026-08-13 09:35:40.845 8 INFO neutron.db.l3_hamode_db [None req-393a6b12-a96a-4d6a-a050-6266a4df7f89 3fd4dce7e19b4f739294fa0671d60b55 faa10ed070b54ebfb8975095b723a645 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 690/1307] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:35:40 2026] DELETE /v2.0/subnets/95ff780f-e727-45eb-beb0-e3749d0fdf80 => 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: 691/1308] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:35:40 2026] DELETE /v2.0/security-groups/a7685129-be84-4459-bc89-f8cecca4b6ad => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:35:41.122 7 INFO neutron_taas.services.taas.taas_plugin [None req-79c2fd0b-e4a6-4e27-a557-ab31f7d0623a ce71316a04494b7696c2587f711443c9 43f4f553c9b643cf90cf98e386ec036d - - default default] TaaS: Handle Delete Port: d9a87bd3-0705-4a91-8f86-dc21d28b0ed5 2026-08-13 09:35:41.126 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79c2fd0b-e4a6-4e27-a557-ab31f7d0623a ce71316a04494b7696c2587f711443c9 43f4f553c9b643cf90cf98e386ec036d - - default default] Tap Mirror: Handle Delete Port: d9a87bd3-0705-4a91-8f86-dc21d28b0ed5 [pid: 7|app: 0|req: 692/1309] 10.0.0.119 () {32 vars in 719 bytes} [Thu Aug 13 09:35:40 2026] DELETE /v2.0/ports/d9a87bd3-0705-4a91-8f86-dc21d28b0ed5 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1310] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:35:41 2026] GET /v2.0/ports?tenant_id=6dc9404a63404428bb83e95a85cf5dbd&device_id=369505f0-296d-4015-a400-b0e634384896 => 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: 694/1311] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:35:41 2026] GET /v2.0/security-groups?tenant_id=c665b91e8ce94da4a8af7b2db3f3bec0&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:35:41.498 7 INFO neutron.services.segments.plugin [-] Segment bb319cf3-dc7b-45f9-ba68-8902e918256f resource provider aggregate not found 2026-08-13 09:35:41.503 7 INFO neutron.services.segments.plugin [-] Segment bb319cf3-dc7b-45f9-ba68-8902e918256f resource provider aggregate not found 2026-08-13 09:35:41.517 7 INFO neutron.services.segments.plugin [-] Segment bb319cf3-dc7b-45f9-ba68-8902e918256f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb319cf3-dc7b-45f9-ba68-8902e918256f found for delete ", "request_id": "req-929659bb-ca13-449a-987a-560aeb8b02ed"}]} 2026-08-13 09:35:41.520 7 INFO neutron.services.segments.plugin [-] Segment bb319cf3-dc7b-45f9-ba68-8902e918256f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb319cf3-dc7b-45f9-ba68-8902e918256f found for delete ", "request_id": "req-fc4ac01e-e992-45bd-83f6-9fdaf8a82a3f"}]} [pid: 7|app: 0|req: 695/1312] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:35:41 2026] DELETE /v2.0/networks/edeaab4f-9218-48c2-b3c2-8ff87e84ee45 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1313] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:35:41 2026] GET /v2.0/networks?id=54a6cac8-0736-4b3d-8b09-0b7da5ca0b4a => generated 771 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1314] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:35:41 2026] DELETE /v2.0/security-groups/a8c271cb-a7f1-43f4-80a5-aa51a263eca7 => 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: 698/1315] 199.204.45.61 () {34 vars in 1058 bytes} [Thu Aug 13 09:35:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=aa4226c3-a43a-4dc0-8580-97b6ae35fb77 => generated 861 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1316] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:35:41 2026] GET /v2.0/subnets?id=e0fa606f-1043-46a0-bde9-4d0f1d51fba6 => generated 693 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1317] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:35:39 2026] POST /v2.0/routers => generated 695 bytes in 2480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1318] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:35:41 2026] GET /v2.0/ports?network_id=54a6cac8-0736-4b3d-8b09-0b7da5ca0b4a&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: 701/1319] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:35:41 2026] GET /v2.0/networks/54a6cac8-0736-4b3d-8b09-0b7da5ca0b4a?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: 702/1320] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:35:41 2026] GET /v2.0/security-groups?tenant_id=32ed8a8429024a509f4c6c050513f483&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1321] 10.0.0.119 () {32 vars in 775 bytes} [Thu Aug 13 09:35:41 2026] GET /v2.0/subnets?project_id=faa10ed070b54ebfb8975095b723a645&cidr=10.100.0.0%2F28 => generated 14 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1322] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:35:41 2026] GET /v2.0/networks/54a6cac8-0736-4b3d-8b09-0b7da5ca0b4a?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: 704/1323] 10.0.0.119 () {32 vars in 693 bytes} [Thu Aug 13 09:35:41 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1324] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:35:41 2026] DELETE /v2.0/security-groups/cb402abf-3cf4-4bc2-b429-dff0e88040dd => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1325] 10.0.0.119 () {32 vars in 783 bytes} [Thu Aug 13 09:35:42 2026] GET /v2.0/subnets?network_id=ff7f27f4-7c38-4c4b-a373-2784a40ca1df&cidr=10.100.0.0%2F28 => 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: 705/1326] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:35:42 2026] GET /v2.0/security-groups?tenant_id=43f4f553c9b643cf90cf98e386ec036d&name=default => generated 2925 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1327] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:35:42 2026] DELETE /v2.0/security-groups/eb3389b1-b52c-4daf-bcfd-74d159309aa1 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1328] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:35:42 2026] POST /v2.0/subnets => generated 656 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1329] 10.0.0.119 () {34 vars in 782 bytes} [Thu Aug 13 09:35:42 2026] PUT /v2.0/routers/a3830a01-e878-48fd-8187-091db66f643d/add_router_interface => generated 309 bytes in 1230 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1330] 10.0.0.119 () {32 vars in 648 bytes} [Thu Aug 13 09:35:43 2026] GET /v2.0/networks => generated 5058 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1331] 10.0.0.119 () {32 vars in 646 bytes} [Thu Aug 13 09:35:43 2026] GET /v2.0/subnets => generated 3896 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1332] 10.0.0.119 () {32 vars in 646 bytes} [Thu Aug 13 09:35:43 2026] GET /v2.0/routers => generated 1464 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1333] 10.0.0.119 () {34 vars in 684 bytes} [Thu Aug 13 09:35:43 2026] POST /v2.0/security-groups => generated 1673 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1334] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:35:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1335] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:35:44 2026] POST /v2.0/security-group-rules => generated 596 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1336] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:35:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1337] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:35:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:35:44.360 8 INFO neutron.db.securitygroups_db [None req-3f5bf0ba-5675-4164-a9ad-fdb9a470cd80 3fd4dce7e19b4f739294fa0671d60b55 faa10ed070b54ebfb8975095b723a645 - - default default] Project faa10ed070b54ebfb8975095b723a645 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: 629/1338] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:35:44 2026] POST /v2.0/security-group-rules => generated 607 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:35:44.470 7 INFO neutron.db.segments_db [None req-05089e73-36f5-4473-ac55-a5462b63e0b1 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] Added segment 75279474-48fc-476a-af41-8d05447ec2cc of type vxlan for network add235b5-cfe8-4cad-82c0-356f3ed26482 2026-08-13 09:35:44.487 8 INFO neutron.db.securitygroups_db [None req-cfa1ead2-7ab0-42b1-a3f3-2e68f3920bc3 3fd4dce7e19b4f739294fa0671d60b55 faa10ed070b54ebfb8975095b723a645 - - default default] Project faa10ed070b54ebfb8975095b723a645 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: 630/1339] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:35:44 2026] POST /v2.0/security-group-rules => generated 606 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1340] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:35:43 2026] POST /v2.0/networks => generated 615 bytes in 624 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:35:44.648 8 INFO neutron.db.segments_db [None req-999a920a-e570-4a7a-bbd7-a577530c27e7 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] Added segment 9dd17afc-d2fc-45e5-9363-8eb56ca55558 of type vxlan for network 188b5053-8644-4954-89ea-a009ae942657 [pid: 8|app: 0|req: 631/1341] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:35:44 2026] POST /v2.0/networks => generated 615 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1342] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:35:44 2026] POST /v2.0/subnets => generated 646 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1343] 10.0.0.119 () {32 vars in 648 bytes} [Thu Aug 13 09:35:44 2026] GET /v2.0/networks => generated 1297 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1344] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:35:45 2026] POST /v2.0/subnets => generated 655 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:35:45.285 8 INFO neutron.db.segments_db [None req-fd6ef3ed-1131-40a4-80e8-10d8d1511342 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] Added segment 707fff52-526b-4af5-9b32-83ffc3701996 of type vxlan for network 88773673-d4fe-465b-be68-9df5b2e45c60 [pid: 7|app: 0|req: 713/1345] 10.0.0.198 () {34 vars in 1097 bytes} [Thu Aug 13 09:35:45 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-142062137&fields=id&tenant_id=faa10ed070b54ebfb8975095b723a645 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1346] 10.0.0.198 () {34 vars in 981 bytes} [Thu Aug 13 09:35:45 2026] GET /v2.0/networks?id=9f96715f-14b7-4503-aed9-e9c3e538d6b6 => generated 660 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1347] 10.0.0.198 () {34 vars in 964 bytes} [Thu Aug 13 09:35:45 2026] GET /v2.0/quotas/faa10ed070b54ebfb8975095b723a645 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:35:45.549 8 INFO neutron.db.l3_hamode_db [None req-fd6ef3ed-1131-40a4-80e8-10d8d1511342 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 716/1348] 10.0.0.198 () {34 vars in 1001 bytes} [Thu Aug 13 09:35:45 2026] GET /v2.0/ports?tenant_id=faa10ed070b54ebfb8975095b723a645&fields=id => generated 103 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:35:45.663 8 INFO neutron.db.l3_hamode_db [None req-fd6ef3ed-1131-40a4-80e8-10d8d1511342 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 717/1349] 10.0.0.198 () {34 vars in 1007 bytes} [Thu Aug 13 09:35:45 2026] GET /v2.0/networks/9f96715f-14b7-4503-aed9-e9c3e538d6b6?fields=segments => generated 14 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1350] 10.0.0.198 () {34 vars in 1107 bytes} [Thu Aug 13 09:35:45 2026] GET /v2.0/networks/9f96715f-14b7-4503-aed9-e9c3e538d6b6?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: 719/1351] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:45 2026] GET /v2.0/ports?device_id=f6d4a4b9-1ec3-443e-978c-8ca307233e16 => 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: 633/1352] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:35:45 2026] POST /v2.0/routers => generated 511 bytes in 972 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:35:46.743 8 INFO neutron.db.segments_db [None req-f2c30adf-00a6-49d3-9cc4-d4c83b664eca 7dc3d697f77944628be73d4f733452f3 d73f948e30b4431d83940b2849842390 - - default default] Added segment 6ed973ff-856c-48e8-bf2f-de5209f58d85 of type vxlan for network 05bf929a-33ee-493e-9963-c6e99089af23 [pid: 8|app: 0|req: 634/1353] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:35:46 2026] POST /v2.0/networks => generated 613 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1354] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:35:46 2026] POST /v2.0/subnets => generated 626 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1355] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:47 2026] GET /v2.0/ports?device_id=f6d4a4b9-1ec3-443e-978c-8ca307233e16 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:35:47.182 8 INFO neutron.db.segments_db [None req-c707e406-18d3-4731-be22-c9e30bbd77d9 7dc3d697f77944628be73d4f733452f3 d73f948e30b4431d83940b2849842390 - - default default] Added segment 055301b1-927a-409f-a04d-48af156b592c of type vxlan for network 9b7c5e58-d6e8-4ffd-b7ce-8c41d5a318a5 [pid: 8|app: 0|req: 637/1356] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:35:47 2026] POST /v2.0/networks => generated 612 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1357] 10.0.0.119 () {34 vars in 782 bytes} [Thu Aug 13 09:35:46 2026] PUT /v2.0/routers/3f55367d-3773-492d-a276-e86638511f67/add_router_interface => generated 309 bytes in 1072 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1358] 10.0.0.119 () {32 vars in 716 bytes} [Thu Aug 13 09:35:47 2026] GET /v2.0/ports/c7cb10f0-933e-4da8-bb77-fff4b0a16972 => generated 959 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1359] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:35:47 2026] POST /v2.0/subnets => generated 629 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:35:47.491 8 INFO neutron.db.segments_db [None req-582773b5-40c4-4ba5-8902-12c415bf8883 7dc3d697f77944628be73d4f733452f3 d73f948e30b4431d83940b2849842390 - - default default] Added segment 0a5091a0-1201-4a65-8446-26982c142c71 of type vxlan for network a063e20f-593a-4a3b-984c-cf0cf78bb9a8 [pid: 8|app: 0|req: 639/1360] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:35:47 2026] POST /v2.0/networks => generated 613 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1361] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:35:47 2026] POST /v2.0/subnets => generated 629 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:35:47.818 8 INFO neutron.db.segments_db [None req-a656e1cb-d4e9-4057-b1e0-dc777883ac4a 7dc3d697f77944628be73d4f733452f3 d73f948e30b4431d83940b2849842390 - - default default] Added segment 96fcd90b-586e-4fa2-9dc7-38129272c0d5 of type vxlan for network 48c24888-b4d9-40df-ae69-6cbd135ea0ee [pid: 8|app: 0|req: 641/1362] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:35:47 2026] POST /v2.0/networks => generated 613 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1363] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:35:47 2026] POST /v2.0/subnets => generated 629 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:35:48.238 8 INFO neutron.db.segments_db [None req-8be6c88d-405a-422a-aa2b-1067e6e611b8 7dc3d697f77944628be73d4f733452f3 d73f948e30b4431d83940b2849842390 - - default default] Added segment 731e94b5-3075-4efa-b640-1128078853d4 of type vxlan for network 293d73a8-d37b-4daf-b477-c5d14f668223 [pid: 8|app: 0|req: 643/1364] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:35:48 2026] POST /v2.0/networks => generated 613 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1365] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:48 2026] GET /v2.0/ports?device_id=f6d4a4b9-1ec3-443e-978c-8ca307233e16 => 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: 722/1366] 10.0.0.119 () {34 vars in 782 bytes} [Thu Aug 13 09:35:47 2026] PUT /v2.0/routers/3f55367d-3773-492d-a276-e86638511f67/add_router_interface => generated 309 bytes in 1131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1367] 10.0.0.119 () {32 vars in 716 bytes} [Thu Aug 13 09:35:48 2026] GET /v2.0/ports/132b0ed5-439d-4045-bb55-448cf08e7c3f => generated 967 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1368] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:35:48 2026] POST /v2.0/subnets => generated 629 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1369] 10.0.0.119 () {34 vars in 750 bytes} [Thu Aug 13 09:35:48 2026] PUT /v2.0/subnets/5aff54fb-cf88-48b8-8cd9-08286fa6a9ce/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1370] 10.0.0.119 () {34 vars in 750 bytes} [Thu Aug 13 09:35:48 2026] PUT /v2.0/subnets/b9431e01-2731-4501-b386-1f18a345d31b/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1371] 10.0.0.119 () {34 vars in 750 bytes} [Thu Aug 13 09:35:48 2026] PUT /v2.0/subnets/809f1e47-da82-48c9-822f-54f7ce46b9f6/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:35:48.861 7 INFO neutron_taas.services.taas.taas_plugin [None req-6843dc8e-81f7-4a79-9f98-e69488d7df50 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] TaaS: Handle Delete Port: 132b0ed5-439d-4045-bb55-448cf08e7c3f 2026-08-13 09:35:48.865 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6843dc8e-81f7-4a79-9f98-e69488d7df50 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] Tap Mirror: Handle Delete Port: 132b0ed5-439d-4045-bb55-448cf08e7c3f [pid: 8|app: 0|req: 649/1372] 10.0.0.119 () {34 vars in 750 bytes} [Thu Aug 13 09:35:48 2026] PUT /v2.0/subnets/66cba120-5b8e-43e2-bdcd-e01f13d9f6f6/tags => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1373] 10.0.0.119 () {32 vars in 663 bytes} [Thu Aug 13 09:35:48 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1374] 10.0.0.119 () {32 vars in 677 bytes} [Thu Aug 13 09:35:48 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1375] 10.0.0.119 () {32 vars in 673 bytes} [Thu Aug 13 09:35:48 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1376] 10.0.0.119 () {32 vars in 685 bytes} [Thu Aug 13 09:35:49 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1377] 10.0.0.119 () {32 vars in 671 bytes} [Thu Aug 13 09:35:49 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1378] 10.0.0.119 () {32 vars in 685 bytes} [Thu Aug 13 09:35:49 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1379] 10.0.0.119 () {32 vars in 681 bytes} [Thu Aug 13 09:35:49 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1380] 10.0.0.119 () {32 vars in 693 bytes} [Thu Aug 13 09:35:49 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1381] 10.0.0.119 () {34 vars in 788 bytes} [Thu Aug 13 09:35:48 2026] PUT /v2.0/routers/3f55367d-3773-492d-a276-e86638511f67/remove_router_interface => generated 309 bytes in 770 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1382] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:35:49 2026] DELETE /v2.0/subnets/5aff54fb-cf88-48b8-8cd9-08286fa6a9ce => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1383] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:35:49 2026] DELETE /v2.0/subnets/b9431e01-2731-4501-b386-1f18a345d31b => 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: 660/1384] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:49 2026] GET /v2.0/ports?device_id=f6d4a4b9-1ec3-443e-978c-8ca307233e16 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:35:49.614 7 INFO neutron_taas.services.taas.taas_plugin [None req-8c7b3afc-9be2-446e-afaf-a9e0c77f6662 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] TaaS: Handle Delete Port: c7cb10f0-933e-4da8-bb77-fff4b0a16972 2026-08-13 09:35:49.617 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c7b3afc-9be2-446e-afaf-a9e0c77f6662 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] Tap Mirror: Handle Delete Port: c7cb10f0-933e-4da8-bb77-fff4b0a16972 [pid: 8|app: 0|req: 661/1385] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:35:49 2026] DELETE /v2.0/subnets/809f1e47-da82-48c9-822f-54f7ce46b9f6 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1386] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:35:49 2026] DELETE /v2.0/subnets/66cba120-5b8e-43e2-bdcd-e01f13d9f6f6 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1387] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:35:49 2026] DELETE /v2.0/subnets/0884551b-3c42-4136-99c3-e9e97a9b5fd5 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1388] 10.0.0.119 () {34 vars in 788 bytes} [Thu Aug 13 09:35:49 2026] PUT /v2.0/routers/3f55367d-3773-492d-a276-e86638511f67/remove_router_interface => generated 309 bytes in 695 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:35:50.026 8 INFO neutron.services.segments.plugin [-] Segment 6ed973ff-856c-48e8-bf2f-de5209f58d85 resource provider aggregate not found 2026-08-13 09:35:50.035 8 INFO neutron.services.segments.plugin [-] Segment 6ed973ff-856c-48e8-bf2f-de5209f58d85 resource provider aggregate not found [pid: 7|app: 0|req: 726/1389] 10.0.0.119 () {32 vars in 735 bytes} [Thu Aug 13 09:35:50 2026] GET /v2.0/ports?device_id=3f55367d-3773-492d-a276-e86638511f67 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:35:50.047 8 INFO neutron.services.segments.plugin [-] Segment 6ed973ff-856c-48e8-bf2f-de5209f58d85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ed973ff-856c-48e8-bf2f-de5209f58d85 found for delete ", "request_id": "req-dff0498f-c103-4eb1-9e1b-79becf3f15f7"}]} 2026-08-13 09:35:50.048 8 INFO neutron.services.segments.plugin [-] Segment 6ed973ff-856c-48e8-bf2f-de5209f58d85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ed973ff-856c-48e8-bf2f-de5209f58d85 found for delete ", "request_id": "req-c5b1c476-fb96-4142-8de6-e6da6f210213"}]} [pid: 8|app: 0|req: 664/1390] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:35:49 2026] DELETE /v2.0/networks/05bf929a-33ee-493e-9963-c6e99089af23 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1391] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:35:50 2026] DELETE /v2.0/networks/9b7c5e58-d6e8-4ffd-b7ce-8c41d5a318a5 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:35:50.209 7 INFO neutron_taas.services.taas.taas_plugin [None req-bd8f786a-d85b-4b8a-b2c7-34bff3d93fa6 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] TaaS: Handle Delete Port: c3ae0224-f21a-405e-ba33-cfabef1a5bcb 2026-08-13 09:35:50.211 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd8f786a-d85b-4b8a-b2c7-34bff3d93fa6 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] Tap Mirror: Handle Delete Port: c3ae0224-f21a-405e-ba33-cfabef1a5bcb [pid: 8|app: 0|req: 666/1392] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:35:50 2026] GET /v2.0/networks?id=9f96715f-14b7-4503-aed9-e9c3e538d6b6 => generated 660 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1393] 10.0.0.69 () {34 vars in 988 bytes} [Thu Aug 13 09:35:50 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1394] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:35:50 2026] DELETE /v2.0/networks/a063e20f-593a-4a3b-984c-cf0cf78bb9a8 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1395] 199.204.45.61 () {34 vars in 1048 bytes} [Thu Aug 13 09:35:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=faa10ed070b54ebfb8975095b723a645 => generated 180 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1396] 10.0.0.69 () {34 vars in 1038 bytes} [Thu Aug 13 09:35:50 2026] GET /v2.0/security-groups?id=2cf87afa-6b57-45f9-98a5-73d6524978e3&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-08-13 09:35:50.563 7 INFO neutron.services.segments.plugin [-] Segment 707fff52-526b-4af5-9b32-83ffc3701996 resource provider aggregate not found 2026-08-13 09:35:50.571 7 INFO neutron.services.segments.plugin [-] Segment 707fff52-526b-4af5-9b32-83ffc3701996 resource provider aggregate not found 2026-08-13 09:35:50.579 7 INFO neutron.services.segments.plugin [-] Segment 707fff52-526b-4af5-9b32-83ffc3701996 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 707fff52-526b-4af5-9b32-83ffc3701996 found for delete ", "request_id": "req-6aecc424-f604-4395-af65-4613faf856ea"}]} 2026-08-13 09:35:50.590 7 INFO neutron.db.l3_hamode_db [None req-bd8f786a-d85b-4b8a-b2c7-34bff3d93fa6 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] HA network 88773673-d4fe-465b-be68-9df5b2e45c60 was deleted as no HA routers are present in tenant a81249e20597494ab10fae07a82e1118. 2026-08-13 09:35:50.597 7 INFO neutron.services.segments.plugin [-] Segment 707fff52-526b-4af5-9b32-83ffc3701996 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 707fff52-526b-4af5-9b32-83ffc3701996 found for delete ", "request_id": "req-5c11817b-6b47-48d2-8ddd-6bebfa7658dc"}]} [pid: 7|app: 0|req: 727/1397] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:35:50 2026] DELETE /v2.0/routers/3f55367d-3773-492d-a276-e86638511f67 => 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: 671/1398] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:35:50 2026] DELETE /v2.0/networks/48c24888-b4d9-40df-ae69-6cbd135ea0ee => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1399] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:35:50 2026] DELETE /v2.0/subnets/a2366dc1-62e7-4fdc-a3a6-b34e901e532d => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1400] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:35:50 2026] DELETE /v2.0/networks/293d73a8-d37b-4daf-b477-c5d14f668223 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1401] 199.204.45.61 () {38 vars in 953 bytes} [Thu Aug 13 09:35:50 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 674/1402] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:50 2026] GET /v2.0/ports?device_id=f6d4a4b9-1ec3-443e-978c-8ca307233e16 => generated 957 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1403] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:35:51 2026] DELETE /v2.0/subnets/e90809a3-217d-47b8-8e60-d3d8d3417793 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1404] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:35:51 2026] GET /v2.0/security-groups?id=b8848f2b-197b-4ed2-b6f1-325d1fa98da6&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: 731/1405] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:35:51 2026] DELETE /v2.0/networks/188b5053-8644-4954-89ea-a009ae942657 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1406] 199.204.45.61 () {38 vars in 1026 bytes} [Thu Aug 13 09:35:51 2026] PUT /v2.0/ports/6267d602-a548-4f4e-8456-1b5f2091bcdc => generated 1235 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:35:51.530 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e79d0ef-eb0b-457a-a562-afdaf48b9f14'] response: {'name': 'network-changed', 'server_uuid': 'f6d4a4b9-1ec3-443e-978c-8ca307233e16', 'tag': '6267d602-a548-4f4e-8456-1b5f2091bcdc', '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, ' 2026-08-13 09:35:51.991 7 INFO neutron_taas.services.taas.taas_plugin [None req-eaee9dc4-a4fa-4f24-a376-506d55ee746f 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] TaaS: Handle Delete Port: 2c88360b-3b52-45e6-8aca-5276868dd540 2026-08-13 09:35:51.994 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eaee9dc4-a4fa-4f24-a376-506d55ee746f 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] Tap Mirror: Handle Delete Port: 2c88360b-3b52-45e6-8aca-5276868dd540 [pid: 8|app: 0|req: 676/1407] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:35:51 2026] GET /v2.0/security-groups?tenant_id=990dc9820cbe4a519523c5a009bc9cf3&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:35:52.068 8 INFO neutron.services.segments.plugin [-] Segment 055301b1-927a-409f-a04d-48af156b592c resource provider aggregate not found 2026-08-13 09:35:52.076 8 INFO neutron.services.segments.plugin [-] Segment 055301b1-927a-409f-a04d-48af156b592c resource provider aggregate not found 2026-08-13 09:35:52.083 8 INFO neutron.services.segments.plugin [-] Segment 055301b1-927a-409f-a04d-48af156b592c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 055301b1-927a-409f-a04d-48af156b592c found for delete ", "request_id": "req-8e987d4c-15fe-4407-8c3e-dff6a9f4afb7"}]} 2026-08-13 09:35:52.094 8 INFO neutron.services.segments.plugin [-] Segment 055301b1-927a-409f-a04d-48af156b592c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 055301b1-927a-409f-a04d-48af156b592c found for delete ", "request_id": "req-8b87b63f-599c-46be-a38d-c21a57be1f1b"}]} 2026-08-13 09:35:52.101 8 INFO neutron.services.segments.plugin [-] Segment 0a5091a0-1201-4a65-8446-26982c142c71 resource provider aggregate not found 2026-08-13 09:35:52.113 8 INFO neutron.services.segments.plugin [-] Segment 0a5091a0-1201-4a65-8446-26982c142c71 resource provider aggregate not found 2026-08-13 09:35:52.124 8 INFO neutron.services.segments.plugin [-] Segment 0a5091a0-1201-4a65-8446-26982c142c71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a5091a0-1201-4a65-8446-26982c142c71 found for delete ", "request_id": "req-772ee399-2b6a-405e-a55a-aa198935e0a7"}]} 2026-08-13 09:35:52.139 8 INFO neutron.services.segments.plugin [-] Segment 0a5091a0-1201-4a65-8446-26982c142c71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a5091a0-1201-4a65-8446-26982c142c71 found for delete ", "request_id": "req-790d4236-a458-44b4-a82b-f513cff5e6ad"}]} 2026-08-13 09:35:52.156 8 INFO neutron.services.segments.plugin [-] Segment 96fcd90b-586e-4fa2-9dc7-38129272c0d5 resource provider aggregate not found 2026-08-13 09:35:52.161 8 INFO neutron.services.segments.plugin [-] Segment 96fcd90b-586e-4fa2-9dc7-38129272c0d5 resource provider aggregate not found 2026-08-13 09:35:52.176 8 INFO neutron.services.segments.plugin [-] Segment 96fcd90b-586e-4fa2-9dc7-38129272c0d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96fcd90b-586e-4fa2-9dc7-38129272c0d5 found for delete ", "request_id": "req-af62cc9c-4196-4dfc-90b9-effb162a5c0f"}]} 2026-08-13 09:35:52.182 8 INFO neutron.services.segments.plugin [-] Segment 96fcd90b-586e-4fa2-9dc7-38129272c0d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96fcd90b-586e-4fa2-9dc7-38129272c0d5 found for delete ", "request_id": "req-88243020-d84a-43fb-8447-b5c8c3a1372a"}]} [pid: 7|app: 0|req: 732/1408] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:35:51 2026] DELETE /v2.0/networks/add235b5-cfe8-4cad-82c0-356f3ed26482 => generated 0 bytes in 869 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:35:52.202 8 INFO neutron.services.segments.plugin [-] Segment 731e94b5-3075-4efa-b640-1128078853d4 resource provider aggregate not found 2026-08-13 09:35:52.206 8 INFO neutron.services.segments.plugin [-] Segment 731e94b5-3075-4efa-b640-1128078853d4 resource provider aggregate not found [pid: 8|app: 0|req: 677/1409] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:35:52 2026] DELETE /v2.0/security-groups/2102f36f-0d71-432c-9b41-a9ee98f41aaa => generated 0 bytes in 187 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:35:52.224 8 INFO neutron.services.segments.plugin [-] Segment 731e94b5-3075-4efa-b640-1128078853d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 731e94b5-3075-4efa-b640-1128078853d4 found for delete ", "request_id": "req-42aa768e-9e53-4e57-86b2-9a68aef3db77"}]} 2026-08-13 09:35:52.225 8 INFO neutron.services.segments.plugin [-] Segment 731e94b5-3075-4efa-b640-1128078853d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 731e94b5-3075-4efa-b640-1128078853d4 found for delete ", "request_id": "req-1c2732de-2b2c-4cbc-9ad7-0bffc7c24937"}]} [pid: 7|app: 0|req: 733/1410] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:35:52 2026] GET /v2.0/ports?tenant_id=faa10ed070b54ebfb8975095b723a645&device_id=f6d4a4b9-1ec3-443e-978c-8ca307233e16 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:35:52.275 8 INFO neutron.db.segments_db [None req-1e74c697-bb7e-4066-b622-32f1544453e0 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] Added segment 64af1686-54d6-45fd-aead-3e88172c1ce7 of type vxlan for network 3c8e3fba-07ab-4eaf-b59a-d0cdf7833459 [pid: 7|app: 0|req: 734/1411] 199.204.45.61 () {34 vars in 1016 bytes} [Thu Aug 13 09:35:52 2026] GET /v2.0/networks?tenant_id=faa10ed070b54ebfb8975095b723a645&shared=False => generated 756 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1412] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:52 2026] GET /v2.0/ports?device_id=f6d4a4b9-1ec3-443e-978c-8ca307233e16 => 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: 678/1413] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:35:52 2026] POST /v2.0/networks => generated 614 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1414] 199.204.45.61 () {34 vars in 928 bytes} [Thu Aug 13 09:35:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1415] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:35:52 2026] GET /v2.0/security-groups?id=b8848f2b-197b-4ed2-b6f1-325d1fa98da6&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: 736/1416] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:35:52 2026] GET /v2.0/security-groups?tenant_id=e4428fab8c894e6fa92858f2953c2fd8&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1417] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:35:52 2026] DELETE /v2.0/security-groups/add3dc97-d884-47da-a767-057e27ecb67c => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:35:52.598 7 INFO neutron.services.segments.plugin [-] Segment 9dd17afc-d2fc-45e5-9363-8eb56ca55558 resource provider aggregate not found 2026-08-13 09:35:52.613 7 INFO neutron.services.segments.plugin [-] Segment 9dd17afc-d2fc-45e5-9363-8eb56ca55558 resource provider aggregate not found 2026-08-13 09:35:52.617 7 INFO neutron.services.segments.plugin [-] Segment 9dd17afc-d2fc-45e5-9363-8eb56ca55558 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9dd17afc-d2fc-45e5-9363-8eb56ca55558 found for delete ", "request_id": "req-41d9bec2-03fc-4ba9-b2d2-dc014e955060"}]} 2026-08-13 09:35:52.629 7 INFO neutron.services.segments.plugin [-] Segment 9dd17afc-d2fc-45e5-9363-8eb56ca55558 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9dd17afc-d2fc-45e5-9363-8eb56ca55558 found for delete ", "request_id": "req-5d1c516f-4ca2-4de3-b6ac-f7a5c9950c7a"}]} 2026-08-13 09:35:52.634 7 INFO neutron.services.segments.plugin [-] Segment 75279474-48fc-476a-af41-8d05447ec2cc resource provider aggregate not found 2026-08-13 09:35:52.651 7 INFO neutron.services.segments.plugin [-] Segment 75279474-48fc-476a-af41-8d05447ec2cc resource provider aggregate not found 2026-08-13 09:35:52.653 7 INFO neutron.services.segments.plugin [-] Segment 75279474-48fc-476a-af41-8d05447ec2cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75279474-48fc-476a-af41-8d05447ec2cc found for delete ", "request_id": "req-234a2a22-59a8-457a-a184-a34b37b27768"}]} 2026-08-13 09:35:52.672 7 INFO neutron.services.segments.plugin [-] Segment 75279474-48fc-476a-af41-8d05447ec2cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75279474-48fc-476a-af41-8d05447ec2cc found for delete ", "request_id": "req-e9db2fbf-02bf-472b-ba0f-8a3cef7805eb"}]} [pid: 8|app: 0|req: 681/1420] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:35:52 2026] POST /v2.0/subnets => generated 646 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:35:52.735 7 INFO neutron.db.segments_db [None req-72483751-dd55-42d2-ab97-51ce493b37f0 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] Added segment cdfbf837-4796-4358-945d-c966eb5b7294 of type vxlan for network 37d151ac-25d7-4b17-a5b1-8c1ca7d0dec9 [pid: 8|app: 0|req: 682/1421] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:35:52 2026] GET /v2.0/security-groups?tenant_id=d73f948e30b4431d83940b2849842390&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1422] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:35:52 2026] DELETE /v2.0/security-groups/5de9176f-c3c4-4917-bd16-3faf1426a3d7 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:35:52.952 7 INFO neutron.db.l3_hamode_db [None req-72483751-dd55-42d2-ab97-51ce493b37f0 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 09:35:53.056 7 INFO neutron.db.l3_hamode_db [None req-72483751-dd55-42d2-ab97-51ce493b37f0 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 684/1423] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:35:53 2026] GET /v2.0/ports?tenant_id=faa10ed070b54ebfb8975095b723a645&device_id=f6d4a4b9-1ec3-443e-978c-8ca307233e16 => 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: 685/1424] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:35:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=6267d602-a548-4f4e-8456-1b5f2091bcdc => 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: 686/1425] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:35:53 2026] GET /v2.0/subnets?id=0685d115-bc48-4e27-8b68-9031ce3a54a2 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1426] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:53 2026] GET /v2.0/ports?device_id=f6d4a4b9-1ec3-443e-978c-8ca307233e16 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1427] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:35:53 2026] GET /v2.0/ports?network_id=9f96715f-14b7-4503-aed9-e9c3e538d6b6&device_owner=network%3Adhcp => generated 1244 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1428] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:35:53 2026] GET /v2.0/security-groups?id=b8848f2b-197b-4ed2-b6f1-325d1fa98da6&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: 740/1429] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:35:52 2026] POST /v2.0/routers => generated 511 bytes in 976 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1430] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:35:53 2026] GET /v2.0/networks/9f96715f-14b7-4503-aed9-e9c3e538d6b6?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: 691/1431] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:35:53 2026] GET /v2.0/networks/9f96715f-14b7-4503-aed9-e9c3e538d6b6?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: 741/1432] 10.0.0.119 () {34 vars in 664 bytes} [Thu Aug 13 09:35:53 2026] POST /v2.0/ports => generated 964 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 742/1433] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:54 2026] GET /v2.0/ports?device_id=f6d4a4b9-1ec3-443e-978c-8ca307233e16 => 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: 743/1434] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:35:54 2026] GET /v2.0/security-groups?id=b8848f2b-197b-4ed2-b6f1-325d1fa98da6&fields=id&fields=name => generated 113 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1435] 10.0.0.119 () {34 vars in 782 bytes} [Thu Aug 13 09:35:53 2026] PUT /v2.0/routers/c3a837ac-5adf-4f19-a0a4-3021d06b6c39/add_router_interface => generated 309 bytes in 982 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1436] 10.0.0.119 () {32 vars in 716 bytes} [Thu Aug 13 09:35:54 2026] GET /v2.0/ports/100cfca8-2677-4bc3-b417-41f86a008d07 => generated 1038 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 09:35:55.390 8 INFO neutron_taas.services.taas.taas_plugin [None req-044454b9-b134-491b-a9de-d93d3498a488 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] TaaS: Handle Delete Port: 100cfca8-2677-4bc3-b417-41f86a008d07 2026-08-13 09:35:55.396 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-044454b9-b134-491b-a9de-d93d3498a488 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] Tap Mirror: Handle Delete Port: 100cfca8-2677-4bc3-b417-41f86a008d07 [pid: 8|app: 0|req: 693/1437] 10.0.0.119 () {34 vars in 788 bytes} [Thu Aug 13 09:35:55 2026] PUT /v2.0/routers/c3a837ac-5adf-4f19-a0a4-3021d06b6c39/remove_router_interface => generated 309 bytes in 727 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: 694/1438] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:55 2026] GET /v2.0/ports?device_id=f6d4a4b9-1ec3-443e-978c-8ca307233e16 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:35:55.936 7 INFO neutron.api.v2.resource [None req-f3f57363-78f6-48eb-8984-0b402d08ea7c 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 745/1439] 10.0.0.119 () {34 vars in 788 bytes} [Thu Aug 13 09:35:55 2026] PUT /v2.0/routers/c3a837ac-5adf-4f19-a0a4-3021d06b6c39/remove_router_interface => generated 197 bytes in 174 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1440] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:35:55 2026] GET /v2.0/security-groups?id=b8848f2b-197b-4ed2-b6f1-325d1fa98da6&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: 747/1441] 10.0.0.119 () {32 vars in 735 bytes} [Thu Aug 13 09:35:55 2026] GET /v2.0/ports?device_id=c3a837ac-5adf-4f19-a0a4-3021d06b6c39 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:35:56.144 7 INFO neutron_taas.services.taas.taas_plugin [None req-b40c5816-8728-4b7d-8602-e93f4ed95236 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] TaaS: Handle Delete Port: 4be571e2-8a22-49a7-9ae1-bb227e2a9616 2026-08-13 09:35:56.146 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b40c5816-8728-4b7d-8602-e93f4ed95236 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] Tap Mirror: Handle Delete Port: 4be571e2-8a22-49a7-9ae1-bb227e2a9616 2026-08-13 09:35:56.316 8 INFO neutron.db.segments_db [None req-1db5f091-471f-4562-b952-8699675b3b43 76d77fdb7fde44e5b197148c21cc107f 3dc7b956e82043b99c4599402450acb7 - - default default] Added segment 882f3f3a-e300-4945-9645-b78538cd1e99 of type vxlan for network 81949134-85b6-4600-a46d-f4a59bdc01ac [pid: 8|app: 0|req: 695/1442] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:35:55 2026] POST /v2.0/networks => generated 611 bytes in 499 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:35:56.477 7 INFO neutron.services.segments.plugin [-] Segment cdfbf837-4796-4358-945d-c966eb5b7294 resource provider aggregate not found 2026-08-13 09:35:56.485 7 INFO neutron.services.segments.plugin [-] Segment cdfbf837-4796-4358-945d-c966eb5b7294 resource provider aggregate not found 2026-08-13 09:35:56.500 7 INFO neutron.services.segments.plugin [-] Segment cdfbf837-4796-4358-945d-c966eb5b7294 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdfbf837-4796-4358-945d-c966eb5b7294 found for delete ", "request_id": "req-ead1987e-13a9-4bbe-b3df-b12291d6976d"}]} 2026-08-13 09:35:56.502 7 INFO neutron.services.segments.plugin [-] Segment cdfbf837-4796-4358-945d-c966eb5b7294 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdfbf837-4796-4358-945d-c966eb5b7294 found for delete ", "request_id": "req-7a78ab34-935f-43dd-8698-6374e0b469ba"}]} 2026-08-13 09:35:56.508 7 INFO neutron.db.l3_hamode_db [None req-b40c5816-8728-4b7d-8602-e93f4ed95236 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] HA network 37d151ac-25d7-4b17-a5b1-8c1ca7d0dec9 was deleted as no HA routers are present in tenant a81249e20597494ab10fae07a82e1118. [pid: 8|app: 0|req: 696/1443] 10.0.0.119 () {34 vars in 752 bytes} [Thu Aug 13 09:35:56 2026] PUT /v2.0/networks/81949134-85b6-4600-a46d-f4a59bdc01ac/tags => generated 25 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1444] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:35:55 2026] DELETE /v2.0/routers/c3a837ac-5adf-4f19-a0a4-3021d06b6c39 => generated 0 bytes in 529 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1445] 10.0.0.119 () {32 vars in 732 bytes} [Thu Aug 13 09:35:56 2026] GET /v2.0/networks/81949134-85b6-4600-a46d-f4a59bdc01ac/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1446] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:35:56 2026] DELETE /v2.0/subnets/3cf4c940-3558-4763-911a-7a8f2abd08b7 => 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: 698/1447] 10.0.0.119 () {34 vars in 763 bytes} [Thu Aug 13 09:35:56 2026] PUT /v2.0/networks/81949134-85b6-4600-a46d-f4a59bdc01ac/tags/green => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1448] 10.0.0.119 () {32 vars in 732 bytes} [Thu Aug 13 09:35:56 2026] GET /v2.0/networks/81949134-85b6-4600-a46d-f4a59bdc01ac/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1449] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:35:56 2026] DELETE /v2.0/networks/3c8e3fba-07ab-4eaf-b59a-d0cdf7833459 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1450] 10.0.0.119 () {34 vars in 759 bytes} [Thu Aug 13 09:35:56 2026] PUT /v2.0/networks/81949134-85b6-4600-a46d-f4a59bdc01ac/tags/red => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-08-13 09:35:56.815 7 INFO neutron.db.segments_db [None req-3c700980-11a4-4fab-aed9-2123775acc41 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] Added segment e2d2f52e-3ecf-4c71-b798-99094fcc7744 of type vxlan for network cf6dc630-11bb-4c5d-84bc-18275800b9f5 [pid: 8|app: 0|req: 701/1451] 10.0.0.119 () {32 vars in 732 bytes} [Thu Aug 13 09:35:56 2026] GET /v2.0/networks/81949134-85b6-4600-a46d-f4a59bdc01ac/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1452] 10.0.0.119 () {34 vars in 781 bytes} [Thu Aug 13 09:35:56 2026] PUT /v2.0/networks/81949134-85b6-4600-a46d-f4a59bdc01ac/tags/black.or.white => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1453] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:35:56 2026] POST /v2.0/networks => generated 615 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1454] 10.0.0.119 () {32 vars in 732 bytes} [Thu Aug 13 09:35:56 2026] GET /v2.0/networks/81949134-85b6-4600-a46d-f4a59bdc01ac/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1455] 10.0.0.119 () {34 vars in 752 bytes} [Thu Aug 13 09:35:56 2026] PUT /v2.0/networks/81949134-85b6-4600-a46d-f4a59bdc01ac/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1456] 10.0.0.119 () {32 vars in 732 bytes} [Thu Aug 13 09:35:57 2026] GET /v2.0/networks/81949134-85b6-4600-a46d-f4a59bdc01ac/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1457] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:57 2026] GET /v2.0/ports?device_id=f6d4a4b9-1ec3-443e-978c-8ca307233e16 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1458] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:35:56 2026] POST /v2.0/subnets => generated 646 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1459] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:35:57 2026] GET /v2.0/security-groups?id=b8848f2b-197b-4ed2-b6f1-325d1fa98da6&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: 707/1460] 10.0.0.119 () {32 vars in 740 bytes} [Thu Aug 13 09:35:57 2026] GET /v2.0/networks/81949134-85b6-4600-a46d-f4a59bdc01ac/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:35:57.244 8 INFO neutron.api.v2.resource [None req-633f1aa4-9662-4146-92bf-9d650defab6e 76d77fdb7fde44e5b197148c21cc107f 3dc7b956e82043b99c4599402450acb7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 708/1461] 10.0.0.119 () {32 vars in 744 bytes} [Thu Aug 13 09:35:57 2026] GET /v2.0/networks/81949134-85b6-4600-a46d-f4a59bdc01ac/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-08-13 09:35:57.245 7 INFO neutron.db.segments_db [None req-43ea7184-9791-4838-b5f4-a7adc0c1f868 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] Added segment 510e4bb2-9ae5-47a2-9ef6-9ae526c3114f of type vxlan for network 61d5cf89-e69a-4ac0-8b22-ad45112edaa8 [pid: 8|app: 0|req: 709/1462] 10.0.0.119 () {32 vars in 743 bytes} [Thu Aug 13 09:35:57 2026] DELETE /v2.0/networks/81949134-85b6-4600-a46d-f4a59bdc01ac/tags/red => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1463] 10.0.0.119 () {32 vars in 732 bytes} [Thu Aug 13 09:35:57 2026] GET /v2.0/networks/81949134-85b6-4600-a46d-f4a59bdc01ac/tags => generated 30 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:35:57.466 8 INFO neutron.api.v2.resource [None req-6fda7155-ff83-4a86-ae07-fc772b2dd166 76d77fdb7fde44e5b197148c21cc107f 3dc7b956e82043b99c4599402450acb7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 711/1464] 10.0.0.119 () {32 vars in 747 bytes} [Thu Aug 13 09:35:57 2026] DELETE /v2.0/networks/81949134-85b6-4600-a46d-f4a59bdc01ac/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-08-13 09:35:57.520 7 INFO neutron.db.l3_hamode_db [None req-43ea7184-9791-4838-b5f4-a7adc0c1f868 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 712/1465] 10.0.0.119 () {32 vars in 735 bytes} [Thu Aug 13 09:35:57 2026] DELETE /v2.0/networks/81949134-85b6-4600-a46d-f4a59bdc01ac/tags => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1466] 10.0.0.119 () {32 vars in 732 bytes} [Thu Aug 13 09:35:57 2026] GET /v2.0/networks/81949134-85b6-4600-a46d-f4a59bdc01ac/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:35:57.627 7 INFO neutron.db.l3_hamode_db [None req-43ea7184-9791-4838-b5f4-a7adc0c1f868 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 09:35:57.701 8 INFO neutron.services.segments.plugin [-] Segment 882f3f3a-e300-4945-9645-b78538cd1e99 resource provider aggregate not found 2026-08-13 09:35:57.715 8 INFO neutron.services.segments.plugin [-] Segment 882f3f3a-e300-4945-9645-b78538cd1e99 resource provider aggregate not found 2026-08-13 09:35:57.723 8 INFO neutron.services.segments.plugin [-] Segment 882f3f3a-e300-4945-9645-b78538cd1e99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 882f3f3a-e300-4945-9645-b78538cd1e99 found for delete ", "request_id": "req-ed9fce90-2834-44a0-8d69-60f5b4541d29"}]} 2026-08-13 09:35:57.729 8 INFO neutron.services.segments.plugin [-] Segment 882f3f3a-e300-4945-9645-b78538cd1e99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 882f3f3a-e300-4945-9645-b78538cd1e99 found for delete ", "request_id": "req-af48836e-c3d1-4200-970c-c39dcb98d307"}]} [pid: 8|app: 0|req: 714/1467] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:35:57 2026] DELETE /v2.0/networks/81949134-85b6-4600-a46d-f4a59bdc01ac => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1468] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:35:57 2026] POST /v2.0/routers => generated 510 bytes in 1057 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1469] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:58 2026] GET /v2.0/ports?device_id=f6d4a4b9-1ec3-443e-978c-8ca307233e16 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1470] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:35:58 2026] GET /v2.0/security-groups?id=b8848f2b-197b-4ed2-b6f1-325d1fa98da6&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:35:58.522 7 INFO neutron.services.segments.plugin [-] Segment 64af1686-54d6-45fd-aead-3e88172c1ce7 resource provider aggregate not found 2026-08-13 09:35:58.531 7 INFO neutron.services.segments.plugin [-] Segment 64af1686-54d6-45fd-aead-3e88172c1ce7 resource provider aggregate not found 2026-08-13 09:35:58.546 7 INFO neutron.services.segments.plugin [-] Segment 64af1686-54d6-45fd-aead-3e88172c1ce7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64af1686-54d6-45fd-aead-3e88172c1ce7 found for delete ", "request_id": "req-c010bd84-14e1-43e0-9e2f-b266cd388d6d"}]} 2026-08-13 09:35:58.547 7 INFO neutron.services.segments.plugin [-] Segment 64af1686-54d6-45fd-aead-3e88172c1ce7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64af1686-54d6-45fd-aead-3e88172c1ce7 found for delete ", "request_id": "req-99bb4e23-64ac-45e6-b534-2106dc210736"}]} [pid: 7|app: 0|req: 757/1471] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:35:58 2026] GET /v2.0/security-groups?tenant_id=3dc7b956e82043b99c4599402450acb7&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1472] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:35:58 2026] GET /v2.0/ports?device_id=f6d4a4b9-1ec3-443e-978c-8ca307233e16 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1473] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:35:58 2026] DELETE /v2.0/security-groups/7296446f-24d4-4ef6-9810-512b67e57c2e => 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: 760/1474] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:35:58 2026] GET /v2.0/security-groups?id=b8848f2b-197b-4ed2-b6f1-325d1fa98da6&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1475] 10.0.0.119 () {32 vars in 735 bytes} [Thu Aug 13 09:35:58 2026] GET /v2.0/ports?device_id=f6d4a4b9-1ec3-443e-978c-8ca307233e16 => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1476] 10.0.0.119 () {34 vars in 782 bytes} [Thu Aug 13 09:35:58 2026] PUT /v2.0/routers/153b8c10-7c88-4e3c-99c7-b6160d8a6dc3/add_router_interface => generated 309 bytes in 1086 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1477] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:35:59 2026] GET /v2.0/security-groups?tenant_id=0af42976738c4773a034845999a23b55&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1478] 10.0.0.119 () {32 vars in 716 bytes} [Thu Aug 13 09:35:59 2026] GET /v2.0/ports/64446542-d624-4703-bc82-9fc08bf3104b => generated 959 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:35:59.657 7 INFO neutron.db.l3_db [None req-05356234-2446-44f6-b715-d4700fc556dc 3fd4dce7e19b4f739294fa0671d60b55 faa10ed070b54ebfb8975095b723a645 - - default default] Floating IP 6e1d834f-76c8-4599-852a-b77b9d7ee847 associated. External IP: 10.96.250.205, port: 6267d602-a548-4f4e-8456-1b5f2091bcdc. [pid: 8|app: 0|req: 718/1479] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:35:59 2026] DELETE /v2.0/security-groups/c422d56f-3021-43b3-aa24-7ca7b6e08a9a => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1480] 10.0.0.119 () {34 vars in 676 bytes} [Thu Aug 13 09:35:58 2026] POST /v2.0/floatingips => generated 855 bytes in 1144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:36:00.015 8 INFO neutron_taas.services.taas.taas_plugin [None req-db26f06e-2dd1-47aa-8168-17a55cf6dc3f 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] TaaS: Handle Delete Port: 64446542-d624-4703-bc82-9fc08bf3104b 2026-08-13 09:36:00.017 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db26f06e-2dd1-47aa-8168-17a55cf6dc3f 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] Tap Mirror: Handle Delete Port: 64446542-d624-4703-bc82-9fc08bf3104b 2026-08-13 09:36:00.034 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a606942f-715f-4d74-bfce-a57f60de3626'] response: {'name': 'network-changed', 'server_uuid': 'f6d4a4b9-1ec3-443e-978c-8ca307233e16', 'tag': '6267d602-a548-4f4e-8456-1b5f2091bcdc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 763/1481] 10.0.0.119 () {32 vars in 728 bytes} [Thu Aug 13 09:35:59 2026] GET /v2.0/floatingips/6e1d834f-76c8-4599-852a-b77b9d7ee847 => generated 855 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1482] 10.0.0.119 () {34 vars in 788 bytes} [Thu Aug 13 09:35:59 2026] PUT /v2.0/routers/153b8c10-7c88-4e3c-99c7-b6160d8a6dc3/remove_router_interface => generated 309 bytes in 615 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1483] 10.0.0.119 () {32 vars in 735 bytes} [Thu Aug 13 09:36:00 2026] GET /v2.0/ports?device_id=153b8c10-7c88-4e3c-99c7-b6160d8a6dc3 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:36:00.510 8 INFO neutron_taas.services.taas.taas_plugin [None req-4fe65a65-c612-40d8-b577-3cd5c6fd3d3a 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] TaaS: Handle Delete Port: 71892eb8-9444-469a-8e9d-7941f65bd087 2026-08-13 09:36:00.512 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4fe65a65-c612-40d8-b577-3cd5c6fd3d3a 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] Tap Mirror: Handle Delete Port: 71892eb8-9444-469a-8e9d-7941f65bd087 [pid: 7|app: 0|req: 765/1484] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:36:00 2026] GET /v2.0/ports?tenant_id=faa10ed070b54ebfb8975095b723a645&device_id=f6d4a4b9-1ec3-443e-978c-8ca307233e16 => 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: 766/1485] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:36:00 2026] GET /v2.0/networks?id=9f96715f-14b7-4503-aed9-e9c3e538d6b6 => generated 756 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1486] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:36:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=6267d602-a548-4f4e-8456-1b5f2091bcdc => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1487] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:36:00 2026] GET /v2.0/subnets?id=0685d115-bc48-4e27-8b68-9031ce3a54a2 => generated 677 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1488] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:36:00 2026] GET /v2.0/ports?network_id=9f96715f-14b7-4503-aed9-e9c3e538d6b6&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1489] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:36:00 2026] GET /v2.0/networks/9f96715f-14b7-4503-aed9-e9c3e538d6b6?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1490] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:36:00 2026] GET /v2.0/networks/9f96715f-14b7-4503-aed9-e9c3e538d6b6?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) 2026-08-13 09:36:00.857 8 INFO neutron.services.segments.plugin [-] Segment 510e4bb2-9ae5-47a2-9ef6-9ae526c3114f resource provider aggregate not found 2026-08-13 09:36:00.864 8 INFO neutron.services.segments.plugin [-] Segment 510e4bb2-9ae5-47a2-9ef6-9ae526c3114f resource provider aggregate not found 2026-08-13 09:36:00.874 8 INFO neutron.services.segments.plugin [-] Segment 510e4bb2-9ae5-47a2-9ef6-9ae526c3114f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 510e4bb2-9ae5-47a2-9ef6-9ae526c3114f found for delete ", "request_id": "req-cc7b7a9e-6802-4048-9047-df5fd1548bec"}]} 2026-08-13 09:36:00.881 8 INFO neutron.db.l3_hamode_db [None req-4fe65a65-c612-40d8-b577-3cd5c6fd3d3a 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] HA network 61d5cf89-e69a-4ac0-8b22-ad45112edaa8 was deleted as no HA routers are present in tenant a81249e20597494ab10fae07a82e1118. 2026-08-13 09:36:00.890 8 INFO neutron.services.segments.plugin [-] Segment 510e4bb2-9ae5-47a2-9ef6-9ae526c3114f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 510e4bb2-9ae5-47a2-9ef6-9ae526c3114f found for delete ", "request_id": "req-d54acf0f-01fc-4a8c-a17a-e6e9274c4ea6"}]} [pid: 8|app: 0|req: 720/1491] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:36:00 2026] DELETE /v2.0/routers/153b8c10-7c88-4e3c-99c7-b6160d8a6dc3 => generated 0 bytes in 534 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1492] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:36:00 2026] DELETE /v2.0/subnets/fab226fc-2404-4fd1-8a18-416319b76e6c => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1493] 10.0.0.119 () {32 vars in 728 bytes} [Thu Aug 13 09:36:01 2026] GET /v2.0/floatingips/6e1d834f-76c8-4599-852a-b77b9d7ee847 => generated 855 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1494] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:36:01 2026] DELETE /v2.0/networks/cf6dc630-11bb-4c5d-84bc-18275800b9f5 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:36:01.256 7 INFO neutron.db.segments_db [None req-7ba4e313-a301-4a2f-817b-c361a64aed87 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] Added segment 17e91332-ad46-4fd5-a1e8-fb3b662e3c3d of type vxlan for network 90fee352-d819-47fb-99c1-26a1d21556e1 2026-08-13 09:36:01.504 7 INFO neutron.db.l3_hamode_db [None req-7ba4e313-a301-4a2f-817b-c361a64aed87 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 722/1495] 10.0.0.119 () {32 vars in 728 bytes} [Thu Aug 13 09:36:02 2026] GET /v2.0/floatingips/6e1d834f-76c8-4599-852a-b77b9d7ee847 => generated 857 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:36:02.324 7 INFO neutron.db.l3_hamode_db [None req-7ba4e313-a301-4a2f-817b-c361a64aed87 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 723/1496] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:02 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:36:02.901 8 INFO neutron.services.segments.plugin [-] Segment e2d2f52e-3ecf-4c71-b798-99094fcc7744 resource provider aggregate not found 2026-08-13 09:36:02.911 8 INFO neutron.services.segments.plugin [-] Segment e2d2f52e-3ecf-4c71-b798-99094fcc7744 resource provider aggregate not found [pid: 8|app: 0|req: 724/1497] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:36:02 2026] GET /v2.0/security-groups?id=2cf87afa-6b57-45f9-98a5-73d6524978e3&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:36:02.932 8 INFO neutron.services.segments.plugin [-] Segment e2d2f52e-3ecf-4c71-b798-99094fcc7744 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2d2f52e-3ecf-4c71-b798-99094fcc7744 found for delete ", "request_id": "req-9a9df622-447f-420f-9b55-7506b83710e7"}]} 2026-08-13 09:36:02.937 8 INFO neutron.services.segments.plugin [-] Segment e2d2f52e-3ecf-4c71-b798-99094fcc7744 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2d2f52e-3ecf-4c71-b798-99094fcc7744 found for delete ", "request_id": "req-7a58c288-2cc7-4539-b36a-b653cb014fbb"}]} [pid: 8|app: 0|req: 725/1498] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:02 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => 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: 774/1499] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:36:01 2026] POST /v2.0/routers => generated 692 bytes in 1925 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1500] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:36:03 2026] GET /v2.0/security-groups?id=2cf87afa-6b57-45f9-98a5-73d6524978e3&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: 776/1501] 10.0.0.119 () {32 vars in 720 bytes} [Thu Aug 13 09:36:03 2026] GET /v2.0/routers/4aba48d9-9d89-4105-97d3-9d5d673ab420 => generated 698 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:36:03.218 8 INFO neutron.db.segments_db [None req-4667a99e-fc50-4d14-a131-d82b8fa969df 09e313b8b08549259b2c3e1bcd90a30d fe7aff29aa6c41eca3f9d2b18f2f1133 - - default default] Added segment a39ffa99-f40b-4f10-bce0-f664e232d777 of type vxlan for network 99bc14a7-cf17-459d-8e04-3e3dc4c07397 [pid: 7|app: 0|req: 777/1502] 10.0.0.119 () {32 vars in 646 bytes} [Thu Aug 13 09:36:03 2026] GET /v2.0/routers => generated 701 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:36:03.467 8 INFO neutron.db.l3_hamode_db [None req-4667a99e-fc50-4d14-a131-d82b8fa969df 09e313b8b08549259b2c3e1bcd90a30d fe7aff29aa6c41eca3f9d2b18f2f1133 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 09:36:03.580 8 INFO neutron.db.l3_hamode_db [None req-4667a99e-fc50-4d14-a131-d82b8fa969df 09e313b8b08549259b2c3e1bcd90a30d fe7aff29aa6c41eca3f9d2b18f2f1133 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 778/1503] 10.0.0.119 () {34 vars in 740 bytes} [Thu Aug 13 09:36:03 2026] PUT /v2.0/routers/4aba48d9-9d89-4105-97d3-9d5d673ab420 => generated 705 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1504] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:03 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1505] 10.0.0.119 () {32 vars in 720 bytes} [Thu Aug 13 09:36:03 2026] GET /v2.0/routers/4aba48d9-9d89-4105-97d3-9d5d673ab420 => 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: 781/1506] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:36:03 2026] GET /v2.0/security-groups?id=2cf87afa-6b57-45f9-98a5-73d6524978e3&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: 782/1507] 10.0.0.119 () {32 vars in 735 bytes} [Thu Aug 13 09:36:03 2026] GET /v2.0/ports?device_id=4aba48d9-9d89-4105-97d3-9d5d673ab420 => 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: 726/1508] 10.0.0.119 () {34 vars in 667 bytes} [Thu Aug 13 09:36:03 2026] POST /v2.0/routers => generated 474 bytes in 1120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:36:04.162 7 INFO neutron_taas.services.taas.taas_plugin [None req-5ac36bfa-54ce-443d-9459-d788d12b3143 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] TaaS: Handle Delete Port: 8f12e12b-c503-4823-847a-217edf6448f8 2026-08-13 09:36:04.164 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ac36bfa-54ce-443d-9459-d788d12b3143 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] Tap Mirror: Handle Delete Port: 8f12e12b-c503-4823-847a-217edf6448f8 [pid: 8|app: 0|req: 727/1509] 10.0.0.119 () {34 vars in 750 bytes} [Thu Aug 13 09:36:04 2026] PUT /v2.0/routers/b085bac3-1efd-4381-b5e3-17d0687c02cd/tags => generated 25 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1510] 10.0.0.119 () {32 vars in 730 bytes} [Thu Aug 13 09:36:04 2026] GET /v2.0/routers/b085bac3-1efd-4381-b5e3-17d0687c02cd/tags => generated 25 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:36:04.412 7 INFO neutron_taas.services.taas.taas_plugin [None req-5ac36bfa-54ce-443d-9459-d788d12b3143 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] TaaS: Handle Delete Port: 321cf827-bbc6-4bb3-b898-d8f9f0336a95 2026-08-13 09:36:04.415 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ac36bfa-54ce-443d-9459-d788d12b3143 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] Tap Mirror: Handle Delete Port: 321cf827-bbc6-4bb3-b898-d8f9f0336a95 [pid: 8|app: 0|req: 729/1511] 10.0.0.119 () {34 vars in 761 bytes} [Thu Aug 13 09:36:04 2026] PUT /v2.0/routers/b085bac3-1efd-4381-b5e3-17d0687c02cd/tags/green => generated 4 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1512] 10.0.0.119 () {32 vars in 730 bytes} [Thu Aug 13 09:36:04 2026] GET /v2.0/routers/b085bac3-1efd-4381-b5e3-17d0687c02cd/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: 731/1513] 10.0.0.119 () {34 vars in 757 bytes} [Thu Aug 13 09:36:04 2026] PUT /v2.0/routers/b085bac3-1efd-4381-b5e3-17d0687c02cd/tags/red => generated 4 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-08-13 09:36:04.757 7 INFO neutron.services.segments.plugin [-] Segment 17e91332-ad46-4fd5-a1e8-fb3b662e3c3d resource provider aggregate not found 2026-08-13 09:36:04.768 7 INFO neutron.services.segments.plugin [-] Segment 17e91332-ad46-4fd5-a1e8-fb3b662e3c3d resource provider aggregate not found 2026-08-13 09:36:04.774 7 INFO neutron.services.segments.plugin [-] Segment 17e91332-ad46-4fd5-a1e8-fb3b662e3c3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17e91332-ad46-4fd5-a1e8-fb3b662e3c3d found for delete ", "request_id": "req-0b475850-13a8-4df9-b398-61d0b30babc0"}]} 2026-08-13 09:36:04.785 7 INFO neutron.services.segments.plugin [-] Segment 17e91332-ad46-4fd5-a1e8-fb3b662e3c3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17e91332-ad46-4fd5-a1e8-fb3b662e3c3d found for delete ", "request_id": "req-5d49c774-2d3b-4da1-9df3-a00a1c91deb2"}]} 2026-08-13 09:36:04.786 7 INFO neutron.db.l3_hamode_db [None req-5ac36bfa-54ce-443d-9459-d788d12b3143 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] HA network 90fee352-d819-47fb-99c1-26a1d21556e1 was deleted as no HA routers are present in tenant a81249e20597494ab10fae07a82e1118. [pid: 7|app: 0|req: 783/1514] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:36:03 2026] DELETE /v2.0/routers/4aba48d9-9d89-4105-97d3-9d5d673ab420 => generated 0 bytes in 844 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1515] 10.0.0.119 () {32 vars in 735 bytes} [Thu Aug 13 09:36:04 2026] GET /v2.0/ports?device_id=4aba48d9-9d89-4105-97d3-9d5d673ab420 => 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: 732/1516] 10.0.0.119 () {32 vars in 730 bytes} [Thu Aug 13 09:36:04 2026] GET /v2.0/routers/b085bac3-1efd-4381-b5e3-17d0687c02cd/tags => generated 34 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:36:04.842 7 INFO neutron.api.v2.resource [None req-2355fa23-94f0-41dd-8d83-b1658d82c1ac 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 785/1517] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:36:04 2026] DELETE /v2.0/routers/4aba48d9-9d89-4105-97d3-9d5d673ab420 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1518] 10.0.0.119 () {32 vars in 735 bytes} [Thu Aug 13 09:36:04 2026] GET /v2.0/ports?device_id=153b8c10-7c88-4e3c-99c7-b6160d8a6dc3 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:36:04.894 7 INFO neutron.api.v2.resource [None req-ba8bf125-1313-46ec-893d-1c1937d864f8 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 787/1519] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:36:04 2026] DELETE /v2.0/routers/153b8c10-7c88-4e3c-99c7-b6160d8a6dc3 => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:36:04.913 7 INFO neutron.pecan_wsgi.hooks.translation [None req-702725cd-1148-44d3-80f6-78af05f3027c 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 788/1520] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:36:04 2026] DELETE /v2.0/subnets/fab226fc-2404-4fd1-8a18-416319b76e6c => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1521] 10.0.0.119 () {32 vars in 735 bytes} [Thu Aug 13 09:36:04 2026] GET /v2.0/ports?device_id=c3a837ac-5adf-4f19-a0a4-3021d06b6c39 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:36:04.967 7 INFO neutron.api.v2.resource [None req-34eed709-55c8-4c7b-8a56-ef8208bad153 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 790/1522] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:36:04 2026] DELETE /v2.0/routers/c3a837ac-5adf-4f19-a0a4-3021d06b6c39 => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:36:04.988 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8b9b2fed-0de9-4370-9761-6a8fdd59cf95 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 791/1523] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:36:04 2026] DELETE /v2.0/subnets/3cf4c940-3558-4763-911a-7a8f2abd08b7 => 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: 733/1524] 10.0.0.119 () {34 vars in 779 bytes} [Thu Aug 13 09:36:04 2026] PUT /v2.0/routers/b085bac3-1efd-4381-b5e3-17d0687c02cd/tags/black.or.white => generated 4 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1525] 10.0.0.119 () {32 vars in 735 bytes} [Thu Aug 13 09:36:05 2026] GET /v2.0/ports?device_id=3f55367d-3773-492d-a276-e86638511f67 => 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: 792/1526] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:04 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1527] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:36:05 2026] GET /v2.0/ports?tenant_id=6dc9404a63404428bb83e95a85cf5dbd&device_id=369505f0-296d-4015-a400-b0e634384896 => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:36:05.074 7 INFO neutron.api.v2.resource [None req-9c58202b-26b1-4840-b99d-d4903a04633d 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 794/1528] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:36:05 2026] DELETE /v2.0/routers/3f55367d-3773-492d-a276-e86638511f67 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1529] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:36:05 2026] GET /v2.0/security-groups?id=2cf87afa-6b57-45f9-98a5-73d6524978e3&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1530] 10.0.0.119 () {32 vars in 730 bytes} [Thu Aug 13 09:36:05 2026] GET /v2.0/routers/b085bac3-1efd-4381-b5e3-17d0687c02cd/tags => generated 52 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:36:05.124 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8c5ef008-b7c8-4fdf-ae97-713e64b67fc2 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 736/1531] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:36:05 2026] DELETE /v2.0/subnets/a2366dc1-62e7-4fdc-a3a6-b34e901e532d => 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: 796/1532] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:36:05 2026] GET /v2.0/networks?id=54a6cac8-0736-4b3d-8b09-0b7da5ca0b4a => generated 771 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:36:05.154 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4b6017aa-fdad-490e-9756-15b8f8ddc593 5cc22ff7d6e34a1bba82f7c490cfedda a81249e20597494ab10fae07a82e1118 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 797/1533] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:36:05 2026] DELETE /v2.0/subnets/e90809a3-217d-47b8-8e60-d3d8d3417793 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1534] 199.204.45.61 () {34 vars in 1058 bytes} [Thu Aug 13 09:36:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=aa4226c3-a43a-4dc0-8580-97b6ae35fb77 => generated 861 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1535] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:36:05 2026] GET /v2.0/subnets?id=e0fa606f-1043-46a0-bde9-4d0f1d51fba6 => generated 693 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1536] 10.0.0.119 () {34 vars in 750 bytes} [Thu Aug 13 09:36:05 2026] PUT /v2.0/routers/b085bac3-1efd-4381-b5e3-17d0687c02cd/tags => generated 37 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1537] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:36:05 2026] GET /v2.0/ports?network_id=54a6cac8-0736-4b3d-8b09-0b7da5ca0b4a&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: 801/1538] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:36:05 2026] GET /v2.0/networks/54a6cac8-0736-4b3d-8b09-0b7da5ca0b4a?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1539] 10.0.0.119 () {32 vars in 730 bytes} [Thu Aug 13 09:36:05 2026] GET /v2.0/routers/b085bac3-1efd-4381-b5e3-17d0687c02cd/tags => generated 37 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1540] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:36:05 2026] GET /v2.0/networks/54a6cac8-0736-4b3d-8b09-0b7da5ca0b4a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1541] 10.0.0.119 () {32 vars in 738 bytes} [Thu Aug 13 09:36:05 2026] GET /v2.0/routers/b085bac3-1efd-4381-b5e3-17d0687c02cd/tags/red => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:36:05.567 7 INFO neutron.api.v2.resource [None req-76a404dd-4d3d-4d93-a7e3-4f4fe65c3f66 09e313b8b08549259b2c3e1bcd90a30d fe7aff29aa6c41eca3f9d2b18f2f1133 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 803/1542] 10.0.0.119 () {32 vars in 742 bytes} [Thu Aug 13 09:36:05 2026] GET /v2.0/routers/b085bac3-1efd-4381-b5e3-17d0687c02cd/tags/green => generated 99 bytes in 91 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1543] 10.0.0.119 () {32 vars in 741 bytes} [Thu Aug 13 09:36:05 2026] DELETE /v2.0/routers/b085bac3-1efd-4381-b5e3-17d0687c02cd/tags/red => 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: 804/1544] 10.0.0.119 () {32 vars in 730 bytes} [Thu Aug 13 09:36:05 2026] GET /v2.0/routers/b085bac3-1efd-4381-b5e3-17d0687c02cd/tags => generated 30 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1545] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:36:05 2026] GET /v2.0/security-groups?tenant_id=a81249e20597494ab10fae07a82e1118&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:36:05.857 7 INFO neutron.api.v2.resource [None req-a8f99949-ddff-486a-95f3-583eaeb9ecc2 09e313b8b08549259b2c3e1bcd90a30d fe7aff29aa6c41eca3f9d2b18f2f1133 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 805/1546] 10.0.0.119 () {32 vars in 745 bytes} [Thu Aug 13 09:36:05 2026] DELETE /v2.0/routers/b085bac3-1efd-4381-b5e3-17d0687c02cd/tags/green => generated 99 bytes in 89 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1547] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:36:05 2026] DELETE /v2.0/security-groups/f9eb4320-0516-413e-8740-332487086b40 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1548] 10.0.0.119 () {32 vars in 733 bytes} [Thu Aug 13 09:36:05 2026] DELETE /v2.0/routers/b085bac3-1efd-4381-b5e3-17d0687c02cd/tags => 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: 743/1549] 10.0.0.119 () {32 vars in 730 bytes} [Thu Aug 13 09:36:05 2026] GET /v2.0/routers/b085bac3-1efd-4381-b5e3-17d0687c02cd/tags => generated 12 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1550] 10.0.0.119 () {32 vars in 720 bytes} [Thu Aug 13 09:36:06 2026] GET /v2.0/routers/b085bac3-1efd-4381-b5e3-17d0687c02cd => generated 480 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1551] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:06 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1552] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:36:06 2026] GET /v2.0/security-groups?id=2cf87afa-6b57-45f9-98a5-73d6524978e3&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1553] 10.0.0.119 () {34 vars in 741 bytes} [Thu Aug 13 09:36:06 2026] PUT /v2.0/routers/b085bac3-1efd-4381-b5e3-17d0687c02cd => generated 480 bytes in 1089 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1554] 10.0.0.119 () {32 vars in 735 bytes} [Thu Aug 13 09:36:07 2026] GET /v2.0/ports?device_id=b085bac3-1efd-4381-b5e3-17d0687c02cd => 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: 811/1555] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:07 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:36:07.425 8 INFO neutron_taas.services.taas.taas_plugin [None req-b84d73f3-27d9-4e6d-b213-a5c273809be7 09e313b8b08549259b2c3e1bcd90a30d fe7aff29aa6c41eca3f9d2b18f2f1133 - - default default] TaaS: Handle Delete Port: 1d40e1a0-73b6-448c-a506-b2f6c4488d2b 2026-08-13 09:36:07.431 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b84d73f3-27d9-4e6d-b213-a5c273809be7 09e313b8b08549259b2c3e1bcd90a30d fe7aff29aa6c41eca3f9d2b18f2f1133 - - default default] Tap Mirror: Handle Delete Port: 1d40e1a0-73b6-448c-a506-b2f6c4488d2b [pid: 7|app: 0|req: 812/1556] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:36:07 2026] GET /v2.0/security-groups?id=2cf87afa-6b57-45f9-98a5-73d6524978e3&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:36:07.726 8 INFO neutron.services.segments.plugin [-] Segment a39ffa99-f40b-4f10-bce0-f664e232d777 resource provider aggregate not found 2026-08-13 09:36:07.737 8 INFO neutron.services.segments.plugin [-] Segment a39ffa99-f40b-4f10-bce0-f664e232d777 resource provider aggregate not found 2026-08-13 09:36:07.745 8 INFO neutron.services.segments.plugin [-] Segment a39ffa99-f40b-4f10-bce0-f664e232d777 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a39ffa99-f40b-4f10-bce0-f664e232d777 found for delete ", "request_id": "req-e638ca54-0fc0-4ff4-8870-9949f7e098e7"}]} 2026-08-13 09:36:07.758 8 INFO neutron.services.segments.plugin [-] Segment a39ffa99-f40b-4f10-bce0-f664e232d777 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a39ffa99-f40b-4f10-bce0-f664e232d777 found for delete ", "request_id": "req-abd07fcf-01bb-4ec5-86d6-9f8710e1393b"}]} 2026-08-13 09:36:07.761 8 INFO neutron.db.l3_hamode_db [None req-b84d73f3-27d9-4e6d-b213-a5c273809be7 09e313b8b08549259b2c3e1bcd90a30d fe7aff29aa6c41eca3f9d2b18f2f1133 - - default default] HA network 99bc14a7-cf17-459d-8e04-3e3dc4c07397 was deleted as no HA routers are present in tenant fe7aff29aa6c41eca3f9d2b18f2f1133. [pid: 8|app: 0|req: 745/1557] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:36:07 2026] DELETE /v2.0/routers/b085bac3-1efd-4381-b5e3-17d0687c02cd => generated 0 bytes in 520 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:36:07.853 7 INFO neutron.db.segments_db [None req-1b81e62d-2646-4b4d-ba22-bf19ac9caace 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] Added segment 1537c2a9-4b09-4945-a1de-4217ab8b5618 of type vxlan for network b28be88d-b322-49a7-9a3c-2d5e3c8c6f70 [pid: 7|app: 0|req: 813/1560] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:36:07 2026] POST /v2.0/networks => generated 611 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:36:08.002 8 INFO neutron.db.segments_db [None req-6c02ad50-1375-4c7d-9aef-05d4ded60eba 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] Added segment 503c315a-05c8-4042-9d71-9b2406fe0690 of type vxlan for network 9e194a70-77d5-4904-ae36-cc27218690d3 [pid: 8|app: 0|req: 748/1561] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:36:07 2026] POST /v2.0/networks => generated 610 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1562] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:36:08 2026] POST /v2.0/subnets => generated 626 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1563] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:36:08 2026] POST /v2.0/subnets => generated 626 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1564] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:36:08 2026] GET /v2.0/security-groups?tenant_id=697001670e5b453dbc650b3a88ffc724&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1565] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:08 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:36:08.685 7 INFO neutron.db.segments_db [None req-9dcd8c32-f024-4865-84b6-7a584bbd88cc 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] Added segment d061c2ae-a8c6-4869-88e3-27327de0ca1b of type vxlan for network e2f45bed-e8c9-40bb-b05a-636e60560bc1 [pid: 8|app: 0|req: 751/1566] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:36:08 2026] DELETE /v2.0/security-groups/dea9b272-79f3-4057-8120-54c06d5936ce => 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: 752/1567] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:36:08 2026] GET /v2.0/security-groups?id=2cf87afa-6b57-45f9-98a5-73d6524978e3&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-08-13 09:36:08.973 7 INFO neutron.db.l3_hamode_db [None req-9dcd8c32-f024-4865-84b6-7a584bbd88cc 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 753/1568] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:36:08 2026] GET /v2.0/security-groups?tenant_id=fe7aff29aa6c41eca3f9d2b18f2f1133&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:36:09.089 7 INFO neutron.db.l3_hamode_db [None req-9dcd8c32-f024-4865-84b6-7a584bbd88cc 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 754/1569] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:36:09 2026] DELETE /v2.0/security-groups/05d11fa7-4b74-421e-863e-4c1e8f53fabd => 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: 816/1570] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:36:08 2026] POST /v2.0/routers => generated 507 bytes in 1130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1571] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:09 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1572] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:36:09 2026] GET /v2.0/security-groups?id=2cf87afa-6b57-45f9-98a5-73d6524978e3&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: 755/1573] 10.0.0.119 () {34 vars in 782 bytes} [Thu Aug 13 09:36:09 2026] PUT /v2.0/routers/d5f43243-5032-467f-8dcc-bd645019f03f/add_router_interface => generated 309 bytes in 1167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1574] 10.0.0.119 () {32 vars in 716 bytes} [Thu Aug 13 09:36:10 2026] GET /v2.0/ports/ab66349e-01e4-45c0-9e11-0e8a253e2edd => generated 955 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1575] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:11 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1576] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:36:11 2026] GET /v2.0/security-groups?id=2cf87afa-6b57-45f9-98a5-73d6524978e3&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: 822/1577] 10.0.0.69 () {34 vars in 988 bytes} [Thu Aug 13 09:36:11 2026] GET /v2.0/ports?device_id=f6d4a4b9-1ec3-443e-978c-8ca307233e16 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1578] 10.0.0.69 () {34 vars in 1038 bytes} [Thu Aug 13 09:36:11 2026] GET /v2.0/security-groups?id=b8848f2b-197b-4ed2-b6f1-325d1fa98da6&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: 8|app: 0|req: 756/1579] 10.0.0.119 () {34 vars in 782 bytes} [Thu Aug 13 09:36:10 2026] PUT /v2.0/routers/d5f43243-5032-467f-8dcc-bd645019f03f/add_router_interface => generated 309 bytes in 1196 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1580] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:12 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => 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: 758/1581] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:36:12 2026] GET /v2.0/security-groups?id=2cf87afa-6b57-45f9-98a5-73d6524978e3&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: 824/1582] 10.0.0.119 () {32 vars in 716 bytes} [Thu Aug 13 09:36:12 2026] GET /v2.0/ports/35f6b6b3-c729-450e-8542-ebe52111a0ad => generated 955 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:36:12.684 8 INFO neutron_taas.services.taas.taas_plugin [None req-a624a667-1d35-4111-9b8a-7f8bdc00f2d1 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] TaaS: Handle Delete Port: 35f6b6b3-c729-450e-8542-ebe52111a0ad 2026-08-13 09:36:12.688 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a624a667-1d35-4111-9b8a-7f8bdc00f2d1 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] Tap Mirror: Handle Delete Port: 35f6b6b3-c729-450e-8542-ebe52111a0ad 2026-08-13 09:36:12.853 7 INFO neutron.db.segments_db [None req-32ae7cf2-fd48-4013-bce4-92a68e756865 5ad575f5a04446b88b87f0e76661c519 706167e28e4541699c5ba88143de428c - - default default] Added segment 1efde075-aadc-497b-82d7-b7edea6a6f32 of type vxlan for network a52bec23-e2ce-43d2-901f-2eb5061e570a [pid: 7|app: 0|req: 825/1583] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:36:12 2026] POST /v2.0/networks => generated 613 bytes in 489 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1584] 10.0.0.119 () {34 vars in 788 bytes} [Thu Aug 13 09:36:12 2026] PUT /v2.0/routers/d5f43243-5032-467f-8dcc-bd645019f03f/remove_router_interface => generated 309 bytes in 835 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1585] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:36:12 2026] POST /v2.0/subnets => generated 626 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1586] 10.0.0.119 () {34 vars in 750 bytes} [Thu Aug 13 09:36:13 2026] PUT /v2.0/subnets/d72beb3d-73b4-4261-93ed-f5029f1af7b1/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1587] 10.0.0.119 () {32 vars in 730 bytes} [Thu Aug 13 09:36:13 2026] GET /v2.0/subnets/d72beb3d-73b4-4261-93ed-f5029f1af7b1/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1588] 10.0.0.119 () {34 vars in 761 bytes} [Thu Aug 13 09:36:13 2026] PUT /v2.0/subnets/d72beb3d-73b4-4261-93ed-f5029f1af7b1/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: 830/1589] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:13 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1590] 10.0.0.119 () {32 vars in 730 bytes} [Thu Aug 13 09:36:13 2026] GET /v2.0/subnets/d72beb3d-73b4-4261-93ed-f5029f1af7b1/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:36:13.479 8 INFO neutron_taas.services.taas.taas_plugin [None req-3bd039a5-a2c1-466e-a185-46d5b39c5e4b 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] TaaS: Handle Delete Port: ab66349e-01e4-45c0-9e11-0e8a253e2edd 2026-08-13 09:36:13.482 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3bd039a5-a2c1-466e-a185-46d5b39c5e4b 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] Tap Mirror: Handle Delete Port: ab66349e-01e4-45c0-9e11-0e8a253e2edd [pid: 7|app: 0|req: 832/1591] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:36:13 2026] GET /v2.0/security-groups?id=2cf87afa-6b57-45f9-98a5-73d6524978e3&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: 833/1592] 10.0.0.119 () {34 vars in 757 bytes} [Thu Aug 13 09:36:13 2026] PUT /v2.0/subnets/d72beb3d-73b4-4261-93ed-f5029f1af7b1/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1593] 10.0.0.119 () {32 vars in 730 bytes} [Thu Aug 13 09:36:13 2026] GET /v2.0/subnets/d72beb3d-73b4-4261-93ed-f5029f1af7b1/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1594] 10.0.0.119 () {34 vars in 779 bytes} [Thu Aug 13 09:36:13 2026] PUT /v2.0/subnets/d72beb3d-73b4-4261-93ed-f5029f1af7b1/tags/black.or.white => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1595] 10.0.0.119 () {32 vars in 730 bytes} [Thu Aug 13 09:36:13 2026] GET /v2.0/subnets/d72beb3d-73b4-4261-93ed-f5029f1af7b1/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1596] 10.0.0.119 () {34 vars in 750 bytes} [Thu Aug 13 09:36:13 2026] PUT /v2.0/subnets/d72beb3d-73b4-4261-93ed-f5029f1af7b1/tags => generated 37 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1597] 10.0.0.119 () {32 vars in 730 bytes} [Thu Aug 13 09:36:13 2026] GET /v2.0/subnets/d72beb3d-73b4-4261-93ed-f5029f1af7b1/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1598] 10.0.0.119 () {34 vars in 788 bytes} [Thu Aug 13 09:36:13 2026] PUT /v2.0/routers/d5f43243-5032-467f-8dcc-bd645019f03f/remove_router_interface => generated 309 bytes in 764 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1599] 10.0.0.119 () {32 vars in 735 bytes} [Thu Aug 13 09:36:13 2026] GET /v2.0/ports?device_id=d5f43243-5032-467f-8dcc-bd645019f03f => 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: 839/1600] 10.0.0.119 () {32 vars in 738 bytes} [Thu Aug 13 09:36:13 2026] GET /v2.0/subnets/d72beb3d-73b4-4261-93ed-f5029f1af7b1/tags/red => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:36:13.978 7 INFO neutron.api.v2.resource [None req-098ad24f-c2fc-4192-acfa-89d84126b733 5ad575f5a04446b88b87f0e76661c519 706167e28e4541699c5ba88143de428c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 840/1601] 10.0.0.119 () {32 vars in 742 bytes} [Thu Aug 13 09:36:13 2026] GET /v2.0/subnets/d72beb3d-73b4-4261-93ed-f5029f1af7b1/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1602] 10.0.0.119 () {32 vars in 741 bytes} [Thu Aug 13 09:36:13 2026] DELETE /v2.0/subnets/d72beb3d-73b4-4261-93ed-f5029f1af7b1/tags/red => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:36:14.067 8 INFO neutron_taas.services.taas.taas_plugin [None req-ee61c8af-5dba-42c1-80c1-e67b2a2e7864 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] TaaS: Handle Delete Port: d5c7a0db-3e84-4d43-b600-d865a6606391 2026-08-13 09:36:14.069 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee61c8af-5dba-42c1-80c1-e67b2a2e7864 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] Tap Mirror: Handle Delete Port: d5c7a0db-3e84-4d43-b600-d865a6606391 [pid: 7|app: 0|req: 842/1603] 10.0.0.119 () {32 vars in 730 bytes} [Thu Aug 13 09:36:14 2026] GET /v2.0/subnets/d72beb3d-73b4-4261-93ed-f5029f1af7b1/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:36:14.145 7 INFO neutron.api.v2.resource [None req-7e59add8-164c-47e3-9742-feea0154ed92 5ad575f5a04446b88b87f0e76661c519 706167e28e4541699c5ba88143de428c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 843/1604] 10.0.0.119 () {32 vars in 745 bytes} [Thu Aug 13 09:36:14 2026] DELETE /v2.0/subnets/d72beb3d-73b4-4261-93ed-f5029f1af7b1/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: 844/1605] 10.0.0.119 () {32 vars in 733 bytes} [Thu Aug 13 09:36:14 2026] DELETE /v2.0/subnets/d72beb3d-73b4-4261-93ed-f5029f1af7b1/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1606] 10.0.0.119 () {32 vars in 730 bytes} [Thu Aug 13 09:36:14 2026] GET /v2.0/subnets/d72beb3d-73b4-4261-93ed-f5029f1af7b1/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:36:14.363 8 INFO neutron.services.segments.plugin [-] Segment d061c2ae-a8c6-4869-88e3-27327de0ca1b resource provider aggregate not found 2026-08-13 09:36:14.369 8 INFO neutron.services.segments.plugin [-] Segment d061c2ae-a8c6-4869-88e3-27327de0ca1b resource provider aggregate not found 2026-08-13 09:36:14.387 8 INFO neutron.db.l3_hamode_db [None req-ee61c8af-5dba-42c1-80c1-e67b2a2e7864 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] HA network e2f45bed-e8c9-40bb-b05a-636e60560bc1 was deleted as no HA routers are present in tenant 75804bf4d29247ffafe9081d13139787. 2026-08-13 09:36:14.388 8 INFO neutron.services.segments.plugin [-] Segment d061c2ae-a8c6-4869-88e3-27327de0ca1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d061c2ae-a8c6-4869-88e3-27327de0ca1b found for delete ", "request_id": "req-c7f00fd5-85f0-4dce-9a7d-58215deab87a"}]} [pid: 8|app: 0|req: 762/1607] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:36:13 2026] DELETE /v2.0/routers/d5f43243-5032-467f-8dcc-bd645019f03f => generated 0 bytes in 476 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:36:14.401 8 INFO neutron.services.segments.plugin [-] Segment d061c2ae-a8c6-4869-88e3-27327de0ca1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d061c2ae-a8c6-4869-88e3-27327de0ca1b found for delete ", "request_id": "req-baf0dc0e-f1e5-4c04-b41c-2db598f47bf9"}]} [pid: 7|app: 0|req: 846/1608] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:36:14 2026] DELETE /v2.0/subnets/d72beb3d-73b4-4261-93ed-f5029f1af7b1 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:36:14.525 7 INFO neutron.services.segments.plugin [-] Segment 1efde075-aadc-497b-82d7-b7edea6a6f32 resource provider aggregate not found 2026-08-13 09:36:14.532 7 INFO neutron.services.segments.plugin [-] Segment 1efde075-aadc-497b-82d7-b7edea6a6f32 resource provider aggregate not found 2026-08-13 09:36:14.540 7 INFO neutron.services.segments.plugin [-] Segment 1efde075-aadc-497b-82d7-b7edea6a6f32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1efde075-aadc-497b-82d7-b7edea6a6f32 found for delete ", "request_id": "req-ea153d07-d0c5-4cbe-9451-3860be5729a5"}]} [pid: 7|app: 0|req: 847/1609] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:36:14 2026] DELETE /v2.0/networks/a52bec23-e2ce-43d2-901f-2eb5061e570a => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:36:14.561 7 INFO neutron.services.segments.plugin [-] Segment 1efde075-aadc-497b-82d7-b7edea6a6f32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1efde075-aadc-497b-82d7-b7edea6a6f32 found for delete ", "request_id": "req-827c8592-0386-4947-bb7d-808773d87530"}]} [pid: 8|app: 0|req: 763/1610] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:36:14 2026] DELETE /v2.0/subnets/3636d025-c369-4c9b-91bd-1c1315d8183b => 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: 848/1611] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:36:14 2026] DELETE /v2.0/subnets/4e8243c6-b172-4adb-8642-e2d1d8b8f464 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:36:14.811 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a55dd90-9e15-4d4c-bf3c-dd22f790bf11 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] TaaS: Handle Delete Port: 854b56fb-8f0e-4a7b-b8d4-72029b280a5e 2026-08-13 09:36:14.813 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a55dd90-9e15-4d4c-bf3c-dd22f790bf11 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] Tap Mirror: Handle Delete Port: 854b56fb-8f0e-4a7b-b8d4-72029b280a5e [pid: 8|app: 0|req: 764/1612] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:36:14 2026] DELETE /v2.0/networks/9e194a70-77d5-4904-ae36-cc27218690d3 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:36:15.076 7 INFO neutron_taas.services.taas.taas_plugin [None req-5574a74c-a461-490c-9a1f-22ee2725633c 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] TaaS: Handle Delete Port: 0bcad241-8387-4ba6-8a2d-f099d3f91fb8 2026-08-13 09:36:15.079 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5574a74c-a461-490c-9a1f-22ee2725633c 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] Tap Mirror: Handle Delete Port: 0bcad241-8387-4ba6-8a2d-f099d3f91fb8 [pid: 7|app: 0|req: 849/1613] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:36:14 2026] DELETE /v2.0/networks/b28be88d-b322-49a7-9a3c-2d5e3c8c6f70 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:36:15.368 7 INFO neutron.db.segments_db [None req-2fad3103-c2e1-47d2-8131-ad586e449265 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] Added segment 3370da81-271b-4b31-a767-8af4ac154fbd of type vxlan for network 2a68ec38-447d-45d8-bc10-ca5c9d7ee290 [pid: 7|app: 0|req: 850/1614] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:36:15 2026] POST /v2.0/networks => generated 611 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1615] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:36:15 2026] GET /v2.0/security-groups?tenant_id=c3f77879f4ab44e7afb86486920cbbd7&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1616] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:36:15 2026] DELETE /v2.0/security-groups/0de2dc93-7f7c-4600-b5f0-6d4345f16566 => 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: 767/1617] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:36:15 2026] GET /v2.0/security-groups?tenant_id=706167e28e4541699c5ba88143de428c&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1618] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:36:15 2026] POST /v2.0/subnets => generated 626 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:36:15.813 7 INFO neutron.db.segments_db [None req-8cf451af-0138-4e52-9533-69bf170dd386 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] Added segment f23219ad-7d59-4b17-9742-0a1718d43565 of type vxlan for network 19cb2159-c538-46f2-89bb-a0681ac7d546 [pid: 8|app: 0|req: 768/1619] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:36:15 2026] DELETE /v2.0/security-groups/af1c62d5-bc9f-4e2b-8e63-9190a90483f1 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:36:16.047 7 INFO neutron.db.l3_hamode_db [None req-8cf451af-0138-4e52-9533-69bf170dd386 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 09:36:16.162 7 INFO neutron.db.l3_hamode_db [None req-8cf451af-0138-4e52-9533-69bf170dd386 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 09:36:16.409 8 INFO neutron.services.segments.plugin [-] Segment 503c315a-05c8-4042-9d71-9b2406fe0690 resource provider aggregate not found 2026-08-13 09:36:16.422 8 INFO neutron.services.segments.plugin [-] Segment 503c315a-05c8-4042-9d71-9b2406fe0690 resource provider aggregate not found 2026-08-13 09:36:16.426 8 INFO neutron.services.segments.plugin [-] Segment 503c315a-05c8-4042-9d71-9b2406fe0690 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 503c315a-05c8-4042-9d71-9b2406fe0690 found for delete ", "request_id": "req-5b4d38de-c62d-4785-97c7-1e95d0a0bb45"}]} 2026-08-13 09:36:16.434 8 INFO neutron.services.segments.plugin [-] Segment 503c315a-05c8-4042-9d71-9b2406fe0690 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 503c315a-05c8-4042-9d71-9b2406fe0690 found for delete ", "request_id": "req-482e7b5a-bc79-438d-9d02-7a70a3ebc5e8"}]} 2026-08-13 09:36:16.572 7 INFO neutron.services.segments.plugin [-] Segment 1537c2a9-4b09-4945-a1de-4217ab8b5618 resource provider aggregate not found 2026-08-13 09:36:16.595 7 INFO neutron.services.segments.plugin [-] Segment 1537c2a9-4b09-4945-a1de-4217ab8b5618 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1537c2a9-4b09-4945-a1de-4217ab8b5618 found for delete ", "request_id": "req-18197906-e7b2-44dc-8f1d-fbb8f535c522"}]} 2026-08-13 09:36:16.599 7 INFO neutron.services.segments.plugin [-] Segment 1537c2a9-4b09-4945-a1de-4217ab8b5618 resource provider aggregate not found 2026-08-13 09:36:16.620 7 INFO neutron.services.segments.plugin [-] Segment 1537c2a9-4b09-4945-a1de-4217ab8b5618 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1537c2a9-4b09-4945-a1de-4217ab8b5618 found for delete ", "request_id": "req-518b3d86-47a9-42d2-9d26-5f815aafd899"}]} [pid: 7|app: 0|req: 852/1620] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:36:15 2026] POST /v2.0/routers => generated 507 bytes in 1073 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1621] 10.0.0.119 () {34 vars in 664 bytes} [Thu Aug 13 09:36:16 2026] POST /v2.0/ports => generated 948 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1622] 10.0.0.119 () {34 vars in 782 bytes} [Thu Aug 13 09:36:17 2026] PUT /v2.0/routers/646eff24-42d9-42f4-a012-c24d9353c884/add_router_interface => generated 309 bytes in 1028 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: 770/1623] 10.0.0.119 () {32 vars in 716 bytes} [Thu Aug 13 09:36:18 2026] GET /v2.0/ports/91862426-1da4-426a-ba73-c98f0a6a097a => generated 1022 bytes in 28 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-08-13 09:36:18.599 7 INFO neutron_taas.services.taas.taas_plugin [None req-4a60f83b-2ec8-4e7c-8780-f7bb1e3d9103 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] TaaS: Handle Delete Port: 91862426-1da4-426a-ba73-c98f0a6a097a 2026-08-13 09:36:18.603 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a60f83b-2ec8-4e7c-8780-f7bb1e3d9103 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] Tap Mirror: Handle Delete Port: 91862426-1da4-426a-ba73-c98f0a6a097a [pid: 7|app: 0|req: 854/1624] 10.0.0.119 () {34 vars in 788 bytes} [Thu Aug 13 09:36:18 2026] PUT /v2.0/routers/646eff24-42d9-42f4-a012-c24d9353c884/remove_router_interface => generated 309 bytes in 732 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:36:19.132 8 INFO neutron.api.v2.resource [None req-f73de420-e4e5-448d-b167-7abf60a30e03 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 771/1625] 10.0.0.119 () {34 vars in 788 bytes} [Thu Aug 13 09:36:19 2026] PUT /v2.0/routers/646eff24-42d9-42f4-a012-c24d9353c884/remove_router_interface => generated 197 bytes in 97 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 855/1626] 10.0.0.119 () {32 vars in 735 bytes} [Thu Aug 13 09:36:19 2026] GET /v2.0/ports?device_id=646eff24-42d9-42f4-a012-c24d9353c884 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:36:19.345 8 INFO neutron_taas.services.taas.taas_plugin [None req-1cbc50c3-3744-4b9b-95a8-12a3ce195461 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] TaaS: Handle Delete Port: 4da3a154-e4a0-42a1-93f5-b1e1e6d134d1 2026-08-13 09:36:19.349 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1cbc50c3-3744-4b9b-95a8-12a3ce195461 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] Tap Mirror: Handle Delete Port: 4da3a154-e4a0-42a1-93f5-b1e1e6d134d1 2026-08-13 09:36:19.699 8 INFO neutron.services.segments.plugin [-] Segment f23219ad-7d59-4b17-9742-0a1718d43565 resource provider aggregate not found 2026-08-13 09:36:19.709 8 INFO neutron.services.segments.plugin [-] Segment f23219ad-7d59-4b17-9742-0a1718d43565 resource provider aggregate not found 2026-08-13 09:36:19.727 8 INFO neutron.services.segments.plugin [-] Segment f23219ad-7d59-4b17-9742-0a1718d43565 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f23219ad-7d59-4b17-9742-0a1718d43565 found for delete ", "request_id": "req-3a796c58-e15d-4d21-8364-da316eccfbae"}]} 2026-08-13 09:36:19.735 8 INFO neutron.services.segments.plugin [-] Segment f23219ad-7d59-4b17-9742-0a1718d43565 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f23219ad-7d59-4b17-9742-0a1718d43565 found for delete ", "request_id": "req-84c9d1d9-a2f9-486b-ac0f-47c1762ca957"}]} 2026-08-13 09:36:19.741 8 INFO neutron.db.l3_hamode_db [None req-1cbc50c3-3744-4b9b-95a8-12a3ce195461 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] HA network 19cb2159-c538-46f2-89bb-a0681ac7d546 was deleted as no HA routers are present in tenant 75804bf4d29247ffafe9081d13139787. [pid: 8|app: 0|req: 772/1627] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:36:19 2026] DELETE /v2.0/routers/646eff24-42d9-42f4-a012-c24d9353c884 => generated 0 bytes in 584 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1628] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:36:19 2026] GET /v2.0/security-groups?tenant_id=5f74da64ba2d476794f003efe8402822&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1630] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:36:19 2026] DELETE /v2.0/subnets/25b070be-f4b8-4bd9-97d0-5adcfbe9c98b => 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: 857/1630] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:36:19 2026] DELETE /v2.0/security-groups/6882817a-48f6-4e09-9e99-b68b5465301a => 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: 774/1631] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:36:19 2026] DELETE /v2.0/networks/2a68ec38-447d-45d8-bc10-ca5c9d7ee290 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:36:20.104 8 INFO neutron.db.segments_db [None req-9246bd1c-0852-4626-b19a-206a00e17b35 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] Added segment 1d232fc4-1cb1-4f7a-bd3b-4cdd2379a7fe of type vxlan for network 876a79d3-06e3-415a-a0a5-d197df8a047f [pid: 7|app: 0|req: 858/1632] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:36:20 2026] GET /v2.0/security-groups?tenant_id=dea849ca2ab4441ba1ab63a4b9d197e9&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1633] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:36:20 2026] POST /v2.0/networks => generated 610 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1634] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:36:20 2026] DELETE /v2.0/security-groups/6eabcbc0-0cd8-4577-87db-87e4978795e6 => 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: 776/1635] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:36:20 2026] POST /v2.0/subnets => generated 626 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:36:20.568 7 INFO neutron.db.segments_db [None req-8eec02a4-43fc-4daa-9cea-6739ac828699 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] Added segment 1dd4adcf-8029-42e3-b763-ec872f21e838 of type vxlan for network 2403dce9-bfe7-4dde-ac04-84daacf3af81 2026-08-13 09:36:20.825 7 INFO neutron.db.l3_hamode_db [None req-8eec02a4-43fc-4daa-9cea-6739ac828699 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 09:36:20.945 7 INFO neutron.db.l3_hamode_db [None req-8eec02a4-43fc-4daa-9cea-6739ac828699 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 09:36:21.751 8 INFO neutron.services.segments.plugin [-] Segment 3370da81-271b-4b31-a767-8af4ac154fbd resource provider aggregate not found 2026-08-13 09:36:21.756 8 INFO neutron.services.segments.plugin [-] Segment 3370da81-271b-4b31-a767-8af4ac154fbd resource provider aggregate not found 2026-08-13 09:36:21.772 8 INFO neutron.services.segments.plugin [-] Segment 3370da81-271b-4b31-a767-8af4ac154fbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3370da81-271b-4b31-a767-8af4ac154fbd found for delete ", "request_id": "req-6dd14b02-f34a-44d2-b882-e95534e4f529"}]} 2026-08-13 09:36:21.773 8 INFO neutron.services.segments.plugin [-] Segment 3370da81-271b-4b31-a767-8af4ac154fbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3370da81-271b-4b31-a767-8af4ac154fbd found for delete ", "request_id": "req-ee2b5007-5b60-4ac7-82a6-c9940fe73923"}]} [pid: 8|app: 0|req: 777/1636] 10.0.0.69 () {34 vars in 988 bytes} [Thu Aug 13 09:36:21 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => 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: 778/1637] 10.0.0.119 () {32 vars in 825 bytes} [Thu Aug 13 09:36:21 2026] GET /v2.0/ports?project_id=faa10ed070b54ebfb8975095b723a645&network_id=9f96715f-14b7-4503-aed9-e9c3e538d6b6 => generated 3691 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1638] 10.0.0.69 () {34 vars in 1038 bytes} [Thu Aug 13 09:36:22 2026] GET /v2.0/security-groups?id=2cf87afa-6b57-45f9-98a5-73d6524978e3&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: 860/1639] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:36:20 2026] POST /v2.0/routers => generated 507 bytes in 1707 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1640] 10.0.0.119 () {32 vars in 741 bytes} [Thu Aug 13 09:36:22 2026] GET /v2.0/subnets?network_id=ff7f27f4-7c38-4c4b-a373-2784a40ca1df => generated 667 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:36:22.579 7 INFO neutron.db.l3_db [None req-71c6a0ed-4662-44ff-9ce4-7d17340658e8 3fd4dce7e19b4f739294fa0671d60b55 faa10ed070b54ebfb8975095b723a645 - - default default] Floating IP 6e1d834f-76c8-4599-852a-b77b9d7ee847 disassociated. External IP: 10.96.250.205, port: 6267d602-a548-4f4e-8456-1b5f2091bcdc. [pid: 7|app: 0|req: 862/1641] 10.0.0.119 () {34 vars in 748 bytes} [Thu Aug 13 09:36:22 2026] PUT /v2.0/floatingips/6e1d834f-76c8-4599-852a-b77b9d7ee847 => generated 554 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1644] 10.0.0.119 () {32 vars in 728 bytes} [Thu Aug 13 09:36:22 2026] GET /v2.0/floatingips/6e1d834f-76c8-4599-852a-b77b9d7ee847 => generated 554 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:36:22.954 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-23d9d17e-e872-4254-94f5-b169a4495631'] response: {'name': 'network-changed', 'server_uuid': 'f6d4a4b9-1ec3-443e-978c-8ca307233e16', 'tag': '6267d602-a548-4f4e-8456-1b5f2091bcdc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 780/1645] 10.0.0.119 () {34 vars in 782 bytes} [Thu Aug 13 09:36:22 2026] PUT /v2.0/routers/a52ec845-c437-40cd-82d2-4a4f21585280/add_router_interface => generated 309 bytes in 1150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1646] 10.0.0.119 () {32 vars in 716 bytes} [Thu Aug 13 09:36:23 2026] GET /v2.0/ports/099b5cb8-52eb-499d-9c68-43a0afd4d095 => generated 955 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1647] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:36:23 2026] GET /v2.0/ports?tenant_id=faa10ed070b54ebfb8975095b723a645&device_id=f6d4a4b9-1ec3-443e-978c-8ca307233e16 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1648] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:36:23 2026] GET /v2.0/networks?id=9f96715f-14b7-4503-aed9-e9c3e538d6b6 => generated 756 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1649] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:36:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=6267d602-a548-4f4e-8456-1b5f2091bcdc => 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: 784/1650] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:36:23 2026] GET /v2.0/subnets?id=0685d115-bc48-4e27-8b68-9031ce3a54a2 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1651] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:36:23 2026] GET /v2.0/ports?network_id=9f96715f-14b7-4503-aed9-e9c3e538d6b6&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1652] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:36:23 2026] GET /v2.0/networks/9f96715f-14b7-4503-aed9-e9c3e538d6b6?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: 787/1653] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:36:23 2026] GET /v2.0/networks/9f96715f-14b7-4503-aed9-e9c3e538d6b6?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-08-13 09:36:23.801 7 INFO neutron_taas.services.taas.taas_plugin [None req-81400522-2b2c-44ee-9e77-fd70f0a45c70 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] TaaS: Handle Delete Port: 099b5cb8-52eb-499d-9c68-43a0afd4d095 2026-08-13 09:36:23.804 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81400522-2b2c-44ee-9e77-fd70f0a45c70 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] Tap Mirror: Handle Delete Port: 099b5cb8-52eb-499d-9c68-43a0afd4d095 [pid: 8|app: 0|req: 788/1654] 10.0.0.119 () {32 vars in 728 bytes} [Thu Aug 13 09:36:23 2026] GET /v2.0/floatingips/6e1d834f-76c8-4599-852a-b77b9d7ee847 => generated 554 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1655] 10.0.0.119 () {34 vars in 788 bytes} [Thu Aug 13 09:36:23 2026] PUT /v2.0/routers/a52ec845-c437-40cd-82d2-4a4f21585280/remove_router_interface => generated 309 bytes in 748 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1656] 10.0.0.119 () {32 vars in 735 bytes} [Thu Aug 13 09:36:24 2026] GET /v2.0/ports?device_id=a52ec845-c437-40cd-82d2-4a4f21585280 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:36:24.495 7 INFO neutron_taas.services.taas.taas_plugin [None req-b177beca-392b-4498-a89c-c880260e9ced 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] TaaS: Handle Delete Port: 9810fe66-4e53-44ec-b06b-a3551bcd645d 2026-08-13 09:36:24.498 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b177beca-392b-4498-a89c-c880260e9ced 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] Tap Mirror: Handle Delete Port: 9810fe66-4e53-44ec-b06b-a3551bcd645d 2026-08-13 09:36:24.851 7 INFO neutron.services.segments.plugin [-] Segment 1dd4adcf-8029-42e3-b763-ec872f21e838 resource provider aggregate not found 2026-08-13 09:36:24.854 7 INFO neutron.services.segments.plugin [-] Segment 1dd4adcf-8029-42e3-b763-ec872f21e838 resource provider aggregate not found 2026-08-13 09:36:24.877 7 INFO neutron.services.segments.plugin [-] Segment 1dd4adcf-8029-42e3-b763-ec872f21e838 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1dd4adcf-8029-42e3-b763-ec872f21e838 found for delete ", "request_id": "req-fd7b3caa-6ac7-4ceb-a34e-1acb4970a6e4"}]} 2026-08-13 09:36:24.878 7 INFO neutron.services.segments.plugin [-] Segment 1dd4adcf-8029-42e3-b763-ec872f21e838 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1dd4adcf-8029-42e3-b763-ec872f21e838 found for delete ", "request_id": "req-42ca9c3b-e301-48a3-83f4-60d4eab4e734"}]} 2026-08-13 09:36:24.891 7 INFO neutron.db.l3_hamode_db [None req-b177beca-392b-4498-a89c-c880260e9ced 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] HA network 2403dce9-bfe7-4dde-ac04-84daacf3af81 was deleted as no HA routers are present in tenant 75804bf4d29247ffafe9081d13139787. [pid: 7|app: 0|req: 868/1657] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:36:24 2026] DELETE /v2.0/routers/a52ec845-c437-40cd-82d2-4a4f21585280 => generated 0 bytes in 621 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1658] 10.0.0.119 () {32 vars in 728 bytes} [Thu Aug 13 09:36:24 2026] GET /v2.0/floatingips/6e1d834f-76c8-4599-852a-b77b9d7ee847 => generated 552 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1659] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:36:24 2026] DELETE /v2.0/subnets/443a4366-a6bf-4f6c-8e67-1b2a70a92b01 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:36:25.160 7 INFO neutron_taas.services.taas.taas_plugin [None req-83971687-be26-42cd-b175-a4081801847f 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] TaaS: Handle Delete Port: 02dd7848-b626-40b3-b1b4-0a646e8c060b 2026-08-13 09:36:25.163 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83971687-be26-42cd-b175-a4081801847f 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] Tap Mirror: Handle Delete Port: 02dd7848-b626-40b3-b1b4-0a646e8c060b [pid: 7|app: 0|req: 870/1660] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:36:25 2026] DELETE /v2.0/networks/876a79d3-06e3-415a-a0a5-d197df8a047f => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:36:25.414 8 INFO neutron.db.segments_db [None req-a7b8a006-f189-40d6-bc1c-d2a6a50d8781 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] Added segment 3a241d0f-5900-4a68-bbaa-b370151fe665 of type vxlan for network f11428cd-ef96-4ecc-bc7c-faaf12442641 2026-08-13 09:36:25.661 8 INFO neutron.db.l3_hamode_db [None req-a7b8a006-f189-40d6-bc1c-d2a6a50d8781 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 871/1661] 10.0.0.119 () {34 vars in 684 bytes} [Thu Aug 13 09:36:26 2026] POST /v2.0/security-groups => generated 1675 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1662] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:36:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1663] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:36:26 2026] POST /v2.0/security-group-rules => generated 596 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:36:26.549 8 INFO neutron.db.l3_hamode_db [None req-a7b8a006-f189-40d6-bc1c-d2a6a50d8781 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 874/1664] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:36:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1665] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:36:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:36:26.756 7 INFO neutron.db.securitygroups_db [None req-b90975fe-fef8-4526-a873-6815413ebb3c 3fd4dce7e19b4f739294fa0671d60b55 faa10ed070b54ebfb8975095b723a645 - - default default] Project faa10ed070b54ebfb8975095b723a645 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: 876/1666] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:36:26 2026] POST /v2.0/security-group-rules => generated 607 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:36:26.896 7 INFO neutron.db.securitygroups_db [None req-654ec7ad-1901-429a-8531-32eb27bfcd2f 3fd4dce7e19b4f739294fa0671d60b55 faa10ed070b54ebfb8975095b723a645 - - default default] Project faa10ed070b54ebfb8975095b723a645 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-08-13 09:36:26.905 7 INFO neutron.services.segments.plugin [-] Segment 1d232fc4-1cb1-4f7a-bd3b-4cdd2379a7fe resource provider aggregate not found 2026-08-13 09:36:26.915 7 INFO neutron.services.segments.plugin [-] Segment 1d232fc4-1cb1-4f7a-bd3b-4cdd2379a7fe resource provider aggregate not found 2026-08-13 09:36:26.926 7 INFO neutron.services.segments.plugin [-] Segment 1d232fc4-1cb1-4f7a-bd3b-4cdd2379a7fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d232fc4-1cb1-4f7a-bd3b-4cdd2379a7fe found for delete ", "request_id": "req-88d99c7f-73bf-4581-972e-0e3c93e84a64"}]} 2026-08-13 09:36:26.940 7 INFO neutron.services.segments.plugin [-] Segment 1d232fc4-1cb1-4f7a-bd3b-4cdd2379a7fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d232fc4-1cb1-4f7a-bd3b-4cdd2379a7fe found for delete ", "request_id": "req-964d0ee6-8435-41cf-b7ad-1325cda69e06"}]} [pid: 7|app: 0|req: 877/1667] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:36:26 2026] POST /v2.0/security-group-rules => generated 606 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1668] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:36:25 2026] POST /v2.0/routers => generated 688 bytes in 2115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1669] 10.0.0.119 () {32 vars in 720 bytes} [Thu Aug 13 09:36:27 2026] GET /v2.0/routers/61c0f08d-244a-4448-aa8f-ee25e02c57e4 => generated 694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1670] 10.0.0.119 () {32 vars in 648 bytes} [Thu Aug 13 09:36:27 2026] GET /v2.0/networks => generated 1297 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1671] 10.0.0.119 () {32 vars in 646 bytes} [Thu Aug 13 09:36:27 2026] GET /v2.0/routers => generated 697 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1672] 10.0.0.198 () {34 vars in 1099 bytes} [Thu Aug 13 09:36:27 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1926494720&fields=id&tenant_id=faa10ed070b54ebfb8975095b723a645 => generated 69 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1673] 10.0.0.198 () {34 vars in 981 bytes} [Thu Aug 13 09:36:27 2026] GET /v2.0/networks?id=9f96715f-14b7-4503-aed9-e9c3e538d6b6 => generated 660 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1674] 10.0.0.198 () {34 vars in 964 bytes} [Thu Aug 13 09:36:27 2026] GET /v2.0/quotas/faa10ed070b54ebfb8975095b723a645 => 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: 797/1675] 10.0.0.198 () {34 vars in 1001 bytes} [Thu Aug 13 09:36:27 2026] GET /v2.0/ports?tenant_id=faa10ed070b54ebfb8975095b723a645&fields=id => generated 149 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1676] 10.0.0.198 () {34 vars in 1007 bytes} [Thu Aug 13 09:36:27 2026] GET /v2.0/networks/9f96715f-14b7-4503-aed9-e9c3e538d6b6?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: 799/1677] 10.0.0.198 () {34 vars in 1107 bytes} [Thu Aug 13 09:36:27 2026] GET /v2.0/networks/9f96715f-14b7-4503-aed9-e9c3e538d6b6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1678] 10.0.0.119 () {34 vars in 740 bytes} [Thu Aug 13 09:36:27 2026] PUT /v2.0/routers/61c0f08d-244a-4448-aa8f-ee25e02c57e4 => generated 701 bytes in 414 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1679] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:28 2026] GET /v2.0/ports?device_id=bfdb0af4-9283-4bd5-bbb0-bc7ea89bf8d0 => 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: 880/1680] 10.0.0.119 () {32 vars in 720 bytes} [Thu Aug 13 09:36:28 2026] GET /v2.0/routers/61c0f08d-244a-4448-aa8f-ee25e02c57e4 => generated 701 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1681] 10.0.0.119 () {32 vars in 735 bytes} [Thu Aug 13 09:36:28 2026] GET /v2.0/ports?device_id=61c0f08d-244a-4448-aa8f-ee25e02c57e4 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:36:28.295 7 INFO neutron_taas.services.taas.taas_plugin [None req-9b6508ee-0028-476e-a633-bf6df22a22e1 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] TaaS: Handle Delete Port: add6fd33-f0e8-495a-9b20-ad02816199de 2026-08-13 09:36:28.298 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b6508ee-0028-476e-a633-bf6df22a22e1 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] Tap Mirror: Handle Delete Port: add6fd33-f0e8-495a-9b20-ad02816199de 2026-08-13 09:36:28.577 7 INFO neutron_taas.services.taas.taas_plugin [None req-9b6508ee-0028-476e-a633-bf6df22a22e1 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] TaaS: Handle Delete Port: c65c9129-7a85-4c3b-8be0-50cc66cf1c01 2026-08-13 09:36:28.580 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b6508ee-0028-476e-a633-bf6df22a22e1 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] Tap Mirror: Handle Delete Port: c65c9129-7a85-4c3b-8be0-50cc66cf1c01 2026-08-13 09:36:28.962 7 INFO neutron.services.segments.plugin [-] Segment 3a241d0f-5900-4a68-bbaa-b370151fe665 resource provider aggregate not found 2026-08-13 09:36:28.966 7 INFO neutron.services.segments.plugin [-] Segment 3a241d0f-5900-4a68-bbaa-b370151fe665 resource provider aggregate not found 2026-08-13 09:36:28.981 7 INFO neutron.services.segments.plugin [-] Segment 3a241d0f-5900-4a68-bbaa-b370151fe665 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a241d0f-5900-4a68-bbaa-b370151fe665 found for delete ", "request_id": "req-1c3e5c6d-3a0f-416e-8bbb-66cabfdc4630"}]} 2026-08-13 09:36:28.983 7 INFO neutron.services.segments.plugin [-] Segment 3a241d0f-5900-4a68-bbaa-b370151fe665 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a241d0f-5900-4a68-bbaa-b370151fe665 found for delete ", "request_id": "req-048d30fa-2b46-4803-b27c-98a04eab7e0b"}]} 2026-08-13 09:36:28.991 7 INFO neutron.db.l3_hamode_db [None req-9b6508ee-0028-476e-a633-bf6df22a22e1 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] HA network f11428cd-ef96-4ecc-bc7c-faaf12442641 was deleted as no HA routers are present in tenant 75804bf4d29247ffafe9081d13139787. [pid: 7|app: 0|req: 881/1682] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:36:28 2026] DELETE /v2.0/routers/61c0f08d-244a-4448-aa8f-ee25e02c57e4 => generated 0 bytes in 874 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1683] 10.0.0.119 () {32 vars in 735 bytes} [Thu Aug 13 09:36:29 2026] GET /v2.0/ports?device_id=61c0f08d-244a-4448-aa8f-ee25e02c57e4 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:36:29.042 7 INFO neutron.api.v2.resource [None req-c8935689-a269-4393-965b-f7533c21817d 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 882/1684] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:36:29 2026] DELETE /v2.0/routers/61c0f08d-244a-4448-aa8f-ee25e02c57e4 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1685] 10.0.0.119 () {32 vars in 735 bytes} [Thu Aug 13 09:36:29 2026] GET /v2.0/ports?device_id=a52ec845-c437-40cd-82d2-4a4f21585280 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:36:29.108 7 INFO neutron.api.v2.resource [None req-d5000909-050b-4bb6-9c1b-fdb14f450062 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 883/1686] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:36:29 2026] DELETE /v2.0/routers/a52ec845-c437-40cd-82d2-4a4f21585280 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:36:29.123 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6f893b92-f0b6-47ba-b3da-2e0d5a7b51d9 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 804/1687] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:36:29 2026] DELETE /v2.0/subnets/443a4366-a6bf-4f6c-8e67-1b2a70a92b01 => 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: 884/1688] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:29 2026] GET /v2.0/ports?device_id=bfdb0af4-9283-4bd5-bbb0-bc7ea89bf8d0 => 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: 805/1689] 10.0.0.119 () {32 vars in 735 bytes} [Thu Aug 13 09:36:29 2026] GET /v2.0/ports?device_id=646eff24-42d9-42f4-a012-c24d9353c884 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:36:29.191 7 INFO neutron.api.v2.resource [None req-cbb61484-aec9-482f-9892-7412a74cbfe0 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 885/1690] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:36:29 2026] DELETE /v2.0/routers/646eff24-42d9-42f4-a012-c24d9353c884 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:36:29.213 8 INFO neutron.pecan_wsgi.hooks.translation [None req-11ab1736-12c9-44e5-86b4-4c4a9150f45d 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 806/1691] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:36:29 2026] DELETE /v2.0/subnets/25b070be-f4b8-4bd9-97d0-5adcfbe9c98b => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1692] 10.0.0.119 () {32 vars in 735 bytes} [Thu Aug 13 09:36:29 2026] GET /v2.0/ports?device_id=d5f43243-5032-467f-8dcc-bd645019f03f => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:36:29.274 8 INFO neutron.api.v2.resource [None req-99043dc0-76b3-42f6-93e9-b67b892b0014 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 807/1693] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:36:29 2026] DELETE /v2.0/routers/d5f43243-5032-467f-8dcc-bd645019f03f => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:36:29.292 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5e79154a-055f-42b9-8bf6-463046f1f9e7 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 887/1694] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:36:29 2026] DELETE /v2.0/subnets/3636d025-c369-4c9b-91bd-1c1315d8183b => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:36:29.318 8 INFO neutron.pecan_wsgi.hooks.translation [None req-60ccdbcc-d412-45f7-88a7-1c1ab84097b9 53335c7b4176452497784150018b9b1d 75804bf4d29247ffafe9081d13139787 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 808/1695] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:36:29 2026] DELETE /v2.0/subnets/4e8243c6-b172-4adb-8642-e2d1d8b8f464 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1696] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:36:29 2026] GET /v2.0/security-groups?tenant_id=75804bf4d29247ffafe9081d13139787&name=default => generated 2925 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1697] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:36:29 2026] DELETE /v2.0/security-groups/09eb6d3f-e3e0-4090-a2e8-3a3ea02592a1 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1698] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:30 2026] GET /v2.0/ports?device_id=bfdb0af4-9283-4bd5-bbb0-bc7ea89bf8d0 => 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: 810/1699] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:31 2026] GET /v2.0/ports?device_id=bfdb0af4-9283-4bd5-bbb0-bc7ea89bf8d0 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1700] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:31 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => 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: 811/1701] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:36:31 2026] GET /v2.0/security-groups?id=2cf87afa-6b57-45f9-98a5-73d6524978e3&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1702] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:31 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1703] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:36:31 2026] GET /v2.0/security-groups?id=2cf87afa-6b57-45f9-98a5-73d6524978e3&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1704] 10.0.0.119 () {34 vars in 683 bytes} [Thu Aug 13 09:36:31 2026] POST /v2.0/security-groups => generated 1624 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1705] 10.0.0.119 () {32 vars in 662 bytes} [Thu Aug 13 09:36:32 2026] GET /v2.0/security-groups => generated 4529 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1706] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:36:32 2026] GET /v2.0/networks?id=9f96715f-14b7-4503-aed9-e9c3e538d6b6 => generated 660 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1707] 10.0.0.119 () {34 vars in 757 bytes} [Thu Aug 13 09:36:32 2026] PUT /v2.0/security-groups/a55620f3-0e76-4750-99d7-b46d77326df5 => generated 1662 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1708] 199.204.45.61 () {34 vars in 1048 bytes} [Thu Aug 13 09:36:32 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=faa10ed070b54ebfb8975095b723a645 => generated 273 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1709] 10.0.0.119 () {32 vars in 736 bytes} [Thu Aug 13 09:36:32 2026] GET /v2.0/security-groups/a55620f3-0e76-4750-99d7-b46d77326df5 => generated 1662 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1710] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:36:32 2026] DELETE /v2.0/security-groups/a55620f3-0e76-4750-99d7-b46d77326df5 => 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: 896/1711] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:32 2026] GET /v2.0/ports?device_id=bfdb0af4-9283-4bd5-bbb0-bc7ea89bf8d0 => 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: 897/1712] 10.0.0.119 () {32 vars in 662 bytes} [Thu Aug 13 09:36:32 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:36:32.578 7 INFO neutron.api.v2.resource [None req-0871f9ba-b28c-46cf-910e-b03eade3b85f c6bf54417c114b8a98f9d6b218e05998 d208ab05930e497ba4d5c53c7d508d74 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 898/1713] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:36:32 2026] DELETE /v2.0/security-groups/a55620f3-0e76-4750-99d7-b46d77326df5 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1714] 10.0.0.119 () {34 vars in 683 bytes} [Thu Aug 13 09:36:32 2026] POST /v2.0/security-groups => generated 1624 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1715] 199.204.45.61 () {38 vars in 953 bytes} [Thu Aug 13 09:36:32 2026] POST /v2.0/ports => generated 958 bytes in 367 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: 900/1716] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:36:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1717] 10.0.0.119 () {32 vars in 746 bytes} [Thu Aug 13 09:36:32 2026] GET /v2.0/security-group-rules/0bc9f56f-47d5-40c6-9156-6e1b950e53af => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1718] 10.0.0.119 () {32 vars in 672 bytes} [Thu Aug 13 09:36:32 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1719] 10.0.0.119 () {32 vars in 749 bytes} [Thu Aug 13 09:36:32 2026] DELETE /v2.0/security-group-rules/0bc9f56f-47d5-40c6-9156-6e1b950e53af => 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: 904/1720] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:32 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => 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: 905/1721] 10.0.0.119 () {32 vars in 672 bytes} [Thu Aug 13 09:36:33 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1722] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:36:33 2026] GET /v2.0/security-groups?id=2cf87afa-6b57-45f9-98a5-73d6524978e3&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1723] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:36:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1724] 10.0.0.119 () {32 vars in 746 bytes} [Thu Aug 13 09:36:33 2026] GET /v2.0/security-group-rules/7ef3c475-8b70-4a6d-ba41-2a66f0acd064 => 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: 817/1725] 199.204.45.61 () {38 vars in 1026 bytes} [Thu Aug 13 09:36:32 2026] PUT /v2.0/ports/b7898075-81d8-4e34-ac3a-4c107d9dce79 => generated 1239 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1726] 10.0.0.119 () {32 vars in 672 bytes} [Thu Aug 13 09:36:33 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:36:33.227 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b0ab42da-6c7e-482e-b1b6-b74c323114dd'] response: {'name': 'network-changed', 'server_uuid': 'bfdb0af4-9283-4bd5-bbb0-bc7ea89bf8d0', 'tag': 'b7898075-81d8-4e34-ac3a-4c107d9dce79', '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: 818/1727] 10.0.0.119 () {32 vars in 749 bytes} [Thu Aug 13 09:36:33 2026] DELETE /v2.0/security-group-rules/7ef3c475-8b70-4a6d-ba41-2a66f0acd064 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1728] 10.0.0.119 () {32 vars in 672 bytes} [Thu Aug 13 09:36:33 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:36:33.447 8 INFO neutron.db.securitygroups_db [None req-122f4073-7815-4415-9987-b105838cd71b c6bf54417c114b8a98f9d6b218e05998 d208ab05930e497ba4d5c53c7d508d74 - - default default] Project d208ab05930e497ba4d5c53c7d508d74 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: 819/1729] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:36:33 2026] POST /v2.0/security-group-rules => generated 607 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1730] 10.0.0.119 () {32 vars in 746 bytes} [Thu Aug 13 09:36:33 2026] GET /v2.0/security-group-rules/14d8dcc7-a0f4-45a9-8633-93bdfb8af84d => generated 607 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1731] 10.0.0.119 () {32 vars in 672 bytes} [Thu Aug 13 09:36:33 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1732] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:33 2026] GET /v2.0/ports?device_id=bfdb0af4-9283-4bd5-bbb0-bc7ea89bf8d0 => generated 973 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1733] 10.0.0.119 () {32 vars in 749 bytes} [Thu Aug 13 09:36:33 2026] DELETE /v2.0/security-group-rules/14d8dcc7-a0f4-45a9-8633-93bdfb8af84d => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1734] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:36:33 2026] GET /v2.0/security-groups?id=0754dc15-dec4-4117-a335-1d3a83e1ae88&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1735] 10.0.0.119 () {32 vars in 672 bytes} [Thu Aug 13 09:36:33 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1736] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:36:33 2026] GET /v2.0/ports?tenant_id=faa10ed070b54ebfb8975095b723a645&device_id=bfdb0af4-9283-4bd5-bbb0-bc7ea89bf8d0 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1737] 199.204.45.61 () {34 vars in 1016 bytes} [Thu Aug 13 09:36:33 2026] GET /v2.0/networks?tenant_id=faa10ed070b54ebfb8975095b723a645&shared=False => generated 756 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1738] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:36:33 2026] DELETE /v2.0/security-groups/a2da0a13-845f-46a8-9304-039d40e81130 => 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: 824/1739] 10.0.0.119 () {32 vars in 662 bytes} [Thu Aug 13 09:36:33 2026] GET /v2.0/security-groups => generated 2925 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1740] 199.204.45.61 () {34 vars in 928 bytes} [Thu Aug 13 09:36:33 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1741] 10.0.0.119 () {32 vars in 662 bytes} [Thu Aug 13 09:36:33 2026] GET /v2.0/security-groups => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1742] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:34 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => 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: 826/1743] 199.204.45.61 () {34 vars in 992 bytes} [Thu Aug 13 09:36:34 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => generated 973 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1744] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:36:34 2026] GET /v2.0/security-groups?id=2cf87afa-6b57-45f9-98a5-73d6524978e3&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-08-13 09:36:34.307 8 INFO neutron_taas.services.taas.taas_plugin [req-52609cd8-3470-419e-934d-177e23af1c54 req-818b20d9-4673-4b6d-a7e4-bdc44f450785 aaa61b8ddbc042aaa8b9098dfc5cbf84 6dc9404a63404428bb83e95a85cf5dbd - - default default] TaaS: Handle Delete Port: aa4226c3-a43a-4dc0-8580-97b6ae35fb77 2026-08-13 09:36:34.310 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-52609cd8-3470-419e-934d-177e23af1c54 req-818b20d9-4673-4b6d-a7e4-bdc44f450785 aaa61b8ddbc042aaa8b9098dfc5cbf84 6dc9404a63404428bb83e95a85cf5dbd - - default default] Tap Mirror: Handle Delete Port: aa4226c3-a43a-4dc0-8580-97b6ae35fb77 2026-08-13 09:36:34.463 8 INFO neutron.db.l3_db [req-52609cd8-3470-419e-934d-177e23af1c54 req-818b20d9-4673-4b6d-a7e4-bdc44f450785 aaa61b8ddbc042aaa8b9098dfc5cbf84 6dc9404a63404428bb83e95a85cf5dbd - - default default] Floating IP 1d9f9bfd-44e2-4c1f-b75f-44a4ffd07fff disassociated. External IP: 10.96.250.207, port: aa4226c3-a43a-4dc0-8580-97b6ae35fb77. [pid: 7|app: 0|req: 919/1745] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:36:34 2026] GET /v2.0/security-groups?tenant_id=d208ab05930e497ba4d5c53c7d508d74&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1746] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:36:34 2026] DELETE /v2.0/security-groups/e829c034-e38d-4730-ad90-808309b07bf1 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1747] 199.204.45.61 () {36 vars in 995 bytes} [Thu Aug 13 09:36:34 2026] DELETE /v2.0/ports/aa4226c3-a43a-4dc0-8580-97b6ae35fb77 => generated 0 bytes in 560 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1748] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:34 2026] GET /v2.0/ports?device_id=bfdb0af4-9283-4bd5-bbb0-bc7ea89bf8d0 => 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: 828/1749] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:36:34 2026] GET /v2.0/security-groups?id=0754dc15-dec4-4117-a335-1d3a83e1ae88&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1750] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:36:34 2026] GET /v2.0/ports?tenant_id=faa10ed070b54ebfb8975095b723a645&device_id=bfdb0af4-9283-4bd5-bbb0-bc7ea89bf8d0 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1751] 199.204.45.61 () {34 vars in 1058 bytes} [Thu Aug 13 09:36:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=b7898075-81d8-4e34-ac3a-4c107d9dce79 => 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: 923/1752] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:36:34 2026] GET /v2.0/subnets?id=0685d115-bc48-4e27-8b68-9031ce3a54a2 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1753] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:36:34 2026] GET /v2.0/ports?network_id=9f96715f-14b7-4503-aed9-e9c3e538d6b6&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: 924/1754] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:36:35 2026] GET /v2.0/networks/9f96715f-14b7-4503-aed9-e9c3e538d6b6?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: 831/1755] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:36:35 2026] GET /v2.0/networks/9f96715f-14b7-4503-aed9-e9c3e538d6b6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:36:35.269 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-12e3286c-0ff4-4ba5-b2cd-4daa32cba216'] response: {'server_uuid': '369505f0-296d-4015-a400-b0e634384896', 'name': 'network-vif-deleted', 'tag': 'aa4226c3-a43a-4dc0-8580-97b6ae35fb77', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 925/1756] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:35 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1757] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:35 2026] GET /v2.0/ports?device_id=bfdb0af4-9283-4bd5-bbb0-bc7ea89bf8d0 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1758] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:36:36 2026] GET /v2.0/security-groups?id=0754dc15-dec4-4117-a335-1d3a83e1ae88&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1759] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:36 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => 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: 833/1760] 10.0.0.119 () {34 vars in 683 bytes} [Thu Aug 13 09:36:36 2026] POST /v2.0/security-groups => generated 1625 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1761] 10.0.0.119 () {32 vars in 662 bytes} [Thu Aug 13 09:36:36 2026] GET /v2.0/security-groups => generated 4530 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1762] 10.0.0.119 () {34 vars in 757 bytes} [Thu Aug 13 09:36:36 2026] PUT /v2.0/security-groups/f960a4a4-d9f6-43f7-89ea-2780515411c3 => generated 1662 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1763] 10.0.0.119 () {32 vars in 736 bytes} [Thu Aug 13 09:36:36 2026] GET /v2.0/security-groups/f960a4a4-d9f6-43f7-89ea-2780515411c3 => generated 1662 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1764] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:36:36 2026] DELETE /v2.0/security-groups/f960a4a4-d9f6-43f7-89ea-2780515411c3 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1765] 10.0.0.119 () {32 vars in 662 bytes} [Thu Aug 13 09:36:36 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:36:37.016 8 INFO neutron.api.v2.resource [None req-01094bcc-c5c7-45ba-ba18-a5210bdc8790 208e80c2444b444e99efaa9d7f629ffa a83c2049b1c2480f819b9ef1435ad15e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 836/1766] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:36:37 2026] DELETE /v2.0/security-groups/f960a4a4-d9f6-43f7-89ea-2780515411c3 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1767] 10.0.0.119 () {34 vars in 683 bytes} [Thu Aug 13 09:36:37 2026] POST /v2.0/security-groups => generated 1623 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1768] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:37 2026] GET /v2.0/ports?device_id=bfdb0af4-9283-4bd5-bbb0-bc7ea89bf8d0 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1769] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:36:37 2026] GET /v2.0/security-groups?id=0754dc15-dec4-4117-a335-1d3a83e1ae88&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1770] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:36:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1771] 10.0.0.119 () {32 vars in 746 bytes} [Thu Aug 13 09:36:37 2026] GET /v2.0/security-group-rules/220605ad-dc88-46c9-905a-9ee7fd6279dd => generated 601 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1772] 10.0.0.119 () {32 vars in 672 bytes} [Thu Aug 13 09:36:37 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1773] 10.0.0.119 () {32 vars in 749 bytes} [Thu Aug 13 09:36:37 2026] DELETE /v2.0/security-group-rules/220605ad-dc88-46c9-905a-9ee7fd6279dd => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1774] 10.0.0.119 () {32 vars in 672 bytes} [Thu Aug 13 09:36:37 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1775] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:37 2026] GET /v2.0/ports?device_id=369505f0-296d-4015-a400-b0e634384896 => 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: 935/1776] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:36:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1777] 10.0.0.119 () {32 vars in 746 bytes} [Thu Aug 13 09:36:37 2026] GET /v2.0/security-group-rules/9efa2789-b6f9-4d52-a915-bd4359060cba => 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: 936/1780] 10.0.0.119 () {32 vars in 672 bytes} [Thu Aug 13 09:36:37 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1781] 10.0.0.119 () {32 vars in 749 bytes} [Thu Aug 13 09:36:37 2026] DELETE /v2.0/security-group-rules/9efa2789-b6f9-4d52-a915-bd4359060cba => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1782] 10.0.0.119 () {32 vars in 672 bytes} [Thu Aug 13 09:36:37 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1783] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:36:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1784] 10.0.0.119 () {32 vars in 746 bytes} [Thu Aug 13 09:36:38 2026] GET /v2.0/security-group-rules/426a260a-919f-49de-87c6-2d6c86ee75bb => generated 602 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1785] 10.0.0.119 () {32 vars in 672 bytes} [Thu Aug 13 09:36:38 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1786] 10.0.0.119 () {32 vars in 749 bytes} [Thu Aug 13 09:36:38 2026] DELETE /v2.0/security-group-rules/426a260a-919f-49de-87c6-2d6c86ee75bb => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1787] 10.0.0.119 () {32 vars in 672 bytes} [Thu Aug 13 09:36:38 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1788] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:36:38 2026] DELETE /v2.0/security-groups/9882005f-0d1c-4046-ac66-0394d06b92b3 => 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: 849/1789] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:38 2026] GET /v2.0/ports?device_id=bfdb0af4-9283-4bd5-bbb0-bc7ea89bf8d0 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1790] 10.0.0.119 () {32 vars in 662 bytes} [Thu Aug 13 09:36:38 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1791] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:36:38 2026] GET /v2.0/security-groups?id=0754dc15-dec4-4117-a335-1d3a83e1ae88&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1792] 10.0.0.119 () {32 vars in 662 bytes} [Thu Aug 13 09:36:38 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1793] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:36:38 2026] DELETE /v2.0/security-groups/2cf87afa-6b57-45f9-98a5-73d6524978e3 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:36:38.784 7 INFO neutron.api.v2.resource [None req-20b58839-81a1-4bf8-ada2-f234118fac73 aaa61b8ddbc042aaa8b9098dfc5cbf84 6dc9404a63404428bb83e95a85cf5dbd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 943/1794] 10.0.0.119 () {32 vars in 736 bytes} [Thu Aug 13 09:36:38 2026] GET /v2.0/security-groups/2cf87afa-6b57-45f9-98a5-73d6524978e3 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:36:38.900 8 INFO neutron_taas.services.taas.taas_plugin [None req-f35908bc-57e9-4344-8ce1-7a6fd88956b5 aaa61b8ddbc042aaa8b9098dfc5cbf84 6dc9404a63404428bb83e95a85cf5dbd - - default default] TaaS: Handle Delete Port: e2181617-9e05-4b40-b472-cedfbfe0a4e6 2026-08-13 09:36:38.903 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f35908bc-57e9-4344-8ce1-7a6fd88956b5 aaa61b8ddbc042aaa8b9098dfc5cbf84 6dc9404a63404428bb83e95a85cf5dbd - - default default] Tap Mirror: Handle Delete Port: e2181617-9e05-4b40-b472-cedfbfe0a4e6 [pid: 7|app: 0|req: 944/1795] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:36:38 2026] GET /v2.0/security-groups?tenant_id=a83c2049b1c2480f819b9ef1435ad15e&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: 852/1796] 10.0.0.119 () {32 vars in 731 bytes} [Thu Aug 13 09:36:38 2026] DELETE /v2.0/floatingips/1d9f9bfd-44e2-4c1f-b75f-44a4ffd07fff => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1797] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:36:39 2026] DELETE /v2.0/security-groups/35ce69c9-7b57-4ad6-bf7e-3de35a8d1f4d => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:36:39.520 8 INFO neutron_taas.services.taas.taas_plugin [None req-72345244-8bb7-490d-83cc-10c44e2404c1 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: 7709230f-874d-412f-a174-54c3cdf80ea4 2026-08-13 09:36:39.528 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72345244-8bb7-490d-83cc-10c44e2404c1 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: 7709230f-874d-412f-a174-54c3cdf80ea4 [pid: 7|app: 0|req: 946/1798] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:39 2026] GET /v2.0/ports?device_id=bfdb0af4-9283-4bd5-bbb0-bc7ea89bf8d0 => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1799] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:36:39 2026] GET /v2.0/security-groups?id=0754dc15-dec4-4117-a335-1d3a83e1ae88&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: 853/1800] 10.0.0.119 () {34 vars in 788 bytes} [Thu Aug 13 09:36:39 2026] PUT /v2.0/routers/2e1fdd08-1087-4b10-b151-b8290ce6b476/remove_router_interface => generated 309 bytes in 978 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:36:40.294 7 INFO neutron_taas.services.taas.taas_plugin [None req-51ddd44d-dd35-490e-8c7e-f46d373ff1a2 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: 3a539d04-54b9-4baa-90e7-7e6bf0f827de 2026-08-13 09:36:40.297 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51ddd44d-dd35-490e-8c7e-f46d373ff1a2 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: 3a539d04-54b9-4baa-90e7-7e6bf0f827de 2026-08-13 09:36:40.635 7 INFO neutron_taas.services.taas.taas_plugin [None req-51ddd44d-dd35-490e-8c7e-f46d373ff1a2 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: b0e87c90-10d6-4ddf-8cd2-15fd7ace0ba4 2026-08-13 09:36:40.638 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51ddd44d-dd35-490e-8c7e-f46d373ff1a2 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: b0e87c90-10d6-4ddf-8cd2-15fd7ace0ba4 [pid: 8|app: 0|req: 854/1801] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:40 2026] GET /v2.0/ports?device_id=bfdb0af4-9283-4bd5-bbb0-bc7ea89bf8d0 => 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: 855/1802] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:36:40 2026] GET /v2.0/security-groups?id=0754dc15-dec4-4117-a335-1d3a83e1ae88&fields=id&fields=name => generated 114 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1803] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:40 2026] GET /v2.0/ports?device_id=bfdb0af4-9283-4bd5-bbb0-bc7ea89bf8d0 => 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: 857/1804] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:36:40 2026] GET /v2.0/security-groups?id=0754dc15-dec4-4117-a335-1d3a83e1ae88&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-08-13 09:36:41.000 7 INFO neutron.services.segments.plugin [-] Segment ccba690a-4c11-4100-8b38-cd2e22146525 resource provider aggregate not found 2026-08-13 09:36:41.001 7 INFO neutron.services.segments.plugin [-] Segment ccba690a-4c11-4100-8b38-cd2e22146525 resource provider aggregate not found 2026-08-13 09:36:41.023 7 INFO neutron.services.segments.plugin [-] Segment ccba690a-4c11-4100-8b38-cd2e22146525 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccba690a-4c11-4100-8b38-cd2e22146525 found for delete ", "request_id": "req-32d15738-8c9c-44ea-adb9-7348bab998da"}]} 2026-08-13 09:36:41.023 7 INFO neutron.services.segments.plugin [-] Segment ccba690a-4c11-4100-8b38-cd2e22146525 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccba690a-4c11-4100-8b38-cd2e22146525 found for delete ", "request_id": "req-62d0b2ea-5e45-4ec2-817d-f74e1b6ee83d"}]} 2026-08-13 09:36:41.030 7 INFO neutron.db.l3_hamode_db [None req-51ddd44d-dd35-490e-8c7e-f46d373ff1a2 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] HA network d60d78ae-fe8d-42b2-ae56-a3771f28fafe was deleted as no HA routers are present in tenant 6dc9404a63404428bb83e95a85cf5dbd. [pid: 7|app: 0|req: 948/1805] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:36:40 2026] DELETE /v2.0/routers/2e1fdd08-1087-4b10-b151-b8290ce6b476 => generated 0 bytes in 970 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1806] 10.0.0.119 () {32 vars in 735 bytes} [Thu Aug 13 09:36:41 2026] GET /v2.0/ports?device_id=bfdb0af4-9283-4bd5-bbb0-bc7ea89bf8d0 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1807] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:36:41 2026] DELETE /v2.0/subnets/e0fa606f-1043-46a0-bde9-4d0f1d51fba6 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:36:41.270 7 INFO neutron_taas.services.taas.taas_plugin [None req-087bcbc1-93f8-42af-8d3c-a2a8487f84ce 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: 15c38fe7-fc12-4237-a0ee-35d8f6a60576 2026-08-13 09:36:41.272 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-087bcbc1-93f8-42af-8d3c-a2a8487f84ce 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: 15c38fe7-fc12-4237-a0ee-35d8f6a60576 2026-08-13 09:36:41.414 8 INFO neutron.db.l3_db [None req-1ffa304e-9e69-48ec-bb52-f2eabcba407d 3fd4dce7e19b4f739294fa0671d60b55 faa10ed070b54ebfb8975095b723a645 - - default default] Floating IP 6e1d834f-76c8-4599-852a-b77b9d7ee847 associated. External IP: 10.96.250.205, port: b7898075-81d8-4e34-ac3a-4c107d9dce79. [pid: 7|app: 0|req: 950/1808] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:36:41 2026] DELETE /v2.0/networks/54a6cac8-0736-4b3d-8b09-0b7da5ca0b4a => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1809] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:36:41 2026] GET /v2.0/security-groups?tenant_id=6dc9404a63404428bb83e95a85cf5dbd&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1810] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:36:41 2026] DELETE /v2.0/security-groups/6fcd89cb-4c3a-4c0c-8737-33f3d6e29a73 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1811] 10.0.0.119 () {34 vars in 748 bytes} [Thu Aug 13 09:36:41 2026] PUT /v2.0/floatingips/6e1d834f-76c8-4599-852a-b77b9d7ee847 => generated 856 bytes in 801 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1812] 10.0.0.119 () {32 vars in 728 bytes} [Thu Aug 13 09:36:41 2026] GET /v2.0/floatingips/6e1d834f-76c8-4599-852a-b77b9d7ee847 => generated 856 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:36:41.901 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1c6ed399-b11d-4589-886f-afa5a562179a'] response: {'name': 'network-changed', 'server_uuid': 'bfdb0af4-9283-4bd5-bbb0-bc7ea89bf8d0', 'tag': 'b7898075-81d8-4e34-ac3a-4c107d9dce79', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 860/1813] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:36:42 2026] GET /v2.0/ports?tenant_id=faa10ed070b54ebfb8975095b723a645&device_id=bfdb0af4-9283-4bd5-bbb0-bc7ea89bf8d0 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1814] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:36:42 2026] GET /v2.0/networks?id=9f96715f-14b7-4503-aed9-e9c3e538d6b6 => generated 756 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1815] 199.204.45.61 () {34 vars in 1058 bytes} [Thu Aug 13 09:36:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=b7898075-81d8-4e34-ac3a-4c107d9dce79 => generated 859 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1816] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:36:42 2026] GET /v2.0/subnets?id=0685d115-bc48-4e27-8b68-9031ce3a54a2 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1817] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:36:42 2026] GET /v2.0/ports?network_id=9f96715f-14b7-4503-aed9-e9c3e538d6b6&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1818] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:36:42 2026] GET /v2.0/networks/9f96715f-14b7-4503-aed9-e9c3e538d6b6?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: 863/1819] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:36:42 2026] GET /v2.0/networks/9f96715f-14b7-4503-aed9-e9c3e538d6b6?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: 864/1820] 10.0.0.119 () {32 vars in 728 bytes} [Thu Aug 13 09:36:42 2026] GET /v2.0/floatingips/6e1d834f-76c8-4599-852a-b77b9d7ee847 => generated 856 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1821] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:36:42 2026] GET /v2.0/security-groups?tenant_id=223d70103e0b42dd8bff989c681effee&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:36:43.043 7 INFO neutron.services.segments.plugin [-] Segment 670b90ca-73cb-4b08-81b2-daf47c3c9d55 resource provider aggregate not found 2026-08-13 09:36:43.050 7 INFO neutron.services.segments.plugin [-] Segment 670b90ca-73cb-4b08-81b2-daf47c3c9d55 resource provider aggregate not found 2026-08-13 09:36:43.067 7 INFO neutron.services.segments.plugin [-] Segment 670b90ca-73cb-4b08-81b2-daf47c3c9d55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 670b90ca-73cb-4b08-81b2-daf47c3c9d55 found for delete ", "request_id": "req-d4d56a1c-488b-4bf1-99ab-5619b83387d8"}]} 2026-08-13 09:36:43.075 7 INFO neutron.services.segments.plugin [-] Segment 670b90ca-73cb-4b08-81b2-daf47c3c9d55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 670b90ca-73cb-4b08-81b2-daf47c3c9d55 found for delete ", "request_id": "req-17ad9695-886d-4c83-a842-d15f2fa0e6c6"}]} [pid: 8|app: 0|req: 865/1822] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:36:43 2026] DELETE /v2.0/security-groups/1cb8d2c7-ce94-4792-b326-1cb87c11f277 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:36:43.784 7 INFO neutron.db.segments_db [None req-83ffe1fc-c36f-47d8-9f81-4c60121acc8a 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Added segment 696373bf-0900-439c-ab25-69ac5cd2e055 of type vxlan for network 15b200ea-b3a5-4024-9131-ee69108fc918 [pid: 7|app: 0|req: 958/1823] 10.0.0.119 () {34 vars in 670 bytes} [Thu Aug 13 09:36:43 2026] POST /v2.0/networks => generated 725 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1824] 10.0.0.119 () {32 vars in 728 bytes} [Thu Aug 13 09:36:43 2026] GET /v2.0/floatingips/6e1d834f-76c8-4599-852a-b77b9d7ee847 => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1825] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:36:43 2026] POST /v2.0/subnets => generated 691 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:36:44.075 7 INFO neutron.db.segments_db [None req-9020cf60-d056-4eb5-92c6-5be925032cb1 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Added segment a467d3d9-2584-4367-b660-612d58383525 of type vxlan for network 5d081804-ecd9-4500-a597-1a7fd5ec3c34 2026-08-13 09:36:44.309 7 INFO neutron.db.l3_hamode_db [None req-9020cf60-d056-4eb5-92c6-5be925032cb1 28b6a09e6ab04c07ad4946c75eecaf04 718078d27ce544baa4dcc0a2d2fd46ea - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 09:36:45.044 8 INFO neutron.db.segments_db [None req-6421e0b3-e1b6-428b-8a9e-79a235698b67 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Added segment 1a598fdb-019f-448d-8305-2a9e5f10e966 of type vxlan for network 432fed29-447d-4ad6-8ee5-b690880a3f10 2026-08-13 09:36:45.065 7 INFO neutron.db.l3_hamode_db [None req-9020cf60-d056-4eb5-92c6-5be925032cb1 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 867/1826] 10.0.0.119 () {34 vars in 670 bytes} [Thu Aug 13 09:36:44 2026] POST /v2.0/networks => generated 720 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1827] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:36:45 2026] POST /v2.0/subnets => generated 686 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:36:45.432 8 INFO neutron.db.segments_db [None req-d2524501-4115-49f9-84fb-ef7d3077b7ce 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Added segment 168f76f6-2707-4411-b33a-9588f5f7b7a6 of type vxlan for network 472a5dd5-231e-4aef-83f0-7c8d04df6d19 2026-08-13 09:36:45.683 8 INFO neutron.db.l3_hamode_db [None req-d2524501-4115-49f9-84fb-ef7d3077b7ce 28b6a09e6ab04c07ad4946c75eecaf04 27c79a41002342d5b59ce39725afee84 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 960/1828] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:36:44 2026] POST /v2.0/routers => generated 731 bytes in 1881 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:36:46.545 8 INFO neutron.db.l3_hamode_db [None req-d2524501-4115-49f9-84fb-ef7d3077b7ce 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 961/1829] 10.0.0.119 () {34 vars in 782 bytes} [Thu Aug 13 09:36:45 2026] PUT /v2.0/routers/756accaa-5b85-44c9-ac9d-a4ff5fc7e849/add_router_interface => generated 309 bytes in 1178 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1830] 10.0.0.198 () {34 vars in 981 bytes} [Thu Aug 13 09:36:48 2026] GET /v2.0/networks?id=15b200ea-b3a5-4024-9131-ee69108fc918 => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1831] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:36:45 2026] POST /v2.0/routers => generated 726 bytes in 2698 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1832] 10.0.0.198 () {34 vars in 964 bytes} [Thu Aug 13 09:36:48 2026] GET /v2.0/quotas/718078d27ce544baa4dcc0a2d2fd46ea => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1833] 10.0.0.198 () {34 vars in 1001 bytes} [Thu Aug 13 09:36:48 2026] GET /v2.0/ports?tenant_id=718078d27ce544baa4dcc0a2d2fd46ea&fields=id => generated 103 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1834] 10.0.0.198 () {34 vars in 1007 bytes} [Thu Aug 13 09:36:48 2026] GET /v2.0/networks/15b200ea-b3a5-4024-9131-ee69108fc918?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: 873/1835] 10.0.0.198 () {34 vars in 1107 bytes} [Thu Aug 13 09:36:48 2026] GET /v2.0/networks/15b200ea-b3a5-4024-9131-ee69108fc918?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: 874/1836] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:48 2026] GET /v2.0/ports?device_id=c99a5340-4507-4751-b507-4222eb1b17a7 => 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: 963/1837] 10.0.0.119 () {34 vars in 782 bytes} [Thu Aug 13 09:36:48 2026] PUT /v2.0/routers/ebad6284-ad95-480d-920d-e0a6e3bf054a/add_router_interface => generated 309 bytes in 1276 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1838] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:49 2026] GET /v2.0/ports?device_id=c99a5340-4507-4751-b507-4222eb1b17a7 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1839] 10.0.0.69 () {34 vars in 988 bytes} [Thu Aug 13 09:36:50 2026] GET /v2.0/ports?device_id=bfdb0af4-9283-4bd5-bbb0-bc7ea89bf8d0 => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1840] 10.0.0.69 () {34 vars in 1038 bytes} [Thu Aug 13 09:36:50 2026] GET /v2.0/security-groups?id=0754dc15-dec4-4117-a335-1d3a83e1ae88&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: 965/1841] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:50 2026] GET /v2.0/ports?device_id=c99a5340-4507-4751-b507-4222eb1b17a7 => 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: 877/1842] 10.0.0.198 () {34 vars in 981 bytes} [Thu Aug 13 09:36:51 2026] GET /v2.0/networks?id=432fed29-447d-4ad6-8ee5-b690880a3f10 => generated 671 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1843] 10.0.0.198 () {34 vars in 964 bytes} [Thu Aug 13 09:36:51 2026] GET /v2.0/quotas/27c79a41002342d5b59ce39725afee84 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1844] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:51 2026] GET /v2.0/ports?device_id=c99a5340-4507-4751-b507-4222eb1b17a7 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1845] 10.0.0.198 () {34 vars in 1001 bytes} [Thu Aug 13 09:36:51 2026] GET /v2.0/ports?tenant_id=27c79a41002342d5b59ce39725afee84&fields=id => generated 57 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1846] 10.0.0.198 () {34 vars in 1007 bytes} [Thu Aug 13 09:36:51 2026] GET /v2.0/networks/432fed29-447d-4ad6-8ee5-b690880a3f10?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1847] 10.0.0.198 () {34 vars in 1107 bytes} [Thu Aug 13 09:36:51 2026] GET /v2.0/networks/432fed29-447d-4ad6-8ee5-b690880a3f10?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1848] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:52 2026] GET /v2.0/ports?device_id=19994af7-8d65-4c45-8fd8-9544607be7c8 => 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: 882/1851] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:52 2026] GET /v2.0/ports?device_id=c99a5340-4507-4751-b507-4222eb1b17a7 => 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: 970/1852] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:36:53 2026] GET /v2.0/networks?id=15b200ea-b3a5-4024-9131-ee69108fc918 => generated 676 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1853] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:53 2026] GET /v2.0/ports?device_id=19994af7-8d65-4c45-8fd8-9544607be7c8 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1854] 199.204.45.61 () {38 vars in 953 bytes} [Thu Aug 13 09:36:53 2026] POST /v2.0/ports => generated 954 bytes in 525 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: 884/1855] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:53 2026] GET /v2.0/ports?device_id=c99a5340-4507-4751-b507-4222eb1b17a7 => 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: 885/1856] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:36:54 2026] GET /v2.0/security-groups?id=5db92791-af50-49bb-8f58-e238043134ce&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1857] 199.204.45.61 () {38 vars in 1026 bytes} [Thu Aug 13 09:36:53 2026] PUT /v2.0/ports/cce6dba4-dd6b-45a2-a01f-b460645664cd => generated 1235 bytes in 491 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:36:54.183 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e741daad-de5c-426c-a6aa-08898227e0df'] response: {'name': 'network-changed', 'server_uuid': 'c99a5340-4507-4751-b507-4222eb1b17a7', 'tag': 'cce6dba4-dd6b-45a2-a01f-b460645664cd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 886/1858] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:54 2026] GET /v2.0/ports?device_id=19994af7-8d65-4c45-8fd8-9544607be7c8 => 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: 973/1859] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:36:54 2026] GET /v2.0/ports?tenant_id=718078d27ce544baa4dcc0a2d2fd46ea&device_id=c99a5340-4507-4751-b507-4222eb1b17a7 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1860] 199.204.45.61 () {34 vars in 1016 bytes} [Thu Aug 13 09:36:54 2026] GET /v2.0/networks?tenant_id=718078d27ce544baa4dcc0a2d2fd46ea&shared=False => generated 772 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1861] 199.204.45.61 () {34 vars in 928 bytes} [Thu Aug 13 09:36:54 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1862] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:55 2026] GET /v2.0/ports?device_id=c99a5340-4507-4751-b507-4222eb1b17a7 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1863] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:36:55 2026] GET /v2.0/security-groups?id=5db92791-af50-49bb-8f58-e238043134ce&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: 889/1864] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:55 2026] GET /v2.0/ports?device_id=19994af7-8d65-4c45-8fd8-9544607be7c8 => 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: 976/1865] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:36:55 2026] GET /v2.0/ports?tenant_id=718078d27ce544baa4dcc0a2d2fd46ea&device_id=c99a5340-4507-4751-b507-4222eb1b17a7 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1866] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:36:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=cce6dba4-dd6b-45a2-a01f-b460645664cd => 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: 977/1867] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:36:55 2026] GET /v2.0/subnets?id=7978003c-068d-41df-95d2-69322ee09816 => generated 694 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1868] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:36:55 2026] GET /v2.0/ports?network_id=15b200ea-b3a5-4024-9131-ee69108fc918&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1869] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:36:56 2026] GET /v2.0/networks/15b200ea-b3a5-4024-9131-ee69108fc918?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: 892/1870] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:36:56 2026] GET /v2.0/networks/15b200ea-b3a5-4024-9131-ee69108fc918?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: 979/1871] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:56 2026] GET /v2.0/ports?device_id=c99a5340-4507-4751-b507-4222eb1b17a7 => 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: 893/1872] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:36:56 2026] GET /v2.0/security-groups?id=5db92791-af50-49bb-8f58-e238043134ce&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: 980/1873] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:36:56 2026] GET /v2.0/networks?id=432fed29-447d-4ad6-8ee5-b690880a3f10 => generated 671 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1874] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:56 2026] GET /v2.0/ports?device_id=19994af7-8d65-4c45-8fd8-9544607be7c8 => 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: 894/1875] 199.204.45.61 () {38 vars in 953 bytes} [Thu Aug 13 09:36:56 2026] POST /v2.0/ports => generated 954 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1876] 199.204.45.61 () {38 vars in 1026 bytes} [Thu Aug 13 09:36:56 2026] PUT /v2.0/ports/a135d3b6-e528-4173-8aec-26caedf57f9a => generated 1235 bytes in 470 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:36:57.365 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a615205-dbc1-4788-94d0-96469fb87496'] response: {'name': 'network-changed', 'server_uuid': '19994af7-8d65-4c45-8fd8-9544607be7c8', 'tag': 'a135d3b6-e528-4173-8aec-26caedf57f9a', '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: 895/1877] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:57 2026] GET /v2.0/ports?device_id=c99a5340-4507-4751-b507-4222eb1b17a7 => generated 969 bytes in 40 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: 983/1878] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:36:57 2026] GET /v2.0/security-groups?id=5db92791-af50-49bb-8f58-e238043134ce&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1879] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:57 2026] GET /v2.0/ports?device_id=19994af7-8d65-4c45-8fd8-9544607be7c8 => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1880] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:36:57 2026] GET /v2.0/security-groups?id=ca33f77e-7876-4d08-9020-6b82a3fa3119&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: 8|app: 0|req: 897/1881] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:36:57 2026] GET /v2.0/ports?tenant_id=27c79a41002342d5b59ce39725afee84&device_id=19994af7-8d65-4c45-8fd8-9544607be7c8 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1882] 199.204.45.61 () {34 vars in 1016 bytes} [Thu Aug 13 09:36:57 2026] GET /v2.0/networks?tenant_id=27c79a41002342d5b59ce39725afee84&shared=False => generated 767 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1883] 199.204.45.61 () {34 vars in 928 bytes} [Thu Aug 13 09:36:57 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1884] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:58 2026] GET /v2.0/ports?device_id=c99a5340-4507-4751-b507-4222eb1b17a7 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1885] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:36:58 2026] GET /v2.0/security-groups?id=5db92791-af50-49bb-8f58-e238043134ce&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: 7|app: 0|req: 987/1886] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:58 2026] GET /v2.0/ports?device_id=19994af7-8d65-4c45-8fd8-9544607be7c8 => generated 969 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1887] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:36:59 2026] GET /v2.0/security-groups?id=ca33f77e-7876-4d08-9020-6b82a3fa3119&fields=id&fields=name => generated 88 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1888] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:36:59 2026] GET /v2.0/ports?tenant_id=27c79a41002342d5b59ce39725afee84&device_id=19994af7-8d65-4c45-8fd8-9544607be7c8 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1889] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:36:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=a135d3b6-e528-4173-8aec-26caedf57f9a => 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: 989/1890] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:36:59 2026] GET /v2.0/subnets?id=5deec54b-0464-456a-b56d-d46f2ecb3b20 => generated 689 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1891] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:36:59 2026] GET /v2.0/ports?network_id=432fed29-447d-4ad6-8ee5-b690880a3f10&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1892] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:36:59 2026] GET /v2.0/networks/432fed29-447d-4ad6-8ee5-b690880a3f10?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: 903/1893] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:36:59 2026] GET /v2.0/networks/432fed29-447d-4ad6-8ee5-b690880a3f10?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: 991/1894] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:36:59 2026] GET /v2.0/ports?device_id=c99a5340-4507-4751-b507-4222eb1b17a7 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1895] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:36:59 2026] GET /v2.0/security-groups?id=5db92791-af50-49bb-8f58-e238043134ce&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1896] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:00 2026] GET /v2.0/ports?device_id=19994af7-8d65-4c45-8fd8-9544607be7c8 => 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: 905/1897] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:37:00 2026] GET /v2.0/security-groups?id=ca33f77e-7876-4d08-9020-6b82a3fa3119&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1898] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:00 2026] GET /v2.0/ports?device_id=bfdb0af4-9283-4bd5-bbb0-bc7ea89bf8d0 => generated 975 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1899] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:37:00 2026] GET /v2.0/security-groups?id=0754dc15-dec4-4117-a335-1d3a83e1ae88&fields=id&fields=name => generated 114 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1900] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:01 2026] GET /v2.0/ports?device_id=c99a5340-4507-4751-b507-4222eb1b17a7 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1901] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:37:01 2026] GET /v2.0/security-groups?id=5db92791-af50-49bb-8f58-e238043134ce&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1902] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:01 2026] GET /v2.0/ports?device_id=19994af7-8d65-4c45-8fd8-9544607be7c8 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1903] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:37:01 2026] GET /v2.0/security-groups?id=ca33f77e-7876-4d08-9020-6b82a3fa3119&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1904] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:01 2026] GET /v2.0/ports?device_id=c99a5340-4507-4751-b507-4222eb1b17a7 => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1905] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:37:01 2026] GET /v2.0/security-groups?id=5db92791-af50-49bb-8f58-e238043134ce&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1906] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:01 2026] GET /v2.0/ports?device_id=bfdb0af4-9283-4bd5-bbb0-bc7ea89bf8d0 => generated 975 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1907] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:37:01 2026] GET /v2.0/security-groups?id=0754dc15-dec4-4117-a335-1d3a83e1ae88&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1908] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:02 2026] GET /v2.0/ports?device_id=19994af7-8d65-4c45-8fd8-9544607be7c8 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1909] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:37:02 2026] GET /v2.0/security-groups?id=ca33f77e-7876-4d08-9020-6b82a3fa3119&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: 911/1910] 199.204.45.61 () {34 vars in 992 bytes} [Thu Aug 13 09:37:02 2026] GET /v2.0/ports?device_id=bfdb0af4-9283-4bd5-bbb0-bc7ea89bf8d0 => 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: 1000/1911] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:02 2026] GET /v2.0/ports?device_id=c99a5340-4507-4751-b507-4222eb1b17a7 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1912] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:37:02 2026] GET /v2.0/security-groups?id=5db92791-af50-49bb-8f58-e238043134ce&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: 1002/1913] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:02 2026] GET /v2.0/ports?device_id=bfdb0af4-9283-4bd5-bbb0-bc7ea89bf8d0 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:37:02.837 8 INFO neutron_taas.services.taas.taas_plugin [req-95a2d5df-f9af-4b69-baf0-cbafe65bbc85 req-dc960951-e93c-4018-bd47-df3a41b8cc85 3fd4dce7e19b4f739294fa0671d60b55 faa10ed070b54ebfb8975095b723a645 - - default default] TaaS: Handle Delete Port: b7898075-81d8-4e34-ac3a-4c107d9dce79 2026-08-13 09:37:02.839 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-95a2d5df-f9af-4b69-baf0-cbafe65bbc85 req-dc960951-e93c-4018-bd47-df3a41b8cc85 3fd4dce7e19b4f739294fa0671d60b55 faa10ed070b54ebfb8975095b723a645 - - default default] Tap Mirror: Handle Delete Port: b7898075-81d8-4e34-ac3a-4c107d9dce79 [pid: 7|app: 0|req: 1003/1914] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:37:02 2026] GET /v2.0/security-groups?id=0754dc15-dec4-4117-a335-1d3a83e1ae88&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:37:02.932 8 INFO neutron.db.l3_db [req-95a2d5df-f9af-4b69-baf0-cbafe65bbc85 req-dc960951-e93c-4018-bd47-df3a41b8cc85 3fd4dce7e19b4f739294fa0671d60b55 faa10ed070b54ebfb8975095b723a645 - - default default] Floating IP 6e1d834f-76c8-4599-852a-b77b9d7ee847 disassociated. External IP: 10.96.250.205, port: b7898075-81d8-4e34-ac3a-4c107d9dce79. [pid: 8|app: 0|req: 912/1915] 199.204.45.61 () {36 vars in 995 bytes} [Thu Aug 13 09:37:02 2026] DELETE /v2.0/ports/b7898075-81d8-4e34-ac3a-4c107d9dce79 => generated 0 bytes in 530 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:37:03.305 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e1d5d23-5b85-4482-b982-ef963771f775'] response: {'server_uuid': 'bfdb0af4-9283-4bd5-bbb0-bc7ea89bf8d0', 'name': 'network-vif-deleted', 'tag': 'b7898075-81d8-4e34-ac3a-4c107d9dce79', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1004/1916] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:03 2026] GET /v2.0/ports?device_id=19994af7-8d65-4c45-8fd8-9544607be7c8 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1917] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:37:03 2026] GET /v2.0/security-groups?id=ca33f77e-7876-4d08-9020-6b82a3fa3119&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: 1005/1918] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:03 2026] GET /v2.0/ports?device_id=c99a5340-4507-4751-b507-4222eb1b17a7 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1919] 199.204.45.61 () {34 vars in 992 bytes} [Thu Aug 13 09:37:03 2026] GET /v2.0/ports?device_id=c99a5340-4507-4751-b507-4222eb1b17a7 => 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: 1006/1920] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:37:03 2026] GET /v2.0/security-groups?id=5db92791-af50-49bb-8f58-e238043134ce&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1921] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:03 2026] GET /v2.0/ports?device_id=bfdb0af4-9283-4bd5-bbb0-bc7ea89bf8d0 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:37:04.101 8 INFO neutron_taas.services.taas.taas_plugin [req-a6971b56-66d5-4c0e-b92b-5b084fcc7e2c req-51457d6c-472a-4f29-82f9-f08fb4183014 293b7f68c2d040c4af366fa4c9cd4c67 718078d27ce544baa4dcc0a2d2fd46ea - - default default] TaaS: Handle Delete Port: cce6dba4-dd6b-45a2-a01f-b460645664cd 2026-08-13 09:37:04.104 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a6971b56-66d5-4c0e-b92b-5b084fcc7e2c req-51457d6c-472a-4f29-82f9-f08fb4183014 293b7f68c2d040c4af366fa4c9cd4c67 718078d27ce544baa4dcc0a2d2fd46ea - - default default] Tap Mirror: Handle Delete Port: cce6dba4-dd6b-45a2-a01f-b460645664cd [pid: 8|app: 0|req: 915/1922] 199.204.45.61 () {36 vars in 995 bytes} [Thu Aug 13 09:37:03 2026] DELETE /v2.0/ports/cce6dba4-dd6b-45a2-a01f-b460645664cd => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1923] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:04 2026] GET /v2.0/ports?device_id=19994af7-8d65-4c45-8fd8-9544607be7c8 => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1924] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:37:04 2026] GET /v2.0/security-groups?id=ca33f77e-7876-4d08-9020-6b82a3fa3119&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1925] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:05 2026] GET /v2.0/ports?device_id=c99a5340-4507-4751-b507-4222eb1b17a7 => 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: 917/1926] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:05 2026] GET /v2.0/ports?device_id=bfdb0af4-9283-4bd5-bbb0-bc7ea89bf8d0 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:37:05.343 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ada4a592-2bd3-4b8e-959d-6fbea05f5338'] response: {'server_uuid': 'c99a5340-4507-4751-b507-4222eb1b17a7', 'name': 'network-vif-deleted', 'tag': 'cce6dba4-dd6b-45a2-a01f-b460645664cd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1010/1927] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:06 2026] GET /v2.0/ports?device_id=c99a5340-4507-4751-b507-4222eb1b17a7 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1928] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:06 2026] GET /v2.0/ports?device_id=bfdb0af4-9283-4bd5-bbb0-bc7ea89bf8d0 => 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: 1011/1929] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:06 2026] GET /v2.0/ports?device_id=19994af7-8d65-4c45-8fd8-9544607be7c8 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1930] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:37:06 2026] GET /v2.0/security-groups?id=ca33f77e-7876-4d08-9020-6b82a3fa3119&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1931] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:07 2026] GET /v2.0/ports?device_id=c99a5340-4507-4751-b507-4222eb1b17a7 => 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: 920/1932] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:37:07 2026] DELETE /v2.0/security-groups/0754dc15-dec4-4117-a335-1d3a83e1ae88 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:37:07.588 7 INFO neutron_taas.services.taas.taas_plugin [None req-a1bfe387-5f19-4d7e-8a1c-1ae186e8f2e6 3fd4dce7e19b4f739294fa0671d60b55 faa10ed070b54ebfb8975095b723a645 - - default default] TaaS: Handle Delete Port: 6050841c-4092-4eb5-b0d0-d61b34b3bc2d 2026-08-13 09:37:07.591 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1bfe387-5f19-4d7e-8a1c-1ae186e8f2e6 3fd4dce7e19b4f739294fa0671d60b55 faa10ed070b54ebfb8975095b723a645 - - default default] Tap Mirror: Handle Delete Port: 6050841c-4092-4eb5-b0d0-d61b34b3bc2d [pid: 8|app: 0|req: 921/1933] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:07 2026] GET /v2.0/ports?device_id=19994af7-8d65-4c45-8fd8-9544607be7c8 => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1936] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:37:07 2026] GET /v2.0/security-groups?id=ca33f77e-7876-4d08-9020-6b82a3fa3119&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1937] 10.0.0.119 () {32 vars in 731 bytes} [Thu Aug 13 09:37:07 2026] DELETE /v2.0/floatingips/6e1d834f-76c8-4599-852a-b77b9d7ee847 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1938] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:07 2026] GET /v2.0/ports?device_id=f6d4a4b9-1ec3-443e-978c-8ca307233e16 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1939] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:37:08 2026] GET /v2.0/security-groups?id=b8848f2b-197b-4ed2-b6f1-325d1fa98da6&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:37:08.733 8 INFO neutron_taas.services.taas.taas_plugin [None req-ddf17dd3-5fe3-4a56-a7c7-1e1a57d53b93 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: 6361313a-5f9a-4de9-bf70-831e8c4b51a9 2026-08-13 09:37:08.737 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddf17dd3-5fe3-4a56-a7c7-1e1a57d53b93 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: 6361313a-5f9a-4de9-bf70-831e8c4b51a9 [pid: 7|app: 0|req: 1015/1940] 199.204.45.61 () {34 vars in 992 bytes} [Thu Aug 13 09:37:08 2026] GET /v2.0/ports?device_id=19994af7-8d65-4c45-8fd8-9544607be7c8 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1941] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:08 2026] GET /v2.0/ports?device_id=19994af7-8d65-4c45-8fd8-9544607be7c8 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:37:09.028 7 INFO neutron_taas.services.taas.taas_plugin [req-3801deae-05fe-45b9-a298-70487f684bf2 req-a8487b4b-0cb9-4e4b-82b9-c0b46b0381f2 8e5afc79a6774a018ebe62faf727f28b 27c79a41002342d5b59ce39725afee84 - - default default] TaaS: Handle Delete Port: a135d3b6-e528-4173-8aec-26caedf57f9a 2026-08-13 09:37:09.031 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3801deae-05fe-45b9-a298-70487f684bf2 req-a8487b4b-0cb9-4e4b-82b9-c0b46b0381f2 8e5afc79a6774a018ebe62faf727f28b 27c79a41002342d5b59ce39725afee84 - - default default] Tap Mirror: Handle Delete Port: a135d3b6-e528-4173-8aec-26caedf57f9a [pid: 7|app: 0|req: 1017/1942] 199.204.45.61 () {36 vars in 995 bytes} [Thu Aug 13 09:37:08 2026] DELETE /v2.0/ports/a135d3b6-e528-4173-8aec-26caedf57f9a => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1943] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:37:09 2026] GET /v2.0/security-groups?id=ca33f77e-7876-4d08-9020-6b82a3fa3119&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-08-13 09:37:09.264 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-341c7822-3543-4424-9dd1-0c69b51769a6'] response: {'server_uuid': '19994af7-8d65-4c45-8fd8-9544607be7c8', 'name': 'network-vif-deleted', 'tag': 'a135d3b6-e528-4173-8aec-26caedf57f9a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1019/1944] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:09 2026] GET /v2.0/ports?device_id=f6d4a4b9-1ec3-443e-978c-8ca307233e16 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1945] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:37:09 2026] GET /v2.0/security-groups?id=b8848f2b-197b-4ed2-b6f1-325d1fa98da6&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: 926/1946] 10.0.0.119 () {34 vars in 788 bytes} [Thu Aug 13 09:37:08 2026] PUT /v2.0/routers/756accaa-5b85-44c9-ac9d-a4ff5fc7e849/remove_router_interface => generated 309 bytes in 1022 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:37:09.570 7 INFO neutron_taas.services.taas.taas_plugin [None req-88786b0c-2dda-4f06-9372-b45704a80340 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: e646d57c-bd00-4929-9083-fe0da0aa7bc9 2026-08-13 09:37:09.573 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88786b0c-2dda-4f06-9372-b45704a80340 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: e646d57c-bd00-4929-9083-fe0da0aa7bc9 2026-08-13 09:37:09.865 7 INFO neutron_taas.services.taas.taas_plugin [None req-88786b0c-2dda-4f06-9372-b45704a80340 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: ac9a3eba-614d-4d63-a99e-63c9a5283c48 2026-08-13 09:37:09.871 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88786b0c-2dda-4f06-9372-b45704a80340 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: ac9a3eba-614d-4d63-a99e-63c9a5283c48 2026-08-13 09:37:10.227 7 INFO neutron.services.segments.plugin [-] Segment a467d3d9-2584-4367-b660-612d58383525 resource provider aggregate not found 2026-08-13 09:37:10.228 7 INFO neutron.services.segments.plugin [-] Segment a467d3d9-2584-4367-b660-612d58383525 resource provider aggregate not found 2026-08-13 09:37:10.252 7 INFO neutron.services.segments.plugin [-] Segment a467d3d9-2584-4367-b660-612d58383525 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a467d3d9-2584-4367-b660-612d58383525 found for delete ", "request_id": "req-72fb8c9f-472a-4b62-8cb6-db6108c5c1fd"}]} 2026-08-13 09:37:10.259 7 INFO neutron.services.segments.plugin [-] Segment a467d3d9-2584-4367-b660-612d58383525 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a467d3d9-2584-4367-b660-612d58383525 found for delete ", "request_id": "req-7b6cc48b-4f3e-420d-bcd6-43a10987f923"}]} 2026-08-13 09:37:10.266 7 INFO neutron.db.l3_hamode_db [None req-88786b0c-2dda-4f06-9372-b45704a80340 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] HA network 5d081804-ecd9-4500-a597-1a7fd5ec3c34 was deleted as no HA routers are present in tenant 718078d27ce544baa4dcc0a2d2fd46ea. [pid: 7|app: 0|req: 1021/1947] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:37:09 2026] DELETE /v2.0/routers/756accaa-5b85-44c9-ac9d-a4ff5fc7e849 => generated 0 bytes in 914 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1948] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:10 2026] GET /v2.0/ports?device_id=19994af7-8d65-4c45-8fd8-9544607be7c8 => 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: 1023/1949] 199.204.45.61 () {34 vars in 992 bytes} [Thu Aug 13 09:37:10 2026] GET /v2.0/ports?device_id=f6d4a4b9-1ec3-443e-978c-8ca307233e16 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1950] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:37:10 2026] DELETE /v2.0/subnets/7978003c-068d-41df-95d2-69322ee09816 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1951] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:10 2026] GET /v2.0/ports?device_id=f6d4a4b9-1ec3-443e-978c-8ca307233e16 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:37:10.527 7 INFO neutron_taas.services.taas.taas_plugin [req-54a797da-d0a2-4bb6-ac54-aeefb8be2f42 req-5a8adb7d-1e69-4228-8d30-92732213127d 3fd4dce7e19b4f739294fa0671d60b55 faa10ed070b54ebfb8975095b723a645 - - default default] TaaS: Handle Delete Port: 6267d602-a548-4f4e-8456-1b5f2091bcdc 2026-08-13 09:37:10.530 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-54a797da-d0a2-4bb6-ac54-aeefb8be2f42 req-5a8adb7d-1e69-4228-8d30-92732213127d 3fd4dce7e19b4f739294fa0671d60b55 faa10ed070b54ebfb8975095b723a645 - - default default] Tap Mirror: Handle Delete Port: 6267d602-a548-4f4e-8456-1b5f2091bcdc 2026-08-13 09:37:10.582 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed8c56f0-5522-419d-a5ca-d626f84903c3 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: b5c2832f-8ad0-4385-869e-bcc09f1441f0 2026-08-13 09:37:10.585 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed8c56f0-5522-419d-a5ca-d626f84903c3 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: b5c2832f-8ad0-4385-869e-bcc09f1441f0 [pid: 7|app: 0|req: 1024/1952] 199.204.45.61 () {36 vars in 995 bytes} [Thu Aug 13 09:37:10 2026] DELETE /v2.0/ports/6267d602-a548-4f4e-8456-1b5f2091bcdc => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1953] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:37:10 2026] GET /v2.0/security-groups?id=b8848f2b-197b-4ed2-b6f1-325d1fa98da6&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:37:10.808 8 INFO neutron.services.segments.plugin [-] Segment 696373bf-0900-439c-ab25-69ac5cd2e055 resource provider aggregate not found 2026-08-13 09:37:10.813 8 INFO neutron.services.segments.plugin [-] Segment 696373bf-0900-439c-ab25-69ac5cd2e055 resource provider aggregate not found 2026-08-13 09:37:10.830 8 INFO neutron.services.segments.plugin [-] Segment 696373bf-0900-439c-ab25-69ac5cd2e055 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 696373bf-0900-439c-ab25-69ac5cd2e055 found for delete ", "request_id": "req-6617099a-2701-4a83-b3d0-4a6277c2707e"}]} 2026-08-13 09:37:10.835 8 INFO neutron.services.segments.plugin [-] Segment 696373bf-0900-439c-ab25-69ac5cd2e055 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 696373bf-0900-439c-ab25-69ac5cd2e055 found for delete ", "request_id": "req-94262c1e-13a6-4f8a-8704-b47413995988"}]} [pid: 8|app: 0|req: 929/1954] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:37:10 2026] DELETE /v2.0/networks/15b200ea-b3a5-4024-9131-ee69108fc918 => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1955] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:37:10 2026] GET /v2.0/security-groups?tenant_id=718078d27ce544baa4dcc0a2d2fd46ea&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1956] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:37:10 2026] DELETE /v2.0/security-groups/5db92791-af50-49bb-8f58-e238043134ce => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:37:11.305 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d105145f-f568-4f8d-a519-922adeb9ad1b'] response: {'server_uuid': 'f6d4a4b9-1ec3-443e-978c-8ca307233e16', 'name': 'network-vif-deleted', 'tag': '6267d602-a548-4f4e-8456-1b5f2091bcdc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1027/1957] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:11 2026] GET /v2.0/ports?device_id=19994af7-8d65-4c45-8fd8-9544607be7c8 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1958] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:11 2026] GET /v2.0/ports?device_id=f6d4a4b9-1ec3-443e-978c-8ca307233e16 => 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: 1028/1959] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:12 2026] GET /v2.0/ports?device_id=f6d4a4b9-1ec3-443e-978c-8ca307233e16 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:37:14.091 8 INFO neutron_taas.services.taas.taas_plugin [None req-c9ee2bcf-00c1-4fa8-94b3-83db9631c751 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: b6273874-c7f2-4ff2-bf59-983c00248a5f 2026-08-13 09:37:14.094 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9ee2bcf-00c1-4fa8-94b3-83db9631c751 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: b6273874-c7f2-4ff2-bf59-983c00248a5f [pid: 7|app: 0|req: 1029/1960] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:37:14 2026] DELETE /v2.0/security-groups/b8848f2b-197b-4ed2-b6f1-325d1fa98da6 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:37:14.549 7 INFO neutron_taas.services.taas.taas_plugin [None req-c9681ab5-ab8b-49da-a7c2-cf169abeab04 3fd4dce7e19b4f739294fa0671d60b55 faa10ed070b54ebfb8975095b723a645 - - default default] TaaS: Handle Delete Port: 956cb8c4-b2ec-4af1-bc69-f7b6b64a0b5c 2026-08-13 09:37:14.552 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9681ab5-ab8b-49da-a7c2-cf169abeab04 3fd4dce7e19b4f739294fa0671d60b55 faa10ed070b54ebfb8975095b723a645 - - default default] Tap Mirror: Handle Delete Port: 956cb8c4-b2ec-4af1-bc69-f7b6b64a0b5c [pid: 8|app: 0|req: 932/1961] 10.0.0.119 () {34 vars in 788 bytes} [Thu Aug 13 09:37:13 2026] PUT /v2.0/routers/ebad6284-ad95-480d-920d-e0a6e3bf054a/remove_router_interface => generated 309 bytes in 986 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:37:14.861 8 INFO neutron_taas.services.taas.taas_plugin [None req-b88ede56-449b-488f-ae30-a1a12b945e6c 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: 3ef00615-8f5e-44c0-a0a4-b1b239332e3c 2026-08-13 09:37:14.864 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b88ede56-449b-488f-ae30-a1a12b945e6c 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: 3ef00615-8f5e-44c0-a0a4-b1b239332e3c [pid: 7|app: 0|req: 1030/1962] 10.0.0.119 () {34 vars in 788 bytes} [Thu Aug 13 09:37:14 2026] PUT /v2.0/routers/a3830a01-e878-48fd-8187-091db66f643d/remove_router_interface => generated 309 bytes in 877 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:37:15.122 8 INFO neutron_taas.services.taas.taas_plugin [None req-b88ede56-449b-488f-ae30-a1a12b945e6c 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: dd31e8a1-3b0f-4033-9214-c4e296c6b200 2026-08-13 09:37:15.124 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b88ede56-449b-488f-ae30-a1a12b945e6c 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: dd31e8a1-3b0f-4033-9214-c4e296c6b200 [pid: 7|app: 0|req: 1031/1963] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:37:15 2026] DELETE /v2.0/subnets/0685d115-bc48-4e27-8b68-9031ce3a54a2 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:37:15.474 7 INFO neutron_taas.services.taas.taas_plugin [None req-f63946b5-9556-4152-9572-282bde63010c 3fd4dce7e19b4f739294fa0671d60b55 faa10ed070b54ebfb8975095b723a645 - - default default] TaaS: Handle Delete Port: 83c0547f-2356-4c4c-92e9-a2083723fdc0 2026-08-13 09:37:15.478 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f63946b5-9556-4152-9572-282bde63010c 3fd4dce7e19b4f739294fa0671d60b55 faa10ed070b54ebfb8975095b723a645 - - default default] Tap Mirror: Handle Delete Port: 83c0547f-2356-4c4c-92e9-a2083723fdc0 2026-08-13 09:37:15.507 8 INFO neutron.services.segments.plugin [-] Segment 168f76f6-2707-4411-b33a-9588f5f7b7a6 resource provider aggregate not found 2026-08-13 09:37:15.515 8 INFO neutron.services.segments.plugin [-] Segment 168f76f6-2707-4411-b33a-9588f5f7b7a6 resource provider aggregate not found 2026-08-13 09:37:15.530 8 INFO neutron.services.segments.plugin [-] Segment 168f76f6-2707-4411-b33a-9588f5f7b7a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 168f76f6-2707-4411-b33a-9588f5f7b7a6 found for delete ", "request_id": "req-64ad5346-0aef-4517-afaf-a2d110e53ac2"}]} 2026-08-13 09:37:15.534 8 INFO neutron.services.segments.plugin [-] Segment 168f76f6-2707-4411-b33a-9588f5f7b7a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 168f76f6-2707-4411-b33a-9588f5f7b7a6 found for delete ", "request_id": "req-5c0f6094-8289-45d5-9cec-0bb944ff8299"}]} 2026-08-13 09:37:15.537 8 INFO neutron.db.l3_hamode_db [None req-b88ede56-449b-488f-ae30-a1a12b945e6c 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] HA network 472a5dd5-231e-4aef-83f0-7c8d04df6d19 was deleted as no HA routers are present in tenant 27c79a41002342d5b59ce39725afee84. [pid: 8|app: 0|req: 933/1964] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:37:14 2026] DELETE /v2.0/routers/ebad6284-ad95-480d-920d-e0a6e3bf054a => generated 0 bytes in 867 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1965] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:37:15 2026] DELETE /v2.0/subnets/5deec54b-0464-456a-b56d-d46f2ecb3b20 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:37:15.754 7 INFO neutron_taas.services.taas.taas_plugin [None req-f63946b5-9556-4152-9572-282bde63010c 3fd4dce7e19b4f739294fa0671d60b55 faa10ed070b54ebfb8975095b723a645 - - default default] TaaS: Handle Delete Port: a6637def-9078-4732-a493-e7d897c1010a 2026-08-13 09:37:15.757 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f63946b5-9556-4152-9572-282bde63010c 3fd4dce7e19b4f739294fa0671d60b55 faa10ed070b54ebfb8975095b723a645 - - default default] Tap Mirror: Handle Delete Port: a6637def-9078-4732-a493-e7d897c1010a 2026-08-13 09:37:15.784 8 INFO neutron_taas.services.taas.taas_plugin [None req-32cd337f-29b1-4e01-8b4c-a46156a7fd24 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: 861d87d9-19df-476f-aab8-04f51b54b13d 2026-08-13 09:37:15.786 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32cd337f-29b1-4e01-8b4c-a46156a7fd24 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: 861d87d9-19df-476f-aab8-04f51b54b13d [pid: 8|app: 0|req: 935/1966] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:37:15 2026] DELETE /v2.0/networks/432fed29-447d-4ad6-8ee5-b690880a3f10 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:37:16.190 7 INFO neutron.services.segments.plugin [-] Segment b85bca10-ec7b-45ee-8869-af3310223a68 resource provider aggregate not found 2026-08-13 09:37:16.203 7 INFO neutron.services.segments.plugin [-] Segment b85bca10-ec7b-45ee-8869-af3310223a68 resource provider aggregate not found 2026-08-13 09:37:16.205 7 INFO neutron.services.segments.plugin [-] Segment b85bca10-ec7b-45ee-8869-af3310223a68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b85bca10-ec7b-45ee-8869-af3310223a68 found for delete ", "request_id": "req-4a27ad96-6739-435c-abb8-1b7cd57b3c5c"}]} 2026-08-13 09:37:16.228 7 INFO neutron.services.segments.plugin [-] Segment b85bca10-ec7b-45ee-8869-af3310223a68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b85bca10-ec7b-45ee-8869-af3310223a68 found for delete ", "request_id": "req-add69ceb-c23c-476e-996c-4a1e99be0619"}]} 2026-08-13 09:37:16.250 7 INFO neutron.db.l3_hamode_db [None req-f63946b5-9556-4152-9572-282bde63010c 3fd4dce7e19b4f739294fa0671d60b55 faa10ed070b54ebfb8975095b723a645 - - default default] HA network 99ebd51c-0d4c-4e79-b3f0-cad9e3d3b0a9 was deleted as no HA routers are present in tenant faa10ed070b54ebfb8975095b723a645. [pid: 7|app: 0|req: 1032/1967] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:37:15 2026] DELETE /v2.0/routers/a3830a01-e878-48fd-8187-091db66f643d => generated 0 bytes in 1032 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1968] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:37:16 2026] GET /v2.0/security-groups?tenant_id=27c79a41002342d5b59ce39725afee84&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:37:16.367 7 INFO neutron_taas.services.taas.taas_plugin [None req-907b244d-72e5-4772-8dd4-52d825a7a81e 3fd4dce7e19b4f739294fa0671d60b55 faa10ed070b54ebfb8975095b723a645 - - default default] TaaS: Handle Delete Port: e0e2c078-c0e3-47d4-ab39-94c5fee0a692 2026-08-13 09:37:16.370 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-907b244d-72e5-4772-8dd4-52d825a7a81e 3fd4dce7e19b4f739294fa0671d60b55 faa10ed070b54ebfb8975095b723a645 - - default default] Tap Mirror: Handle Delete Port: e0e2c078-c0e3-47d4-ab39-94c5fee0a692 [pid: 7|app: 0|req: 1033/1969] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:37:16 2026] DELETE /v2.0/networks/9f96715f-14b7-4503-aed9-e9c3e538d6b6 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1970] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:37:16 2026] GET /v2.0/security-groups?tenant_id=d9acdf4d579448d69b6b0b2789b9724d&name=default => generated 2925 bytes in 426 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/1971] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:37:16 2026] DELETE /v2.0/security-groups/ca33f77e-7876-4d08-9020-6b82a3fa3119 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1972] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:37:16 2026] DELETE /v2.0/security-groups/e859170a-15ef-45f2-bd56-6aa6100b4dbd => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/1973] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:37:16 2026] GET /v2.0/security-groups?tenant_id=598f7a2876624b8c8c5041bffa9c617c&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1974] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:37:16 2026] DELETE /v2.0/security-groups/70caefe9-a37e-4949-8c13-71ac14436587 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:37:17.556 8 INFO neutron.services.segments.plugin [-] Segment 1a598fdb-019f-448d-8305-2a9e5f10e966 resource provider aggregate not found 2026-08-13 09:37:17.560 8 INFO neutron.services.segments.plugin [-] Segment 1a598fdb-019f-448d-8305-2a9e5f10e966 resource provider aggregate not found [pid: 7|app: 0|req: 1036/1975] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:37:17 2026] GET /v2.0/security-groups?tenant_id=faa10ed070b54ebfb8975095b723a645&name=default => generated 2925 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:37:17.576 8 INFO neutron.services.segments.plugin [-] Segment 1a598fdb-019f-448d-8305-2a9e5f10e966 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a598fdb-019f-448d-8305-2a9e5f10e966 found for delete ", "request_id": "req-119868a9-9145-4896-9332-e02fb255c03a"}]} 2026-08-13 09:37:17.582 8 INFO neutron.services.segments.plugin [-] Segment 1a598fdb-019f-448d-8305-2a9e5f10e966 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a598fdb-019f-448d-8305-2a9e5f10e966 found for delete ", "request_id": "req-70531094-4d25-4af5-9c75-da1e021c3462"}]} [pid: 8|app: 0|req: 940/1976] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:37:17 2026] DELETE /v2.0/security-groups/c4631bbb-d870-4de6-9fbe-8800db7680f4 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/1977] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:37:17 2026] GET /v2.0/security-groups?tenant_id=754013a2f9e541f38599d93c2d7b36d4&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: 941/1978] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:37:18 2026] DELETE /v2.0/security-groups/d167edff-9a8e-47d9-b01d-ce3c634c1196 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:37:18.220 7 INFO neutron.services.segments.plugin [-] Segment bee4ff32-88e8-4b4a-84d4-9088c3241a48 resource provider aggregate not found 2026-08-13 09:37:18.236 7 INFO neutron.services.segments.plugin [-] Segment bee4ff32-88e8-4b4a-84d4-9088c3241a48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bee4ff32-88e8-4b4a-84d4-9088c3241a48 found for delete ", "request_id": "req-11fb142b-8f8d-4bca-8981-55fb5a7d649b"}]} 2026-08-13 09:37:18.248 7 INFO neutron.services.segments.plugin [-] Segment bee4ff32-88e8-4b4a-84d4-9088c3241a48 resource provider aggregate not found 2026-08-13 09:37:18.263 7 INFO neutron.services.segments.plugin [-] Segment bee4ff32-88e8-4b4a-84d4-9088c3241a48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bee4ff32-88e8-4b4a-84d4-9088c3241a48 found for delete ", "request_id": "req-3f90d1a9-da9e-4ab6-b2ad-d3d6d16f7070"}]} 2026-08-13 09:37:20.139 7 INFO neutron.db.segments_db [None req-cfb87c6e-df90-4ba8-a550-e2964cc5b0f1 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Added segment 69d2bc45-b8a3-4efa-98f8-44b42a7ea50d of type vxlan for network 04dad6f4-1a54-4b8f-be59-53b1997cb653 [pid: 7|app: 0|req: 1038/1979] 10.0.0.119 () {34 vars in 670 bytes} [Thu Aug 13 09:37:19 2026] POST /v2.0/networks => generated 722 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1980] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:37:20 2026] POST /v2.0/subnets => generated 688 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:37:20.482 7 INFO neutron.db.segments_db [None req-80cbbd0f-7b85-4a71-8331-0cbddf11907e 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Added segment b2fdb26a-04a7-4f9e-a584-e2184c81c1e0 of type vxlan for network 1255d8cc-5785-4e5a-b943-88d52ff3f3b3 2026-08-13 09:37:20.698 7 INFO neutron.db.l3_hamode_db [None req-80cbbd0f-7b85-4a71-8331-0cbddf11907e 28b6a09e6ab04c07ad4946c75eecaf04 0fa65cd1e4714c8fa6ae226730d4f723 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 09:37:21.541 7 INFO neutron.db.l3_hamode_db [None req-80cbbd0f-7b85-4a71-8331-0cbddf11907e 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 943/1981] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:37:22 2026] GET /v2.0/security-groups?tenant_id=a5094ab30c7d4b128851543e62a3d30b&name=default => generated 2925 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1982] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:37:22 2026] DELETE /v2.0/security-groups/9052bef6-d1b0-493a-becd-2951b1cf66b2 => 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: 947/1985] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:37:22 2026] GET /v2.0/security-groups?tenant_id=5b9b0b4ab6724e1f8aabb8aa55d5880e&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/1986] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:37:20 2026] POST /v2.0/routers => generated 728 bytes in 2532 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1987] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:37:22 2026] DELETE /v2.0/security-groups/27233729-0b3c-4a9f-879a-ceb9f334f999 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/1988] 10.0.0.119 () {34 vars in 782 bytes} [Thu Aug 13 09:37:22 2026] PUT /v2.0/routers/cea6d168-781f-4f00-9d33-5534d12dcc90/add_router_interface => generated 309 bytes in 1254 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:37:25.569 8 INFO neutron.db.segments_db [None req-3711289a-a747-4f0e-aadd-2db50e858e30 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Added segment 2202f887-17a3-46ce-ae28-8f053075c447 of type vxlan for network 0d44e3cb-a304-427a-a26a-0644149ee243 [pid: 8|app: 0|req: 949/1989] 10.0.0.119 () {34 vars in 670 bytes} [Thu Aug 13 09:37:25 2026] POST /v2.0/networks => generated 722 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/1990] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:37:25 2026] GET /v2.0/security-groups?tenant_id=4fd64c923a194b9abb471c9bd0b49a50&name=default => generated 2925 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1991] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:37:25 2026] POST /v2.0/subnets => generated 688 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:37:25.933 8 INFO neutron.db.segments_db [None req-63b8a83d-370e-4153-816c-6791b029f364 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Added segment 513e3106-de49-4040-b55d-40b54916fe44 of type vxlan for network 3e3a28a9-5b22-41a3-8d30-8b1a1f940708 [pid: 7|app: 0|req: 1042/1992] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:37:25 2026] DELETE /v2.0/security-groups/b942bbe7-5464-483d-bf98-e9f9c1813fe6 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:37:26.198 8 INFO neutron.db.l3_hamode_db [None req-63b8a83d-370e-4153-816c-6791b029f364 28b6a09e6ab04c07ad4946c75eecaf04 d1212c1ca9e7407aad482243a8d0da68 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 09:37:26.935 7 INFO neutron.db.segments_db [None req-dfc5ca46-272f-4a54-9578-bd64f32076bd d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] Added segment 028e5902-6644-4e02-a89b-e73758fad170 of type vxlan for network 173bdacb-c097-4b28-8d8c-1fd2c699ef1a 2026-08-13 09:37:26.993 8 INFO neutron.db.l3_hamode_db [None req-63b8a83d-370e-4153-816c-6791b029f364 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1043/1993] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:37:26 2026] POST /v2.0/networks => generated 621 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/1994] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:37:27 2026] POST /v2.0/subnets => generated 658 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/1995] 10.0.0.119 () {32 vars in 721 bytes} [Thu Aug 13 09:37:27 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/1996] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:37:27 2026] POST /v2.0/subnets => generated 732 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:37:27.894 7 INFO neutron.db.segments_db [None req-d8d11491-020f-4d5c-b29f-cafe5c11d7f4 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] Added segment bbd3697c-4a48-4462-b309-22a0ef2a23f5 of type vxlan for network 6f63e71a-5cdd-4d8c-9900-7fc8a988b29b [pid: 7|app: 0|req: 1047/1997] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:37:27 2026] POST /v2.0/networks => generated 618 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1998] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:37:25 2026] POST /v2.0/routers => generated 728 bytes in 2132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:37:28.180 7 INFO neutron.db.segments_db [None req-88c623be-2b63-4197-b5d1-3f9074d21f4d a8ab73a7af7f4b4a9e4359a27b242d8c c6f5613fe3d84553a99c71f559293755 - - default default] Added segment 018116af-4433-48f7-a599-0fb726b21245 of type vxlan for network a0ea35ed-e455-4d99-ac09-02969bce5b17 [pid: 8|app: 0|req: 952/1999] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:37:28 2026] POST /v2.0/subnets => generated 655 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2000] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:37:27 2026] POST /v2.0/networks => generated 630 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2001] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:37:28 2026] POST /v2.0/subnets => generated 726 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2002] 10.0.0.119 () {34 vars in 664 bytes} [Thu Aug 13 09:37:28 2026] POST /v2.0/ports => generated 779 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 09:37:28.904 7 INFO neutron.db.segments_db [None req-46a12ad4-1d92-4e36-aa77-334f1387c2b0 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] Added segment 2a25da83-fe16-42b3-8450-11a30ac2b0a4 of type vxlan for network 72afc3cf-15d2-4bda-a607-f51255c3e23e [pid: 7|app: 0|req: 1051/2003] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:37:28 2026] POST /v2.0/networks => generated 619 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:37:29.102 7 INFO neutron.db.segments_db [None req-99c1f3e5-8aad-435f-8bce-3d25a4891c3f a8ab73a7af7f4b4a9e4359a27b242d8c c6f5613fe3d84553a99c71f559293755 - - default default] Added segment 2ea09cd9-0bc3-486f-b241-786c10610b49 of type vxlan for network 243625a2-fff4-47c6-961b-2a9b06e78683 [pid: 7|app: 0|req: 1052/2004] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:37:29 2026] POST /v2.0/networks => generated 617 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2005] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:37:29 2026] POST /v2.0/subnets => generated 656 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/2006] 10.0.0.119 () {34 vars in 782 bytes} [Thu Aug 13 09:37:28 2026] PUT /v2.0/routers/de1cc22d-14e0-4a50-bc8f-12142329b6e4/add_router_interface => generated 309 bytes in 1337 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2007] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:37:29 2026] POST /v2.0/subnets => generated 646 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/2008] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:37:29 2026] POST /v2.0/subnets => generated 730 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:37:29.940 8 INFO neutron.db.segments_db [None req-c67f27e5-1949-4d8f-ae65-6fe9f8ef130d d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] Added segment 4b890772-ae6c-4060-9e0f-8c70262531bb of type vxlan for network 0b6a891a-945c-4cc0-b763-237c40f277b2 2026-08-13 09:37:30.152 8 INFO neutron.db.l3_hamode_db [None req-c67f27e5-1949-4d8f-ae65-6fe9f8ef130d d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1055/2009] 10.0.0.119 () {34 vars in 664 bytes} [Thu Aug 13 09:37:29 2026] POST /v2.0/ports => generated 961 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 09:37:30.266 7 INFO neutron_taas.services.taas.taas_plugin [None req-b4ccd608-f3e6-41b8-87f0-aa68974e3433 a8ab73a7af7f4b4a9e4359a27b242d8c c6f5613fe3d84553a99c71f559293755 - - default default] TaaS: Handle Delete Port: a353f326-b3a5-47c3-a517-f5a4936d4cef 2026-08-13 09:37:30.269 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4ccd608-f3e6-41b8-87f0-aa68974e3433 a8ab73a7af7f4b4a9e4359a27b242d8c c6f5613fe3d84553a99c71f559293755 - - default default] Tap Mirror: Handle Delete Port: a353f326-b3a5-47c3-a517-f5a4936d4cef [pid: 7|app: 0|req: 1056/2010] 10.0.0.119 () {32 vars in 719 bytes} [Thu Aug 13 09:37:30 2026] DELETE /v2.0/ports/a353f326-b3a5-47c3-a517-f5a4936d4cef => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2011] 10.0.0.119 () {34 vars in 684 bytes} [Thu Aug 13 09:37:30 2026] POST /v2.0/security-groups => generated 1673 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-13 09:37:30.583 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a98dc2bf-fe11-4866-a83e-660937b9ea27 a8ab73a7af7f4b4a9e4359a27b242d8c c6f5613fe3d84553a99c71f559293755 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1058/2012] 10.0.0.119 () {32 vars in 719 bytes} [Thu Aug 13 09:37:30 2026] DELETE /v2.0/ports/a353f326-b3a5-47c3-a517-f5a4936d4cef => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2013] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:37:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:37:30.746 7 INFO neutron.pecan_wsgi.hooks.translation [None req-858978f7-da6b-4cd7-97a0-9ee68974822f a8ab73a7af7f4b4a9e4359a27b242d8c c6f5613fe3d84553a99c71f559293755 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1060/2014] 10.0.0.119 () {32 vars in 716 bytes} [Thu Aug 13 09:37:30 2026] GET /v2.0/ports/a353f326-b3a5-47c3-a517-f5a4936d4cef => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2015] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:37:30 2026] POST /v2.0/security-group-rules => generated 596 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:37:30.944 8 INFO neutron.db.l3_hamode_db [None req-c67f27e5-1949-4d8f-ae65-6fe9f8ef130d d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1062/2016] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:37:30 2026] DELETE /v2.0/subnets/0210935a-85af-4c86-b429-8a90439dd2fb => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2017] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:37:30 2026] POST /v2.0/security-group-rules => generated 602 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:37:31.179 7 INFO neutron.services.segments.plugin [-] Segment 2ea09cd9-0bc3-486f-b241-786c10610b49 resource provider aggregate not found 2026-08-13 09:37:31.188 7 INFO neutron.services.segments.plugin [-] Segment 2ea09cd9-0bc3-486f-b241-786c10610b49 resource provider aggregate not found [pid: 7|app: 0|req: 1064/2018] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:37:31 2026] DELETE /v2.0/networks/243625a2-fff4-47c6-961b-2a9b06e78683 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:37:31.212 7 INFO neutron.services.segments.plugin [-] Segment 2ea09cd9-0bc3-486f-b241-786c10610b49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ea09cd9-0bc3-486f-b241-786c10610b49 found for delete ", "request_id": "req-d7c47b39-0d7f-4688-8a57-4c6c62244ca2"}]} 2026-08-13 09:37:31.213 7 INFO neutron.services.segments.plugin [-] Segment 2ea09cd9-0bc3-486f-b241-786c10610b49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ea09cd9-0bc3-486f-b241-786c10610b49 found for delete ", "request_id": "req-ab7ac773-b02f-42bc-be5e-806fded31f39"}]} [pid: 7|app: 0|req: 1065/2019] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:37:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:37:31.411 7 INFO neutron.db.segments_db [None req-8ffa50a0-a6f9-47c0-9a44-3a6b41e3f5cd a8ab73a7af7f4b4a9e4359a27b242d8c c6f5613fe3d84553a99c71f559293755 - - default default] Added segment 204085d9-4b9f-46aa-b612-517f59e846fd of type vxlan for network 25cd9289-5bd3-436a-b2d9-91c77cb997b3 [pid: 7|app: 0|req: 1066/2020] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:37:31 2026] POST /v2.0/networks => generated 617 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:37:31.531 7 INFO neutron.db.securitygroups_db [None req-2bb82376-205d-4e16-a3df-8cb97cdd8396 bbd1fa6813d542b3b8f5d65ad6608553 0fa65cd1e4714c8fa6ae226730d4f723 - - default default] Project 0fa65cd1e4714c8fa6ae226730d4f723 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: 1067/2021] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:37:31 2026] POST /v2.0/security-group-rules => generated 607 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2022] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:37:31 2026] POST /v2.0/subnets => generated 646 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/2023] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:37:29 2026] POST /v2.0/routers => generated 684 bytes in 2041 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:37:31.942 7 INFO neutron.db.securitygroups_db [None req-34918826-a331-42df-ab66-74ad4cd05395 bbd1fa6813d542b3b8f5d65ad6608553 0fa65cd1e4714c8fa6ae226730d4f723 - - default default] Project 0fa65cd1e4714c8fa6ae226730d4f723 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: 1069/2024] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:37:31 2026] POST /v2.0/security-group-rules => generated 606 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/2025] 10.0.0.119 () {34 vars in 664 bytes} [Thu Aug 13 09:37:31 2026] POST /v2.0/ports => generated 924 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:37:32.443 8 INFO neutron_taas.services.taas.taas_plugin [None req-02fdc981-bc2f-4a6a-9aab-b98922e0d8c6 a8ab73a7af7f4b4a9e4359a27b242d8c c6f5613fe3d84553a99c71f559293755 - - default default] TaaS: Handle Delete Port: 02e8a46d-3cc1-489f-9dba-dfe0664be1bb 2026-08-13 09:37:32.447 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02fdc981-bc2f-4a6a-9aab-b98922e0d8c6 a8ab73a7af7f4b4a9e4359a27b242d8c c6f5613fe3d84553a99c71f559293755 - - default default] Tap Mirror: Handle Delete Port: 02e8a46d-3cc1-489f-9dba-dfe0664be1bb [pid: 8|app: 0|req: 957/2026] 10.0.0.119 () {32 vars in 719 bytes} [Thu Aug 13 09:37:32 2026] DELETE /v2.0/ports/02e8a46d-3cc1-489f-9dba-dfe0664be1bb => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/2027] 10.0.0.119 () {34 vars in 684 bytes} [Thu Aug 13 09:37:32 2026] POST /v2.0/security-groups => generated 1661 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-13 09:37:32.732 8 INFO neutron.pecan_wsgi.hooks.translation [None req-75192db2-b963-4173-bf4e-6855fbab7383 a8ab73a7af7f4b4a9e4359a27b242d8c c6f5613fe3d84553a99c71f559293755 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 959/2028] 10.0.0.119 () {32 vars in 716 bytes} [Thu Aug 13 09:37:32 2026] GET /v2.0/ports/02e8a46d-3cc1-489f-9dba-dfe0664be1bb => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/2029] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:37:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/2030] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:37:32 2026] DELETE /v2.0/subnets/7c966baf-8631-4fa2-a667-ed7838913473 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2031] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:37:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:37:33.283 8 INFO neutron.services.segments.plugin [-] Segment 204085d9-4b9f-46aa-b612-517f59e846fd resource provider aggregate not found 2026-08-13 09:37:33.288 8 INFO neutron.services.segments.plugin [-] Segment 204085d9-4b9f-46aa-b612-517f59e846fd resource provider aggregate not found 2026-08-13 09:37:33.311 8 INFO neutron.services.segments.plugin [-] Segment 204085d9-4b9f-46aa-b612-517f59e846fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 204085d9-4b9f-46aa-b612-517f59e846fd found for delete ", "request_id": "req-bc8eb67e-3a71-44a2-aacf-b3f496c87ea6"}]} 2026-08-13 09:37:33.314 8 INFO neutron.services.segments.plugin [-] Segment 204085d9-4b9f-46aa-b612-517f59e846fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 204085d9-4b9f-46aa-b612-517f59e846fd found for delete ", "request_id": "req-aece3d95-73ed-4e9f-ade7-d6d6c70ec869"}]} [pid: 8|app: 0|req: 963/2032] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:37:33 2026] DELETE /v2.0/networks/25cd9289-5bd3-436a-b2d9-91c77cb997b3 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2033] 10.0.0.119 () {34 vars in 782 bytes} [Thu Aug 13 09:37:32 2026] PUT /v2.0/routers/59521bec-e185-4c2f-8a68-0ab1d0c5f662/add_router_interface => generated 309 bytes in 1598 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2034] 10.0.0.119 () {34 vars in 675 bytes} [Thu Aug 13 09:37:33 2026] POST /v2.0/floatingips => generated 552 bytes in 512 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2035] 10.0.0.119 () {34 vars in 664 bytes} [Thu Aug 13 09:37:33 2026] POST /v2.0/ports => generated 779 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1072/2036] 10.0.0.119 () {34 vars in 736 bytes} [Thu Aug 13 09:37:33 2026] PUT /v2.0/ports/b2b4c253-d876-4535-8504-99e4d6503386 => generated 752 bytes in 173 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: 1073/2037] 10.0.0.198 () {34 vars in 1099 bytes} [Thu Aug 13 09:37:34 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1442357289&fields=id&tenant_id=0fa65cd1e4714c8fa6ae226730d4f723 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:37:34.207 7 INFO neutron_taas.services.taas.taas_plugin [None req-4cfeafe6-40dc-4bce-b48a-4e321a9c5e8f a8ab73a7af7f4b4a9e4359a27b242d8c c6f5613fe3d84553a99c71f559293755 - - default default] TaaS: Handle Delete Port: b2b4c253-d876-4535-8504-99e4d6503386 2026-08-13 09:37:34.210 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cfeafe6-40dc-4bce-b48a-4e321a9c5e8f a8ab73a7af7f4b4a9e4359a27b242d8c c6f5613fe3d84553a99c71f559293755 - - default default] Tap Mirror: Handle Delete Port: b2b4c253-d876-4535-8504-99e4d6503386 [pid: 7|app: 0|req: 1074/2038] 10.0.0.119 () {32 vars in 719 bytes} [Thu Aug 13 09:37:34 2026] DELETE /v2.0/ports/b2b4c253-d876-4535-8504-99e4d6503386 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2039] 10.0.0.198 () {34 vars in 1097 bytes} [Thu Aug 13 09:37:34 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-253154785&fields=id&tenant_id=0fa65cd1e4714c8fa6ae226730d4f723 => 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: 1076/2040] 10.0.0.119 () {32 vars in 642 bytes} [Thu Aug 13 09:37:34 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: 1077/2041] 10.0.0.198 () {34 vars in 981 bytes} [Thu Aug 13 09:37:34 2026] GET /v2.0/networks?id=04dad6f4-1a54-4b8f-be59-53b1997cb653 => generated 673 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:37:34.439 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6ff854fe-b476-4971-8d36-e70a666b0669 a8ab73a7af7f4b4a9e4359a27b242d8c c6f5613fe3d84553a99c71f559293755 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1078/2042] 10.0.0.119 () {32 vars in 716 bytes} [Thu Aug 13 09:37:34 2026] GET /v2.0/ports/b2b4c253-d876-4535-8504-99e4d6503386 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2043] 10.0.0.198 () {34 vars in 964 bytes} [Thu Aug 13 09:37:34 2026] GET /v2.0/quotas/0fa65cd1e4714c8fa6ae226730d4f723 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2044] 10.0.0.119 () {32 vars in 642 bytes} [Thu Aug 13 09:37:34 2026] GET /v2.0/ports => generated 782 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2045] 10.0.0.198 () {34 vars in 1001 bytes} [Thu Aug 13 09:37:34 2026] GET /v2.0/ports?tenant_id=0fa65cd1e4714c8fa6ae226730d4f723&fields=id => generated 103 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2046] 10.0.0.119 () {32 vars in 716 bytes} [Thu Aug 13 09:37:34 2026] GET /v2.0/ports/d1e0e804-4d37-4c9c-9dd1-a3690fbf883b => generated 779 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2047] 10.0.0.198 () {34 vars in 1007 bytes} [Thu Aug 13 09:37:34 2026] GET /v2.0/networks/04dad6f4-1a54-4b8f-be59-53b1997cb653?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:37:34.678 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2f0b54f1-e786-49ea-9259-13e4b1f6d985 a8ab73a7af7f4b4a9e4359a27b242d8c c6f5613fe3d84553a99c71f559293755 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1084/2048] 10.0.0.119 () {32 vars in 719 bytes} [Thu Aug 13 09:37:34 2026] DELETE /v2.0/ports/02e8a46d-3cc1-489f-9dba-dfe0664be1bb => generated 132 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2049] 10.0.0.198 () {34 vars in 1107 bytes} [Thu Aug 13 09:37:34 2026] GET /v2.0/networks/04dad6f4-1a54-4b8f-be59-53b1997cb653?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-08-13 09:37:34.747 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7adeea93-c5fe-4109-80f9-8681ededfabf a8ab73a7af7f4b4a9e4359a27b242d8c c6f5613fe3d84553a99c71f559293755 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1086/2050] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:37:34 2026] DELETE /v2.0/subnets/7c966baf-8631-4fa2-a667-ed7838913473 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:37:34.775 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5e8c7aaa-4b12-4470-b41f-a35d241ad75e a8ab73a7af7f4b4a9e4359a27b242d8c c6f5613fe3d84553a99c71f559293755 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1087/2051] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:37:34 2026] DELETE /v2.0/subnets/0210935a-85af-4c86-b429-8a90439dd2fb => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:37:34.883 7 INFO neutron_taas.services.taas.taas_plugin [None req-fd94b000-bff9-457d-8164-20a871b33bd8 a8ab73a7af7f4b4a9e4359a27b242d8c c6f5613fe3d84553a99c71f559293755 - - default default] TaaS: Handle Delete Port: d1e0e804-4d37-4c9c-9dd1-a3690fbf883b 2026-08-13 09:37:34.887 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd94b000-bff9-457d-8164-20a871b33bd8 a8ab73a7af7f4b4a9e4359a27b242d8c c6f5613fe3d84553a99c71f559293755 - - default default] Tap Mirror: Handle Delete Port: d1e0e804-4d37-4c9c-9dd1-a3690fbf883b [pid: 7|app: 0|req: 1088/2052] 10.0.0.119 () {32 vars in 719 bytes} [Thu Aug 13 09:37:34 2026] DELETE /v2.0/ports/d1e0e804-4d37-4c9c-9dd1-a3690fbf883b => 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: 1089/2053] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:34 2026] GET /v2.0/ports?device_id=32e6e844-f140-4021-b89a-ba0d204a8493 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:37:35.120 7 INFO neutron.services.segments.plugin [-] Segment 018116af-4433-48f7-a599-0fb726b21245 resource provider aggregate not found 2026-08-13 09:37:35.128 7 INFO neutron.services.segments.plugin [-] Segment 018116af-4433-48f7-a599-0fb726b21245 resource provider aggregate not found 2026-08-13 09:37:35.151 7 INFO neutron.services.segments.plugin [-] Segment 018116af-4433-48f7-a599-0fb726b21245 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 018116af-4433-48f7-a599-0fb726b21245 found for delete ", "request_id": "req-eb0c323d-496c-4aad-87f5-1247c3fc2258"}]} 2026-08-13 09:37:35.155 7 INFO neutron.services.segments.plugin [-] Segment 018116af-4433-48f7-a599-0fb726b21245 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 018116af-4433-48f7-a599-0fb726b21245 found for delete ", "request_id": "req-26c6ba9b-9c43-489c-8d60-8ce5d5767529"}]} [pid: 7|app: 0|req: 1090/2054] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:37:34 2026] DELETE /v2.0/networks/a0ea35ed-e455-4d99-ac09-02969bce5b17 => 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: 965/2055] 10.0.0.119 () {34 vars in 782 bytes} [Thu Aug 13 09:37:33 2026] PUT /v2.0/routers/59521bec-e185-4c2f-8a68-0ab1d0c5f662/add_router_interface => generated 309 bytes in 1424 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2056] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:37:35 2026] GET /v2.0/security-groups?tenant_id=c6f5613fe3d84553a99c71f559293755&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2057] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:37:35 2026] DELETE /v2.0/security-groups/3fee389e-89e3-41ee-8473-a8bbe289aad8 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/2058] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:36 2026] GET /v2.0/ports?device_id=32e6e844-f140-4021-b89a-ba0d204a8493 => 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: 1091/2059] 10.0.0.119 () {34 vars in 782 bytes} [Thu Aug 13 09:37:35 2026] PUT /v2.0/routers/59521bec-e185-4c2f-8a68-0ab1d0c5f662/add_router_interface => generated 309 bytes in 1526 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2060] 10.0.0.119 () {34 vars in 683 bytes} [Thu Aug 13 09:37:36 2026] POST /v2.0/security-groups => generated 1628 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2061] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:37:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2062] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:37 2026] GET /v2.0/ports?device_id=32e6e844-f140-4021-b89a-ba0d204a8493 => 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: 1093/2063] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:37:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2064] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:37:37 2026] POST /v2.0/security-group-rules => generated 599 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2065] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:37:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/2068] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:37:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2069] 10.0.0.119 () {34 vars in 676 bytes} [Thu Aug 13 09:37:37 2026] POST /v2.0/subnetpools => generated 549 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2070] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:37:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2071] 10.0.0.119 () {32 vars in 728 bytes} [Thu Aug 13 09:37:37 2026] GET /v2.0/subnetpools/f1c3c92c-3c01-4dc2-bbae-fc27471c08a0 => generated 549 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2072] 10.0.0.119 () {34 vars in 748 bytes} [Thu Aug 13 09:37:38 2026] PUT /v2.0/subnetpools/f1c3c92c-3c01-4dc2-bbae-fc27471c08a0 => generated 500 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2073] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:37:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2074] 10.0.0.119 () {32 vars in 731 bytes} [Thu Aug 13 09:37:38 2026] DELETE /v2.0/subnetpools/f1c3c92c-3c01-4dc2-bbae-fc27471c08a0 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:37:38.133 8 INFO neutron.api.v2.resource [None req-bb4c592d-79f4-4c2c-9774-70e0847c0921 45246b1e062c45b9b5e84f1fd85d71af 4cfbdf2496dd4284bd5c6e6086966528 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 977/2075] 10.0.0.119 () {32 vars in 728 bytes} [Thu Aug 13 09:37:38 2026] GET /v2.0/subnetpools/f1c3c92c-3c01-4dc2-bbae-fc27471c08a0 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:37:38.155 8 INFO neutron.api.v2.resource [None req-02d57436-deaa-4b93-994b-41c34625d8bf 45246b1e062c45b9b5e84f1fd85d71af 4cfbdf2496dd4284bd5c6e6086966528 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 978/2076] 10.0.0.119 () {32 vars in 731 bytes} [Thu Aug 13 09:37:38 2026] DELETE /v2.0/subnetpools/f1c3c92c-3c01-4dc2-bbae-fc27471c08a0 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2077] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:37:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2078] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:38 2026] GET /v2.0/ports?device_id=32e6e844-f140-4021-b89a-ba0d204a8493 => 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: 979/2079] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:37:38 2026] POST /v2.0/security-group-rules => generated 599 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2080] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:37:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2081] 10.0.0.119 () {34 vars in 694 bytes} [Thu Aug 13 09:37:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2082] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:37:38 2026] GET /v2.0/security-groups?tenant_id=4cfbdf2496dd4284bd5c6e6086966528&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2083] 10.0.0.198 () {34 vars in 1095 bytes} [Thu Aug 13 09:37:38 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1317755100&fields=id&tenant_id=071bba56f7704be8b2aef7b4eb1bae97 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2084] 10.0.0.198 () {34 vars in 981 bytes} [Thu Aug 13 09:37:38 2026] GET /v2.0/networks?id=6f63e71a-5cdd-4d8c-9900-7fc8a988b29b => generated 704 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2085] 10.0.0.198 () {34 vars in 964 bytes} [Thu Aug 13 09:37:39 2026] GET /v2.0/quotas/071bba56f7704be8b2aef7b4eb1bae97 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2086] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:37:38 2026] DELETE /v2.0/security-groups/25e3f774-3959-4780-9556-8b74e58a4259 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2087] 10.0.0.198 () {34 vars in 1001 bytes} [Thu Aug 13 09:37:39 2026] GET /v2.0/ports?tenant_id=071bba56f7704be8b2aef7b4eb1bae97&fields=id => generated 195 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2088] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:37:39 2026] GET /v2.0/networks?id=04dad6f4-1a54-4b8f-be59-53b1997cb653 => generated 673 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2089] 199.204.45.61 () {34 vars in 1048 bytes} [Thu Aug 13 09:37:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0fa65cd1e4714c8fa6ae226730d4f723 => generated 273 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2090] 10.0.0.198 () {34 vars in 1007 bytes} [Thu Aug 13 09:37:39 2026] GET /v2.0/networks/6f63e71a-5cdd-4d8c-9900-7fc8a988b29b?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2091] 10.0.0.198 () {34 vars in 1107 bytes} [Thu Aug 13 09:37:39 2026] GET /v2.0/networks/6f63e71a-5cdd-4d8c-9900-7fc8a988b29b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2092] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:39 2026] GET /v2.0/ports?device_id=32e6e844-f140-4021-b89a-ba0d204a8493 => 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: 1108/2093] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:39 2026] GET /v2.0/ports?device_id=e5e4f735-4d1a-4f89-8d25-7585d66bcbc1 => 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: 986/2094] 199.204.45.61 () {38 vars in 953 bytes} [Thu Aug 13 09:37:39 2026] POST /v2.0/ports => generated 993 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2095] 199.204.45.61 () {38 vars in 1026 bytes} [Thu Aug 13 09:37:39 2026] PUT /v2.0/ports/6aebca4d-0fe9-4316-857c-37c55fdcf13a => generated 1274 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:37:40.322 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-105452a9-7489-4d7f-88df-93e85f070fea'] response: {'name': 'network-changed', 'server_uuid': '32e6e844-f140-4021-b89a-ba0d204a8493', 'tag': '6aebca4d-0fe9-4316-857c-37c55fdcf13a', '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: 987/2096] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:40 2026] GET /v2.0/ports?device_id=32e6e844-f140-4021-b89a-ba0d204a8493 => generated 1008 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1110/2097] 10.0.0.198 () {34 vars in 1119 bytes} [Thu Aug 13 09:37:40 2026] GET /v2.0/security-groups?id=0a0aa68f-4705-435d-a29e-ddc0984e1afc&id=38a77624-57d0-449b-b471-52f8ce917f9e&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: 988/2098] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:37:40 2026] GET /v2.0/ports?tenant_id=0fa65cd1e4714c8fa6ae226730d4f723&device_id=32e6e844-f140-4021-b89a-ba0d204a8493 => generated 1277 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2099] 10.0.0.119 () {32 vars in 622 bytes} [Thu Aug 13 09:37:40 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2100] 199.204.45.61 () {34 vars in 1016 bytes} [Thu Aug 13 09:37:40 2026] GET /v2.0/networks?tenant_id=0fa65cd1e4714c8fa6ae226730d4f723&shared=False => generated 769 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2101] 199.204.45.61 () {34 vars in 928 bytes} [Thu Aug 13 09:37:40 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2102] 10.0.0.119 () {32 vars in 632 bytes} [Thu Aug 13 09:37:40 2026] GET /v2.0/ => generated 632 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2103] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:41 2026] GET /v2.0/ports?device_id=32e6e844-f140-4021-b89a-ba0d204a8493 => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2104] 10.0.0.198 () {34 vars in 1119 bytes} [Thu Aug 13 09:37:41 2026] GET /v2.0/security-groups?id=0a0aa68f-4705-435d-a29e-ddc0984e1afc&id=38a77624-57d0-449b-b471-52f8ce917f9e&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: 7|app: 0|req: 1114/2105] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:37:41 2026] GET /v2.0/security-groups?tenant_id=b89cf33926854be2a6f9af8c180f69a6&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2106] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:37:41 2026] DELETE /v2.0/security-groups/a5e61105-75eb-46fa-8a93-9d3f186899ac => 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: 1115/2107] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:37:42 2026] GET /v2.0/ports?tenant_id=0fa65cd1e4714c8fa6ae226730d4f723&device_id=32e6e844-f140-4021-b89a-ba0d204a8493 => generated 1277 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2108] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:37:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=6aebca4d-0fe9-4316-857c-37c55fdcf13a => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2109] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:37:42 2026] GET /v2.0/subnets?id=6bfd768f-1ee3-4716-8f4c-31dc1f9eecf5 => generated 691 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2110] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:37:42 2026] GET /v2.0/ports?network_id=04dad6f4-1a54-4b8f-be59-53b1997cb653&device_owner=network%3Adhcp => generated 1244 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2111] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:37:42 2026] GET /v2.0/networks/04dad6f4-1a54-4b8f-be59-53b1997cb653?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2112] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:37:42 2026] GET /v2.0/networks/04dad6f4-1a54-4b8f-be59-53b1997cb653?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2113] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:42 2026] GET /v2.0/ports?device_id=32e6e844-f140-4021-b89a-ba0d204a8493 => generated 1008 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2114] 10.0.0.198 () {34 vars in 1119 bytes} [Thu Aug 13 09:37:42 2026] GET /v2.0/security-groups?id=0a0aa68f-4705-435d-a29e-ddc0984e1afc&id=38a77624-57d0-449b-b471-52f8ce917f9e&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2115] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:37:43 2026] GET /v2.0/networks?id=6f63e71a-5cdd-4d8c-9900-7fc8a988b29b => generated 704 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2116] 199.204.45.61 () {34 vars in 1048 bytes} [Thu Aug 13 09:37:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=071bba56f7704be8b2aef7b4eb1bae97 => generated 179 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2117] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:44 2026] GET /v2.0/ports?device_id=32e6e844-f140-4021-b89a-ba0d204a8493 => generated 1008 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2118] 10.0.0.198 () {34 vars in 1119 bytes} [Thu Aug 13 09:37:44 2026] GET /v2.0/security-groups?id=0a0aa68f-4705-435d-a29e-ddc0984e1afc&id=38a77624-57d0-449b-b471-52f8ce917f9e&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2119] 199.204.45.61 () {38 vars in 953 bytes} [Thu Aug 13 09:37:43 2026] POST /v2.0/ports => generated 1183 bytes in 572 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1121/2120] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:44 2026] GET /v2.0/ports?device_id=e5e4f735-4d1a-4f89-8d25-7585d66bcbc1 => generated 1186 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2121] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:37:44 2026] GET /v2.0/security-groups?id=673866c6-7b6e-4b08-96cf-41b988c89a6e&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2122] 199.204.45.61 () {38 vars in 1026 bytes} [Thu Aug 13 09:37:44 2026] PUT /v2.0/ports/a94b1048-4de9-46cc-aa1d-dea5ad18ed19 => generated 1464 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:37:45.019 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-50af63af-94a9-4229-849c-acd3de764bb6'] response: {'name': 'network-changed', 'server_uuid': 'e5e4f735-4d1a-4f89-8d25-7585d66bcbc1', 'tag': 'a94b1048-4de9-46cc-aa1d-dea5ad18ed19', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1123/2123] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:45 2026] GET /v2.0/ports?device_id=32e6e844-f140-4021-b89a-ba0d204a8493 => generated 1008 bytes in 51 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: 1001/2124] 10.0.0.198 () {34 vars in 1119 bytes} [Thu Aug 13 09:37:45 2026] GET /v2.0/security-groups?id=0a0aa68f-4705-435d-a29e-ddc0984e1afc&id=38a77624-57d0-449b-b471-52f8ce917f9e&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2125] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:37:45 2026] GET /v2.0/ports?tenant_id=071bba56f7704be8b2aef7b4eb1bae97&device_id=e5e4f735-4d1a-4f89-8d25-7585d66bcbc1 => generated 1467 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2126] 199.204.45.61 () {34 vars in 992 bytes} [Thu Aug 13 09:37:45 2026] GET /v2.0/ports?device_id=32e6e844-f140-4021-b89a-ba0d204a8493 => generated 1277 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2127] 199.204.45.61 () {34 vars in 1122 bytes} [Thu Aug 13 09:37:45 2026] GET /v2.0/security-groups?id=38a77624-57d0-449b-b471-52f8ce917f9e&id=0a0aa68f-4705-435d-a29e-ddc0984e1afc&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: 1125/2128] 199.204.45.61 () {34 vars in 1016 bytes} [Thu Aug 13 09:37:45 2026] GET /v2.0/networks?tenant_id=071bba56f7704be8b2aef7b4eb1bae97&shared=False => generated 2376 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2129] 199.204.45.61 () {34 vars in 928 bytes} [Thu Aug 13 09:37:45 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2130] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:46 2026] GET /v2.0/ports?device_id=32e6e844-f140-4021-b89a-ba0d204a8493 => generated 1010 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2131] 10.0.0.198 () {34 vars in 1119 bytes} [Thu Aug 13 09:37:46 2026] GET /v2.0/security-groups?id=0a0aa68f-4705-435d-a29e-ddc0984e1afc&id=38a77624-57d0-449b-b471-52f8ce917f9e&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2132] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:37:46 2026] GET /v2.0/ports?tenant_id=071bba56f7704be8b2aef7b4eb1bae97&device_id=e5e4f735-4d1a-4f89-8d25-7585d66bcbc1 => generated 1467 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2133] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:37:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.226&port_id=a94b1048-4de9-46cc-aa1d-dea5ad18ed19 => 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: 1129/2134] 199.204.45.61 () {34 vars in 1102 bytes} [Thu Aug 13 09:37:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A14d&port_id=a94b1048-4de9-46cc-aa1d-dea5ad18ed19 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2135] 199.204.45.61 () {34 vars in 1062 bytes} [Thu Aug 13 09:37:46 2026] GET /v2.0/subnets?id=8d9daf41-468d-44d1-b0a4-2d15b8cef314&id=0816df38-8e8f-48b2-98de-ae5a36b1602d => generated 1410 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2136] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:37:46 2026] GET /v2.0/ports?network_id=6f63e71a-5cdd-4d8c-9900-7fc8a988b29b&device_owner=network%3Adhcp => generated 1455 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2137] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:37:46 2026] GET /v2.0/ports?network_id=6f63e71a-5cdd-4d8c-9900-7fc8a988b29b&device_owner=network%3Adhcp => generated 1455 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2138] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:37:47 2026] GET /v2.0/networks/6f63e71a-5cdd-4d8c-9900-7fc8a988b29b?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: 1134/2139] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:37:47 2026] GET /v2.0/networks/6f63e71a-5cdd-4d8c-9900-7fc8a988b29b?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: 1006/2140] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:37:46 2026] GET /v2.0/security-groups?tenant_id=ee64c5f6fc5f497eb4b444b60366d5e6&name=default => generated 2925 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2141] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:37:47 2026] DELETE /v2.0/security-groups/e64f6dbf-4a50-48fe-b5bf-30db47fcadee => 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: 1007/2142] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:37:47 2026] GET /v2.0/security-groups?tenant_id=6ba1325d27e04122bdd8c7669c2ae97c&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2143] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:47 2026] GET /v2.0/ports?device_id=32e6e844-f140-4021-b89a-ba0d204a8493 => generated 1010 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2144] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:37:47 2026] DELETE /v2.0/security-groups/e45d4d4f-a7fb-4ac0-810a-14251a61f0ac => 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: 1009/2145] 10.0.0.198 () {34 vars in 1119 bytes} [Thu Aug 13 09:37:47 2026] GET /v2.0/security-groups?id=0a0aa68f-4705-435d-a29e-ddc0984e1afc&id=38a77624-57d0-449b-b471-52f8ce917f9e&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2146] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:48 2026] GET /v2.0/ports?device_id=32e6e844-f140-4021-b89a-ba0d204a8493 => generated 1010 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2147] 10.0.0.198 () {34 vars in 1119 bytes} [Thu Aug 13 09:37:48 2026] GET /v2.0/security-groups?id=0a0aa68f-4705-435d-a29e-ddc0984e1afc&id=38a77624-57d0-449b-b471-52f8ce917f9e&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2148] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:48 2026] GET /v2.0/ports?device_id=32e6e844-f140-4021-b89a-ba0d204a8493 => generated 1010 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:37:49.406 8 INFO neutron.db.l3_db [None req-d12c5974-01dc-4a4b-a171-fcb6e6222a4a bbd1fa6813d542b3b8f5d65ad6608553 0fa65cd1e4714c8fa6ae226730d4f723 - - default default] Floating IP 941c8341-5bb4-4f77-9acc-3bb3dd41a351 associated. External IP: 10.96.250.212, port: 6aebca4d-0fe9-4316-857c-37c55fdcf13a. [pid: 8|app: 0|req: 1011/2149] 10.0.0.119 () {34 vars in 748 bytes} [Thu Aug 13 09:37:49 2026] PUT /v2.0/floatingips/941c8341-5bb4-4f77-9acc-3bb3dd41a351 => generated 855 bytes in 735 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:37:49.787 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f75c99be-f3a9-459b-927e-ec6f712b9919'] response: {'name': 'network-changed', 'server_uuid': '32e6e844-f140-4021-b89a-ba0d204a8493', 'tag': '6aebca4d-0fe9-4316-857c-37c55fdcf13a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1139/2150] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:49 2026] GET /v2.0/ports?device_id=e5e4f735-4d1a-4f89-8d25-7585d66bcbc1 => generated 1200 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2151] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:37:49 2026] GET /v2.0/security-groups?id=673866c6-7b6e-4b08-96cf-41b988c89a6e&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: 1140/2152] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:37:50 2026] GET /v2.0/ports?tenant_id=0fa65cd1e4714c8fa6ae226730d4f723&device_id=32e6e844-f140-4021-b89a-ba0d204a8493 => generated 1279 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2153] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:37:50 2026] GET /v2.0/networks?id=04dad6f4-1a54-4b8f-be59-53b1997cb653 => generated 769 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2154] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:37:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=6aebca4d-0fe9-4316-857c-37c55fdcf13a => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2155] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:37:50 2026] GET /v2.0/subnets?id=6bfd768f-1ee3-4716-8f4c-31dc1f9eecf5 => generated 691 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2156] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:37:50 2026] GET /v2.0/ports?network_id=04dad6f4-1a54-4b8f-be59-53b1997cb653&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2157] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:37:50 2026] GET /v2.0/networks/04dad6f4-1a54-4b8f-be59-53b1997cb653?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: 1143/2158] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:37:50 2026] GET /v2.0/networks/04dad6f4-1a54-4b8f-be59-53b1997cb653?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: 1145/2161] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:55 2026] GET /v2.0/ports?device_id=e5e4f735-4d1a-4f89-8d25-7585d66bcbc1 => generated 1200 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2162] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:37:55 2026] GET /v2.0/security-groups?id=673866c6-7b6e-4b08-96cf-41b988c89a6e&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2163] 10.0.0.119 () {32 vars in 817 bytes} [Thu Aug 13 09:37:55 2026] GET /v2.0/ports?network_id=6f63e71a-5cdd-4d8c-9900-7fc8a988b29b&mac_address=fa%3A16%3A3e%3Ade%3A01%3A2d => generated 1200 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:37:56.089 8 INFO neutron.db.l3_db [None req-eda70e20-cafe-4faf-8efa-512abc0f1aee d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] Floating IP f35fb177-cac9-4eae-9968-4b7ca52877f7 associated. External IP: 10.96.250.218, port: a94b1048-4de9-46cc-aa1d-dea5ad18ed19. [pid: 8|app: 0|req: 1018/2164] 10.0.0.119 () {34 vars in 676 bytes} [Thu Aug 13 09:37:55 2026] POST /v2.0/floatingips => generated 855 bytes in 1141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:37:56.474 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-92cd92cf-5068-4819-928f-f6bc098c5ac1'] response: {'name': 'network-changed', 'server_uuid': 'e5e4f735-4d1a-4f89-8d25-7585d66bcbc1', 'tag': 'a94b1048-4de9-46cc-aa1d-dea5ad18ed19', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1147/2165] 10.0.0.198 () {34 vars in 1095 bytes} [Thu Aug 13 09:37:56 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1317755100&fields=id&tenant_id=071bba56f7704be8b2aef7b4eb1bae97 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2166] 10.0.0.198 () {34 vars in 981 bytes} [Thu Aug 13 09:37:56 2026] GET /v2.0/networks?id=72afc3cf-15d2-4bda-a607-f51255c3e23e => generated 705 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2167] 10.0.0.198 () {34 vars in 964 bytes} [Thu Aug 13 09:37:56 2026] GET /v2.0/quotas/071bba56f7704be8b2aef7b4eb1bae97 => 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: 1020/2168] 10.0.0.198 () {34 vars in 1001 bytes} [Thu Aug 13 09:37:56 2026] GET /v2.0/ports?tenant_id=071bba56f7704be8b2aef7b4eb1bae97&fields=id => generated 333 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2169] 10.0.0.198 () {34 vars in 1007 bytes} [Thu Aug 13 09:37:56 2026] GET /v2.0/networks/72afc3cf-15d2-4bda-a607-f51255c3e23e?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: 1021/2170] 10.0.0.198 () {34 vars in 1107 bytes} [Thu Aug 13 09:37:56 2026] GET /v2.0/networks/72afc3cf-15d2-4bda-a607-f51255c3e23e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2171] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:37:56 2026] GET /v2.0/ports?tenant_id=071bba56f7704be8b2aef7b4eb1bae97&device_id=e5e4f735-4d1a-4f89-8d25-7585d66bcbc1 => generated 1469 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2172] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:57 2026] GET /v2.0/ports?device_id=c5128e57-edd1-44d2-bfa8-a23623e479db => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2173] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:37:57 2026] GET /v2.0/networks?id=6f63e71a-5cdd-4d8c-9900-7fc8a988b29b => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2174] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:37:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.226&port_id=a94b1048-4de9-46cc-aa1d-dea5ad18ed19 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2175] 199.204.45.61 () {34 vars in 1102 bytes} [Thu Aug 13 09:37:57 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A14d&port_id=a94b1048-4de9-46cc-aa1d-dea5ad18ed19 => 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: 1153/2176] 199.204.45.61 () {34 vars in 1062 bytes} [Thu Aug 13 09:37:57 2026] GET /v2.0/subnets?id=8d9daf41-468d-44d1-b0a4-2d15b8cef314&id=0816df38-8e8f-48b2-98de-ae5a36b1602d => generated 1410 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2177] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:37:57 2026] GET /v2.0/ports?network_id=6f63e71a-5cdd-4d8c-9900-7fc8a988b29b&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: 1154/2178] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:37:57 2026] GET /v2.0/ports?network_id=6f63e71a-5cdd-4d8c-9900-7fc8a988b29b&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2179] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:37:57 2026] GET /v2.0/networks/6f63e71a-5cdd-4d8c-9900-7fc8a988b29b?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: 1155/2180] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:37:57 2026] GET /v2.0/networks/6f63e71a-5cdd-4d8c-9900-7fc8a988b29b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2181] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:37:58 2026] GET /v2.0/security-groups?tenant_id=6a1fabd5d79442a7bbedaa93b5717cff&name=default => generated 2925 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2182] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:37:58 2026] DELETE /v2.0/security-groups/ebc6087b-c684-44ff-87d5-2eea016c79be => 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: 1027/2183] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:37:58 2026] GET /v2.0/ports?device_id=32e6e844-f140-4021-b89a-ba0d204a8493 => generated 1010 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2184] 10.0.0.198 () {34 vars in 1119 bytes} [Thu Aug 13 09:37:58 2026] GET /v2.0/security-groups?id=0a0aa68f-4705-435d-a29e-ddc0984e1afc&id=38a77624-57d0-449b-b471-52f8ce917f9e&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: 8|app: 0|req: 1028/2185] 10.0.0.119 () {32 vars in 735 bytes} [Thu Aug 13 09:37:58 2026] GET /v2.0/ports?device_id=32e6e844-f140-4021-b89a-ba0d204a8493 => generated 1279 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2186] 10.0.0.119 () {32 vars in 857 bytes} [Thu Aug 13 09:37:58 2026] GET /v2.0/floatingips?floating_network_id=ff7f27f4-7c38-4c4b-a373-2784a40ca1df&port_id=6aebca4d-0fe9-4316-857c-37c55fdcf13a => generated 860 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2187] 10.0.0.69 () {34 vars in 988 bytes} [Thu Aug 13 09:37:59 2026] GET /v2.0/ports?device_id=32e6e844-f140-4021-b89a-ba0d204a8493 => generated 1279 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2188] 10.0.0.69 () {34 vars in 1118 bytes} [Thu Aug 13 09:37:59 2026] GET /v2.0/security-groups?id=0a0aa68f-4705-435d-a29e-ddc0984e1afc&id=38a77624-57d0-449b-b471-52f8ce917f9e&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2189] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:38:01 2026] GET /v2.0/networks?id=72afc3cf-15d2-4bda-a607-f51255c3e23e => generated 705 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2190] 199.204.45.61 () {34 vars in 1048 bytes} [Thu Aug 13 09:38:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=071bba56f7704be8b2aef7b4eb1bae97 => generated 179 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2191] 199.204.45.61 () {38 vars in 953 bytes} [Thu Aug 13 09:38:01 2026] POST /v2.0/ports => generated 1187 bytes in 476 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: 1032/2192] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:38:02 2026] GET /v2.0/ports?device_id=c5128e57-edd1-44d2-bfa8-a23623e479db => generated 1190 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2193] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:38:02 2026] GET /v2.0/security-groups?id=673866c6-7b6e-4b08-96cf-41b988c89a6e&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2194] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:38:02 2026] GET /v2.0/ports?device_id=32e6e844-f140-4021-b89a-ba0d204a8493 => generated 1010 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2195] 10.0.0.198 () {34 vars in 1119 bytes} [Thu Aug 13 09:38:02 2026] GET /v2.0/security-groups?id=0a0aa68f-4705-435d-a29e-ddc0984e1afc&id=38a77624-57d0-449b-b471-52f8ce917f9e&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2196] 199.204.45.61 () {38 vars in 1026 bytes} [Thu Aug 13 09:38:01 2026] PUT /v2.0/ports/c894959b-5f26-4942-8edf-169722f21a0e => generated 1468 bytes in 568 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:38:02.576 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-937f19a5-e2ec-42f7-83c7-24864bf867ad'] response: {'name': 'network-changed', 'server_uuid': 'c5128e57-edd1-44d2-bfa8-a23623e479db', 'tag': 'c894959b-5f26-4942-8edf-169722f21a0e', '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: 1162/2197] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:38:03 2026] GET /v2.0/ports?tenant_id=071bba56f7704be8b2aef7b4eb1bae97&device_id=c5128e57-edd1-44d2-bfa8-a23623e479db => 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: 1163/2198] 199.204.45.61 () {34 vars in 1016 bytes} [Thu Aug 13 09:38:03 2026] GET /v2.0/networks?tenant_id=071bba56f7704be8b2aef7b4eb1bae97&shared=False => generated 2376 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2199] 199.204.45.61 () {34 vars in 928 bytes} [Thu Aug 13 09:38:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2200] 10.0.0.69 () {34 vars in 988 bytes} [Thu Aug 13 09:38:03 2026] GET /v2.0/ports?device_id=e5e4f735-4d1a-4f89-8d25-7585d66bcbc1 => generated 1469 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2201] 10.0.0.69 () {34 vars in 1038 bytes} [Thu Aug 13 09:38:03 2026] GET /v2.0/security-groups?id=673866c6-7b6e-4b08-96cf-41b988c89a6e&fields=id&fields=name => generated 112 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2202] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:38:03 2026] GET /v2.0/ports?device_id=32e6e844-f140-4021-b89a-ba0d204a8493 => generated 1010 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2203] 10.0.0.198 () {34 vars in 1119 bytes} [Thu Aug 13 09:38:03 2026] GET /v2.0/security-groups?id=0a0aa68f-4705-435d-a29e-ddc0984e1afc&id=38a77624-57d0-449b-b471-52f8ce917f9e&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2204] 10.0.0.119 () {34 vars in 675 bytes} [Thu Aug 13 09:38:02 2026] POST /v2.0/floatingips => generated 552 bytes in 1309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2205] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:38:04 2026] GET /v2.0/ports?tenant_id=071bba56f7704be8b2aef7b4eb1bae97&device_id=c5128e57-edd1-44d2-bfa8-a23623e479db => generated 1471 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2206] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:38:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.122&port_id=c894959b-5f26-4942-8edf-169722f21a0e => 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: 1039/2207] 199.204.45.61 () {34 vars in 1104 bytes} [Thu Aug 13 09:38:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A118&port_id=c894959b-5f26-4942-8edf-169722f21a0e => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2208] 199.204.45.61 () {34 vars in 1062 bytes} [Thu Aug 13 09:38:04 2026] GET /v2.0/subnets?id=b6da529e-3420-4953-a0b4-dac24cded8bd&id=5b1865ab-be8b-490b-a671-2f042d52af9a => generated 1415 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2209] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:38:04 2026] GET /v2.0/ports?network_id=72afc3cf-15d2-4bda-a607-f51255c3e23e&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2210] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:38:04 2026] GET /v2.0/ports?network_id=72afc3cf-15d2-4bda-a607-f51255c3e23e&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2211] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:38:04 2026] GET /v2.0/networks/72afc3cf-15d2-4bda-a607-f51255c3e23e?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: 1044/2212] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:38:04 2026] GET /v2.0/networks/72afc3cf-15d2-4bda-a607-f51255c3e23e?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: 1169/2213] 10.0.0.119 () {34 vars in 675 bytes} [Thu Aug 13 09:38:04 2026] POST /v2.0/floatingips => generated 552 bytes in 544 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2214] 199.204.45.61 () {34 vars in 992 bytes} [Thu Aug 13 09:38:04 2026] GET /v2.0/ports?device_id=32e6e844-f140-4021-b89a-ba0d204a8493 => generated 1010 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2215] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:38:04 2026] GET /v2.0/ports?device_id=32e6e844-f140-4021-b89a-ba0d204a8493 => generated 1010 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:38:04.867 7 INFO neutron_taas.services.taas.taas_plugin [req-e7a7224b-002c-472e-928b-513aff9fa9c9 req-b4723bf0-5406-48f6-bbd0-eedc8eb2976d bbd1fa6813d542b3b8f5d65ad6608553 0fa65cd1e4714c8fa6ae226730d4f723 - - default default] TaaS: Handle Delete Port: 6aebca4d-0fe9-4316-857c-37c55fdcf13a 2026-08-13 09:38:04.871 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e7a7224b-002c-472e-928b-513aff9fa9c9 req-b4723bf0-5406-48f6-bbd0-eedc8eb2976d bbd1fa6813d542b3b8f5d65ad6608553 0fa65cd1e4714c8fa6ae226730d4f723 - - default default] Tap Mirror: Handle Delete Port: 6aebca4d-0fe9-4316-857c-37c55fdcf13a 2026-08-13 09:38:04.988 7 INFO neutron.db.l3_db [req-e7a7224b-002c-472e-928b-513aff9fa9c9 req-b4723bf0-5406-48f6-bbd0-eedc8eb2976d bbd1fa6813d542b3b8f5d65ad6608553 0fa65cd1e4714c8fa6ae226730d4f723 - - default default] Floating IP 941c8341-5bb4-4f77-9acc-3bb3dd41a351 disassociated. External IP: 10.96.250.212, port: 6aebca4d-0fe9-4316-857c-37c55fdcf13a. [pid: 8|app: 0|req: 1045/2216] 10.0.0.119 () {34 vars in 675 bytes} [Thu Aug 13 09:38:04 2026] POST /v2.0/floatingips => generated 552 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2217] 10.0.0.198 () {34 vars in 1119 bytes} [Thu Aug 13 09:38:05 2026] GET /v2.0/security-groups?id=0a0aa68f-4705-435d-a29e-ddc0984e1afc&id=38a77624-57d0-449b-b471-52f8ce917f9e&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2218] 199.204.45.61 () {36 vars in 995 bytes} [Thu Aug 13 09:38:04 2026] DELETE /v2.0/ports/6aebca4d-0fe9-4316-857c-37c55fdcf13a => generated 0 bytes in 575 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:38:05.381 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-253f97b1-fcf1-4f17-bf9a-0b8167cb6ad6'] response: {'server_uuid': '32e6e844-f140-4021-b89a-ba0d204a8493', 'name': 'network-vif-deleted', 'tag': '6aebca4d-0fe9-4316-857c-37c55fdcf13a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1047/2219] 10.0.0.119 () {34 vars in 675 bytes} [Thu Aug 13 09:38:05 2026] POST /v2.0/floatingips => generated 552 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2220] 10.0.0.119 () {34 vars in 675 bytes} [Thu Aug 13 09:38:05 2026] POST /v2.0/floatingips => generated 552 bytes in 543 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2221] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:38:06 2026] GET /v2.0/ports?device_id=32e6e844-f140-4021-b89a-ba0d204a8493 => 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: 1174/2222] 10.0.0.119 () {34 vars in 758 bytes} [Thu Aug 13 09:38:06 2026] PUT /v2.0/floatingips/86ea1a76-efe6-4033-8d2e-98d32c9ccf72/tags => generated 17 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2223] 10.0.0.119 () {34 vars in 758 bytes} [Thu Aug 13 09:38:06 2026] PUT /v2.0/floatingips/e7577774-4d91-4448-ba80-2fa8d51356e6/tags => generated 25 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2224] 10.0.0.119 () {34 vars in 758 bytes} [Thu Aug 13 09:38:06 2026] PUT /v2.0/floatingips/79356ea3-b4e4-4255-b402-539e3b39ebb0/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2225] 10.0.0.119 () {34 vars in 758 bytes} [Thu Aug 13 09:38:06 2026] PUT /v2.0/floatingips/ad1fdbff-0c7a-4be5-8c73-903d1c285328/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2226] 10.0.0.119 () {32 vars in 671 bytes} [Thu Aug 13 09:38:06 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2227] 10.0.0.119 () {32 vars in 685 bytes} [Thu Aug 13 09:38:06 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2228] 10.0.0.119 () {32 vars in 681 bytes} [Thu Aug 13 09:38:06 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2229] 10.0.0.119 () {32 vars in 693 bytes} [Thu Aug 13 09:38:06 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2230] 10.0.0.119 () {32 vars in 679 bytes} [Thu Aug 13 09:38:06 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2231] 10.0.0.119 () {32 vars in 693 bytes} [Thu Aug 13 09:38:06 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2232] 10.0.0.119 () {32 vars in 689 bytes} [Thu Aug 13 09:38:06 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2233] 10.0.0.119 () {32 vars in 701 bytes} [Thu Aug 13 09:38:07 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:38:07.192 7 INFO neutron_taas.services.taas.taas_plugin [None req-794af822-1c55-4c68-b665-82985b566b25 5b47ee7048a947c2b80fcc724f829df6 ba3578fcff6340919697f5ec368de6ca - - default default] TaaS: Handle Delete Port: bd31e147-23ef-46f8-9727-08279e1ecf48 2026-08-13 09:38:07.195 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-794af822-1c55-4c68-b665-82985b566b25 5b47ee7048a947c2b80fcc724f829df6 ba3578fcff6340919697f5ec368de6ca - - default default] Tap Mirror: Handle Delete Port: bd31e147-23ef-46f8-9727-08279e1ecf48 [pid: 7|app: 0|req: 1180/2234] 10.0.0.119 () {32 vars in 731 bytes} [Thu Aug 13 09:38:07 2026] DELETE /v2.0/floatingips/86ea1a76-efe6-4033-8d2e-98d32c9ccf72 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2235] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:38:07 2026] GET /v2.0/ports?device_id=32e6e844-f140-4021-b89a-ba0d204a8493 => 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: 1055/2236] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:38:07 2026] GET /v2.0/ports?device_id=c5128e57-edd1-44d2-bfa8-a23623e479db => generated 1204 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2237] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:38:07 2026] GET /v2.0/security-groups?id=673866c6-7b6e-4b08-96cf-41b988c89a6e&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:38:07.510 7 INFO neutron_taas.services.taas.taas_plugin [None req-a789f021-aa29-454c-a7e4-c961207178c4 5b47ee7048a947c2b80fcc724f829df6 ba3578fcff6340919697f5ec368de6ca - - default default] TaaS: Handle Delete Port: 69921070-ce2f-4f28-a91f-801613667092 2026-08-13 09:38:07.512 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a789f021-aa29-454c-a7e4-c961207178c4 5b47ee7048a947c2b80fcc724f829df6 ba3578fcff6340919697f5ec368de6ca - - default default] Tap Mirror: Handle Delete Port: 69921070-ce2f-4f28-a91f-801613667092 [pid: 7|app: 0|req: 1182/2238] 10.0.0.119 () {32 vars in 731 bytes} [Thu Aug 13 09:38:07 2026] DELETE /v2.0/floatingips/e7577774-4d91-4448-ba80-2fa8d51356e6 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:38:07.779 7 INFO neutron_taas.services.taas.taas_plugin [None req-ebcbfe68-c45c-4377-863f-9901feb2a957 5b47ee7048a947c2b80fcc724f829df6 ba3578fcff6340919697f5ec368de6ca - - default default] TaaS: Handle Delete Port: 5f3ca78b-c668-4e4c-a1cf-44298d099b0e 2026-08-13 09:38:07.782 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebcbfe68-c45c-4377-863f-9901feb2a957 5b47ee7048a947c2b80fcc724f829df6 ba3578fcff6340919697f5ec368de6ca - - default default] Tap Mirror: Handle Delete Port: 5f3ca78b-c668-4e4c-a1cf-44298d099b0e [pid: 7|app: 0|req: 1184/2241] 10.0.0.119 () {32 vars in 731 bytes} [Thu Aug 13 09:38:07 2026] DELETE /v2.0/floatingips/79356ea3-b4e4-4255-b402-539e3b39ebb0 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:38:08.071 8 INFO neutron_taas.services.taas.taas_plugin [None req-04e89480-3ed1-415d-8315-556e8a1ec2a4 5b47ee7048a947c2b80fcc724f829df6 ba3578fcff6340919697f5ec368de6ca - - default default] TaaS: Handle Delete Port: ad93fc5c-eadb-4926-9c49-3233b0e5bd69 2026-08-13 09:38:08.074 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04e89480-3ed1-415d-8315-556e8a1ec2a4 5b47ee7048a947c2b80fcc724f829df6 ba3578fcff6340919697f5ec368de6ca - - default default] Tap Mirror: Handle Delete Port: ad93fc5c-eadb-4926-9c49-3233b0e5bd69 [pid: 8|app: 0|req: 1058/2242] 10.0.0.119 () {32 vars in 731 bytes} [Thu Aug 13 09:38:07 2026] DELETE /v2.0/floatingips/ad1fdbff-0c7a-4be5-8c73-903d1c285328 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:38:08.365 7 INFO neutron_taas.services.taas.taas_plugin [None req-ef6be2a3-de81-407a-900f-9ece673ca226 5b47ee7048a947c2b80fcc724f829df6 ba3578fcff6340919697f5ec368de6ca - - default default] TaaS: Handle Delete Port: 552abe8a-0ef6-485a-8188-2aad5b457bae 2026-08-13 09:38:08.370 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef6be2a3-de81-407a-900f-9ece673ca226 5b47ee7048a947c2b80fcc724f829df6 ba3578fcff6340919697f5ec368de6ca - - default default] Tap Mirror: Handle Delete Port: 552abe8a-0ef6-485a-8188-2aad5b457bae [pid: 8|app: 0|req: 1059/2243] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:38:08 2026] GET /v2.0/ports?device_id=32e6e844-f140-4021-b89a-ba0d204a8493 => 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: 1185/2244] 10.0.0.119 () {32 vars in 731 bytes} [Thu Aug 13 09:38:08 2026] DELETE /v2.0/floatingips/52390732-c746-4a69-a09a-3eff41ee6072 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2245] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:38:09 2026] GET /v2.0/security-groups?tenant_id=15443d4d4d74470d9e4dd71bd1641ef9&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2246] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:09 2026] DELETE /v2.0/security-groups/0a0aa68f-4705-435d-a29e-ddc0984e1afc => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:38:09.866 7 INFO neutron.api.v2.resource [None req-8c774f5e-7b83-4abe-8d57-8394a4f452bd bbd1fa6813d542b3b8f5d65ad6608553 0fa65cd1e4714c8fa6ae226730d4f723 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1187/2247] 10.0.0.119 () {32 vars in 736 bytes} [Thu Aug 13 09:38:09 2026] GET /v2.0/security-groups/0a0aa68f-4705-435d-a29e-ddc0984e1afc => 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: 1061/2248] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:09 2026] DELETE /v2.0/security-groups/fea9dd95-34d9-4102-88a4-1e50b2ea958e => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:38:09.977 7 INFO neutron_taas.services.taas.taas_plugin [None req-00f7e5f2-b960-426f-a106-977f5bba0603 bbd1fa6813d542b3b8f5d65ad6608553 0fa65cd1e4714c8fa6ae226730d4f723 - - default default] TaaS: Handle Delete Port: 6f4632dd-e410-4e76-b8c4-d65630aacf81 2026-08-13 09:38:09.980 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00f7e5f2-b960-426f-a106-977f5bba0603 bbd1fa6813d542b3b8f5d65ad6608553 0fa65cd1e4714c8fa6ae226730d4f723 - - default default] Tap Mirror: Handle Delete Port: 6f4632dd-e410-4e76-b8c4-d65630aacf81 [pid: 8|app: 0|req: 1062/2249] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:38:10 2026] GET /v2.0/security-groups?tenant_id=3b273988e9024b79917c585f26c6866b&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2250] 10.0.0.119 () {32 vars in 731 bytes} [Thu Aug 13 09:38:09 2026] DELETE /v2.0/floatingips/941c8341-5bb4-4f77-9acc-3bb3dd41a351 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2251] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:10 2026] DELETE /v2.0/security-groups/1244a876-c7e2-4bb9-bb47-ed329f442f0c => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2252] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:10 2026] DELETE /v2.0/security-groups/38a77624-57d0-449b-b471-52f8ce917f9e => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2253] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:38:10 2026] GET /v2.0/security-groups?tenant_id=ba3578fcff6340919697f5ec368de6ca&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2254] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:10 2026] DELETE /v2.0/security-groups/43cbdc29-a444-44a5-ada2-53471f9b6183 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:38:10.751 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e02bd1c-3c4c-4a67-9f42-f0570b3f1a55 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: 7f5e4215-0459-4b59-9ac3-ddc69c7a29f5 2026-08-13 09:38:10.755 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e02bd1c-3c4c-4a67-9f42-f0570b3f1a55 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: 7f5e4215-0459-4b59-9ac3-ddc69c7a29f5 [pid: 8|app: 0|req: 1064/2255] 10.0.0.119 () {34 vars in 788 bytes} [Thu Aug 13 09:38:10 2026] PUT /v2.0/routers/cea6d168-781f-4f00-9d33-5534d12dcc90/remove_router_interface => generated 309 bytes in 875 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:38:11.509 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b98aba5-14d6-45da-8fb9-22a8a6d8ef99 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: 46f23bbb-dba2-49ee-a037-422672224d67 2026-08-13 09:38:11.512 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b98aba5-14d6-45da-8fb9-22a8a6d8ef99 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: 46f23bbb-dba2-49ee-a037-422672224d67 2026-08-13 09:38:11.760 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b98aba5-14d6-45da-8fb9-22a8a6d8ef99 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: 67fc6362-6433-4b6f-b914-5dc7c0ef92f7 2026-08-13 09:38:11.763 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b98aba5-14d6-45da-8fb9-22a8a6d8ef99 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: 67fc6362-6433-4b6f-b914-5dc7c0ef92f7 2026-08-13 09:38:12.135 7 INFO neutron.services.segments.plugin [-] Segment b2fdb26a-04a7-4f9e-a584-e2184c81c1e0 resource provider aggregate not found 2026-08-13 09:38:12.142 7 INFO neutron.services.segments.plugin [-] Segment b2fdb26a-04a7-4f9e-a584-e2184c81c1e0 resource provider aggregate not found 2026-08-13 09:38:12.157 7 INFO neutron.services.segments.plugin [-] Segment b2fdb26a-04a7-4f9e-a584-e2184c81c1e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2fdb26a-04a7-4f9e-a584-e2184c81c1e0 found for delete ", "request_id": "req-8ef6addc-b34e-4a6d-8169-c6c04ca83995"}]} 2026-08-13 09:38:12.160 7 INFO neutron.db.l3_hamode_db [None req-8b98aba5-14d6-45da-8fb9-22a8a6d8ef99 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] HA network 1255d8cc-5785-4e5a-b943-88d52ff3f3b3 was deleted as no HA routers are present in tenant 0fa65cd1e4714c8fa6ae226730d4f723. 2026-08-13 09:38:12.165 7 INFO neutron.services.segments.plugin [-] Segment b2fdb26a-04a7-4f9e-a584-e2184c81c1e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2fdb26a-04a7-4f9e-a584-e2184c81c1e0 found for delete ", "request_id": "req-7cf57125-1541-47c2-9e4f-19c65667203c"}]} [pid: 7|app: 0|req: 1192/2256] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:38:11 2026] DELETE /v2.0/routers/cea6d168-781f-4f00-9d33-5534d12dcc90 => generated 0 bytes in 905 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2257] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:38:12 2026] DELETE /v2.0/subnets/6bfd768f-1ee3-4716-8f4c-31dc1f9eecf5 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:38:12.445 7 INFO neutron_taas.services.taas.taas_plugin [None req-0f1fb448-32b5-4a1b-a925-73aa8d57b83c 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: 79a66d32-423a-4c6b-9150-8d7933fec56b 2026-08-13 09:38:12.447 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f1fb448-32b5-4a1b-a925-73aa8d57b83c 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: 79a66d32-423a-4c6b-9150-8d7933fec56b [pid: 8|app: 0|req: 1066/2258] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:38:12 2026] GET /v2.0/ports?device_id=c5128e57-edd1-44d2-bfa8-a23623e479db => generated 1204 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2259] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:38:12 2026] DELETE /v2.0/networks/04dad6f4-1a54-4b8f-be59-53b1997cb653 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2260] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:38:12 2026] GET /v2.0/security-groups?id=673866c6-7b6e-4b08-96cf-41b988c89a6e&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2261] 10.0.0.119 () {32 vars in 817 bytes} [Thu Aug 13 09:38:12 2026] GET /v2.0/ports?network_id=72afc3cf-15d2-4bda-a607-f51255c3e23e&mac_address=fa%3A16%3A3e%3A5d%3A8e%3Ab5 => generated 1204 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:38:13.083 8 INFO neutron_taas.services.taas.taas_plugin [None req-df3a78ab-644f-46b3-92a2-c5af1a390d4c 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: 0a6bb5b5-a4eb-4d8a-bd2b-59c5573f809b 2026-08-13 09:38:13.086 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df3a78ab-644f-46b3-92a2-c5af1a390d4c 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: 0a6bb5b5-a4eb-4d8a-bd2b-59c5573f809b 2026-08-13 09:38:13.465 7 INFO neutron.db.l3_db [None req-0b01ffb2-8bf9-4506-ade1-4e2beece191c d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] Floating IP 0f3afc41-ecce-401b-8fe5-4d2533c362ee associated. External IP: 10.96.250.201, port: c894959b-5f26-4942-8edf-169722f21a0e. [pid: 8|app: 0|req: 1067/2262] 10.0.0.119 () {34 vars in 788 bytes} [Thu Aug 13 09:38:12 2026] PUT /v2.0/routers/de1cc22d-14e0-4a50-bc8f-12142329b6e4/remove_router_interface => generated 309 bytes in 975 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2263] 10.0.0.119 () {34 vars in 676 bytes} [Thu Aug 13 09:38:12 2026] POST /v2.0/floatingips => generated 855 bytes in 968 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:38:13.807 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-37b19c31-7623-4d91-a2fe-7610b0d6620c'] response: {'name': 'network-changed', 'server_uuid': 'c5128e57-edd1-44d2-bfa8-a23623e479db', 'tag': 'c894959b-5f26-4942-8edf-169722f21a0e', 'status': 'completed', 'code': 200} 2026-08-13 09:38:13.821 8 INFO neutron_taas.services.taas.taas_plugin [None req-54c65afe-5846-4dfd-8706-8fe6de1d58c3 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: 66128dfc-2f3a-46e8-b747-aaf330a9b7ae 2026-08-13 09:38:13.823 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54c65afe-5846-4dfd-8706-8fe6de1d58c3 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: 66128dfc-2f3a-46e8-b747-aaf330a9b7ae 2026-08-13 09:38:14.025 8 INFO neutron_taas.services.taas.taas_plugin [None req-54c65afe-5846-4dfd-8706-8fe6de1d58c3 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: b65ac50d-be21-4066-aa20-532779a990bd 2026-08-13 09:38:14.027 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54c65afe-5846-4dfd-8706-8fe6de1d58c3 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: b65ac50d-be21-4066-aa20-532779a990bd 2026-08-13 09:38:14.175 7 INFO neutron.services.segments.plugin [-] Segment 69d2bc45-b8a3-4efa-98f8-44b42a7ea50d resource provider aggregate not found 2026-08-13 09:38:14.182 7 INFO neutron.services.segments.plugin [-] Segment 69d2bc45-b8a3-4efa-98f8-44b42a7ea50d resource provider aggregate not found 2026-08-13 09:38:14.197 7 INFO neutron.services.segments.plugin [-] Segment 69d2bc45-b8a3-4efa-98f8-44b42a7ea50d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69d2bc45-b8a3-4efa-98f8-44b42a7ea50d found for delete ", "request_id": "req-83129caa-c8da-40f7-8196-4ea97d0e52ec"}]} 2026-08-13 09:38:14.198 7 INFO neutron.services.segments.plugin [-] Segment 69d2bc45-b8a3-4efa-98f8-44b42a7ea50d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69d2bc45-b8a3-4efa-98f8-44b42a7ea50d found for delete ", "request_id": "req-a65de70e-5ad9-4330-af52-003738be4a7d"}]} [pid: 7|app: 0|req: 1197/2264] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:38:14 2026] GET /v2.0/ports?tenant_id=071bba56f7704be8b2aef7b4eb1bae97&device_id=c5128e57-edd1-44d2-bfa8-a23623e479db => generated 1473 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:38:14.402 8 INFO neutron.services.segments.plugin [-] Segment 513e3106-de49-4040-b55d-40b54916fe44 resource provider aggregate not found 2026-08-13 09:38:14.403 8 INFO neutron.services.segments.plugin [-] Segment 513e3106-de49-4040-b55d-40b54916fe44 resource provider aggregate not found [pid: 7|app: 0|req: 1198/2265] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:38:14 2026] GET /v2.0/networks?id=72afc3cf-15d2-4bda-a607-f51255c3e23e => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:38:14.426 8 INFO neutron.services.segments.plugin [-] Segment 513e3106-de49-4040-b55d-40b54916fe44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 513e3106-de49-4040-b55d-40b54916fe44 found for delete ", "request_id": "req-553cc8f3-ce60-4cf2-bc61-2d71da7edaf5"}]} 2026-08-13 09:38:14.431 8 INFO neutron.services.segments.plugin [-] Segment 513e3106-de49-4040-b55d-40b54916fe44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 513e3106-de49-4040-b55d-40b54916fe44 found for delete ", "request_id": "req-71083e29-b4ed-4f58-8231-04f4d3e96833"}]} 2026-08-13 09:38:14.445 8 INFO neutron.db.l3_hamode_db [None req-54c65afe-5846-4dfd-8706-8fe6de1d58c3 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] HA network 3e3a28a9-5b22-41a3-8d30-8b1a1f940708 was deleted as no HA routers are present in tenant d1212c1ca9e7407aad482243a8d0da68. [pid: 8|app: 0|req: 1068/2266] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:38:13 2026] DELETE /v2.0/routers/de1cc22d-14e0-4a50-bc8f-12142329b6e4 => generated 0 bytes in 812 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2267] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:38:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.122&port_id=c894959b-5f26-4942-8edf-169722f21a0e => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2268] 199.204.45.61 () {34 vars in 1104 bytes} [Thu Aug 13 09:38:14 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A118&port_id=c894959b-5f26-4942-8edf-169722f21a0e => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2269] 199.204.45.61 () {34 vars in 1062 bytes} [Thu Aug 13 09:38:14 2026] GET /v2.0/subnets?id=b6da529e-3420-4953-a0b4-dac24cded8bd&id=5b1865ab-be8b-490b-a671-2f042d52af9a => generated 1415 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2270] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:38:14 2026] GET /v2.0/ports?network_id=72afc3cf-15d2-4bda-a607-f51255c3e23e&device_owner=network%3Adhcp => generated 1461 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2271] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:38:14 2026] GET /v2.0/ports?network_id=72afc3cf-15d2-4bda-a607-f51255c3e23e&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2272] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:38:14 2026] DELETE /v2.0/subnets/095f55ac-e313-42e5-902d-d4c2324fd442 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2273] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:38:14 2026] GET /v2.0/networks/72afc3cf-15d2-4bda-a607-f51255c3e23e?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2274] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:38:14 2026] GET /v2.0/networks/72afc3cf-15d2-4bda-a607-f51255c3e23e?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) 2026-08-13 09:38:14.699 8 INFO neutron_taas.services.taas.taas_plugin [None req-1fbe678a-95b1-4af2-bdb3-d2858cacaffb 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: e2a0f777-15c7-4664-bc5e-0a198ae3e8cf 2026-08-13 09:38:14.703 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fbe678a-95b1-4af2-bdb3-d2858cacaffb 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: e2a0f777-15c7-4664-bc5e-0a198ae3e8cf [pid: 8|app: 0|req: 1070/2275] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:38:14 2026] DELETE /v2.0/networks/0d44e3cb-a304-427a-a26a-0644149ee243 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2276] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:38:15 2026] GET /v2.0/security-groups?tenant_id=0fa65cd1e4714c8fa6ae226730d4f723&name=default => 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: 1072/2277] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:15 2026] DELETE /v2.0/security-groups/620da01a-c4bc-47f7-bb6b-fa45e5ed690f => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2278] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:38:15 2026] GET /v2.0/security-groups?tenant_id=d1212c1ca9e7407aad482243a8d0da68&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:38:15.519 7 INFO neutron.db.segments_db [None req-c2b733cd-b830-43a1-b3b2-39e433885174 fdfb64da06de459181a4ef5c1807bcff 5b2e7db08b4f4ffb92143dcdce38d504 - - default default] Added segment 88bfe5c7-ad20-4ee1-9388-5ed60147866b of type vxlan for network b4111856-8dad-4fc3-9bdf-a844dcec52d9 [pid: 7|app: 0|req: 1206/2280] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:38:15 2026] POST /v2.0/networks => generated 612 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2280] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:15 2026] DELETE /v2.0/security-groups/4f8058b0-8f66-428d-bef5-e039022d705e => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:38:15.691 7 INFO neutron.db.segments_db [None req-b75f43c5-2de8-4a99-8ea5-be43fd24bd12 fdfb64da06de459181a4ef5c1807bcff 5b2e7db08b4f4ffb92143dcdce38d504 - - default default] Added segment 8f4ccd37-a97b-4c63-a4ad-bca13ede2667 of type vxlan for network b88f1387-6886-45bd-9f43-480b85ff758d [pid: 7|app: 0|req: 1207/2281] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:38:15 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) 2026-08-13 09:38:15.830 8 INFO neutron.db.segments_db [None req-2acea0c9-0885-4074-957a-2aef1d7be51e fdfb64da06de459181a4ef5c1807bcff 5b2e7db08b4f4ffb92143dcdce38d504 - - default default] Added segment bd7233aa-56a7-47ad-a3bb-6b257eaee5ef of type vxlan for network 1a6a6bc8-2b56-4946-bf43-71773897f24d [pid: 8|app: 0|req: 1075/2282] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:38:15 2026] POST /v2.0/networks => generated 612 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:38:15.963 7 INFO neutron.db.segments_db [None req-9e986115-bc8d-447e-a078-dd88502878c4 fdfb64da06de459181a4ef5c1807bcff 5b2e7db08b4f4ffb92143dcdce38d504 - - default default] Added segment 3dd1fa6d-4a36-44e3-b8da-b58e674da953 of type vxlan for network e3409c1f-2d62-46d1-a815-f8245ed28cac [pid: 7|app: 0|req: 1208/2283] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:38:15 2026] POST /v2.0/networks => generated 611 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:38:16.099 8 INFO neutron.db.segments_db [None req-4b10d108-6eae-4a12-98c8-cb10bd41776c fdfb64da06de459181a4ef5c1807bcff 5b2e7db08b4f4ffb92143dcdce38d504 - - default default] Added segment 07ded101-aa03-448a-9783-fbecee41ef3f of type vxlan for network 48969553-330d-4d9e-83f5-301b2db90779 [pid: 8|app: 0|req: 1076/2284] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:38:16 2026] POST /v2.0/networks => generated 612 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2285] 10.0.0.119 () {34 vars in 752 bytes} [Thu Aug 13 09:38:16 2026] PUT /v2.0/networks/b4111856-8dad-4fc3-9bdf-a844dcec52d9/tags => generated 17 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2286] 10.0.0.119 () {34 vars in 752 bytes} [Thu Aug 13 09:38:16 2026] PUT /v2.0/networks/b88f1387-6886-45bd-9f43-480b85ff758d/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2287] 10.0.0.119 () {34 vars in 752 bytes} [Thu Aug 13 09:38:16 2026] PUT /v2.0/networks/1a6a6bc8-2b56-4946-bf43-71773897f24d/tags => generated 34 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:38:16.453 8 INFO neutron.services.segments.plugin [-] Segment 2202f887-17a3-46ce-ae28-8f053075c447 resource provider aggregate not found 2026-08-13 09:38:16.460 8 INFO neutron.services.segments.plugin [-] Segment 2202f887-17a3-46ce-ae28-8f053075c447 resource provider aggregate not found 2026-08-13 09:38:16.469 8 INFO neutron.services.segments.plugin [-] Segment 2202f887-17a3-46ce-ae28-8f053075c447 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2202f887-17a3-46ce-ae28-8f053075c447 found for delete ", "request_id": "req-941047ca-ad37-46ed-9441-fe6ef3568176"}]} 2026-08-13 09:38:16.480 8 INFO neutron.services.segments.plugin [-] Segment 2202f887-17a3-46ce-ae28-8f053075c447 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2202f887-17a3-46ce-ae28-8f053075c447 found for delete ", "request_id": "req-323bec75-6703-4db3-9c3c-431001a2ffb5"}]} [pid: 8|app: 0|req: 1078/2288] 10.0.0.119 () {34 vars in 752 bytes} [Thu Aug 13 09:38:16 2026] PUT /v2.0/networks/e3409c1f-2d62-46d1-a815-f8245ed28cac/tags => generated 19 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2289] 10.0.0.119 () {32 vars in 665 bytes} [Thu Aug 13 09:38:16 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2290] 10.0.0.119 () {32 vars in 679 bytes} [Thu Aug 13 09:38:16 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2291] 10.0.0.119 () {32 vars in 675 bytes} [Thu Aug 13 09:38:16 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2292] 10.0.0.119 () {32 vars in 687 bytes} [Thu Aug 13 09:38:16 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2293] 10.0.0.119 () {32 vars in 673 bytes} [Thu Aug 13 09:38:16 2026] GET /v2.0/networks?not-tags=red => generated 1859 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2294] 10.0.0.119 () {32 vars in 687 bytes} [Thu Aug 13 09:38:16 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2465 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2295] 10.0.0.119 () {32 vars in 683 bytes} [Thu Aug 13 09:38:16 2026] GET /v2.0/networks?not-tags-any=blue => generated 2465 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2296] 10.0.0.119 () {32 vars in 695 bytes} [Thu Aug 13 09:38:16 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1859 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:38:17.150 7 INFO neutron.services.segments.plugin [-] Segment 88bfe5c7-ad20-4ee1-9388-5ed60147866b resource provider aggregate not found 2026-08-13 09:38:17.152 7 INFO neutron.services.segments.plugin [-] Segment 88bfe5c7-ad20-4ee1-9388-5ed60147866b resource provider aggregate not found 2026-08-13 09:38:17.166 7 INFO neutron.services.segments.plugin [-] Segment 88bfe5c7-ad20-4ee1-9388-5ed60147866b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88bfe5c7-ad20-4ee1-9388-5ed60147866b found for delete ", "request_id": "req-3b7e18bd-ee7b-42fa-819c-b4eabbcbe73f"}]} [pid: 7|app: 0|req: 1215/2297] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:38:17 2026] DELETE /v2.0/networks/b4111856-8dad-4fc3-9bdf-a844dcec52d9 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:38:17.176 7 INFO neutron.services.segments.plugin [-] Segment 88bfe5c7-ad20-4ee1-9388-5ed60147866b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88bfe5c7-ad20-4ee1-9388-5ed60147866b found for delete ", "request_id": "req-1147123c-b5e4-4011-9d6b-28655fd21777"}]} [pid: 8|app: 0|req: 1083/2298] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:38:17 2026] DELETE /v2.0/networks/b88f1387-6886-45bd-9f43-480b85ff758d => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2299] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:38:17 2026] DELETE /v2.0/networks/1a6a6bc8-2b56-4946-bf43-71773897f24d => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2300] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:38:17 2026] DELETE /v2.0/networks/e3409c1f-2d62-46d1-a815-f8245ed28cac => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2301] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:38:17 2026] DELETE /v2.0/networks/48969553-330d-4d9e-83f5-301b2db90779 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:38:18.487 8 INFO neutron.services.segments.plugin [-] Segment 8f4ccd37-a97b-4c63-a4ad-bca13ede2667 resource provider aggregate not found 2026-08-13 09:38:18.510 8 INFO neutron.services.segments.plugin [-] Segment 8f4ccd37-a97b-4c63-a4ad-bca13ede2667 resource provider aggregate not found 2026-08-13 09:38:18.518 8 INFO neutron.services.segments.plugin [-] Segment 8f4ccd37-a97b-4c63-a4ad-bca13ede2667 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f4ccd37-a97b-4c63-a4ad-bca13ede2667 found for delete ", "request_id": "req-4443715c-c202-49e6-a967-5b10f535869f"}]} 2026-08-13 09:38:18.526 8 INFO neutron.services.segments.plugin [-] Segment 8f4ccd37-a97b-4c63-a4ad-bca13ede2667 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f4ccd37-a97b-4c63-a4ad-bca13ede2667 found for delete ", "request_id": "req-a8a3bcd5-c08a-45d7-ab28-755ba5316b8a"}]} 2026-08-13 09:38:18.532 8 INFO neutron.services.segments.plugin [-] Segment 3dd1fa6d-4a36-44e3-b8da-b58e674da953 resource provider aggregate not found 2026-08-13 09:38:18.541 8 INFO neutron.services.segments.plugin [-] Segment 3dd1fa6d-4a36-44e3-b8da-b58e674da953 resource provider aggregate not found 2026-08-13 09:38:18.554 8 INFO neutron.services.segments.plugin [-] Segment 3dd1fa6d-4a36-44e3-b8da-b58e674da953 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dd1fa6d-4a36-44e3-b8da-b58e674da953 found for delete ", "request_id": "req-22949b38-d2ce-4d6e-9873-e103d09f5b99"}]} 2026-08-13 09:38:18.557 8 INFO neutron.services.segments.plugin [-] Segment 3dd1fa6d-4a36-44e3-b8da-b58e674da953 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dd1fa6d-4a36-44e3-b8da-b58e674da953 found for delete ", "request_id": "req-72b707c8-b319-4380-b12a-946a63c20cf1"}]} [pid: 8|app: 0|req: 1085/2302] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:38:18 2026] GET /v2.0/security-groups?tenant_id=bef7424281df4c2984db1fee0b33d64a&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2303] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:18 2026] DELETE /v2.0/security-groups/ea8a9a76-6483-493c-b3af-96baaec0ab20 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:38:19.187 7 INFO neutron.services.segments.plugin [-] Segment bd7233aa-56a7-47ad-a3bb-6b257eaee5ef resource provider aggregate not found 2026-08-13 09:38:19.195 7 INFO neutron.services.segments.plugin [-] Segment bd7233aa-56a7-47ad-a3bb-6b257eaee5ef resource provider aggregate not found 2026-08-13 09:38:19.218 7 INFO neutron.services.segments.plugin [-] Segment bd7233aa-56a7-47ad-a3bb-6b257eaee5ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd7233aa-56a7-47ad-a3bb-6b257eaee5ef found for delete ", "request_id": "req-cefc1767-4127-4c71-95f7-89706a0fa866"}]} 2026-08-13 09:38:19.222 7 INFO neutron.services.segments.plugin [-] Segment bd7233aa-56a7-47ad-a3bb-6b257eaee5ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd7233aa-56a7-47ad-a3bb-6b257eaee5ef found for delete ", "request_id": "req-9b62129e-c0d4-498a-bfb7-178a5f810f27"}]} [pid: 8|app: 0|req: 1086/2304] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:38:19 2026] GET /v2.0/security-groups?tenant_id=13cfafa0dddc4e439e39dcac62de211e&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:38:19.237 7 INFO neutron.services.segments.plugin [-] Segment 07ded101-aa03-448a-9783-fbecee41ef3f resource provider aggregate not found 2026-08-13 09:38:19.247 7 INFO neutron.services.segments.plugin [-] Segment 07ded101-aa03-448a-9783-fbecee41ef3f resource provider aggregate not found 2026-08-13 09:38:19.257 7 INFO neutron.services.segments.plugin [-] Segment 07ded101-aa03-448a-9783-fbecee41ef3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07ded101-aa03-448a-9783-fbecee41ef3f found for delete ", "request_id": "req-165cb0aa-a3f2-4899-8ed3-88d52cb48509"}]} 2026-08-13 09:38:19.261 7 INFO neutron.services.segments.plugin [-] Segment 07ded101-aa03-448a-9783-fbecee41ef3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07ded101-aa03-448a-9783-fbecee41ef3f found for delete ", "request_id": "req-42ff475b-c957-459f-82e3-5013bf29ef2d"}]} [pid: 7|app: 0|req: 1219/2305] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:19 2026] DELETE /v2.0/security-groups/caa70328-f1db-492e-876f-190969a25cf9 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2306] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:38:19 2026] GET /v2.0/security-groups?tenant_id=5b2e7db08b4f4ffb92143dcdce38d504&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2307] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:19 2026] DELETE /v2.0/security-groups/99475f2b-ee2f-4a43-b635-ec5b2fc634ba => 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: 1088/2308] 10.0.0.119 () {34 vars in 677 bytes} [Thu Aug 13 09:38:19 2026] POST /v2.0/qos/policies => generated 359 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2309] 10.0.0.119 () {34 vars in 677 bytes} [Thu Aug 13 09:38:20 2026] POST /v2.0/qos/policies => generated 359 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2310] 10.0.0.119 () {34 vars in 677 bytes} [Thu Aug 13 09:38:20 2026] POST /v2.0/qos/policies => generated 359 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2311] 10.0.0.119 () {34 vars in 677 bytes} [Thu Aug 13 09:38:20 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2312] 10.0.0.119 () {34 vars in 677 bytes} [Thu Aug 13 09:38:20 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2313] 10.0.0.119 () {34 vars in 752 bytes} [Thu Aug 13 09:38:20 2026] PUT /v2.0/policies/51ad00db-3d4a-4296-b83c-ab8a825d7703/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2314] 10.0.0.119 () {34 vars in 752 bytes} [Thu Aug 13 09:38:20 2026] PUT /v2.0/policies/42b951f9-c839-4d13-a8c0-6a251b226d3d/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2315] 10.0.0.119 () {34 vars in 752 bytes} [Thu Aug 13 09:38:20 2026] PUT /v2.0/policies/f78e27d5-9e81-4d0b-84c0-ca33fae674f3/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2316] 10.0.0.119 () {34 vars in 752 bytes} [Thu Aug 13 09:38:20 2026] PUT /v2.0/policies/d849767e-1c95-4164-9eda-b8b5b9615543/tags => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2317] 10.0.0.119 () {32 vars in 673 bytes} [Thu Aug 13 09:38:21 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2318] 10.0.0.119 () {32 vars in 687 bytes} [Thu Aug 13 09:38:21 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2319] 10.0.0.119 () {32 vars in 683 bytes} [Thu Aug 13 09:38:21 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2320] 10.0.0.119 () {32 vars in 695 bytes} [Thu Aug 13 09:38:21 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2321] 10.0.0.119 () {32 vars in 681 bytes} [Thu Aug 13 09:38:21 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2322] 10.0.0.119 () {32 vars in 695 bytes} [Thu Aug 13 09:38:21 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2323] 10.0.0.119 () {32 vars in 691 bytes} [Thu Aug 13 09:38:21 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2324] 10.0.0.119 () {32 vars in 703 bytes} [Thu Aug 13 09:38:21 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2325] 10.0.0.119 () {32 vars in 733 bytes} [Thu Aug 13 09:38:21 2026] DELETE /v2.0/qos/policies/51ad00db-3d4a-4296-b83c-ab8a825d7703 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2326] 10.0.0.119 () {32 vars in 733 bytes} [Thu Aug 13 09:38:21 2026] DELETE /v2.0/qos/policies/42b951f9-c839-4d13-a8c0-6a251b226d3d => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2327] 10.0.0.119 () {32 vars in 733 bytes} [Thu Aug 13 09:38:21 2026] DELETE /v2.0/qos/policies/f78e27d5-9e81-4d0b-84c0-ca33fae674f3 => 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: 1102/2328] 10.0.0.119 () {32 vars in 733 bytes} [Thu Aug 13 09:38:21 2026] DELETE /v2.0/qos/policies/d849767e-1c95-4164-9eda-b8b5b9615543 => 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: 1103/2329] 10.0.0.119 () {32 vars in 733 bytes} [Thu Aug 13 09:38:21 2026] DELETE /v2.0/qos/policies/b405d525-7ce4-4c22-a2b1-b64decd56bf9 => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2330] 10.0.0.69 () {34 vars in 988 bytes} [Thu Aug 13 09:38:21 2026] GET /v2.0/ports?device_id=c5128e57-edd1-44d2-bfa8-a23623e479db => generated 1473 bytes in 666 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2331] 10.0.0.69 () {34 vars in 1038 bytes} [Thu Aug 13 09:38:22 2026] GET /v2.0/security-groups?id=673866c6-7b6e-4b08-96cf-41b988c89a6e&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: 7|app: 0|req: 1228/2334] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:38:22 2026] GET /v2.0/security-groups?tenant_id=bac3723ada2142dc8b0054e50743a30a&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2335] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:22 2026] DELETE /v2.0/security-groups/7808a965-9c36-4899-9357-077192dab75b => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2336] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:38:23 2026] GET /v2.0/security-groups?tenant_id=d8f4097a907f401b925ed3d7e0961055&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2337] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:23 2026] DELETE /v2.0/security-groups/d2a618d4-aa80-4fef-9d02-05e56e1f5468 => 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: 1230/2338] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:38:23 2026] GET /v2.0/security-groups?tenant_id=d1621965f3c64a5aa2e356b690d816ab&name=default => generated 2929 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2339] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:23 2026] DELETE /v2.0/security-groups/0f8c9de6-9e1a-4bba-9bec-01130e869a8b => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:38:24.291 7 INFO neutron.db.segments_db [None req-82be756d-4d3a-4dc1-a5df-d50e9c55085f f0d67530f9414f22989e545e0f77641a b3edec3ac2374de79b9289bf983df2f3 - - default default] Added segment e2d2170a-f3cb-4c18-9f97-e1d61809a59c of type vxlan for network 8284c677-af70-4670-ba15-79acb092039c [pid: 7|app: 0|req: 1231/2340] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:38:24 2026] POST /v2.0/networks => generated 612 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2341] 10.0.0.119 () {34 vars in 663 bytes} [Thu Aug 13 09:38:24 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-08-13 09:38:24.759 7 INFO neutron.db.segments_db [None req-a845c327-ae26-4f8e-a14b-edd41be37c12 f0d67530f9414f22989e545e0f77641a b3edec3ac2374de79b9289bf983df2f3 - - default default] Added segment e4db5c97-f4fc-43c2-b099-bbd4c81b0e85 of type vxlan for network aa989dfa-8a92-4f66-a5f7-b3c521e1d5d1 [pid: 7|app: 0|req: 1232/2342] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:38:24 2026] POST /v2.0/networks => generated 613 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1111/2343] 10.0.0.119 () {34 vars in 663 bytes} [Thu Aug 13 09:38:24 2026] POST /v2.0/ports => generated 743 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:38:25.225 7 INFO neutron.db.segments_db [None req-3986c821-e162-49f1-9347-bb58d366a7d1 f0d67530f9414f22989e545e0f77641a b3edec3ac2374de79b9289bf983df2f3 - - default default] Added segment 97e4d776-3c38-4601-b2e6-1983a12f32f3 of type vxlan for network 6856516b-97b3-4da5-be89-50b5332cba63 [pid: 7|app: 0|req: 1233/2344] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:38:25 2026] POST /v2.0/networks => generated 612 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1112/2345] 10.0.0.119 () {34 vars in 663 bytes} [Thu Aug 13 09:38:25 2026] POST /v2.0/ports => generated 743 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:38:25.664 7 INFO neutron.db.segments_db [None req-08f3e3f4-adbb-4f26-8936-7b89e4a430ff f0d67530f9414f22989e545e0f77641a b3edec3ac2374de79b9289bf983df2f3 - - default default] Added segment e2797436-c162-4e97-9c55-e03995bfd42e of type vxlan for network 65d410c7-e62f-40ab-ba8b-dcef67a1128c [pid: 7|app: 0|req: 1234/2346] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:38:25 2026] POST /v2.0/networks => generated 613 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1113/2347] 10.0.0.119 () {34 vars in 663 bytes} [Thu Aug 13 09:38:25 2026] POST /v2.0/ports => generated 743 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:38:26.125 7 INFO neutron.db.segments_db [None req-5338a1c0-3698-4abe-b0bc-1d8fdd83f34d f0d67530f9414f22989e545e0f77641a b3edec3ac2374de79b9289bf983df2f3 - - default default] Added segment 9e3955ae-99bd-4402-93cb-95cc9934092a of type vxlan for network a925229f-53d0-4ac9-80b1-edb2fbc9d8cc [pid: 7|app: 0|req: 1235/2348] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:38:26 2026] POST /v2.0/networks => generated 612 bytes in 154 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: 1114/2349] 10.0.0.119 () {34 vars in 663 bytes} [Thu Aug 13 09:38:26 2026] POST /v2.0/ports => generated 743 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2350] 10.0.0.119 () {34 vars in 746 bytes} [Thu Aug 13 09:38:26 2026] PUT /v2.0/ports/84fc6020-38fb-426e-b311-9ed276ce22cf/tags => generated 17 bytes in 76 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: 1115/2351] 10.0.0.119 () {34 vars in 746 bytes} [Thu Aug 13 09:38:26 2026] PUT /v2.0/ports/57120521-d1d1-4bf7-a7e8-84ba9f3596cb/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1237/2352] 10.0.0.119 () {34 vars in 746 bytes} [Thu Aug 13 09:38:26 2026] PUT /v2.0/ports/fd09bc4c-6500-4d09-9fd2-930babee161a/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1116/2353] 10.0.0.119 () {34 vars in 746 bytes} [Thu Aug 13 09:38:26 2026] PUT /v2.0/ports/cba61122-62c6-4400-86b6-a2362437f07e/tags => generated 19 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1117/2354] 10.0.0.119 () {32 vars in 659 bytes} [Thu Aug 13 09:38:26 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2355] 10.0.0.119 () {32 vars in 673 bytes} [Thu Aug 13 09:38:26 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:38:27.096 7 INFO neutron.db.segments_db [None req-f88dd0c6-2b29-4802-a2bc-b60954532354 d107cb7f9b5745c2890d606073e0cc67 2374e84b8623451a92e6367f290d70b7 - - default default] Added segment 3e690cbf-3902-40b5-9938-c3c59eb23983 of type vxlan for network ca721f3d-8ade-4c3d-98ef-1e60221bd086 [pid: 8|app: 0|req: 1119/2356] 10.0.0.119 () {32 vars in 669 bytes} [Thu Aug 13 09:38:27 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2357] 10.0.0.119 () {32 vars in 681 bytes} [Thu Aug 13 09:38:27 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2358] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:38:26 2026] POST /v2.0/networks => generated 612 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2359] 10.0.0.119 () {32 vars in 667 bytes} [Thu Aug 13 09:38:27 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2360] 10.0.0.119 () {32 vars in 681 bytes} [Thu Aug 13 09:38:27 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2361] 10.0.0.119 () {32 vars in 677 bytes} [Thu Aug 13 09:38:27 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2362] 10.0.0.119 () {32 vars in 689 bytes} [Thu Aug 13 09:38:27 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:38:27.549 8 INFO neutron_taas.services.taas.taas_plugin [None req-62886a0d-3db1-44fc-a523-326a1fadd22c f0d67530f9414f22989e545e0f77641a b3edec3ac2374de79b9289bf983df2f3 - - default default] TaaS: Handle Delete Port: 84fc6020-38fb-426e-b311-9ed276ce22cf 2026-08-13 09:38:27.551 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62886a0d-3db1-44fc-a523-326a1fadd22c f0d67530f9414f22989e545e0f77641a b3edec3ac2374de79b9289bf983df2f3 - - default default] Tap Mirror: Handle Delete Port: 84fc6020-38fb-426e-b311-9ed276ce22cf [pid: 7|app: 0|req: 1239/2363] 10.0.0.119 () {34 vars in 663 bytes} [Thu Aug 13 09:38:27 2026] POST /v2.0/ports => generated 743 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1125/2364] 10.0.0.119 () {32 vars in 719 bytes} [Thu Aug 13 09:38:27 2026] DELETE /v2.0/ports/84fc6020-38fb-426e-b311-9ed276ce22cf => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2365] 10.0.0.119 () {34 vars in 746 bytes} [Thu Aug 13 09:38:27 2026] PUT /v2.0/ports/abbc06ed-f5bd-4fdf-ab5d-39fc1f1bbeb2/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1241/2366] 10.0.0.119 () {32 vars in 726 bytes} [Thu Aug 13 09:38:27 2026] GET /v2.0/ports/abbc06ed-f5bd-4fdf-ab5d-39fc1f1bbeb2/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 09:38:27.697 8 INFO neutron_taas.services.taas.taas_plugin [None req-a899a0e3-d705-45fe-baf6-8c4a7db70662 f0d67530f9414f22989e545e0f77641a b3edec3ac2374de79b9289bf983df2f3 - - default default] TaaS: Handle Delete Port: 57120521-d1d1-4bf7-a7e8-84ba9f3596cb 2026-08-13 09:38:27.700 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a899a0e3-d705-45fe-baf6-8c4a7db70662 f0d67530f9414f22989e545e0f77641a b3edec3ac2374de79b9289bf983df2f3 - - default default] Tap Mirror: Handle Delete Port: 57120521-d1d1-4bf7-a7e8-84ba9f3596cb [pid: 7|app: 0|req: 1242/2367] 10.0.0.119 () {34 vars in 757 bytes} [Thu Aug 13 09:38:27 2026] PUT /v2.0/ports/abbc06ed-f5bd-4fdf-ab5d-39fc1f1bbeb2/tags/green => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2368] 10.0.0.119 () {32 vars in 719 bytes} [Thu Aug 13 09:38:27 2026] DELETE /v2.0/ports/57120521-d1d1-4bf7-a7e8-84ba9f3596cb => generated 0 bytes in 163 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: 1243/2369] 10.0.0.119 () {32 vars in 726 bytes} [Thu Aug 13 09:38:27 2026] GET /v2.0/ports/abbc06ed-f5bd-4fdf-ab5d-39fc1f1bbeb2/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 09:38:27.883 8 INFO neutron_taas.services.taas.taas_plugin [None req-46c7592f-6f10-4023-a071-dfcc18b939ff f0d67530f9414f22989e545e0f77641a b3edec3ac2374de79b9289bf983df2f3 - - default default] TaaS: Handle Delete Port: fd09bc4c-6500-4d09-9fd2-930babee161a 2026-08-13 09:38:27.887 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46c7592f-6f10-4023-a071-dfcc18b939ff f0d67530f9414f22989e545e0f77641a b3edec3ac2374de79b9289bf983df2f3 - - default default] Tap Mirror: Handle Delete Port: fd09bc4c-6500-4d09-9fd2-930babee161a [pid: 7|app: 0|req: 1244/2370] 10.0.0.119 () {34 vars in 753 bytes} [Thu Aug 13 09:38:27 2026] PUT /v2.0/ports/abbc06ed-f5bd-4fdf-ab5d-39fc1f1bbeb2/tags/red => generated 4 bytes in 66 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: 1245/2371] 10.0.0.119 () {32 vars in 726 bytes} [Thu Aug 13 09:38:27 2026] GET /v2.0/ports/abbc06ed-f5bd-4fdf-ab5d-39fc1f1bbeb2/tags => generated 34 bytes in 39 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: 1127/2372] 10.0.0.119 () {32 vars in 719 bytes} [Thu Aug 13 09:38:27 2026] DELETE /v2.0/ports/fd09bc4c-6500-4d09-9fd2-930babee161a => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2373] 10.0.0.119 () {34 vars in 775 bytes} [Thu Aug 13 09:38:27 2026] PUT /v2.0/ports/abbc06ed-f5bd-4fdf-ab5d-39fc1f1bbeb2/tags/black.or.white => generated 4 bytes in 65 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: 1247/2374] 10.0.0.119 () {32 vars in 726 bytes} [Thu Aug 13 09:38:28 2026] GET /v2.0/ports/abbc06ed-f5bd-4fdf-ab5d-39fc1f1bbeb2/tags => generated 52 bytes in 39 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-08-13 09:38:28.072 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c436dc0-8687-4b93-b0b0-e741fb614198 f0d67530f9414f22989e545e0f77641a b3edec3ac2374de79b9289bf983df2f3 - - default default] TaaS: Handle Delete Port: cba61122-62c6-4400-86b6-a2362437f07e 2026-08-13 09:38:28.076 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c436dc0-8687-4b93-b0b0-e741fb614198 f0d67530f9414f22989e545e0f77641a b3edec3ac2374de79b9289bf983df2f3 - - default default] Tap Mirror: Handle Delete Port: cba61122-62c6-4400-86b6-a2362437f07e [pid: 7|app: 0|req: 1248/2375] 10.0.0.119 () {34 vars in 746 bytes} [Thu Aug 13 09:38:28 2026] PUT /v2.0/ports/abbc06ed-f5bd-4fdf-ab5d-39fc1f1bbeb2/tags => generated 37 bytes in 63 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: 1128/2376] 10.0.0.119 () {32 vars in 719 bytes} [Thu Aug 13 09:38:27 2026] DELETE /v2.0/ports/cba61122-62c6-4400-86b6-a2362437f07e => 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: 1249/2377] 10.0.0.119 () {32 vars in 726 bytes} [Thu Aug 13 09:38:28 2026] GET /v2.0/ports/abbc06ed-f5bd-4fdf-ab5d-39fc1f1bbeb2/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1250/2378] 10.0.0.119 () {32 vars in 734 bytes} [Thu Aug 13 09:38:28 2026] GET /v2.0/ports/abbc06ed-f5bd-4fdf-ab5d-39fc1f1bbeb2/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 09:38:28.254 8 INFO neutron_taas.services.taas.taas_plugin [None req-78199bdc-dbba-4d56-81aa-8ea6a728c76b f0d67530f9414f22989e545e0f77641a b3edec3ac2374de79b9289bf983df2f3 - - default default] TaaS: Handle Delete Port: e0f6ba03-a0dc-407b-9672-20fa3aa29108 2026-08-13 09:38:28.257 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78199bdc-dbba-4d56-81aa-8ea6a728c76b f0d67530f9414f22989e545e0f77641a b3edec3ac2374de79b9289bf983df2f3 - - default default] Tap Mirror: Handle Delete Port: e0f6ba03-a0dc-407b-9672-20fa3aa29108 2026-08-13 09:38:28.291 7 INFO neutron.api.v2.resource [None req-f496fb4f-0314-4959-9ea7-ca5b82687479 d107cb7f9b5745c2890d606073e0cc67 2374e84b8623451a92e6367f290d70b7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1251/2379] 10.0.0.119 () {32 vars in 738 bytes} [Thu Aug 13 09:38:28 2026] GET /v2.0/ports/abbc06ed-f5bd-4fdf-ab5d-39fc1f1bbeb2/tags/green => generated 99 bytes in 50 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: 1129/2380] 10.0.0.119 () {32 vars in 719 bytes} [Thu Aug 13 09:38:28 2026] DELETE /v2.0/ports/e0f6ba03-a0dc-407b-9672-20fa3aa29108 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2381] 10.0.0.119 () {32 vars in 737 bytes} [Thu Aug 13 09:38:28 2026] DELETE /v2.0/ports/abbc06ed-f5bd-4fdf-ab5d-39fc1f1bbeb2/tags/red => generated 0 bytes in 85 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: 1253/2382] 10.0.0.119 () {32 vars in 726 bytes} [Thu Aug 13 09:38:28 2026] GET /v2.0/ports/abbc06ed-f5bd-4fdf-ab5d-39fc1f1bbeb2/tags => generated 30 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 09:38:28.481 8 INFO neutron.services.segments.plugin [-] Segment e2d2170a-f3cb-4c18-9f97-e1d61809a59c resource provider aggregate not found 2026-08-13 09:38:28.484 8 INFO neutron.services.segments.plugin [-] Segment e2d2170a-f3cb-4c18-9f97-e1d61809a59c resource provider aggregate not found 2026-08-13 09:38:28.489 7 INFO neutron.api.v2.resource [None req-0798fcf9-a17f-4891-921d-934d0222ec32 d107cb7f9b5745c2890d606073e0cc67 2374e84b8623451a92e6367f290d70b7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1254/2383] 10.0.0.119 () {32 vars in 741 bytes} [Thu Aug 13 09:38:28 2026] DELETE /v2.0/ports/abbc06ed-f5bd-4fdf-ab5d-39fc1f1bbeb2/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-08-13 09:38:28.495 8 INFO neutron.services.segments.plugin [-] Segment e2d2170a-f3cb-4c18-9f97-e1d61809a59c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2d2170a-f3cb-4c18-9f97-e1d61809a59c found for delete ", "request_id": "req-952c9646-40cd-4619-8357-5ee8d88e3f5b"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-08-13 09:38:28.503 8 INFO neutron.services.segments.plugin [-] Segment e2d2170a-f3cb-4c18-9f97-e1d61809a59c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2d2170a-f3cb-4c18-9f97-e1d61809a59c found for delete ", "request_id": "req-fcb016b6-1d76-4300-ad67-f2fb2488331a"}]} [pid: 8|app: 0|req: 1130/2384] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:38:28 2026] DELETE /v2.0/networks/8284c677-af70-4670-ba15-79acb092039c => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2385] 10.0.0.119 () {32 vars in 729 bytes} [Thu Aug 13 09:38:28 2026] DELETE /v2.0/ports/abbc06ed-f5bd-4fdf-ab5d-39fc1f1bbeb2/tags => generated 0 bytes in 83 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: 1256/2386] 10.0.0.119 () {32 vars in 726 bytes} [Thu Aug 13 09:38:28 2026] GET /v2.0/ports/abbc06ed-f5bd-4fdf-ab5d-39fc1f1bbeb2/tags => generated 12 bytes in 78 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: 1131/2387] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:38:28 2026] DELETE /v2.0/networks/aa989dfa-8a92-4f66-a5f7-b3c521e1d5d1 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:38:28.776 7 INFO neutron_taas.services.taas.taas_plugin [None req-cde454e1-58c0-48ad-82df-89a2727e000c d107cb7f9b5745c2890d606073e0cc67 2374e84b8623451a92e6367f290d70b7 - - default default] TaaS: Handle Delete Port: abbc06ed-f5bd-4fdf-ab5d-39fc1f1bbeb2 2026-08-13 09:38:28.780 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cde454e1-58c0-48ad-82df-89a2727e000c d107cb7f9b5745c2890d606073e0cc67 2374e84b8623451a92e6367f290d70b7 - - default default] Tap Mirror: Handle Delete Port: abbc06ed-f5bd-4fdf-ab5d-39fc1f1bbeb2 [pid: 8|app: 0|req: 1132/2388] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:38:28 2026] DELETE /v2.0/networks/6856516b-97b3-4da5-be89-50b5332cba63 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2389] 10.0.0.119 () {32 vars in 719 bytes} [Thu Aug 13 09:38:28 2026] DELETE /v2.0/ports/abbc06ed-f5bd-4fdf-ab5d-39fc1f1bbeb2 => 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: 1133/2390] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:38:28 2026] DELETE /v2.0/networks/65d410c7-e62f-40ab-ba8b-dcef67a1128c => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:38:29.000 7 INFO neutron.services.segments.plugin [-] Segment 3e690cbf-3902-40b5-9938-c3c59eb23983 resource provider aggregate not found 2026-08-13 09:38:29.016 7 INFO neutron.services.segments.plugin [-] Segment 3e690cbf-3902-40b5-9938-c3c59eb23983 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e690cbf-3902-40b5-9938-c3c59eb23983 found for delete ", "request_id": "req-833cf9ef-64ea-4e01-862c-77c3aaca1c08"}]} 2026-08-13 09:38:29.020 7 INFO neutron.services.segments.plugin [-] Segment 3e690cbf-3902-40b5-9938-c3c59eb23983 resource provider aggregate not found [pid: 7|app: 0|req: 1258/2391] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:38:28 2026] DELETE /v2.0/networks/ca721f3d-8ade-4c3d-98ef-1e60221bd086 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:38:29.035 7 INFO neutron.services.segments.plugin [-] Segment 3e690cbf-3902-40b5-9938-c3c59eb23983 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e690cbf-3902-40b5-9938-c3c59eb23983 found for delete ", "request_id": "req-298d11a6-0538-491c-9a73-a4ff92d096bd"}]} [pid: 8|app: 0|req: 1134/2392] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:38:28 2026] DELETE /v2.0/networks/a925229f-53d0-4ac9-80b1-edb2fbc9d8cc => 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: 1259/2393] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:38:29 2026] GET /v2.0/security-groups?tenant_id=13cd539c0e0947d095f51fb9133b451f&name=default => generated 2929 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2394] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:38:29 2026] GET /v2.0/security-groups?tenant_id=12174d4a61b5481f89cc9e8ea2dfa593&name=default => generated 2929 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2395] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:29 2026] DELETE /v2.0/security-groups/03c43b85-0a56-4443-ada0-31e1842ba384 => 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: 1136/2396] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:30 2026] DELETE /v2.0/security-groups/5e0f275a-f289-466b-acea-eab853a2445e => 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: 1261/2397] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:38:30 2026] GET /v2.0/security-groups?tenant_id=2374e84b8623451a92e6367f290d70b7&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2398] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:30 2026] DELETE /v2.0/security-groups/61277a56-d37b-4afb-97e1-287ddc8f55d7 => 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: 1262/2399] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:38:30 2026] GET /v2.0/security-groups?tenant_id=d7f93938a1494e619134d8bdfed2def1&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:38:30.511 8 INFO neutron.services.segments.plugin [-] Segment e4db5c97-f4fc-43c2-b099-bbd4c81b0e85 resource provider aggregate not found 2026-08-13 09:38:30.528 8 INFO neutron.services.segments.plugin [-] Segment e4db5c97-f4fc-43c2-b099-bbd4c81b0e85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4db5c97-f4fc-43c2-b099-bbd4c81b0e85 found for delete ", "request_id": "req-19e95463-abb5-4e32-8757-8cd3797112cd"}]} 2026-08-13 09:38:30.531 8 INFO neutron.services.segments.plugin [-] Segment e4db5c97-f4fc-43c2-b099-bbd4c81b0e85 resource provider aggregate not found 2026-08-13 09:38:30.545 8 INFO neutron.services.segments.plugin [-] Segment 97e4d776-3c38-4601-b2e6-1983a12f32f3 resource provider aggregate not found 2026-08-13 09:38:30.553 8 INFO neutron.services.segments.plugin [-] Segment e4db5c97-f4fc-43c2-b099-bbd4c81b0e85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4db5c97-f4fc-43c2-b099-bbd4c81b0e85 found for delete ", "request_id": "req-9e7aa6e7-9148-49a5-9221-706ba8986ddd"}]} 2026-08-13 09:38:30.562 8 INFO neutron.services.segments.plugin [-] Segment 97e4d776-3c38-4601-b2e6-1983a12f32f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97e4d776-3c38-4601-b2e6-1983a12f32f3 found for delete ", "request_id": "req-4a85b6cd-515c-43ea-a2fb-ba8ae9850778"}]} 2026-08-13 09:38:30.568 8 INFO neutron.services.segments.plugin [-] Segment 97e4d776-3c38-4601-b2e6-1983a12f32f3 resource provider aggregate not found [pid: 8|app: 0|req: 1138/2400] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:30 2026] DELETE /v2.0/security-groups/92665b67-57ff-4ac7-8bc5-01baf2a4cb99 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:38:30.582 8 INFO neutron.services.segments.plugin [-] Segment e2797436-c162-4e97-9c55-e03995bfd42e resource provider aggregate not found 2026-08-13 09:38:30.587 8 INFO neutron.services.segments.plugin [-] Segment 97e4d776-3c38-4601-b2e6-1983a12f32f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97e4d776-3c38-4601-b2e6-1983a12f32f3 found for delete ", "request_id": "req-1b265075-c7cf-41b9-8456-46db7b355188"}]} 2026-08-13 09:38:30.598 8 INFO neutron.services.segments.plugin [-] Segment e2797436-c162-4e97-9c55-e03995bfd42e resource provider aggregate not found 2026-08-13 09:38:30.601 8 INFO neutron.services.segments.plugin [-] Segment e2797436-c162-4e97-9c55-e03995bfd42e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2797436-c162-4e97-9c55-e03995bfd42e found for delete ", "request_id": "req-18201325-93c2-4a94-9029-0fad59d3fefb"}]} 2026-08-13 09:38:30.616 8 INFO neutron.services.segments.plugin [-] Segment e2797436-c162-4e97-9c55-e03995bfd42e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2797436-c162-4e97-9c55-e03995bfd42e found for delete ", "request_id": "req-eb00b61f-3442-43c0-abfa-9cba172e246e"}]} 2026-08-13 09:38:30.620 8 INFO neutron.services.segments.plugin [-] Segment 9e3955ae-99bd-4402-93cb-95cc9934092a resource provider aggregate not found 2026-08-13 09:38:30.633 8 INFO neutron.services.segments.plugin [-] Segment 9e3955ae-99bd-4402-93cb-95cc9934092a resource provider aggregate not found 2026-08-13 09:38:30.640 8 INFO neutron.services.segments.plugin [-] Segment 9e3955ae-99bd-4402-93cb-95cc9934092a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e3955ae-99bd-4402-93cb-95cc9934092a found for delete ", "request_id": "req-d0474290-b812-47f2-a1a8-d008f98a031a"}]} 2026-08-13 09:38:30.650 8 INFO neutron.services.segments.plugin [-] Segment 9e3955ae-99bd-4402-93cb-95cc9934092a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e3955ae-99bd-4402-93cb-95cc9934092a found for delete ", "request_id": "req-cc77b124-0287-4d58-9d97-e4029f0a0c55"}]} [pid: 7|app: 0|req: 1263/2401] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:38:30 2026] GET /v2.0/security-groups?tenant_id=b3edec3ac2374de79b9289bf983df2f3&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2402] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:30 2026] DELETE /v2.0/security-groups/6fda0ce2-df90-4e46-a8d7-78f99a8886a7 => 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: 1264/2403] 10.0.0.119 () {34 vars in 683 bytes} [Thu Aug 13 09:38:33 2026] POST /v2.0/security-groups => generated 1603 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2404] 10.0.0.119 () {34 vars in 766 bytes} [Thu Aug 13 09:38:34 2026] PUT /v2.0/security-groups/f1b63c0b-2088-4a15-b9cf-71a7eb4c2dce/tags => generated 25 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2405] 10.0.0.119 () {32 vars in 746 bytes} [Thu Aug 13 09:38:34 2026] GET /v2.0/security-groups/f1b63c0b-2088-4a15-b9cf-71a7eb4c2dce/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2406] 10.0.0.119 () {34 vars in 777 bytes} [Thu Aug 13 09:38:34 2026] PUT /v2.0/security-groups/f1b63c0b-2088-4a15-b9cf-71a7eb4c2dce/tags/green => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2407] 10.0.0.119 () {32 vars in 746 bytes} [Thu Aug 13 09:38:34 2026] GET /v2.0/security-groups/f1b63c0b-2088-4a15-b9cf-71a7eb4c2dce/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2408] 10.0.0.119 () {34 vars in 773 bytes} [Thu Aug 13 09:38:34 2026] PUT /v2.0/security-groups/f1b63c0b-2088-4a15-b9cf-71a7eb4c2dce/tags/red => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2409] 10.0.0.119 () {32 vars in 746 bytes} [Thu Aug 13 09:38:34 2026] GET /v2.0/security-groups/f1b63c0b-2088-4a15-b9cf-71a7eb4c2dce/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2410] 10.0.0.119 () {34 vars in 795 bytes} [Thu Aug 13 09:38:34 2026] PUT /v2.0/security-groups/f1b63c0b-2088-4a15-b9cf-71a7eb4c2dce/tags/black.or.white => generated 4 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2411] 10.0.0.119 () {32 vars in 746 bytes} [Thu Aug 13 09:38:34 2026] GET /v2.0/security-groups/f1b63c0b-2088-4a15-b9cf-71a7eb4c2dce/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2412] 10.0.0.119 () {34 vars in 766 bytes} [Thu Aug 13 09:38:34 2026] PUT /v2.0/security-groups/f1b63c0b-2088-4a15-b9cf-71a7eb4c2dce/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: 1269/2413] 10.0.0.119 () {32 vars in 746 bytes} [Thu Aug 13 09:38:34 2026] GET /v2.0/security-groups/f1b63c0b-2088-4a15-b9cf-71a7eb4c2dce/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: 1145/2414] 10.0.0.119 () {32 vars in 754 bytes} [Thu Aug 13 09:38:34 2026] GET /v2.0/security-groups/f1b63c0b-2088-4a15-b9cf-71a7eb4c2dce/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:38:34.738 7 INFO neutron.api.v2.resource [None req-c421328d-670b-467a-bec2-8e48eeb7170e 3398ec5ae02448a68dec2abbc7fc7702 ca48b21d2ff44a08bb7a3a1ca0b5a9e5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1270/2415] 10.0.0.119 () {32 vars in 758 bytes} [Thu Aug 13 09:38:34 2026] GET /v2.0/security-groups/f1b63c0b-2088-4a15-b9cf-71a7eb4c2dce/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2416] 10.0.0.119 () {32 vars in 757 bytes} [Thu Aug 13 09:38:34 2026] DELETE /v2.0/security-groups/f1b63c0b-2088-4a15-b9cf-71a7eb4c2dce/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: 1271/2417] 10.0.0.119 () {32 vars in 746 bytes} [Thu Aug 13 09:38:34 2026] GET /v2.0/security-groups/f1b63c0b-2088-4a15-b9cf-71a7eb4c2dce/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:38:34.862 8 INFO neutron.api.v2.resource [None req-52a6d0f2-5628-4ccc-b954-d5283d0f5b44 3398ec5ae02448a68dec2abbc7fc7702 ca48b21d2ff44a08bb7a3a1ca0b5a9e5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1147/2418] 10.0.0.119 () {32 vars in 761 bytes} [Thu Aug 13 09:38:34 2026] DELETE /v2.0/security-groups/f1b63c0b-2088-4a15-b9cf-71a7eb4c2dce/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2419] 10.0.0.119 () {32 vars in 749 bytes} [Thu Aug 13 09:38:34 2026] DELETE /v2.0/security-groups/f1b63c0b-2088-4a15-b9cf-71a7eb4c2dce/tags => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2420] 10.0.0.119 () {32 vars in 746 bytes} [Thu Aug 13 09:38:34 2026] GET /v2.0/security-groups/f1b63c0b-2088-4a15-b9cf-71a7eb4c2dce/tags => 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: 1150/2421] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:34 2026] DELETE /v2.0/security-groups/f1b63c0b-2088-4a15-b9cf-71a7eb4c2dce => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2422] 10.0.0.119 () {34 vars in 683 bytes} [Thu Aug 13 09:38:34 2026] POST /v2.0/security-groups => generated 1603 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2423] 10.0.0.119 () {34 vars in 683 bytes} [Thu Aug 13 09:38:35 2026] POST /v2.0/security-groups => generated 1603 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2424] 10.0.0.119 () {34 vars in 683 bytes} [Thu Aug 13 09:38:35 2026] POST /v2.0/security-groups => generated 1603 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2425] 10.0.0.119 () {34 vars in 683 bytes} [Thu Aug 13 09:38:35 2026] POST /v2.0/security-groups => generated 1603 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2426] 10.0.0.119 () {34 vars in 683 bytes} [Thu Aug 13 09:38:35 2026] POST /v2.0/security-groups => generated 1603 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2427] 10.0.0.119 () {34 vars in 766 bytes} [Thu Aug 13 09:38:35 2026] PUT /v2.0/security-groups/2a104472-1350-4895-a650-95ab3bb9170a/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: 1276/2428] 10.0.0.119 () {32 vars in 720 bytes} [Thu Aug 13 09:38:35 2026] GET /v2.0/subnets/525f33cc-40dd-4aa2-acbd-703818fa0aa3 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2429] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:38:35 2026] GET /v2.0/security-groups?tenant_id=c999bdc3f45946cbaa5d0f7c3daf4e3b&name=default => generated 2929 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2430] 10.0.0.119 () {34 vars in 766 bytes} [Thu Aug 13 09:38:35 2026] PUT /v2.0/security-groups/58b0d7ec-48b9-4190-a45e-ca1ed85f6a64/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2431] 10.0.0.119 () {34 vars in 766 bytes} [Thu Aug 13 09:38:35 2026] PUT /v2.0/security-groups/734c1756-9432-4ec6-9445-4dded7756b40/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2432] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:35 2026] DELETE /v2.0/security-groups/b7c3e9fe-286c-46b1-b178-de036f0aa545 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2433] 10.0.0.119 () {34 vars in 766 bytes} [Thu Aug 13 09:38:35 2026] PUT /v2.0/security-groups/733af277-5a37-4de6-bb74-a90fe0b88067/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2434] 10.0.0.119 () {32 vars in 679 bytes} [Thu Aug 13 09:38:35 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2435] 10.0.0.119 () {32 vars in 693 bytes} [Thu Aug 13 09:38:36 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2436] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:38:36 2026] GET /v2.0/security-groups?tenant_id=ca48b21d2ff44a08bb7a3a1ca0b5a9e5&name=default => generated 2929 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2437] 10.0.0.119 () {32 vars in 689 bytes} [Thu Aug 13 09:38:36 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2438] 10.0.0.119 () {32 vars in 701 bytes} [Thu Aug 13 09:38:36 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2439] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:36 2026] DELETE /v2.0/security-groups/cdddf7ca-800c-4a6e-9c6a-00de1b3a198b => 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: 1283/2440] 10.0.0.119 () {32 vars in 687 bytes} [Thu Aug 13 09:38:36 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2441] 10.0.0.119 () {32 vars in 701 bytes} [Thu Aug 13 09:38:36 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2442] 10.0.0.119 () {32 vars in 697 bytes} [Thu Aug 13 09:38:36 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2443] 10.0.0.119 () {32 vars in 709 bytes} [Thu Aug 13 09:38:36 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2444] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:36 2026] DELETE /v2.0/security-groups/2a104472-1350-4895-a650-95ab3bb9170a => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2445] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:36 2026] DELETE /v2.0/security-groups/58b0d7ec-48b9-4190-a45e-ca1ed85f6a64 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2446] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:36 2026] DELETE /v2.0/security-groups/734c1756-9432-4ec6-9445-4dded7756b40 => 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: 1161/2447] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:36 2026] DELETE /v2.0/security-groups/733af277-5a37-4de6-bb74-a90fe0b88067 => 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: 1287/2448] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:36 2026] DELETE /v2.0/security-groups/20b39897-b0fd-4cf5-b349-c034a0a6a127 => 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: 1162/2449] 10.0.0.114 () {30 vars in 689 bytes} [Thu Aug 13 09:38:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2450] 10.0.0.114 () {30 vars in 691 bytes} [Thu Aug 13 09:38:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2451] 10.0.0.114 () {30 vars in 667 bytes} [Thu Aug 13 09:38:37 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: 1289/2452] 10.0.0.114 () {30 vars in 703 bytes} [Thu Aug 13 09:38:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2455] 10.0.0.114 () {28 vars in 438 bytes} [Thu Aug 13 09:38:37 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2456] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:38:37 2026] GET /v2.0/security-groups?tenant_id=e508e26b27474c32a8b946ff6fab3421&name=default => generated 2929 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2457] 10.0.0.114 () {30 vars in 727 bytes} [Thu Aug 13 09:38:37 2026] GET /v2.0/subnets/525f33cc-40dd-4aa2-acbd-703818fa0aa3 => generated 658 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2458] 10.0.0.114 () {30 vars in 689 bytes} [Thu Aug 13 09:38:37 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: 1295/2459] 10.0.0.114 () {30 vars in 691 bytes} [Thu Aug 13 09:38:37 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: 1296/2460] 10.0.0.114 () {30 vars in 667 bytes} [Thu Aug 13 09:38:37 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: 1297/2461] 10.0.0.114 () {30 vars in 703 bytes} [Thu Aug 13 09:38:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2462] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:37 2026] DELETE /v2.0/security-groups/8d4af713-c676-4198-abf5-575779003fd3 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2463] 10.0.0.114 () {30 vars in 727 bytes} [Thu Aug 13 09:38:37 2026] GET /v2.0/subnets/525f33cc-40dd-4aa2-acbd-703818fa0aa3 => 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: 1299/2464] 10.0.0.114 () {30 vars in 689 bytes} [Thu Aug 13 09:38:38 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: 1300/2465] 10.0.0.114 () {30 vars in 691 bytes} [Thu Aug 13 09:38: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: 1301/2466] 10.0.0.114 () {30 vars in 667 bytes} [Thu Aug 13 09:38:38 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2467] 10.0.0.114 () {30 vars in 703 bytes} [Thu Aug 13 09:38:38 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: 1166/2468] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:38:38 2026] GET /v2.0/security-groups?tenant_id=b332bada6a5849ff886b9812fb401731&name=default => generated 2929 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2469] 10.0.0.114 () {30 vars in 729 bytes} [Thu Aug 13 09:38:38 2026] GET /v2.0/networks/173bdacb-c097-4b28-8d8c-1fd2c699ef1a => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2470] 10.0.0.114 () {30 vars in 681 bytes} [Thu Aug 13 09:38:38 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2471] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:38 2026] DELETE /v2.0/security-groups/c51450f4-8037-4452-ab07-644288bcf8b5 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2472] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:38:38 2026] GET /v2.0/security-groups?tenant_id=bcdcf46d4d104bad868254959345ad4b&name=default => generated 2929 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2473] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:38 2026] DELETE /v2.0/security-groups/e6cb5e8a-6b2f-4bea-ae10-6cc0411b01dd => 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: 1305/2474] 10.0.0.114 () {34 vars in 703 bytes} [Thu Aug 13 09:38:38 2026] POST /v2.0/ports => generated 1128 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2475] 10.0.0.119 () {34 vars in 675 bytes} [Thu Aug 13 09:38:39 2026] POST /v2.0/subnetpools => generated 516 bytes in 233 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: 1306/2476] 10.0.0.119 () {34 vars in 758 bytes} [Thu Aug 13 09:38:39 2026] PUT /v2.0/subnetpools/5cf59a87-2232-4e3f-9f09-b31f60268d1c/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: 1171/2477] 10.0.0.119 () {32 vars in 738 bytes} [Thu Aug 13 09:38:39 2026] GET /v2.0/subnetpools/5cf59a87-2232-4e3f-9f09-b31f60268d1c/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2478] 10.0.0.119 () {34 vars in 769 bytes} [Thu Aug 13 09:38:39 2026] PUT /v2.0/subnetpools/5cf59a87-2232-4e3f-9f09-b31f60268d1c/tags/green => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2479] 10.0.0.119 () {32 vars in 738 bytes} [Thu Aug 13 09:38:39 2026] GET /v2.0/subnetpools/5cf59a87-2232-4e3f-9f09-b31f60268d1c/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2480] 10.0.0.119 () {34 vars in 765 bytes} [Thu Aug 13 09:38:40 2026] PUT /v2.0/subnetpools/5cf59a87-2232-4e3f-9f09-b31f60268d1c/tags/red => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2481] 10.0.0.119 () {32 vars in 738 bytes} [Thu Aug 13 09:38:40 2026] GET /v2.0/subnetpools/5cf59a87-2232-4e3f-9f09-b31f60268d1c/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2482] 10.0.0.119 () {34 vars in 787 bytes} [Thu Aug 13 09:38:40 2026] PUT /v2.0/subnetpools/5cf59a87-2232-4e3f-9f09-b31f60268d1c/tags/black.or.white => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2483] 10.0.0.119 () {32 vars in 738 bytes} [Thu Aug 13 09:38:40 2026] GET /v2.0/subnetpools/5cf59a87-2232-4e3f-9f09-b31f60268d1c/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2484] 10.0.0.119 () {34 vars in 758 bytes} [Thu Aug 13 09:38:40 2026] PUT /v2.0/subnetpools/5cf59a87-2232-4e3f-9f09-b31f60268d1c/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2485] 10.0.0.119 () {32 vars in 738 bytes} [Thu Aug 13 09:38:40 2026] GET /v2.0/subnetpools/5cf59a87-2232-4e3f-9f09-b31f60268d1c/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: 1311/2486] 10.0.0.119 () {32 vars in 746 bytes} [Thu Aug 13 09:38:40 2026] GET /v2.0/subnetpools/5cf59a87-2232-4e3f-9f09-b31f60268d1c/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:38:40.356 8 INFO neutron.api.v2.resource [None req-a1547d85-4c78-4bde-b7ac-6bb57e126e07 3edebde078634dd3b9260cde26b28bec e005292254804fefb893e5c29778492d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1176/2487] 10.0.0.119 () {32 vars in 750 bytes} [Thu Aug 13 09:38:40 2026] GET /v2.0/subnetpools/5cf59a87-2232-4e3f-9f09-b31f60268d1c/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2488] 10.0.0.119 () {32 vars in 749 bytes} [Thu Aug 13 09:38:40 2026] DELETE /v2.0/subnetpools/5cf59a87-2232-4e3f-9f09-b31f60268d1c/tags/red => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2489] 10.0.0.119 () {32 vars in 738 bytes} [Thu Aug 13 09:38:40 2026] GET /v2.0/subnetpools/5cf59a87-2232-4e3f-9f09-b31f60268d1c/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:38:40.508 7 INFO neutron.api.v2.resource [None req-4e26099b-ed8e-4c75-916c-9c8fa3f78f69 3edebde078634dd3b9260cde26b28bec e005292254804fefb893e5c29778492d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1313/2490] 10.0.0.119 () {32 vars in 753 bytes} [Thu Aug 13 09:38:40 2026] DELETE /v2.0/subnetpools/5cf59a87-2232-4e3f-9f09-b31f60268d1c/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: 1178/2491] 10.0.0.119 () {32 vars in 741 bytes} [Thu Aug 13 09:38:40 2026] DELETE /v2.0/subnetpools/5cf59a87-2232-4e3f-9f09-b31f60268d1c/tags => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2492] 10.0.0.119 () {32 vars in 738 bytes} [Thu Aug 13 09:38:40 2026] GET /v2.0/subnetpools/5cf59a87-2232-4e3f-9f09-b31f60268d1c/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2493] 10.0.0.119 () {32 vars in 731 bytes} [Thu Aug 13 09:38:40 2026] DELETE /v2.0/subnetpools/5cf59a87-2232-4e3f-9f09-b31f60268d1c => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2494] 199.204.45.61 () {30 vars in 701 bytes} [Thu Aug 13 09:38:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2495] 199.204.45.61 () {30 vars in 703 bytes} [Thu Aug 13 09:38:41 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2496] 199.204.45.61 () {30 vars in 679 bytes} [Thu Aug 13 09:38:41 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2497] 199.204.45.61 () {30 vars in 715 bytes} [Thu Aug 13 09:38: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: 1182/2498] 199.204.45.61 () {30 vars in 735 bytes} [Thu Aug 13 09:38:41 2026] GET /v2.0/ports/c5e3141f-8dc7-4bef-bc6b-d8a1370d1404 => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2499] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:38:41 2026] GET /v2.0/security-groups?tenant_id=e005292254804fefb893e5c29778492d&name=default => generated 2929 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2500] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:41 2026] DELETE /v2.0/security-groups/232b629f-03a6-454a-a5e5-5db4f006733e => 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: 1318/2501] 199.204.45.61 () {30 vars in 701 bytes} [Thu Aug 13 09:38:41 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: 1184/2502] 199.204.45.61 () {30 vars in 703 bytes} [Thu Aug 13 09:38:41 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2503] 199.204.45.61 () {30 vars in 679 bytes} [Thu Aug 13 09:38:41 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: 1185/2504] 199.204.45.61 () {30 vars in 715 bytes} [Thu Aug 13 09:38:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:38:41.643 7 INFO neutron.api.v2.resource [None req-624e3045-bcf5-45ea-9037-49ec096008a2 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1320/2505] 199.204.45.61 () {30 vars in 761 bytes} [Thu Aug 13 09:38:41 2026] GET /v2.0/security-groups/lb-1fac9483-1dad-4ed1-9796-054b354bd10d => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2506] 199.204.45.61 () {30 vars in 783 bytes} [Thu Aug 13 09:38:41 2026] GET /v2.0/security-groups?name=lb-1fac9483-1dad-4ed1-9796-054b354bd10d => generated 23 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2507] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:38:41 2026] GET /v2.0/security-groups?tenant_id=147c8b42b36549b586a959e48a6fc8c3&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2508] 199.204.45.61 () {34 vars in 734 bytes} [Thu Aug 13 09:38:41 2026] POST /v2.0/security-groups => generated 1638 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2509] 199.204.45.61 () {30 vars in 813 bytes} [Thu Aug 13 09:38:41 2026] GET /v2.0/security-group-rules?security_group_id=7d062ca4-8062-4489-9d6c-80e0387f100a => generated 1182 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2510] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:41 2026] DELETE /v2.0/security-groups/e47d7d13-6fcb-448c-bf6e-de556509b50c => 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: 1189/2511] 199.204.45.61 () {34 vars in 787 bytes} [Thu Aug 13 09:38:41 2026] PUT /v2.0/ports/c5e3141f-8dc7-4bef-bc6b-d8a1370d1404 => generated 1128 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2512] 199.204.45.61 () {30 vars in 701 bytes} [Thu Aug 13 09:38:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1190/2513] 199.204.45.61 () {30 vars in 703 bytes} [Thu Aug 13 09:38:42 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2514] 199.204.45.61 () {30 vars in 679 bytes} [Thu Aug 13 09:38:42 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: 1191/2515] 199.204.45.61 () {30 vars in 715 bytes} [Thu Aug 13 09:38: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: 7|app: 0|req: 1325/2516] 199.204.45.61 () {30 vars in 739 bytes} [Thu Aug 13 09:38:42 2026] GET /v2.0/subnets/525f33cc-40dd-4aa2-acbd-703818fa0aa3 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2517] 10.0.0.119 () {34 vars in 675 bytes} [Thu Aug 13 09:38:42 2026] POST /v2.0/subnetpools => generated 516 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2518] 10.0.0.119 () {34 vars in 675 bytes} [Thu Aug 13 09:38:42 2026] POST /v2.0/subnetpools => generated 516 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2519] 10.0.0.119 () {34 vars in 675 bytes} [Thu Aug 13 09:38:42 2026] POST /v2.0/subnetpools => generated 516 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2520] 10.0.0.119 () {34 vars in 675 bytes} [Thu Aug 13 09:38:43 2026] POST /v2.0/subnetpools => generated 516 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2521] 10.0.0.119 () {34 vars in 675 bytes} [Thu Aug 13 09:38:43 2026] POST /v2.0/subnetpools => generated 516 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2522] 10.0.0.119 () {34 vars in 758 bytes} [Thu Aug 13 09:38:43 2026] PUT /v2.0/subnetpools/ece81410-d5cd-41ad-8247-d72fb4de1e02/tags => generated 17 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2523] 10.0.0.119 () {34 vars in 758 bytes} [Thu Aug 13 09:38:43 2026] PUT /v2.0/subnetpools/d9925eff-c2ec-4221-80d4-e49d9326288a/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2524] 10.0.0.119 () {34 vars in 758 bytes} [Thu Aug 13 09:38:43 2026] PUT /v2.0/subnetpools/adf97dbd-2247-4463-85a0-d88e8815249f/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: 1196/2525] 10.0.0.119 () {34 vars in 758 bytes} [Thu Aug 13 09:38:43 2026] PUT /v2.0/subnetpools/b80dfb00-772c-4251-bdc4-0d93ee4d5da3/tags => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2526] 10.0.0.119 () {32 vars in 671 bytes} [Thu Aug 13 09:38:43 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2527] 10.0.0.119 () {32 vars in 685 bytes} [Thu Aug 13 09:38:43 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2528] 10.0.0.119 () {32 vars in 681 bytes} [Thu Aug 13 09:38:43 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2529] 10.0.0.119 () {32 vars in 693 bytes} [Thu Aug 13 09:38:43 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2530] 10.0.0.119 () {32 vars in 679 bytes} [Thu Aug 13 09:38:43 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2531] 10.0.0.119 () {32 vars in 693 bytes} [Thu Aug 13 09:38:43 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2532] 10.0.0.119 () {32 vars in 689 bytes} [Thu Aug 13 09:38:43 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2533] 10.0.0.119 () {32 vars in 701 bytes} [Thu Aug 13 09:38:43 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2534] 10.0.0.119 () {32 vars in 731 bytes} [Thu Aug 13 09:38:43 2026] DELETE /v2.0/subnetpools/ece81410-d5cd-41ad-8247-d72fb4de1e02 => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2535] 10.0.0.119 () {32 vars in 731 bytes} [Thu Aug 13 09:38:43 2026] DELETE /v2.0/subnetpools/d9925eff-c2ec-4221-80d4-e49d9326288a => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2536] 10.0.0.119 () {32 vars in 731 bytes} [Thu Aug 13 09:38:43 2026] DELETE /v2.0/subnetpools/adf97dbd-2247-4463-85a0-d88e8815249f => 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: 1202/2537] 10.0.0.119 () {32 vars in 731 bytes} [Thu Aug 13 09:38:43 2026] DELETE /v2.0/subnetpools/b80dfb00-772c-4251-bdc4-0d93ee4d5da3 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2538] 10.0.0.119 () {32 vars in 731 bytes} [Thu Aug 13 09:38:43 2026] DELETE /v2.0/subnetpools/557c3b69-803d-43bc-8139-383e3a293d94 => 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: 1203/2539] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:38:44 2026] GET /v2.0/security-groups?tenant_id=c16c141a37ac4de69ddf08a69e4f7fc4&name=default => generated 2929 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2540] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:44 2026] DELETE /v2.0/security-groups/cf5e48a9-4340-4381-8eef-dd07a67bfe19 => 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: 1204/2541] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:38:45 2026] GET /v2.0/security-groups?tenant_id=c6a59be46db842dab03933e13a95d7ce&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2542] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:45 2026] DELETE /v2.0/security-groups/49740ff0-c00b-4f7a-bd60-ebdb7c2deeab => 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: 1205/2543] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:38:45 2026] GET /v2.0/security-groups?tenant_id=909d96e0c61a4d76a5f25eef795b890f&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2544] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:45 2026] DELETE /v2.0/security-groups/f4419e85-86f4-4931-81cc-891701ee074c => 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: 1206/2545] 10.0.0.198 () {34 vars in 1015 bytes} [Thu Aug 13 09:38:49 2026] GET /v2.0/security-groups?id=59b5658c-f79d-4adb-b130-ee6483f9e90b&fields=id => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2546] 10.0.0.198 () {34 vars in 981 bytes} [Thu Aug 13 09:38:49 2026] GET /v2.0/networks?id=98ae24da-8a61-47eb-84ef-5b7a09326316 => generated 735 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2547] 10.0.0.198 () {34 vars in 964 bytes} [Thu Aug 13 09:38:49 2026] GET /v2.0/quotas/0391fdd5981c419c8dee4ffc0433206c => 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: 1208/2548] 10.0.0.198 () {34 vars in 1001 bytes} [Thu Aug 13 09:38:49 2026] GET /v2.0/ports?tenant_id=0391fdd5981c419c8dee4ffc0433206c&fields=id => generated 149 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2549] 10.0.0.198 () {34 vars in 1007 bytes} [Thu Aug 13 09:38:49 2026] GET /v2.0/networks/98ae24da-8a61-47eb-84ef-5b7a09326316?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2550] 10.0.0.198 () {34 vars in 1107 bytes} [Thu Aug 13 09:38:49 2026] GET /v2.0/networks/98ae24da-8a61-47eb-84ef-5b7a09326316?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) 2026-08-13 09:38:50.067 7 INFO neutron.db.segments_db [None req-41a641a5-920a-4109-a06b-5fdf9e1f101a 5b7db25fc83f4f84ae2fdf7f4a158154 cca825d5eda64faf8d27819c9ea83bff - - default default] Added segment a03572cc-f7c2-4c8b-b9c5-2a3d497bbede of type vxlan for network 055eceae-3c54-4749-9ce4-8b30396bdba3 [pid: 7|app: 0|req: 1341/2551] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:38:49 2026] POST /v2.0/networks => generated 612 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2552] 10.0.0.119 () {34 vars in 663 bytes} [Thu Aug 13 09:38:50 2026] POST /v2.0/ports => generated 743 bytes in 308 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: 1212/2553] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:38:50 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => 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: 1213/2554] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:38:50 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => 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: 1342/2555] 10.0.0.119 () {34 vars in 665 bytes} [Thu Aug 13 09:38:50 2026] POST /v2.0/trunks => generated 407 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:38:50.765 8 INFO neutron.db.segments_db [None req-d1c5da81-80e9-4e6f-ac7b-91b4314f156b 5b7db25fc83f4f84ae2fdf7f4a158154 cca825d5eda64faf8d27819c9ea83bff - - default default] Added segment 111c164c-e949-44e8-9d09-1ffcebb12a74 of type vxlan for network df4a6492-08cb-4087-aed9-f093380ed278 [pid: 8|app: 0|req: 1214/2556] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:38:50 2026] POST /v2.0/networks => generated 612 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2557] 10.0.0.119 () {34 vars in 663 bytes} [Thu Aug 13 09:38:50 2026] POST /v2.0/ports => generated 743 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2558] 10.0.0.119 () {34 vars in 665 bytes} [Thu Aug 13 09:38:51 2026] POST /v2.0/trunks => generated 407 bytes in 163 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-08-13 09:38:51.353 7 INFO neutron.db.segments_db [None req-cff7d538-db1b-4941-8da1-b04e97f5c636 5b7db25fc83f4f84ae2fdf7f4a158154 cca825d5eda64faf8d27819c9ea83bff - - default default] Added segment 35bdcf5f-c039-41c9-9d73-807a6149a061 of type vxlan for network 6b38f3c4-221c-4b5c-9b0a-9b3df3a7e95e [pid: 7|app: 0|req: 1344/2559] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:38:51 2026] POST /v2.0/networks => generated 613 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2560] 10.0.0.119 () {34 vars in 663 bytes} [Thu Aug 13 09:38:51 2026] POST /v2.0/ports => generated 743 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2561] 10.0.0.119 () {34 vars in 665 bytes} [Thu Aug 13 09:38:51 2026] POST /v2.0/trunks => generated 407 bytes in 158 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-08-13 09:38:51.916 8 INFO neutron.db.segments_db [None req-9f5ade27-8035-437c-947d-ea1d693b7eaf 5b7db25fc83f4f84ae2fdf7f4a158154 cca825d5eda64faf8d27819c9ea83bff - - default default] Added segment bdd69ec1-ce77-42dd-b900-95a89f77c627 of type vxlan for network 07ccfcca-243c-410a-9828-33d6ab6f83a3 [pid: 8|app: 0|req: 1217/2562] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:38:51 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: 1346/2563] 10.0.0.119 () {34 vars in 663 bytes} [Thu Aug 13 09:38:52 2026] POST /v2.0/ports => generated 743 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2564] 10.0.0.119 () {34 vars in 665 bytes} [Thu Aug 13 09:38:52 2026] POST /v2.0/trunks => generated 407 bytes in 203 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-08-13 09:38:52.602 7 INFO neutron.db.segments_db [None req-5e7b0223-3a8f-4aa4-b2ca-f4c531dae747 5b7db25fc83f4f84ae2fdf7f4a158154 cca825d5eda64faf8d27819c9ea83bff - - default default] Added segment 1d98d612-ba25-43c9-8217-f979cea2073d of type vxlan for network 0adf582e-6727-4bc5-be6a-c3277518bfdc [pid: 7|app: 0|req: 1347/2567] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:38:52 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: 8|app: 0|req: 1221/2568] 10.0.0.119 () {34 vars in 663 bytes} [Thu Aug 13 09:38:52 2026] POST /v2.0/ports => generated 743 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2569] 10.0.0.119 () {34 vars in 665 bytes} [Thu Aug 13 09:38:52 2026] POST /v2.0/trunks => generated 407 bytes in 171 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: 1222/2570] 10.0.0.119 () {34 vars in 748 bytes} [Thu Aug 13 09:38:53 2026] PUT /v2.0/trunks/f0897f44-be16-4de9-a6f2-934703d9ce2c/tags => generated 17 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2571] 10.0.0.119 () {34 vars in 748 bytes} [Thu Aug 13 09:38:53 2026] PUT /v2.0/trunks/2c52718e-fbef-4a15-87ab-8c93359d81c2/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2572] 10.0.0.119 () {34 vars in 748 bytes} [Thu Aug 13 09:38:53 2026] PUT /v2.0/trunks/e090fdb8-3a0f-4e1d-b7a0-5666dfc5d6dd/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2573] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:38:53 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => 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: 1224/2574] 10.0.0.119 () {34 vars in 748 bytes} [Thu Aug 13 09:38:53 2026] PUT /v2.0/trunks/ea5641ac-02ee-4c2f-af9c-e46192728741/tags => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2575] 10.0.0.119 () {32 vars in 661 bytes} [Thu Aug 13 09:38:53 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2576] 10.0.0.119 () {32 vars in 675 bytes} [Thu Aug 13 09:38:53 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2577] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:38:53 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => 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: 1226/2578] 10.0.0.119 () {32 vars in 671 bytes} [Thu Aug 13 09:38:53 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2579] 10.0.0.119 () {32 vars in 683 bytes} [Thu Aug 13 09:38:53 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2580] 10.0.0.119 () {32 vars in 669 bytes} [Thu Aug 13 09:38:53 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2581] 10.0.0.119 () {32 vars in 683 bytes} [Thu Aug 13 09:38:53 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2582] 10.0.0.119 () {32 vars in 679 bytes} [Thu Aug 13 09:38:53 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2583] 10.0.0.119 () {32 vars in 691 bytes} [Thu Aug 13 09:38:53 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2584] 10.0.0.119 () {32 vars in 718 bytes} [Thu Aug 13 09:38:53 2026] GET /v2.0/trunks/f0897f44-be16-4de9-a6f2-934703d9ce2c => generated 412 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2585] 10.0.0.119 () {32 vars in 716 bytes} [Thu Aug 13 09:38:53 2026] GET /v2.0/ports/04d48359-fecc-43dc-8e41-916514e57f61 => generated 826 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2586] 10.0.0.119 () {32 vars in 721 bytes} [Thu Aug 13 09:38:53 2026] DELETE /v2.0/trunks/f0897f44-be16-4de9-a6f2-934703d9ce2c => 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: 1357/2587] 10.0.0.119 () {32 vars in 718 bytes} [Thu Aug 13 09:38:53 2026] GET /v2.0/trunks/2c52718e-fbef-4a15-87ab-8c93359d81c2 => generated 420 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2588] 10.0.0.119 () {32 vars in 716 bytes} [Thu Aug 13 09:38:53 2026] GET /v2.0/ports/66b0a444-df0e-4b99-a4e7-0f5a0f7ced7c => generated 826 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2589] 10.0.0.119 () {32 vars in 721 bytes} [Thu Aug 13 09:38:53 2026] DELETE /v2.0/trunks/2c52718e-fbef-4a15-87ab-8c93359d81c2 => 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: 1232/2590] 10.0.0.119 () {32 vars in 718 bytes} [Thu Aug 13 09:38:53 2026] GET /v2.0/trunks/e090fdb8-3a0f-4e1d-b7a0-5666dfc5d6dd => generated 429 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2591] 10.0.0.119 () {32 vars in 716 bytes} [Thu Aug 13 09:38:53 2026] GET /v2.0/ports/f4c1ec96-b2ab-402d-878d-3c7fa3f9156d => generated 826 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2592] 10.0.0.119 () {32 vars in 721 bytes} [Thu Aug 13 09:38:54 2026] DELETE /v2.0/trunks/e090fdb8-3a0f-4e1d-b7a0-5666dfc5d6dd => 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: 1360/2593] 10.0.0.119 () {32 vars in 718 bytes} [Thu Aug 13 09:38:54 2026] GET /v2.0/trunks/ea5641ac-02ee-4c2f-af9c-e46192728741 => 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: 1361/2594] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:38:54 2026] GET /v2.0/networks?id=98ae24da-8a61-47eb-84ef-5b7a09326316 => generated 735 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2595] 199.204.45.61 () {34 vars in 1048 bytes} [Thu Aug 13 09:38:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0391fdd5981c419c8dee4ffc0433206c => generated 343 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2596] 10.0.0.119 () {32 vars in 716 bytes} [Thu Aug 13 09:38:54 2026] GET /v2.0/ports/a7235309-00bd-46cd-be69-d7fd481cc642 => generated 826 bytes in 685 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2597] 199.204.45.61 () {38 vars in 953 bytes} [Thu Aug 13 09:38:54 2026] POST /v2.0/ports => generated 1082 bytes in 280 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: 1235/2598] 10.0.0.119 () {32 vars in 721 bytes} [Thu Aug 13 09:38:54 2026] DELETE /v2.0/trunks/ea5641ac-02ee-4c2f-af9c-e46192728741 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2599] 10.0.0.119 () {32 vars in 718 bytes} [Thu Aug 13 09:38:54 2026] GET /v2.0/trunks/abb692f5-9cd5-4140-8e12-d5100d669317 => generated 407 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2600] 10.0.0.119 () {32 vars in 716 bytes} [Thu Aug 13 09:38:54 2026] GET /v2.0/ports/ff26b291-b22e-43f7-9820-0543393f5dab => generated 826 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2601] 10.0.0.119 () {32 vars in 721 bytes} [Thu Aug 13 09:38:55 2026] DELETE /v2.0/trunks/abb692f5-9cd5-4140-8e12-d5100d669317 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:38:55.218 8 INFO neutron_taas.services.taas.taas_plugin [None req-b49c6184-1c42-498a-affa-83a484d7ad2e 5b7db25fc83f4f84ae2fdf7f4a158154 cca825d5eda64faf8d27819c9ea83bff - - default default] TaaS: Handle Delete Port: 04d48359-fecc-43dc-8e41-916514e57f61 2026-08-13 09:38:55.223 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b49c6184-1c42-498a-affa-83a484d7ad2e 5b7db25fc83f4f84ae2fdf7f4a158154 cca825d5eda64faf8d27819c9ea83bff - - default default] Tap Mirror: Handle Delete Port: 04d48359-fecc-43dc-8e41-916514e57f61 [pid: 8|app: 0|req: 1239/2602] 10.0.0.119 () {32 vars in 719 bytes} [Thu Aug 13 09:38:55 2026] DELETE /v2.0/ports/04d48359-fecc-43dc-8e41-916514e57f61 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2603] 199.204.45.61 () {38 vars in 1026 bytes} [Thu Aug 13 09:38:54 2026] PUT /v2.0/ports/3e6e8e9d-5842-4b4a-86de-549ca0a7a448 => generated 1243 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:38:55.436 8 INFO neutron_taas.services.taas.taas_plugin [None req-8c0c44fd-2151-42b1-957d-749e0ba30859 5b7db25fc83f4f84ae2fdf7f4a158154 cca825d5eda64faf8d27819c9ea83bff - - default default] TaaS: Handle Delete Port: 66b0a444-df0e-4b99-a4e7-0f5a0f7ced7c 2026-08-13 09:38:55.443 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c0c44fd-2151-42b1-957d-749e0ba30859 5b7db25fc83f4f84ae2fdf7f4a158154 cca825d5eda64faf8d27819c9ea83bff - - default default] Tap Mirror: Handle Delete Port: 66b0a444-df0e-4b99-a4e7-0f5a0f7ced7c 2026-08-13 09:38:55.451 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-eb6fc7a2-4b61-4b8e-9e5e-b8659a46380c'] response: {'name': 'network-changed', 'server_uuid': '019b946c-5d6b-4ecb-9aa5-16d1d2bf9324', 'tag': '3e6e8e9d-5842-4b4a-86de-549ca0a7a448', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1240/2604] 10.0.0.119 () {32 vars in 719 bytes} [Thu Aug 13 09:38:55 2026] DELETE /v2.0/ports/66b0a444-df0e-4b99-a4e7-0f5a0f7ced7c => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 09:38:55.629 7 INFO neutron_taas.services.taas.taas_plugin [None req-c3f8f260-6a6f-4c71-8274-2283ffb7ce67 5b7db25fc83f4f84ae2fdf7f4a158154 cca825d5eda64faf8d27819c9ea83bff - - default default] TaaS: Handle Delete Port: f4c1ec96-b2ab-402d-878d-3c7fa3f9156d 2026-08-13 09:38:55.632 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3f8f260-6a6f-4c71-8274-2283ffb7ce67 5b7db25fc83f4f84ae2fdf7f4a158154 cca825d5eda64faf8d27819c9ea83bff - - default default] Tap Mirror: Handle Delete Port: f4c1ec96-b2ab-402d-878d-3c7fa3f9156d [pid: 7|app: 0|req: 1365/2605] 10.0.0.119 () {32 vars in 719 bytes} [Thu Aug 13 09:38:55 2026] DELETE /v2.0/ports/f4c1ec96-b2ab-402d-878d-3c7fa3f9156d => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:38:55.811 8 INFO neutron_taas.services.taas.taas_plugin [None req-f7f69af7-e7c6-414b-bb36-0982d378491f 5b7db25fc83f4f84ae2fdf7f4a158154 cca825d5eda64faf8d27819c9ea83bff - - default default] TaaS: Handle Delete Port: a7235309-00bd-46cd-be69-d7fd481cc642 2026-08-13 09:38:55.814 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7f69af7-e7c6-414b-bb36-0982d378491f 5b7db25fc83f4f84ae2fdf7f4a158154 cca825d5eda64faf8d27819c9ea83bff - - default default] Tap Mirror: Handle Delete Port: a7235309-00bd-46cd-be69-d7fd481cc642 [pid: 8|app: 0|req: 1241/2606] 10.0.0.119 () {32 vars in 719 bytes} [Thu Aug 13 09:38:55 2026] DELETE /v2.0/ports/a7235309-00bd-46cd-be69-d7fd481cc642 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:38:55.990 7 INFO neutron_taas.services.taas.taas_plugin [None req-58c7bdaf-13fa-479c-98cd-e76a790cbf96 5b7db25fc83f4f84ae2fdf7f4a158154 cca825d5eda64faf8d27819c9ea83bff - - default default] TaaS: Handle Delete Port: ff26b291-b22e-43f7-9820-0543393f5dab 2026-08-13 09:38:55.993 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58c7bdaf-13fa-479c-98cd-e76a790cbf96 5b7db25fc83f4f84ae2fdf7f4a158154 cca825d5eda64faf8d27819c9ea83bff - - default default] Tap Mirror: Handle Delete Port: ff26b291-b22e-43f7-9820-0543393f5dab [pid: 8|app: 0|req: 1242/2607] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:38:55 2026] GET /v2.0/ports?tenant_id=0391fdd5981c419c8dee4ffc0433206c&device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2608] 199.204.45.61 () {34 vars in 1016 bytes} [Thu Aug 13 09:38:56 2026] GET /v2.0/networks?tenant_id=0391fdd5981c419c8dee4ffc0433206c&shared=False => generated 735 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2609] 10.0.0.119 () {32 vars in 719 bytes} [Thu Aug 13 09:38:55 2026] DELETE /v2.0/ports/ff26b291-b22e-43f7-9820-0543393f5dab => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2610] 199.204.45.61 () {34 vars in 928 bytes} [Thu Aug 13 09:38:56 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:38:56.204 7 INFO neutron.services.segments.plugin [-] Segment a03572cc-f7c2-4c8b-b9c5-2a3d497bbede resource provider aggregate not found 2026-08-13 09:38:56.208 7 INFO neutron.services.segments.plugin [-] Segment a03572cc-f7c2-4c8b-b9c5-2a3d497bbede resource provider aggregate not found 2026-08-13 09:38:56.233 7 INFO neutron.services.segments.plugin [-] Segment a03572cc-f7c2-4c8b-b9c5-2a3d497bbede resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a03572cc-f7c2-4c8b-b9c5-2a3d497bbede found for delete ", "request_id": "req-9e37a545-2314-4088-8f85-ab6667a2fae7"}]} 2026-08-13 09:38:56.233 7 INFO neutron.services.segments.plugin [-] Segment a03572cc-f7c2-4c8b-b9c5-2a3d497bbede resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a03572cc-f7c2-4c8b-b9c5-2a3d497bbede found for delete ", "request_id": "req-446713ea-7ba7-4c35-9b02-2f65054f6f0a"}]} [pid: 7|app: 0|req: 1367/2611] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:38:56 2026] DELETE /v2.0/networks/055eceae-3c54-4749-9ce4-8b30396bdba3 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:38:56.375 8 INFO neutron.services.segments.plugin [-] Segment 111c164c-e949-44e8-9d09-1ffcebb12a74 resource provider aggregate not found 2026-08-13 09:38:56.379 8 INFO neutron.services.segments.plugin [-] Segment 111c164c-e949-44e8-9d09-1ffcebb12a74 resource provider aggregate not found 2026-08-13 09:38:56.394 8 INFO neutron.services.segments.plugin [-] Segment 111c164c-e949-44e8-9d09-1ffcebb12a74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 111c164c-e949-44e8-9d09-1ffcebb12a74 found for delete ", "request_id": "req-9dda1f17-5ba3-4e84-b7f8-7cbd82389f4b"}]} 2026-08-13 09:38:56.397 8 INFO neutron.services.segments.plugin [-] Segment 111c164c-e949-44e8-9d09-1ffcebb12a74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 111c164c-e949-44e8-9d09-1ffcebb12a74 found for delete ", "request_id": "req-923e0859-45ed-4222-999e-451e70b1bdf6"}]} [pid: 8|app: 0|req: 1245/2612] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:38:56 2026] DELETE /v2.0/networks/df4a6492-08cb-4087-aed9-f093380ed278 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2613] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:38:56 2026] DELETE /v2.0/networks/6b38f3c4-221c-4b5c-9b0a-9b3df3a7e95e => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2614] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:38:56 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => 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: 1246/2615] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:38:56 2026] DELETE /v2.0/networks/07ccfcca-243c-410a-9828-33d6ab6f83a3 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2616] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:38:56 2026] GET /v2.0/security-groups?id=59b5658c-f79d-4adb-b130-ee6483f9e90b&fields=id&fields=name => generated 96 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2617] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:38:56 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2618] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:38:56 2026] DELETE /v2.0/networks/0adf582e-6727-4bc5-be6a-c3277518bfdc => 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: 1249/2619] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:38:57 2026] GET /v2.0/ports?tenant_id=0391fdd5981c419c8dee4ffc0433206c&device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 1246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2620] 199.204.45.61 () {34 vars in 1060 bytes} [Thu Aug 13 09:38:57 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.177&port_id=3e6e8e9d-5842-4b4a-86de-549ca0a7a448 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2621] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:38:57 2026] GET /v2.0/subnets?id=9202cec5-62ec-4038-a26a-46afe6056f16 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2622] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:38:57 2026] GET /v2.0/ports?network_id=98ae24da-8a61-47eb-84ef-5b7a09326316&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2623] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:38:57 2026] GET /v2.0/networks/98ae24da-8a61-47eb-84ef-5b7a09326316?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: 1373/2624] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:38:57 2026] GET /v2.0/networks/98ae24da-8a61-47eb-84ef-5b7a09326316?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: 1252/2625] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:38:57 2026] GET /v2.0/security-groups?tenant_id=cca825d5eda64faf8d27819c9ea83bff&name=default => generated 2929 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2626] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:57 2026] DELETE /v2.0/security-groups/c74343f5-c3d8-4b3a-a5ab-52db5f05d6ad => 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: 1253/2627] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:38:57 2026] GET /v2.0/security-groups?tenant_id=bc809ff572db4865918df6e3ecd53d78&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2628] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:58 2026] DELETE /v2.0/security-groups/3847d1ae-a68b-4e18-9782-1cee63eeac6b => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:38:58.251 7 INFO neutron.services.segments.plugin [-] Segment 35bdcf5f-c039-41c9-9d73-807a6149a061 resource provider aggregate not found 2026-08-13 09:38:58.258 7 INFO neutron.services.segments.plugin [-] Segment 35bdcf5f-c039-41c9-9d73-807a6149a061 resource provider aggregate not found 2026-08-13 09:38:58.265 7 INFO neutron.services.segments.plugin [-] Segment 35bdcf5f-c039-41c9-9d73-807a6149a061 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35bdcf5f-c039-41c9-9d73-807a6149a061 found for delete ", "request_id": "req-1e48ff5c-aab2-41e2-9d9d-79900aa1da9a"}]} 2026-08-13 09:38:58.276 7 INFO neutron.services.segments.plugin [-] Segment 1d98d612-ba25-43c9-8217-f979cea2073d resource provider aggregate not found 2026-08-13 09:38:58.280 7 INFO neutron.services.segments.plugin [-] Segment 35bdcf5f-c039-41c9-9d73-807a6149a061 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35bdcf5f-c039-41c9-9d73-807a6149a061 found for delete ", "request_id": "req-2b5083b4-27d8-4f33-a1a2-5c03eef172a7"}]} 2026-08-13 09:38:58.298 7 INFO neutron.services.segments.plugin [-] Segment 1d98d612-ba25-43c9-8217-f979cea2073d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d98d612-ba25-43c9-8217-f979cea2073d found for delete ", "request_id": "req-b91cba59-262a-4c93-9948-d01666ddc3c8"}]} 2026-08-13 09:38:58.299 7 INFO neutron.services.segments.plugin [-] Segment 1d98d612-ba25-43c9-8217-f979cea2073d resource provider aggregate not found 2026-08-13 09:38:58.316 7 INFO neutron.services.segments.plugin [-] Segment 1d98d612-ba25-43c9-8217-f979cea2073d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d98d612-ba25-43c9-8217-f979cea2073d found for delete ", "request_id": "req-699a99a5-d257-4c27-b8fc-add997379121"}]} 2026-08-13 09:38:58.428 8 INFO neutron.services.segments.plugin [-] Segment bdd69ec1-ce77-42dd-b900-95a89f77c627 resource provider aggregate not found 2026-08-13 09:38:58.436 8 INFO neutron.services.segments.plugin [-] Segment bdd69ec1-ce77-42dd-b900-95a89f77c627 resource provider aggregate not found 2026-08-13 09:38:58.455 8 INFO neutron.services.segments.plugin [-] Segment bdd69ec1-ce77-42dd-b900-95a89f77c627 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdd69ec1-ce77-42dd-b900-95a89f77c627 found for delete ", "request_id": "req-b7634fea-86fc-41a5-9802-17a4676ca7a6"}]} 2026-08-13 09:38:58.456 8 INFO neutron.services.segments.plugin [-] Segment bdd69ec1-ce77-42dd-b900-95a89f77c627 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdd69ec1-ce77-42dd-b900-95a89f77c627 found for delete ", "request_id": "req-07851cbc-d68d-48d2-9653-2462122559b1"}]} [pid: 8|app: 0|req: 1254/2629] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:38:58 2026] GET /v2.0/security-groups?tenant_id=1eef1055b2fe45cf99c91c74f71a5543&name=default => generated 2929 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2630] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:38:58 2026] DELETE /v2.0/security-groups/0eb09471-16ae-46ff-bc0d-06a46b80f5f6 => 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: 1255/2631] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:38:59 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 1246 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2632] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:38:59 2026] GET /v2.0/security-groups?id=59b5658c-f79d-4adb-b130-ee6483f9e90b&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: 1256/2633] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:38:59 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2634] 199.204.45.61 () {34 vars in 992 bytes} [Thu Aug 13 09:39:01 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 1248 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2635] 199.204.45.61 () {34 vars in 1042 bytes} [Thu Aug 13 09:39:01 2026] GET /v2.0/security-groups?id=59b5658c-f79d-4adb-b130-ee6483f9e90b&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2636] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:39:02 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2637] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:39:02 2026] GET /v2.0/security-groups?id=59b5658c-f79d-4adb-b130-ee6483f9e90b&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2638] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:39:02 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2639] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:39:05 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 1248 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2640] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:39:06 2026] GET /v2.0/security-groups?id=59b5658c-f79d-4adb-b130-ee6483f9e90b&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2641] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:39:06 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 1248 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2648] 199.204.45.61 () {30 vars in 701 bytes} [Thu Aug 13 09:39:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2649] 199.204.45.61 () {30 vars in 703 bytes} [Thu Aug 13 09:39:44 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2650] 199.204.45.61 () {30 vars in 679 bytes} [Thu Aug 13 09:39:44 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2651] 199.204.45.61 () {30 vars in 715 bytes} [Thu Aug 13 09:39:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2652] 199.204.45.61 () {30 vars in 739 bytes} [Thu Aug 13 09:39:44 2026] GET /v2.0/subnets/525f33cc-40dd-4aa2-acbd-703818fa0aa3 => 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: 1266/2653] 199.204.45.61 () {30 vars in 767 bytes} [Thu Aug 13 09:39:44 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2654] 199.204.45.61 () {34 vars in 715 bytes} [Thu Aug 13 09:39:45 2026] POST /v2.0/ports => generated 1059 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2655] 10.0.0.198 () {34 vars in 970 bytes} [Thu Aug 13 09:39:45 2026] GET /v2.0/ports/de0bde1f-8826-4912-ae07-58f555a3efb9 => generated 1059 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2656] 10.0.0.198 () {34 vars in 906 bytes} [Thu Aug 13 09:39:45 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: 8|app: 0|req: 1268/2657] 199.204.45.61 () {34 vars in 1260 bytes} [Thu Aug 13 09:39:46 2026] GET /v2.0/ports/de0bde1f-8826-4912-ae07-58f555a3efb9?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2658] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:39:46 2026] GET /v2.0/networks/173bdacb-c097-4b28-8d8c-1fd2c699ef1a?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2659] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:39:46 2026] GET /v2.0/networks/173bdacb-c097-4b28-8d8c-1fd2c699ef1a?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: 1391/2660] 199.204.45.61 () {34 vars in 973 bytes} [Thu Aug 13 09:39:47 2026] GET /v2.0/ports/de0bde1f-8826-4912-ae07-58f555a3efb9 => generated 1059 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2661] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:39:47 2026] GET /v2.0/networks?id=173bdacb-c097-4b28-8d8c-1fd2c699ef1a => generated 803 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2662] 199.204.45.61 () {38 vars in 1026 bytes} [Thu Aug 13 09:39:47 2026] PUT /v2.0/ports/de0bde1f-8826-4912-ae07-58f555a3efb9 => generated 1249 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:39:47.815 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3b3f7f9-3007-4b88-a00e-922a2e871b60'] response: {'name': 'network-changed', 'server_uuid': '019b946c-5d6b-4ecb-9aa5-16d1d2bf9324', 'tag': 'de0bde1f-8826-4912-ae07-58f555a3efb9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1271/2663] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:39:48 2026] GET /v2.0/ports?tenant_id=0391fdd5981c419c8dee4ffc0433206c&device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 2489 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2664] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:39:48 2026] GET /v2.0/networks?id=173bdacb-c097-4b28-8d8c-1fd2c699ef1a => generated 803 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2665] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:39:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.248&port_id=de0bde1f-8826-4912-ae07-58f555a3efb9 => 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: 1394/2666] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:39:48 2026] GET /v2.0/subnets?id=525f33cc-40dd-4aa2-acbd-703818fa0aa3 => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2667] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:39:48 2026] GET /v2.0/ports?network_id=173bdacb-c097-4b28-8d8c-1fd2c699ef1a&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2668] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:39:48 2026] GET /v2.0/networks/173bdacb-c097-4b28-8d8c-1fd2c699ef1a?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: 1274/2669] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:39:48 2026] GET /v2.0/networks/173bdacb-c097-4b28-8d8c-1fd2c699ef1a?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: 1396/2670] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:39:49 2026] GET /v2.0/ports?tenant_id=0391fdd5981c419c8dee4ffc0433206c&device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 2489 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2671] 199.204.45.61 () {34 vars in 1060 bytes} [Thu Aug 13 09:39:49 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.177&port_id=3e6e8e9d-5842-4b4a-86de-549ca0a7a448 => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2672] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:39:49 2026] GET /v2.0/subnets?id=9202cec5-62ec-4038-a26a-46afe6056f16 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2673] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:39:49 2026] GET /v2.0/ports?network_id=98ae24da-8a61-47eb-84ef-5b7a09326316&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2674] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:39:49 2026] GET /v2.0/networks/98ae24da-8a61-47eb-84ef-5b7a09326316?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: 1277/2675] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:39:49 2026] GET /v2.0/networks/98ae24da-8a61-47eb-84ef-5b7a09326316?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: 1399/2676] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:39:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.248&port_id=de0bde1f-8826-4912-ae07-58f555a3efb9 => 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: 1278/2677] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:39:49 2026] GET /v2.0/subnets?id=525f33cc-40dd-4aa2-acbd-703818fa0aa3 => generated 679 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2678] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:39:50 2026] GET /v2.0/ports?network_id=173bdacb-c097-4b28-8d8c-1fd2c699ef1a&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2679] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:39:50 2026] GET /v2.0/networks/173bdacb-c097-4b28-8d8c-1fd2c699ef1a?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2680] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:39:50 2026] GET /v2.0/networks/173bdacb-c097-4b28-8d8c-1fd2c699ef1a?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: 1281/2683] 10.0.0.198 () {34 vars in 970 bytes} [Thu Aug 13 09:39:54 2026] GET /v2.0/ports/de0bde1f-8826-4912-ae07-58f555a3efb9 => generated 1251 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2684] 199.204.45.61 () {34 vars in 787 bytes} [Thu Aug 13 09:39:54 2026] PUT /v2.0/ports/de0bde1f-8826-4912-ae07-58f555a3efb9 => generated 1275 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:39:54.331 8 INFO neutron.api.v2.resource [None req-d88a4ed2-9cdd-4329-85af-35dba7fe7fdd 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1282/2685] 199.204.45.61 () {30 vars in 761 bytes} [Thu Aug 13 09:39:54 2026] GET /v2.0/security-groups/lb-1fac9483-1dad-4ed1-9796-054b354bd10d => generated 149 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:39:54.336 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-077d9a17-3ef0-4fac-8d6a-615b1a132f74'] response: {'name': 'network-changed', 'server_uuid': '019b946c-5d6b-4ecb-9aa5-16d1d2bf9324', 'tag': 'de0bde1f-8826-4912-ae07-58f555a3efb9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1404/2686] 199.204.45.61 () {30 vars in 783 bytes} [Thu Aug 13 09:39:54 2026] GET /v2.0/security-groups?name=lb-1fac9483-1dad-4ed1-9796-054b354bd10d => generated 1639 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2687] 199.204.45.61 () {34 vars in 787 bytes} [Thu Aug 13 09:39:54 2026] PUT /v2.0/ports/de0bde1f-8826-4912-ae07-58f555a3efb9 => generated 1313 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:39:54.754 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c7bfb7d6-9527-4a7c-947a-8f8024ad199d'] response: {'name': 'network-changed', 'server_uuid': '019b946c-5d6b-4ecb-9aa5-16d1d2bf9324', 'tag': 'de0bde1f-8826-4912-ae07-58f555a3efb9', '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: 1284/2688] 199.204.45.61 () {30 vars in 701 bytes} [Thu Aug 13 09:39:54 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: 1285/2689] 199.204.45.61 () {30 vars in 703 bytes} [Thu Aug 13 09:39:54 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: 1286/2690] 199.204.45.61 () {30 vars in 679 bytes} [Thu Aug 13 09:39:54 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: 1405/2691] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:39:54 2026] GET /v2.0/ports?tenant_id=0391fdd5981c419c8dee4ffc0433206c&device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 2589 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2692] 199.204.45.61 () {30 vars in 715 bytes} [Thu Aug 13 09:39:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2693] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:39:54 2026] GET /v2.0/networks?id=173bdacb-c097-4b28-8d8c-1fd2c699ef1a => generated 803 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2694] 199.204.45.61 () {30 vars in 739 bytes} [Thu Aug 13 09:39:54 2026] GET /v2.0/subnets/525f33cc-40dd-4aa2-acbd-703818fa0aa3 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2695] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:39:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.248&port_id=de0bde1f-8826-4912-ae07-58f555a3efb9 => 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: 1407/2696] 199.204.45.61 () {30 vars in 735 bytes} [Thu Aug 13 09:39:54 2026] GET /v2.0/ports/c5e3141f-8dc7-4bef-bc6b-d8a1370d1404 => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2697] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:39:54 2026] GET /v2.0/subnets?id=525f33cc-40dd-4aa2-acbd-703818fa0aa3 => generated 679 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2698] 199.204.45.61 () {30 vars in 735 bytes} [Thu Aug 13 09:39:54 2026] GET /v2.0/ports/de0bde1f-8826-4912-ae07-58f555a3efb9 => generated 1349 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2699] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:39:55 2026] GET /v2.0/ports?network_id=173bdacb-c097-4b28-8d8c-1fd2c699ef1a&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: 1409/2700] 199.204.45.61 () {30 vars in 739 bytes} [Thu Aug 13 09:39:55 2026] GET /v2.0/subnets/525f33cc-40dd-4aa2-acbd-703818fa0aa3 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2701] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:39:55 2026] GET /v2.0/networks/173bdacb-c097-4b28-8d8c-1fd2c699ef1a?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2702] 199.204.45.61 () {30 vars in 741 bytes} [Thu Aug 13 09:39:55 2026] GET /v2.0/networks/173bdacb-c097-4b28-8d8c-1fd2c699ef1a => 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: 1293/2703] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:39:55 2026] GET /v2.0/networks/173bdacb-c097-4b28-8d8c-1fd2c699ef1a?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: 1411/2704] 199.204.45.61 () {30 vars in 735 bytes} [Thu Aug 13 09:39:55 2026] GET /v2.0/ports/c5e3141f-8dc7-4bef-bc6b-d8a1370d1404 => generated 1128 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2705] 199.204.45.61 () {30 vars in 739 bytes} [Thu Aug 13 09:39:55 2026] GET /v2.0/subnets/525f33cc-40dd-4aa2-acbd-703818fa0aa3 => 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: 1412/2706] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:39:56 2026] GET /v2.0/ports?tenant_id=0391fdd5981c419c8dee4ffc0433206c&device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 2589 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2707] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:39:56 2026] GET /v2.0/networks?id=173bdacb-c097-4b28-8d8c-1fd2c699ef1a => generated 803 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2708] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:39:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.248&port_id=de0bde1f-8826-4912-ae07-58f555a3efb9 => 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: 1296/2709] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:39:56 2026] GET /v2.0/subnets?id=525f33cc-40dd-4aa2-acbd-703818fa0aa3 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2710] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:39:56 2026] GET /v2.0/ports?network_id=173bdacb-c097-4b28-8d8c-1fd2c699ef1a&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: 1297/2711] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:39:56 2026] GET /v2.0/networks/173bdacb-c097-4b28-8d8c-1fd2c699ef1a?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: 1415/2712] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:39:56 2026] GET /v2.0/networks/173bdacb-c097-4b28-8d8c-1fd2c699ef1a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:39:59.963 8 INFO neutron.db.l3_db [None req-c43be4ce-da9b-40d0-8f86-d4636e028bad d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] Floating IP 479913eb-ccf7-4ab6-bb57-6aa904a06cd5 associated. External IP: 10.96.250.209, port: c5e3141f-8dc7-4bef-bc6b-d8a1370d1404. [pid: 8|app: 0|req: 1298/2713] 10.0.0.119 () {34 vars in 676 bytes} [Thu Aug 13 09:39:59 2026] POST /v2.0/floatingips => generated 898 bytes in 1065 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2714] 199.204.45.61 () {30 vars in 701 bytes} [Thu Aug 13 09:40:04 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: 1299/2715] 199.204.45.61 () {30 vars in 703 bytes} [Thu Aug 13 09:40:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2716] 199.204.45.61 () {30 vars in 679 bytes} [Thu Aug 13 09:40: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: 1300/2717] 199.204.45.61 () {30 vars in 715 bytes} [Thu Aug 13 09:40: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) 2026-08-13 09:40:04.192 7 INFO neutron.api.v2.resource [None req-5d195ce7-22ba-4743-add5-c32fe308cc3c 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1418/2718] 199.204.45.61 () {30 vars in 761 bytes} [Thu Aug 13 09:40:04 2026] GET /v2.0/security-groups/lb-1fac9483-1dad-4ed1-9796-054b354bd10d => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2719] 199.204.45.61 () {30 vars in 783 bytes} [Thu Aug 13 09:40:04 2026] GET /v2.0/security-groups?name=lb-1fac9483-1dad-4ed1-9796-054b354bd10d => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2720] 199.204.45.61 () {30 vars in 813 bytes} [Thu Aug 13 09:40:04 2026] GET /v2.0/security-group-rules?security_group_id=7d062ca4-8062-4489-9d6c-80e0387f100a => generated 1182 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2721] 199.204.45.61 () {34 vars in 745 bytes} [Thu Aug 13 09:40:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2722] 199.204.45.61 () {34 vars in 745 bytes} [Thu Aug 13 09:40:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2725] 10.0.0.114 () {30 vars in 689 bytes} [Thu Aug 13 09:40:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2726] 10.0.0.114 () {30 vars in 691 bytes} [Thu Aug 13 09:40:11 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: 1423/2727] 10.0.0.114 () {30 vars in 667 bytes} [Thu Aug 13 09:40:11 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: 1305/2728] 10.0.0.114 () {30 vars in 703 bytes} [Thu Aug 13 09:40:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2729] 10.0.0.114 () {28 vars in 438 bytes} [Thu Aug 13 09:40:11 2026] GET / => generated 151 bytes in 5 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2730] 10.0.0.114 () {30 vars in 727 bytes} [Thu Aug 13 09:40:11 2026] GET /v2.0/subnets/8d9daf41-468d-44d1-b0a4-2d15b8cef314 => generated 655 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2731] 199.204.45.61 () {30 vars in 701 bytes} [Thu Aug 13 09:40:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2732] 199.204.45.61 () {30 vars in 703 bytes} [Thu Aug 13 09:40:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2733] 199.204.45.61 () {30 vars in 679 bytes} [Thu Aug 13 09:40:13 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: 1308/2734] 199.204.45.61 () {30 vars in 715 bytes} [Thu Aug 13 09:40:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2735] 199.204.45.61 () {30 vars in 739 bytes} [Thu Aug 13 09:40:13 2026] GET /v2.0/subnets/8d9daf41-468d-44d1-b0a4-2d15b8cef314 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2736] 199.204.45.61 () {30 vars in 767 bytes} [Thu Aug 13 09:40:13 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 2589 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2737] 199.204.45.61 () {30 vars in 701 bytes} [Thu Aug 13 09:40:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2738] 199.204.45.61 () {30 vars in 703 bytes} [Thu Aug 13 09:40:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2739] 199.204.45.61 () {30 vars in 679 bytes} [Thu Aug 13 09:40:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2740] 199.204.45.61 () {30 vars in 715 bytes} [Thu Aug 13 09:40:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2741] 199.204.45.61 () {34 vars in 715 bytes} [Thu Aug 13 09:40:13 2026] POST /v2.0/ports => generated 1328 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2742] 10.0.0.198 () {34 vars in 970 bytes} [Thu Aug 13 09:40:14 2026] GET /v2.0/ports/d2632e1b-6193-4127-b6f4-2e27dc315bb2 => generated 1328 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1431/2743] 10.0.0.198 () {34 vars in 906 bytes} [Thu Aug 13 09:40:14 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2744] 199.204.45.61 () {34 vars in 1260 bytes} [Thu Aug 13 09:40:15 2026] GET /v2.0/ports/d2632e1b-6193-4127-b6f4-2e27dc315bb2?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2745] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:40:15 2026] GET /v2.0/networks/6f63e71a-5cdd-4d8c-9900-7fc8a988b29b?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2746] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:40:15 2026] GET /v2.0/networks/6f63e71a-5cdd-4d8c-9900-7fc8a988b29b?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: 1433/2747] 199.204.45.61 () {34 vars in 973 bytes} [Thu Aug 13 09:40:16 2026] GET /v2.0/ports/d2632e1b-6193-4127-b6f4-2e27dc315bb2 => generated 1328 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2748] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:40:16 2026] GET /v2.0/networks?id=6f63e71a-5cdd-4d8c-9900-7fc8a988b29b => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2749] 199.204.45.61 () {38 vars in 1026 bytes} [Thu Aug 13 09:40:16 2026] PUT /v2.0/ports/d2632e1b-6193-4127-b6f4-2e27dc315bb2 => generated 1518 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:40:17.096 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5b6e2b5c-06dc-436d-8993-21a892789bc7'] response: {'name': 'network-changed', 'server_uuid': '019b946c-5d6b-4ecb-9aa5-16d1d2bf9324', 'tag': 'd2632e1b-6193-4127-b6f4-2e27dc315bb2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1316/2750] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:40:17 2026] GET /v2.0/ports?tenant_id=0391fdd5981c419c8dee4ffc0433206c&device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 4099 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1435/2751] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:40:17 2026] GET /v2.0/networks?id=6f63e71a-5cdd-4d8c-9900-7fc8a988b29b => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2752] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:40:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.170&port_id=d2632e1b-6193-4127-b6f4-2e27dc315bb2 => 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: 1436/2753] 199.204.45.61 () {34 vars in 1102 bytes} [Thu Aug 13 09:40:17 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1b7&port_id=d2632e1b-6193-4127-b6f4-2e27dc315bb2 => 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: 1318/2754] 199.204.45.61 () {34 vars in 1062 bytes} [Thu Aug 13 09:40:17 2026] GET /v2.0/subnets?id=8d9daf41-468d-44d1-b0a4-2d15b8cef314&id=0816df38-8e8f-48b2-98de-ae5a36b1602d => generated 1410 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2755] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:40:17 2026] GET /v2.0/ports?network_id=6f63e71a-5cdd-4d8c-9900-7fc8a988b29b&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: 1319/2756] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:40:17 2026] GET /v2.0/ports?network_id=6f63e71a-5cdd-4d8c-9900-7fc8a988b29b&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2757] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:40:17 2026] GET /v2.0/networks/6f63e71a-5cdd-4d8c-9900-7fc8a988b29b?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: 1320/2758] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:40:17 2026] GET /v2.0/networks/6f63e71a-5cdd-4d8c-9900-7fc8a988b29b?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: 1439/2759] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:40:19 2026] GET /v2.0/ports?tenant_id=0391fdd5981c419c8dee4ffc0433206c&device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 4099 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2760] 199.204.45.61 () {34 vars in 1060 bytes} [Thu Aug 13 09:40:19 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.177&port_id=3e6e8e9d-5842-4b4a-86de-549ca0a7a448 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2761] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:40:19 2026] GET /v2.0/subnets?id=9202cec5-62ec-4038-a26a-46afe6056f16 => generated 654 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2762] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:40:19 2026] GET /v2.0/ports?network_id=98ae24da-8a61-47eb-84ef-5b7a09326316&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: 1441/2763] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:40:19 2026] GET /v2.0/networks/98ae24da-8a61-47eb-84ef-5b7a09326316?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: 1323/2764] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:40:19 2026] GET /v2.0/networks/98ae24da-8a61-47eb-84ef-5b7a09326316?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: 1442/2765] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:40:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.248&port_id=de0bde1f-8826-4912-ae07-58f555a3efb9 => 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: 1324/2766] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:40:19 2026] GET /v2.0/subnets?id=525f33cc-40dd-4aa2-acbd-703818fa0aa3 => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2767] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:40:19 2026] GET /v2.0/ports?network_id=173bdacb-c097-4b28-8d8c-1fd2c699ef1a&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2768] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:40:19 2026] GET /v2.0/networks/173bdacb-c097-4b28-8d8c-1fd2c699ef1a?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: 1444/2769] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:40:19 2026] GET /v2.0/networks/173bdacb-c097-4b28-8d8c-1fd2c699ef1a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2770] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:40:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.170&port_id=d2632e1b-6193-4127-b6f4-2e27dc315bb2 => 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: 1445/2771] 199.204.45.61 () {34 vars in 1102 bytes} [Thu Aug 13 09:40:19 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1b7&port_id=d2632e1b-6193-4127-b6f4-2e27dc315bb2 => 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: 1327/2772] 199.204.45.61 () {34 vars in 1062 bytes} [Thu Aug 13 09:40:19 2026] GET /v2.0/subnets?id=8d9daf41-468d-44d1-b0a4-2d15b8cef314&id=0816df38-8e8f-48b2-98de-ae5a36b1602d => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2773] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:40:19 2026] GET /v2.0/ports?network_id=6f63e71a-5cdd-4d8c-9900-7fc8a988b29b&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: 1328/2774] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:40:19 2026] GET /v2.0/ports?network_id=6f63e71a-5cdd-4d8c-9900-7fc8a988b29b&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2775] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:40:19 2026] GET /v2.0/networks/6f63e71a-5cdd-4d8c-9900-7fc8a988b29b?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: 1329/2776] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:40:19 2026] GET /v2.0/networks/6f63e71a-5cdd-4d8c-9900-7fc8a988b29b?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: 1331/2779] 10.0.0.198 () {34 vars in 970 bytes} [Thu Aug 13 09:40:23 2026] GET /v2.0/ports/d2632e1b-6193-4127-b6f4-2e27dc315bb2 => generated 1520 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2780] 199.204.45.61 () {30 vars in 741 bytes} [Thu Aug 13 09:40:23 2026] GET /v2.0/networks/6f63e71a-5cdd-4d8c-9900-7fc8a988b29b => generated 797 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2781] 199.204.45.61 () {30 vars in 739 bytes} [Thu Aug 13 09:40:23 2026] GET /v2.0/subnets/8d9daf41-468d-44d1-b0a4-2d15b8cef314 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2782] 199.204.45.61 () {30 vars in 739 bytes} [Thu Aug 13 09:40:23 2026] GET /v2.0/subnets/0816df38-8e8f-48b2-98de-ae5a36b1602d => generated 744 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2783] 199.204.45.61 () {30 vars in 701 bytes} [Thu Aug 13 09:40:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2784] 199.204.45.61 () {30 vars in 703 bytes} [Thu Aug 13 09:40:24 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: 1334/2785] 199.204.45.61 () {30 vars in 679 bytes} [Thu Aug 13 09:40:24 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2786] 199.204.45.61 () {30 vars in 715 bytes} [Thu Aug 13 09:40:24 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: 1335/2787] 199.204.45.61 () {30 vars in 739 bytes} [Thu Aug 13 09:40:24 2026] GET /v2.0/subnets/525f33cc-40dd-4aa2-acbd-703818fa0aa3 => 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: 1453/2788] 199.204.45.61 () {30 vars in 735 bytes} [Thu Aug 13 09:40:24 2026] GET /v2.0/ports/c5e3141f-8dc7-4bef-bc6b-d8a1370d1404 => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2789] 199.204.45.61 () {30 vars in 735 bytes} [Thu Aug 13 09:40:24 2026] GET /v2.0/ports/de0bde1f-8826-4912-ae07-58f555a3efb9 => generated 1349 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2790] 199.204.45.61 () {30 vars in 739 bytes} [Thu Aug 13 09:40:24 2026] GET /v2.0/subnets/525f33cc-40dd-4aa2-acbd-703818fa0aa3 => generated 676 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2791] 199.204.45.61 () {30 vars in 741 bytes} [Thu Aug 13 09:40:24 2026] GET /v2.0/networks/173bdacb-c097-4b28-8d8c-1fd2c699ef1a => 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: 1455/2792] 199.204.45.61 () {30 vars in 735 bytes} [Thu Aug 13 09:40:24 2026] GET /v2.0/ports/c5e3141f-8dc7-4bef-bc6b-d8a1370d1404 => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2793] 199.204.45.61 () {30 vars in 739 bytes} [Thu Aug 13 09:40:24 2026] GET /v2.0/subnets/525f33cc-40dd-4aa2-acbd-703818fa0aa3 => 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: 1456/2794] 10.0.0.114 () {30 vars in 689 bytes} [Thu Aug 13 09:40:32 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: 1339/2795] 10.0.0.114 () {30 vars in 691 bytes} [Thu Aug 13 09:40:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2796] 10.0.0.114 () {30 vars in 667 bytes} [Thu Aug 13 09:40:32 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: 1340/2797] 10.0.0.114 () {30 vars in 703 bytes} [Thu Aug 13 09:40:32 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: 1458/2798] 10.0.0.114 () {28 vars in 438 bytes} [Thu Aug 13 09:40:32 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2799] 10.0.0.114 () {30 vars in 727 bytes} [Thu Aug 13 09:40:32 2026] GET /v2.0/subnets/5b1865ab-be8b-490b-a671-2f042d52af9a => generated 656 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2800] 199.204.45.61 () {30 vars in 701 bytes} [Thu Aug 13 09:40:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2801] 199.204.45.61 () {30 vars in 703 bytes} [Thu Aug 13 09:40:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2802] 199.204.45.61 () {30 vars in 679 bytes} [Thu Aug 13 09:40:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2803] 199.204.45.61 () {30 vars in 715 bytes} [Thu Aug 13 09:40:33 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: 1461/2804] 199.204.45.61 () {30 vars in 739 bytes} [Thu Aug 13 09:40:33 2026] GET /v2.0/subnets/8d9daf41-468d-44d1-b0a4-2d15b8cef314 => generated 673 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2805] 199.204.45.61 () {30 vars in 739 bytes} [Thu Aug 13 09:40:33 2026] GET /v2.0/subnets/5b1865ab-be8b-490b-a671-2f042d52af9a => 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: 1462/2806] 199.204.45.61 () {30 vars in 767 bytes} [Thu Aug 13 09:40:33 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 4101 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2807] 199.204.45.61 () {30 vars in 701 bytes} [Thu Aug 13 09:40:33 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: 1463/2808] 199.204.45.61 () {30 vars in 703 bytes} [Thu Aug 13 09:40:33 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: 1346/2809] 199.204.45.61 () {30 vars in 679 bytes} [Thu Aug 13 09:40:33 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: 1464/2810] 199.204.45.61 () {30 vars in 715 bytes} [Thu Aug 13 09:40:33 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: 1347/2811] 199.204.45.61 () {34 vars in 715 bytes} [Thu Aug 13 09:40:33 2026] POST /v2.0/ports => generated 1332 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2812] 10.0.0.198 () {34 vars in 970 bytes} [Thu Aug 13 09:40:33 2026] GET /v2.0/ports/deaf9c28-630e-41e0-8073-1e931d01fc3f => generated 1332 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1348/2813] 199.204.45.61 () {34 vars in 1260 bytes} [Thu Aug 13 09:40:34 2026] GET /v2.0/ports/deaf9c28-630e-41e0-8073-1e931d01fc3f?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2814] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:40:34 2026] GET /v2.0/networks/72afc3cf-15d2-4bda-a607-f51255c3e23e?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: 1349/2815] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:40:35 2026] GET /v2.0/networks/72afc3cf-15d2-4bda-a607-f51255c3e23e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2816] 199.204.45.61 () {34 vars in 973 bytes} [Thu Aug 13 09:40:35 2026] GET /v2.0/ports/deaf9c28-630e-41e0-8073-1e931d01fc3f => generated 1332 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2817] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:40:35 2026] GET /v2.0/networks?id=72afc3cf-15d2-4bda-a607-f51255c3e23e => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2818] 199.204.45.61 () {38 vars in 1026 bytes} [Thu Aug 13 09:40:35 2026] PUT /v2.0/ports/deaf9c28-630e-41e0-8073-1e931d01fc3f => generated 1522 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:40:36.184 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-52c2eb21-0097-4496-859b-1a9ea8abe983'] response: {'name': 'network-changed', 'server_uuid': '019b946c-5d6b-4ecb-9aa5-16d1d2bf9324', 'tag': 'deaf9c28-630e-41e0-8073-1e931d01fc3f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1351/2819] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:40:36 2026] GET /v2.0/ports?tenant_id=0391fdd5981c419c8dee4ffc0433206c&device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 5615 bytes in 49 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: 1469/2820] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:40:36 2026] GET /v2.0/networks?id=72afc3cf-15d2-4bda-a607-f51255c3e23e => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2821] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:40:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.170&port_id=deaf9c28-630e-41e0-8073-1e931d01fc3f => 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: 1470/2822] 199.204.45.61 () {34 vars in 1104 bytes} [Thu Aug 13 09:40:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A27d&port_id=deaf9c28-630e-41e0-8073-1e931d01fc3f => 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: 1353/2823] 199.204.45.61 () {34 vars in 1062 bytes} [Thu Aug 13 09:40:36 2026] GET /v2.0/subnets?id=b6da529e-3420-4953-a0b4-dac24cded8bd&id=5b1865ab-be8b-490b-a671-2f042d52af9a => generated 1415 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2824] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:40:36 2026] GET /v2.0/ports?network_id=72afc3cf-15d2-4bda-a607-f51255c3e23e&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: 1354/2825] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:40:36 2026] GET /v2.0/ports?network_id=72afc3cf-15d2-4bda-a607-f51255c3e23e&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2826] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:40:37 2026] GET /v2.0/networks/72afc3cf-15d2-4bda-a607-f51255c3e23e?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: 1355/2827] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:40:37 2026] GET /v2.0/networks/72afc3cf-15d2-4bda-a607-f51255c3e23e?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: 1474/2830] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:40:38 2026] GET /v2.0/ports?tenant_id=0391fdd5981c419c8dee4ffc0433206c&device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 5615 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2831] 199.204.45.61 () {34 vars in 1060 bytes} [Thu Aug 13 09:40:38 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.177&port_id=3e6e8e9d-5842-4b4a-86de-549ca0a7a448 => 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: 1475/2832] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:40:38 2026] GET /v2.0/subnets?id=9202cec5-62ec-4038-a26a-46afe6056f16 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2833] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:40:38 2026] GET /v2.0/ports?network_id=98ae24da-8a61-47eb-84ef-5b7a09326316&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2834] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:40:38 2026] GET /v2.0/networks/98ae24da-8a61-47eb-84ef-5b7a09326316?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2835] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:40:38 2026] GET /v2.0/networks/98ae24da-8a61-47eb-84ef-5b7a09326316?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: 1477/2836] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:40:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.248&port_id=de0bde1f-8826-4912-ae07-58f555a3efb9 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2837] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:40:38 2026] GET /v2.0/subnets?id=525f33cc-40dd-4aa2-acbd-703818fa0aa3 => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2838] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:40:38 2026] GET /v2.0/ports?network_id=173bdacb-c097-4b28-8d8c-1fd2c699ef1a&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2839] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:40:38 2026] GET /v2.0/networks/173bdacb-c097-4b28-8d8c-1fd2c699ef1a?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: 1479/2840] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:40:38 2026] GET /v2.0/networks/173bdacb-c097-4b28-8d8c-1fd2c699ef1a?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: 1362/2841] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:40:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.170&port_id=d2632e1b-6193-4127-b6f4-2e27dc315bb2 => 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: 1480/2842] 199.204.45.61 () {34 vars in 1102 bytes} [Thu Aug 13 09:40:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1b7&port_id=d2632e1b-6193-4127-b6f4-2e27dc315bb2 => 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: 1363/2843] 199.204.45.61 () {34 vars in 1062 bytes} [Thu Aug 13 09:40:38 2026] GET /v2.0/subnets?id=8d9daf41-468d-44d1-b0a4-2d15b8cef314&id=0816df38-8e8f-48b2-98de-ae5a36b1602d => generated 1410 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2844] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:40:38 2026] GET /v2.0/ports?network_id=6f63e71a-5cdd-4d8c-9900-7fc8a988b29b&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2845] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:40:38 2026] GET /v2.0/ports?network_id=6f63e71a-5cdd-4d8c-9900-7fc8a988b29b&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: 1482/2846] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:40:38 2026] GET /v2.0/networks/6f63e71a-5cdd-4d8c-9900-7fc8a988b29b?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2847] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:40:38 2026] GET /v2.0/networks/6f63e71a-5cdd-4d8c-9900-7fc8a988b29b?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: 1483/2848] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:40:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.170&port_id=deaf9c28-630e-41e0-8073-1e931d01fc3f => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2849] 199.204.45.61 () {34 vars in 1104 bytes} [Thu Aug 13 09:40:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A27d&port_id=deaf9c28-630e-41e0-8073-1e931d01fc3f => 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: 1484/2850] 199.204.45.61 () {34 vars in 1062 bytes} [Thu Aug 13 09:40:38 2026] GET /v2.0/subnets?id=b6da529e-3420-4953-a0b4-dac24cded8bd&id=5b1865ab-be8b-490b-a671-2f042d52af9a => generated 1415 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2851] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:40:39 2026] GET /v2.0/ports?network_id=72afc3cf-15d2-4bda-a607-f51255c3e23e&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2852] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:40:39 2026] GET /v2.0/ports?network_id=72afc3cf-15d2-4bda-a607-f51255c3e23e&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: 1368/2853] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:40:39 2026] GET /v2.0/networks/72afc3cf-15d2-4bda-a607-f51255c3e23e?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2854] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:40:39 2026] GET /v2.0/networks/72afc3cf-15d2-4bda-a607-f51255c3e23e?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: 1369/2855] 10.0.0.198 () {34 vars in 970 bytes} [Thu Aug 13 09:40:42 2026] GET /v2.0/ports/deaf9c28-630e-41e0-8073-1e931d01fc3f => generated 1524 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2856] 199.204.45.61 () {30 vars in 741 bytes} [Thu Aug 13 09:40:43 2026] GET /v2.0/networks/72afc3cf-15d2-4bda-a607-f51255c3e23e => generated 798 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2857] 199.204.45.61 () {30 vars in 739 bytes} [Thu Aug 13 09:40:43 2026] GET /v2.0/subnets/5b1865ab-be8b-490b-a671-2f042d52af9a => generated 674 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2858] 199.204.45.61 () {30 vars in 739 bytes} [Thu Aug 13 09:40:43 2026] GET /v2.0/subnets/b6da529e-3420-4953-a0b4-dac24cded8bd => generated 748 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2859] 199.204.45.61 () {30 vars in 735 bytes} [Thu Aug 13 09:40:43 2026] GET /v2.0/ports/d2632e1b-6193-4127-b6f4-2e27dc315bb2 => generated 1520 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2860] 199.204.45.61 () {34 vars in 788 bytes} [Thu Aug 13 09:40:43 2026] PUT /v2.0/ports/d2632e1b-6193-4127-b6f4-2e27dc315bb2 => generated 1255 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:40:43.581 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-becf0670-3d77-409d-8c07-8d24ff18b9b9'] response: {'name': 'network-changed', 'server_uuid': '019b946c-5d6b-4ecb-9aa5-16d1d2bf9324', 'tag': 'd2632e1b-6193-4127-b6f4-2e27dc315bb2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1372/2861] 199.204.45.61 () {30 vars in 741 bytes} [Thu Aug 13 09:40:43 2026] GET /v2.0/networks/6f63e71a-5cdd-4d8c-9900-7fc8a988b29b => generated 797 bytes in 42 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: 1490/2862] 199.204.45.61 () {30 vars in 739 bytes} [Thu Aug 13 09:40:43 2026] GET /v2.0/subnets/8d9daf41-468d-44d1-b0a4-2d15b8cef314 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2863] 199.204.45.61 () {30 vars in 701 bytes} [Thu Aug 13 09:40:43 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: 1491/2864] 199.204.45.61 () {30 vars in 703 bytes} [Thu Aug 13 09:40:43 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: 1374/2865] 199.204.45.61 () {30 vars in 679 bytes} [Thu Aug 13 09:40:43 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: 1492/2866] 199.204.45.61 () {30 vars in 715 bytes} [Thu Aug 13 09:40:43 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: 1375/2867] 199.204.45.61 () {30 vars in 739 bytes} [Thu Aug 13 09:40:43 2026] GET /v2.0/subnets/525f33cc-40dd-4aa2-acbd-703818fa0aa3 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2868] 199.204.45.61 () {30 vars in 735 bytes} [Thu Aug 13 09:40:43 2026] GET /v2.0/ports/c5e3141f-8dc7-4bef-bc6b-d8a1370d1404 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2869] 199.204.45.61 () {30 vars in 735 bytes} [Thu Aug 13 09:40:43 2026] GET /v2.0/ports/de0bde1f-8826-4912-ae07-58f555a3efb9 => generated 1349 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2870] 199.204.45.61 () {30 vars in 739 bytes} [Thu Aug 13 09:40:43 2026] GET /v2.0/subnets/525f33cc-40dd-4aa2-acbd-703818fa0aa3 => 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: 1377/2871] 199.204.45.61 () {30 vars in 741 bytes} [Thu Aug 13 09:40:43 2026] GET /v2.0/networks/173bdacb-c097-4b28-8d8c-1fd2c699ef1a => 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: 1495/2872] 199.204.45.61 () {30 vars in 735 bytes} [Thu Aug 13 09:40:44 2026] GET /v2.0/ports/c5e3141f-8dc7-4bef-bc6b-d8a1370d1404 => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2873] 199.204.45.61 () {30 vars in 739 bytes} [Thu Aug 13 09:40:44 2026] GET /v2.0/subnets/525f33cc-40dd-4aa2-acbd-703818fa0aa3 => 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: 1496/2874] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:40:44 2026] GET /v2.0/ports?tenant_id=0391fdd5981c419c8dee4ffc0433206c&device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 5388 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2875] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:40:44 2026] GET /v2.0/networks?id=6f63e71a-5cdd-4d8c-9900-7fc8a988b29b => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2876] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:40:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.170&port_id=d2632e1b-6193-4127-b6f4-2e27dc315bb2 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2877] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:40:44 2026] GET /v2.0/subnets?id=8d9daf41-468d-44d1-b0a4-2d15b8cef314 => generated 676 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2878] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:40:44 2026] GET /v2.0/ports?network_id=6f63e71a-5cdd-4d8c-9900-7fc8a988b29b&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2879] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:40:44 2026] GET /v2.0/networks/6f63e71a-5cdd-4d8c-9900-7fc8a988b29b?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: 1499/2880] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:40:44 2026] GET /v2.0/networks/6f63e71a-5cdd-4d8c-9900-7fc8a988b29b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2883] 199.204.45.61 () {30 vars in 701 bytes} [Thu Aug 13 09:40:57 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: 1383/2884] 199.204.45.61 () {30 vars in 703 bytes} [Thu Aug 13 09:40:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2885] 199.204.45.61 () {30 vars in 679 bytes} [Thu Aug 13 09:40: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: 8|app: 0|req: 1384/2886] 199.204.45.61 () {30 vars in 715 bytes} [Thu Aug 13 09:40:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2887] 199.204.45.61 () {30 vars in 739 bytes} [Thu Aug 13 09:40:57 2026] GET /v2.0/subnets/8d9daf41-468d-44d1-b0a4-2d15b8cef314 => generated 673 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2888] 199.204.45.61 () {30 vars in 767 bytes} [Thu Aug 13 09:40:57 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 5388 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2889] 199.204.45.61 () {30 vars in 701 bytes} [Thu Aug 13 09:40: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: 8|app: 0|req: 1386/2890] 199.204.45.61 () {30 vars in 703 bytes} [Thu Aug 13 09:40:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2891] 199.204.45.61 () {30 vars in 679 bytes} [Thu Aug 13 09:40:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2892] 199.204.45.61 () {30 vars in 715 bytes} [Thu Aug 13 09:40:57 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: 1506/2893] 199.204.45.61 () {30 vars in 735 bytes} [Thu Aug 13 09:40:57 2026] GET /v2.0/ports/deaf9c28-630e-41e0-8073-1e931d01fc3f => generated 1524 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2894] 199.204.45.61 () {34 vars in 788 bytes} [Thu Aug 13 09:40:57 2026] PUT /v2.0/ports/deaf9c28-630e-41e0-8073-1e931d01fc3f => generated 1311 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:40:58.229 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9b96acb4-9bee-4725-aeb6-0ed57f5b13b8'] response: {'name': 'network-changed', 'server_uuid': '019b946c-5d6b-4ecb-9aa5-16d1d2bf9324', 'tag': 'deaf9c28-630e-41e0-8073-1e931d01fc3f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1507/2895] 199.204.45.61 () {30 vars in 741 bytes} [Thu Aug 13 09:40:58 2026] GET /v2.0/networks/72afc3cf-15d2-4bda-a607-f51255c3e23e => generated 798 bytes in 34 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: 1389/2896] 199.204.45.61 () {30 vars in 739 bytes} [Thu Aug 13 09:40:58 2026] GET /v2.0/subnets/b6da529e-3420-4953-a0b4-dac24cded8bd => 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: 1508/2897] 199.204.45.61 () {30 vars in 735 bytes} [Thu Aug 13 09:40:58 2026] GET /v2.0/ports/deaf9c28-630e-41e0-8073-1e931d01fc3f => 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: 1390/2898] 199.204.45.61 () {34 vars in 787 bytes} [Thu Aug 13 09:40:58 2026] PUT /v2.0/ports/deaf9c28-630e-41e0-8073-1e931d01fc3f => generated 1080 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2899] 199.204.45.61 () {30 vars in 741 bytes} [Thu Aug 13 09:40:58 2026] GET /v2.0/networks/72afc3cf-15d2-4bda-a607-f51255c3e23e => generated 798 bytes in 54 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: 1391/2900] 199.204.45.61 () {30 vars in 767 bytes} [Thu Aug 13 09:40:58 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 4980 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2901] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:40:58 2026] GET /v2.0/ports?tenant_id=0391fdd5981c419c8dee4ffc0433206c&device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 4980 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2902] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:40:58 2026] GET /v2.0/networks?id=72afc3cf-15d2-4bda-a607-f51255c3e23e => generated 801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2903] 199.204.45.61 () {30 vars in 767 bytes} [Thu Aug 13 09:40:58 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 4980 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2904] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:40:58 2026] GET /v2.0/networks/72afc3cf-15d2-4bda-a607-f51255c3e23e?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: 1512/2905] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:40:58 2026] GET /v2.0/networks/72afc3cf-15d2-4bda-a607-f51255c3e23e?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: 1394/2906] 199.204.45.61 () {30 vars in 767 bytes} [Thu Aug 13 09:40:59 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 4980 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:41:00.270 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0424976d-c676-451f-b7f2-186387a7a044'] response: {'name': 'network-changed', 'server_uuid': '019b946c-5d6b-4ecb-9aa5-16d1d2bf9324', 'tag': 'deaf9c28-630e-41e0-8073-1e931d01fc3f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1513/2907] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:41:00 2026] GET /v2.0/ports?tenant_id=0391fdd5981c419c8dee4ffc0433206c&device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 4980 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2908] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:41:00 2026] GET /v2.0/networks?id=72afc3cf-15d2-4bda-a607-f51255c3e23e => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2909] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:41:00 2026] GET /v2.0/networks/72afc3cf-15d2-4bda-a607-f51255c3e23e?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: 1396/2910] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:41:00 2026] GET /v2.0/networks/72afc3cf-15d2-4bda-a607-f51255c3e23e?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: 1515/2911] 199.204.45.61 () {30 vars in 767 bytes} [Thu Aug 13 09:41:00 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 4980 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2912] 199.204.45.61 () {34 vars in 973 bytes} [Thu Aug 13 09:41:01 2026] GET /v2.0/ports/deaf9c28-630e-41e0-8073-1e931d01fc3f => generated 1116 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2913] 199.204.45.61 () {34 vars in 1058 bytes} [Thu Aug 13 09:41:01 2026] GET /v2.0/ports/deaf9c28-630e-41e0-8073-1e931d01fc3f?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2914] 199.204.45.61 () {34 vars in 1014 bytes} [Thu Aug 13 09:41:01 2026] GET /v2.0/networks/72afc3cf-15d2-4bda-a607-f51255c3e23e?fields=dns_domain => generated 29 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2915] 199.204.45.61 () {38 vars in 1026 bytes} [Thu Aug 13 09:41:01 2026] PUT /v2.0/ports/deaf9c28-630e-41e0-8073-1e931d01fc3f => generated 917 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2916] 199.204.45.61 () {30 vars in 767 bytes} [Thu Aug 13 09:41:02 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 3872 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 09:41:02.286 7 INFO neutron_taas.services.taas.taas_plugin [None req-8cc8041b-9e3d-4ce6-97f4-d5c2f27eb22c 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: deaf9c28-630e-41e0-8073-1e931d01fc3f 2026-08-13 09:41:02.289 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8cc8041b-9e3d-4ce6-97f4-d5c2f27eb22c 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: deaf9c28-630e-41e0-8073-1e931d01fc3f [pid: 7|app: 0|req: 1518/2917] 199.204.45.61 () {32 vars in 757 bytes} [Thu Aug 13 09:41:02 2026] DELETE /v2.0/ports/deaf9c28-630e-41e0-8073-1e931d01fc3f => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2918] 199.204.45.61 () {30 vars in 701 bytes} [Thu Aug 13 09:41:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2919] 199.204.45.61 () {30 vars in 703 bytes} [Thu Aug 13 09:41:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2920] 199.204.45.61 () {30 vars in 679 bytes} [Thu Aug 13 09:41:02 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: 1520/2921] 199.204.45.61 () {30 vars in 715 bytes} [Thu Aug 13 09:41:02 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: 1402/2922] 199.204.45.61 () {30 vars in 739 bytes} [Thu Aug 13 09:41:02 2026] GET /v2.0/subnets/525f33cc-40dd-4aa2-acbd-703818fa0aa3 => 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: 1521/2923] 199.204.45.61 () {30 vars in 735 bytes} [Thu Aug 13 09:41:02 2026] GET /v2.0/ports/c5e3141f-8dc7-4bef-bc6b-d8a1370d1404 => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2924] 199.204.45.61 () {30 vars in 735 bytes} [Thu Aug 13 09:41:02 2026] GET /v2.0/ports/de0bde1f-8826-4912-ae07-58f555a3efb9 => generated 1349 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2925] 199.204.45.61 () {30 vars in 739 bytes} [Thu Aug 13 09:41:02 2026] GET /v2.0/subnets/525f33cc-40dd-4aa2-acbd-703818fa0aa3 => 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: 1404/2926] 199.204.45.61 () {30 vars in 741 bytes} [Thu Aug 13 09:41:02 2026] GET /v2.0/networks/173bdacb-c097-4b28-8d8c-1fd2c699ef1a => 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: 1523/2927] 199.204.45.61 () {30 vars in 735 bytes} [Thu Aug 13 09:41:02 2026] GET /v2.0/ports/c5e3141f-8dc7-4bef-bc6b-d8a1370d1404 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2928] 199.204.45.61 () {30 vars in 739 bytes} [Thu Aug 13 09:41:02 2026] GET /v2.0/subnets/525f33cc-40dd-4aa2-acbd-703818fa0aa3 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2929] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:41:03 2026] GET /v2.0/ports?tenant_id=0391fdd5981c419c8dee4ffc0433206c&device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 3872 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2930] 199.204.45.61 () {34 vars in 1224 bytes} [Thu Aug 13 09:41:03 2026] GET /v2.0/networks?id=98ae24da-8a61-47eb-84ef-5b7a09326316&id=173bdacb-c097-4b28-8d8c-1fd2c699ef1a&id=6f63e71a-5cdd-4d8c-9900-7fc8a988b29b&id=72afc3cf-15d2-4bda-a607-f51255c3e23e => generated 3097 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2931] 199.204.45.61 () {34 vars in 1060 bytes} [Thu Aug 13 09:41:03 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.177&port_id=3e6e8e9d-5842-4b4a-86de-549ca0a7a448 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2932] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:41:03 2026] GET /v2.0/subnets?id=9202cec5-62ec-4038-a26a-46afe6056f16 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2933] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:41:03 2026] GET /v2.0/ports?network_id=98ae24da-8a61-47eb-84ef-5b7a09326316&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: 1408/2934] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:41:03 2026] GET /v2.0/networks/98ae24da-8a61-47eb-84ef-5b7a09326316?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: 1527/2935] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:41:03 2026] GET /v2.0/networks/98ae24da-8a61-47eb-84ef-5b7a09326316?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2936] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:41:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.248&port_id=de0bde1f-8826-4912-ae07-58f555a3efb9 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2937] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:41:03 2026] GET /v2.0/subnets?id=525f33cc-40dd-4aa2-acbd-703818fa0aa3 => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2938] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:41:03 2026] GET /v2.0/ports?network_id=173bdacb-c097-4b28-8d8c-1fd2c699ef1a&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: 1529/2939] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:41:03 2026] GET /v2.0/networks/173bdacb-c097-4b28-8d8c-1fd2c699ef1a?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: 1411/2940] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:41:03 2026] GET /v2.0/networks/173bdacb-c097-4b28-8d8c-1fd2c699ef1a?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: 1530/2941] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:41:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.170&port_id=d2632e1b-6193-4127-b6f4-2e27dc315bb2 => 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: 1412/2942] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:41:03 2026] GET /v2.0/subnets?id=8d9daf41-468d-44d1-b0a4-2d15b8cef314 => 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: 1531/2943] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:41:03 2026] GET /v2.0/ports?network_id=6f63e71a-5cdd-4d8c-9900-7fc8a988b29b&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2944] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:41:03 2026] GET /v2.0/networks/6f63e71a-5cdd-4d8c-9900-7fc8a988b29b?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: 1532/2945] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:41:03 2026] GET /v2.0/networks/6f63e71a-5cdd-4d8c-9900-7fc8a988b29b?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: 1414/2946] 199.204.45.61 () {30 vars in 701 bytes} [Thu Aug 13 09:41:07 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: 1533/2947] 199.204.45.61 () {30 vars in 703 bytes} [Thu Aug 13 09:41:07 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: 1415/2948] 199.204.45.61 () {30 vars in 679 bytes} [Thu Aug 13 09:41:07 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: 1534/2949] 199.204.45.61 () {30 vars in 715 bytes} [Thu Aug 13 09:41:07 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: 1416/2952] 199.204.45.61 () {30 vars in 767 bytes} [Thu Aug 13 09:41:07 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 3872 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/2953] 199.204.45.61 () {30 vars in 701 bytes} [Thu Aug 13 09:41:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2954] 199.204.45.61 () {30 vars in 703 bytes} [Thu Aug 13 09:41:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/2955] 199.204.45.61 () {30 vars in 679 bytes} [Thu Aug 13 09:41:07 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: 1418/2956] 199.204.45.61 () {30 vars in 715 bytes} [Thu Aug 13 09:41:07 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: 1539/2957] 199.204.45.61 () {30 vars in 735 bytes} [Thu Aug 13 09:41:07 2026] GET /v2.0/ports/d2632e1b-6193-4127-b6f4-2e27dc315bb2 => generated 1291 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2958] 199.204.45.61 () {34 vars in 787 bytes} [Thu Aug 13 09:41:07 2026] PUT /v2.0/ports/d2632e1b-6193-4127-b6f4-2e27dc315bb2 => generated 1080 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:41:08.280 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb973c5e-e4a6-4a13-b7f4-1276a9c35f2f'] response: {'name': 'network-changed', 'server_uuid': '019b946c-5d6b-4ecb-9aa5-16d1d2bf9324', 'tag': 'd2632e1b-6193-4127-b6f4-2e27dc315bb2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1540/2959] 199.204.45.61 () {30 vars in 741 bytes} [Thu Aug 13 09:41:08 2026] GET /v2.0/networks/6f63e71a-5cdd-4d8c-9900-7fc8a988b29b => generated 797 bytes in 47 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: 1420/2960] 199.204.45.61 () {30 vars in 767 bytes} [Thu Aug 13 09:41:08 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 3697 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/2961] 199.204.45.61 () {30 vars in 767 bytes} [Thu Aug 13 09:41:08 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 3697 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2962] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:41:08 2026] GET /v2.0/ports?tenant_id=0391fdd5981c419c8dee4ffc0433206c&device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 3697 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/2963] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:41:08 2026] GET /v2.0/networks?id=6f63e71a-5cdd-4d8c-9900-7fc8a988b29b => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2964] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:41:08 2026] GET /v2.0/networks/6f63e71a-5cdd-4d8c-9900-7fc8a988b29b?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: 1543/2965] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:41:08 2026] GET /v2.0/networks/6f63e71a-5cdd-4d8c-9900-7fc8a988b29b?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: 1423/2966] 199.204.45.61 () {30 vars in 767 bytes} [Thu Aug 13 09:41:09 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 3697 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/2967] 199.204.45.61 () {34 vars in 973 bytes} [Thu Aug 13 09:41:10 2026] GET /v2.0/ports/d2632e1b-6193-4127-b6f4-2e27dc315bb2 => generated 1116 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2968] 199.204.45.61 () {34 vars in 1058 bytes} [Thu Aug 13 09:41:10 2026] GET /v2.0/ports/d2632e1b-6193-4127-b6f4-2e27dc315bb2?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/2969] 199.204.45.61 () {34 vars in 1014 bytes} [Thu Aug 13 09:41:10 2026] GET /v2.0/networks/6f63e71a-5cdd-4d8c-9900-7fc8a988b29b?fields=dns_domain => generated 29 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2970] 199.204.45.61 () {30 vars in 767 bytes} [Thu Aug 13 09:41:10 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 3697 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/2971] 199.204.45.61 () {38 vars in 1026 bytes} [Thu Aug 13 09:41:10 2026] PUT /v2.0/ports/d2632e1b-6193-4127-b6f4-2e27dc315bb2 => generated 917 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2972] 199.204.45.61 () {30 vars in 767 bytes} [Thu Aug 13 09:41:11 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 2589 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 09:41:11.768 7 INFO neutron_taas.services.taas.taas_plugin [None req-bc3b2c39-b0da-4873-a60e-1517a6cbb23c 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: d2632e1b-6193-4127-b6f4-2e27dc315bb2 2026-08-13 09:41:11.771 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc3b2c39-b0da-4873-a60e-1517a6cbb23c 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: d2632e1b-6193-4127-b6f4-2e27dc315bb2 [pid: 7|app: 0|req: 1547/2973] 199.204.45.61 () {32 vars in 757 bytes} [Thu Aug 13 09:41:11 2026] DELETE /v2.0/ports/d2632e1b-6193-4127-b6f4-2e27dc315bb2 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2974] 199.204.45.61 () {30 vars in 701 bytes} [Thu Aug 13 09:41:11 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: 1548/2975] 199.204.45.61 () {30 vars in 703 bytes} [Thu Aug 13 09:41:11 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: 1428/2976] 199.204.45.61 () {30 vars in 679 bytes} [Thu Aug 13 09:41:11 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/2977] 199.204.45.61 () {30 vars in 715 bytes} [Thu Aug 13 09:41:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2978] 199.204.45.61 () {30 vars in 739 bytes} [Thu Aug 13 09:41:12 2026] GET /v2.0/subnets/525f33cc-40dd-4aa2-acbd-703818fa0aa3 => 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: 1550/2979] 199.204.45.61 () {30 vars in 735 bytes} [Thu Aug 13 09:41:12 2026] GET /v2.0/ports/c5e3141f-8dc7-4bef-bc6b-d8a1370d1404 => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2980] 199.204.45.61 () {30 vars in 735 bytes} [Thu Aug 13 09:41:12 2026] GET /v2.0/ports/de0bde1f-8826-4912-ae07-58f555a3efb9 => generated 1349 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/2981] 199.204.45.61 () {30 vars in 739 bytes} [Thu Aug 13 09:41:12 2026] GET /v2.0/subnets/525f33cc-40dd-4aa2-acbd-703818fa0aa3 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2982] 199.204.45.61 () {30 vars in 741 bytes} [Thu Aug 13 09:41:12 2026] GET /v2.0/networks/173bdacb-c097-4b28-8d8c-1fd2c699ef1a => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/2983] 199.204.45.61 () {30 vars in 735 bytes} [Thu Aug 13 09:41:12 2026] GET /v2.0/ports/c5e3141f-8dc7-4bef-bc6b-d8a1370d1404 => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2984] 199.204.45.61 () {30 vars in 739 bytes} [Thu Aug 13 09:41:12 2026] GET /v2.0/subnets/525f33cc-40dd-4aa2-acbd-703818fa0aa3 => 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: 1553/2985] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:41:12 2026] GET /v2.0/ports?tenant_id=0391fdd5981c419c8dee4ffc0433206c&device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 2589 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2986] 199.204.45.61 () {34 vars in 1144 bytes} [Thu Aug 13 09:41:12 2026] GET /v2.0/networks?id=98ae24da-8a61-47eb-84ef-5b7a09326316&id=173bdacb-c097-4b28-8d8c-1fd2c699ef1a&id=6f63e71a-5cdd-4d8c-9900-7fc8a988b29b => generated 2310 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/2987] 199.204.45.61 () {34 vars in 1060 bytes} [Thu Aug 13 09:41:12 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.177&port_id=3e6e8e9d-5842-4b4a-86de-549ca0a7a448 => 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: 1434/2988] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:41:12 2026] GET /v2.0/subnets?id=9202cec5-62ec-4038-a26a-46afe6056f16 => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/2989] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:41:12 2026] GET /v2.0/ports?network_id=98ae24da-8a61-47eb-84ef-5b7a09326316&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: 8|app: 0|req: 1435/2990] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:41:12 2026] GET /v2.0/networks/98ae24da-8a61-47eb-84ef-5b7a09326316?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: 1556/2991] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:41:12 2026] GET /v2.0/networks/98ae24da-8a61-47eb-84ef-5b7a09326316?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2992] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:41:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.248&port_id=de0bde1f-8826-4912-ae07-58f555a3efb9 => 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: 1557/2993] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:41:12 2026] GET /v2.0/subnets?id=525f33cc-40dd-4aa2-acbd-703818fa0aa3 => 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: 1437/2994] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:41:12 2026] GET /v2.0/ports?network_id=173bdacb-c097-4b28-8d8c-1fd2c699ef1a&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/2995] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:41:12 2026] GET /v2.0/networks/173bdacb-c097-4b28-8d8c-1fd2c699ef1a?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2996] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:41:12 2026] GET /v2.0/networks/173bdacb-c097-4b28-8d8c-1fd2c699ef1a?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: 1440/2999] 199.204.45.61 () {30 vars in 701 bytes} [Thu Aug 13 09:41:23 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: 1560/3000] 199.204.45.61 () {30 vars in 703 bytes} [Thu Aug 13 09:41:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/3001] 199.204.45.61 () {30 vars in 679 bytes} [Thu Aug 13 09:41:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3002] 199.204.45.61 () {30 vars in 715 bytes} [Thu Aug 13 09:41:23 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-08-13 09:41:23.834 8 INFO neutron.api.v2.resource [None req-b6a1a2e7-1781-4e74-b5d2-d4010c5ef11a 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1442/3003] 199.204.45.61 () {30 vars in 761 bytes} [Thu Aug 13 09:41:23 2026] GET /v2.0/security-groups/lb-1fac9483-1dad-4ed1-9796-054b354bd10d => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3004] 199.204.45.61 () {30 vars in 783 bytes} [Thu Aug 13 09:41:23 2026] GET /v2.0/security-groups?name=lb-1fac9483-1dad-4ed1-9796-054b354bd10d => generated 2865 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/3005] 199.204.45.61 () {30 vars in 813 bytes} [Thu Aug 13 09:41:23 2026] GET /v2.0/security-group-rules?security_group_id=7d062ca4-8062-4489-9d6c-80e0387f100a => generated 2334 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3006] 199.204.45.61 () {32 vars in 787 bytes} [Thu Aug 13 09:41:23 2026] DELETE /v2.0/security-group-rules/257e463f-073d-4b77-98fb-246d35517ec0 => 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: 1444/3007] 199.204.45.61 () {32 vars in 787 bytes} [Thu Aug 13 09:41:24 2026] DELETE /v2.0/security-group-rules/a7a07e90-55e9-45d6-adda-05046c4ff071 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:41:27.659 7 INFO neutron_taas.services.taas.taas_plugin [None req-668bdaa7-5651-4fdd-ae82-d7aae1ce526c d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] TaaS: Handle Delete Port: 40aca337-2981-4a83-b245-b5e235b01753 2026-08-13 09:41:27.662 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-668bdaa7-5651-4fdd-ae82-d7aae1ce526c d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] Tap Mirror: Handle Delete Port: 40aca337-2981-4a83-b245-b5e235b01753 2026-08-13 09:41:27.803 7 INFO neutron.db.l3_db [None req-668bdaa7-5651-4fdd-ae82-d7aae1ce526c d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] Floating IP 479913eb-ccf7-4ab6-bb57-6aa904a06cd5 disassociated (deleted). External IP: 10.96.250.209, port: c5e3141f-8dc7-4bef-bc6b-d8a1370d1404. [pid: 7|app: 0|req: 1564/3008] 10.0.0.119 () {32 vars in 731 bytes} [Thu Aug 13 09:41:27 2026] DELETE /v2.0/floatingips/479913eb-ccf7-4ab6-bb57-6aa904a06cd5 => generated 0 bytes in 513 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:41:28.113 8 INFO neutron.api.v2.resource [None req-39052630-8524-4184-9310-d2e57ef02f65 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1445/3009] 10.0.0.119 () {32 vars in 728 bytes} [Thu Aug 13 09:41:28 2026] GET /v2.0/floatingips/479913eb-ccf7-4ab6-bb57-6aa904a06cd5 => generated 144 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3010] 199.204.45.61 () {30 vars in 701 bytes} [Thu Aug 13 09:41:28 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: 1446/3011] 199.204.45.61 () {30 vars in 703 bytes} [Thu Aug 13 09:41:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3012] 199.204.45.61 () {30 vars in 679 bytes} [Thu Aug 13 09:41:28 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: 1447/3013] 199.204.45.61 () {30 vars in 715 bytes} [Thu Aug 13 09:41: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-08-13 09:41:29.027 7 INFO neutron.api.v2.resource [None req-d1d564c7-6e47-4a43-b5e5-0934155b186b 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1567/3014] 199.204.45.61 () {30 vars in 761 bytes} [Thu Aug 13 09:41:29 2026] GET /v2.0/security-groups/lb-1fac9483-1dad-4ed1-9796-054b354bd10d => 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: 1448/3015] 199.204.45.61 () {30 vars in 783 bytes} [Thu Aug 13 09:41:29 2026] GET /v2.0/security-groups?name=lb-1fac9483-1dad-4ed1-9796-054b354bd10d => generated 1639 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3016] 199.204.45.61 () {30 vars in 813 bytes} [Thu Aug 13 09:41:29 2026] GET /v2.0/security-group-rules?security_group_id=7d062ca4-8062-4489-9d6c-80e0387f100a => generated 1182 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/3017] 199.204.45.61 () {30 vars in 701 bytes} [Thu Aug 13 09:41:29 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: 1569/3018] 199.204.45.61 () {30 vars in 703 bytes} [Thu Aug 13 09:41:29 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: 1450/3019] 199.204.45.61 () {30 vars in 679 bytes} [Thu Aug 13 09:41:29 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: 1570/3020] 199.204.45.61 () {30 vars in 715 bytes} [Thu Aug 13 09:41:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/3021] 199.204.45.61 () {30 vars in 739 bytes} [Thu Aug 13 09:41:29 2026] GET /v2.0/subnets/525f33cc-40dd-4aa2-acbd-703818fa0aa3 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3022] 199.204.45.61 () {30 vars in 767 bytes} [Thu Aug 13 09:41:29 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 2589 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/3023] 199.204.45.61 () {30 vars in 767 bytes} [Thu Aug 13 09:41:29 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 2589 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3024] 199.204.45.61 () {30 vars in 767 bytes} [Thu Aug 13 09:41:29 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 2589 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/3025] 199.204.45.61 () {30 vars in 767 bytes} [Thu Aug 13 09:41:30 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 2589 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3026] 199.204.45.61 () {34 vars in 973 bytes} [Thu Aug 13 09:41:31 2026] GET /v2.0/ports/de0bde1f-8826-4912-ae07-58f555a3efb9 => generated 1349 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3027] 199.204.45.61 () {34 vars in 1058 bytes} [Thu Aug 13 09:41:31 2026] GET /v2.0/ports/de0bde1f-8826-4912-ae07-58f555a3efb9?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/3028] 199.204.45.61 () {30 vars in 767 bytes} [Thu Aug 13 09:41:31 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 2589 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3029] 199.204.45.61 () {34 vars in 1014 bytes} [Thu Aug 13 09:41:31 2026] GET /v2.0/networks/173bdacb-c097-4b28-8d8c-1fd2c699ef1a?fields=dns_domain => generated 29 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/3030] 199.204.45.61 () {38 vars in 1026 bytes} [Thu Aug 13 09:41:31 2026] PUT /v2.0/ports/de0bde1f-8826-4912-ae07-58f555a3efb9 => generated 1150 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3031] 199.204.45.61 () {30 vars in 767 bytes} [Thu Aug 13 09:41:32 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1456/3032] 199.204.45.61 () {34 vars in 787 bytes} [Thu Aug 13 09:41:32 2026] PUT /v2.0/ports/de0bde1f-8826-4912-ae07-58f555a3efb9 => generated 1090 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3033] 199.204.45.61 () {30 vars in 735 bytes} [Thu Aug 13 09:41:32 2026] GET /v2.0/ports/de0bde1f-8826-4912-ae07-58f555a3efb9 => generated 1090 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 09:41:33.063 8 INFO neutron_taas.services.taas.taas_plugin [None req-308f6a50-3e67-4ca6-ad28-702c05eb74b6 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: de0bde1f-8826-4912-ae07-58f555a3efb9 2026-08-13 09:41:33.067 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-308f6a50-3e67-4ca6-ad28-702c05eb74b6 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: de0bde1f-8826-4912-ae07-58f555a3efb9 [pid: 8|app: 0|req: 1457/3034] 199.204.45.61 () {32 vars in 757 bytes} [Thu Aug 13 09:41:32 2026] DELETE /v2.0/ports/de0bde1f-8826-4912-ae07-58f555a3efb9 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3035] 199.204.45.61 () {30 vars in 701 bytes} [Thu Aug 13 09:41:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/3036] 199.204.45.61 () {30 vars in 703 bytes} [Thu Aug 13 09:41:33 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: 1579/3037] 199.204.45.61 () {30 vars in 679 bytes} [Thu Aug 13 09:41:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/3038] 199.204.45.61 () {30 vars in 715 bytes} [Thu Aug 13 09:41:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:41:33.391 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5bcfaa23-2e55-45fe-ae96-cb8f6f44e1a2 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1580/3039] 199.204.45.61 () {32 vars in 757 bytes} [Thu Aug 13 09:41:33 2026] DELETE /v2.0/ports/de0bde1f-8826-4912-ae07-58f555a3efb9 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/3040] 199.204.45.61 () {30 vars in 735 bytes} [Thu Aug 13 09:41:33 2026] GET /v2.0/ports/c5e3141f-8dc7-4bef-bc6b-d8a1370d1404 => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:41:33.455 8 INFO neutron.api.v2.resource [None req-599ad6a6-353d-47d5-aa49-ddf04495fc69 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1461/3041] 199.204.45.61 () {30 vars in 761 bytes} [Thu Aug 13 09:41:33 2026] GET /v2.0/security-groups/lb-1fac9483-1dad-4ed1-9796-054b354bd10d => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3042] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:41:33 2026] GET /v2.0/ports?tenant_id=0391fdd5981c419c8dee4ffc0433206c&device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/3043] 199.204.45.61 () {30 vars in 783 bytes} [Thu Aug 13 09:41:33 2026] GET /v2.0/security-groups?name=lb-1fac9483-1dad-4ed1-9796-054b354bd10d => generated 1639 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/3044] 199.204.45.61 () {30 vars in 735 bytes} [Thu Aug 13 09:41:33 2026] GET /v2.0/ports/c5e3141f-8dc7-4bef-bc6b-d8a1370d1404 => generated 1128 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3045] 199.204.45.61 () {34 vars in 1064 bytes} [Thu Aug 13 09:41:33 2026] GET /v2.0/networks?id=98ae24da-8a61-47eb-84ef-5b7a09326316&id=173bdacb-c097-4b28-8d8c-1fd2c699ef1a => generated 1524 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3046] 199.204.45.61 () {34 vars in 1060 bytes} [Thu Aug 13 09:41:33 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.177&port_id=3e6e8e9d-5842-4b4a-86de-549ca0a7a448 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3047] 199.204.45.61 () {34 vars in 982 bytes} [Thu Aug 13 09:41:33 2026] GET /v2.0/subnets?id=9202cec5-62ec-4038-a26a-46afe6056f16 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3048] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:41:33 2026] GET /v2.0/ports?network_id=98ae24da-8a61-47eb-84ef-5b7a09326316&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3049] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:41:33 2026] GET /v2.0/networks/98ae24da-8a61-47eb-84ef-5b7a09326316?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: 1587/3050] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:41:33 2026] GET /v2.0/networks/98ae24da-8a61-47eb-84ef-5b7a09326316?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: 1464/3051] 199.204.45.61 () {34 vars in 787 bytes} [Thu Aug 13 09:41:33 2026] PUT /v2.0/ports/c5e3141f-8dc7-4bef-bc6b-d8a1370d1404 => generated 1090 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3052] 199.204.45.61 () {32 vars in 777 bytes} [Thu Aug 13 09:41:33 2026] DELETE /v2.0/security-groups/7d062ca4-8062-4489-9d6c-80e0387f100a => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:41:33.942 8 INFO neutron_taas.services.taas.taas_plugin [None req-4fb1978a-67e7-49c6-b6a6-19749ee4a35a 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: c5e3141f-8dc7-4bef-bc6b-d8a1370d1404 2026-08-13 09:41:33.945 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4fb1978a-67e7-49c6-b6a6-19749ee4a35a 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: c5e3141f-8dc7-4bef-bc6b-d8a1370d1404 [pid: 8|app: 0|req: 1465/3053] 199.204.45.61 () {32 vars in 757 bytes} [Thu Aug 13 09:41:33 2026] DELETE /v2.0/ports/c5e3141f-8dc7-4bef-bc6b-d8a1370d1404 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3054] 199.204.45.61 () {34 vars in 992 bytes} [Thu Aug 13 09:41:36 2026] GET /v2.0/ports?device_id=019b946c-5d6b-4ecb-9aa5-16d1d2bf9324 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:41:37.119 8 INFO neutron_taas.services.taas.taas_plugin [req-0a88aed9-a9d5-442d-a38f-9f6af553569e req-8cf7a2f8-3d37-470f-ac78-5fa148565d61 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] TaaS: Handle Delete Port: 3e6e8e9d-5842-4b4a-86de-549ca0a7a448 2026-08-13 09:41:37.123 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0a88aed9-a9d5-442d-a38f-9f6af553569e req-8cf7a2f8-3d37-470f-ac78-5fa148565d61 28b6a09e6ab04c07ad4946c75eecaf04 0391fdd5981c419c8dee4ffc0433206c - - default default] Tap Mirror: Handle Delete Port: 3e6e8e9d-5842-4b4a-86de-549ca0a7a448 [pid: 8|app: 0|req: 1466/3055] 199.204.45.61 () {36 vars in 995 bytes} [Thu Aug 13 09:41:37 2026] DELETE /v2.0/ports/3e6e8e9d-5842-4b4a-86de-549ca0a7a448 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:41:37.331 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c92d55d1-622a-4cf8-a562-298da6cf3caa'] response: {'server_uuid': '019b946c-5d6b-4ecb-9aa5-16d1d2bf9324', 'name': 'network-vif-deleted', 'tag': '3e6e8e9d-5842-4b4a-86de-549ca0a7a448', 'status': 'completed', 'code': 200} 2026-08-13 09:41:38.430 7 INFO neutron_taas.services.taas.taas_plugin [None req-ae260bc4-52b2-4947-9567-7fd36b152c94 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] TaaS: Handle Delete Port: 4c73b986-18e2-4739-b938-3d54854f49ee 2026-08-13 09:41:38.434 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae260bc4-52b2-4947-9567-7fd36b152c94 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] Tap Mirror: Handle Delete Port: 4c73b986-18e2-4739-b938-3d54854f49ee 2026-08-13 09:41:38.613 7 INFO neutron.db.l3_db [None req-ae260bc4-52b2-4947-9567-7fd36b152c94 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] Floating IP 0f3afc41-ecce-401b-8fe5-4d2533c362ee disassociated (deleted). External IP: 10.96.250.201, port: c894959b-5f26-4942-8edf-169722f21a0e. [pid: 7|app: 0|req: 1591/3058] 10.0.0.119 () {32 vars in 731 bytes} [Thu Aug 13 09:41:38 2026] DELETE /v2.0/floatingips/0f3afc41-ecce-401b-8fe5-4d2533c362ee => generated 0 bytes in 605 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:41:38.920 8 INFO neutron.api.v2.resource [None req-f9d2c02b-2586-4ca2-84fa-ebd5e910342a d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1468/3059] 10.0.0.119 () {32 vars in 728 bytes} [Thu Aug 13 09:41:38 2026] GET /v2.0/floatingips/0f3afc41-ecce-401b-8fe5-4d2533c362ee => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:41:38.938 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9b269937-cada-45af-a69c-e651a7a60ec9'] response: {'name': 'network-changed', 'server_uuid': 'c5128e57-edd1-44d2-bfa8-a23623e479db', 'tag': 'c894959b-5f26-4942-8edf-169722f21a0e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1592/3060] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:41:39 2026] GET /v2.0/ports?device_id=c5128e57-edd1-44d2-bfa8-a23623e479db => generated 1204 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3061] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:41:39 2026] GET /v2.0/security-groups?id=673866c6-7b6e-4b08-96cf-41b988c89a6e&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3062] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:41:39 2026] GET /v2.0/ports?tenant_id=071bba56f7704be8b2aef7b4eb1bae97&device_id=c5128e57-edd1-44d2-bfa8-a23623e479db => generated 1473 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3063] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:41:39 2026] GET /v2.0/networks?id=72afc3cf-15d2-4bda-a607-f51255c3e23e => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3064] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:41:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.122&port_id=c894959b-5f26-4942-8edf-169722f21a0e => 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: 1471/3065] 199.204.45.61 () {34 vars in 1104 bytes} [Thu Aug 13 09:41:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A118&port_id=c894959b-5f26-4942-8edf-169722f21a0e => 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: 1595/3066] 199.204.45.61 () {34 vars in 1062 bytes} [Thu Aug 13 09:41:39 2026] GET /v2.0/subnets?id=b6da529e-3420-4953-a0b4-dac24cded8bd&id=5b1865ab-be8b-490b-a671-2f042d52af9a => generated 1415 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3067] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:41:39 2026] GET /v2.0/ports?network_id=72afc3cf-15d2-4bda-a607-f51255c3e23e&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3068] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:41:39 2026] GET /v2.0/ports?network_id=72afc3cf-15d2-4bda-a607-f51255c3e23e&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: 1473/3069] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:41:39 2026] GET /v2.0/networks/72afc3cf-15d2-4bda-a607-f51255c3e23e?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3070] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:41:39 2026] GET /v2.0/networks/72afc3cf-15d2-4bda-a607-f51255c3e23e?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: 1474/3071] 199.204.45.61 () {34 vars in 992 bytes} [Thu Aug 13 09:41:41 2026] GET /v2.0/ports?device_id=c5128e57-edd1-44d2-bfa8-a23623e479db => generated 1204 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:41:41.700 7 INFO neutron_taas.services.taas.taas_plugin [req-deb37c9a-03c5-4992-8a6d-2d94ea361f5c req-815bacbf-8fbc-4d9a-bcdd-661119ac24e1 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] TaaS: Handle Delete Port: c894959b-5f26-4942-8edf-169722f21a0e 2026-08-13 09:41:41.703 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-deb37c9a-03c5-4992-8a6d-2d94ea361f5c req-815bacbf-8fbc-4d9a-bcdd-661119ac24e1 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] Tap Mirror: Handle Delete Port: c894959b-5f26-4942-8edf-169722f21a0e [pid: 7|app: 0|req: 1598/3072] 199.204.45.61 () {36 vars in 995 bytes} [Thu Aug 13 09:41:41 2026] DELETE /v2.0/ports/c894959b-5f26-4942-8edf-169722f21a0e => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:41:41.907 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6cd82c41-2b06-4049-8ed0-1c2cfa883d26'] response: {'server_uuid': 'c5128e57-edd1-44d2-bfa8-a23623e479db', 'name': 'network-vif-deleted', 'tag': 'c894959b-5f26-4942-8edf-169722f21a0e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1475/3073] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:41:44 2026] GET /v2.0/ports?device_id=c5128e57-edd1-44d2-bfa8-a23623e479db => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:41:49.598 7 INFO neutron_taas.services.taas.taas_plugin [None req-bfbc2f31-d6a0-4f0d-8628-3738290e6692 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] TaaS: Handle Delete Port: 22097efd-eb54-446d-af68-6502a7f744a5 2026-08-13 09:41:49.601 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bfbc2f31-d6a0-4f0d-8628-3738290e6692 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] Tap Mirror: Handle Delete Port: 22097efd-eb54-446d-af68-6502a7f744a5 2026-08-13 09:41:49.764 7 INFO neutron.db.l3_db [None req-bfbc2f31-d6a0-4f0d-8628-3738290e6692 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] Floating IP f35fb177-cac9-4eae-9968-4b7ca52877f7 disassociated (deleted). External IP: 10.96.250.218, port: a94b1048-4de9-46cc-aa1d-dea5ad18ed19. [pid: 7|app: 0|req: 1599/3074] 10.0.0.119 () {32 vars in 731 bytes} [Thu Aug 13 09:41:49 2026] DELETE /v2.0/floatingips/f35fb177-cac9-4eae-9968-4b7ca52877f7 => generated 0 bytes in 580 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:41:50.078 8 INFO neutron.api.v2.resource [None req-aa32697f-ef5b-4ac5-8b4a-ce94097fd3b1 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1476/3075] 10.0.0.119 () {32 vars in 728 bytes} [Thu Aug 13 09:41:50 2026] GET /v2.0/floatingips/f35fb177-cac9-4eae-9968-4b7ca52877f7 => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:41:50.092 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-77e1df36-e924-4e7e-abc2-75c637844b62'] response: {'name': 'network-changed', 'server_uuid': 'e5e4f735-4d1a-4f89-8d25-7585d66bcbc1', 'tag': 'a94b1048-4de9-46cc-aa1d-dea5ad18ed19', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1600/3076] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:41:50 2026] GET /v2.0/ports?device_id=e5e4f735-4d1a-4f89-8d25-7585d66bcbc1 => generated 1200 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3077] 10.0.0.198 () {34 vars in 1039 bytes} [Thu Aug 13 09:41:50 2026] GET /v2.0/security-groups?id=673866c6-7b6e-4b08-96cf-41b988c89a6e&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: 7|app: 0|req: 1601/3078] 199.204.45.61 () {34 vars in 1078 bytes} [Thu Aug 13 09:41:50 2026] GET /v2.0/ports?tenant_id=071bba56f7704be8b2aef7b4eb1bae97&device_id=e5e4f735-4d1a-4f89-8d25-7585d66bcbc1 => generated 1469 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3079] 199.204.45.61 () {34 vars in 984 bytes} [Thu Aug 13 09:41:50 2026] GET /v2.0/networks?id=6f63e71a-5cdd-4d8c-9900-7fc8a988b29b => generated 800 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3080] 199.204.45.61 () {34 vars in 1056 bytes} [Thu Aug 13 09:41:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.226&port_id=a94b1048-4de9-46cc-aa1d-dea5ad18ed19 => 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: 1479/3081] 199.204.45.61 () {34 vars in 1102 bytes} [Thu Aug 13 09:41:50 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A14d&port_id=a94b1048-4de9-46cc-aa1d-dea5ad18ed19 => 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: 1603/3082] 199.204.45.61 () {34 vars in 1062 bytes} [Thu Aug 13 09:41:50 2026] GET /v2.0/subnets?id=8d9daf41-468d-44d1-b0a4-2d15b8cef314&id=0816df38-8e8f-48b2-98de-ae5a36b1602d => generated 1410 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3083] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:41:50 2026] GET /v2.0/ports?network_id=6f63e71a-5cdd-4d8c-9900-7fc8a988b29b&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3084] 199.204.45.61 () {34 vars in 1050 bytes} [Thu Aug 13 09:41:50 2026] GET /v2.0/ports?network_id=6f63e71a-5cdd-4d8c-9900-7fc8a988b29b&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3085] 199.204.45.61 () {34 vars in 1010 bytes} [Thu Aug 13 09:41:50 2026] GET /v2.0/networks/6f63e71a-5cdd-4d8c-9900-7fc8a988b29b?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3086] 199.204.45.61 () {34 vars in 1110 bytes} [Thu Aug 13 09:41:50 2026] GET /v2.0/networks/6f63e71a-5cdd-4d8c-9900-7fc8a988b29b?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: 1482/3089] 199.204.45.61 () {34 vars in 992 bytes} [Thu Aug 13 09:41:52 2026] GET /v2.0/ports?device_id=e5e4f735-4d1a-4f89-8d25-7585d66bcbc1 => generated 1200 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:41:52.847 7 INFO neutron_taas.services.taas.taas_plugin [req-c49d7e40-8a14-46ca-9a32-699336129a0a req-623413eb-2c1b-4a72-84d0-e4d26e170738 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] TaaS: Handle Delete Port: a94b1048-4de9-46cc-aa1d-dea5ad18ed19 2026-08-13 09:41:52.850 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c49d7e40-8a14-46ca-9a32-699336129a0a req-623413eb-2c1b-4a72-84d0-e4d26e170738 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] Tap Mirror: Handle Delete Port: a94b1048-4de9-46cc-aa1d-dea5ad18ed19 [pid: 7|app: 0|req: 1608/3090] 199.204.45.61 () {36 vars in 995 bytes} [Thu Aug 13 09:41:52 2026] DELETE /v2.0/ports/a94b1048-4de9-46cc-aa1d-dea5ad18ed19 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:41:53.082 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-24deab2c-8e35-448f-a4a1-279d55f296da'] response: {'server_uuid': 'e5e4f735-4d1a-4f89-8d25-7585d66bcbc1', 'name': 'network-vif-deleted', 'tag': 'a94b1048-4de9-46cc-aa1d-dea5ad18ed19', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1483/3091] 10.0.0.198 () {34 vars in 989 bytes} [Thu Aug 13 09:41:55 2026] GET /v2.0/ports?device_id=e5e4f735-4d1a-4f89-8d25-7585d66bcbc1 => 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: 1609/3092] 10.0.0.119 () {32 vars in 749 bytes} [Thu Aug 13 09:42:00 2026] DELETE /v2.0/security-group-rules/7429cc38-73ae-4107-a20b-a03206d18b80 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:42:00.587 8 INFO neutron.api.v2.resource [None req-a2bf5007-367b-4688-9568-7e8e0eb09c45 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1484/3093] 10.0.0.119 () {32 vars in 746 bytes} [Thu Aug 13 09:42:00 2026] GET /v2.0/security-group-rules/7429cc38-73ae-4107-a20b-a03206d18b80 => 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: 1610/3094] 10.0.0.119 () {32 vars in 749 bytes} [Thu Aug 13 09:42:00 2026] DELETE /v2.0/security-group-rules/0a8a102d-2fc8-4d1a-9981-2f33ab84cbc2 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:42:00.677 8 INFO neutron.api.v2.resource [None req-6ccb8de2-5960-4df6-bbc2-dc1abc0c3b68 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1485/3095] 10.0.0.119 () {32 vars in 746 bytes} [Thu Aug 13 09:42:00 2026] GET /v2.0/security-group-rules/0a8a102d-2fc8-4d1a-9981-2f33ab84cbc2 => 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: 1611/3096] 10.0.0.119 () {32 vars in 749 bytes} [Thu Aug 13 09:42:00 2026] DELETE /v2.0/security-group-rules/f1629651-aafc-4aea-8d15-ef1f3ae5bd89 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:42:00.764 8 INFO neutron.api.v2.resource [None req-bda69b3b-f3eb-4fff-beef-233facbd6bb7 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1486/3097] 10.0.0.119 () {32 vars in 746 bytes} [Thu Aug 13 09:42:00 2026] GET /v2.0/security-group-rules/f1629651-aafc-4aea-8d15-ef1f3ae5bd89 => 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: 1612/3098] 10.0.0.119 () {32 vars in 749 bytes} [Thu Aug 13 09:42:00 2026] DELETE /v2.0/security-group-rules/c98c69a0-f7e9-4f7d-b30b-506debae1f5f => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:42:00.846 8 INFO neutron.api.v2.resource [None req-92b269a8-7c9e-4401-8c8b-152ab4254d1f d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1487/3099] 10.0.0.119 () {32 vars in 746 bytes} [Thu Aug 13 09:42:00 2026] GET /v2.0/security-group-rules/c98c69a0-f7e9-4f7d-b30b-506debae1f5f => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3100] 10.0.0.119 () {32 vars in 749 bytes} [Thu Aug 13 09:42:00 2026] DELETE /v2.0/security-group-rules/8b512889-be68-42ac-8a2a-13eb7ea58fd2 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:42:00.923 8 INFO neutron.api.v2.resource [None req-695371b0-84f3-4268-b58f-9ccec12421fe d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1488/3101] 10.0.0.119 () {32 vars in 746 bytes} [Thu Aug 13 09:42:00 2026] GET /v2.0/security-group-rules/8b512889-be68-42ac-8a2a-13eb7ea58fd2 => 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: 1614/3102] 10.0.0.119 () {32 vars in 749 bytes} [Thu Aug 13 09:42:00 2026] DELETE /v2.0/security-group-rules/da9d4dc7-37dc-47a5-ba1f-70b7fbc265af => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:42:00.998 8 INFO neutron.api.v2.resource [None req-3fe921ab-9e1e-4d3a-a535-7979425dff31 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1489/3103] 10.0.0.119 () {32 vars in 746 bytes} [Thu Aug 13 09:42:00 2026] GET /v2.0/security-group-rules/da9d4dc7-37dc-47a5-ba1f-70b7fbc265af => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3104] 10.0.0.119 () {32 vars in 749 bytes} [Thu Aug 13 09:42:01 2026] DELETE /v2.0/security-group-rules/f4db131c-c21b-42c1-bb42-0aa4095e711e => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:42:01.074 8 INFO neutron.api.v2.resource [None req-15870d08-b7e0-4635-a59a-2def962e676d d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1490/3105] 10.0.0.119 () {32 vars in 746 bytes} [Thu Aug 13 09:42:01 2026] GET /v2.0/security-group-rules/f4db131c-c21b-42c1-bb42-0aa4095e711e => 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: 1616/3106] 10.0.0.119 () {32 vars in 749 bytes} [Thu Aug 13 09:42:01 2026] DELETE /v2.0/security-group-rules/38e30db3-892e-4f0d-893b-aa8170f1cd2d => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:42:01.157 8 INFO neutron.api.v2.resource [None req-59f686be-0bc3-42a2-8938-6fc379a6054b d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1491/3107] 10.0.0.119 () {32 vars in 746 bytes} [Thu Aug 13 09:42:01 2026] GET /v2.0/security-group-rules/38e30db3-892e-4f0d-893b-aa8170f1cd2d => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3108] 10.0.0.119 () {32 vars in 749 bytes} [Thu Aug 13 09:42:01 2026] DELETE /v2.0/security-group-rules/d229746a-a4b2-4924-bfa5-b2e3434c06b9 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:42:01.237 8 INFO neutron.api.v2.resource [None req-45c84e36-b34b-4ca8-a11e-e53d7cf05b99 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1492/3109] 10.0.0.119 () {32 vars in 746 bytes} [Thu Aug 13 09:42:01 2026] GET /v2.0/security-group-rules/d229746a-a4b2-4924-bfa5-b2e3434c06b9 => 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: 1618/3110] 10.0.0.119 () {32 vars in 749 bytes} [Thu Aug 13 09:42:01 2026] DELETE /v2.0/security-group-rules/be36dbb1-7430-4e73-98b8-9ce951341784 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:42:01.313 8 INFO neutron.api.v2.resource [None req-399116e4-ff97-4208-ad36-f79d8ff9350c d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1493/3111] 10.0.0.119 () {32 vars in 746 bytes} [Thu Aug 13 09:42:01 2026] GET /v2.0/security-group-rules/be36dbb1-7430-4e73-98b8-9ce951341784 => 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: 1619/3112] 10.0.0.119 () {32 vars in 749 bytes} [Thu Aug 13 09:42:01 2026] DELETE /v2.0/security-group-rules/b1cec749-5914-45e7-b571-394bd85f5b30 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:42:01.411 8 INFO neutron.api.v2.resource [None req-55c8bbba-5391-4109-a3f6-820e25341c1e d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1494/3113] 10.0.0.119 () {32 vars in 746 bytes} [Thu Aug 13 09:42:01 2026] GET /v2.0/security-group-rules/b1cec749-5914-45e7-b571-394bd85f5b30 => 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: 1620/3114] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:42:01 2026] DELETE /v2.0/security-groups/673866c6-7b6e-4b08-96cf-41b988c89a6e => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:42:01.511 8 INFO neutron.api.v2.resource [None req-55f90b18-d08b-4a14-b4ea-2711a847718a d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1495/3115] 10.0.0.119 () {32 vars in 736 bytes} [Thu Aug 13 09:42:01 2026] GET /v2.0/security-groups/673866c6-7b6e-4b08-96cf-41b988c89a6e => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:42:01.839 7 INFO neutron_taas.services.taas.taas_plugin [None req-9cf6a15c-dcf9-4165-a67b-0d7a46c65368 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] TaaS: Handle Delete Port: a8105fd6-3cf3-4809-8fd1-69d8c8319a93 2026-08-13 09:42:01.842 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9cf6a15c-dcf9-4165-a67b-0d7a46c65368 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] Tap Mirror: Handle Delete Port: a8105fd6-3cf3-4809-8fd1-69d8c8319a93 [pid: 7|app: 0|req: 1621/3116] 10.0.0.119 () {34 vars in 788 bytes} [Thu Aug 13 09:42:01 2026] PUT /v2.0/routers/59521bec-e185-4c2f-8a68-0ab1d0c5f662/remove_router_interface => generated 309 bytes in 906 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:42:02.590 8 INFO neutron.api.v2.resource [None req-0433cd4e-b201-41e3-bca7-585a31c32a18 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1496/3117] 10.0.0.119 () {34 vars in 788 bytes} [Thu Aug 13 09:42:02 2026] PUT /v2.0/routers/59521bec-e185-4c2f-8a68-0ab1d0c5f662/remove_router_interface => generated 198 bytes in 121 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:42:02.960 7 INFO neutron_taas.services.taas.taas_plugin [None req-db333b71-5f64-4521-9d41-801705b3ee22 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] TaaS: Handle Delete Port: 392df8b5-aac6-4b89-ae8b-aae1b2e0f131 2026-08-13 09:42:02.964 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db333b71-5f64-4521-9d41-801705b3ee22 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] Tap Mirror: Handle Delete Port: 392df8b5-aac6-4b89-ae8b-aae1b2e0f131 [pid: 7|app: 0|req: 1622/3118] 10.0.0.119 () {34 vars in 788 bytes} [Thu Aug 13 09:42:02 2026] PUT /v2.0/routers/59521bec-e185-4c2f-8a68-0ab1d0c5f662/remove_router_interface => generated 309 bytes in 942 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:42:03.686 8 INFO neutron.api.v2.resource [None req-4d39c0d2-4135-4630-a09f-47412b6ca7a1 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1497/3119] 10.0.0.119 () {34 vars in 788 bytes} [Thu Aug 13 09:42:03 2026] PUT /v2.0/routers/59521bec-e185-4c2f-8a68-0ab1d0c5f662/remove_router_interface => generated 198 bytes in 144 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:42:04.065 7 INFO neutron_taas.services.taas.taas_plugin [None req-5b96301a-1789-4a32-a51a-92dcc77dbb3f d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] TaaS: Handle Delete Port: 0f34aca1-340c-49ca-99d6-64e3ebfd7e20 2026-08-13 09:42:04.068 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b96301a-1789-4a32-a51a-92dcc77dbb3f d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] Tap Mirror: Handle Delete Port: 0f34aca1-340c-49ca-99d6-64e3ebfd7e20 [pid: 7|app: 0|req: 1623/3120] 10.0.0.119 () {34 vars in 788 bytes} [Thu Aug 13 09:42:03 2026] PUT /v2.0/routers/59521bec-e185-4c2f-8a68-0ab1d0c5f662/remove_router_interface => generated 309 bytes in 1026 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:42:04.889 8 INFO neutron.api.v2.resource [None req-28aaa8bd-0d9b-462e-a5aa-c8ad8b774a3c d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1498/3121] 10.0.0.119 () {34 vars in 788 bytes} [Thu Aug 13 09:42:04 2026] PUT /v2.0/routers/59521bec-e185-4c2f-8a68-0ab1d0c5f662/remove_router_interface => generated 198 bytes in 166 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:42:05.107 7 INFO neutron_taas.services.taas.taas_plugin [None req-b8a6ab8b-b438-403b-8486-438ef94cccd0 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] TaaS: Handle Delete Port: 98dd803f-fab3-41f1-8a03-e4e8274919e4 2026-08-13 09:42:05.111 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8a6ab8b-b438-403b-8486-438ef94cccd0 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] Tap Mirror: Handle Delete Port: 98dd803f-fab3-41f1-8a03-e4e8274919e4 2026-08-13 09:42:05.404 7 INFO neutron_taas.services.taas.taas_plugin [None req-b8a6ab8b-b438-403b-8486-438ef94cccd0 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] TaaS: Handle Delete Port: bda4c01c-6424-4699-a3d1-f43e86ca9a88 2026-08-13 09:42:05.408 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8a6ab8b-b438-403b-8486-438ef94cccd0 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] Tap Mirror: Handle Delete Port: bda4c01c-6424-4699-a3d1-f43e86ca9a88 2026-08-13 09:42:05.731 7 INFO neutron.db.l3_hamode_db [None req-b8a6ab8b-b438-403b-8486-438ef94cccd0 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] HA network 0b6a891a-945c-4cc0-b763-237c40f277b2 was deleted as no HA routers are present in tenant 071bba56f7704be8b2aef7b4eb1bae97. [pid: 7|app: 0|req: 1624/3122] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:42:04 2026] DELETE /v2.0/routers/59521bec-e185-4c2f-8a68-0ab1d0c5f662 => generated 0 bytes in 840 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:42:05.760 8 INFO neutron.api.v2.resource [None req-88deb0e9-47b3-4fad-97ff-4cf1c1aaec7f d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1499/3123] 10.0.0.119 () {32 vars in 720 bytes} [Thu Aug 13 09:42:05 2026] GET /v2.0/routers/59521bec-e185-4c2f-8a68-0ab1d0c5f662 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:42:05.761 7 INFO neutron.services.segments.plugin [-] Segment 4b890772-ae6c-4060-9e0f-8c70262531bb resource provider aggregate not found 2026-08-13 09:42:05.772 7 INFO neutron.services.segments.plugin [-] Segment 4b890772-ae6c-4060-9e0f-8c70262531bb resource provider aggregate not found 2026-08-13 09:42:05.779 7 INFO neutron.services.segments.plugin [-] Segment 4b890772-ae6c-4060-9e0f-8c70262531bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b890772-ae6c-4060-9e0f-8c70262531bb found for delete ", "request_id": "req-b357e539-0abe-4934-8762-adc18ed7dc91"}]} 2026-08-13 09:42:06.495 7 INFO neutron.services.segments.plugin [-] Segment 4b890772-ae6c-4060-9e0f-8c70262531bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b890772-ae6c-4060-9e0f-8c70262531bb found for delete ", "request_id": "req-0ffb9fd8-8010-498c-ab72-b2e1f0972a3f"}]} [pid: 7|app: 0|req: 1625/3124] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:42:05 2026] DELETE /v2.0/subnets/b6da529e-3420-4953-a0b4-dac24cded8bd => generated 0 bytes in 860 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:42:06.647 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c50a0881-e0de-42e4-a004-c061abcf0a73 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1500/3125] 10.0.0.119 () {32 vars in 720 bytes} [Thu Aug 13 09:42:06 2026] GET /v2.0/subnets/b6da529e-3420-4953-a0b4-dac24cded8bd => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3126] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:42:06 2026] DELETE /v2.0/subnets/5b1865ab-be8b-490b-a671-2f042d52af9a => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:42:06.824 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e3373bba-e6cd-4711-9692-7e767f4eefbb d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1501/3127] 10.0.0.119 () {32 vars in 720 bytes} [Thu Aug 13 09:42:06 2026] GET /v2.0/subnets/5b1865ab-be8b-490b-a671-2f042d52af9a => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:42:06.925 7 INFO neutron_taas.services.taas.taas_plugin [None req-92602033-1f89-483c-b635-e68e26f28b9f d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] TaaS: Handle Delete Port: 5234e143-48e4-46b5-bb91-495986cfbac5 2026-08-13 09:42:06.928 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92602033-1f89-483c-b635-e68e26f28b9f d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] Tap Mirror: Handle Delete Port: 5234e143-48e4-46b5-bb91-495986cfbac5 [pid: 7|app: 0|req: 1627/3128] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:42:06 2026] DELETE /v2.0/networks/72afc3cf-15d2-4bda-a607-f51255c3e23e => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:42:07.139 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b271947d-1450-4f5b-a321-aa76cfbe7fa1 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1502/3129] 10.0.0.119 () {32 vars in 722 bytes} [Thu Aug 13 09:42:07 2026] GET /v2.0/networks/72afc3cf-15d2-4bda-a607-f51255c3e23e => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3130] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:42:07 2026] DELETE /v2.0/subnets/0816df38-8e8f-48b2-98de-ae5a36b1602d => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:42:07.313 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b34bd424-3e81-4648-88ea-54abb2f6acad d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1503/3131] 10.0.0.119 () {32 vars in 720 bytes} [Thu Aug 13 09:42:07 2026] GET /v2.0/subnets/0816df38-8e8f-48b2-98de-ae5a36b1602d => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3132] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:42:07 2026] DELETE /v2.0/subnets/8d9daf41-468d-44d1-b0a4-2d15b8cef314 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:42:07.520 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b400bdb3-f88c-40c9-ab26-c273cfd23a3e d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1504/3133] 10.0.0.119 () {32 vars in 720 bytes} [Thu Aug 13 09:42:07 2026] GET /v2.0/subnets/8d9daf41-468d-44d1-b0a4-2d15b8cef314 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:42:07.613 7 INFO neutron_taas.services.taas.taas_plugin [None req-b8a317b1-1957-4588-95c8-86cbff1d5adb d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] TaaS: Handle Delete Port: 1c5af0a8-3ef7-432d-b5bb-32bb521aacf9 2026-08-13 09:42:07.616 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8a317b1-1957-4588-95c8-86cbff1d5adb d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] Tap Mirror: Handle Delete Port: 1c5af0a8-3ef7-432d-b5bb-32bb521aacf9 [pid: 7|app: 0|req: 1630/3136] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:42:07 2026] DELETE /v2.0/networks/6f63e71a-5cdd-4d8c-9900-7fc8a988b29b => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:42:07.798 7 INFO neutron.services.segments.plugin [-] Segment 2a25da83-fe16-42b3-8450-11a30ac2b0a4 resource provider aggregate not found 2026-08-13 09:42:07.823 7 INFO neutron.services.segments.plugin [-] Segment 2a25da83-fe16-42b3-8450-11a30ac2b0a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a25da83-fe16-42b3-8450-11a30ac2b0a4 found for delete ", "request_id": "req-71fcaac0-d5a5-4ad3-b069-c3afdcdee6c5"}]} 2026-08-13 09:42:07.830 8 INFO neutron.pecan_wsgi.hooks.translation [None req-acecd4b2-ee70-45db-9943-cc05a67750bf d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1507/3137] 10.0.0.119 () {32 vars in 722 bytes} [Thu Aug 13 09:42:07 2026] GET /v2.0/networks/6f63e71a-5cdd-4d8c-9900-7fc8a988b29b => generated 138 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:42:07.838 7 INFO neutron.services.segments.plugin [-] Segment bbd3697c-4a48-4462-b309-22a0ef2a23f5 resource provider aggregate not found 2026-08-13 09:42:07.856 7 INFO neutron.services.segments.plugin [-] Segment bbd3697c-4a48-4462-b309-22a0ef2a23f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbd3697c-4a48-4462-b309-22a0ef2a23f5 found for delete ", "request_id": "req-db7fba88-4c10-4847-9164-5aaa22fdc2d0"}]} [pid: 7|app: 0|req: 1631/3138] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:42:07 2026] DELETE /v2.0/subnets/232fa11e-fb17-40de-9fda-6fb90b7edc8d => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:42:08.003 8 INFO neutron.pecan_wsgi.hooks.translation [None req-21d95a80-516e-4556-bfad-004b210639ee d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1508/3139] 10.0.0.119 () {32 vars in 720 bytes} [Thu Aug 13 09:42:07 2026] GET /v2.0/subnets/232fa11e-fb17-40de-9fda-6fb90b7edc8d => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3140] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:42:08 2026] DELETE /v2.0/subnets/525f33cc-40dd-4aa2-acbd-703818fa0aa3 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:42:08.170 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a39537b2-d23e-4abf-aa60-1425d5a66326 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1509/3141] 10.0.0.119 () {32 vars in 720 bytes} [Thu Aug 13 09:42:08 2026] GET /v2.0/subnets/525f33cc-40dd-4aa2-acbd-703818fa0aa3 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:42:08.250 7 INFO neutron_taas.services.taas.taas_plugin [None req-a51ca1f1-b34c-4e1a-8b3d-b45a394af0a7 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] TaaS: Handle Delete Port: 797969b3-0027-4e26-b380-e55670230477 2026-08-13 09:42:08.252 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a51ca1f1-b34c-4e1a-8b3d-b45a394af0a7 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] Tap Mirror: Handle Delete Port: 797969b3-0027-4e26-b380-e55670230477 [pid: 7|app: 0|req: 1633/3142] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:42:08 2026] DELETE /v2.0/networks/173bdacb-c097-4b28-8d8c-1fd2c699ef1a => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:42:08.414 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a7922e4a-26a8-4b1e-8eff-d4e635efe944 d91a7aa015da43b9a1c8a1b690e8388c 071bba56f7704be8b2aef7b4eb1bae97 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1510/3143] 10.0.0.119 () {32 vars in 722 bytes} [Thu Aug 13 09:42:08 2026] GET /v2.0/networks/173bdacb-c097-4b28-8d8c-1fd2c699ef1a => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:42:08.515 7 INFO neutron.services.segments.plugin [-] Segment 2a25da83-fe16-42b3-8450-11a30ac2b0a4 resource provider aggregate not found 2026-08-13 09:42:08.533 7 INFO neutron.services.segments.plugin [-] Segment 2a25da83-fe16-42b3-8450-11a30ac2b0a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a25da83-fe16-42b3-8450-11a30ac2b0a4 found for delete ", "request_id": "req-d28a14ef-be92-4b52-8d44-bf71aa931bcf"}]} 2026-08-13 09:42:08.548 7 INFO neutron.services.segments.plugin [-] Segment bbd3697c-4a48-4462-b309-22a0ef2a23f5 resource provider aggregate not found 2026-08-13 09:42:08.572 7 INFO neutron.services.segments.plugin [-] Segment bbd3697c-4a48-4462-b309-22a0ef2a23f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbd3697c-4a48-4462-b309-22a0ef2a23f5 found for delete ", "request_id": "req-7f10189a-c818-45c6-84f3-37cd3e2cd64e"}]} 2026-08-13 09:42:08.586 7 INFO neutron.services.segments.plugin [-] Segment 028e5902-6644-4e02-a89b-e73758fad170 resource provider aggregate not found 2026-08-13 09:42:08.601 7 INFO neutron.services.segments.plugin [-] Segment 028e5902-6644-4e02-a89b-e73758fad170 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 028e5902-6644-4e02-a89b-e73758fad170 found for delete ", "request_id": "req-13b1b379-16d0-4718-b907-ee2daf6e621c"}]} 2026-08-13 09:42:09.886 7 INFO neutron.services.segments.plugin [-] Segment 028e5902-6644-4e02-a89b-e73758fad170 resource provider aggregate not found 2026-08-13 09:42:09.903 7 INFO neutron.services.segments.plugin [-] Segment 028e5902-6644-4e02-a89b-e73758fad170 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 028e5902-6644-4e02-a89b-e73758fad170 found for delete ", "request_id": "req-e861e276-c83c-4479-9a73-5c2066af5ee6"}]} [pid: 7|app: 0|req: 1634/3144] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:42:10 2026] GET /v2.0/security-groups?tenant_id=e9134747d4e24cad9f99d38efbf9697e&name=default => generated 2929 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3145] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:42:10 2026] DELETE /v2.0/security-groups/e6e1046d-cd52-49ee-93f1-a2aba8159c0d => 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: 1635/3146] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:42:10 2026] GET /v2.0/security-groups?tenant_id=04045bdb63cf4c33a134f66f15ab33c1&name=default => generated 2929 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3147] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:42:11 2026] DELETE /v2.0/security-groups/437aabcc-877e-4363-8066-c76945825daf => 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: 1636/3148] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:42:11 2026] GET /v2.0/security-groups?tenant_id=343e50a0562e4e379652d7620777bf80&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3149] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:42:11 2026] DELETE /v2.0/security-groups/e6490fad-4e60-4681-a9ed-5ecef6d6e368 => 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: 1637/3150] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:42:11 2026] GET /v2.0/security-groups?tenant_id=beaff3ed9fff4cbe8e314ee4f8d46857&name=default => generated 2929 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3151] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:42:11 2026] DELETE /v2.0/security-groups/c908e086-9be0-4ee9-948c-d118a5408db2 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3152] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:42:12 2026] GET /v2.0/security-groups?tenant_id=390d98d1964e49c58fe2eda4ee6c8edf&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3153] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:42:12 2026] DELETE /v2.0/security-groups/59e21c49-5b6a-47c0-9d85-9ac99d4a5043 => 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: 1639/3154] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:42:12 2026] GET /v2.0/security-groups?tenant_id=071bba56f7704be8b2aef7b4eb1bae97&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3155] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:42:12 2026] DELETE /v2.0/security-groups/507dbe48-115d-4bb4-a5ec-b039db23b3d8 => 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: 1640/3156] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:42:12 2026] GET /v2.0/security-groups?tenant_id=b32c26203d474ade9b8604dc7d1d1f62&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3157] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:42:12 2026] DELETE /v2.0/security-groups/0442c8b8-f87b-4883-ba11-90b707986f67 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:42:17.346 7 INFO neutron.db.segments_db [None req-a245f91a-d5ce-4629-b613-edc514ca0a95 f569c25519c54554b83679023297b9fc 3f0d155df52e450dab5d0ffcda4d36ad - - default default] Added segment 305ebae9-7d74-4bc1-9f8e-1b8bfe655c13 of type vxlan for network dbf8f0c7-5b32-4ac1-b524-de3297e9a3b7 [pid: 7|app: 0|req: 1641/3158] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:42:17 2026] POST /v2.0/networks => generated 708 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3159] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:42:17 2026] POST /v2.0/subnets => generated 644 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:42:17.656 7 WARNING neutron.api.v2.base [None req-79ef0e2c-100f-4512-bac3-56e83240eebd f569c25519c54554b83679023297b9fc 3f0d155df52e450dab5d0ffcda4d36ad - - 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-08-13 09:42:17.657 7 INFO neutron.api.v2.resource [None req-79ef0e2c-100f-4512-bac3-56e83240eebd f569c25519c54554b83679023297b9fc 3f0d155df52e450dab5d0ffcda4d36ad - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1642/3160] 10.0.0.119 () {34 vars in 680 bytes} [Thu Aug 13 09:42:17 2026] POST /v2.0/rbac-policies => generated 143 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3161] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:42:17 2026] DELETE /v2.0/networks/dbf8f0c7-5b32-4ac1-b524-de3297e9a3b7 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:42:17.941 7 INFO neutron.db.segments_db [None req-a1ea04cf-2400-42e2-9842-8af7d8c9744b f569c25519c54554b83679023297b9fc 3f0d155df52e450dab5d0ffcda4d36ad - - default default] Added segment f732e8d5-626e-47b4-8e59-48a99afb4a1f of type vxlan for network 1b45357e-91b2-464a-897e-06568b614993 2026-08-13 09:42:17.962 8 INFO neutron.services.segments.plugin [-] Segment 305ebae9-7d74-4bc1-9f8e-1b8bfe655c13 resource provider aggregate not found 2026-08-13 09:42:17.972 8 INFO neutron.services.segments.plugin [-] Segment 305ebae9-7d74-4bc1-9f8e-1b8bfe655c13 resource provider aggregate not found 2026-08-13 09:42:17.978 8 INFO neutron.services.segments.plugin [-] Segment 305ebae9-7d74-4bc1-9f8e-1b8bfe655c13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 305ebae9-7d74-4bc1-9f8e-1b8bfe655c13 found for delete ", "request_id": "req-3106f944-b432-4b4c-8396-401cb47363f7"}]} 2026-08-13 09:42:17.990 8 INFO neutron.services.segments.plugin [-] Segment 305ebae9-7d74-4bc1-9f8e-1b8bfe655c13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 305ebae9-7d74-4bc1-9f8e-1b8bfe655c13 found for delete ", "request_id": "req-2fb1075f-d3bb-4c06-b34b-6096ca965fcf"}]} [pid: 7|app: 0|req: 1643/3162] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:42:17 2026] POST /v2.0/networks => generated 707 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3163] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:42:18 2026] POST /v2.0/subnets => generated 647 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:42:18.233 7 WARNING neutron.api.v2.base [None req-18e2a93b-4b5d-4a12-986c-512daba5e995 f569c25519c54554b83679023297b9fc 3f0d155df52e450dab5d0ffcda4d36ad - - 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-08-13 09:42:18.233 7 INFO neutron.api.v2.resource [None req-18e2a93b-4b5d-4a12-986c-512daba5e995 f569c25519c54554b83679023297b9fc 3f0d155df52e450dab5d0ffcda4d36ad - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1644/3164] 10.0.0.119 () {34 vars in 680 bytes} [Thu Aug 13 09:42:18 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3165] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:42:18 2026] DELETE /v2.0/networks/1b45357e-91b2-464a-897e-06568b614993 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:42:18.519 7 INFO neutron.db.segments_db [None req-036568d7-d0bd-4e59-84bd-a7a9c154bfd2 f569c25519c54554b83679023297b9fc 3f0d155df52e450dab5d0ffcda4d36ad - - default default] Added segment 60af0569-9d87-4558-90bd-fa090853f7f5 of type vxlan for network de41ecdb-057c-4e8b-818e-4c796761feda [pid: 7|app: 0|req: 1645/3166] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:42:18 2026] POST /v2.0/networks => generated 707 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3167] 10.0.0.119 () {34 vars in 668 bytes} [Thu Aug 13 09:42:18 2026] POST /v2.0/subnets => generated 647 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3168] 10.0.0.119 () {34 vars in 680 bytes} [Thu Aug 13 09:42:18 2026] POST /v2.0/rbac-policies => generated 324 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3169] 10.0.0.119 () {32 vars in 722 bytes} [Thu Aug 13 09:42:19 2026] GET /v2.0/networks/de41ecdb-057c-4e8b-818e-4c796761feda => generated 655 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:42:19.939 7 INFO neutron.pecan_wsgi.hooks.translation [None req-221991b6-e496-44c0-9797-a2be230a5b62 a2cc5d5657f5464f87cff23b8ab70eef bd66f1eacef743f59d2134e76d1ce97a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1647/3170] 10.0.0.119 () {32 vars in 722 bytes} [Thu Aug 13 09:42:19 2026] GET /v2.0/networks/de41ecdb-057c-4e8b-818e-4c796761feda => generated 138 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:42:20.000 8 INFO neutron.services.segments.plugin [-] Segment f732e8d5-626e-47b4-8e59-48a99afb4a1f resource provider aggregate not found 2026-08-13 09:42:20.016 8 INFO neutron.services.segments.plugin [-] Segment f732e8d5-626e-47b4-8e59-48a99afb4a1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f732e8d5-626e-47b4-8e59-48a99afb4a1f found for delete ", "request_id": "req-2dda7dbc-cbce-46f0-b0ed-e0cd61dd4d10"}]} 2026-08-13 09:42:20.017 8 INFO neutron.services.segments.plugin [-] Segment f732e8d5-626e-47b4-8e59-48a99afb4a1f resource provider aggregate not found 2026-08-13 09:42:20.040 8 INFO neutron.services.segments.plugin [-] Segment f732e8d5-626e-47b4-8e59-48a99afb4a1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f732e8d5-626e-47b4-8e59-48a99afb4a1f found for delete ", "request_id": "req-6ab141b8-ab90-43ca-af59-34dd48590c3d"}]} 2026-08-13 09:42:20.100 8 INFO neutron_taas.services.taas.taas_plugin [None req-326622d3-4d94-4a73-af73-2b64d45b948e f569c25519c54554b83679023297b9fc 3f0d155df52e450dab5d0ffcda4d36ad - - default default] TaaS: Handle Delete Port: 81279a9e-7544-4d76-a7bf-f256d921b480 2026-08-13 09:42:20.103 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-326622d3-4d94-4a73-af73-2b64d45b948e f569c25519c54554b83679023297b9fc 3f0d155df52e450dab5d0ffcda4d36ad - - default default] Tap Mirror: Handle Delete Port: 81279a9e-7544-4d76-a7bf-f256d921b480 [pid: 8|app: 0|req: 1524/3171] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:42:19 2026] DELETE /v2.0/networks/de41ecdb-057c-4e8b-818e-4c796761feda => generated 0 bytes in 455 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:42:20.420 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f356a90e-a91a-46ed-91b1-877284afd661 f569c25519c54554b83679023297b9fc 3f0d155df52e450dab5d0ffcda4d36ad - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1648/3172] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:42:20 2026] DELETE /v2.0/subnets/9fbb43fa-effb-4e3f-8e40-7320e213a4aa => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:42:20.449 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f43c95eb-4f1a-452b-a1aa-b3e4d2ceb4b9 f569c25519c54554b83679023297b9fc 3f0d155df52e450dab5d0ffcda4d36ad - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1525/3173] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:42:20 2026] DELETE /v2.0/subnets/b1167227-92c8-4c5a-8d95-8f95de3580a8 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:42:20.467 7 INFO neutron.pecan_wsgi.hooks.translation [None req-044f7322-dd44-4736-a7f3-83c55095839d f569c25519c54554b83679023297b9fc 3f0d155df52e450dab5d0ffcda4d36ad - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1649/3174] 10.0.0.119 () {32 vars in 723 bytes} [Thu Aug 13 09:42:20 2026] DELETE /v2.0/subnets/f6b54b82-12cd-4ff2-94b7-58cfd87c4df7 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3175] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:42:21 2026] GET /v2.0/security-groups?tenant_id=3f0d155df52e450dab5d0ffcda4d36ad&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3176] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:42:21 2026] DELETE /v2.0/security-groups/81dc4378-099b-4b7a-be3a-a9491d9e2592 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3177] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:42:21 2026] GET /v2.0/security-groups?tenant_id=bd66f1eacef743f59d2134e76d1ce97a&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: 1651/3178] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:42:21 2026] DELETE /v2.0/security-groups/cfcde384-85a6-4c99-966d-6495988bdc61 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:42:22.030 8 INFO neutron.services.segments.plugin [-] Segment 60af0569-9d87-4558-90bd-fa090853f7f5 resource provider aggregate not found 2026-08-13 09:42:22.048 8 INFO neutron.services.segments.plugin [-] Segment 60af0569-9d87-4558-90bd-fa090853f7f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60af0569-9d87-4558-90bd-fa090853f7f5 found for delete ", "request_id": "req-6275840a-f1d7-4a9c-a1ec-ccf698f6a494"}]} 2026-08-13 09:42:22.053 8 INFO neutron.services.segments.plugin [-] Segment 60af0569-9d87-4558-90bd-fa090853f7f5 resource provider aggregate not found 2026-08-13 09:42:22.071 8 INFO neutron.services.segments.plugin [-] Segment 60af0569-9d87-4558-90bd-fa090853f7f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60af0569-9d87-4558-90bd-fa090853f7f5 found for delete ", "request_id": "req-79d60d8a-54b5-425e-a076-a2079e2552d7"}]} [pid: 8|app: 0|req: 1528/3179] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:42:22 2026] GET /v2.0/security-groups?tenant_id=3d1439bd4b664ac1bdc68b9efd8d23f1&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3180] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:42:22 2026] DELETE /v2.0/security-groups/3a43b620-1c19-4e7b-8f7f-b2a98f0f00bc => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3183] 10.0.0.119 () {34 vars in 675 bytes} [Thu Aug 13 09:42:25 2026] POST /v2.0/floatingips => generated 552 bytes in 583 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3184] 10.0.0.119 () {34 vars in 758 bytes} [Thu Aug 13 09:42:26 2026] PUT /v2.0/floatingips/60d02835-6d64-44b9-a04b-cb68f1eaaf62/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3185] 10.0.0.119 () {32 vars in 738 bytes} [Thu Aug 13 09:42:26 2026] GET /v2.0/floatingips/60d02835-6d64-44b9-a04b-cb68f1eaaf62/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3186] 10.0.0.119 () {34 vars in 769 bytes} [Thu Aug 13 09:42:26 2026] PUT /v2.0/floatingips/60d02835-6d64-44b9-a04b-cb68f1eaaf62/tags/green => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3187] 10.0.0.119 () {32 vars in 738 bytes} [Thu Aug 13 09:42:26 2026] GET /v2.0/floatingips/60d02835-6d64-44b9-a04b-cb68f1eaaf62/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3188] 10.0.0.119 () {34 vars in 765 bytes} [Thu Aug 13 09:42:26 2026] PUT /v2.0/floatingips/60d02835-6d64-44b9-a04b-cb68f1eaaf62/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3189] 10.0.0.119 () {32 vars in 738 bytes} [Thu Aug 13 09:42:26 2026] GET /v2.0/floatingips/60d02835-6d64-44b9-a04b-cb68f1eaaf62/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: 1657/3190] 10.0.0.119 () {34 vars in 787 bytes} [Thu Aug 13 09:42:26 2026] PUT /v2.0/floatingips/60d02835-6d64-44b9-a04b-cb68f1eaaf62/tags/black.or.white => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3191] 10.0.0.119 () {32 vars in 738 bytes} [Thu Aug 13 09:42:26 2026] GET /v2.0/floatingips/60d02835-6d64-44b9-a04b-cb68f1eaaf62/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3192] 10.0.0.119 () {34 vars in 758 bytes} [Thu Aug 13 09:42:26 2026] PUT /v2.0/floatingips/60d02835-6d64-44b9-a04b-cb68f1eaaf62/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: 1535/3193] 10.0.0.119 () {32 vars in 738 bytes} [Thu Aug 13 09:42:26 2026] GET /v2.0/floatingips/60d02835-6d64-44b9-a04b-cb68f1eaaf62/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3194] 10.0.0.119 () {32 vars in 746 bytes} [Thu Aug 13 09:42:26 2026] GET /v2.0/floatingips/60d02835-6d64-44b9-a04b-cb68f1eaaf62/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:42:26.681 8 INFO neutron.api.v2.resource [None req-a9c6563c-8f30-4b7a-8bc0-bc2c5b407049 6fcddbf681d44280bd91d7e126dc7b90 cac25a600084482c935da3b03281865b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1536/3195] 10.0.0.119 () {32 vars in 750 bytes} [Thu Aug 13 09:42:26 2026] GET /v2.0/floatingips/60d02835-6d64-44b9-a04b-cb68f1eaaf62/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3196] 10.0.0.119 () {32 vars in 749 bytes} [Thu Aug 13 09:42:26 2026] DELETE /v2.0/floatingips/60d02835-6d64-44b9-a04b-cb68f1eaaf62/tags/red => 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: 1537/3197] 10.0.0.119 () {32 vars in 738 bytes} [Thu Aug 13 09:42:26 2026] GET /v2.0/floatingips/60d02835-6d64-44b9-a04b-cb68f1eaaf62/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:42:26.823 7 INFO neutron.api.v2.resource [None req-2e1b005c-edc7-4af3-8757-fa8fa078bdbf 6fcddbf681d44280bd91d7e126dc7b90 cac25a600084482c935da3b03281865b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1661/3198] 10.0.0.119 () {32 vars in 753 bytes} [Thu Aug 13 09:42:26 2026] DELETE /v2.0/floatingips/60d02835-6d64-44b9-a04b-cb68f1eaaf62/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: 1538/3199] 10.0.0.119 () {32 vars in 741 bytes} [Thu Aug 13 09:42:26 2026] DELETE /v2.0/floatingips/60d02835-6d64-44b9-a04b-cb68f1eaaf62/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3200] 10.0.0.119 () {32 vars in 738 bytes} [Thu Aug 13 09:42:26 2026] GET /v2.0/floatingips/60d02835-6d64-44b9-a04b-cb68f1eaaf62/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:42:27.027 8 INFO neutron_taas.services.taas.taas_plugin [None req-0527b7e0-b2f7-4ba9-840c-b17b02517897 6fcddbf681d44280bd91d7e126dc7b90 cac25a600084482c935da3b03281865b - - default default] TaaS: Handle Delete Port: 98f5b79f-2815-41c9-8073-9c73748e385b 2026-08-13 09:42:27.030 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0527b7e0-b2f7-4ba9-840c-b17b02517897 6fcddbf681d44280bd91d7e126dc7b90 cac25a600084482c935da3b03281865b - - default default] Tap Mirror: Handle Delete Port: 98f5b79f-2815-41c9-8073-9c73748e385b [pid: 8|app: 0|req: 1539/3201] 10.0.0.119 () {32 vars in 731 bytes} [Thu Aug 13 09:42:26 2026] DELETE /v2.0/floatingips/60d02835-6d64-44b9-a04b-cb68f1eaaf62 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3202] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:42:27 2026] GET /v2.0/security-groups?tenant_id=cd06b71211204490b3b43d79bbbe2951&name=default => generated 2929 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3203] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:42:28 2026] DELETE /v2.0/security-groups/ac1f9888-dfa8-4e46-a460-dd9ca1843cf4 => 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: 1664/3204] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:42:28 2026] GET /v2.0/security-groups?tenant_id=cac25a600084482c935da3b03281865b&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3205] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:42:28 2026] DELETE /v2.0/security-groups/657c912f-521f-4414-93ee-a252278f7b67 => 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: 1665/3206] 10.0.0.119 () {34 vars in 677 bytes} [Thu Aug 13 09:42:31 2026] POST /v2.0/qos/policies => generated 359 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3207] 10.0.0.119 () {34 vars in 752 bytes} [Thu Aug 13 09:42:31 2026] PUT /v2.0/policies/4e4beb34-6b2e-4c77-957f-0d7f52264b53/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3208] 10.0.0.119 () {32 vars in 732 bytes} [Thu Aug 13 09:42:31 2026] GET /v2.0/policies/4e4beb34-6b2e-4c77-957f-0d7f52264b53/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: 1543/3209] 10.0.0.119 () {34 vars in 763 bytes} [Thu Aug 13 09:42:31 2026] PUT /v2.0/policies/4e4beb34-6b2e-4c77-957f-0d7f52264b53/tags/green => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1667/3210] 10.0.0.119 () {32 vars in 732 bytes} [Thu Aug 13 09:42:31 2026] GET /v2.0/policies/4e4beb34-6b2e-4c77-957f-0d7f52264b53/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3211] 10.0.0.119 () {34 vars in 759 bytes} [Thu Aug 13 09:42:31 2026] PUT /v2.0/policies/4e4beb34-6b2e-4c77-957f-0d7f52264b53/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: 1668/3212] 10.0.0.119 () {32 vars in 732 bytes} [Thu Aug 13 09:42:32 2026] GET /v2.0/policies/4e4beb34-6b2e-4c77-957f-0d7f52264b53/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: 1545/3213] 10.0.0.119 () {34 vars in 781 bytes} [Thu Aug 13 09:42:32 2026] PUT /v2.0/policies/4e4beb34-6b2e-4c77-957f-0d7f52264b53/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: 1669/3214] 10.0.0.119 () {32 vars in 732 bytes} [Thu Aug 13 09:42:32 2026] GET /v2.0/policies/4e4beb34-6b2e-4c77-957f-0d7f52264b53/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3215] 10.0.0.119 () {34 vars in 752 bytes} [Thu Aug 13 09:42:32 2026] PUT /v2.0/policies/4e4beb34-6b2e-4c77-957f-0d7f52264b53/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3216] 10.0.0.119 () {32 vars in 732 bytes} [Thu Aug 13 09:42:32 2026] GET /v2.0/policies/4e4beb34-6b2e-4c77-957f-0d7f52264b53/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3217] 10.0.0.119 () {32 vars in 740 bytes} [Thu Aug 13 09:42:32 2026] GET /v2.0/policies/4e4beb34-6b2e-4c77-957f-0d7f52264b53/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:42:32.383 7 INFO neutron.api.v2.resource [None req-d7c5db65-a1ae-4877-b338-a1454a1f6c35 0d46a498a537491490b29b9f08910b12 f38c8efa85c04ff2a62a94463d218028 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1671/3218] 10.0.0.119 () {32 vars in 744 bytes} [Thu Aug 13 09:42:32 2026] GET /v2.0/policies/4e4beb34-6b2e-4c77-957f-0d7f52264b53/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3219] 10.0.0.119 () {32 vars in 743 bytes} [Thu Aug 13 09:42:32 2026] DELETE /v2.0/policies/4e4beb34-6b2e-4c77-957f-0d7f52264b53/tags/red => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3220] 10.0.0.119 () {32 vars in 732 bytes} [Thu Aug 13 09:42:32 2026] GET /v2.0/policies/4e4beb34-6b2e-4c77-957f-0d7f52264b53/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:42:32.540 8 INFO neutron.api.v2.resource [None req-9e4d8a72-75ed-47a8-8459-da7d79d56be0 0d46a498a537491490b29b9f08910b12 f38c8efa85c04ff2a62a94463d218028 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1549/3221] 10.0.0.119 () {32 vars in 747 bytes} [Thu Aug 13 09:42:32 2026] DELETE /v2.0/policies/4e4beb34-6b2e-4c77-957f-0d7f52264b53/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3222] 10.0.0.119 () {32 vars in 735 bytes} [Thu Aug 13 09:42:32 2026] DELETE /v2.0/policies/4e4beb34-6b2e-4c77-957f-0d7f52264b53/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: 1550/3223] 10.0.0.119 () {32 vars in 732 bytes} [Thu Aug 13 09:42:32 2026] GET /v2.0/policies/4e4beb34-6b2e-4c77-957f-0d7f52264b53/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3224] 10.0.0.119 () {32 vars in 733 bytes} [Thu Aug 13 09:42:32 2026] DELETE /v2.0/qos/policies/4e4beb34-6b2e-4c77-957f-0d7f52264b53 => 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: 1551/3225] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:42:33 2026] GET /v2.0/security-groups?tenant_id=f38c8efa85c04ff2a62a94463d218028&name=default => generated 2929 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1675/3226] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:42:33 2026] DELETE /v2.0/security-groups/7c63113b-2b3b-4e5f-b330-e8208f4b38bc => 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: 1552/3227] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:42:33 2026] GET /v2.0/security-groups?tenant_id=07866e76454942dbae1b456eb2217fdd&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: 1676/3228] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:42:33 2026] DELETE /v2.0/security-groups/47339711-ba3d-4c56-92d6-33696850ac58 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:42:37.478 8 INFO neutron.db.segments_db [None req-dc8fc4f9-3906-4332-809b-e9acf6426d2a 44a5b5c4b29d4efb9479972eaaad53e3 ff63ba3ef471429994474053e2c03b23 - - default default] Added segment 4ca94078-ece4-49f0-ae6e-5fcc08599fe2 of type vxlan for network be83bc43-19c1-4cfd-8472-64cb18cd2a28 [pid: 8|app: 0|req: 1553/3229] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:42:37 2026] POST /v2.0/networks => generated 612 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3232] 10.0.0.119 () {34 vars in 663 bytes} [Thu Aug 13 09:42:37 2026] POST /v2.0/ports => generated 743 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3233] 10.0.0.119 () {34 vars in 665 bytes} [Thu Aug 13 09:42:37 2026] POST /v2.0/trunks => generated 407 bytes in 171 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: 1678/3234] 10.0.0.119 () {34 vars in 748 bytes} [Thu Aug 13 09:42:38 2026] PUT /v2.0/trunks/e37d3564-68f9-464d-ba66-7062e653b2f5/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3235] 10.0.0.119 () {32 vars in 728 bytes} [Thu Aug 13 09:42:38 2026] GET /v2.0/trunks/e37d3564-68f9-464d-ba66-7062e653b2f5/tags => generated 25 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3236] 10.0.0.119 () {34 vars in 759 bytes} [Thu Aug 13 09:42:38 2026] PUT /v2.0/trunks/e37d3564-68f9-464d-ba66-7062e653b2f5/tags/green => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3237] 10.0.0.119 () {32 vars in 728 bytes} [Thu Aug 13 09:42:38 2026] GET /v2.0/trunks/e37d3564-68f9-464d-ba66-7062e653b2f5/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3238] 10.0.0.119 () {34 vars in 755 bytes} [Thu Aug 13 09:42:38 2026] PUT /v2.0/trunks/e37d3564-68f9-464d-ba66-7062e653b2f5/tags/red => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3239] 10.0.0.119 () {32 vars in 728 bytes} [Thu Aug 13 09:42:38 2026] GET /v2.0/trunks/e37d3564-68f9-464d-ba66-7062e653b2f5/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1681/3240] 10.0.0.119 () {34 vars in 777 bytes} [Thu Aug 13 09:42:38 2026] PUT /v2.0/trunks/e37d3564-68f9-464d-ba66-7062e653b2f5/tags/black.or.white => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3241] 10.0.0.119 () {32 vars in 728 bytes} [Thu Aug 13 09:42:38 2026] GET /v2.0/trunks/e37d3564-68f9-464d-ba66-7062e653b2f5/tags => generated 52 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1682/3242] 10.0.0.119 () {34 vars in 748 bytes} [Thu Aug 13 09:42:38 2026] PUT /v2.0/trunks/e37d3564-68f9-464d-ba66-7062e653b2f5/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3243] 10.0.0.119 () {32 vars in 728 bytes} [Thu Aug 13 09:42:38 2026] GET /v2.0/trunks/e37d3564-68f9-464d-ba66-7062e653b2f5/tags => generated 37 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3244] 10.0.0.119 () {32 vars in 736 bytes} [Thu Aug 13 09:42:38 2026] GET /v2.0/trunks/e37d3564-68f9-464d-ba66-7062e653b2f5/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:42:38.436 8 INFO neutron.api.v2.resource [None req-8c0c63f5-7ab4-4e87-ad31-b9909a31aa78 44a5b5c4b29d4efb9479972eaaad53e3 ff63ba3ef471429994474053e2c03b23 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1562/3245] 10.0.0.119 () {32 vars in 740 bytes} [Thu Aug 13 09:42:38 2026] GET /v2.0/trunks/e37d3564-68f9-464d-ba66-7062e653b2f5/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1684/3246] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:42:38 2026] DELETE /v2.0/trunks/e37d3564-68f9-464d-ba66-7062e653b2f5/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3247] 10.0.0.119 () {32 vars in 728 bytes} [Thu Aug 13 09:42:38 2026] GET /v2.0/trunks/e37d3564-68f9-464d-ba66-7062e653b2f5/tags => generated 30 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:42:38.528 7 INFO neutron.api.v2.resource [None req-8f7223aa-390b-4156-9126-b974901f34d8 44a5b5c4b29d4efb9479972eaaad53e3 ff63ba3ef471429994474053e2c03b23 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1685/3248] 10.0.0.119 () {32 vars in 743 bytes} [Thu Aug 13 09:42:38 2026] DELETE /v2.0/trunks/e37d3564-68f9-464d-ba66-7062e653b2f5/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3249] 10.0.0.119 () {32 vars in 731 bytes} [Thu Aug 13 09:42:38 2026] DELETE /v2.0/trunks/e37d3564-68f9-464d-ba66-7062e653b2f5/tags => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3250] 10.0.0.119 () {32 vars in 728 bytes} [Thu Aug 13 09:42:38 2026] GET /v2.0/trunks/e37d3564-68f9-464d-ba66-7062e653b2f5/tags => 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: 1565/3251] 10.0.0.119 () {32 vars in 718 bytes} [Thu Aug 13 09:42:38 2026] GET /v2.0/trunks/e37d3564-68f9-464d-ba66-7062e653b2f5 => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3252] 10.0.0.119 () {32 vars in 716 bytes} [Thu Aug 13 09:42:38 2026] GET /v2.0/ports/ae38a2dc-2dcc-487a-a00a-ed630bcf4a9b => generated 826 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3253] 10.0.0.119 () {32 vars in 721 bytes} [Thu Aug 13 09:42:38 2026] DELETE /v2.0/trunks/e37d3564-68f9-464d-ba66-7062e653b2f5 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:42:38.841 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa9f2b88-765d-46d3-9fff-88e932573a11 44a5b5c4b29d4efb9479972eaaad53e3 ff63ba3ef471429994474053e2c03b23 - - default default] TaaS: Handle Delete Port: ae38a2dc-2dcc-487a-a00a-ed630bcf4a9b 2026-08-13 09:42:38.844 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa9f2b88-765d-46d3-9fff-88e932573a11 44a5b5c4b29d4efb9479972eaaad53e3 ff63ba3ef471429994474053e2c03b23 - - default default] Tap Mirror: Handle Delete Port: ae38a2dc-2dcc-487a-a00a-ed630bcf4a9b [pid: 7|app: 0|req: 1688/3254] 10.0.0.119 () {32 vars in 719 bytes} [Thu Aug 13 09:42:38 2026] DELETE /v2.0/ports/ae38a2dc-2dcc-487a-a00a-ed630bcf4a9b => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:42:39.024 8 INFO neutron.services.segments.plugin [-] Segment 4ca94078-ece4-49f0-ae6e-5fcc08599fe2 resource provider aggregate not found 2026-08-13 09:42:39.032 8 INFO neutron.services.segments.plugin [-] Segment 4ca94078-ece4-49f0-ae6e-5fcc08599fe2 resource provider aggregate not found 2026-08-13 09:42:39.036 8 INFO neutron.services.segments.plugin [-] Segment 4ca94078-ece4-49f0-ae6e-5fcc08599fe2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ca94078-ece4-49f0-ae6e-5fcc08599fe2 found for delete ", "request_id": "req-f65ee54c-848d-4374-ae3f-4146aa568fc9"}]} [pid: 8|app: 0|req: 1567/3255] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:42:38 2026] DELETE /v2.0/networks/be83bc43-19c1-4cfd-8472-64cb18cd2a28 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:42:39.052 8 INFO neutron.services.segments.plugin [-] Segment 4ca94078-ece4-49f0-ae6e-5fcc08599fe2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ca94078-ece4-49f0-ae6e-5fcc08599fe2 found for delete ", "request_id": "req-f61d3424-3780-456e-a687-79ccf10548e1"}]} [pid: 7|app: 0|req: 1689/3256] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:42:39 2026] GET /v2.0/security-groups?tenant_id=ff63ba3ef471429994474053e2c03b23&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3257] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:42:39 2026] DELETE /v2.0/security-groups/94e3ad4d-0abd-43fa-a991-5b01f6449e0e => 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: 1690/3258] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:42:40 2026] GET /v2.0/security-groups?tenant_id=b8ede0f645da4f6bb09f12282789a2e3&name=default => generated 2929 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3259] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:42:40 2026] DELETE /v2.0/security-groups/82805a1c-f82a-434c-b9fd-135ddbfca761 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 09:42:43.546 7 INFO neutron.db.segments_db [None req-5d41d375-d3e2-4c45-a16e-8a9557411435 b1c51459e51f49808a70a66264a3bfa7 d38987507966470e983fe7a41569cec2 - - default default] Added segment 4fa93b5f-82bf-4321-b45c-bed6d36de5bc of type vxlan for network 23e41d4a-924d-4669-9321-484cad27ab68 [pid: 7|app: 0|req: 1691/3260] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:42:43 2026] POST /v2.0/networks => generated 612 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:42:43.683 8 INFO neutron.db.segments_db [None req-bd875db2-697b-4cc4-a0fe-201b4d858e1b b1c51459e51f49808a70a66264a3bfa7 d38987507966470e983fe7a41569cec2 - - default default] Added segment 80d4bb3f-fe34-4f30-9093-f077050cc0d2 of type vxlan for network 007a65d6-b648-4dd9-b415-0cf8edaebfcc [pid: 8|app: 0|req: 1570/3261] 10.0.0.119 () {34 vars in 669 bytes} [Thu Aug 13 09:42:43 2026] POST /v2.0/networks => generated 613 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3262] 10.0.0.119 () {34 vars in 752 bytes} [Thu Aug 13 09:42:43 2026] PUT /v2.0/networks/23e41d4a-924d-4669-9321-484cad27ab68/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3263] 10.0.0.119 () {32 vars in 732 bytes} [Thu Aug 13 09:42:43 2026] GET /v2.0/networks/23e41d4a-924d-4669-9321-484cad27ab68/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1693/3264] 10.0.0.119 () {34 vars in 752 bytes} [Thu Aug 13 09:42:43 2026] PUT /v2.0/networks/007a65d6-b648-4dd9-b415-0cf8edaebfcc/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3265] 10.0.0.119 () {32 vars in 732 bytes} [Thu Aug 13 09:42:43 2026] GET /v2.0/networks/007a65d6-b648-4dd9-b415-0cf8edaebfcc/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1694/3266] 10.0.0.119 () {34 vars in 752 bytes} [Thu Aug 13 09:42:43 2026] PUT /v2.0/networks/007a65d6-b648-4dd9-b415-0cf8edaebfcc/tags => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3267] 10.0.0.119 () {32 vars in 732 bytes} [Thu Aug 13 09:42:44 2026] GET /v2.0/networks/007a65d6-b648-4dd9-b415-0cf8edaebfcc/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1695/3268] 10.0.0.119 () {32 vars in 732 bytes} [Thu Aug 13 09:42:44 2026] GET /v2.0/networks/23e41d4a-924d-4669-9321-484cad27ab68/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:42:44.266 8 INFO neutron.services.segments.plugin [-] Segment 4fa93b5f-82bf-4321-b45c-bed6d36de5bc resource provider aggregate not found 2026-08-13 09:42:44.271 8 INFO neutron.services.segments.plugin [-] Segment 4fa93b5f-82bf-4321-b45c-bed6d36de5bc resource provider aggregate not found 2026-08-13 09:42:44.289 8 INFO neutron.services.segments.plugin [-] Segment 4fa93b5f-82bf-4321-b45c-bed6d36de5bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fa93b5f-82bf-4321-b45c-bed6d36de5bc found for delete ", "request_id": "req-25be412e-3942-496d-bed3-4c89c9f9f274"}]} 2026-08-13 09:42:44.294 8 INFO neutron.services.segments.plugin [-] Segment 4fa93b5f-82bf-4321-b45c-bed6d36de5bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fa93b5f-82bf-4321-b45c-bed6d36de5bc found for delete ", "request_id": "req-3dbf4b12-0155-4832-8c3f-301632b86a54"}]} [pid: 8|app: 0|req: 1574/3269] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:42:44 2026] DELETE /v2.0/networks/23e41d4a-924d-4669-9321-484cad27ab68 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 09:42:44.434 7 INFO neutron.services.segments.plugin [-] Segment 80d4bb3f-fe34-4f30-9093-f077050cc0d2 resource provider aggregate not found 2026-08-13 09:42:44.444 7 INFO neutron.services.segments.plugin [-] Segment 80d4bb3f-fe34-4f30-9093-f077050cc0d2 resource provider aggregate not found 2026-08-13 09:42:44.455 7 INFO neutron.services.segments.plugin [-] Segment 80d4bb3f-fe34-4f30-9093-f077050cc0d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80d4bb3f-fe34-4f30-9093-f077050cc0d2 found for delete ", "request_id": "req-66a642f4-014c-42c7-900e-e541ef708aae"}]} 2026-08-13 09:42:44.460 7 INFO neutron.services.segments.plugin [-] Segment 80d4bb3f-fe34-4f30-9093-f077050cc0d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80d4bb3f-fe34-4f30-9093-f077050cc0d2 found for delete ", "request_id": "req-6ce6c472-a94b-441b-ba18-0f10da8892e2"}]} [pid: 7|app: 0|req: 1696/3270] 10.0.0.119 () {32 vars in 725 bytes} [Thu Aug 13 09:42:44 2026] DELETE /v2.0/networks/007a65d6-b648-4dd9-b415-0cf8edaebfcc => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3271] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:42:45 2026] GET /v2.0/security-groups?tenant_id=8d3919a897d34374ba42ed4dbd032089&name=default => generated 2929 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1697/3272] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:42:45 2026] DELETE /v2.0/security-groups/d7dfda32-2f1a-4b19-8cb3-22fee49e2171 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3273] 10.0.0.119 () {32 vars in 773 bytes} [Thu Aug 13 09:42:45 2026] GET /v2.0/security-groups?tenant_id=d38987507966470e983fe7a41569cec2&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1698/3274] 10.0.0.119 () {32 vars in 739 bytes} [Thu Aug 13 09:42:45 2026] DELETE /v2.0/security-groups/d7f55717-7108-41c4-b253-fe243b1c07b7 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3275] 10.0.0.119 () {32 vars in 648 bytes} [Thu Aug 13 09:42:48 2026] GET /v2.0/networks => generated 2167 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1699/3276] 10.0.0.119 () {32 vars in 654 bytes} [Thu Aug 13 09:42:49 2026] GET /v2.0/floatingips => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3277] 10.0.0.119 () {32 vars in 646 bytes} [Thu Aug 13 09:42:49 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1700/3278] 10.0.0.119 () {32 vars in 642 bytes} [Thu Aug 13 09:42:49 2026] GET /v2.0/ports => generated 4717 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3279] 10.0.0.119 () {32 vars in 646 bytes} [Thu Aug 13 09:42:49 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1701/3280] 10.0.0.119 () {32 vars in 648 bytes} [Thu Aug 13 09:42:49 2026] GET /v2.0/networks => generated 2167 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3281] 10.0.0.119 () {32 vars in 662 bytes} [Thu Aug 13 09:42:49 2026] GET /v2.0/security-groups => generated 17393 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1702/3282] 10.0.0.119 () {32 vars in 654 bytes} [Thu Aug 13 09:42:49 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)