+ 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 01:48:11 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:56 os: Linux-5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 nodename: neutron-server-5f55fbdff7-ck68t machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7f2f0816d668 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 01:48:15.775 7 INFO neutron.common.config [-] Logging enabled! 2026-08-13 01:48:15.775 7 INFO neutron.common.config [-] uwsgi version 27.0.4.dev13 2026-08-13 01:48:15.804 8 INFO neutron.common.config [-] Logging enabled! 2026-08-13 01:48:15.805 8 INFO neutron.common.config [-] uwsgi version 27.0.4.dev13 2026-08-13 01:48:16.238 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-13 01:48:16.288 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-13 01:48:17.833 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-13 01:48:17.836 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-13 01:48:17.840 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-13 01:48:17.841 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-13 01:48:17.841 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-13 01:48:17.841 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-13 01:48:17.841 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-13 01:48:17.849 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-13 01:48:17.849 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-13 01:48:17.849 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-13 01:48:17.872 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-13 01:48:17.873 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-13 01:48:17.873 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-13 01:48:17.901 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-13 01:48:17.902 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-13 01:48:17.902 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-13 01:48:17.902 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-13 01:48:17.961 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-13 01:48:17.964 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-13 01:48:17.968 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-13 01:48:17.969 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-13 01:48:17.969 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-13 01:48:17.969 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-13 01:48:17.969 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-13 01:48:17.977 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-13 01:48:17.977 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-13 01:48:17.977 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-13 01:48:17.998 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-13 01:48:17.999 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-13 01:48:17.999 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-13 01:48:18.025 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-13 01:48:18.026 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-13 01:48:18.026 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-13 01:48:18.026 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-13 01:48:18.193 8 INFO neutron.plugins.ml2.managers [None req-dcd4149d-73f9-468a-9fb7-08fb15eb346f - - - - - -] Initializing driver for type 'vlan' 2026-08-13 01:48:18.312 7 INFO neutron.plugins.ml2.managers [None req-906a2d9c-5401-4d65-b4b2-9340ba62e605 - - - - - -] Initializing driver for type 'vlan' 2026-08-13 01:48:18.529 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-dcd4149d-73f9-468a-9fb7-08fb15eb346f - - - - - -] VlanTypeDriver initialization complete 2026-08-13 01:48:18.530 8 INFO neutron.plugins.ml2.managers [None req-dcd4149d-73f9-468a-9fb7-08fb15eb346f - - - - - -] Initializing driver for type 'vxlan' 2026-08-13 01:48:18.530 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-dcd4149d-73f9-468a-9fb7-08fb15eb346f - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-13 01:48:18.544 8 INFO neutron.plugins.ml2.managers [None req-dcd4149d-73f9-468a-9fb7-08fb15eb346f - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-13 01:48:18.544 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-dcd4149d-73f9-468a-9fb7-08fb15eb346f - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-13 01:48:18.544 8 INFO neutron.plugins.ml2.managers [None req-dcd4149d-73f9-468a-9fb7-08fb15eb346f - - - - - -] Initializing extension driver 'port_security' 2026-08-13 01:48:18.544 8 INFO neutron.plugins.ml2.extensions.port_security [None req-dcd4149d-73f9-468a-9fb7-08fb15eb346f - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-13 01:48:18.544 8 INFO neutron.plugins.ml2.managers [None req-dcd4149d-73f9-468a-9fb7-08fb15eb346f - - - - - -] Initializing extension driver 'qos' 2026-08-13 01:48:18.545 8 INFO neutron.plugins.ml2.managers [None req-dcd4149d-73f9-468a-9fb7-08fb15eb346f - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-13 01:48:18.545 8 INFO neutron.plugins.ml2.managers [None req-dcd4149d-73f9-468a-9fb7-08fb15eb346f - - - - - -] Initializing mechanism driver 'l2population' 2026-08-13 01:48:18.559 8 INFO neutron.quota [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded quota_driver: . 2026-08-13 01:48:18.560 8 INFO neutron.plugins.ml2.plugin [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Modular L2 Plugin initialization complete 2026-08-13 01:48:18.560 8 INFO neutron.plugins.ml2.managers [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-13 01:48:18.560 8 INFO neutron.plugins.ml2.managers [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-13 01:48:18.560 8 INFO neutron.plugins.ml2.managers [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-13 01:48:18.561 8 INFO neutron.manager [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loading Plugin: qos 2026-08-13 01:48:18.574 8 INFO neutron.manager [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loading Plugin: router 2026-08-13 01:48:18.612 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-906a2d9c-5401-4d65-b4b2-9340ba62e605 - - - - - -] VlanTypeDriver initialization complete 2026-08-13 01:48:18.612 7 INFO neutron.plugins.ml2.managers [None req-906a2d9c-5401-4d65-b4b2-9340ba62e605 - - - - - -] Initializing driver for type 'vxlan' 2026-08-13 01:48:18.612 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-906a2d9c-5401-4d65-b4b2-9340ba62e605 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-13 01:48:18.615 8 INFO neutron.services.service_base [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-13 01:48:18.615 8 INFO neutron.manager [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loading Plugin: segments 2026-08-13 01:48:18.623 7 INFO neutron.plugins.ml2.managers [None req-906a2d9c-5401-4d65-b4b2-9340ba62e605 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-13 01:48:18.623 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-906a2d9c-5401-4d65-b4b2-9340ba62e605 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-13 01:48:18.623 7 INFO neutron.plugins.ml2.managers [None req-906a2d9c-5401-4d65-b4b2-9340ba62e605 - - - - - -] Initializing extension driver 'port_security' 2026-08-13 01:48:18.623 7 INFO neutron.plugins.ml2.extensions.port_security [None req-906a2d9c-5401-4d65-b4b2-9340ba62e605 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-13 01:48:18.623 7 INFO neutron.plugins.ml2.managers [None req-906a2d9c-5401-4d65-b4b2-9340ba62e605 - - - - - -] Initializing extension driver 'qos' 2026-08-13 01:48:18.623 7 INFO neutron.plugins.ml2.managers [None req-906a2d9c-5401-4d65-b4b2-9340ba62e605 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-13 01:48:18.623 7 INFO neutron.plugins.ml2.managers [None req-906a2d9c-5401-4d65-b4b2-9340ba62e605 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-13 01:48:18.637 7 INFO neutron.quota [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded quota_driver: . 2026-08-13 01:48:18.637 7 INFO neutron.plugins.ml2.plugin [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Modular L2 Plugin initialization complete 2026-08-13 01:48:18.638 7 INFO neutron.plugins.ml2.managers [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-13 01:48:18.638 7 INFO neutron.plugins.ml2.managers [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-13 01:48:18.638 7 INFO neutron.plugins.ml2.managers [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-13 01:48:18.638 7 INFO neutron.manager [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loading Plugin: qos 2026-08-13 01:48:18.651 7 INFO neutron.manager [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loading Plugin: router 2026-08-13 01:48:18.691 7 INFO neutron.services.service_base [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-13 01:48:18.691 7 INFO neutron.manager [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loading Plugin: segments 2026-08-13 01:48:18.712 8 INFO neutron.manager [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loading Plugin: trunk 2026-08-13 01:48:18.728 8 INFO neutron.manager [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loading Plugin: vpnaas 2026-08-13 01:48:18.767 8 WARNING stevedore.named [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-13 01:48:18.786 7 INFO neutron.manager [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loading Plugin: trunk 2026-08-13 01:48:18.802 7 INFO neutron.manager [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loading Plugin: vpnaas 2026-08-13 01:48:18.835 8 INFO neutron_vpnaas.services.vpn.plugin [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-13 01:48:18.836 8 INFO neutron.common.utils [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-13 01:48:18.836 8 INFO neutron.manager [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loading Plugin: taas 2026-08-13 01:48:18.838 7 WARNING stevedore.named [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-13 01:48:18.860 8 WARNING stevedore.named [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-13 01:48:18.878 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-13 01:48:18.879 8 INFO neutron.manager [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loading Plugin: tapmirror 2026-08-13 01:48:18.891 8 WARNING stevedore.named [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-13 01:48:18.893 7 INFO neutron_vpnaas.services.vpn.plugin [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-13 01:48:18.893 7 INFO neutron.common.utils [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-13 01:48:18.894 7 INFO neutron.manager [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loading Plugin: taas 2026-08-13 01:48:18.905 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-13 01:48:18.906 8 INFO neutron.manager [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loading Plugin: auto_allocate 2026-08-13 01:48:18.915 7 WARNING stevedore.named [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-13 01:48:18.917 8 INFO neutron.manager [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loading Plugin: tag 2026-08-13 01:48:18.924 8 INFO neutron.manager [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loading Plugin: timestamp 2026-08-13 01:48:18.927 8 INFO neutron.manager [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loading Plugin: network_ip_availability 2026-08-13 01:48:18.931 8 INFO neutron.manager [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loading Plugin: flavors 2026-08-13 01:48:18.935 8 INFO neutron.manager [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loading Plugin: revisions 2026-08-13 01:48:18.936 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-13 01:48:18.936 7 INFO neutron.manager [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loading Plugin: tapmirror 2026-08-13 01:48:18.938 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Initializing extension manager. 2026-08-13 01:48:18.940 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: address-group 2026-08-13 01:48:18.941 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: address-scope 2026-08-13 01:48:18.941 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-13 01:48:18.942 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: agent 2026-08-13 01:48:18.943 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: agent-resources-synced 2026-08-13 01:48:18.944 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-13 01:48:18.945 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-13 01:48:18.945 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: availability_zone 2026-08-13 01:48:18.946 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: availability_zone_filter 2026-08-13 01:48:18.946 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-13 01:48:18.947 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: default-subnetpools 2026-08-13 01:48:18.948 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-13 01:48:18.949 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: dns-integration 2026-08-13 01:48:18.949 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: dns-domain-ports 2026-08-13 01:48:18.950 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-13 01:48:18.951 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: dvr 2026-08-13 01:48:18.951 7 WARNING stevedore.named [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-13 01:48:18.951 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-13 01:48:18.952 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: empty-string-filtering 2026-08-13 01:48:18.953 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-13 01:48:18.953 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-13 01:48:18.954 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: external-net 2026-08-13 01:48:18.954 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-13 01:48:18.955 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: extraroute 2026-08-13 01:48:18.955 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: extraroute-atomic 2026-08-13 01:48:18.956 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-13 01:48:18.956 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-13 01:48:18.957 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-13 01:48:18.957 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-13 01:48:18.958 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: fip-port-details 2026-08-13 01:48:18.959 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: flavors 2026-08-13 01:48:18.961 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-13 01:48:18.962 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: floatingip-pools 2026-08-13 01:48:18.962 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: ip_allocation 2026-08-13 01:48:18.963 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-13 01:48:18.963 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: l2_adjacency 2026-08-13 01:48:18.964 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: router 2026-08-13 01:48:18.965 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-13 01:48:18.966 7 INFO neutron.manager [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loading Plugin: auto_allocate 2026-08-13 01:48:18.966 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-13 01:48:18.967 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-13 01:48:18.967 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-13 01:48:18.968 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: ext-gw-mode 2026-08-13 01:48:18.968 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: l3-ha 2026-08-13 01:48:18.969 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-13 01:48:18.969 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-13 01:48:18.970 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: l3-flavors 2026-08-13 01:48:18.971 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-13 01:48:18.971 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-13 01:48:18.973 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-13 01:48:18.973 7 INFO neutron.manager [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loading Plugin: tag 2026-08-13 01:48:18.975 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-13 01:48:18.976 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-13 01:48:18.977 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-13 01:48:18.977 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-13 01:48:18.978 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: multi-provider 2026-08-13 01:48:18.978 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: net-mtu 2026-08-13 01:48:18.979 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: net-mtu-writable 2026-08-13 01:48:18.979 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: network_availability_zone 2026-08-13 01:48:18.980 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: network_ha 2026-08-13 01:48:18.980 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: network-ip-availability 2026-08-13 01:48:18.981 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-13 01:48:18.982 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: pagination 2026-08-13 01:48:18.982 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: port-device-profile 2026-08-13 01:48:18.983 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-13 01:48:18.983 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-13 01:48:18.984 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-13 01:48:18.984 7 INFO neutron.manager [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loading Plugin: timestamp 2026-08-13 01:48:18.985 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: port-mac-override 2026-08-13 01:48:18.985 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-13 01:48:18.986 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-13 01:48:18.986 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-13 01:48:18.987 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: port-resource-request 2026-08-13 01:48:18.987 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-13 01:48:18.988 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-13 01:48:18.988 7 INFO neutron.manager [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loading Plugin: network_ip_availability 2026-08-13 01:48:18.988 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: binding 2026-08-13 01:48:18.989 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: binding-extended 2026-08-13 01:48:18.990 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: port-security 2026-08-13 01:48:18.990 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: project-id 2026-08-13 01:48:18.991 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: provider 2026-08-13 01:48:18.991 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-13 01:48:18.992 7 INFO neutron.manager [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loading Plugin: flavors 2026-08-13 01:48:18.995 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: qos 2026-08-13 01:48:18.996 7 INFO neutron.manager [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loading Plugin: revisions 2026-08-13 01:48:18.996 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-13 01:48:18.997 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-13 01:48:18.997 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: qos-default 2026-08-13 01:48:18.998 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: qos-fip 2026-08-13 01:48:18.998 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-13 01:48:18.999 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-13 01:48:18.999 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-13 01:48:19.000 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Initializing extension manager. 2026-08-13 01:48:19.000 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-13 01:48:19.000 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-13 01:48:19.001 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: address-group 2026-08-13 01:48:19.001 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: qos-pps 2026-08-13 01:48:19.001 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-13 01:48:19.002 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: address-scope 2026-08-13 01:48:19.002 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-13 01:48:19.002 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-13 01:48:19.003 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: qos-rules-alias 2026-08-13 01:48:19.003 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: quota-check-limit 2026-08-13 01:48:19.003 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: agent 2026-08-13 01:48:19.004 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: agent-resources-synced 2026-08-13 01:48:19.004 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-13 01:48:19.005 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-13 01:48:19.006 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: quotas 2026-08-13 01:48:19.006 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-13 01:48:19.007 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: availability_zone 2026-08-13 01:48:19.007 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: quota_details 2026-08-13 01:48:19.007 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: availability_zone_filter 2026-08-13 01:48:19.008 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-13 01:48:19.008 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: rbac-policies 2026-08-13 01:48:19.009 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: rbac-address-group 2026-08-13 01:48:19.009 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: default-subnetpools 2026-08-13 01:48:19.009 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: rbac-address-scope 2026-08-13 01:48:19.010 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: rbac-security-groups 2026-08-13 01:48:19.010 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-13 01:48:19.011 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: revision-if-match 2026-08-13 01:48:19.011 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-13 01:48:19.011 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: dns-integration 2026-08-13 01:48:19.011 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-13 01:48:19.012 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: dns-domain-ports 2026-08-13 01:48:19.012 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: router_availability_zone 2026-08-13 01:48:19.012 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-13 01:48:19.013 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-13 01:48:19.013 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: dvr 2026-08-13 01:48:19.014 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-13 01:48:19.015 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-13 01:48:19.015 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-13 01:48:19.016 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-13 01:48:19.016 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-13 01:48:19.016 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-13 01:48:19.017 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: empty-string-filtering 2026-08-13 01:48:19.017 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-13 01:48:19.017 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-13 01:48:19.018 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-13 01:48:19.019 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: external-net 2026-08-13 01:48:19.019 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-13 01:48:19.020 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: extraroute 2026-08-13 01:48:19.020 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: extraroute-atomic 2026-08-13 01:48:19.021 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-13 01:48:19.021 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-13 01:48:19.021 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: security-group 2026-08-13 01:48:19.022 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-13 01:48:19.022 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-13 01:48:19.022 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: segment 2026-08-13 01:48:19.023 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: fip-port-details 2026-08-13 01:48:19.024 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: flavors 2026-08-13 01:48:19.024 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-13 01:48:19.024 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: service-type 2026-08-13 01:48:19.025 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-13 01:48:19.025 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: sorting 2026-08-13 01:48:19.025 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: standard-attr-segment 2026-08-13 01:48:19.026 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: floatingip-pools 2026-08-13 01:48:19.026 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: standard-attr-description 2026-08-13 01:48:19.026 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: ip_allocation 2026-08-13 01:48:19.027 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: stateful-security-group 2026-08-13 01:48:19.027 8 WARNING neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-13 01:48:19.027 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-13 01:48:19.027 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-13 01:48:19.027 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: l2_adjacency 2026-08-13 01:48:19.028 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: subnet-external-network 2026-08-13 01:48:19.029 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: subnet_onboard 2026-08-13 01:48:19.029 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: router 2026-08-13 01:48:19.029 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-13 01:48:19.030 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: subnet-service-types 2026-08-13 01:48:19.030 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: subnet_allocation 2026-08-13 01:48:19.030 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-13 01:48:19.031 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-13 01:48:19.031 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-13 01:48:19.031 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: tag-creation 2026-08-13 01:48:19.031 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-13 01:48:19.032 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-13 01:48:19.032 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: ext-gw-mode 2026-08-13 01:48:19.032 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: l3-ha 2026-08-13 01:48:19.033 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-13 01:48:19.033 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-13 01:48:19.034 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: l3-flavors 2026-08-13 01:48:19.035 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-13 01:48:19.035 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-13 01:48:19.036 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: standard-attr-tag 2026-08-13 01:48:19.036 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-13 01:48:19.037 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: trunk 2026-08-13 01:48:19.037 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-13 01:48:19.038 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: trunk-details 2026-08-13 01:48:19.038 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-13 01:48:19.039 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-13 01:48:19.039 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-13 01:48:19.039 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-13 01:48:19.040 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-13 01:48:19.040 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-13 01:48:19.041 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-13 01:48:19.042 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-13 01:48:19.042 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-13 01:48:19.042 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: multi-provider 2026-08-13 01:48:19.042 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-13 01:48:19.043 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: net-mtu 2026-08-13 01:48:19.043 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: vpn-flavors 2026-08-13 01:48:19.043 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: net-mtu-writable 2026-08-13 01:48:19.044 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: network_availability_zone 2026-08-13 01:48:19.044 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: network_ha 2026-08-13 01:48:19.045 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: vpnaas 2026-08-13 01:48:19.045 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: network-ip-availability 2026-08-13 01:48:19.046 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: taas 2026-08-13 01:48:19.047 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: tap-mirror 2026-08-13 01:48:19.047 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-13 01:48:19.047 8 INFO neutron.api.extensions [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-13 01:48:19.047 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: pagination 2026-08-13 01:48:19.048 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: port-device-profile 2026-08-13 01:48:19.048 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-13 01:48:19.049 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-13 01:48:19.049 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-13 01:48:19.050 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: port-mac-override 2026-08-13 01:48:19.050 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-13 01:48:19.050 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-13 01:48:19.050 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-13 01:48:19.050 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 01:48:19.050 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-13 01:48:19.051 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-13 01:48:19.051 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-13 01:48:19.052 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: port-resource-request 2026-08-13 01:48:19.052 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-13 01:48:19.053 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-13 01:48:19.053 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: binding 2026-08-13 01:48:19.054 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: binding-extended 2026-08-13 01:48:19.054 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-13 01:48:19.054 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: port-security 2026-08-13 01:48:19.055 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-13 01:48:19.055 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: project-id 2026-08-13 01:48:19.055 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: provider 2026-08-13 01:48:19.056 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-13 01:48:19.059 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-13 01:48:19.060 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-13 01:48:19.060 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-13 01:48:19.060 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: qos 2026-08-13 01:48:19.061 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-13 01:48:19.061 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 01:48:19.061 8 WARNING neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] subnetpool is already registered 2026-08-13 01:48:19.062 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-13 01:48:19.062 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 01:48:19.062 8 WARNING neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] subnetpool is already registered 2026-08-13 01:48:19.062 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: qos-default 2026-08-13 01:48:19.062 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-13 01:48:19.063 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: qos-fip 2026-08-13 01:48:19.063 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 01:48:19.063 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 01:48:19.063 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-13 01:48:19.063 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-13 01:48:19.064 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-13 01:48:19.064 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-13 01:48:19.064 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-13 01:48:19.064 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-13 01:48:19.064 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 01:48:19.065 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-13 01:48:19.065 8 WARNING neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] ipsecpolicy is already registered 2026-08-13 01:48:19.065 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 01:48:19.065 8 WARNING neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] ikepolicy is already registered 2026-08-13 01:48:19.065 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-13 01:48:19.066 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: qos-pps 2026-08-13 01:48:19.066 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-13 01:48:19.067 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-13 01:48:19.067 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: qos-rules-alias 2026-08-13 01:48:19.068 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: quota-check-limit 2026-08-13 01:48:19.069 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-13 01:48:19.070 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-13 01:48:19.070 8 WARNING neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] router is already registered 2026-08-13 01:48:19.070 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-13 01:48:19.070 8 WARNING neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] floatingip is already registered 2026-08-13 01:48:19.071 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: quotas 2026-08-13 01:48:19.072 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: quota_details 2026-08-13 01:48:19.073 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: rbac-policies 2026-08-13 01:48:19.074 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: rbac-address-group 2026-08-13 01:48:19.074 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-13 01:48:19.074 8 WARNING neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] rbac_policy is already registered 2026-08-13 01:48:19.074 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: rbac-address-scope 2026-08-13 01:48:19.075 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: rbac-security-groups 2026-08-13 01:48:19.075 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-13 01:48:19.075 8 WARNING neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] security_group is already registered 2026-08-13 01:48:19.075 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-13 01:48:19.075 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-13 01:48:19.075 8 WARNING neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] security_group_rule is already registered 2026-08-13 01:48:19.076 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: revision-if-match 2026-08-13 01:48:19.076 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 01:48:19.076 8 WARNING neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] subnetpool is already registered 2026-08-13 01:48:19.076 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-13 01:48:19.077 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 01:48:19.077 8 WARNING neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] subnetpool is already registered 2026-08-13 01:48:19.077 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: router_availability_zone 2026-08-13 01:48:19.077 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-13 01:48:19.077 8 WARNING neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] trunk is already registered 2026-08-13 01:48:19.077 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-13 01:48:19.078 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 01:48:19.078 8 WARNING neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] ikepolicy is already registered 2026-08-13 01:48:19.078 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 01:48:19.078 8 WARNING neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] ipsecpolicy is already registered 2026-08-13 01:48:19.079 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-13 01:48:19.079 8 WARNING neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] endpoint_group is already registered 2026-08-13 01:48:19.079 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-13 01:48:19.079 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-13 01:48:19.079 8 WARNING neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] vpnservice is already registered 2026-08-13 01:48:19.080 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-13 01:48:19.080 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-13 01:48:19.080 8 WARNING neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] ipsec_site_connection is already registered 2026-08-13 01:48:19.080 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-13 01:48:19.080 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 01:48:19.080 8 WARNING neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] ipsecpolicy is already registered 2026-08-13 01:48:19.081 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-13 01:48:19.081 8 INFO neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 01:48:19.081 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-13 01:48:19.081 8 WARNING neutron.quota.resource_registry [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] ikepolicy is already registered 2026-08-13 01:48:19.081 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-13 01:48:19.095 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: security-group 2026-08-13 01:48:19.098 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: segment 2026-08-13 01:48:19.098 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-13 01:48:19.099 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: service-type 2026-08-13 01:48:19.100 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: sorting 2026-08-13 01:48:19.100 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: standard-attr-segment 2026-08-13 01:48:19.101 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: standard-attr-description 2026-08-13 01:48:19.101 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: stateful-security-group 2026-08-13 01:48:19.102 7 WARNING neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-13 01:48:19.102 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-13 01:48:19.103 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: subnet-external-network 2026-08-13 01:48:19.103 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: subnet_onboard 2026-08-13 01:48:19.104 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-13 01:48:19.104 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: subnet-service-types 2026-08-13 01:48:19.105 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: subnet_allocation 2026-08-13 01:48:19.106 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-13 01:48:19.106 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: tag-creation 2026-08-13 01:48:19.107 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-13 01:48:19.111 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: standard-attr-tag 2026-08-13 01:48:19.113 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-13 01:48:19.113 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: trunk 2026-08-13 01:48:19.114 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: trunk-details 2026-08-13 01:48:19.114 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-13 01:48:19.115 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-13 01:48:19.116 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-13 01:48:19.117 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-13 01:48:19.118 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-13 01:48:19.119 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-13 01:48:19.120 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: vpn-flavors 2026-08-13 01:48:19.120 8 WARNING keystonemiddleware._common.config [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-13 01:48:19.122 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: vpnaas 2026-08-13 01:48:19.123 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: taas 2026-08-13 01:48:19.124 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: tap-mirror 2026-08-13 01:48:19.125 7 INFO neutron.api.extensions [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-13 01:48:19.127 8 WARNING oslo_config.cfg [None req-f2de1c60-7929-4ada-85a0-d927392f37d6 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-08-13 01:48:19.128 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-13 01:48:19.128 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-13 01:48:19.128 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 01:48:19.128 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of TrackedResource for resource:port WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f2f0816d668 pid: 8 (default app) 2026-08-13 01:48:19.132 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-13 01:48:19.133 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-13 01:48:19.137 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-13 01:48:19.138 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-13 01:48:19.138 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-13 01:48:19.139 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 01:48:19.140 7 WARNING neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] subnetpool is already registered 2026-08-13 01:48:19.140 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 01:48:19.140 7 WARNING neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] subnetpool is already registered 2026-08-13 01:48:19.141 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-13 01:48:19.141 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 01:48:19.141 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 01:48:19.142 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-13 01:48:19.142 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-13 01:48:19.143 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-13 01:48:19.143 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 01:48:19.143 7 WARNING neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] ipsecpolicy is already registered 2026-08-13 01:48:19.144 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 01:48:19.144 7 WARNING neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] ikepolicy is already registered 2026-08-13 01:48:19.148 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-13 01:48:19.149 7 WARNING neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] router is already registered 2026-08-13 01:48:19.149 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-13 01:48:19.149 7 WARNING neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] floatingip is already registered 2026-08-13 01:48:19.153 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-13 01:48:19.154 7 WARNING neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] rbac_policy is already registered 2026-08-13 01:48:19.154 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-13 01:48:19.154 7 WARNING neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] security_group is already registered 2026-08-13 01:48:19.155 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-13 01:48:19.155 7 WARNING neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] security_group_rule is already registered 2026-08-13 01:48:19.156 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 01:48:19.156 7 WARNING neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] subnetpool is already registered 2026-08-13 01:48:19.156 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 01:48:19.156 7 WARNING neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] subnetpool is already registered 2026-08-13 01:48:19.157 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-13 01:48:19.157 7 WARNING neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] trunk is already registered 2026-08-13 01:48:19.157 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 01:48:19.157 7 WARNING neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] ikepolicy is already registered 2026-08-13 01:48:19.158 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 01:48:19.158 7 WARNING neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] ipsecpolicy is already registered 2026-08-13 01:48:19.158 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-13 01:48:19.158 7 WARNING neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] endpoint_group is already registered 2026-08-13 01:48:19.159 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-13 01:48:19.159 7 WARNING neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] vpnservice is already registered 2026-08-13 01:48:19.159 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-13 01:48:19.159 7 WARNING neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] ipsec_site_connection is already registered 2026-08-13 01:48:19.160 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 01:48:19.160 7 WARNING neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] ipsecpolicy is already registered 2026-08-13 01:48:19.160 7 INFO neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 01:48:19.160 7 WARNING neutron.quota.resource_registry [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] ikepolicy is already registered 2026-08-13 01:48:19.199 7 WARNING keystonemiddleware._common.config [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-13 01:48:19.206 7 WARNING oslo_config.cfg [None req-5f6ce416-13a9-429f-89c4-056a20a2ba05 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f2f0816d668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 01:48:23.465 8 INFO neutron.pecan_wsgi.hooks.translation [None req-23e57f06-faae-4ae5-89ac-5739a38d7fb9 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/4] 199.204.45.162 () {44 vars in 928 bytes} [Thu Aug 13 01:48:22 2026] GET /v2.0/networks/public => generated 108 bytes in 827 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 2/5] 199.204.45.162 () {44 vars in 950 bytes} [Thu Aug 13 01:48:23 2026] GET /v2.0/networks?name=public => generated 15 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 01:48:24.249 8 WARNING neutron.services.revisions.revision_plugin [None req-4f4584bb-ccc7-44a9-b600-db677de3b3c8 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Could not find related network for resource to bump revision. 2026-08-13 01:48:24.280 8 INFO neutron.db.segments_db [None req-4f4584bb-ccc7-44a9-b600-db677de3b3c8 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Added segment a1388326-d4e6-47be-81b6-538dad4a4643 of type flat for network 7adc79ae-2b9b-4a54-8869-397fd7e41250 2026-08-13 01:48:24.331 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4f4584bb-ccc7-44a9-b600-db677de3b3c8 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/6] 199.204.45.162 () {48 vars in 968 bytes} [Thu Aug 13 01:48:23 2026] POST /v2.0/networks => generated 124 bytes in 462 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 01:48:30.551 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aa96d18d-0bbe-449e-88a4-b4ed6fc62943 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/7] 199.204.45.162 () {44 vars in 928 bytes} [Thu Aug 13 01:48:30 2026] GET /v2.0/networks/public => generated 108 bytes in 382 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/8] 199.204.45.162 () {44 vars in 950 bytes} [Thu Aug 13 01:48:30 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 01:48:30.804 7 WARNING neutron.services.revisions.revision_plugin [None req-7b3ecbe3-c898-41be-b9d8-8cf8268db568 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Could not find related network for resource to bump revision. 2026-08-13 01:48:30.830 7 INFO neutron.db.segments_db [None req-7b3ecbe3-c898-41be-b9d8-8cf8268db568 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Added segment 470efcc9-4d48-44b7-b11e-9ecb6705e3b7 of type flat for network 416dd084-a97c-4cd9-8d64-427328d6a7dd 2026-08-13 01:48:30.938 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7b3ecbe3-c898-41be-b9d8-8cf8268db568 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/9] 199.204.45.162 () {48 vars in 968 bytes} [Thu Aug 13 01:48:30 2026] POST /v2.0/networks => generated 124 bytes in 379 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 01:48:36.854 8 INFO neutron.pecan_wsgi.hooks.translation [None req-369927fe-0ddd-412d-846c-288fa8dbd405 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/10] 199.204.45.162 () {44 vars in 928 bytes} [Thu Aug 13 01:48:36 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/11] 199.204.45.162 () {44 vars in 950 bytes} [Thu Aug 13 01:48:36 2026] GET /v2.0/networks?name=public => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 01:48:36.944 8 WARNING neutron.services.revisions.revision_plugin [None req-5b666ab6-ad41-4fb8-93a9-cb68e456cc78 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Could not find related network for resource to bump revision. 2026-08-13 01:48:36.961 8 INFO neutron.db.segments_db [None req-5b666ab6-ad41-4fb8-93a9-cb68e456cc78 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Added segment 123d3b64-0fd8-4925-ab6e-d2c9bff32737 of type flat for network df4006cb-b436-4ed0-908c-ec692434cea4 2026-08-13 01:48:36.988 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5b666ab6-ad41-4fb8-93a9-cb68e456cc78 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/12] 199.204.45.162 () {48 vars in 968 bytes} [Thu Aug 13 01:48:36 2026] POST /v2.0/networks => generated 124 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 01:48:42.892 8 INFO neutron.pecan_wsgi.hooks.translation [None req-640abc27-e09e-4a47-a583-03aa7163185e 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/14] 199.204.45.162 () {44 vars in 928 bytes} [Thu Aug 13 01:48:42 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/15] 199.204.45.162 () {44 vars in 950 bytes} [Thu Aug 13 01:48:42 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 01:48:42.955 8 WARNING neutron.services.revisions.revision_plugin [None req-4d601929-d263-4b46-918f-3e60958e09f7 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Could not find related network for resource to bump revision. 2026-08-13 01:48:42.974 8 INFO neutron.db.segments_db [None req-4d601929-d263-4b46-918f-3e60958e09f7 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Added segment 869840bd-3cd6-4eac-ae09-38ec1bac7db5 of type flat for network 25440356-bef2-405f-9d29-716598e2d3de 2026-08-13 01:48:43.001 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4d601929-d263-4b46-918f-3e60958e09f7 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/16] 199.204.45.162 () {48 vars in 968 bytes} [Thu Aug 13 01:48:42 2026] POST /v2.0/networks => generated 124 bytes in 98 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 01:48:48.864 7 INFO neutron.pecan_wsgi.hooks.translation [None req-88873a92-82ae-46b2-acf2-ca73de686de5 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/17] 199.204.45.162 () {44 vars in 928 bytes} [Thu Aug 13 01:48:48 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/18] 199.204.45.162 () {44 vars in 950 bytes} [Thu Aug 13 01:48:48 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 01:48:48.926 7 WARNING neutron.services.revisions.revision_plugin [None req-bc8c1654-ff60-4335-8992-f98f5a8dc33d 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Could not find related network for resource to bump revision. 2026-08-13 01:48:48.946 7 INFO neutron.db.segments_db [None req-bc8c1654-ff60-4335-8992-f98f5a8dc33d 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Added segment 14e79472-1696-4f2b-817b-23a2ab1ffd44 of type flat for network 1dcdf782-cf61-4d08-a24e-edd33071a544 2026-08-13 01:48:48.971 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bc8c1654-ff60-4335-8992-f98f5a8dc33d 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/19] 199.204.45.162 () {48 vars in 968 bytes} [Thu Aug 13 01:48:48 2026] POST /v2.0/networks => generated 124 bytes in 94 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 01:48:54.842 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c2def4b7-b694-4cfd-afea-c6a6799dce8a 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/21] 199.204.45.162 () {44 vars in 928 bytes} [Thu Aug 13 01:48:54 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: 12/22] 199.204.45.162 () {44 vars in 950 bytes} [Thu Aug 13 01:48:54 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 01:48:55.007 7 WARNING neutron.services.revisions.revision_plugin [None req-48f93a67-af0c-4c3e-9870-8b3637c3dabc 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Could not find related network for resource to bump revision. 2026-08-13 01:48:55.020 7 INFO neutron.db.segments_db [None req-48f93a67-af0c-4c3e-9870-8b3637c3dabc 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Added segment 2cee14d3-3985-4dd5-8b4c-d0a8a768d937 of type flat for network db55f924-ff5c-4d45-ae3c-30cf68b0dc8e [pid: 7|app: 0|req: 11/23] 199.204.45.162 () {48 vars in 968 bytes} [Thu Aug 13 01:48:54 2026] POST /v2.0/networks => generated 706 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 01:48:56.516 8 INFO neutron.pecan_wsgi.hooks.translation [None req-86993ef9-f8ac-4c58-9a6c-efb243069ba4 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/24] 199.204.45.162 () {44 vars in 928 bytes} [Thu Aug 13 01:48:56 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/25] 199.204.45.162 () {44 vars in 950 bytes} [Thu Aug 13 01:48:56 2026] GET /v2.0/networks?name=public => generated 709 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 01:48:56.590 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b80a1d66-1e26-4222-8ee7-55858573c0de 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 14/26] 199.204.45.162 () {44 vars in 1035 bytes} [Thu Aug 13 01:48:56 2026] GET /v2.0/subnets/public-subnet?network_id=db55f924-ff5c-4d45-ae3c-30cf68b0dc8e => generated 113 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/27] 199.204.45.162 () {44 vars in 1058 bytes} [Thu Aug 13 01:48:56 2026] GET /v2.0/subnets?name=public-subnet&network_id=db55f924-ff5c-4d45-ae3c-30cf68b0dc8e => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/28] 199.204.45.162 () {48 vars in 966 bytes} [Thu Aug 13 01:48:56 2026] POST /v2.0/subnets => generated 664 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 01:53:46.465 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3be70e3d-a178-41d9-9d61-30a8da267482 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/66] 199.204.45.162 () {44 vars in 938 bytes} [Thu Aug 13 01:53:46 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/67] 199.204.45.162 () {44 vars in 960 bytes} [Thu Aug 13 01:53:46 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 01:53:46.531 8 INFO neutron.db.segments_db [None req-b098e96b-e02f-4090-bd5e-a27e9120d6ec 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Added segment bd5e4d86-7e89-453a-a648-a807b079580a of type vxlan for network da462ba2-5e94-4667-8689-bcb509d71fd2 [pid: 8|app: 0|req: 35/68] 199.204.45.162 () {48 vars in 967 bytes} [Thu Aug 13 01:53:46 2026] POST /v2.0/networks => generated 707 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 01:53:47.541 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8b93fed7-879d-420e-9536-a66fc03857f2 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/69] 199.204.45.162 () {44 vars in 938 bytes} [Thu Aug 13 01:53:47 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/70] 199.204.45.162 () {44 vars in 960 bytes} [Thu Aug 13 01:53:47 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 01:53:47.614 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ce8f1302-fb2a-4335-8fbd-f7c422065d95 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/71] 199.204.45.162 () {44 vars in 1037 bytes} [Thu Aug 13 01:53:47 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=da462ba2-5e94-4667-8689-bcb509d71fd2 => generated 114 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/72] 199.204.45.162 () {44 vars in 1060 bytes} [Thu Aug 13 01:53:47 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=da462ba2-5e94-4667-8689-bcb509d71fd2 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/73] 199.204.45.162 () {48 vars in 966 bytes} [Thu Aug 13 01:53:47 2026] POST /v2.0/subnets => generated 651 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 01:53:49.052 8 INFO neutron.api.v2.resource [None req-e97bb877-620d-430c-8fb1-254ea53d3624 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/74] 199.204.45.162 () {44 vars in 972 bytes} [Thu Aug 13 01:53:49 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/75] 199.204.45.162 () {44 vars in 994 bytes} [Thu Aug 13 01:53:49 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/76] 199.204.45.162 () {48 vars in 981 bytes} [Thu Aug 13 01:53:49 2026] POST /v2.0/security-groups => generated 1616 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/77] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 01:53:50 2026] GET /v2.0/security-groups/3dffc1bd-c340-4d17-95f0-14419e39559d => generated 1616 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/78] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 01:53:50 2026] GET /v2.0/security-groups/3dffc1bd-c340-4d17-95f0-14419e39559d => generated 1616 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/79] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 01:53:50 2026] GET /v2.0/security-groups/3dffc1bd-c340-4d17-95f0-14419e39559d => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/80] 199.204.45.162 () {48 vars in 992 bytes} [Thu Aug 13 01:53:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/81] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 01:53:51 2026] GET /v2.0/security-groups/3dffc1bd-c340-4d17-95f0-14419e39559d => generated 2230 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/82] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 01:53:51 2026] GET /v2.0/security-groups/3dffc1bd-c340-4d17-95f0-14419e39559d => generated 2230 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/83] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 01:53:51 2026] GET /v2.0/security-groups/3dffc1bd-c340-4d17-95f0-14419e39559d => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/84] 199.204.45.162 () {48 vars in 992 bytes} [Thu Aug 13 01:53:51 2026] POST /v2.0/security-group-rules => generated 603 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/85] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 01:53:52 2026] GET /v2.0/security-groups/3dffc1bd-c340-4d17-95f0-14419e39559d => generated 2846 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/86] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 01:53:52 2026] GET /v2.0/security-groups/3dffc1bd-c340-4d17-95f0-14419e39559d => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/87] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 01:53:52 2026] GET /v2.0/security-groups/3dffc1bd-c340-4d17-95f0-14419e39559d => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/88] 199.204.45.162 () {48 vars in 992 bytes} [Thu Aug 13 01:53:52 2026] POST /v2.0/security-group-rules => generated 603 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/91] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 01:53:53 2026] GET /v2.0/security-groups/3dffc1bd-c340-4d17-95f0-14419e39559d => generated 3462 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/92] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 01:53:53 2026] GET /v2.0/security-groups/3dffc1bd-c340-4d17-95f0-14419e39559d => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/93] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 01:53:53 2026] GET /v2.0/security-groups/3dffc1bd-c340-4d17-95f0-14419e39559d => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/94] 199.204.45.162 () {48 vars in 992 bytes} [Thu Aug 13 01:53:53 2026] POST /v2.0/security-group-rules => generated 603 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/95] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 01:53:54 2026] GET /v2.0/security-groups/3dffc1bd-c340-4d17-95f0-14419e39559d => generated 4078 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/96] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 01:53:54 2026] GET /v2.0/security-groups/3dffc1bd-c340-4d17-95f0-14419e39559d => generated 4078 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/97] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 01:53:54 2026] GET /v2.0/security-groups/3dffc1bd-c340-4d17-95f0-14419e39559d => generated 4078 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/98] 199.204.45.162 () {48 vars in 992 bytes} [Thu Aug 13 01:53:54 2026] POST /v2.0/security-group-rules => generated 603 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/99] 199.204.45.162 () {44 vars in 988 bytes} [Thu Aug 13 01:53:56 2026] GET /v2.0/networks/da462ba2-5e94-4667-8689-bcb509d71fd2 => generated 732 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 01:53:56.259 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1ba5ce72-adb1-4087-a53f-8b9215af439c 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 51/100] 199.204.45.162 () {44 vars in 1077 bytes} [Thu Aug 13 01:53:56 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=da462ba2-5e94-4667-8689-bcb509d71fd2 => generated 132 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/101] 199.204.45.162 () {44 vars in 1100 bytes} [Thu Aug 13 01:53:56 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=da462ba2-5e94-4667-8689-bcb509d71fd2 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/102] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 01:53:56 2026] GET /v2.0/security-groups/3dffc1bd-c340-4d17-95f0-14419e39559d => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/103] 199.204.45.162 () {48 vars in 962 bytes} [Thu Aug 13 01:53:56 2026] POST /v2.0/ports => generated 1100 bytes in 699 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-13 01:54:04.471 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9b251332-096e-4151-8145-f3e4cfea1924 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/104] 199.204.45.162 () {44 vars in 980 bytes} [Thu Aug 13 01:54:04 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 52/105] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 01:54:04 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/106] 199.204.45.162 () {48 vars in 1032 bytes} [Thu Aug 13 01:54:04 2026] PUT /v2.0/ports/a69a49cf-f79c-4eb1-ab2d-36836912cc8b => generated 1249 bytes in 723 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/107] 199.204.45.162 () {44 vars in 921 bytes} [Thu Aug 13 01:54:06 2026] GET /v2.0/ports => generated 3730 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 01:54:07.811 8 INFO neutron.api.v2.resource [None req-2e7ec96e-f898-4cb7-be12-80fcfb9c2214 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 55/108] 199.204.45.162 () {44 vars in 960 bytes} [Thu Aug 13 01:54:07 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/109] 199.204.45.162 () {44 vars in 982 bytes} [Thu Aug 13 01:54:07 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/110] 199.204.45.162 () {48 vars in 981 bytes} [Thu Aug 13 01:54:07 2026] POST /v2.0/security-groups => generated 1610 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/113] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 01:54:08 2026] GET /v2.0/security-groups/49f6e53d-bc67-4d79-9a49-9680d20ef42f => generated 1610 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/114] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 01:54:08 2026] GET /v2.0/security-groups/49f6e53d-bc67-4d79-9a49-9680d20ef42f => 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: 57/115] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 01:54:08 2026] GET /v2.0/security-groups/49f6e53d-bc67-4d79-9a49-9680d20ef42f => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/116] 199.204.45.162 () {48 vars in 992 bytes} [Thu Aug 13 01:54:08 2026] POST /v2.0/security-group-rules => generated 623 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/117] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 01:54:09 2026] GET /v2.0/security-groups/49f6e53d-bc67-4d79-9a49-9680d20ef42f => generated 2246 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/118] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 01:54:09 2026] GET /v2.0/security-groups/49f6e53d-bc67-4d79-9a49-9680d20ef42f => generated 2246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/119] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 01:54:09 2026] GET /v2.0/security-groups/49f6e53d-bc67-4d79-9a49-9680d20ef42f => generated 2246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/120] 199.204.45.162 () {48 vars in 992 bytes} [Thu Aug 13 01:54:10 2026] POST /v2.0/security-group-rules => generated 627 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 66/129] 199.204.45.162 () {44 vars in 976 bytes} [Thu Aug 13 01:55:13 2026] GET /v2.0/quotas/0204d2fc2f0a4adb952a46f2b5a28857 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/130] 199.204.45.162 () {48 vars in 1028 bytes} [Thu Aug 13 01:55:13 2026] PUT /v2.0/quotas/0204d2fc2f0a4adb952a46f2b5a28857 => generated 291 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 01:57:34.218 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9a20b178-7f4f-4d77-b177-709b66225ec8 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 74/149] 199.204.45.162 () {30 vars in 741 bytes} [Thu Aug 13 01:57:34 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 132 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: 76/150] 199.204.45.162 () {30 vars in 763 bytes} [Thu Aug 13 01:57:34 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 01:57:36.437 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4e5ee2c7-a593-4492-8be2-1dc322eeae9b 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/151] 199.204.45.162 () {30 vars in 741 bytes} [Thu Aug 13 01:57:36 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 133 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 77/152] 199.204.45.162 () {30 vars in 763 bytes} [Thu Aug 13 01:57:36 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:03:51.794 7 INFO neutron.api.v2.resource [None req-e01405bf-bd1e-44cc-aaf4-3e07d6ca5bbd 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 101/203] 199.204.45.162 () {44 vars in 1075 bytes} [Thu Aug 13 02:03:51 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=56d64cc035c7460aad477b2d9da30c7f => generated 139 bytes in 138 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/204] 199.204.45.162 () {44 vars in 1098 bytes} [Thu Aug 13 02:03:51 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=56d64cc035c7460aad477b2d9da30c7f => generated 23 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/205] 199.204.45.162 () {48 vars in 982 bytes} [Thu Aug 13 02:03:52 2026] POST /v2.0/security-groups => generated 1624 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/206] 199.204.45.162 () {44 vars in 1089 bytes} [Thu Aug 13 02:03:53 2026] GET /v2.0/security-groups/6d929290-3ffd-4d30-b187-687d9b551178?project_id=56d64cc035c7460aad477b2d9da30c7f => generated 1624 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/207] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 02:03:53 2026] GET /v2.0/security-groups/6d929290-3ffd-4d30-b187-687d9b551178 => generated 1624 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/210] 199.204.45.162 () {44 vars in 1089 bytes} [Thu Aug 13 02:03:53 2026] GET /v2.0/security-groups/6d929290-3ffd-4d30-b187-687d9b551178?project_id=56d64cc035c7460aad477b2d9da30c7f => generated 1624 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/211] 199.204.45.162 () {48 vars in 992 bytes} [Thu Aug 13 02:03:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/212] 199.204.45.162 () {44 vars in 1089 bytes} [Thu Aug 13 02:03:54 2026] GET /v2.0/security-groups/6d929290-3ffd-4d30-b187-687d9b551178?project_id=56d64cc035c7460aad477b2d9da30c7f => generated 2234 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/213] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 02:03:54 2026] GET /v2.0/security-groups/6d929290-3ffd-4d30-b187-687d9b551178 => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/214] 199.204.45.162 () {44 vars in 1089 bytes} [Thu Aug 13 02:03:54 2026] GET /v2.0/security-groups/6d929290-3ffd-4d30-b187-687d9b551178?project_id=56d64cc035c7460aad477b2d9da30c7f => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/215] 199.204.45.162 () {48 vars in 992 bytes} [Thu Aug 13 02:03:54 2026] POST /v2.0/security-group-rules => generated 599 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/216] 199.204.45.162 () {44 vars in 1089 bytes} [Thu Aug 13 02:03:55 2026] GET /v2.0/security-groups/6d929290-3ffd-4d30-b187-687d9b551178?project_id=56d64cc035c7460aad477b2d9da30c7f => generated 2846 bytes in 56 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.162 () {44 vars in 1002 bytes} [Thu Aug 13 02:03:55 2026] GET /v2.0/security-groups/6d929290-3ffd-4d30-b187-687d9b551178 => generated 2846 bytes in 36 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.162 () {44 vars in 1089 bytes} [Thu Aug 13 02:03:55 2026] GET /v2.0/security-groups/6d929290-3ffd-4d30-b187-687d9b551178?project_id=56d64cc035c7460aad477b2d9da30c7f => generated 2846 bytes in 28 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.162 () {48 vars in 992 bytes} [Thu Aug 13 02:03:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 91 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.162 () {44 vars in 1089 bytes} [Thu Aug 13 02:03:56 2026] GET /v2.0/security-groups/6d929290-3ffd-4d30-b187-687d9b551178?project_id=56d64cc035c7460aad477b2d9da30c7f => generated 3460 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.162 () {44 vars in 1002 bytes} [Thu Aug 13 02:03:56 2026] GET /v2.0/security-groups/6d929290-3ffd-4d30-b187-687d9b551178 => generated 3460 bytes in 21 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.162 () {44 vars in 1089 bytes} [Thu Aug 13 02:03:57 2026] GET /v2.0/security-groups/6d929290-3ffd-4d30-b187-687d9b551178?project_id=56d64cc035c7460aad477b2d9da30c7f => generated 3460 bytes in 32 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.162 () {48 vars in 992 bytes} [Thu Aug 13 02:03:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/242] 199.204.45.162 () {30 vars in 740 bytes} [Thu Aug 13 02:06:12 2026] GET /v2.0/networks?tenant_id=56d64cc035c7460aad477b2d9da30c7f&shared=False => generated 15 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:06:13.179 8 INFO neutron.db.segments_db [None req-1b338639-e1d4-4db9-8666-12ceb0eeb2b7 d28da83bb05d4ec7a6c63233275c31bd 56d64cc035c7460aad477b2d9da30c7f - - 2801cd6d5afc43a79eef6413e18f806c 2801cd6d5afc43a79eef6413e18f806c] Added segment efdba6f7-e2f4-4812-9b61-bee0c5fec4a5 of type vxlan for network 430fd995-c9aa-4237-9ab3-b011f2996ac2 [pid: 8|app: 0|req: 122/243] 199.204.45.162 () {34 vars in 682 bytes} [Thu Aug 13 02:06:13 2026] POST /v2.0/networks => generated 718 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/244] 199.204.45.162 () {30 vars in 722 bytes} [Thu Aug 13 02:06:13 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/245] 199.204.45.162 () {30 vars in 633 bytes} [Thu Aug 13 02:06:13 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/246] 199.204.45.162 () {34 vars in 677 bytes} [Thu Aug 13 02:06:13 2026] POST /v2.0/ports => generated 999 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/247] 199.204.45.162 () {30 vars in 703 bytes} [Thu Aug 13 02:06:13 2026] GET /v2.0/networks/430fd995-c9aa-4237-9ab3-b011f2996ac2 => generated 705 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/248] 199.204.45.162 () {30 vars in 722 bytes} [Thu Aug 13 02:06:15 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/249] 199.204.45.162 () {30 vars in 703 bytes} [Thu Aug 13 02:06:15 2026] GET /v2.0/networks/430fd995-c9aa-4237-9ab3-b011f2996ac2 => generated 705 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/252] 199.204.45.162 () {44 vars in 976 bytes} [Thu Aug 13 02:06:29 2026] GET /v2.0/quotas/56d64cc035c7460aad477b2d9da30c7f => 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: 126/253] 199.204.45.162 () {48 vars in 1028 bytes} [Thu Aug 13 02:06:29 2026] PUT /v2.0/quotas/56d64cc035c7460aad477b2d9da30c7f => generated 291 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:42.202 8 INFO neutron.pecan_wsgi.hooks.translation [None req-90343a44-b369-4e72-a08b-301a7daae910 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 177/352] 199.204.45.162 () {44 vars in 928 bytes} [Thu Aug 13 02:18:42 2026] GET /v2.0/networks/public => generated 108 bytes in 126 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/353] 199.204.45.162 () {44 vars in 950 bytes} [Thu Aug 13 02:18:42 2026] GET /v2.0/networks?name=public => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:43.299 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b214ddb3-0e31-403f-b780-84c679636a2b 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 178/354] 199.204.45.162 () {44 vars in 928 bytes} [Thu Aug 13 02:18:43 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/355] 199.204.45.162 () {44 vars in 950 bytes} [Thu Aug 13 02:18:43 2026] GET /v2.0/networks?name=public => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:43.383 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a70cded4-4666-4d6e-a573-fdac2d4e7c11 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 179/356] 199.204.45.162 () {44 vars in 1035 bytes} [Thu Aug 13 02:18:43 2026] GET /v2.0/subnets/public-subnet?network_id=db55f924-ff5c-4d45-ae3c-30cf68b0dc8e => generated 113 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/357] 199.204.45.162 () {44 vars in 1058 bytes} [Thu Aug 13 02:18:43 2026] GET /v2.0/subnets?name=public-subnet&network_id=db55f924-ff5c-4d45-ae3c-30cf68b0dc8e => generated 667 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:19:10.974 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5897678a-4839-4a3a-8d11-9c96e60e7982 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 182/362] 199.204.45.162 () {44 vars in 938 bytes} [Thu Aug 13 02:19:10 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/363] 199.204.45.162 () {44 vars in 960 bytes} [Thu Aug 13 02:19:10 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:19:11.945 8 INFO neutron.pecan_wsgi.hooks.translation [None req-56f95057-171e-4ae3-a74e-efba86b4836a 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 183/364] 199.204.45.162 () {44 vars in 938 bytes} [Thu Aug 13 02:19:11 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/365] 199.204.45.162 () {44 vars in 960 bytes} [Thu Aug 13 02:19:11 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:19:12.022 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ded442eb-53de-45fa-8180-6eeada998038 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/366] 199.204.45.162 () {44 vars in 1037 bytes} [Thu Aug 13 02:19:12 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=da462ba2-5e94-4667-8689-bcb509d71fd2 => generated 114 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/367] 199.204.45.162 () {44 vars in 1060 bytes} [Thu Aug 13 02:19:12 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=da462ba2-5e94-4667-8689-bcb509d71fd2 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:19:13.125 8 INFO neutron.api.v2.resource [None req-42942e3f-b476-4bb8-a6d9-18d825ce73eb 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/368] 199.204.45.162 () {44 vars in 972 bytes} [Thu Aug 13 02:19:13 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/369] 199.204.45.162 () {44 vars in 994 bytes} [Thu Aug 13 02:19:13 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/370] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 02:19:14 2026] GET /v2.0/security-groups/3dffc1bd-c340-4d17-95f0-14419e39559d => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/371] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 02:19:14 2026] GET /v2.0/security-groups/3dffc1bd-c340-4d17-95f0-14419e39559d => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/372] 199.204.45.162 () {44 vars in 1012 bytes} [Thu Aug 13 02:19:14 2026] GET /v2.0/security-group-rules/0d8fe866-c0c4-4200-a32b-0f75565c5793 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/373] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 02:19:15 2026] GET /v2.0/security-groups/3dffc1bd-c340-4d17-95f0-14419e39559d => generated 4694 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/374] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 02:19:15 2026] GET /v2.0/security-groups/3dffc1bd-c340-4d17-95f0-14419e39559d => generated 4694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/375] 199.204.45.162 () {44 vars in 1012 bytes} [Thu Aug 13 02:19:15 2026] GET /v2.0/security-group-rules/1ef088db-5d6d-49e2-a69b-8840d613e989 => generated 603 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/376] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 02:19:16 2026] GET /v2.0/security-groups/3dffc1bd-c340-4d17-95f0-14419e39559d => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/377] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 02:19:16 2026] GET /v2.0/security-groups/3dffc1bd-c340-4d17-95f0-14419e39559d => generated 4694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/378] 199.204.45.162 () {44 vars in 1012 bytes} [Thu Aug 13 02:19:16 2026] GET /v2.0/security-group-rules/bf5a74f8-bf2b-4c36-ad26-4f49913f0bc5 => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/379] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 02:19:17 2026] GET /v2.0/security-groups/3dffc1bd-c340-4d17-95f0-14419e39559d => generated 4694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/380] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 02:19:17 2026] GET /v2.0/security-groups/3dffc1bd-c340-4d17-95f0-14419e39559d => 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: 190/381] 199.204.45.162 () {44 vars in 1012 bytes} [Thu Aug 13 02:19:17 2026] GET /v2.0/security-group-rules/ae81bb9f-033b-425b-9aa5-f34e12211732 => generated 603 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/382] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 02:19:18 2026] GET /v2.0/security-groups/3dffc1bd-c340-4d17-95f0-14419e39559d => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/383] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 02:19:18 2026] GET /v2.0/security-groups/3dffc1bd-c340-4d17-95f0-14419e39559d => generated 4694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/384] 199.204.45.162 () {44 vars in 1012 bytes} [Thu Aug 13 02:19:18 2026] GET /v2.0/security-group-rules/9484f7da-3541-4710-9aba-103af124a82d => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/385] 199.204.45.162 () {44 vars in 988 bytes} [Thu Aug 13 02:19:19 2026] GET /v2.0/networks/da462ba2-5e94-4667-8689-bcb509d71fd2 => generated 732 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:19:19.623 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c1bdec2b-55c9-4c7f-846f-8359f64d6e69 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 194/386] 199.204.45.162 () {44 vars in 1077 bytes} [Thu Aug 13 02:19:19 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=da462ba2-5e94-4667-8689-bcb509d71fd2 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/387] 199.204.45.162 () {44 vars in 1100 bytes} [Thu Aug 13 02:19:19 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=da462ba2-5e94-4667-8689-bcb509d71fd2 => generated 1254 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/388] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 02:19:19 2026] GET /v2.0/security-groups/3dffc1bd-c340-4d17-95f0-14419e39559d => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:19:27.289 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ffce731f-521a-4bba-87c5-deb196cd8867 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 195/391] 199.204.45.162 () {44 vars in 980 bytes} [Thu Aug 13 02:19:27 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/392] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 02:19:27 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/393] 199.204.45.162 () {44 vars in 921 bytes} [Thu Aug 13 02:19:28 2026] GET /v2.0/ports => generated 4725 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:19:30.006 8 INFO neutron.api.v2.resource [None req-a4fd4764-3a23-4345-9c95-2f814483f405 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 198/394] 199.204.45.162 () {44 vars in 960 bytes} [Thu Aug 13 02:19:29 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/395] 199.204.45.162 () {44 vars in 982 bytes} [Thu Aug 13 02:19:30 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/396] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 02:19:30 2026] GET /v2.0/security-groups/49f6e53d-bc67-4d79-9a49-9680d20ef42f => generated 2886 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/397] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 02:19:31 2026] GET /v2.0/security-groups/49f6e53d-bc67-4d79-9a49-9680d20ef42f => generated 2886 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/398] 199.204.45.162 () {44 vars in 1012 bytes} [Thu Aug 13 02:19:31 2026] GET /v2.0/security-group-rules/adc2c5fa-1a71-4123-b6a4-875c2b413825 => generated 623 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/399] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 02:19:31 2026] GET /v2.0/security-groups/49f6e53d-bc67-4d79-9a49-9680d20ef42f => generated 2886 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/400] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 02:19:31 2026] GET /v2.0/security-groups/49f6e53d-bc67-4d79-9a49-9680d20ef42f => generated 2886 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/401] 199.204.45.162 () {44 vars in 1012 bytes} [Thu Aug 13 02:19:32 2026] GET /v2.0/security-group-rules/cc37d71b-439c-49e6-85ab-b822c33de86e => generated 627 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/404] 199.204.45.162 () {44 vars in 976 bytes} [Thu Aug 13 02:19:44 2026] GET /v2.0/quotas/0204d2fc2f0a4adb952a46f2b5a28857 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:20:38.904 8 INFO neutron.api.v2.resource [None req-e648e60a-cca0-4bb5-bb97-3f8058d842aa 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 207/413] 199.204.45.162 () {44 vars in 1075 bytes} [Thu Aug 13 02:20:38 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=56d64cc035c7460aad477b2d9da30c7f => generated 139 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/414] 199.204.45.162 () {44 vars in 1098 bytes} [Thu Aug 13 02:20:38 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=56d64cc035c7460aad477b2d9da30c7f => generated 4072 bytes in 28 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.162 () {44 vars in 1089 bytes} [Thu Aug 13 02:20:39 2026] GET /v2.0/security-groups/6d929290-3ffd-4d30-b187-687d9b551178?project_id=56d64cc035c7460aad477b2d9da30c7f => generated 4075 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/416] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 02:20:39 2026] GET /v2.0/security-groups/6d929290-3ffd-4d30-b187-687d9b551178 => 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: 209/417] 199.204.45.162 () {44 vars in 1012 bytes} [Thu Aug 13 02:20:39 2026] GET /v2.0/security-group-rules/c64a0b3a-affd-4dd2-a298-78ad8fcf6ada => generated 597 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/418] 199.204.45.162 () {44 vars in 1089 bytes} [Thu Aug 13 02:20:40 2026] GET /v2.0/security-groups/6d929290-3ffd-4d30-b187-687d9b551178?project_id=56d64cc035c7460aad477b2d9da30c7f => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/419] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 02:20:40 2026] GET /v2.0/security-groups/6d929290-3ffd-4d30-b187-687d9b551178 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/420] 199.204.45.162 () {44 vars in 1012 bytes} [Thu Aug 13 02:20:41 2026] GET /v2.0/security-group-rules/dea5c501-a89b-4eb5-a1ad-7d1f26e8fcbf => generated 599 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/421] 199.204.45.162 () {44 vars in 1089 bytes} [Thu Aug 13 02:20:41 2026] GET /v2.0/security-groups/6d929290-3ffd-4d30-b187-687d9b551178?project_id=56d64cc035c7460aad477b2d9da30c7f => generated 4075 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/422] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 02:20:41 2026] GET /v2.0/security-groups/6d929290-3ffd-4d30-b187-687d9b551178 => generated 4075 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/423] 199.204.45.162 () {44 vars in 1012 bytes} [Thu Aug 13 02:20:42 2026] GET /v2.0/security-group-rules/4b0bcb40-390c-4267-aac6-ed53bd4bcb25 => 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: 212/424] 199.204.45.162 () {44 vars in 1089 bytes} [Thu Aug 13 02:20:43 2026] GET /v2.0/security-groups/6d929290-3ffd-4d30-b187-687d9b551178?project_id=56d64cc035c7460aad477b2d9da30c7f => 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: 213/425] 199.204.45.162 () {44 vars in 1002 bytes} [Thu Aug 13 02:20:43 2026] GET /v2.0/security-groups/6d929290-3ffd-4d30-b187-687d9b551178 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/426] 199.204.45.162 () {44 vars in 1012 bytes} [Thu Aug 13 02:20:43 2026] GET /v2.0/security-group-rules/8493b46c-975f-4b36-b73b-0c8ec106ed9f => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/427] 199.204.45.162 () {44 vars in 976 bytes} [Thu Aug 13 02:20:50 2026] GET /v2.0/quotas/56d64cc035c7460aad477b2d9da30c7f => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/436] 199.204.45.162 () {44 vars in 950 bytes} [Thu Aug 13 02:21:40 2026] GET /v2.0/networks?name=public => generated 753 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/441] 10.0.0.194 () {32 vars in 649 bytes} [Thu Aug 13 02:22:20 2026] GET /v2.0/networks => generated 2168 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/442] 10.0.0.194 () {32 vars in 655 bytes} [Thu Aug 13 02:22:21 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: 7|app: 0|req: 221/443] 10.0.0.194 () {32 vars in 647 bytes} [Thu Aug 13 02:22:21 2026] GET /v2.0/routers => generated 15 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/444] 10.0.0.194 () {32 vars in 643 bytes} [Thu Aug 13 02:22:21 2026] GET /v2.0/ports => generated 4725 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/445] 10.0.0.194 () {32 vars in 647 bytes} [Thu Aug 13 02:22:21 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/446] 10.0.0.194 () {32 vars in 649 bytes} [Thu Aug 13 02:22:21 2026] GET /v2.0/networks => generated 2168 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/447] 10.0.0.194 () {32 vars in 663 bytes} [Thu Aug 13 02:22:21 2026] GET /v2.0/security-groups => generated 17401 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/448] 10.0.0.194 () {32 vars in 655 bytes} [Thu Aug 13 02:22:22 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:22:32.678 7 INFO neutron.db.segments_db [None req-5d09b6fd-e01c-4f76-ade9-45765e3520c5 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Added segment d4b5e312-f3cb-4d88-b82d-bfc19730f1e0 of type vxlan for network 1447b833-99f3-4901-a280-68528b7b0caa [pid: 7|app: 0|req: 225/451] 10.0.0.194 () {34 vars in 671 bytes} [Thu Aug 13 02:22:32 2026] POST /v2.0/networks => generated 748 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:22:32.830 8 INFO neutron.db.segments_db [None req-9b5363ca-c0c8-457c-8b14-bbfe9208f87a 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Added segment ef988b78-1846-42c4-ae25-656b318fc8f9 of type vxlan for network 49d526fb-87c7-4f8f-b788-7fe4dc81c1cb [pid: 8|app: 0|req: 227/452] 10.0.0.194 () {34 vars in 671 bytes} [Thu Aug 13 02:22:32 2026] POST /v2.0/networks => generated 737 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/453] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:22:32 2026] POST /v2.0/subnets => generated 695 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/454] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:22:32 2026] POST /v2.0/subnets => generated 684 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:22:33.195 8 INFO neutron.db.segments_db [None req-7eb9006f-6e9a-42f8-b5cc-ab4d64a65b08 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Added segment 1f0cebb0-a0a0-47ca-87e9-4dce981d5efc of type vxlan for network 06287bd2-6164-4591-9860-ad5f381e214d 2026-08-13 02:22:33.224 7 INFO neutron.db.segments_db [None req-b33a6c0a-4419-40e1-8af6-4ff30346f8fe 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Added segment cf29c991-2147-4d41-9799-337612078601 of type vxlan for network 58ba5532-4283-4635-85fa-35755dea1a2e [pid: 8|app: 0|req: 228/455] 10.0.0.194 () {34 vars in 671 bytes} [Thu Aug 13 02:22:32 2026] POST /v2.0/networks => generated 751 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/456] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:22:33 2026] GET /v2.0/security-groups?tenant_id=c90b22a5efbc44d4a6acc2a9edaf279c&name=default => generated 2921 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:22:33.480 8 INFO neutron.db.segments_db [None req-e85ef650-de31-479d-b4fa-288551c5c269 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Added segment 1d38b8b5-9fab-457d-bd00-f4f2bfd4c79a of type vxlan for network ed78c39c-fd8c-4ce7-bc0e-847a7bd8b9e1 2026-08-13 02:22:33.515 7 INFO neutron.db.l3_hamode_db [None req-b33a6c0a-4419-40e1-8af6-4ff30346f8fe 466cbdec0e7e442f942f0fefb75815bb e539c1a26d274f9bb5f2f14b18458389 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:22:33.647 8 INFO neutron.db.l3_hamode_db [None req-e85ef650-de31-479d-b4fa-288551c5c269 466cbdec0e7e442f942f0fefb75815bb 4a7b32eda1924836988d39c41182b084 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:22:34.459 8 INFO neutron.db.l3_hamode_db [None req-e85ef650-de31-479d-b4fa-288551c5c269 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:22:34.620 7 INFO neutron.db.l3_hamode_db [None req-b33a6c0a-4419-40e1-8af6-4ff30346f8fe 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 228/457] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:22:33 2026] POST /v2.0/routers => generated 735 bytes in 2420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/458] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:22:33 2026] POST /v2.0/routers => generated 724 bytes in 2176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/459] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:22:35 2026] DELETE /v2.0/security-groups/fc760a38-896a-4987-95f5-b29cd8fbb27e => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/460] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:22:35 2026] POST /v2.0/subnets => generated 698 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/461] 10.0.0.194 () {34 vars in 783 bytes} [Thu Aug 13 02:22:35 2026] PUT /v2.0/routers/d1588245-c7b9-4b74-b08e-8d8368e66cd8/add_router_interface => generated 309 bytes in 1058 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:22:36.829 8 INFO neutron.db.segments_db [None req-fdde4d13-c467-41c9-911a-6b08a2671048 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Added segment 2d461a8b-476f-44bd-aa24-4abb70cb5165 of type vxlan for network 70716932-a46c-4a5a-b9a0-45e676749795 [pid: 7|app: 0|req: 230/462] 10.0.0.194 () {34 vars in 783 bytes} [Thu Aug 13 02:22:35 2026] PUT /v2.0/routers/a5c4e8b9-1363-4971-8d8d-9069fcd4f8e1/add_router_interface => generated 309 bytes in 1127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:22:37.053 8 INFO neutron.db.l3_hamode_db [None req-fdde4d13-c467-41c9-911a-6b08a2671048 466cbdec0e7e442f942f0fefb75815bb c155ed7d86c3460686ab7dbf10dfd6e8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 231/463] 10.0.0.194 () {34 vars in 685 bytes} [Thu Aug 13 02:22:37 2026] POST /v2.0/security-groups => generated 1660 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/464] 10.0.0.194 () {34 vars in 685 bytes} [Thu Aug 13 02:22:37 2026] POST /v2.0/security-groups => generated 1660 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/465] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:22:37 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) 2026-08-13 02:22:37.791 8 INFO neutron.db.l3_hamode_db [None req-fdde4d13-c467-41c9-911a-6b08a2671048 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:22:37.996 7 INFO neutron.db.segments_db [None req-0196bea6-a09e-45cd-b384-3d9f09003f02 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Added segment 66d6481b-e261-4bc7-a5aa-766ec69acf40 of type vxlan for network 37980dc0-759a-46e3-aacb-0efff45672a3 [pid: 7|app: 0|req: 234/466] 10.0.0.194 () {34 vars in 671 bytes} [Thu Aug 13 02:22:37 2026] POST /v2.0/networks => generated 749 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/467] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:22:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/468] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:22:38 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: 7|app: 0|req: 237/469] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:22:38 2026] POST /v2.0/subnets => generated 696 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/470] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:22:38 2026] POST /v2.0/security-group-rules => generated 602 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/471] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:22:36 2026] POST /v2.0/routers => generated 738 bytes in 1860 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:22:38.696 8 INFO neutron.db.segments_db [None req-0feb7a26-7111-4f0e-a400-6c3b174af1fe 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Added segment 0d0cce70-b57e-497d-ac20-bb53324f0373 of type vxlan for network 5a5fc4d1-248b-4aaf-a183-8bc11e2f1611 2026-08-13 02:22:38.946 8 INFO neutron.db.l3_hamode_db [None req-0feb7a26-7111-4f0e-a400-6c3b174af1fe 466cbdec0e7e442f942f0fefb75815bb ad72a9c30dc743c2a86d51d718174dc2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 239/474] 10.0.0.194 () {34 vars in 676 bytes} [Thu Aug 13 02:22:38 2026] POST /v2.0/floatingips => generated 552 bytes in 560 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/475] 10.0.0.194 () {34 vars in 676 bytes} [Thu Aug 13 02:22:39 2026] POST /v2.0/floatingips => generated 552 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:22:40.321 8 INFO neutron.db.l3_hamode_db [None req-0feb7a26-7111-4f0e-a400-6c3b174af1fe 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 241/476] 10.0.0.194 () {34 vars in 783 bytes} [Thu Aug 13 02:22:39 2026] PUT /v2.0/routers/8a8d046d-c65f-4556-87f0-8f0eefbc5f0e/add_router_interface => generated 309 bytes in 1105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/477] 10.0.0.51 () {34 vars in 1099 bytes} [Thu Aug 13 02:22:40 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1123513515&fields=id&tenant_id=4a7b32eda1924836988d39c41182b084 => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/478] 10.0.0.51 () {34 vars in 981 bytes} [Thu Aug 13 02:22:40 2026] GET /v2.0/networks?id=49d526fb-87c7-4f8f-b788-7fe4dc81c1cb => generated 669 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/479] 10.0.0.51 () {34 vars in 964 bytes} [Thu Aug 13 02:22:40 2026] GET /v2.0/quotas/4a7b32eda1924836988d39c41182b084 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/480] 10.0.0.51 () {34 vars in 1001 bytes} [Thu Aug 13 02:22:40 2026] GET /v2.0/ports?tenant_id=4a7b32eda1924836988d39c41182b084&fields=id => generated 57 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/481] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:22:38 2026] POST /v2.0/routers => generated 736 bytes in 2813 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/482] 10.0.0.51 () {34 vars in 906 bytes} [Thu Aug 13 02:22:41 2026] GET /v2.0/extensions => generated 21537 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/483] 10.0.0.194 () {34 vars in 685 bytes} [Thu Aug 13 02:22:41 2026] POST /v2.0/security-groups => generated 1660 bytes in 718 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/484] 10.0.0.51 () {34 vars in 1007 bytes} [Thu Aug 13 02:22:41 2026] GET /v2.0/networks/49d526fb-87c7-4f8f-b788-7fe4dc81c1cb?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: 248/485] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:22:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/486] 10.0.0.51 () {34 vars in 1107 bytes} [Thu Aug 13 02:22:41 2026] GET /v2.0/networks/49d526fb-87c7-4f8f-b788-7fe4dc81c1cb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/487] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:22:42 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: 238/488] 10.0.0.194 () {34 vars in 783 bytes} [Thu Aug 13 02:22:41 2026] PUT /v2.0/routers/f8f6ebf1-024c-46ba-9118-2b2ef193fd3b/add_router_interface => generated 309 bytes in 993 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/489] 10.0.0.194 () {34 vars in 676 bytes} [Thu Aug 13 02:22:42 2026] POST /v2.0/floatingips => generated 552 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/490] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:42 2026] GET /v2.0/ports?device_id=15329acd-e646-4584-acb5-7a8f783bae7f => generated 12 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/491] 10.0.0.51 () {34 vars in 1099 bytes} [Thu Aug 13 02:22:43 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1384630160&fields=id&tenant_id=c155ed7d86c3460686ab7dbf10dfd6e8 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/493] 10.0.0.51 () {34 vars in 981 bytes} [Thu Aug 13 02:22:43 2026] GET /v2.0/networks?id=06287bd2-6164-4591-9860-ad5f381e214d => generated 683 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/493] 10.0.0.51 () {38 vars in 970 bytes} [Thu Aug 13 02:22:42 2026] POST /v2.0/security-groups => generated 1686 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/494] 10.0.0.51 () {34 vars in 964 bytes} [Thu Aug 13 02:22:43 2026] GET /v2.0/quotas/c155ed7d86c3460686ab7dbf10dfd6e8 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/495] 10.0.0.51 () {34 vars in 990 bytes} [Thu Aug 13 02:22:43 2026] GET /v2.0/security-groups/02e94b8a-8475-4473-aced-602fdd732e12 => generated 1686 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/496] 10.0.0.51 () {34 vars in 1001 bytes} [Thu Aug 13 02:22:43 2026] GET /v2.0/ports?tenant_id=c155ed7d86c3460686ab7dbf10dfd6e8&fields=id => generated 57 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/497] 10.0.0.51 () {34 vars in 1007 bytes} [Thu Aug 13 02:22:43 2026] GET /v2.0/networks/06287bd2-6164-4591-9860-ad5f381e214d?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: 245/498] 10.0.0.51 () {34 vars in 1107 bytes} [Thu Aug 13 02:22:43 2026] GET /v2.0/networks/06287bd2-6164-4591-9860-ad5f381e214d?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: 254/499] 10.0.0.51 () {38 vars in 980 bytes} [Thu Aug 13 02:22:43 2026] POST /v2.0/security-group-rules => generated 614 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/500] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:43 2026] GET /v2.0/ports?device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => generated 12 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/501] 10.0.0.51 () {38 vars in 970 bytes} [Thu Aug 13 02:22:43 2026] POST /v2.0/security-groups => generated 1686 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/502] 10.0.0.51 () {34 vars in 990 bytes} [Thu Aug 13 02:22:43 2026] GET /v2.0/security-groups/5cc6da9c-1a82-497e-9509-3ce87f77fe08 => generated 1686 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/503] 10.0.0.51 () {38 vars in 980 bytes} [Thu Aug 13 02:22:43 2026] POST /v2.0/security-group-rules => generated 614 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/504] 10.0.0.51 () {34 vars in 990 bytes} [Thu Aug 13 02:22:43 2026] GET /v2.0/security-groups/5cc6da9c-1a82-497e-9509-3ce87f77fe08 => generated 2311 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/505] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:43 2026] GET /v2.0/ports?device_id=15329acd-e646-4584-acb5-7a8f783bae7f => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/506] 10.0.0.51 () {38 vars in 980 bytes} [Thu Aug 13 02:22:43 2026] POST /v2.0/security-group-rules => generated 619 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/507] 10.0.0.51 () {34 vars in 990 bytes} [Thu Aug 13 02:22:43 2026] GET /v2.0/security-groups/5cc6da9c-1a82-497e-9509-3ce87f77fe08 => generated 2941 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/508] 10.0.0.51 () {34 vars in 1000 bytes} [Thu Aug 13 02:22:44 2026] GET /v2.0/security-group-rules/fdd75b16-8c47-4482-bd4e-3f9235e79388 => generated 616 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/509] 10.0.0.51 () {34 vars in 990 bytes} [Thu Aug 13 02:22:44 2026] GET /v2.0/security-groups/5cc6da9c-1a82-497e-9509-3ce87f77fe08 => generated 2941 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/510] 10.0.0.51 () {36 vars in 1022 bytes} [Thu Aug 13 02:22:44 2026] DELETE /v2.0/security-group-rules/fdd75b16-8c47-4482-bd4e-3f9235e79388 => 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: 251/511] 10.0.0.51 () {34 vars in 1097 bytes} [Thu Aug 13 02:22:44 2026] GET /v2.0/security-groups?name=tempest-securitygroup--535615238&fields=id&tenant_id=e539c1a26d274f9bb5f2f14b18458389 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/512] 10.0.0.51 () {34 vars in 990 bytes} [Thu Aug 13 02:22:44 2026] GET /v2.0/security-groups/5cc6da9c-1a82-497e-9509-3ce87f77fe08 => generated 2311 bytes in 25 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.51 () {34 vars in 981 bytes} [Thu Aug 13 02:22:44 2026] GET /v2.0/networks?id=1447b833-99f3-4901-a280-68528b7b0caa => generated 680 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/514] 10.0.0.51 () {34 vars in 964 bytes} [Thu Aug 13 02:22:44 2026] GET /v2.0/quotas/e539c1a26d274f9bb5f2f14b18458389 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/515] 10.0.0.51 () {36 vars in 1012 bytes} [Thu Aug 13 02:22:44 2026] DELETE /v2.0/security-groups/5cc6da9c-1a82-497e-9509-3ce87f77fe08 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/516] 10.0.0.51 () {34 vars in 990 bytes} [Thu Aug 13 02:22:44 2026] GET /v2.0/security-groups/02e94b8a-8475-4473-aced-602fdd732e12 => generated 2311 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/517] 10.0.0.51 () {34 vars in 1001 bytes} [Thu Aug 13 02:22:44 2026] GET /v2.0/ports?tenant_id=e539c1a26d274f9bb5f2f14b18458389&fields=id => generated 103 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/518] 10.0.0.51 () {34 vars in 1007 bytes} [Thu Aug 13 02:22:44 2026] GET /v2.0/networks/1447b833-99f3-4901-a280-68528b7b0caa?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/519] 10.0.0.51 () {36 vars in 1012 bytes} [Thu Aug 13 02:22:44 2026] DELETE /v2.0/security-groups/02e94b8a-8475-4473-aced-602fdd732e12 => 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: 265/520] 10.0.0.51 () {34 vars in 1107 bytes} [Thu Aug 13 02:22:44 2026] GET /v2.0/networks/1447b833-99f3-4901-a280-68528b7b0caa?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: 266/521] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:44 2026] GET /v2.0/ports?device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => 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: 267/522] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:44 2026] GET /v2.0/ports?device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => 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: 268/523] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:44 2026] GET /v2.0/ports?device_id=15329acd-e646-4584-acb5-7a8f783bae7f => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:22:45.029 8 INFO neutron_taas.services.taas.taas_plugin [None req-583cf678-0c0d-465d-a38c-0b6660bd93ad 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: 3d65c96c-d643-4609-9274-653325c8c029 2026-08-13 02:22:45.042 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-583cf678-0c0d-465d-a38c-0b6660bd93ad 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: 3d65c96c-d643-4609-9274-653325c8c029 [pid: 8|app: 0|req: 256/524] 10.0.0.194 () {34 vars in 789 bytes} [Thu Aug 13 02:22:44 2026] PUT /v2.0/routers/f8f6ebf1-024c-46ba-9118-2b2ef193fd3b/remove_router_interface => generated 309 bytes in 1137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/525] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:45 2026] GET /v2.0/ports?device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => 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: 258/526] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:45 2026] GET /v2.0/ports?device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:22:45.877 7 INFO neutron_taas.services.taas.taas_plugin [None req-27f00bb2-d84e-4b6d-ad9e-14949126b19d 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: f8140870-9309-4579-8f37-ff7e27b0bed2 2026-08-13 02:22:45.885 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27f00bb2-d84e-4b6d-ad9e-14949126b19d 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: f8140870-9309-4579-8f37-ff7e27b0bed2 [pid: 8|app: 0|req: 259/527] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:46 2026] GET /v2.0/ports?device_id=15329acd-e646-4584-acb5-7a8f783bae7f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:22:46.164 7 INFO neutron_taas.services.taas.taas_plugin [None req-27f00bb2-d84e-4b6d-ad9e-14949126b19d 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: ae1074fa-ca56-41db-a33d-40a622921aa3 2026-08-13 02:22:46.167 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27f00bb2-d84e-4b6d-ad9e-14949126b19d 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: ae1074fa-ca56-41db-a33d-40a622921aa3 2026-08-13 02:22:46.260 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-27f00bb2-d84e-4b6d-ad9e-14949126b19d 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - 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 2248, 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 649, 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 02:22:46.578 7 INFO neutron.db.l3_hamode_db [None req-27f00bb2-d84e-4b6d-ad9e-14949126b19d 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] HA network 5a5fc4d1-248b-4aaf-a183-8bc11e2f1611 was deleted as no HA routers are present in tenant ad72a9c30dc743c2a86d51d718174dc2. [pid: 7|app: 0|req: 269/528] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:22:45 2026] DELETE /v2.0/routers/f8f6ebf1-024c-46ba-9118-2b2ef193fd3b => generated 0 bytes in 982 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/529] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:22:46 2026] DELETE /v2.0/subnets/a146936e-944a-491c-831d-3578fadede72 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/530] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:46 2026] GET /v2.0/ports?device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => 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: 270/531] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:22:46 2026] DELETE /v2.0/networks/37980dc0-759a-46e3-aacb-0efff45672a3 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/532] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:46 2026] GET /v2.0/ports?device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:22:46.931 7 INFO neutron.services.segments.plugin [-] Segment 0d0cce70-b57e-497d-ac20-bb53324f0373 resource provider aggregate not found 2026-08-13 02:22:46.950 7 INFO neutron.services.segments.plugin [-] Segment 0d0cce70-b57e-497d-ac20-bb53324f0373 resource provider aggregate not found 2026-08-13 02:22:46.959 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0d0cce70-b57e-497d-ac20-bb53324f0373 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d0cce70-b57e-497d-ac20-bb53324f0373 found for delete ", "request_id": "req-cbafd782-57d8-496f-9d2a-a46165120b52"}]} 2026-08-13 02:22:46.976 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0d0cce70-b57e-497d-ac20-bb53324f0373 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d0cce70-b57e-497d-ac20-bb53324f0373 found for delete ", "request_id": "req-c2923cce-75fe-4085-8aaa-6038d058b877"}]} [pid: 7|app: 0|req: 271/533] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:22:47 2026] GET /v2.0/security-groups?tenant_id=ad72a9c30dc743c2a86d51d718174dc2&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/534] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:22:47 2026] DELETE /v2.0/security-groups/eee299bc-8dfa-4211-a7a0-488b98da4208 => 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: 264/535] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:47 2026] GET /v2.0/ports?device_id=15329acd-e646-4584-acb5-7a8f783bae7f => 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: 272/536] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:22:47 2026] GET /v2.0/networks?id=49d526fb-87c7-4f8f-b788-7fe4dc81c1cb => generated 669 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/537] 199.204.45.162 () {34 vars in 911 bytes} [Thu Aug 13 02:22:47 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/538] 199.204.45.162 () {34 vars in 1050 bytes} [Thu Aug 13 02:22:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4a7b32eda1924836988d39c41182b084 => generated 181 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/539] 199.204.45.162 () {38 vars in 955 bytes} [Thu Aug 13 02:22:47 2026] POST /v2.0/ports => generated 954 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/540] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:47 2026] GET /v2.0/ports?device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 267/541] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:47 2026] GET /v2.0/ports?device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => 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: 268/542] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:48 2026] GET /v2.0/ports?device_id=15329acd-e646-4584-acb5-7a8f783bae7f => generated 957 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/543] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:22:48 2026] GET /v2.0/security-groups?id=671f4c46-9da8-4ab3-a25c-43241d3aa132&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: 275/544] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Aug 13 02:22:48 2026] PUT /v2.0/ports/ca08cee8-7dc3-40c4-9895-5357170fc1a4 => generated 1235 bytes in 546 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/545] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:22:48 2026] GET /v2.0/networks?id=06287bd2-6164-4591-9860-ad5f381e214d => generated 683 bytes in 53 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: 271/546] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:48 2026] GET /v2.0/ports?device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:22:48.989 7 INFO neutron.services.segments.plugin [-] Segment 66d6481b-e261-4bc7-a5aa-766ec69acf40 resource provider aggregate not found [pid: 7|app: 0|req: 276/547] 199.204.45.162 () {34 vars in 1050 bytes} [Thu Aug 13 02:22:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c155ed7d86c3460686ab7dbf10dfd6e8 => generated 181 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:22:49.006 7 INFO neutron.services.segments.plugin [-] Segment 66d6481b-e261-4bc7-a5aa-766ec69acf40 resource provider aggregate not found 2026-08-13 02:22:49.014 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 66d6481b-e261-4bc7-a5aa-766ec69acf40 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66d6481b-e261-4bc7-a5aa-766ec69acf40 found for delete ", "request_id": "req-6548c6d5-86f2-43bf-b6b6-7df0302568ca"}]} 2026-08-13 02:22:49.029 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 66d6481b-e261-4bc7-a5aa-766ec69acf40 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66d6481b-e261-4bc7-a5aa-766ec69acf40 found for delete ", "request_id": "req-51af251f-96fa-462d-b575-d0da65131017"}]} 2026-08-13 02:22:49.269 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5edd42b8-fb86-42f0-b642-39311c10af0d'] response: {'name': 'network-changed', 'server_uuid': '15329acd-e646-4584-acb5-7a8f783bae7f', 'tag': 'ca08cee8-7dc3-40c4-9895-5357170fc1a4', 'status': 'completed', 'code': 200} 2026-08-13 02:22:49.279 8 INFO neutron.db.segments_db [None req-4295f0ea-ed9c-4d09-9c2f-ce781b094237 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Added segment 130018c1-9bec-4d69-af45-d80b45ef7977 of type vxlan for network 23a3e03d-6bef-4d43-bcdd-cb75be7dfcca [pid: 8|app: 0|req: 272/548] 10.0.0.194 () {34 vars in 671 bytes} [Thu Aug 13 02:22:48 2026] POST /v2.0/networks => generated 743 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/549] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:49 2026] GET /v2.0/ports?device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => 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: 277/550] 199.204.45.162 () {38 vars in 955 bytes} [Thu Aug 13 02:22:49 2026] POST /v2.0/ports => generated 954 bytes in 482 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: 274/551] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:22:49 2026] POST /v2.0/subnets => generated 690 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/552] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:49 2026] GET /v2.0/ports?device_id=15329acd-e646-4584-acb5-7a8f783bae7f => generated 969 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:22:49.645 7 INFO neutron.db.segments_db [None req-b5e1c8fd-2aec-4c50-ab0b-bc2b03c83bf3 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Added segment fe4845a0-1d7b-472c-a311-71042c104bc5 of type vxlan for network e0e050e9-be6f-487f-ab21-a4c833a1608e 2026-08-13 02:22:49.911 7 INFO neutron.db.l3_hamode_db [None req-b5e1c8fd-2aec-4c50-ab0b-bc2b03c83bf3 466cbdec0e7e442f942f0fefb75815bb a7ea2d9835d14cefad18c173753587c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 275/553] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Aug 13 02:22:49 2026] PUT /v2.0/ports/6471cf84-421d-4584-b68d-2f20f1d229b0 => generated 1235 bytes in 346 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: 276/554] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:22:49 2026] GET /v2.0/security-groups?id=671f4c46-9da8-4ab3-a25c-43241d3aa132&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/555] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:22:49 2026] GET /v2.0/ports?tenant_id=4a7b32eda1924836988d39c41182b084&device_id=15329acd-e646-4584-acb5-7a8f783bae7f => generated 1238 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/556] 199.204.45.162 () {34 vars in 1018 bytes} [Thu Aug 13 02:22:50 2026] GET /v2.0/networks?tenant_id=4a7b32eda1924836988d39c41182b084&shared=False => generated 765 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/557] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:50 2026] GET /v2.0/ports?device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/558] 199.204.45.162 () {34 vars in 930 bytes} [Thu Aug 13 02:22:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/559] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:22:50 2026] GET /v2.0/security-groups?id=80bf44e2-700a-4e2b-ad40-8b08a341ea90&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 02:22:50.347 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad68e1b3-4c56-4214-b857-e5f5adb86b39'] response: {'name': 'network-changed', 'server_uuid': '7d1fc573-d5a4-460f-946f-fca8a2a02844', 'tag': '6471cf84-421d-4584-b68d-2f20f1d229b0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 282/560] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:50 2026] GET /v2.0/ports?device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:22:50.719 7 INFO neutron.db.l3_hamode_db [None req-b5e1c8fd-2aec-4c50-ab0b-bc2b03c83bf3 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 283/561] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:22:50 2026] GET /v2.0/ports?tenant_id=c155ed7d86c3460686ab7dbf10dfd6e8&device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => 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: 284/562] 199.204.45.162 () {34 vars in 1018 bytes} [Thu Aug 13 02:22:50 2026] GET /v2.0/networks?tenant_id=c155ed7d86c3460686ab7dbf10dfd6e8&shared=False => generated 779 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/563] 199.204.45.162 () {34 vars in 930 bytes} [Thu Aug 13 02:22:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/564] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:51 2026] GET /v2.0/ports?device_id=15329acd-e646-4584-acb5-7a8f783bae7f => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/565] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:22:51 2026] GET /v2.0/networks?id=1447b833-99f3-4901-a280-68528b7b0caa => generated 680 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/566] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:22:51 2026] GET /v2.0/security-groups?id=671f4c46-9da8-4ab3-a25c-43241d3aa132&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/567] 199.204.45.162 () {34 vars in 1050 bytes} [Thu Aug 13 02:22:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e539c1a26d274f9bb5f2f14b18458389 => generated 180 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/568] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:22:49 2026] POST /v2.0/routers => generated 730 bytes in 1845 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/569] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:22:51 2026] GET /v2.0/ports?tenant_id=4a7b32eda1924836988d39c41182b084&device_id=15329acd-e646-4584-acb5-7a8f783bae7f => generated 1238 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/570] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:51 2026] GET /v2.0/ports?device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => 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: 290/571] 199.204.45.162 () {38 vars in 955 bytes} [Thu Aug 13 02:22:51 2026] POST /v2.0/ports => generated 958 bytes in 396 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: 291/572] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:22:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=ca08cee8-7dc3-40c4-9895-5357170fc1a4 => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/573] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:51 2026] GET /v2.0/ports?device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => generated 961 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/574] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:22:51 2026] GET /v2.0/security-groups?id=80bf44e2-700a-4e2b-ad40-8b08a341ea90&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/575] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Aug 13 02:22:51 2026] PUT /v2.0/ports/ac09d63a-9239-4007-900f-4c0bba83c4d6 => generated 1239 bytes in 396 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: 295/576] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/subnets?id=3532b2f1-8bd4-4b6b-9b14-445f7274cf4f => generated 687 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/577] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/security-groups?id=b04077ea-f9b0-4195-b890-2a35d5cd58cf&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/578] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/ports?tenant_id=c155ed7d86c3460686ab7dbf10dfd6e8&device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => 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: 298/579] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/ports?network_id=49d526fb-87c7-4f8f-b788-7fe4dc81c1cb&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: 299/580] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/ports?device_id=15329acd-e646-4584-acb5-7a8f783bae7f => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/581] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=6471cf84-421d-4584-b68d-2f20f1d229b0 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/582] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/networks/49d526fb-87c7-4f8f-b788-7fe4dc81c1cb?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: 302/583] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/security-groups?id=671f4c46-9da8-4ab3-a25c-43241d3aa132&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:22:52.409 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-47b76b7d-3a41-4ecd-994f-fc2c120be3c8'] response: {'name': 'network-changed', 'server_uuid': '4d856094-2e49-4f8a-bd6e-e82a40cea171', 'tag': 'ac09d63a-9239-4007-900f-4c0bba83c4d6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 303/584] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/subnets?id=022a3fcf-76da-4635-bd36-6c90af9b7b17 => generated 701 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/585] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/networks/49d526fb-87c7-4f8f-b788-7fe4dc81c1cb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/586] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/ports?network_id=06287bd2-6164-4591-9860-ad5f381e214d&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: 8|app: 0|req: 306/587] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/networks/06287bd2-6164-4591-9860-ad5f381e214d?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/588] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/networks/06287bd2-6164-4591-9860-ad5f381e214d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/589] 10.0.0.194 () {34 vars in 783 bytes} [Thu Aug 13 02:22:51 2026] PUT /v2.0/routers/394ae9ed-bbb7-44bd-b12b-3044445f2a17/add_router_interface => generated 309 bytes in 1143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/590] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/ports?device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => 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: 283/591] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/security-groups?id=80bf44e2-700a-4e2b-ad40-8b08a341ea90&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/592] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/ports?tenant_id=e539c1a26d274f9bb5f2f14b18458389&device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => generated 1242 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/593] 199.204.45.162 () {34 vars in 1018 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/networks?tenant_id=e539c1a26d274f9bb5f2f14b18458389&shared=False => generated 776 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/594] 199.204.45.162 () {34 vars in 930 bytes} [Thu Aug 13 02:22:53 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/595] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:53 2026] GET /v2.0/ports?device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/598] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:22:53 2026] GET /v2.0/security-groups?id=b04077ea-f9b0-4195-b890-2a35d5cd58cf&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: 285/599] 10.0.0.51 () {38 vars in 970 bytes} [Thu Aug 13 02:22:53 2026] POST /v2.0/security-groups => generated 1680 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/600] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:53 2026] GET /v2.0/ports?device_id=15329acd-e646-4584-acb5-7a8f783bae7f => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/601] 10.0.0.51 () {38 vars in 970 bytes} [Thu Aug 13 02:22:53 2026] POST /v2.0/security-groups => generated 1679 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/602] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:22:53 2026] GET /v2.0/security-groups?id=671f4c46-9da8-4ab3-a25c-43241d3aa132&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/603] 10.0.0.51 () {38 vars in 970 bytes} [Thu Aug 13 02:22:53 2026] POST /v2.0/security-groups => generated 1682 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/604] 10.0.0.51 () {34 vars in 1001 bytes} [Thu Aug 13 02:22:53 2026] GET /v2.0/security-groups?tenant_id=a7ea2d9835d14cefad18c173753587c7 => generated 7906 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/605] 10.0.0.51 () {34 vars in 990 bytes} [Thu Aug 13 02:22:53 2026] GET /v2.0/security-groups/25ad29e0-abb0-4d93-83cc-66fb28655bdf => generated 2922 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/606] 10.0.0.51 () {34 vars in 990 bytes} [Thu Aug 13 02:22:53 2026] GET /v2.0/security-groups/25ad29e0-abb0-4d93-83cc-66fb28655bdf => generated 2922 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/607] 10.0.0.51 () {34 vars in 990 bytes} [Thu Aug 13 02:22:53 2026] GET /v2.0/security-groups/7a33c167-5a07-446d-98d5-8c2952eeb51b => generated 1680 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/608] 10.0.0.51 () {36 vars in 1012 bytes} [Thu Aug 13 02:22:53 2026] DELETE /v2.0/security-groups/7a33c167-5a07-446d-98d5-8c2952eeb51b => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/609] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:53 2026] GET /v2.0/ports?device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:22:54.021 8 INFO neutron.api.v2.resource [req-0a33f343-c36e-4178-a942-f011364bf3e9 req-f3ae65d5-1106-4781-b29c-3c486df0fc35 59997fa8b0fa44a1af2f85cab0ccfe76 a7ea2d9835d14cefad18c173753587c7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 320/610] 10.0.0.51 () {34 vars in 990 bytes} [Thu Aug 13 02:22:54 2026] GET /v2.0/security-groups/7a33c167-5a07-446d-98d5-8c2952eeb51b => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/611] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:22:53 2026] GET /v2.0/security-groups?id=80bf44e2-700a-4e2b-ad40-8b08a341ea90&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/612] 10.0.0.51 () {34 vars in 990 bytes} [Thu Aug 13 02:22:54 2026] GET /v2.0/security-groups/8e08bd00-f633-466f-8da5-33196844269c => generated 1679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/613] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:22:54 2026] GET /v2.0/ports?tenant_id=e539c1a26d274f9bb5f2f14b18458389&device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => 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: 292/614] 10.0.0.51 () {36 vars in 1012 bytes} [Thu Aug 13 02:22:54 2026] DELETE /v2.0/security-groups/8e08bd00-f633-466f-8da5-33196844269c => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/615] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Aug 13 02:22:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=ac09d63a-9239-4007-900f-4c0bba83c4d6 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:22:54.190 7 INFO neutron.api.v2.resource [req-376635f9-d76c-4ee4-8174-b2f35dd07113 req-737bdf24-2f16-4ba4-9fee-654efb5f7f2c 59997fa8b0fa44a1af2f85cab0ccfe76 a7ea2d9835d14cefad18c173753587c7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 293/616] 10.0.0.51 () {34 vars in 990 bytes} [Thu Aug 13 02:22:54 2026] GET /v2.0/security-groups/8e08bd00-f633-466f-8da5-33196844269c => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/617] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:22:54 2026] GET /v2.0/subnets?id=32efa061-33a4-467a-96f8-48551e7a7108 => generated 698 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/618] 10.0.0.51 () {34 vars in 990 bytes} [Thu Aug 13 02:22:54 2026] GET /v2.0/security-groups/4ffff7b9-98ab-4871-b068-7ba7127a05cc => generated 1682 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/619] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:22:54 2026] GET /v2.0/ports?network_id=1447b833-99f3-4901-a280-68528b7b0caa&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/620] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:22:54 2026] GET /v2.0/networks/1447b833-99f3-4901-a280-68528b7b0caa?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/621] 10.0.0.51 () {36 vars in 1012 bytes} [Thu Aug 13 02:22:54 2026] DELETE /v2.0/security-groups/4ffff7b9-98ab-4871-b068-7ba7127a05cc => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:22:54.380 7 INFO neutron.api.v2.resource [req-37f9b039-5cff-42bb-9f13-4676eb8b76e1 req-cec69ffd-41ef-4269-9e1f-050fef8db806 59997fa8b0fa44a1af2f85cab0ccfe76 a7ea2d9835d14cefad18c173753587c7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 296/622] 10.0.0.51 () {34 vars in 990 bytes} [Thu Aug 13 02:22:54 2026] GET /v2.0/security-groups/4ffff7b9-98ab-4871-b068-7ba7127a05cc => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/623] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:22:54 2026] GET /v2.0/networks/1447b833-99f3-4901-a280-68528b7b0caa?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: 297/624] 10.0.0.51 () {34 vars in 1001 bytes} [Thu Aug 13 02:22:54 2026] GET /v2.0/security-groups?tenant_id=a7ea2d9835d14cefad18c173753587c7 => 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: 328/625] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:54 2026] GET /v2.0/ports?device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => generated 973 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/626] 10.0.0.51 () {34 vars in 990 bytes} [Thu Aug 13 02:22:54 2026] GET /v2.0/security-groups/25ad29e0-abb0-4d93-83cc-66fb28655bdf => generated 2922 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/627] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:22:54 2026] GET /v2.0/security-groups?id=b04077ea-f9b0-4195-b890-2a35d5cd58cf&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: 329/628] 10.0.0.51 () {34 vars in 990 bytes} [Thu Aug 13 02:22:54 2026] GET /v2.0/security-groups/25ad29e0-abb0-4d93-83cc-66fb28655bdf => generated 2922 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:22:54.567 7 INFO neutron.api.v2.resource [req-7131cdac-a7e1-4098-b199-5db559ab3d80 req-99f81afa-4ff6-496d-9bd8-cdff76b578d7 59997fa8b0fa44a1af2f85cab0ccfe76 a7ea2d9835d14cefad18c173753587c7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 300/629] 10.0.0.51 () {34 vars in 990 bytes} [Thu Aug 13 02:22:54 2026] GET /v2.0/security-groups/4ffff7b9-98ab-4871-b068-7ba7127a05cc => generated 146 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:22:54.604 8 INFO neutron.api.v2.resource [req-2184e911-0232-4dd9-ae2a-b49ad361c631 req-07cd1fbe-8ddc-42f9-b433-c20d7a06130a 59997fa8b0fa44a1af2f85cab0ccfe76 a7ea2d9835d14cefad18c173753587c7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 330/630] 10.0.0.51 () {34 vars in 990 bytes} [Thu Aug 13 02:22:54 2026] GET /v2.0/security-groups/8e08bd00-f633-466f-8da5-33196844269c => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:22:54.644 7 INFO neutron.api.v2.resource [req-40e8b624-a21e-4d76-99d3-ec26a652dd3c req-026def44-e3d8-48a7-8d71-80b3bd7419ea 59997fa8b0fa44a1af2f85cab0ccfe76 a7ea2d9835d14cefad18c173753587c7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 301/631] 10.0.0.51 () {34 vars in 990 bytes} [Thu Aug 13 02:22:54 2026] GET /v2.0/security-groups/7a33c167-5a07-446d-98d5-8c2952eeb51b => generated 146 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/632] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:54 2026] GET /v2.0/ports?device_id=15329acd-e646-4584-acb5-7a8f783bae7f => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/633] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:22:54 2026] GET /v2.0/security-groups?id=671f4c46-9da8-4ab3-a25c-43241d3aa132&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:22:55.063 7 INFO neutron_taas.services.taas.taas_plugin [None req-204199d3-d196-4c09-851b-18d59ca26337 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: 8bca8bd0-6710-4a0f-8152-23a2fbd8a761 2026-08-13 02:22:55.066 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-204199d3-d196-4c09-851b-18d59ca26337 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: 8bca8bd0-6710-4a0f-8152-23a2fbd8a761 [pid: 8|app: 0|req: 333/634] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:55 2026] GET /v2.0/ports?device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/635] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:22:55 2026] GET /v2.0/security-groups?id=80bf44e2-700a-4e2b-ad40-8b08a341ea90&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/636] 10.0.0.194 () {34 vars in 789 bytes} [Thu Aug 13 02:22:54 2026] PUT /v2.0/routers/394ae9ed-bbb7-44bd-b12b-3044445f2a17/remove_router_interface => generated 309 bytes in 850 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/637] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:55 2026] GET /v2.0/ports?device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:22:55.663 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed28eddd-13a3-47f6-9354-e7bb962f353c 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: d3bb5b3d-f41d-4bd5-b026-a3ee0124055c 2026-08-13 02:22:55.667 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed28eddd-13a3-47f6-9354-e7bb962f353c 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: d3bb5b3d-f41d-4bd5-b026-a3ee0124055c [pid: 7|app: 0|req: 304/638] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:22:55 2026] GET /v2.0/security-groups?id=b04077ea-f9b0-4195-b890-2a35d5cd58cf&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: 305/639] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:55 2026] GET /v2.0/ports?device_id=15329acd-e646-4584-acb5-7a8f783bae7f => generated 969 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/640] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:22:55 2026] GET /v2.0/security-groups?id=671f4c46-9da8-4ab3-a25c-43241d3aa132&fields=id&fields=name => generated 114 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/641] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:56 2026] GET /v2.0/ports?device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/642] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:22:56 2026] GET /v2.0/security-groups?id=80bf44e2-700a-4e2b-ad40-8b08a341ea90&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:22:56.475 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed28eddd-13a3-47f6-9354-e7bb962f353c 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: 7e98aa3b-3aaa-4271-9c3a-4e9e4f7005ba 2026-08-13 02:22:56.478 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed28eddd-13a3-47f6-9354-e7bb962f353c 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: 7e98aa3b-3aaa-4271-9c3a-4e9e4f7005ba 2026-08-13 02:22:56.546 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-ed28eddd-13a3-47f6-9354-e7bb962f353c 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - 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 2248, 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 649, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 309/643] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:56 2026] GET /v2.0/ports?device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => 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: 310/644] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:22:56 2026] GET /v2.0/security-groups?id=b04077ea-f9b0-4195-b890-2a35d5cd58cf&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:22:56.884 8 INFO neutron.db.l3_hamode_db [None req-ed28eddd-13a3-47f6-9354-e7bb962f353c 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] HA network e0e050e9-be6f-487f-ab21-a4c833a1608e was deleted as no HA routers are present in tenant a7ea2d9835d14cefad18c173753587c7. [pid: 8|app: 0|req: 335/645] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:22:55 2026] DELETE /v2.0/routers/394ae9ed-bbb7-44bd-b12b-3044445f2a17 => generated 0 bytes in 1377 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/646] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:22:56 2026] DELETE /v2.0/subnets/1bc44e21-38e8-484d-b969-46a2ac3a7875 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/647] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:22:57 2026] DELETE /v2.0/networks/23a3e03d-6bef-4d43-bcdd-cb75be7dfcca => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/648] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:22:57 2026] GET /v2.0/security-groups?tenant_id=a7ea2d9835d14cefad18c173753587c7&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/649] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:57 2026] GET /v2.0/ports?device_id=15329acd-e646-4584-acb5-7a8f783bae7f => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/650] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:22:57 2026] DELETE /v2.0/security-groups/25ad29e0-abb0-4d93-83cc-66fb28655bdf => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:22:57.411 8 INFO neutron.services.segments.plugin [-] Segment fe4845a0-1d7b-472c-a311-71042c104bc5 resource provider aggregate not found [pid: 7|app: 0|req: 314/651] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:22:57 2026] GET /v2.0/security-groups?id=671f4c46-9da8-4ab3-a25c-43241d3aa132&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:22:57.439 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment fe4845a0-1d7b-472c-a311-71042c104bc5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe4845a0-1d7b-472c-a311-71042c104bc5 found for delete ", "request_id": "req-fe1c455c-5d76-448c-a6e3-554d43fb6303"}]} 2026-08-13 02:22:57.441 8 INFO neutron.services.segments.plugin [-] Segment fe4845a0-1d7b-472c-a311-71042c104bc5 resource provider aggregate not found 2026-08-13 02:22:57.468 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment fe4845a0-1d7b-472c-a311-71042c104bc5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe4845a0-1d7b-472c-a311-71042c104bc5 found for delete ", "request_id": "req-0371d4bf-a77a-44a0-b817-4d1bb2121ad2"}]} [pid: 8|app: 0|req: 338/652] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:57 2026] GET /v2.0/ports?device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => generated 969 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/653] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:22:57 2026] GET /v2.0/security-groups?id=80bf44e2-700a-4e2b-ad40-8b08a341ea90&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/654] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:57 2026] GET /v2.0/ports?device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/655] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:22:57 2026] GET /v2.0/security-groups?id=b04077ea-f9b0-4195-b890-2a35d5cd58cf&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: 340/656] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:58 2026] GET /v2.0/ports?device_id=15329acd-e646-4584-acb5-7a8f783bae7f => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/657] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:22:58 2026] GET /v2.0/security-groups?id=671f4c46-9da8-4ab3-a25c-43241d3aa132&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/658] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:58 2026] GET /v2.0/ports?device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => 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: 318/659] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:22:58 2026] GET /v2.0/security-groups?id=80bf44e2-700a-4e2b-ad40-8b08a341ea90&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/660] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:59 2026] GET /v2.0/ports?device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/661] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:22:59 2026] GET /v2.0/security-groups?id=b04077ea-f9b0-4195-b890-2a35d5cd58cf&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:22:59.486 8 INFO neutron.services.segments.plugin [-] Segment 130018c1-9bec-4d69-af45-d80b45ef7977 resource provider aggregate not found 2026-08-13 02:22:59.491 8 INFO neutron.services.segments.plugin [-] Segment 130018c1-9bec-4d69-af45-d80b45ef7977 resource provider aggregate not found 2026-08-13 02:22:59.504 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 130018c1-9bec-4d69-af45-d80b45ef7977 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 130018c1-9bec-4d69-af45-d80b45ef7977 found for delete ", "request_id": "req-ec0ab0c1-c621-45e9-b284-45061ec25839"}]} 2026-08-13 02:22:59.521 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 130018c1-9bec-4d69-af45-d80b45ef7977 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 130018c1-9bec-4d69-af45-d80b45ef7977 found for delete ", "request_id": "req-04cf7ae3-80a4-4264-b6e6-08cf5cd5e8ce"}]} [pid: 8|app: 0|req: 343/662] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:59 2026] GET /v2.0/ports?device_id=15329acd-e646-4584-acb5-7a8f783bae7f => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/663] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:22:59 2026] GET /v2.0/security-groups?id=671f4c46-9da8-4ab3-a25c-43241d3aa132&fields=id&fields=name => generated 114 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/664] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:22:59 2026] GET /v2.0/ports?device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/665] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:22:59 2026] GET /v2.0/security-groups?id=80bf44e2-700a-4e2b-ad40-8b08a341ea90&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: 8|app: 0|req: 345/666] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:00 2026] GET /v2.0/ports?device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => 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: 322/667] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:00 2026] GET /v2.0/security-groups?id=b04077ea-f9b0-4195-b890-2a35d5cd58cf&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: 346/668] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:00 2026] GET /v2.0/ports?device_id=15329acd-e646-4584-acb5-7a8f783bae7f => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/669] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:00 2026] GET /v2.0/security-groups?id=671f4c46-9da8-4ab3-a25c-43241d3aa132&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/670] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:00 2026] GET /v2.0/ports?device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => 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: 324/671] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:00 2026] GET /v2.0/security-groups?id=80bf44e2-700a-4e2b-ad40-8b08a341ea90&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: 348/672] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:01 2026] GET /v2.0/ports?device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/673] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:01 2026] GET /v2.0/ports?device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/674] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:01 2026] GET /v2.0/security-groups?id=b04077ea-f9b0-4195-b890-2a35d5cd58cf&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 02:23:01.621 7 INFO neutron.db.l3_db [None req-93592f84-ea4c-4f19-9114-d9af11126f6a 6e406eb1d86148748593d1eac1fe8685 c155ed7d86c3460686ab7dbf10dfd6e8 - - default default] Floating IP 73b72a89-2d41-4eb9-9b00-c257d6ae0015 associated. External IP: 10.96.250.204, port: 6471cf84-421d-4584-b68d-2f20f1d229b0. [pid: 7|app: 0|req: 325/675] 10.0.0.194 () {34 vars in 749 bytes} [Thu Aug 13 02:23:01 2026] PUT /v2.0/floatingips/73b72a89-2d41-4eb9-9b00-c257d6ae0015 => generated 855 bytes in 727 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:23:01.916 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b2a7c6a9-275f-4561-9f7c-b196aac75829'] response: {'name': 'network-changed', 'server_uuid': '7d1fc573-d5a4-460f-946f-fca8a2a02844', 'tag': '6471cf84-421d-4584-b68d-2f20f1d229b0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 351/676] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:01 2026] GET /v2.0/ports?device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/677] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:01 2026] GET /v2.0/security-groups?id=80bf44e2-700a-4e2b-ad40-8b08a341ea90&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/678] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:02 2026] GET /v2.0/ports?device_id=15329acd-e646-4584-acb5-7a8f783bae7f => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/679] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:02 2026] GET /v2.0/security-groups?id=671f4c46-9da8-4ab3-a25c-43241d3aa132&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/680] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:23:02 2026] GET /v2.0/ports?tenant_id=c155ed7d86c3460686ab7dbf10dfd6e8&device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/681] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:23:02 2026] GET /v2.0/networks?id=06287bd2-6164-4591-9860-ad5f381e214d => generated 779 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/682] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:02 2026] GET /v2.0/ports?device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/683] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:02 2026] GET /v2.0/security-groups?id=b04077ea-f9b0-4195-b890-2a35d5cd58cf&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: 329/684] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:23:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=6471cf84-421d-4584-b68d-2f20f1d229b0 => generated 858 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/685] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:23:02 2026] GET /v2.0/subnets?id=022a3fcf-76da-4635-bd36-6c90af9b7b17 => generated 701 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/686] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:23:02 2026] GET /v2.0/ports?network_id=06287bd2-6164-4591-9860-ad5f381e214d&device_owner=network%3Adhcp => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/687] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:23:02 2026] GET /v2.0/networks/06287bd2-6164-4591-9860-ad5f381e214d?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: 331/688] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:23:02 2026] GET /v2.0/networks/06287bd2-6164-4591-9860-ad5f381e214d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/689] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:03 2026] GET /v2.0/ports?device_id=15329acd-e646-4584-acb5-7a8f783bae7f => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/690] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:03 2026] GET /v2.0/security-groups?id=671f4c46-9da8-4ab3-a25c-43241d3aa132&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/691] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:03 2026] GET /v2.0/ports?device_id=15329acd-e646-4584-acb5-7a8f783bae7f => generated 971 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/692] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:23:03 2026] GET /v2.0/security-groups?tenant_id=c55f3a79611646db8a9fea44acda1fef&name=default => generated 2925 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/693] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:23:03 2026] DELETE /v2.0/security-groups/d0ca2762-5b5e-4005-ae76-461655a1867b => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/694] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:03 2026] GET /v2.0/ports?device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/695] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:03 2026] GET /v2.0/security-groups?id=b04077ea-f9b0-4195-b890-2a35d5cd58cf&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:23:03.802 7 INFO neutron.db.l3_db [None req-12b7d1a9-2946-4942-a0a6-ea51607dbeab 9dc0d6939ef34bd9a3767ac0fb75ae29 4a7b32eda1924836988d39c41182b084 - - default default] Floating IP c2760c56-8b78-4ccf-905d-dd71c05ee616 associated. External IP: 10.96.250.209, port: ca08cee8-7dc3-40c4-9895-5357170fc1a4. [pid: 8|app: 0|req: 363/696] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:23:03 2026] GET /v2.0/security-groups?tenant_id=eea9787902fe41e08b4a5d8ab76f54c4&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/697] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:23:03 2026] DELETE /v2.0/security-groups/3b53a595-11ae-4804-9e99-6ca81d728102 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/698] 10.0.0.194 () {34 vars in 749 bytes} [Thu Aug 13 02:23:03 2026] PUT /v2.0/floatingips/c2760c56-8b78-4ccf-905d-dd71c05ee616 => generated 855 bytes in 677 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:23:04.196 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-22825264-99e2-4508-b3b5-2a3bae30d9d7'] response: {'name': 'network-changed', 'server_uuid': '15329acd-e646-4584-acb5-7a8f783bae7f', 'tag': 'ca08cee8-7dc3-40c4-9895-5357170fc1a4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 365/699] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:04 2026] GET /v2.0/ports?device_id=15329acd-e646-4584-acb5-7a8f783bae7f => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/700] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:04 2026] GET /v2.0/security-groups?id=671f4c46-9da8-4ab3-a25c-43241d3aa132&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: 336/701] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:04 2026] GET /v2.0/ports?device_id=15329acd-e646-4584-acb5-7a8f783bae7f => 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: 366/702] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:23:04 2026] GET /v2.0/ports?tenant_id=4a7b32eda1924836988d39c41182b084&device_id=15329acd-e646-4584-acb5-7a8f783bae7f => generated 1240 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/703] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:04 2026] GET /v2.0/security-groups?id=671f4c46-9da8-4ab3-a25c-43241d3aa132&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/704] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:23:04 2026] GET /v2.0/networks?id=49d526fb-87c7-4f8f-b788-7fe4dc81c1cb => generated 765 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/705] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:23:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=ca08cee8-7dc3-40c4-9895-5357170fc1a4 => 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: 368/706] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:23:04 2026] GET /v2.0/subnets?id=3532b2f1-8bd4-4b6b-9b14-445f7274cf4f => generated 687 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/707] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:04 2026] GET /v2.0/ports?device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/708] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:23:04 2026] GET /v2.0/ports?network_id=49d526fb-87c7-4f8f-b788-7fe4dc81c1cb&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: 340/709] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:04 2026] GET /v2.0/security-groups?id=b04077ea-f9b0-4195-b890-2a35d5cd58cf&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/710] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:23:05 2026] GET /v2.0/networks/49d526fb-87c7-4f8f-b788-7fe4dc81c1cb?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/711] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:23:05 2026] GET /v2.0/networks/49d526fb-87c7-4f8f-b788-7fe4dc81c1cb?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: 371/712] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:05 2026] GET /v2.0/ports?device_id=15329acd-e646-4584-acb5-7a8f783bae7f => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/713] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:05 2026] GET /v2.0/security-groups?id=671f4c46-9da8-4ab3-a25c-43241d3aa132&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: 372/714] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:06 2026] GET /v2.0/ports?device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/715] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:06 2026] GET /v2.0/security-groups?id=b04077ea-f9b0-4195-b890-2a35d5cd58cf&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: 373/716] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:06 2026] GET /v2.0/ports?device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:23:06.739 7 INFO neutron.db.l3_db [None req-516efa54-25a9-4f33-bbfc-a863720ad37b 6f69976d8bc943f98d8630201b427a6a e539c1a26d274f9bb5f2f14b18458389 - - default default] Floating IP 0061ad1c-86c3-4e6f-a63a-c5fdcc4b34f6 associated. External IP: 10.96.250.208, port: ac09d63a-9239-4007-900f-4c0bba83c4d6. [pid: 7|app: 0|req: 344/717] 10.0.0.194 () {34 vars in 749 bytes} [Thu Aug 13 02:23:06 2026] PUT /v2.0/floatingips/0061ad1c-86c3-4e6f-a63a-c5fdcc4b34f6 => generated 856 bytes in 767 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:23:07.120 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-359cd59f-fef4-483e-a645-441fbd63de36'] response: {'name': 'network-changed', 'server_uuid': '4d856094-2e49-4f8a-bd6e-e82a40cea171', 'tag': 'ac09d63a-9239-4007-900f-4c0bba83c4d6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 374/718] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:07 2026] GET /v2.0/ports?device_id=15329acd-e646-4584-acb5-7a8f783bae7f => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/719] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:07 2026] GET /v2.0/security-groups?id=671f4c46-9da8-4ab3-a25c-43241d3aa132&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: 345/720] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:07 2026] GET /v2.0/ports?device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/721] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:07 2026] GET /v2.0/security-groups?id=b04077ea-f9b0-4195-b890-2a35d5cd58cf&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/722] 199.204.45.162 () {34 vars in 994 bytes} [Thu Aug 13 02:23:07 2026] GET /v2.0/ports?device_id=15329acd-e646-4584-acb5-7a8f783bae7f => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:23:07.422 7 INFO neutron_taas.services.taas.taas_plugin [req-5ceb59a9-5f03-4ee9-900f-f0836c8ae845 req-c62e0d6f-3f18-4f20-94f2-b88b24210e73 9dc0d6939ef34bd9a3767ac0fb75ae29 4a7b32eda1924836988d39c41182b084 - - default default] TaaS: Handle Delete Port: ca08cee8-7dc3-40c4-9895-5357170fc1a4 2026-08-13 02:23:07.434 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5ceb59a9-5f03-4ee9-900f-f0836c8ae845 req-c62e0d6f-3f18-4f20-94f2-b88b24210e73 9dc0d6939ef34bd9a3767ac0fb75ae29 4a7b32eda1924836988d39c41182b084 - - default default] Tap Mirror: Handle Delete Port: ca08cee8-7dc3-40c4-9895-5357170fc1a4 2026-08-13 02:23:07.616 7 INFO neutron.db.l3_db [req-5ceb59a9-5f03-4ee9-900f-f0836c8ae845 req-c62e0d6f-3f18-4f20-94f2-b88b24210e73 9dc0d6939ef34bd9a3767ac0fb75ae29 4a7b32eda1924836988d39c41182b084 - - default default] Floating IP c2760c56-8b78-4ccf-905d-dd71c05ee616 disassociated. External IP: 10.96.250.209, port: ca08cee8-7dc3-40c4-9895-5357170fc1a4. [pid: 8|app: 0|req: 377/723] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:23:07 2026] GET /v2.0/ports?tenant_id=e539c1a26d274f9bb5f2f14b18458389&device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/724] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:07 2026] GET /v2.0/ports?device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/725] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:23:07 2026] GET /v2.0/networks?id=1447b833-99f3-4901-a280-68528b7b0caa => generated 776 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/726] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:07 2026] GET /v2.0/security-groups?id=b04077ea-f9b0-4195-b890-2a35d5cd58cf&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/727] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Aug 13 02:23:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=ac09d63a-9239-4007-900f-4c0bba83c4d6 => generated 859 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/728] 199.204.45.162 () {36 vars in 997 bytes} [Thu Aug 13 02:23:07 2026] DELETE /v2.0/ports/ca08cee8-7dc3-40c4-9895-5357170fc1a4 => generated 0 bytes in 641 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/729] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:23:07 2026] GET /v2.0/subnets?id=32efa061-33a4-467a-96f8-48551e7a7108 => generated 698 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/730] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:23:07 2026] GET /v2.0/ports?network_id=1447b833-99f3-4901-a280-68528b7b0caa&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: 383/731] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:23:07 2026] GET /v2.0/networks/1447b833-99f3-4901-a280-68528b7b0caa?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: 349/732] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:23:08 2026] GET /v2.0/networks/1447b833-99f3-4901-a280-68528b7b0caa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/735] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:08 2026] GET /v2.0/ports?device_id=15329acd-e646-4584-acb5-7a8f783bae7f => 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: 352/736] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:08 2026] GET /v2.0/ports?device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => 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: 385/737] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:08 2026] GET /v2.0/security-groups?id=b04077ea-f9b0-4195-b890-2a35d5cd58cf&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 02:23:09.164 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9eef93f7-32e9-4d2f-8d88-f6e4e5a72868'] response: {'server_uuid': '15329acd-e646-4584-acb5-7a8f783bae7f', 'name': 'network-vif-deleted', 'tag': 'ca08cee8-7dc3-40c4-9895-5357170fc1a4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 353/738] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:09 2026] GET /v2.0/ports?device_id=15329acd-e646-4584-acb5-7a8f783bae7f => 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: 386/739] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:23:09 2026] GET /v2.0/security-groups?tenant_id=88de07cd1d9340248e4bbeb0e0c60115&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: 354/740] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:23:09 2026] DELETE /v2.0/security-groups/b23f90b4-a5e1-4fd5-abe0-9ccc15edad2a => 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: 387/741] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:10 2026] GET /v2.0/ports?device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => 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: 388/742] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:10 2026] GET /v2.0/security-groups?id=b04077ea-f9b0-4195-b890-2a35d5cd58cf&fields=id&fields=name => generated 113 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/743] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:23:10 2026] GET /v2.0/security-groups?tenant_id=96f4943629bc4cbfba70d87f49aa0350&name=default => generated 2925 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/744] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:23:10 2026] DELETE /v2.0/security-groups/1a4c1ccd-5ff0-4524-8a05-af8b73f48cfe => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/745] 199.204.45.162 () {34 vars in 994 bytes} [Thu Aug 13 02:23:10 2026] GET /v2.0/ports?device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:23:10.644 8 INFO neutron_taas.services.taas.taas_plugin [req-0b78eb98-59b2-4981-a01c-3202f220b258 req-75dccee8-0c30-4153-873b-6e86e5139f70 6f69976d8bc943f98d8630201b427a6a e539c1a26d274f9bb5f2f14b18458389 - - default default] TaaS: Handle Delete Port: ac09d63a-9239-4007-900f-4c0bba83c4d6 2026-08-13 02:23:10.649 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0b78eb98-59b2-4981-a01c-3202f220b258 req-75dccee8-0c30-4153-873b-6e86e5139f70 6f69976d8bc943f98d8630201b427a6a e539c1a26d274f9bb5f2f14b18458389 - - default default] Tap Mirror: Handle Delete Port: ac09d63a-9239-4007-900f-4c0bba83c4d6 2026-08-13 02:23:10.839 8 INFO neutron.db.l3_db [req-0b78eb98-59b2-4981-a01c-3202f220b258 req-75dccee8-0c30-4153-873b-6e86e5139f70 6f69976d8bc943f98d8630201b427a6a e539c1a26d274f9bb5f2f14b18458389 - - default default] Floating IP 0061ad1c-86c3-4e6f-a63a-c5fdcc4b34f6 disassociated. External IP: 10.96.250.208, port: ac09d63a-9239-4007-900f-4c0bba83c4d6. [pid: 7|app: 0|req: 357/746] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:10 2026] GET /v2.0/ports?device_id=15329acd-e646-4584-acb5-7a8f783bae7f => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/747] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:11 2026] GET /v2.0/ports?device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => 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: 390/748] 199.204.45.162 () {36 vars in 997 bytes} [Thu Aug 13 02:23:10 2026] DELETE /v2.0/ports/ac09d63a-9239-4007-900f-4c0bba83c4d6 => generated 0 bytes in 832 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:23:11.274 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e485a6e8-4ca8-479d-9b27-e34f72fd6e83'] response: {'server_uuid': '4d856094-2e49-4f8a-bd6e-e82a40cea171', 'name': 'network-vif-deleted', 'tag': 'ac09d63a-9239-4007-900f-4c0bba83c4d6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 359/749] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:23:11 2026] DELETE /v2.0/security-groups/671f4c46-9da8-4ab3-a25c-43241d3aa132 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:23:12.112 8 INFO neutron.api.v2.resource [None req-b109621a-6d36-4eab-8cdb-a25161965078 9dc0d6939ef34bd9a3767ac0fb75ae29 4a7b32eda1924836988d39c41182b084 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 391/750] 10.0.0.194 () {32 vars in 737 bytes} [Thu Aug 13 02:23:12 2026] GET /v2.0/security-groups/671f4c46-9da8-4ab3-a25c-43241d3aa132 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:23:12.260 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6a06e3a-c320-4eeb-962d-2e6592d819a7 9dc0d6939ef34bd9a3767ac0fb75ae29 4a7b32eda1924836988d39c41182b084 - - default default] TaaS: Handle Delete Port: 7295f006-6a80-4c7d-80ce-3bd765a3889c 2026-08-13 02:23:12.267 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6a06e3a-c320-4eeb-962d-2e6592d819a7 9dc0d6939ef34bd9a3767ac0fb75ae29 4a7b32eda1924836988d39c41182b084 - - default default] Tap Mirror: Handle Delete Port: 7295f006-6a80-4c7d-80ce-3bd765a3889c [pid: 8|app: 0|req: 392/751] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:12 2026] GET /v2.0/ports?device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => 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: 360/752] 10.0.0.194 () {32 vars in 732 bytes} [Thu Aug 13 02:23:12 2026] DELETE /v2.0/floatingips/c2760c56-8b78-4ccf-905d-dd71c05ee616 => generated 0 bytes in 349 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:23:12.800 8 INFO neutron_taas.services.taas.taas_plugin [None req-9a86b9f7-db35-4cef-8740-1d02612f0a28 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: e531be4e-0420-4ff2-a054-2ea8e1ebb479 2026-08-13 02:23:12.803 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a86b9f7-db35-4cef-8740-1d02612f0a28 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: e531be4e-0420-4ff2-a054-2ea8e1ebb479 [pid: 8|app: 0|req: 393/753] 10.0.0.194 () {34 vars in 789 bytes} [Thu Aug 13 02:23:12 2026] PUT /v2.0/routers/a5c4e8b9-1363-4971-8d8d-9069fcd4f8e1/remove_router_interface => generated 309 bytes in 755 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:23:13.517 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c81dc5a-ec01-4779-b55b-00ff3194812b 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: 5e031a51-8607-4ef4-b485-c0d5a1fbd25b 2026-08-13 02:23:13.520 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c81dc5a-ec01-4779-b55b-00ff3194812b 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: 5e031a51-8607-4ef4-b485-c0d5a1fbd25b [pid: 8|app: 0|req: 394/754] 10.0.0.55 () {34 vars in 989 bytes} [Thu Aug 13 02:23:13 2026] GET /v2.0/ports?device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => generated 1240 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/755] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:13 2026] GET /v2.0/ports?device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:23:13.768 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c81dc5a-ec01-4779-b55b-00ff3194812b 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: 60d2334a-2365-4c95-b257-ef219f85b9b1 2026-08-13 02:23:13.772 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c81dc5a-ec01-4779-b55b-00ff3194812b 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: 60d2334a-2365-4c95-b257-ef219f85b9b1 [pid: 8|app: 0|req: 396/756] 10.0.0.55 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:13 2026] GET /v2.0/security-groups?id=80bf44e2-700a-4e2b-ad40-8b08a341ea90&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:23:14.101 7 INFO neutron.services.segments.plugin [-] Segment 1d38b8b5-9fab-457d-bd00-f4f2bfd4c79a resource provider aggregate not found 2026-08-13 02:23:14.107 7 INFO neutron.services.segments.plugin [-] Segment 1d38b8b5-9fab-457d-bd00-f4f2bfd4c79a resource provider aggregate not found 2026-08-13 02:23:14.119 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1d38b8b5-9fab-457d-bd00-f4f2bfd4c79a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d38b8b5-9fab-457d-bd00-f4f2bfd4c79a found for delete ", "request_id": "req-76b75775-46fc-4da3-9ede-aa26f04546b1"}]} 2026-08-13 02:23:14.123 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1d38b8b5-9fab-457d-bd00-f4f2bfd4c79a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d38b8b5-9fab-457d-bd00-f4f2bfd4c79a found for delete ", "request_id": "req-2b882d56-65d8-40e7-9f84-d4ddfc826567"}]} 2026-08-13 02:23:14.139 7 INFO neutron.db.l3_hamode_db [None req-6c81dc5a-ec01-4779-b55b-00ff3194812b 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] HA network ed78c39c-fd8c-4ce7-bc0e-847a7bd8b9e1 was deleted as no HA routers are present in tenant 4a7b32eda1924836988d39c41182b084. [pid: 7|app: 0|req: 361/757] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:23:13 2026] DELETE /v2.0/routers/a5c4e8b9-1363-4971-8d8d-9069fcd4f8e1 => generated 0 bytes in 909 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/758] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:23:14 2026] DELETE /v2.0/subnets/3532b2f1-8bd4-4b6b-9b14-445f7274cf4f => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:23:14.443 7 INFO neutron_taas.services.taas.taas_plugin [None req-25dbf175-719b-48d3-bd5d-d8dee3a078e9 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: 15c907b5-4890-43b2-9f43-b56098e050ac 2026-08-13 02:23:14.446 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25dbf175-719b-48d3-bd5d-d8dee3a078e9 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: 15c907b5-4890-43b2-9f43-b56098e050ac [pid: 7|app: 0|req: 362/759] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:23:14 2026] DELETE /v2.0/networks/49d526fb-87c7-4f8f-b788-7fe4dc81c1cb => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/760] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:14 2026] GET /v2.0/ports?device_id=4d856094-2e49-4f8a-bd6e-e82a40cea171 => 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: 363/761] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:23:14 2026] GET /v2.0/security-groups?tenant_id=4a7b32eda1924836988d39c41182b084&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/762] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:23:14 2026] DELETE /v2.0/security-groups/b4badcb3-7fc5-464a-9172-f37993f3cc42 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/763] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:23:15 2026] DELETE /v2.0/security-groups/b04077ea-f9b0-4195-b890-2a35d5cd58cf => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:23:16.003 8 INFO neutron.api.v2.resource [None req-bab2ccfd-f67b-4c77-bf9b-f5109c5ed6fd 6f69976d8bc943f98d8630201b427a6a e539c1a26d274f9bb5f2f14b18458389 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 400/764] 10.0.0.194 () {32 vars in 737 bytes} [Thu Aug 13 02:23:15 2026] GET /v2.0/security-groups/b04077ea-f9b0-4195-b890-2a35d5cd58cf => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:23:16.118 7 INFO neutron_taas.services.taas.taas_plugin [None req-a44919a9-58b5-463d-b79a-ce2417710913 6f69976d8bc943f98d8630201b427a6a e539c1a26d274f9bb5f2f14b18458389 - - default default] TaaS: Handle Delete Port: 34c82223-bf22-45b4-937c-9836d97f95fe 2026-08-13 02:23:16.138 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a44919a9-58b5-463d-b79a-ce2417710913 6f69976d8bc943f98d8630201b427a6a e539c1a26d274f9bb5f2f14b18458389 - - default default] Tap Mirror: Handle Delete Port: 34c82223-bf22-45b4-937c-9836d97f95fe 2026-08-13 02:23:16.149 7 INFO neutron.services.segments.plugin [-] Segment ef988b78-1846-42c4-ae25-656b318fc8f9 resource provider aggregate not found 2026-08-13 02:23:16.153 7 INFO neutron.services.segments.plugin [-] Segment ef988b78-1846-42c4-ae25-656b318fc8f9 resource provider aggregate not found 2026-08-13 02:23:16.174 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ef988b78-1846-42c4-ae25-656b318fc8f9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef988b78-1846-42c4-ae25-656b318fc8f9 found for delete ", "request_id": "req-6aa68304-fade-4786-b6a6-486c575eefb7"}]} 2026-08-13 02:23:16.187 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ef988b78-1846-42c4-ae25-656b318fc8f9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef988b78-1846-42c4-ae25-656b318fc8f9 found for delete ", "request_id": "req-05d4c844-1171-4496-a053-3c79cd99c918"}]} [pid: 7|app: 0|req: 365/765] 10.0.0.194 () {32 vars in 732 bytes} [Thu Aug 13 02:23:16 2026] DELETE /v2.0/floatingips/0061ad1c-86c3-4e6f-a63a-c5fdcc4b34f6 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:23:16.681 8 INFO neutron_taas.services.taas.taas_plugin [None req-4e755ee6-53c6-4502-aa43-4212303f8177 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: 38af446b-f754-4762-958e-e7defbedb6b2 2026-08-13 02:23:16.683 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e755ee6-53c6-4502-aa43-4212303f8177 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: 38af446b-f754-4762-958e-e7defbedb6b2 [pid: 7|app: 0|req: 366/766] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:23:16 2026] GET /v2.0/security-groups?tenant_id=0d92cefaec0a4c6b9a873a56dc052fca&name=default => generated 2925 bytes in 445 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/767] 10.0.0.194 () {34 vars in 789 bytes} [Thu Aug 13 02:23:16 2026] PUT /v2.0/routers/d1588245-c7b9-4b74-b08e-8d8368e66cd8/remove_router_interface => generated 309 bytes in 876 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/768] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:23:17 2026] DELETE /v2.0/security-groups/efbf097e-65fe-4d8a-aee2-a4d147926018 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:23:17.340 7 INFO neutron.db.segments_db [None req-b94c4d71-0e61-4a41-8d3a-ddfada9e5d74 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Added segment 5e1d5a2e-a5dc-4709-808e-95900507fd2b of type vxlan for network 60180fc3-671c-497c-8e5d-62542818c536 [pid: 7|app: 0|req: 367/769] 10.0.0.194 () {34 vars in 671 bytes} [Thu Aug 13 02:23:17 2026] POST /v2.0/networks => generated 744 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:23:17.543 8 INFO neutron_taas.services.taas.taas_plugin [None req-a4339223-eb4e-45cb-9546-cd39fe4e4f83 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: f59443f6-68ff-4581-a033-7457eaaf8087 2026-08-13 02:23:17.545 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4339223-eb4e-45cb-9546-cd39fe4e4f83 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: f59443f6-68ff-4581-a033-7457eaaf8087 [pid: 7|app: 0|req: 368/770] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:23:17 2026] GET /v2.0/security-groups?tenant_id=a1bd1763cff048cea73b95c8d73b6af5&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/771] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:23:17 2026] POST /v2.0/subnets => generated 691 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:23:17.780 8 INFO neutron_taas.services.taas.taas_plugin [None req-a4339223-eb4e-45cb-9546-cd39fe4e4f83 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: 579c5bf5-4653-493d-9f95-8f6628735d51 2026-08-13 02:23:17.783 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4339223-eb4e-45cb-9546-cd39fe4e4f83 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: 579c5bf5-4653-493d-9f95-8f6628735d51 [pid: 7|app: 0|req: 370/772] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:23:17 2026] DELETE /v2.0/security-groups/d8c5bbe2-37c1-4e26-a10f-bc5e45324792 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:23:17.896 7 INFO neutron.db.segments_db [None req-1da480fa-47e4-4574-884c-506856aa00a0 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Added segment 74ab32a2-3b4a-498c-b636-2c0ed6a20076 of type vxlan for network cfee2bbe-649d-46f6-b495-f3193e92cdf3 2026-08-13 02:23:18.137 8 INFO neutron.services.segments.plugin [-] Segment cf29c991-2147-4d41-9799-337612078601 resource provider aggregate not found 2026-08-13 02:23:18.140 8 INFO neutron.services.segments.plugin [-] Segment cf29c991-2147-4d41-9799-337612078601 resource provider aggregate not found 2026-08-13 02:23:18.150 7 INFO neutron.db.l3_hamode_db [None req-1da480fa-47e4-4574-884c-506856aa00a0 466cbdec0e7e442f942f0fefb75815bb a9b3b41a1b7a47749cb3e92c01bf5df8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:23:18.157 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment cf29c991-2147-4d41-9799-337612078601 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf29c991-2147-4d41-9799-337612078601 found for delete ", "request_id": "req-1308ed4d-b1ff-45a2-a253-d5522ce66342"}]} 2026-08-13 02:23:18.158 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment cf29c991-2147-4d41-9799-337612078601 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf29c991-2147-4d41-9799-337612078601 found for delete ", "request_id": "req-0ff3618b-8558-4dee-81a3-6298b28c7bb6"}]} 2026-08-13 02:23:18.164 8 INFO neutron.db.l3_hamode_db [None req-a4339223-eb4e-45cb-9546-cd39fe4e4f83 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] HA network 58ba5532-4283-4635-85fa-35755dea1a2e was deleted as no HA routers are present in tenant e539c1a26d274f9bb5f2f14b18458389. [pid: 8|app: 0|req: 403/773] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:23:17 2026] DELETE /v2.0/routers/d1588245-c7b9-4b74-b08e-8d8368e66cd8 => generated 0 bytes in 844 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/774] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:23:18 2026] DELETE /v2.0/subnets/32efa061-33a4-467a-96f8-48551e7a7108 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:23:18.378 8 INFO neutron_taas.services.taas.taas_plugin [None req-f08237dc-4081-4974-87a8-7c6138ef1acf 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: 6674203a-e674-4b74-a06e-13a5aafc4153 2026-08-13 02:23:18.380 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f08237dc-4081-4974-87a8-7c6138ef1acf 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: 6674203a-e674-4b74-a06e-13a5aafc4153 [pid: 8|app: 0|req: 405/775] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:23:18 2026] DELETE /v2.0/networks/1447b833-99f3-4901-a280-68528b7b0caa => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/776] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:23:18 2026] GET /v2.0/security-groups?tenant_id=e539c1a26d274f9bb5f2f14b18458389&name=default => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/777] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:23:18 2026] DELETE /v2.0/security-groups/844a9ddc-6c67-43d7-9306-b3e52caaaf15 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:23:18.914 7 INFO neutron.db.l3_hamode_db [None req-1da480fa-47e4-4574-884c-506856aa00a0 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 371/778] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:23:17 2026] POST /v2.0/routers => generated 731 bytes in 1987 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:23:20.182 8 INFO neutron.services.segments.plugin [-] Segment d4b5e312-f3cb-4d88-b82d-bfc19730f1e0 resource provider aggregate not found 2026-08-13 02:23:20.189 8 INFO neutron.services.segments.plugin [-] Segment d4b5e312-f3cb-4d88-b82d-bfc19730f1e0 resource provider aggregate not found 2026-08-13 02:23:20.196 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d4b5e312-f3cb-4d88-b82d-bfc19730f1e0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4b5e312-f3cb-4d88-b82d-bfc19730f1e0 found for delete ", "request_id": "req-5e8fdde7-2b91-40c3-984f-25db6bdf8c51"}]} 2026-08-13 02:23:20.209 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d4b5e312-f3cb-4d88-b82d-bfc19730f1e0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4b5e312-f3cb-4d88-b82d-bfc19730f1e0 found for delete ", "request_id": "req-34457919-dac2-48b1-af87-466d93d115cd"}]} 2026-08-13 02:23:20.788 7 INFO neutron.db.segments_db [None req-5b837ec2-68b4-41d1-ae6d-afd9387b44ef 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Added segment 0f812985-2101-4224-bf9b-690b0f347f45 of type vxlan for network 637531fb-13f9-4d6f-95da-4c63963e6bb6 [pid: 7|app: 0|req: 372/779] 10.0.0.194 () {34 vars in 671 bytes} [Thu Aug 13 02:23:20 2026] POST /v2.0/networks => generated 744 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/780] 10.0.0.194 () {34 vars in 783 bytes} [Thu Aug 13 02:23:19 2026] PUT /v2.0/routers/7cdd9266-506e-45d2-9e58-62316cdd2216/add_router_interface => generated 309 bytes in 1179 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/781] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:23:20 2026] POST /v2.0/subnets => generated 691 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:23:21.140 8 INFO neutron.db.segments_db [None req-3cdfedd4-5592-4a3a-8f6d-05dd8644f87a 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Added segment 19ab69ca-bd0b-4e60-b74a-d57a6e913950 of type vxlan for network 746c3574-9c92-4500-863e-ad851bf8fb8b 2026-08-13 02:23:21.387 8 INFO neutron.db.l3_hamode_db [None req-3cdfedd4-5592-4a3a-8f6d-05dd8644f87a 466cbdec0e7e442f942f0fefb75815bb 3836050fd4254e9992a27f5ea03021b1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 374/782] 10.0.0.194 () {34 vars in 685 bytes} [Thu Aug 13 02:23:21 2026] POST /v2.0/security-groups => generated 1660 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/783] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:23:21 2026] GET /v2.0/security-groups?tenant_id=6a2d694e79494a5ba08c02b51fc7345c&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:23:22.103 8 INFO neutron.db.l3_hamode_db [None req-3cdfedd4-5592-4a3a-8f6d-05dd8644f87a 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 376/784] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:23:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/785] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:23:22 2026] DELETE /v2.0/security-groups/c0470b79-3423-4731-938b-a613f8d78888 => 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: 378/786] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:23:22 2026] POST /v2.0/security-group-rules => generated 602 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/787] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:23:22 2026] GET /v2.0/security-groups?tenant_id=49aa73797592433a970ca51663668d51&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/788] 10.0.0.194 () {34 vars in 676 bytes} [Thu Aug 13 02:23:22 2026] POST /v2.0/floatingips => generated 552 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/789] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:23:23 2026] DELETE /v2.0/security-groups/b872de4b-cabb-4784-8863-0a6237007262 => 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: 409/792] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:23:21 2026] POST /v2.0/routers => generated 731 bytes in 2523 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/793] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:23 2026] GET /v2.0/ports?device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/794] 10.0.0.51 () {34 vars in 970 bytes} [Thu Aug 13 02:23:23 2026] GET /v2.0/ports/6471cf84-421d-4584-b68d-2f20f1d229b0 => generated 968 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/795] 10.0.0.51 () {34 vars in 1099 bytes} [Thu Aug 13 02:23:23 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1635369959&fields=id&tenant_id=a9b3b41a1b7a47749cb3e92c01bf5df8 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/796] 10.0.0.51 () {34 vars in 981 bytes} [Thu Aug 13 02:23:23 2026] GET /v2.0/networks?id=60180fc3-671c-497c-8e5d-62542818c536 => generated 676 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/797] 10.0.0.51 () {34 vars in 964 bytes} [Thu Aug 13 02:23:24 2026] GET /v2.0/quotas/a9b3b41a1b7a47749cb3e92c01bf5df8 => 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: 415/798] 10.0.0.51 () {34 vars in 1001 bytes} [Thu Aug 13 02:23:24 2026] GET /v2.0/ports?tenant_id=a9b3b41a1b7a47749cb3e92c01bf5df8&fields=id => generated 103 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/799] 10.0.0.51 () {34 vars in 906 bytes} [Thu Aug 13 02:23:24 2026] GET /v2.0/extensions => generated 21537 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/800] 199.204.45.162 () {34 vars in 1000 bytes} [Thu Aug 13 02:23:24 2026] GET /v2.0/subnets?network_id=06287bd2-6164-4591-9860-ad5f381e214d => generated 683 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/801] 10.0.0.51 () {34 vars in 1007 bytes} [Thu Aug 13 02:23:24 2026] GET /v2.0/networks/60180fc3-671c-497c-8e5d-62542818c536?fields=segments => generated 14 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/802] 199.204.45.162 () {34 vars in 1146 bytes} [Thu Aug 13 02:23:24 2026] GET /v2.0/ports?device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844&device_owner=compute%3Anova&network_id=06287bd2-6164-4591-9860-ad5f381e214d => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/803] 10.0.0.194 () {34 vars in 783 bytes} [Thu Aug 13 02:23:23 2026] PUT /v2.0/routers/47f010d3-d618-49ef-9a01-0ff3c6f1ed30/add_router_interface => generated 309 bytes in 1244 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/804] 10.0.0.51 () {34 vars in 1107 bytes} [Thu Aug 13 02:23:24 2026] GET /v2.0/networks/60180fc3-671c-497c-8e5d-62542818c536?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/805] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:25 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => 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: 385/806] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Aug 13 02:23:24 2026] PUT /v2.0/ports/6471cf84-421d-4584-b68d-2f20f1d229b0 => generated 1149 bytes in 711 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:23:25.625 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-01607c22-a565-4e3c-927a-656c4ac7f43a'] response: {'name': 'network-changed', 'server_uuid': '7d1fc573-d5a4-460f-946f-fca8a2a02844', 'tag': '6471cf84-421d-4584-b68d-2f20f1d229b0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 422/807] 10.0.0.194 () {34 vars in 685 bytes} [Thu Aug 13 02:23:25 2026] POST /v2.0/security-groups => generated 1661 bytes in 133 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: 386/808] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:23:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/809] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:23:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/810] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:23:26 2026] GET /v2.0/ports?tenant_id=c155ed7d86c3460686ab7dbf10dfd6e8&device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => generated 1421 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/811] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:23:26 2026] GET /v2.0/networks?id=06287bd2-6164-4591-9860-ad5f381e214d => generated 779 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/812] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:26 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/813] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Aug 13 02:23:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=6471cf84-421d-4584-b68d-2f20f1d229b0 => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/814] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:23:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=6471cf84-421d-4584-b68d-2f20f1d229b0 => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/815] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:23:26 2026] GET /v2.0/subnets?id=022a3fcf-76da-4635-bd36-6c90af9b7b17 => generated 701 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/816] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:23:26 2026] GET /v2.0/ports?network_id=06287bd2-6164-4591-9860-ad5f381e214d&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: 431/817] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:23:26 2026] GET /v2.0/networks/06287bd2-6164-4591-9860-ad5f381e214d?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: 432/818] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:23:26 2026] GET /v2.0/networks/06287bd2-6164-4591-9860-ad5f381e214d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/819] 10.0.0.194 () {34 vars in 676 bytes} [Thu Aug 13 02:23:25 2026] POST /v2.0/floatingips => generated 552 bytes in 615 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/820] 10.0.0.51 () {34 vars in 1099 bytes} [Thu Aug 13 02:23:26 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2022574330&fields=id&tenant_id=3836050fd4254e9992a27f5ea03021b1 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/821] 10.0.0.51 () {34 vars in 981 bytes} [Thu Aug 13 02:23:27 2026] GET /v2.0/networks?id=637531fb-13f9-4d6f-95da-4c63963e6bb6 => generated 676 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/822] 10.0.0.51 () {34 vars in 964 bytes} [Thu Aug 13 02:23:27 2026] GET /v2.0/quotas/3836050fd4254e9992a27f5ea03021b1 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/823] 10.0.0.51 () {34 vars in 1001 bytes} [Thu Aug 13 02:23:27 2026] GET /v2.0/ports?tenant_id=3836050fd4254e9992a27f5ea03021b1&fields=id => generated 57 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/824] 10.0.0.51 () {34 vars in 1007 bytes} [Thu Aug 13 02:23:27 2026] GET /v2.0/networks/637531fb-13f9-4d6f-95da-4c63963e6bb6?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: 390/825] 10.0.0.51 () {34 vars in 1107 bytes} [Thu Aug 13 02:23:27 2026] GET /v2.0/networks/637531fb-13f9-4d6f-95da-4c63963e6bb6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/826] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:27 2026] GET /v2.0/ports?device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => generated 1152 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/827] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:27 2026] GET /v2.0/security-groups?id=80bf44e2-700a-4e2b-ad40-8b08a341ea90&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/828] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:27 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => 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: 392/829] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:27 2026] GET /v2.0/ports?device_id=3823ac26-8e45-45d3-9472-39d9711027a9 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/830] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:23:27 2026] GET /v2.0/ports?tenant_id=c155ed7d86c3460686ab7dbf10dfd6e8&device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => generated 1421 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/831] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:23:27 2026] GET /v2.0/networks?id=06287bd2-6164-4591-9860-ad5f381e214d => generated 779 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/832] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Aug 13 02:23:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=6471cf84-421d-4584-b68d-2f20f1d229b0 => 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: 394/833] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:23:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=6471cf84-421d-4584-b68d-2f20f1d229b0 => generated 860 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/834] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:23:27 2026] GET /v2.0/subnets?id=022a3fcf-76da-4635-bd36-6c90af9b7b17 => generated 701 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/835] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:23:27 2026] GET /v2.0/ports?network_id=06287bd2-6164-4591-9860-ad5f381e214d&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: 8|app: 0|req: 441/836] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:23:27 2026] GET /v2.0/networks/06287bd2-6164-4591-9860-ad5f381e214d?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: 396/837] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:23:27 2026] GET /v2.0/networks/06287bd2-6164-4591-9860-ad5f381e214d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/838] 199.204.45.162 () {34 vars in 1120 bytes} [Thu Aug 13 02:23:28 2026] GET /v2.0/ports?device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.13 => generated 1152 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/839] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:28 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => 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: 444/840] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:28 2026] GET /v2.0/ports?device_id=3823ac26-8e45-45d3-9472-39d9711027a9 => 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: 397/841] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Aug 13 02:23:28 2026] PUT /v2.0/ports/6471cf84-421d-4584-b68d-2f20f1d229b0 => generated 968 bytes in 517 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:23:29.091 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b489ec08-35ab-4cc1-8fbd-4b8ce4c5ea1b'] response: {'name': 'network-changed', 'server_uuid': '7d1fc573-d5a4-460f-946f-fca8a2a02844', 'tag': '6471cf84-421d-4584-b68d-2f20f1d229b0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 445/842] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:23:29 2026] GET /v2.0/networks?id=60180fc3-671c-497c-8e5d-62542818c536 => generated 676 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 398/843] 199.204.45.162 () {34 vars in 1050 bytes} [Thu Aug 13 02:23:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a9b3b41a1b7a47749cb3e92c01bf5df8 => generated 181 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/844] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:23:29 2026] GET /v2.0/ports?tenant_id=c155ed7d86c3460686ab7dbf10dfd6e8&device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/845] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:23:29 2026] GET /v2.0/networks?id=06287bd2-6164-4591-9860-ad5f381e214d => generated 779 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/846] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:29 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => 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: 449/847] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:23:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=6471cf84-421d-4584-b68d-2f20f1d229b0 => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/848] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:29 2026] GET /v2.0/ports?device_id=3823ac26-8e45-45d3-9472-39d9711027a9 => 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: 451/849] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:23:29 2026] GET /v2.0/subnets?id=022a3fcf-76da-4635-bd36-6c90af9b7b17 => generated 701 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/850] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:23:29 2026] GET /v2.0/ports?network_id=06287bd2-6164-4591-9860-ad5f381e214d&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: 8|app: 0|req: 453/851] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:23:29 2026] GET /v2.0/networks/06287bd2-6164-4591-9860-ad5f381e214d?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: 454/852] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:23:29 2026] GET /v2.0/networks/06287bd2-6164-4591-9860-ad5f381e214d?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: 399/853] 199.204.45.162 () {38 vars in 955 bytes} [Thu Aug 13 02:23:29 2026] POST /v2.0/ports => generated 954 bytes in 483 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: 455/854] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:23:29 2026] GET /v2.0/security-groups?tenant_id=e1e30bb725a146cab949828e7b75d18b&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/855] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:23:30 2026] DELETE /v2.0/security-groups/e061f3a4-811c-4fe0-a384-a2596642bc59 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/856] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Aug 13 02:23:30 2026] PUT /v2.0/ports/a2a5ef9a-fb25-4c67-aaa0-6c4d4d49724f => generated 1235 bytes in 499 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/857] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:23:30 2026] GET /v2.0/security-groups?tenant_id=01cd81fffd4b418ea1de2c437638956c&name=default => generated 2925 bytes in 133 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: 401/858] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:23:30 2026] DELETE /v2.0/security-groups/69365eda-29a2-4162-9227-a25932381d50 => 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: 458/859] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:30 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => 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: 402/860] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:30 2026] GET /v2.0/ports?device_id=3823ac26-8e45-45d3-9472-39d9711027a9 => 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: 459/861] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:30 2026] GET /v2.0/security-groups?id=0dfb635a-1d96-4371-9d41-362b24b92ac0&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: 403/862] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:30 2026] GET /v2.0/ports?device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/863] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:23:30 2026] GET /v2.0/ports?tenant_id=c155ed7d86c3460686ab7dbf10dfd6e8&device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/864] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:30 2026] GET /v2.0/security-groups?id=80bf44e2-700a-4e2b-ad40-8b08a341ea90&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: 461/865] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:23:30 2026] GET /v2.0/networks?id=06287bd2-6164-4591-9860-ad5f381e214d => generated 779 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/866] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:23:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=6471cf84-421d-4584-b68d-2f20f1d229b0 => generated 860 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:23:31.141 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cca9a0be-67ab-4463-bbdc-77faf691a09e'] response: {'name': 'network-changed', 'server_uuid': '3a5a558c-319a-40ff-b4b0-d86942ba6a93', 'tag': 'a2a5ef9a-fb25-4c67-aaa0-6c4d4d49724f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 462/867] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:23:31 2026] GET /v2.0/subnets?id=022a3fcf-76da-4635-bd36-6c90af9b7b17 => generated 701 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/868] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:23:31 2026] GET /v2.0/ports?network_id=06287bd2-6164-4591-9860-ad5f381e214d&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: 463/869] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:23:31 2026] GET /v2.0/networks/06287bd2-6164-4591-9860-ad5f381e214d?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: 407/870] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:23:31 2026] GET /v2.0/networks/06287bd2-6164-4591-9860-ad5f381e214d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/871] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:23:31 2026] GET /v2.0/ports?tenant_id=a9b3b41a1b7a47749cb3e92c01bf5df8&device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/872] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:23:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=a2a5ef9a-fb25-4c67-aaa0-6c4d4d49724f => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/873] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:23:31 2026] GET /v2.0/subnets?id=238d1e28-1e76-4faa-87cc-35aad1eb7dc1 => 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: 409/874] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:23:31 2026] GET /v2.0/ports?network_id=60180fc3-671c-497c-8e5d-62542818c536&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: 410/875] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:23:31 2026] GET /v2.0/networks/60180fc3-671c-497c-8e5d-62542818c536?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: 466/876] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:23:31 2026] GET /v2.0/networks?id=637531fb-13f9-4d6f-95da-4c63963e6bb6 => generated 676 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/877] 199.204.45.162 () {34 vars in 1050 bytes} [Thu Aug 13 02:23:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3836050fd4254e9992a27f5ea03021b1 => generated 181 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/878] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:23:31 2026] GET /v2.0/networks/60180fc3-671c-497c-8e5d-62542818c536?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: 412/879] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:31 2026] GET /v2.0/ports?device_id=3823ac26-8e45-45d3-9472-39d9711027a9 => 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: 413/880] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:31 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/881] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:32 2026] GET /v2.0/security-groups?id=0dfb635a-1d96-4371-9d41-362b24b92ac0&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/882] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:32 2026] GET /v2.0/ports?device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/883] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:32 2026] GET /v2.0/security-groups?id=80bf44e2-700a-4e2b-ad40-8b08a341ea90&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/884] 199.204.45.162 () {38 vars in 955 bytes} [Thu Aug 13 02:23:31 2026] POST /v2.0/ports => generated 954 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/885] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Aug 13 02:23:32 2026] PUT /v2.0/ports/a3654b3b-1aea-4a5c-b7d4-afa4a323d5e7 => generated 1235 bytes in 433 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: 418/886] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:23:32 2026] GET /v2.0/ports?tenant_id=a9b3b41a1b7a47749cb3e92c01bf5df8&device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => generated 1238 bytes in 52 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: 419/887] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:23:32 2026] GET /v2.0/networks?id=60180fc3-671c-497c-8e5d-62542818c536 => 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: 420/888] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:23:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=a2a5ef9a-fb25-4c67-aaa0-6c4d4d49724f => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:23:33.082 8 INFO neutron.db.segments_db [None req-45867343-74b3-4740-bbd0-29d243997735 973b5a47abcd4f17b514e3a6ee1c54a9 92d11e5d7ee64bd1a51086e80f4b9ef9 - - default default] Added segment 4a9e7ee0-06e9-4603-9349-e437792a299f of type vxlan for network 63a43510-9b26-4d91-86d6-90cda10d7152 [pid: 7|app: 0|req: 421/889] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:33 2026] GET /v2.0/ports?device_id=3823ac26-8e45-45d3-9472-39d9711027a9 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/890] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:23:33 2026] GET /v2.0/subnets?id=238d1e28-1e76-4faa-87cc-35aad1eb7dc1 => generated 694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/891] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:23:32 2026] POST /v2.0/networks => generated 647 bytes in 505 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/892] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:33 2026] GET /v2.0/security-groups?id=d2d50387-42c9-4b49-9ba3-0b081222e380&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/893] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:33 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => 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: 471/894] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:23:33 2026] GET /v2.0/ports?network_id=60180fc3-671c-497c-8e5d-62542818c536&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: 7|app: 0|req: 424/895] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:33 2026] GET /v2.0/security-groups?id=0dfb635a-1d96-4371-9d41-362b24b92ac0&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:23:33.227 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-948f5bf1-681e-4455-9622-de09345381bd'] response: {'name': 'network-changed', 'server_uuid': '3823ac26-8e45-45d3-9472-39d9711027a9', 'tag': 'a3654b3b-1aea-4a5c-b7d4-afa4a323d5e7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 472/896] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:23:33 2026] GET /v2.0/networks/60180fc3-671c-497c-8e5d-62542818c536?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: 425/897] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:33 2026] GET /v2.0/ports?device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/898] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:23:33 2026] GET /v2.0/networks/60180fc3-671c-497c-8e5d-62542818c536?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/899] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:33 2026] GET /v2.0/security-groups?id=80bf44e2-700a-4e2b-ad40-8b08a341ea90&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: 426/900] 199.204.45.162 () {34 vars in 994 bytes} [Thu Aug 13 02:23:33 2026] GET /v2.0/ports?device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:23:33.535 8 INFO neutron_taas.services.taas.taas_plugin [req-f34cd5f0-6c39-4c40-a647-f116d0c5ba6e req-3cc430c5-27ed-450e-b431-1419cae1ed5f 6e406eb1d86148748593d1eac1fe8685 c155ed7d86c3460686ab7dbf10dfd6e8 - - default default] TaaS: Handle Delete Port: 6471cf84-421d-4584-b68d-2f20f1d229b0 2026-08-13 02:23:33.539 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f34cd5f0-6c39-4c40-a647-f116d0c5ba6e req-3cc430c5-27ed-450e-b431-1419cae1ed5f 6e406eb1d86148748593d1eac1fe8685 c155ed7d86c3460686ab7dbf10dfd6e8 - - default default] Tap Mirror: Handle Delete Port: 6471cf84-421d-4584-b68d-2f20f1d229b0 2026-08-13 02:23:33.650 8 INFO neutron.db.l3_db [req-f34cd5f0-6c39-4c40-a647-f116d0c5ba6e req-3cc430c5-27ed-450e-b431-1419cae1ed5f 6e406eb1d86148748593d1eac1fe8685 c155ed7d86c3460686ab7dbf10dfd6e8 - - default default] Floating IP 73b72a89-2d41-4eb9-9b00-c257d6ae0015 disassociated. External IP: 10.96.250.204, port: 6471cf84-421d-4584-b68d-2f20f1d229b0. [pid: 7|app: 0|req: 427/901] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:23:33 2026] POST /v2.0/subnets => generated 673 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/902] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:23:33 2026] GET /v2.0/ports?tenant_id=3836050fd4254e9992a27f5ea03021b1&device_id=3823ac26-8e45-45d3-9472-39d9711027a9 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:23:34.000 7 INFO neutron.db.segments_db [None req-c25cd3b9-1415-4d25-a4b7-0a74810bdd6a 973b5a47abcd4f17b514e3a6ee1c54a9 92d11e5d7ee64bd1a51086e80f4b9ef9 - - default default] Added segment 25d5ec18-159a-4d22-9b7b-1d4ae58c084b of type vxlan for network 7cc877fa-c634-4d9c-9072-9757f4897fd5 [pid: 8|app: 0|req: 475/903] 199.204.45.162 () {36 vars in 997 bytes} [Thu Aug 13 02:23:33 2026] DELETE /v2.0/ports/6471cf84-421d-4584-b68d-2f20f1d229b0 => generated 0 bytes in 648 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/904] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:23:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=a3654b3b-1aea-4a5c-b7d4-afa4a323d5e7 => 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: 477/905] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:23:34 2026] GET /v2.0/subnets?id=b37aee52-34a0-484e-b2c8-fe76b16c85d7 => generated 694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:23:34.104 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3625beb2-665b-491b-b7f4-d58b4ebceefe'] response: {'server_uuid': '7d1fc573-d5a4-460f-946f-fca8a2a02844', 'name': 'network-vif-deleted', 'tag': '6471cf84-421d-4584-b68d-2f20f1d229b0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 478/906] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:23:34 2026] GET /v2.0/ports?network_id=637531fb-13f9-4d6f-95da-4c63963e6bb6&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/907] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:23:33 2026] POST /v2.0/networks => generated 648 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/908] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:23:34 2026] GET /v2.0/networks/637531fb-13f9-4d6f-95da-4c63963e6bb6?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: 480/909] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:23:34 2026] GET /v2.0/networks/637531fb-13f9-4d6f-95da-4c63963e6bb6?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: 430/910] 10.0.0.194 () {34 vars in 743 bytes} [Thu Aug 13 02:23:34 2026] PUT /v2.0/networks/7cc877fa-c634-4d9c-9072-9757f4897fd5 => generated 592 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/911] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:34 2026] GET /v2.0/ports?device_id=3823ac26-8e45-45d3-9472-39d9711027a9 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/912] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:34 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/913] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:34 2026] GET /v2.0/security-groups?id=d2d50387-42c9-4b49-9ba3-0b081222e380&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/914] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:34 2026] GET /v2.0/security-groups?id=0dfb635a-1d96-4371-9d41-362b24b92ac0&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/915] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:34 2026] GET /v2.0/ports?device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => 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: 431/916] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:23:34 2026] POST /v2.0/subnets => generated 646 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/917] 10.0.0.194 () {34 vars in 741 bytes} [Thu Aug 13 02:23:34 2026] PUT /v2.0/subnets/52960f37-cd51-4d54-a042-dccb10299b62 => generated 656 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:23:34.955 7 INFO neutron.services.segments.plugin [-] Segment 25d5ec18-159a-4d22-9b7b-1d4ae58c084b resource provider aggregate not found 2026-08-13 02:23:34.967 7 INFO neutron.services.segments.plugin [-] Segment 25d5ec18-159a-4d22-9b7b-1d4ae58c084b resource provider aggregate not found 2026-08-13 02:23:34.976 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 25d5ec18-159a-4d22-9b7b-1d4ae58c084b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25d5ec18-159a-4d22-9b7b-1d4ae58c084b found for delete ", "request_id": "req-0bfd0663-a271-419a-97e7-001a31e7524e"}]} 2026-08-13 02:23:34.985 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 25d5ec18-159a-4d22-9b7b-1d4ae58c084b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25d5ec18-159a-4d22-9b7b-1d4ae58c084b found for delete ", "request_id": "req-e549de7c-163f-483d-af26-eebd44feda48"}]} [pid: 7|app: 0|req: 432/918] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:23:34 2026] DELETE /v2.0/networks/7cc877fa-c634-4d9c-9072-9757f4897fd5 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:23:35.020 8 INFO neutron.pecan_wsgi.hooks.translation [None req-575889f6-d066-4bdb-a612-c9052fa6d53b 973b5a47abcd4f17b514e3a6ee1c54a9 92d11e5d7ee64bd1a51086e80f4b9ef9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 487/919] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:23:35 2026] DELETE /v2.0/networks/7cc877fa-c634-4d9c-9072-9757f4897fd5 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/920] 10.0.0.194 () {32 vars in 694 bytes} [Thu Aug 13 02:23:35 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/921] 10.0.0.194 () {32 vars in 742 bytes} [Thu Aug 13 02:23:35 2026] GET /v2.0/subnets?network_id=db55f924-ff5c-4d45-ae3c-30cf68b0dc8e => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/922] 10.0.0.194 () {32 vars in 653 bytes} [Thu Aug 13 02:23:35 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: 489/923] 10.0.0.194 () {32 vars in 649 bytes} [Thu Aug 13 02:23:35 2026] GET /v2.0/networks => generated 1312 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/924] 10.0.0.194 () {32 vars in 647 bytes} [Thu Aug 13 02:23:35 2026] GET /v2.0/subnets => generated 1312 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/925] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:23:35 2026] GET /v2.0/ports?tenant_id=3836050fd4254e9992a27f5ea03021b1&device_id=3823ac26-8e45-45d3-9472-39d9711027a9 => generated 1238 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/926] 10.0.0.194 () {32 vars in 723 bytes} [Thu Aug 13 02:23:35 2026] GET /v2.0/networks/63a43510-9b26-4d91-86d6-90cda10d7152 => generated 672 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/927] 10.0.0.194 () {32 vars in 721 bytes} [Thu Aug 13 02:23:35 2026] GET /v2.0/subnets/9f9e5b5a-7dd5-4c56-88bf-9927d5269f22 => generated 673 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:23:35.422 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eec81331-8761-4b39-9dea-4e753e8391bd 973b5a47abcd4f17b514e3a6ee1c54a9 92d11e5d7ee64bd1a51086e80f4b9ef9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 438/928] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:23:35 2026] DELETE /v2.0/subnets/52960f37-cd51-4d54-a042-dccb10299b62 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/929] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:23:35 2026] GET /v2.0/networks?id=637531fb-13f9-4d6f-95da-4c63963e6bb6 => generated 772 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:23:35.445 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1a88fa28-8a10-4ded-be8e-e52d3de0ccfa 973b5a47abcd4f17b514e3a6ee1c54a9 92d11e5d7ee64bd1a51086e80f4b9ef9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 439/930] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:23:35 2026] DELETE /v2.0/networks/7cc877fa-c634-4d9c-9072-9757f4897fd5 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/931] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:23:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=a3654b3b-1aea-4a5c-b7d4-afa4a323d5e7 => 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: 493/932] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:35 2026] GET /v2.0/ports?device_id=3823ac26-8e45-45d3-9472-39d9711027a9 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/933] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:23:35 2026] GET /v2.0/subnets?id=b37aee52-34a0-484e-b2c8-fe76b16c85d7 => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/934] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:35 2026] GET /v2.0/security-groups?id=d2d50387-42c9-4b49-9ba3-0b081222e380&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/935] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:35 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/936] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:23:35 2026] DELETE /v2.0/subnets/9f9e5b5a-7dd5-4c56-88bf-9927d5269f22 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/937] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:23:35 2026] GET /v2.0/ports?network_id=637531fb-13f9-4d6f-95da-4c63963e6bb6&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/938] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:35 2026] GET /v2.0/security-groups?id=0dfb635a-1d96-4371-9d41-362b24b92ac0&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/939] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:35 2026] GET /v2.0/ports?device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/940] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:23:35 2026] GET /v2.0/networks/637531fb-13f9-4d6f-95da-4c63963e6bb6?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/941] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:23:35 2026] DELETE /v2.0/networks/63a43510-9b26-4d91-86d6-90cda10d7152 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/942] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:23:35 2026] GET /v2.0/networks/637531fb-13f9-4d6f-95da-4c63963e6bb6?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: 442/943] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:23:36 2026] GET /v2.0/security-groups?tenant_id=92d11e5d7ee64bd1a51086e80f4b9ef9&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: 502/944] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:23:36 2026] DELETE /v2.0/security-groups/ee397121-ef17-4cd0-a1fe-06638040ec99 => 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: 443/945] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:36 2026] GET /v2.0/ports?device_id=3823ac26-8e45-45d3-9472-39d9711027a9 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/946] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:36 2026] GET /v2.0/security-groups?id=d2d50387-42c9-4b49-9ba3-0b081222e380&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/947] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:36 2026] GET /v2.0/ports?device_id=7d1fc573-d5a4-460f-946f-fca8a2a02844 => 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: 444/948] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:36 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/949] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:36 2026] GET /v2.0/security-groups?id=0dfb635a-1d96-4371-9d41-362b24b92ac0&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:23:36.992 7 INFO neutron.services.segments.plugin [-] Segment 4a9e7ee0-06e9-4603-9349-e437792a299f resource provider aggregate not found 2026-08-13 02:23:37.003 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4a9e7ee0-06e9-4603-9349-e437792a299f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a9e7ee0-06e9-4603-9349-e437792a299f found for delete ", "request_id": "req-fc263e28-3870-43cf-a56e-a71838d777cb"}]} 2026-08-13 02:23:37.007 7 INFO neutron.services.segments.plugin [-] Segment 4a9e7ee0-06e9-4603-9349-e437792a299f resource provider aggregate not found 2026-08-13 02:23:37.019 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4a9e7ee0-06e9-4603-9349-e437792a299f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a9e7ee0-06e9-4603-9349-e437792a299f found for delete ", "request_id": "req-1971316d-7eee-4436-a375-d2bc351f05b2"}]} [pid: 7|app: 0|req: 445/950] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:37 2026] GET /v2.0/ports?device_id=3823ac26-8e45-45d3-9472-39d9711027a9 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/951] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:37 2026] GET /v2.0/security-groups?id=d2d50387-42c9-4b49-9ba3-0b081222e380&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/952] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:37 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => 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: 446/953] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:23:37 2026] DELETE /v2.0/security-groups/80bf44e2-700a-4e2b-ad40-8b08a341ea90 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:23:38.064 7 INFO neutron.api.v2.resource [None req-a8650500-e9d5-4b8a-837c-bd84f3522cac 6e406eb1d86148748593d1eac1fe8685 c155ed7d86c3460686ab7dbf10dfd6e8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 447/954] 10.0.0.194 () {32 vars in 737 bytes} [Thu Aug 13 02:23:38 2026] GET /v2.0/security-groups/80bf44e2-700a-4e2b-ad40-8b08a341ea90 => 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: 508/955] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:38 2026] GET /v2.0/security-groups?id=0dfb635a-1d96-4371-9d41-362b24b92ac0&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:23:38.172 7 INFO neutron_taas.services.taas.taas_plugin [None req-51626c7b-51cf-4bd5-99e2-fe04bdd6c7f0 6e406eb1d86148748593d1eac1fe8685 c155ed7d86c3460686ab7dbf10dfd6e8 - - default default] TaaS: Handle Delete Port: e0753620-bc1d-4b57-9aa8-9b7c93c457f6 [pid: 8|app: 0|req: 509/956] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:38 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:23:38.176 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51626c7b-51cf-4bd5-99e2-fe04bdd6c7f0 6e406eb1d86148748593d1eac1fe8685 c155ed7d86c3460686ab7dbf10dfd6e8 - - default default] Tap Mirror: Handle Delete Port: e0753620-bc1d-4b57-9aa8-9b7c93c457f6 [pid: 7|app: 0|req: 448/957] 10.0.0.194 () {32 vars in 732 bytes} [Thu Aug 13 02:23:38 2026] DELETE /v2.0/floatingips/73b72a89-2d41-4eb9-9b00-c257d6ae0015 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/958] 10.0.0.194 () {32 vars in 623 bytes} [Thu Aug 13 02:23:38 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: 452/961] 10.0.0.194 () {32 vars in 633 bytes} [Thu Aug 13 02:23:38 2026] GET /v2.0/ => generated 632 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:23:38.668 8 INFO neutron.db.l3_db [None req-a1561279-f3ce-48bb-9b8c-6c35aa8b76b4 72122139a05340158090b9c427cae2df a9b3b41a1b7a47749cb3e92c01bf5df8 - - default default] Floating IP 24827f71-a954-4f39-a1d1-9a0e36f3db82 associated. External IP: 10.96.250.215, port: a2a5ef9a-fb25-4c67-aaa0-6c4d4d49724f. 2026-08-13 02:23:38.924 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ab72dc5-af11-4a17-808d-a6aff85a1520 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: e0677eda-b0b3-4d7a-92f0-4c7d512d729f 2026-08-13 02:23:38.927 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ab72dc5-af11-4a17-808d-a6aff85a1520 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: e0677eda-b0b3-4d7a-92f0-4c7d512d729f [pid: 8|app: 0|req: 510/962] 10.0.0.194 () {34 vars in 749 bytes} [Thu Aug 13 02:23:38 2026] PUT /v2.0/floatingips/24827f71-a954-4f39-a1d1-9a0e36f3db82 => generated 855 bytes in 814 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:23:39.049 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e6824c94-9104-4b58-ba0a-0e95639e79ce'] response: {'name': 'network-changed', 'server_uuid': '3a5a558c-319a-40ff-b4b0-d86942ba6a93', 'tag': 'a2a5ef9a-fb25-4c67-aaa0-6c4d4d49724f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 511/963] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:39 2026] GET /v2.0/ports?device_id=3823ac26-8e45-45d3-9472-39d9711027a9 => generated 971 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/964] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:23:39 2026] GET /v2.0/security-groups?tenant_id=1cf77661b50741b8bc01853eebe0582c&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: 513/965] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:39 2026] GET /v2.0/security-groups?id=d2d50387-42c9-4b49-9ba3-0b081222e380&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/966] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:23:39 2026] DELETE /v2.0/security-groups/366c3b83-43cf-450e-a16a-cfae756e8f47 => 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: 515/967] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:23:39 2026] GET /v2.0/ports?tenant_id=a9b3b41a1b7a47749cb3e92c01bf5df8&device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => generated 1240 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/968] 10.0.0.194 () {34 vars in 789 bytes} [Thu Aug 13 02:23:38 2026] PUT /v2.0/routers/8a8d046d-c65f-4556-87f0-8f0eefbc5f0e/remove_router_interface => generated 309 bytes in 1099 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/969] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:23:39 2026] GET /v2.0/networks?id=60180fc3-671c-497c-8e5d-62542818c536 => generated 772 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/970] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:23:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=a2a5ef9a-fb25-4c67-aaa0-6c4d4d49724f => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/971] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:23:39 2026] GET /v2.0/subnets?id=238d1e28-1e76-4faa-87cc-35aad1eb7dc1 => generated 694 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/972] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:23:39 2026] GET /v2.0/ports?network_id=60180fc3-671c-497c-8e5d-62542818c536&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:23:39.823 7 INFO neutron_taas.services.taas.taas_plugin [None req-0329b64d-7aa7-49fc-a443-082c8b6d96c5 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: 23418680-d542-4fc4-9d4f-7b5d281fa381 2026-08-13 02:23:39.825 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0329b64d-7aa7-49fc-a443-082c8b6d96c5 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: 23418680-d542-4fc4-9d4f-7b5d281fa381 [pid: 8|app: 0|req: 520/973] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:23:39 2026] GET /v2.0/networks/60180fc3-671c-497c-8e5d-62542818c536?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: 521/974] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:23:39 2026] GET /v2.0/networks/60180fc3-671c-497c-8e5d-62542818c536?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) 2026-08-13 02:23:40.078 7 INFO neutron_taas.services.taas.taas_plugin [None req-0329b64d-7aa7-49fc-a443-082c8b6d96c5 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: f58ce5c7-b4e5-4d95-b7d7-de7f8330a4b4 2026-08-13 02:23:40.081 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0329b64d-7aa7-49fc-a443-082c8b6d96c5 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: f58ce5c7-b4e5-4d95-b7d7-de7f8330a4b4 2026-08-13 02:23:40.540 7 INFO neutron.services.segments.plugin [-] Segment 2d461a8b-476f-44bd-aa24-4abb70cb5165 resource provider aggregate not found 2026-08-13 02:23:40.548 7 INFO neutron.services.segments.plugin [-] Segment 2d461a8b-476f-44bd-aa24-4abb70cb5165 resource provider aggregate not found [pid: 8|app: 0|req: 522/975] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:40 2026] GET /v2.0/ports?device_id=3823ac26-8e45-45d3-9472-39d9711027a9 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:23:40.561 7 INFO neutron.db.l3_hamode_db [None req-0329b64d-7aa7-49fc-a443-082c8b6d96c5 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] HA network 70716932-a46c-4a5a-b9a0-45e676749795 was deleted as no HA routers are present in tenant c155ed7d86c3460686ab7dbf10dfd6e8. 2026-08-13 02:23:40.566 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2d461a8b-476f-44bd-aa24-4abb70cb5165 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d461a8b-476f-44bd-aa24-4abb70cb5165 found for delete ", "request_id": "req-071d0dfb-ddc7-4f43-aa77-786cb8ac6eb3"}]} 2026-08-13 02:23:40.567 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2d461a8b-476f-44bd-aa24-4abb70cb5165 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d461a8b-476f-44bd-aa24-4abb70cb5165 found for delete ", "request_id": "req-ae5dc119-755d-4125-ab94-a015ab989d38"}]} [pid: 7|app: 0|req: 454/976] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:23:39 2026] DELETE /v2.0/routers/8a8d046d-c65f-4556-87f0-8f0eefbc5f0e => generated 0 bytes in 939 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/977] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:40 2026] GET /v2.0/security-groups?id=d2d50387-42c9-4b49-9ba3-0b081222e380&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/978] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:40 2026] GET /v2.0/ports?device_id=3823ac26-8e45-45d3-9472-39d9711027a9 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/979] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:23:40 2026] DELETE /v2.0/subnets/022a3fcf-76da-4635-bd36-6c90af9b7b17 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:23:40.914 7 INFO neutron_taas.services.taas.taas_plugin [None req-87fc89f7-0427-449a-941a-68fb5c8aef45 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: 76c96441-b2f8-43a1-97e2-a4aaa2ba2a8f 2026-08-13 02:23:40.917 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87fc89f7-0427-449a-941a-68fb5c8aef45 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: 76c96441-b2f8-43a1-97e2-a4aaa2ba2a8f 2026-08-13 02:23:41.014 8 INFO neutron.db.l3_db [None req-8b9ec8c4-d114-43d1-95b3-bd3f2b076e32 0e20fc23fcaa4cbca0df7f7287332439 3836050fd4254e9992a27f5ea03021b1 - - default default] Floating IP 6e3e4ac3-23fd-420f-8f8d-872fde2e050d associated. External IP: 10.96.250.213, port: a3654b3b-1aea-4a5c-b7d4-afa4a323d5e7. [pid: 7|app: 0|req: 456/980] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:23:40 2026] DELETE /v2.0/networks/06287bd2-6164-4591-9860-ad5f381e214d => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/981] 10.0.0.194 () {34 vars in 749 bytes} [Thu Aug 13 02:23:40 2026] PUT /v2.0/floatingips/6e3e4ac3-23fd-420f-8f8d-872fde2e050d => generated 855 bytes in 572 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:23:41.324 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1448007c-8769-405b-99fd-5f2d4b91f48e'] response: {'name': 'network-changed', 'server_uuid': '3823ac26-8e45-45d3-9472-39d9711027a9', 'tag': 'a3654b3b-1aea-4a5c-b7d4-afa4a323d5e7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 457/982] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:23:41 2026] GET /v2.0/security-groups?tenant_id=c155ed7d86c3460686ab7dbf10dfd6e8&name=default => generated 2921 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/983] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:41 2026] GET /v2.0/ports?device_id=3823ac26-8e45-45d3-9472-39d9711027a9 => 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: 527/984] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:41 2026] GET /v2.0/security-groups?id=d2d50387-42c9-4b49-9ba3-0b081222e380&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/985] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:23:41 2026] DELETE /v2.0/security-groups/ce10b45f-a47f-446a-8acf-f07578b5b0ae => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/986] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:41 2026] GET /v2.0/ports?device_id=3823ac26-8e45-45d3-9472-39d9711027a9 => 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: 459/987] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:41 2026] GET /v2.0/security-groups?id=d2d50387-42c9-4b49-9ba3-0b081222e380&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: 529/988] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:23:41 2026] GET /v2.0/ports?tenant_id=3836050fd4254e9992a27f5ea03021b1&device_id=3823ac26-8e45-45d3-9472-39d9711027a9 => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/989] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:23:41 2026] GET /v2.0/networks?id=637531fb-13f9-4d6f-95da-4c63963e6bb6 => generated 772 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/990] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:23:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=a3654b3b-1aea-4a5c-b7d4-afa4a323d5e7 => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/991] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:23:41 2026] GET /v2.0/subnets?id=b37aee52-34a0-484e-b2c8-fe76b16c85d7 => generated 694 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/992] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:23:41 2026] GET /v2.0/ports?network_id=637531fb-13f9-4d6f-95da-4c63963e6bb6&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: 462/993] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:23:42 2026] GET /v2.0/networks/637531fb-13f9-4d6f-95da-4c63963e6bb6?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/994] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:23:42 2026] GET /v2.0/networks/637531fb-13f9-4d6f-95da-4c63963e6bb6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:23:42.587 7 INFO neutron.services.segments.plugin [-] Segment 1f0cebb0-a0a0-47ca-87e9-4dce981d5efc resource provider aggregate not found 2026-08-13 02:23:42.591 7 INFO neutron.services.segments.plugin [-] Segment 1f0cebb0-a0a0-47ca-87e9-4dce981d5efc resource provider aggregate not found 2026-08-13 02:23:42.603 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1f0cebb0-a0a0-47ca-87e9-4dce981d5efc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f0cebb0-a0a0-47ca-87e9-4dce981d5efc found for delete ", "request_id": "req-e550a4da-2db8-4c06-906a-b4d576466794"}]} 2026-08-13 02:23:42.607 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1f0cebb0-a0a0-47ca-87e9-4dce981d5efc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f0cebb0-a0a0-47ca-87e9-4dce981d5efc found for delete ", "request_id": "req-90e93c03-6011-4f80-9b33-45dfcd0f26c7"}]} [pid: 7|app: 0|req: 463/995] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:42 2026] GET /v2.0/ports?device_id=3823ac26-8e45-45d3-9472-39d9711027a9 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/996] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:42 2026] GET /v2.0/security-groups?id=d2d50387-42c9-4b49-9ba3-0b081222e380&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: 464/997] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:23:43 2026] GET /v2.0/security-groups?tenant_id=96ca111cbe0b46c7a84b6dc18a6e3e26&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/998] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:23:44 2026] DELETE /v2.0/security-groups/f35b55f3-280d-4e2d-8a54-35190f3c6fef => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/999] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:44 2026] GET /v2.0/ports?device_id=3823ac26-8e45-45d3-9472-39d9711027a9 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1000] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:44 2026] GET /v2.0/security-groups?id=d2d50387-42c9-4b49-9ba3-0b081222e380&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/1001] 199.204.45.162 () {34 vars in 994 bytes} [Thu Aug 13 02:23:44 2026] GET /v2.0/ports?device_id=3823ac26-8e45-45d3-9472-39d9711027a9 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:23:44.360 8 INFO neutron_taas.services.taas.taas_plugin [req-4be98b97-5863-46af-ba05-8284af06d127 req-d5f8f3f4-3f08-43fc-979a-3a548fbce98b 0e20fc23fcaa4cbca0df7f7287332439 3836050fd4254e9992a27f5ea03021b1 - - default default] TaaS: Handle Delete Port: a3654b3b-1aea-4a5c-b7d4-afa4a323d5e7 2026-08-13 02:23:44.365 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4be98b97-5863-46af-ba05-8284af06d127 req-d5f8f3f4-3f08-43fc-979a-3a548fbce98b 0e20fc23fcaa4cbca0df7f7287332439 3836050fd4254e9992a27f5ea03021b1 - - default default] Tap Mirror: Handle Delete Port: a3654b3b-1aea-4a5c-b7d4-afa4a323d5e7 2026-08-13 02:23:44.501 8 INFO neutron.db.l3_db [req-4be98b97-5863-46af-ba05-8284af06d127 req-d5f8f3f4-3f08-43fc-979a-3a548fbce98b 0e20fc23fcaa4cbca0df7f7287332439 3836050fd4254e9992a27f5ea03021b1 - - default default] Floating IP 6e3e4ac3-23fd-420f-8f8d-872fde2e050d disassociated. External IP: 10.96.250.213, port: a3654b3b-1aea-4a5c-b7d4-afa4a323d5e7. [pid: 8|app: 0|req: 536/1002] 199.204.45.162 () {36 vars in 997 bytes} [Thu Aug 13 02:23:44 2026] DELETE /v2.0/ports/a3654b3b-1aea-4a5c-b7d4-afa4a323d5e7 => generated 0 bytes in 667 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:23:44.910 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f905636d-94b7-45d6-a8b1-f30b76845fdb'] response: {'server_uuid': '3823ac26-8e45-45d3-9472-39d9711027a9', 'name': 'network-vif-deleted', 'tag': 'a3654b3b-1aea-4a5c-b7d4-afa4a323d5e7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 467/1003] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:45 2026] GET /v2.0/ports?device_id=3823ac26-8e45-45d3-9472-39d9711027a9 => 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: 537/1004] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:23:45 2026] GET /v2.0/security-groups?tenant_id=11003c0272124669b4cfaed25bb54bc1&name=default => generated 2925 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/1005] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:23:46 2026] DELETE /v2.0/security-groups/de1428ba-eb96-4919-9d0a-d4221bdb499a => 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: 469/1006] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:46 2026] GET /v2.0/ports?device_id=3823ac26-8e45-45d3-9472-39d9711027a9 => 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: 538/1007] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:23:46 2026] GET /v2.0/security-groups?tenant_id=c7d110ce52b94022a8391ab3ce2cbe85&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: 470/1008] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:23:46 2026] DELETE /v2.0/security-groups/3fabe531-219b-4e6e-acc1-10ce650d21ab => 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: 539/1009] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:23:47 2026] GET /v2.0/ports?device_id=3823ac26-8e45-45d3-9472-39d9711027a9 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/1010] 10.0.0.224 () {32 vars in 802 bytes} [Thu Aug 13 02:23:47 2026] GET /v2.0/extensions => generated 21537 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1011] 10.0.0.224 () {30 vars in 724 bytes} [Thu Aug 13 02:23:47 2026] GET /v2.0/quotas/cf737db186ab4366abb64ed6a9991303/details => generated 847 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/1012] 10.0.0.55 () {34 vars in 989 bytes} [Thu Aug 13 02:23:47 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => generated 1240 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1013] 10.0.0.55 () {34 vars in 1039 bytes} [Thu Aug 13 02:23:48 2026] GET /v2.0/security-groups?id=0dfb635a-1d96-4371-9d41-362b24b92ac0&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/1014] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:23:48 2026] DELETE /v2.0/security-groups/d2d50387-42c9-4b49-9ba3-0b081222e380 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:23:48.640 8 INFO neutron.api.v2.resource [None req-df2f5cd1-f3bd-479e-b355-eb918268ea51 0e20fc23fcaa4cbca0df7f7287332439 3836050fd4254e9992a27f5ea03021b1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 542/1015] 10.0.0.194 () {32 vars in 737 bytes} [Thu Aug 13 02:23:48 2026] GET /v2.0/security-groups/d2d50387-42c9-4b49-9ba3-0b081222e380 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:23:48.747 7 INFO neutron_taas.services.taas.taas_plugin [None req-29b65a54-d552-4ee8-9045-5e21e413453a 0e20fc23fcaa4cbca0df7f7287332439 3836050fd4254e9992a27f5ea03021b1 - - default default] TaaS: Handle Delete Port: 0f454272-85e9-4432-b268-8fe8c969064a 2026-08-13 02:23:48.752 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29b65a54-d552-4ee8-9045-5e21e413453a 0e20fc23fcaa4cbca0df7f7287332439 3836050fd4254e9992a27f5ea03021b1 - - default default] Tap Mirror: Handle Delete Port: 0f454272-85e9-4432-b268-8fe8c969064a [pid: 7|app: 0|req: 474/1016] 10.0.0.194 () {32 vars in 732 bytes} [Thu Aug 13 02:23:48 2026] DELETE /v2.0/floatingips/6e3e4ac3-23fd-420f-8f8d-872fde2e050d => generated 0 bytes in 267 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:23:49.256 8 INFO neutron_taas.services.taas.taas_plugin [None req-dee1d3ef-68b6-42d8-9975-7340ad263b39 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: 5e7d1fb5-16f9-4710-891f-9564b2795f8e 2026-08-13 02:23:49.260 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dee1d3ef-68b6-42d8-9975-7340ad263b39 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: 5e7d1fb5-16f9-4710-891f-9564b2795f8e [pid: 8|app: 0|req: 543/1017] 10.0.0.194 () {34 vars in 789 bytes} [Thu Aug 13 02:23:48 2026] PUT /v2.0/routers/47f010d3-d618-49ef-9a01-0ff3c6f1ed30/remove_router_interface => generated 309 bytes in 886 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:23:50.071 7 INFO neutron_taas.services.taas.taas_plugin [None req-df85e065-f027-43eb-854a-90ac86623ac7 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: aa73e61a-a26d-4754-890b-f6928e4098d6 2026-08-13 02:23:50.073 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df85e065-f027-43eb-854a-90ac86623ac7 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: aa73e61a-a26d-4754-890b-f6928e4098d6 2026-08-13 02:23:50.284 7 INFO neutron_taas.services.taas.taas_plugin [None req-df85e065-f027-43eb-854a-90ac86623ac7 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: feb3fabd-5cc4-4eed-a4d4-e220b8c7e025 2026-08-13 02:23:50.286 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df85e065-f027-43eb-854a-90ac86623ac7 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: feb3fabd-5cc4-4eed-a4d4-e220b8c7e025 2026-08-13 02:23:50.653 7 INFO neutron.services.segments.plugin [-] Segment 19ab69ca-bd0b-4e60-b74a-d57a6e913950 resource provider aggregate not found 2026-08-13 02:23:50.659 7 INFO neutron.services.segments.plugin [-] Segment 19ab69ca-bd0b-4e60-b74a-d57a6e913950 resource provider aggregate not found 2026-08-13 02:23:50.673 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 19ab69ca-bd0b-4e60-b74a-d57a6e913950 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19ab69ca-bd0b-4e60-b74a-d57a6e913950 found for delete ", "request_id": "req-1a357b61-2bd2-4991-b233-df6374966369"}]} 2026-08-13 02:23:50.681 7 INFO neutron.db.l3_hamode_db [None req-df85e065-f027-43eb-854a-90ac86623ac7 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] HA network 746c3574-9c92-4500-863e-ad851bf8fb8b was deleted as no HA routers are present in tenant 3836050fd4254e9992a27f5ea03021b1. 2026-08-13 02:23:50.685 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 19ab69ca-bd0b-4e60-b74a-d57a6e913950 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19ab69ca-bd0b-4e60-b74a-d57a6e913950 found for delete ", "request_id": "req-c17d05f0-6601-41a5-a101-2b03247284ff"}]} [pid: 7|app: 0|req: 475/1018] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:23:49 2026] DELETE /v2.0/routers/47f010d3-d618-49ef-9a01-0ff3c6f1ed30 => generated 0 bytes in 874 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/1019] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:23:50 2026] DELETE /v2.0/subnets/b37aee52-34a0-484e-b2c8-fe76b16c85d7 => 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: 544/1020] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:23:50 2026] GET /v2.0/security-groups?tenant_id=ca097d2c490a499c85c959774a27917e&name=default => generated 2925 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:23:50.934 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d8f7eb7-3d12-42e9-a8b6-adf8ddbe8159 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: be6b268b-7337-49ed-a8c2-93630f2a1b9a 2026-08-13 02:23:50.936 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d8f7eb7-3d12-42e9-a8b6-adf8ddbe8159 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: be6b268b-7337-49ed-a8c2-93630f2a1b9a [pid: 8|app: 0|req: 545/1021] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:23:50 2026] DELETE /v2.0/security-groups/39aebbbd-ba32-4e34-aed8-199bdbc10320 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1022] 10.0.0.224 () {32 vars in 802 bytes} [Thu Aug 13 02:23:50 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/1023] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:23:50 2026] DELETE /v2.0/networks/637531fb-13f9-4d6f-95da-4c63963e6bb6 => 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: 478/1024] 10.0.0.224 () {30 vars in 724 bytes} [Thu Aug 13 02:23:51 2026] GET /v2.0/quotas/cf737db186ab4366abb64ed6a9991303/details => generated 847 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1025] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:23:51 2026] GET /v2.0/security-groups?tenant_id=960a157ef43e4cfca0eabe9814a143d8&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1026] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:23:51 2026] GET /v2.0/security-groups?tenant_id=3836050fd4254e9992a27f5ea03021b1&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: 479/1027] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:23:51 2026] DELETE /v2.0/security-groups/4bff36c0-9f08-47ee-81dd-176b6692591a => 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: 549/1028] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:23:51 2026] DELETE /v2.0/security-groups/83c51b26-9713-402c-a682-c92788e2ad9f => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:23:52.691 7 INFO neutron.services.segments.plugin [-] Segment 0f812985-2101-4224-bf9b-690b0f347f45 resource provider aggregate not found 2026-08-13 02:23:52.705 7 INFO neutron.services.segments.plugin [-] Segment 0f812985-2101-4224-bf9b-690b0f347f45 resource provider aggregate not found 2026-08-13 02:23:52.707 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0f812985-2101-4224-bf9b-690b0f347f45 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f812985-2101-4224-bf9b-690b0f347f45 found for delete ", "request_id": "req-4c1e5dc0-c897-432a-b83a-77ecf5f56e52"}]} 2026-08-13 02:23:52.719 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0f812985-2101-4224-bf9b-690b0f347f45 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f812985-2101-4224-bf9b-690b0f347f45 found for delete ", "request_id": "req-f161a329-0ca1-4dc2-8637-7fcb82075d00"}]} 2026-08-13 02:23:53.296 7 INFO neutron.db.segments_db [None req-0023b496-a6cf-44ac-b4e8-c795c6936893 5241ea28b3d44d668bc278e6e0c241a1 622eba85ad044e6595a8bfea765ced64 - - default default] Added segment 60f01399-2f6f-449f-bf71-28fb7a280560 of type vxlan for network fbd57b81-d32c-4342-b958-2bd2f6c2a10a 2026-08-13 02:23:53.371 7 INFO neutron.db.segments_db [None req-0023b496-a6cf-44ac-b4e8-c795c6936893 5241ea28b3d44d668bc278e6e0c241a1 622eba85ad044e6595a8bfea765ced64 - - default default] Added segment 2ddcede9-2dc1-4b14-8525-73ef3a80f6bd of type vxlan for network 237dbc3c-d1a7-406a-ba09-a04a07595ea9 [pid: 7|app: 0|req: 480/1031] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:23:53 2026] POST /v2.0/networks => generated 1244 bytes in 507 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1032] 10.0.0.194 () {32 vars in 649 bytes} [Thu Aug 13 02:23:53 2026] GET /v2.0/networks => generated 1843 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/1033] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:23:53 2026] DELETE /v2.0/networks/fbd57b81-d32c-4342-b958-2bd2f6c2a10a => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:23:53.836 8 INFO neutron.services.segments.plugin [-] Segment 2ddcede9-2dc1-4b14-8525-73ef3a80f6bd resource provider aggregate not found 2026-08-13 02:23:53.845 8 INFO neutron.services.segments.plugin [-] Segment 2ddcede9-2dc1-4b14-8525-73ef3a80f6bd resource provider aggregate not found 2026-08-13 02:23:53.864 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2ddcede9-2dc1-4b14-8525-73ef3a80f6bd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ddcede9-2dc1-4b14-8525-73ef3a80f6bd found for delete ", "request_id": "req-8ec2df5b-2f2a-4918-82e9-eec0dce8e1f8"}]} 2026-08-13 02:23:53.869 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2ddcede9-2dc1-4b14-8525-73ef3a80f6bd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ddcede9-2dc1-4b14-8525-73ef3a80f6bd found for delete ", "request_id": "req-0c6e0edd-5621-4091-8dad-917af379f355"}]} [pid: 8|app: 0|req: 553/1034] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:23:53 2026] DELETE /v2.0/networks/237dbc3c-d1a7-406a-ba09-a04a07595ea9 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/1035] 10.0.0.194 () {32 vars in 649 bytes} [Thu Aug 13 02:23:53 2026] GET /v2.0/networks => generated 651 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:23:54.016 8 INFO neutron.db.segments_db [None req-a6f3a7b5-20c0-4798-8b26-637a7f1a3258 5241ea28b3d44d668bc278e6e0c241a1 622eba85ad044e6595a8bfea765ced64 - - default default] Added segment b044882c-abba-44cb-8876-97a740fd0594 of type vxlan for network 37466511-69af-417f-b142-b676bcb1ebd5 [pid: 8|app: 0|req: 554/1036] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:23:53 2026] POST /v2.0/networks => generated 650 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:23:54.161 7 INFO neutron.db.segments_db [None req-db2bef1d-6cac-43a4-8dc7-518282970ed2 5241ea28b3d44d668bc278e6e0c241a1 622eba85ad044e6595a8bfea765ced64 - - default default] Added segment 42b38e3d-aeab-492f-be5f-ceffafe34ab8 of type vxlan for network a84ca48d-f058-4c36-b68d-0f7f375c9913 [pid: 7|app: 0|req: 483/1037] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:23:54 2026] POST /v2.0/networks => generated 650 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1038] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:23:54 2026] GET /v2.0/security-groups?tenant_id=e0d5b2a7decd42aeafab2d5bf04e8cb2&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: 556/1039] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:23:54 2026] GET /v2.0/security-groups?tenant_id=cf737db186ab4366abb64ed6a9991303&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:23:54.733 7 INFO neutron.services.segments.plugin [-] Segment 60f01399-2f6f-449f-bf71-28fb7a280560 resource provider aggregate not found 2026-08-13 02:23:54.743 7 INFO neutron.services.segments.plugin [-] Segment 60f01399-2f6f-449f-bf71-28fb7a280560 resource provider aggregate not found 2026-08-13 02:23:54.752 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 60f01399-2f6f-449f-bf71-28fb7a280560 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60f01399-2f6f-449f-bf71-28fb7a280560 found for delete ", "request_id": "req-ef7d31d5-9d80-41a3-812a-f65f99b763c9"}]} 2026-08-13 02:23:54.756 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 60f01399-2f6f-449f-bf71-28fb7a280560 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60f01399-2f6f-449f-bf71-28fb7a280560 found for delete ", "request_id": "req-6fc3d3bb-c6ef-4c1b-9d62-dad4b87c426f"}]} [pid: 8|app: 0|req: 557/1040] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:23:54 2026] DELETE /v2.0/security-groups/dd1b8c90-ca52-430b-9ef2-ef423f7edc07 => 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: 558/1041] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:23:54 2026] DELETE /v2.0/security-groups/af7f4697-9289-492c-b70e-31040608283d => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/1042] 10.0.0.194 () {34 vars in 665 bytes} [Thu Aug 13 02:23:54 2026] POST /v2.0/ports => generated 1505 bytes in 599 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1043] 10.0.0.194 () {32 vars in 643 bytes} [Thu Aug 13 02:23:54 2026] GET /v2.0/ports => generated 1505 bytes in 88 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 02:23:55.082 7 INFO neutron_taas.services.taas.taas_plugin [None req-90b458ec-7ad4-4111-8ff3-f96158f89dd5 5241ea28b3d44d668bc278e6e0c241a1 622eba85ad044e6595a8bfea765ced64 - - default default] TaaS: Handle Delete Port: 030a62c1-2837-4548-966f-79596bc7cca4 2026-08-13 02:23:55.084 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90b458ec-7ad4-4111-8ff3-f96158f89dd5 5241ea28b3d44d668bc278e6e0c241a1 622eba85ad044e6595a8bfea765ced64 - - default default] Tap Mirror: Handle Delete Port: 030a62c1-2837-4548-966f-79596bc7cca4 [pid: 7|app: 0|req: 485/1044] 10.0.0.194 () {32 vars in 720 bytes} [Thu Aug 13 02:23:54 2026] DELETE /v2.0/ports/030a62c1-2837-4548-966f-79596bc7cca4 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:23:55.239 8 INFO neutron_taas.services.taas.taas_plugin [None req-524ad3b5-15f1-4ae7-8546-3cfb7fbaad6e 5241ea28b3d44d668bc278e6e0c241a1 622eba85ad044e6595a8bfea765ced64 - - default default] TaaS: Handle Delete Port: 853daedd-d569-4dd2-9692-8e51f2db9ccf 2026-08-13 02:23:55.241 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-524ad3b5-15f1-4ae7-8546-3cfb7fbaad6e 5241ea28b3d44d668bc278e6e0c241a1 622eba85ad044e6595a8bfea765ced64 - - default default] Tap Mirror: Handle Delete Port: 853daedd-d569-4dd2-9692-8e51f2db9ccf [pid: 8|app: 0|req: 560/1045] 10.0.0.194 () {32 vars in 720 bytes} [Thu Aug 13 02:23:55 2026] DELETE /v2.0/ports/853daedd-d569-4dd2-9692-8e51f2db9ccf => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1046] 10.0.0.194 () {32 vars in 643 bytes} [Thu Aug 13 02:23:55 2026] GET /v2.0/ports => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:23:55.442 8 INFO neutron.db.segments_db [None req-171044be-3aa9-4cd8-a032-7e6f9ed6344b 5241ea28b3d44d668bc278e6e0c241a1 622eba85ad044e6595a8bfea765ced64 - - default default] Added segment a9153ea6-f96c-4cd1-8741-2934a8850455 of type vxlan for network bd5ee923-186e-4d31-9ac3-f008271cb3d7 [pid: 8|app: 0|req: 561/1047] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:23:55 2026] POST /v2.0/networks => generated 650 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:23:55.593 7 INFO neutron.db.segments_db [None req-582b5280-4c75-4b43-9ac5-8f26a0e05516 5241ea28b3d44d668bc278e6e0c241a1 622eba85ad044e6595a8bfea765ced64 - - default default] Added segment eeae5b6d-2bcd-4599-8289-f91d32b5b6b6 of type vxlan for network eeb4ea69-0b53-4476-b052-9f2d19b5add9 [pid: 7|app: 0|req: 487/1048] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:23:55 2026] POST /v2.0/networks => generated 649 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1049] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:23:55 2026] POST /v2.0/subnets => generated 1273 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/1050] 10.0.0.194 () {32 vars in 647 bytes} [Thu Aug 13 02:23:56 2026] GET /v2.0/subnets => generated 1909 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1051] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:23:56 2026] DELETE /v2.0/subnets/2f971ecb-216c-4a21-b666-4e5ae8de4958 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1052] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:23:56 2026] DELETE /v2.0/subnets/830c98e2-5c8b-47c4-8c69-c15b8fd227dd => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1053] 10.0.0.194 () {32 vars in 647 bytes} [Thu Aug 13 02:23:56 2026] GET /v2.0/subnets => generated 649 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1054] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:23:56 2026] DELETE /v2.0/networks/eeb4ea69-0b53-4476-b052-9f2d19b5add9 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:23:56.773 7 INFO neutron.services.segments.plugin [-] Segment eeae5b6d-2bcd-4599-8289-f91d32b5b6b6 resource provider aggregate not found 2026-08-13 02:23:56.779 7 INFO neutron.services.segments.plugin [-] Segment eeae5b6d-2bcd-4599-8289-f91d32b5b6b6 resource provider aggregate not found 2026-08-13 02:23:56.790 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment eeae5b6d-2bcd-4599-8289-f91d32b5b6b6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eeae5b6d-2bcd-4599-8289-f91d32b5b6b6 found for delete ", "request_id": "req-49965f56-3cc1-457b-b8bf-149a918595f9"}]} 2026-08-13 02:23:56.796 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment eeae5b6d-2bcd-4599-8289-f91d32b5b6b6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eeae5b6d-2bcd-4599-8289-f91d32b5b6b6 found for delete ", "request_id": "req-98618d41-9b98-441c-a027-0bc3e2465027"}]} 2026-08-13 02:23:56.839 8 INFO neutron.services.segments.plugin [-] Segment a9153ea6-f96c-4cd1-8741-2934a8850455 resource provider aggregate not found 2026-08-13 02:23:56.848 8 INFO neutron.services.segments.plugin [-] Segment a9153ea6-f96c-4cd1-8741-2934a8850455 resource provider aggregate not found 2026-08-13 02:23:56.866 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a9153ea6-f96c-4cd1-8741-2934a8850455 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9153ea6-f96c-4cd1-8741-2934a8850455 found for delete ", "request_id": "req-f437a6e8-63da-4a3c-94d7-2c1995b4cdfe"}]} 2026-08-13 02:23:56.868 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a9153ea6-f96c-4cd1-8741-2934a8850455 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9153ea6-f96c-4cd1-8741-2934a8850455 found for delete ", "request_id": "req-65f90b41-4341-4be3-a5f7-1c4949d1e0f9"}]} [pid: 8|app: 0|req: 565/1055] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:23:56 2026] DELETE /v2.0/networks/bd5ee923-186e-4d31-9ac3-f008271cb3d7 => 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: 491/1056] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:23:56 2026] DELETE /v2.0/networks/a84ca48d-f058-4c36-b68d-0f7f375c9913 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1057] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:23:57 2026] DELETE /v2.0/networks/37466511-69af-417f-b142-b676bcb1ebd5 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/1058] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:23:57 2026] GET /v2.0/security-groups?tenant_id=2c799ac053214ad18bfce8628059f72d&name=default => generated 2925 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1059] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:23:57 2026] DELETE /v2.0/security-groups/baa81101-3943-46bd-810f-a179a89f1a7f => 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: 493/1060] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:23:57 2026] GET /v2.0/security-groups?tenant_id=622eba85ad044e6595a8bfea765ced64&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: 568/1061] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:23:57 2026] DELETE /v2.0/security-groups/63a07d89-e23a-4b21-8c2d-50e8f8451396 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:23:58.041 7 INFO neutron.db.segments_db [None req-417b1d72-ea7c-4f8f-933f-c6a5bb8e74c8 521386c5e21c4bb09f82f6439fc43d27 151355bed7b24479a2dffccdf832ab19 - - default default] Added segment a9439592-6c05-4662-ace3-a4e3fe0d1676 of type vxlan for network 80827349-4d59-49b0-9861-c19535024292 [pid: 7|app: 0|req: 494/1062] 10.0.0.194 () {34 vars in 671 bytes} [Thu Aug 13 02:23:57 2026] POST /v2.0/networks => generated 633 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:23:58.203 8 INFO neutron.db.segments_db [None req-43a41c89-97b6-4f91-ad5e-779af03ab8ce 521386c5e21c4bb09f82f6439fc43d27 151355bed7b24479a2dffccdf832ab19 - - default default] Added segment 236c6fc1-6ec5-4fd0-80c5-ccb74fe50b76 of type vxlan for network f954e5d9-f599-41fb-961c-2527fb6fcf45 2026-08-13 02:23:58.456 8 INFO neutron.db.l3_hamode_db [None req-43a41c89-97b6-4f91-ad5e-779af03ab8ce 521386c5e21c4bb09f82f6439fc43d27 151355bed7b24479a2dffccdf832ab19 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:23:58.807 7 INFO neutron.services.segments.plugin [-] Segment 42b38e3d-aeab-492f-be5f-ceffafe34ab8 resource provider aggregate not found 2026-08-13 02:23:58.818 7 INFO neutron.services.segments.plugin [-] Segment 42b38e3d-aeab-492f-be5f-ceffafe34ab8 resource provider aggregate not found 2026-08-13 02:23:58.822 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 42b38e3d-aeab-492f-be5f-ceffafe34ab8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42b38e3d-aeab-492f-be5f-ceffafe34ab8 found for delete ", "request_id": "req-31c7bac0-89bf-4ce3-a4ae-effd27426d24"}]} 2026-08-13 02:23:58.834 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 42b38e3d-aeab-492f-be5f-ceffafe34ab8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42b38e3d-aeab-492f-be5f-ceffafe34ab8 found for delete ", "request_id": "req-deb3230a-f507-4550-a415-a21367e008e3"}]} 2026-08-13 02:23:58.887 8 INFO neutron.services.segments.plugin [-] Segment b044882c-abba-44cb-8876-97a740fd0594 resource provider aggregate not found 2026-08-13 02:23:58.893 8 INFO neutron.services.segments.plugin [-] Segment b044882c-abba-44cb-8876-97a740fd0594 resource provider aggregate not found 2026-08-13 02:23:58.902 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b044882c-abba-44cb-8876-97a740fd0594 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b044882c-abba-44cb-8876-97a740fd0594 found for delete ", "request_id": "req-8ee23d2f-5106-4aea-b86d-486855abb2fb"}]} 2026-08-13 02:23:58.911 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b044882c-abba-44cb-8876-97a740fd0594 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b044882c-abba-44cb-8876-97a740fd0594 found for delete ", "request_id": "req-5b53b89d-1415-49ec-bcd6-bb55b5dc86db"}]} 2026-08-13 02:23:59.148 8 INFO neutron.db.l3_hamode_db [None req-43a41c89-97b6-4f91-ad5e-779af03ab8ce 521386c5e21c4bb09f82f6439fc43d27 151355bed7b24479a2dffccdf832ab19 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:23:59.884 7 INFO neutron.db.segments_db [None req-bda93309-d4d2-4ddb-9a97-005427cad0c0 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] Added segment 8a2078f5-ff8e-45b9-9880-05968ad228ed of type vxlan for network 25878c3e-5286-473d-ac22-80de64bad19e [pid: 7|app: 0|req: 495/1063] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:23:59 2026] POST /v2.0/networks => generated 633 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1064] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:23:59 2026] GET /v2.0/security-groups?tenant_id=787dae8017bc4408929d6c5312429c8a&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:24:00.159 7 INFO neutron.db.segments_db [None req-f938f9d5-1edc-41af-8aa0-41ce57af3e08 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] Added segment e244d18f-170a-4b6a-9e3f-83e55367b20c of type vxlan for network 5d6049bb-0fd1-4399-b062-8fe77af17d50 [pid: 7|app: 0|req: 497/1065] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:24:00 2026] POST /v2.0/networks => generated 633 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1066] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:24:00 2026] DELETE /v2.0/security-groups/ffbcf406-54ab-44d9-ad7f-2155b922ddd4 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1067] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:23:58 2026] POST /v2.0/routers => generated 693 bytes in 2283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1068] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:24:00 2026] POST /v2.0/subnets => generated 646 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1069] 10.0.0.194 () {32 vars in 776 bytes} [Thu Aug 13 02:24:00 2026] GET /v2.0/subnets?project_id=151355bed7b24479a2dffccdf832ab19&cidr=10.100.0.0%2F28 => generated 14 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1070] 10.0.0.194 () {32 vars in 694 bytes} [Thu Aug 13 02:24:00 2026] GET /v2.0/networks?router%3Aexternal=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: 572/1071] 10.0.0.194 () {32 vars in 784 bytes} [Thu Aug 13 02:24:00 2026] GET /v2.0/subnets?network_id=db55f924-ff5c-4d45-ae3c-30cf68b0dc8e&cidr=10.100.0.0%2F28 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1072] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:24:00 2026] POST /v2.0/subnets => generated 655 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:24:00.822 7 INFO neutron.db.segments_db [None req-b90e06c9-1eb8-412b-b66c-7b6d23177720 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] Added segment d531ccad-01a5-4fad-b788-3c155ac9963e of type vxlan for network 5ed6ff78-2d5b-4b16-9835-99867a679bbe [pid: 8|app: 0|req: 573/1073] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:24:00 2026] POST /v2.0/subnets => generated 656 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:24:01.121 7 INFO neutron.db.l3_hamode_db [None req-b90e06c9-1eb8-412b-b66c-7b6d23177720 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:24:01.249 7 INFO neutron.db.l3_hamode_db [None req-b90e06c9-1eb8-412b-b66c-7b6d23177720 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 501/1074] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:24:00 2026] POST /v2.0/routers => generated 511 bytes in 1130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1075] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:01 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1076] 10.0.0.194 () {34 vars in 783 bytes} [Thu Aug 13 02:24:00 2026] PUT /v2.0/routers/ede70de7-16d8-497f-9c15-83e5f2608882/add_router_interface => generated 309 bytes in 1308 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1077] 10.0.0.194 () {32 vars in 653 bytes} [Thu Aug 13 02:24:02 2026] GET /v2.0/extensions => generated 21537 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1078] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:02 2026] GET /v2.0/security-groups?id=0dfb635a-1d96-4371-9d41-362b24b92ac0&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1079] 10.0.0.194 () {32 vars in 649 bytes} [Thu Aug 13 02:24:02 2026] GET /v2.0/networks => generated 7241 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1080] 10.0.0.194 () {32 vars in 681 bytes} [Thu Aug 13 02:24:02 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: 8|app: 0|req: 579/1081] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:02 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1082] 10.0.0.194 () {32 vars in 647 bytes} [Thu Aug 13 02:24:02 2026] GET /v2.0/subnets => generated 5836 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1083] 10.0.0.194 () {32 vars in 681 bytes} [Thu Aug 13 02:24:02 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1084] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:02 2026] GET /v2.0/security-groups?id=0dfb635a-1d96-4371-9d41-362b24b92ac0&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: 583/1085] 10.0.0.194 () {32 vars in 647 bytes} [Thu Aug 13 02:24:02 2026] GET /v2.0/routers => generated 2004 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1086] 10.0.0.194 () {32 vars in 729 bytes} [Thu Aug 13 02:24:02 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: 8|app: 0|req: 585/1087] 10.0.0.194 () {32 vars in 665 bytes} [Thu Aug 13 02:24:02 2026] GET /v2.0/extensions/agent => generated 153 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1088] 10.0.0.194 () {32 vars in 699 bytes} [Thu Aug 13 02:24:02 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: 8|app: 0|req: 587/1089] 10.0.0.194 () {32 vars in 697 bytes} [Thu Aug 13 02:24:02 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: 588/1090] 10.0.0.194 () {32 vars in 701 bytes} [Thu Aug 13 02:24:02 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: 8|app: 0|req: 589/1091] 10.0.0.194 () {32 vars in 689 bytes} [Thu Aug 13 02:24:02 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: 8|app: 0|req: 590/1092] 10.0.0.194 () {32 vars in 703 bytes} [Thu Aug 13 02:24:02 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: 8|app: 0|req: 591/1093] 10.0.0.194 () {32 vars in 693 bytes} [Thu Aug 13 02:24:02 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: 503/1094] 10.0.0.194 () {34 vars in 783 bytes} [Thu Aug 13 02:24:01 2026] PUT /v2.0/routers/ac34632d-d909-44e2-8542-ff7e7b8ffd60/add_router_interface => generated 309 bytes in 947 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1095] 10.0.0.194 () {32 vars in 695 bytes} [Thu Aug 13 02:24:02 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1096] 10.0.0.194 () {32 vars in 717 bytes} [Thu Aug 13 02:24:02 2026] GET /v2.0/ports/d99464b1-870b-4f7c-882e-8c2aa5c2e432 => generated 959 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1097] 10.0.0.194 () {32 vars in 685 bytes} [Thu Aug 13 02:24:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1098] 10.0.0.194 () {34 vars in 685 bytes} [Thu Aug 13 02:24:02 2026] POST /v2.0/security-groups => generated 1673 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1099] 10.0.0.194 () {32 vars in 687 bytes} [Thu Aug 13 02:24:02 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1100] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:24:02 2026] POST /v2.0/security-group-rules => generated 597 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1101] 10.0.0.194 () {32 vars in 661 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1102] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1103] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:24:03 2026] POST /v2.0/security-group-rules => generated 596 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1104] 10.0.0.194 () {32 vars in 699 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1105] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/security-groups?id=0dfb635a-1d96-4371-9d41-362b24b92ac0&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: 600/1106] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:24:03 2026] POST /v2.0/security-group-rules => generated 602 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1107] 10.0.0.194 () {32 vars in 679 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1108] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:24:03 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) [pid: 8|app: 0|req: 603/1109] 10.0.0.194 () {32 vars in 683 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:03.573 8 INFO neutron.db.securitygroups_db [None req-a3b48315-89cb-41e3-9be5-b1007edb6e52 521386c5e21c4bb09f82f6439fc43d27 151355bed7b24479a2dffccdf832ab19 - - default default] Project 151355bed7b24479a2dffccdf832ab19 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: 604/1110] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:24:03 2026] POST /v2.0/security-group-rules => generated 607 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1111] 10.0.0.194 () {32 vars in 675 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:03.690 8 INFO neutron.db.securitygroups_db [None req-2996f22e-6c29-4a6c-ae6e-f146c13ea9d3 521386c5e21c4bb09f82f6439fc43d27 151355bed7b24479a2dffccdf832ab19 - - default default] Project 151355bed7b24479a2dffccdf832ab19 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: 606/1112] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:24:03 2026] POST /v2.0/security-group-rules => generated 606 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1113] 10.0.0.194 () {32 vars in 689 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1114] 10.0.0.194 () {32 vars in 723 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1115] 10.0.0.194 () {32 vars in 687 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1116] 10.0.0.194 () {32 vars in 669 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1117] 10.0.0.194 () {32 vars in 687 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1118] 10.0.0.194 () {32 vars in 681 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1119] 10.0.0.194 () {32 vars in 699 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1120] 10.0.0.194 () {32 vars in 679 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1121] 10.0.0.194 () {32 vars in 667 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1122] 10.0.0.194 () {32 vars in 677 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1123] 10.0.0.194 () {32 vars in 665 bytes} [Thu Aug 13 02:24:03 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: 8|app: 0|req: 618/1124] 10.0.0.194 () {32 vars in 675 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1125] 10.0.0.194 () {32 vars in 713 bytes} [Thu Aug 13 02:24:03 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: 620/1126] 10.0.0.194 () {32 vars in 691 bytes} [Thu Aug 13 02:24:03 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: 621/1127] 10.0.0.194 () {32 vars in 683 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/extensions/multi-provider => 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: 622/1128] 10.0.0.194 () {32 vars in 669 bytes} [Thu Aug 13 02:24:03 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: 623/1129] 10.0.0.194 () {32 vars in 687 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1130] 10.0.0.194 () {32 vars in 705 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1131] 10.0.0.194 () {32 vars in 675 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1132] 10.0.0.194 () {32 vars in 701 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1133] 10.0.0.194 () {32 vars in 675 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1134] 10.0.0.194 () {32 vars in 693 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1135] 10.0.0.194 () {32 vars in 689 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1136] 10.0.0.194 () {32 vars in 709 bytes} [Thu Aug 13 02:24:03 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: 631/1137] 10.0.0.194 () {32 vars in 705 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1138] 10.0.0.194 () {32 vars in 719 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1139] 10.0.0.194 () {32 vars in 697 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1140] 10.0.0.194 () {32 vars in 711 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1141] 10.0.0.194 () {32 vars in 669 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/binding => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1142] 10.0.0.194 () {32 vars in 687 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1143] 10.0.0.194 () {32 vars in 681 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1144] 10.0.0.194 () {32 vars in 675 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1145] 10.0.0.194 () {32 vars in 671 bytes} [Thu Aug 13 02:24:04 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: 8|app: 0|req: 640/1146] 10.0.0.194 () {32 vars in 661 bytes} [Thu Aug 13 02:24:04 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: 641/1147] 10.0.0.194 () {32 vars in 699 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1148] 10.0.0.194 () {32 vars in 699 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1149] 10.0.0.194 () {32 vars in 677 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1150] 10.0.0.194 () {32 vars in 669 bytes} [Thu Aug 13 02:24:04 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: 645/1151] 10.0.0.194 () {32 vars in 683 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1152] 10.0.0.194 () {32 vars in 701 bytes} [Thu Aug 13 02:24:04 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: 647/1153] 10.0.0.194 () {32 vars in 649 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/networks => generated 1298 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1154] 10.0.0.194 () {32 vars in 685 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1155] 10.0.0.194 () {32 vars in 707 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1156] 10.0.0.194 () {32 vars in 669 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1157] 10.0.0.194 () {32 vars in 697 bytes} [Thu Aug 13 02:24:04 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: 652/1158] 10.0.0.194 () {32 vars in 695 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1159] 10.0.0.194 () {32 vars in 685 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1160] 10.0.0.194 () {32 vars in 689 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1161] 10.0.0.194 () {32 vars in 705 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1162] 10.0.0.194 () {32 vars in 667 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1163] 10.0.0.194 () {32 vars in 681 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1164] 10.0.0.194 () {32 vars in 681 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1165] 10.0.0.194 () {32 vars in 691 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1166] 10.0.0.51 () {34 vars in 1097 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-497496853&fields=id&tenant_id=151355bed7b24479a2dffccdf832ab19 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1167] 10.0.0.194 () {32 vars in 691 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1168] 10.0.0.194 () {34 vars in 783 bytes} [Thu Aug 13 02:24:02 2026] PUT /v2.0/routers/ac34632d-d909-44e2-8542-ff7e7b8ffd60/add_router_interface => generated 309 bytes in 1413 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1169] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1170] 10.0.0.194 () {32 vars in 695 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1171] 10.0.0.51 () {34 vars in 981 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/networks?id=80827349-4d59-49b0-9861-c19535024292 => generated 661 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1172] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/security-groups?id=0dfb635a-1d96-4371-9d41-362b24b92ac0&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1173] 10.0.0.194 () {32 vars in 717 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/ports/daeb2b66-6449-4f83-b81b-dc4194fcef41 => generated 967 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1174] 10.0.0.194 () {32 vars in 685 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1175] 10.0.0.51 () {34 vars in 964 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/quotas/151355bed7b24479a2dffccdf832ab19 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1176] 10.0.0.194 () {32 vars in 689 bytes} [Thu Aug 13 02:24:04 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: 667/1177] 10.0.0.194 () {32 vars in 701 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1178] 10.0.0.51 () {34 vars in 1001 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/ports?tenant_id=151355bed7b24479a2dffccdf832ab19&fields=id => generated 57 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1179] 10.0.0.194 () {32 vars in 703 bytes} [Thu Aug 13 02:24:04 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: 670/1180] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/ports?tenant_id=a9b3b41a1b7a47749cb3e92c01bf5df8&device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1181] 10.0.0.194 () {32 vars in 713 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1182] 10.0.0.51 () {34 vars in 1007 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/networks/80827349-4d59-49b0-9861-c19535024292?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1183] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/networks?id=60180fc3-671c-497c-8e5d-62542818c536 => generated 772 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1184] 10.0.0.194 () {32 vars in 717 bytes} [Thu Aug 13 02:24:04 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: 675/1185] 10.0.0.51 () {34 vars in 1107 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/networks/80827349-4d59-49b0-9861-c19535024292?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1186] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=a2a5ef9a-fb25-4c67-aaa0-6c4d4d49724f => generated 860 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1187] 10.0.0.194 () {32 vars in 715 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1188] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/subnets?id=238d1e28-1e76-4faa-87cc-35aad1eb7dc1 => generated 694 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1189] 10.0.0.194 () {32 vars in 727 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1190] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/ports?network_id=60180fc3-671c-497c-8e5d-62542818c536&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:24:04.792 7 INFO neutron_taas.services.taas.taas_plugin [None req-c9a97635-bbf9-4fb3-9c1a-2bded0a8fba1 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] TaaS: Handle Delete Port: daeb2b66-6449-4f83-b81b-dc4194fcef41 [pid: 8|app: 0|req: 681/1191] 10.0.0.194 () {32 vars in 741 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:04.796 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9a97635-bbf9-4fb3-9c1a-2bded0a8fba1 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] Tap Mirror: Handle Delete Port: daeb2b66-6449-4f83-b81b-dc4194fcef41 [pid: 8|app: 0|req: 682/1192] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/networks/60180fc3-671c-497c-8e5d-62542818c536?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: 683/1193] 10.0.0.194 () {32 vars in 719 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1194] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/ports?device_id=41dfd2f3-9092-4b60-8288-51c218ee122f => 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: 685/1195] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/networks/60180fc3-671c-497c-8e5d-62542818c536?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: 686/1196] 10.0.0.194 () {32 vars in 683 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1197] 10.0.0.194 () {32 vars in 669 bytes} [Thu Aug 13 02:24:04 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: 688/1198] 10.0.0.194 () {32 vars in 719 bytes} [Thu Aug 13 02:24:04 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: 689/1199] 10.0.0.194 () {32 vars in 679 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1200] 10.0.0.194 () {32 vars in 669 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1201] 10.0.0.194 () {32 vars in 697 bytes} [Thu Aug 13 02:24:04 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: 692/1202] 10.0.0.194 () {32 vars in 705 bytes} [Thu Aug 13 02:24:04 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1203] 10.0.0.194 () {32 vars in 701 bytes} [Thu Aug 13 02:24:04 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: 694/1204] 10.0.0.194 () {32 vars in 701 bytes} [Thu Aug 13 02:24:04 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: 695/1205] 10.0.0.194 () {32 vars in 683 bytes} [Thu Aug 13 02:24:05 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1206] 10.0.0.194 () {32 vars in 705 bytes} [Thu Aug 13 02:24:05 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1207] 10.0.0.194 () {32 vars in 695 bytes} [Thu Aug 13 02:24:05 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1208] 10.0.0.194 () {32 vars in 689 bytes} [Thu Aug 13 02:24:05 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1209] 10.0.0.194 () {32 vars in 697 bytes} [Thu Aug 13 02:24:05 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: 700/1210] 10.0.0.194 () {32 vars in 679 bytes} [Thu Aug 13 02:24:05 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1211] 10.0.0.194 () {32 vars in 689 bytes} [Thu Aug 13 02:24:05 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1212] 10.0.0.194 () {32 vars in 701 bytes} [Thu Aug 13 02:24:05 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1213] 10.0.0.194 () {32 vars in 665 bytes} [Thu Aug 13 02:24:05 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: 704/1214] 10.0.0.194 () {32 vars in 681 bytes} [Thu Aug 13 02:24:05 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: 705/1215] 10.0.0.194 () {32 vars in 677 bytes} [Thu Aug 13 02:24:05 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1216] 10.0.0.194 () {32 vars in 693 bytes} [Thu Aug 13 02:24:05 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1217] 10.0.0.194 () {32 vars in 677 bytes} [Thu Aug 13 02:24:05 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1218] 10.0.0.194 () {32 vars in 667 bytes} [Thu Aug 13 02:24:05 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: 709/1219] 10.0.0.194 () {32 vars in 663 bytes} [Thu Aug 13 02:24:05 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: 710/1220] 10.0.0.194 () {32 vars in 675 bytes} [Thu Aug 13 02:24:05 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: 711/1221] 10.0.0.194 () {32 vars in 687 bytes} [Thu Aug 13 02:24:05 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: 511/1222] 10.0.0.194 () {34 vars in 789 bytes} [Thu Aug 13 02:24:04 2026] PUT /v2.0/routers/ac34632d-d909-44e2-8542-ff7e7b8ffd60/remove_router_interface => generated 309 bytes in 773 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1223] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:05 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1224] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:05 2026] GET /v2.0/security-groups?id=0dfb635a-1d96-4371-9d41-362b24b92ac0&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:05.691 8 INFO neutron_taas.services.taas.taas_plugin [None req-e96b6092-56d4-4425-8c24-07ce78272c5c 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] TaaS: Handle Delete Port: d99464b1-870b-4f7c-882e-8c2aa5c2e432 2026-08-13 02:24:05.697 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e96b6092-56d4-4425-8c24-07ce78272c5c 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] Tap Mirror: Handle Delete Port: d99464b1-870b-4f7c-882e-8c2aa5c2e432 [pid: 7|app: 0|req: 514/1225] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:24:05 2026] GET /v2.0/security-groups?tenant_id=f736a18a66324d8992ca2c7cf6bec154&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1226] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:05 2026] GET /v2.0/ports?device_id=41dfd2f3-9092-4b60-8288-51c218ee122f => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1227] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:24:05 2026] DELETE /v2.0/security-groups/62589424-8a86-4084-82fd-960651057092 => 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: 712/1228] 10.0.0.194 () {34 vars in 789 bytes} [Thu Aug 13 02:24:05 2026] PUT /v2.0/routers/ac34632d-d909-44e2-8542-ff7e7b8ffd60/remove_router_interface => generated 309 bytes in 865 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1229] 10.0.0.194 () {32 vars in 736 bytes} [Thu Aug 13 02:24:06 2026] GET /v2.0/ports?device_id=ac34632d-d909-44e2-8542-ff7e7b8ffd60 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:24:06.332 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca5eba47-74ab-4bfd-9daa-847b3012f8a0 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] TaaS: Handle Delete Port: 19d3e886-0af5-43e9-a431-1ab76ce86973 2026-08-13 02:24:06.340 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca5eba47-74ab-4bfd-9daa-847b3012f8a0 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] Tap Mirror: Handle Delete Port: 19d3e886-0af5-43e9-a431-1ab76ce86973 2026-08-13 02:24:06.749 8 INFO neutron.services.segments.plugin [-] Segment d531ccad-01a5-4fad-b788-3c155ac9963e resource provider aggregate not found 2026-08-13 02:24:06.750 8 INFO neutron.services.segments.plugin [-] Segment d531ccad-01a5-4fad-b788-3c155ac9963e resource provider aggregate not found [pid: 7|app: 0|req: 518/1230] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:06 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:06.774 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d531ccad-01a5-4fad-b788-3c155ac9963e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d531ccad-01a5-4fad-b788-3c155ac9963e found for delete ", "request_id": "req-1e9310c7-23db-4775-85b5-6149b512f99e"}]} 2026-08-13 02:24:06.774 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d531ccad-01a5-4fad-b788-3c155ac9963e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d531ccad-01a5-4fad-b788-3c155ac9963e found for delete ", "request_id": "req-cf9ba023-dcaf-4855-8341-c5c41b3ab89e"}]} [pid: 7|app: 0|req: 519/1231] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:06 2026] GET /v2.0/security-groups?id=0dfb635a-1d96-4371-9d41-362b24b92ac0&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:06.803 8 INFO neutron.db.l3_hamode_db [None req-ca5eba47-74ab-4bfd-9daa-847b3012f8a0 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] HA network 5ed6ff78-2d5b-4b16-9835-99867a679bbe was deleted as no HA routers are present in tenant 43b6617f3682489bb1633a5b627f79f2. [pid: 8|app: 0|req: 713/1232] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:24:06 2026] DELETE /v2.0/routers/ac34632d-d909-44e2-8542-ff7e7b8ffd60 => generated 0 bytes in 641 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1233] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:24:06 2026] DELETE /v2.0/subnets/7c2342ac-6545-4b0f-a46f-ab52a2a7f81b => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1234] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:07 2026] GET /v2.0/ports?device_id=41dfd2f3-9092-4b60-8288-51c218ee122f => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1235] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:24:06 2026] DELETE /v2.0/subnets/b15c145e-9906-497e-b50f-9a3e64ea03bc => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:24:07.202 7 INFO neutron_taas.services.taas.taas_plugin [None req-543f2dc9-525b-4c7f-9f1e-0a42a36f4c8b 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] TaaS: Handle Delete Port: e389a2ff-d4eb-409d-b2b0-fc5ce674c6a6 2026-08-13 02:24:07.204 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-543f2dc9-525b-4c7f-9f1e-0a42a36f4c8b 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] Tap Mirror: Handle Delete Port: e389a2ff-d4eb-409d-b2b0-fc5ce674c6a6 2026-08-13 02:24:07.356 7 INFO neutron.services.segments.plugin [-] Segment e244d18f-170a-4b6a-9e3f-83e55367b20c resource provider aggregate not found 2026-08-13 02:24:07.364 7 INFO neutron.services.segments.plugin [-] Segment e244d18f-170a-4b6a-9e3f-83e55367b20c resource provider aggregate not found 2026-08-13 02:24:07.380 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e244d18f-170a-4b6a-9e3f-83e55367b20c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e244d18f-170a-4b6a-9e3f-83e55367b20c found for delete ", "request_id": "req-37aa6aa9-c6c5-43d5-8d37-e220891e231a"}]} 2026-08-13 02:24:07.387 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e244d18f-170a-4b6a-9e3f-83e55367b20c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e244d18f-170a-4b6a-9e3f-83e55367b20c found for delete ", "request_id": "req-d61eed76-9f24-459c-a31e-8183605a1a2f"}]} [pid: 7|app: 0|req: 522/1236] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:24:07 2026] DELETE /v2.0/networks/5d6049bb-0fd1-4399-b062-8fe77af17d50 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:24:07.523 8 INFO neutron_taas.services.taas.taas_plugin [None req-f26f1850-4d09-47a8-83a9-b79b2ada4299 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] TaaS: Handle Delete Port: 1ca609ec-f799-4d33-9b70-b6952a11d394 2026-08-13 02:24:07.525 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f26f1850-4d09-47a8-83a9-b79b2ada4299 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] Tap Mirror: Handle Delete Port: 1ca609ec-f799-4d33-9b70-b6952a11d394 [pid: 8|app: 0|req: 715/1237] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:24:07 2026] DELETE /v2.0/networks/25878c3e-5286-473d-ac22-80de64bad19e => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:24:07.741 7 INFO neutron.db.segments_db [None req-3a3bb7ae-be99-4433-942f-c22fcbfe351c 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] Added segment 57bc32f6-6296-4fe3-8774-f3dee5275232 of type vxlan for network b4e04c40-7fac-4e06-813b-5baa4035edda [pid: 7|app: 0|req: 523/1238] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:24:07 2026] POST /v2.0/networks => generated 634 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1239] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:24:07 2026] POST /v2.0/subnets => generated 646 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:24:08.124 8 INFO neutron.db.segments_db [None req-81bb1b69-efc0-417c-9889-a0ba5b94247d 2bed30a4058f475eaa8527f3af4c3980 c874386f561c4c7799da1401d8675274 - - default default] Added segment 9c8584c2-b0e3-4e45-af42-d7bf9ad42b8a of type vxlan for network 0ff25d22-682a-4e6c-a59e-fc2df548edb8 [pid: 7|app: 0|req: 525/1240] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:08 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:08.210 7 INFO neutron.db.segments_db [None req-cdf285e7-47f4-4c8c-b255-4711bcda3f06 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] Added segment beeb7aad-325d-49f2-9c74-0758c18b695f of type vxlan for network 1d40aea5-3b34-4a84-8875-f3f80ac5aa54 [pid: 8|app: 0|req: 716/1241] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:24:07 2026] POST /v2.0/networks => generated 649 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1242] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:08 2026] GET /v2.0/ports?device_id=41dfd2f3-9092-4b60-8288-51c218ee122f => 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: 718/1243] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:08 2026] GET /v2.0/security-groups?id=0dfb635a-1d96-4371-9d41-362b24b92ac0&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:08.442 7 INFO neutron.db.l3_hamode_db [None req-cdf285e7-47f4-4c8c-b255-4711bcda3f06 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 719/1244] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:24:08 2026] POST /v2.0/subnets => generated 627 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:24:08.546 7 INFO neutron.db.l3_hamode_db [None req-cdf285e7-47f4-4c8c-b255-4711bcda3f06 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:24:08.571 8 INFO neutron.db.segments_db [None req-769994b6-2a5c-4cdc-b67f-27b29a83c542 2bed30a4058f475eaa8527f3af4c3980 c874386f561c4c7799da1401d8675274 - - default default] Added segment eaf4cb3c-ec00-4333-a9e0-dc7ad88dc394 of type vxlan for network c1dcb7dc-827c-461c-9f36-492b4664cbf3 2026-08-13 02:24:08.768 8 INFO neutron.db.l3_hamode_db [None req-769994b6-2a5c-4cdc-b67f-27b29a83c542 2bed30a4058f475eaa8527f3af4c3980 c874386f561c4c7799da1401d8675274 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:24:08.800 8 INFO neutron.services.segments.plugin [-] Segment 8a2078f5-ff8e-45b9-9880-05968ad228ed resource provider aggregate not found 2026-08-13 02:24:08.805 8 INFO neutron.services.segments.plugin [-] Segment 8a2078f5-ff8e-45b9-9880-05968ad228ed resource provider aggregate not found 2026-08-13 02:24:08.826 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8a2078f5-ff8e-45b9-9880-05968ad228ed resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a2078f5-ff8e-45b9-9880-05968ad228ed found for delete ", "request_id": "req-0e5b9314-0490-42ce-9819-aa0ccf2a4417"}]} 2026-08-13 02:24:08.832 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8a2078f5-ff8e-45b9-9880-05968ad228ed resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a2078f5-ff8e-45b9-9880-05968ad228ed found for delete ", "request_id": "req-284dbcb1-7599-4c53-a7cb-df3245be3ead"}]} [pid: 7|app: 0|req: 526/1247] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:24:08 2026] POST /v2.0/routers => generated 511 bytes in 812 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1248] 10.0.0.194 () {34 vars in 665 bytes} [Thu Aug 13 02:24:08 2026] POST /v2.0/ports => generated 963 bytes in 220 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: 528/1249] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:24:09 2026] GET /v2.0/networks?id=80827349-4d59-49b0-9861-c19535024292 => generated 661 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:09.576 8 INFO neutron.db.l3_hamode_db [None req-769994b6-2a5c-4cdc-b67f-27b29a83c542 2bed30a4058f475eaa8527f3af4c3980 c874386f561c4c7799da1401d8675274 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 529/1250] 10.0.0.194 () {34 vars in 783 bytes} [Thu Aug 13 02:24:09 2026] PUT /v2.0/routers/c4a333fc-9741-4cca-a80e-47064d91e161/add_router_interface => generated 309 bytes in 1007 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: 530/1251] 199.204.45.162 () {34 vars in 1050 bytes} [Thu Aug 13 02:24:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=151355bed7b24479a2dffccdf832ab19 => generated 180 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1252] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:10 2026] GET /v2.0/ports?device_id=41dfd2f3-9092-4b60-8288-51c218ee122f => 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: 532/1253] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:10 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => 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: 533/1254] 10.0.0.194 () {32 vars in 717 bytes} [Thu Aug 13 02:24:10 2026] GET /v2.0/ports/133a45fa-1608-41c3-93af-f812bfccc2c3 => generated 1037 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1255] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:24:08 2026] POST /v2.0/routers => generated 695 bytes in 1926 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1256] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:10 2026] GET /v2.0/security-groups?id=0dfb635a-1d96-4371-9d41-362b24b92ac0&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: 534/1257] 199.204.45.162 () {38 vars in 955 bytes} [Thu Aug 13 02:24:10 2026] POST /v2.0/ports => generated 954 bytes in 380 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 02:24:10.774 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ccd455a-277c-4a99-9db1-783b62dbabb2 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] TaaS: Handle Delete Port: 133a45fa-1608-41c3-93af-f812bfccc2c3 2026-08-13 02:24:10.776 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ccd455a-277c-4a99-9db1-783b62dbabb2 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] Tap Mirror: Handle Delete Port: 133a45fa-1608-41c3-93af-f812bfccc2c3 [pid: 8|app: 0|req: 724/1258] 10.0.0.194 () {34 vars in 789 bytes} [Thu Aug 13 02:24:10 2026] PUT /v2.0/routers/c4a333fc-9741-4cca-a80e-47064d91e161/remove_router_interface => generated 309 bytes in 753 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: 725/1259] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Aug 13 02:24:11 2026] PUT /v2.0/ports/4903b05f-e724-4a1d-873b-3a0c9887987e => generated 1235 bytes in 412 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 02:24:11.764 8 INFO neutron.api.v2.resource [None req-fa3de510-abe5-46b9-84f7-ae238306fa2a 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 726/1260] 10.0.0.194 () {34 vars in 789 bytes} [Thu Aug 13 02:24:11 2026] PUT /v2.0/routers/c4a333fc-9741-4cca-a80e-47064d91e161/remove_router_interface => generated 197 bytes in 128 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1261] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:11 2026] GET /v2.0/ports?device_id=41dfd2f3-9092-4b60-8288-51c218ee122f => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1262] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:11 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1263] 10.0.0.194 () {32 vars in 736 bytes} [Thu Aug 13 02:24:11 2026] GET /v2.0/ports?device_id=c4a333fc-9741-4cca-a80e-47064d91e161 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1264] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:11 2026] GET /v2.0/security-groups?id=9c935736-d8e0-499b-8a67-7273567f5c6a&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: 731/1265] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:11 2026] GET /v2.0/security-groups?id=0dfb635a-1d96-4371-9d41-362b24b92ac0&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:12.050 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ceb7a886-f77f-4d99-b419-7bbf60f12525'] response: {'name': 'network-changed', 'server_uuid': '41dfd2f3-9092-4b60-8288-51c218ee122f', 'tag': '4903b05f-e724-4a1d-873b-3a0c9887987e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 535/1266] 10.0.0.194 () {34 vars in 783 bytes} [Thu Aug 13 02:24:10 2026] PUT /v2.0/routers/5aa7d880-25d9-4f86-ae78-6b8cb971ad08/add_router_interface => generated 309 bytes in 1420 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:12.233 8 INFO neutron_taas.services.taas.taas_plugin [None req-09051e27-4383-41b3-84f5-138ceb0c09ce 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] TaaS: Handle Delete Port: ec8324ab-2353-4d92-87fc-998a576f1947 2026-08-13 02:24:12.236 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09051e27-4383-41b3-84f5-138ceb0c09ce 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] Tap Mirror: Handle Delete Port: ec8324ab-2353-4d92-87fc-998a576f1947 [pid: 7|app: 0|req: 536/1267] 10.0.0.194 () {34 vars in 665 bytes} [Thu Aug 13 02:24:12 2026] POST /v2.0/ports => generated 959 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:24:12.653 8 INFO neutron.services.segments.plugin [-] Segment beeb7aad-325d-49f2-9c74-0758c18b695f resource provider aggregate not found /var/lib/openstack/lib/python3.12/site-packages/pycadf/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 02:24:12.669 8 INFO neutron.services.segments.plugin [-] Segment beeb7aad-325d-49f2-9c74-0758c18b695f resource provider aggregate not found 2026-08-13 02:24:12.675 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment beeb7aad-325d-49f2-9c74-0758c18b695f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid beeb7aad-325d-49f2-9c74-0758c18b695f found for delete ", "request_id": "req-2cfc77f0-b265-4e13-8ffc-498ed70c8651"}]} 2026-08-13 02:24:12.690 8 INFO neutron.db.l3_hamode_db [None req-09051e27-4383-41b3-84f5-138ceb0c09ce 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] HA network 1d40aea5-3b34-4a84-8875-f3f80ac5aa54 was deleted as no HA routers are present in tenant 43b6617f3682489bb1633a5b627f79f2. 2026-08-13 02:24:12.694 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment beeb7aad-325d-49f2-9c74-0758c18b695f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid beeb7aad-325d-49f2-9c74-0758c18b695f found for delete ", "request_id": "req-1ef95595-57fe-4cb4-87a1-371542d42ac9"}]} [pid: 7|app: 0|req: 537/1268] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:24:12 2026] GET /v2.0/ports?tenant_id=151355bed7b24479a2dffccdf832ab19&device_id=41dfd2f3-9092-4b60-8288-51c218ee122f => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1269] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:24:12 2026] DELETE /v2.0/routers/c4a333fc-9741-4cca-a80e-47064d91e161 => generated 0 bytes in 676 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1270] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:24:12 2026] DELETE /v2.0/subnets/cfb40a7e-be2b-46bd-8cf9-7f6dfc442e3b => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1271] 199.204.45.162 () {34 vars in 1018 bytes} [Thu Aug 13 02:24:12 2026] GET /v2.0/networks?tenant_id=151355bed7b24479a2dffccdf832ab19&shared=False => generated 757 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1272] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:24:12 2026] DELETE /v2.0/networks/b4e04c40-7fac-4e06-813b-5baa4035edda => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1273] 10.0.0.194 () {34 vars in 665 bytes} [Thu Aug 13 02:24:12 2026] POST /v2.0/ports => generated 959 bytes in 360 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: 736/1274] 199.204.45.162 () {34 vars in 930 bytes} [Thu Aug 13 02:24:13 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1275] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:13 2026] GET /v2.0/ports?device_id=41dfd2f3-9092-4b60-8288-51c218ee122f => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:13.117 7 INFO neutron.db.segments_db [None req-c3e3a989-6837-4ea0-836b-af47caac7272 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] Added segment 112b0583-824a-4b0c-94b9-0bfd889692a4 of type vxlan for network 13737b62-c6a7-4d0d-8f63-da71d9d3f55c [pid: 7|app: 0|req: 539/1276] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:24:13 2026] POST /v2.0/networks => generated 634 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1277] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:13 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1278] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:13 2026] GET /v2.0/security-groups?id=9c935736-d8e0-499b-8a67-7273567f5c6a&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: 542/1279] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:24:13 2026] POST /v2.0/subnets => generated 646 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1280] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:13 2026] GET /v2.0/security-groups?id=0dfb635a-1d96-4371-9d41-362b24b92ac0&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:13.654 7 INFO neutron.db.segments_db [None req-3835230f-4ed2-41b7-9da3-613dd87dc9a1 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] Added segment 7d395d2a-3566-4d6a-8c66-f70d74301e81 of type vxlan for network 26301907-ae75-45fb-9ea0-13e07ca2ea4f 2026-08-13 02:24:13.841 8 INFO neutron.db.l3_db [None req-52df78ae-98c9-476b-8a03-28b316298242 2bed30a4058f475eaa8527f3af4c3980 c874386f561c4c7799da1401d8675274 - - default default] Floating IP 80e645ee-7a67-4205-bad1-b350c493bfd7 associated. External IP: 10.96.250.216, port: 205b9c93-987b-4416-90f8-78cd9e339724. 2026-08-13 02:24:13.880 7 INFO neutron.db.l3_hamode_db [None req-3835230f-4ed2-41b7-9da3-613dd87dc9a1 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:24:13.992 7 INFO neutron.db.l3_hamode_db [None req-3835230f-4ed2-41b7-9da3-613dd87dc9a1 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 738/1281] 10.0.0.194 () {34 vars in 677 bytes} [Thu Aug 13 02:24:13 2026] POST /v2.0/floatingips => generated 843 bytes in 1053 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1282] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:24:14 2026] GET /v2.0/ports?tenant_id=151355bed7b24479a2dffccdf832ab19&device_id=41dfd2f3-9092-4b60-8288-51c218ee122f => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:24:14.297 8 INFO neutron.db.l3_db [None req-81ec663b-afda-4bb3-ac59-4df5755e360f 2bed30a4058f475eaa8527f3af4c3980 c874386f561c4c7799da1401d8675274 - - default default] Floating IP 80e645ee-7a67-4205-bad1-b350c493bfd7 disassociated. External IP: 10.96.250.216, port: 205b9c93-987b-4416-90f8-78cd9e339724. [pid: 7|app: 0|req: 544/1283] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:24:13 2026] POST /v2.0/routers => generated 511 bytes in 870 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1284] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:24:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=4903b05f-e724-4a1d-873b-3a0c9887987e => 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: 546/1285] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:14 2026] GET /v2.0/ports?device_id=41dfd2f3-9092-4b60-8288-51c218ee122f => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1286] 10.0.0.194 () {34 vars in 749 bytes} [Thu Aug 13 02:24:14 2026] PUT /v2.0/floatingips/80e645ee-7a67-4205-bad1-b350c493bfd7 => generated 552 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1287] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:24:14 2026] GET /v2.0/subnets?id=e825b54c-b54c-40f9-bfad-b3e5937a8380 => generated 677 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1288] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:14 2026] GET /v2.0/security-groups?id=9c935736-d8e0-499b-8a67-7273567f5c6a&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:14.707 8 INFO neutron.services.segments.plugin [-] Segment 57bc32f6-6296-4fe3-8774-f3dee5275232 resource provider aggregate not found 2026-08-13 02:24:14.720 8 INFO neutron.services.segments.plugin [-] Segment 57bc32f6-6296-4fe3-8774-f3dee5275232 resource provider aggregate not found 2026-08-13 02:24:14.740 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 57bc32f6-6296-4fe3-8774-f3dee5275232 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57bc32f6-6296-4fe3-8774-f3dee5275232 found for delete ", "request_id": "req-d83c1ccf-801c-46af-8484-728572e3dea7"}]} 2026-08-13 02:24:14.740 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 57bc32f6-6296-4fe3-8774-f3dee5275232 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57bc32f6-6296-4fe3-8774-f3dee5275232 found for delete ", "request_id": "req-ea177bd4-700f-4d87-a9da-2c4e8a52d2fa"}]} 2026-08-13 02:24:14.798 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed328973-1bd5-4191-a480-31501df3c578 2bed30a4058f475eaa8527f3af4c3980 c874386f561c4c7799da1401d8675274 - - default default] TaaS: Handle Delete Port: 90f16f91-5b96-4e4e-b749-04e8e71938dc 2026-08-13 02:24:14.802 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed328973-1bd5-4191-a480-31501df3c578 2bed30a4058f475eaa8527f3af4c3980 c874386f561c4c7799da1401d8675274 - - default default] Tap Mirror: Handle Delete Port: 90f16f91-5b96-4e4e-b749-04e8e71938dc [pid: 8|app: 0|req: 743/1289] 10.0.0.194 () {32 vars in 732 bytes} [Thu Aug 13 02:24:14 2026] DELETE /v2.0/floatingips/80e645ee-7a67-4205-bad1-b350c493bfd7 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1290] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:24:15 2026] GET /v2.0/ports?network_id=80827349-4d59-49b0-9861-c19535024292&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1291] 10.0.0.194 () {34 vars in 783 bytes} [Thu Aug 13 02:24:14 2026] PUT /v2.0/routers/4f692273-6e9b-47a7-9b2a-64207e9db655/add_router_interface => generated 309 bytes in 1017 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1292] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:24:15 2026] GET /v2.0/networks/80827349-4d59-49b0-9861-c19535024292?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: 549/1293] 10.0.0.194 () {32 vars in 717 bytes} [Thu Aug 13 02:24:15 2026] GET /v2.0/ports/a7405c41-eca6-41be-81d4-506d5a9dd979 => generated 959 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1294] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:24:15 2026] GET /v2.0/networks/80827349-4d59-49b0-9861-c19535024292?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 02:24:15.680 8 INFO neutron.db.l3_db [None req-68bebc4d-f3d2-4a96-aa43-ba1e779c2600 2bed30a4058f475eaa8527f3af4c3980 c874386f561c4c7799da1401d8675274 - - default default] Floating IP 457a1047-7f56-4292-aca5-c3c5a1d67f25 associated. External IP: 10.96.250.214, port: 50be3579-fdc2-4d91-8ce4-2e47f66d1828. [pid: 8|app: 0|req: 745/1295] 10.0.0.194 () {34 vars in 677 bytes} [Thu Aug 13 02:24:15 2026] POST /v2.0/floatingips => generated 843 bytes in 923 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:24:15.985 7 INFO neutron_taas.services.taas.taas_plugin [None req-bca73e3e-12d5-474b-8373-d98be7bd32da 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] TaaS: Handle Delete Port: a7405c41-eca6-41be-81d4-506d5a9dd979 2026-08-13 02:24:15.987 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bca73e3e-12d5-474b-8373-d98be7bd32da 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] Tap Mirror: Handle Delete Port: a7405c41-eca6-41be-81d4-506d5a9dd979 [pid: 8|app: 0|req: 746/1296] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:15 2026] GET /v2.0/ports?device_id=41dfd2f3-9092-4b60-8288-51c218ee122f => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1297] 10.0.0.194 () {32 vars in 729 bytes} [Thu Aug 13 02:24:15 2026] GET /v2.0/floatingips/457a1047-7f56-4292-aca5-c3c5a1d67f25 => generated 843 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1298] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:16 2026] GET /v2.0/security-groups?id=9c935736-d8e0-499b-8a67-7273567f5c6a&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: 749/1299] 10.0.0.194 () {32 vars in 655 bytes} [Thu Aug 13 02:24:16 2026] GET /v2.0/floatingips => generated 846 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1300] 10.0.0.194 () {34 vars in 789 bytes} [Thu Aug 13 02:24:15 2026] PUT /v2.0/routers/4f692273-6e9b-47a7-9b2a-64207e9db655/remove_router_interface => generated 309 bytes in 764 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1301] 10.0.0.194 () {32 vars in 736 bytes} [Thu Aug 13 02:24:16 2026] GET /v2.0/ports?device_id=4f692273-6e9b-47a7-9b2a-64207e9db655 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:24:16.526 8 INFO neutron.db.l3_db [None req-a993ac6f-f215-447f-add4-a2180076441e 2bed30a4058f475eaa8527f3af4c3980 c874386f561c4c7799da1401d8675274 - - default default] Floating IP 457a1047-7f56-4292-aca5-c3c5a1d67f25 associated. External IP: 10.96.250.214, port: 50be3579-fdc2-4d91-8ce4-2e47f66d1828. 2026-08-13 02:24:16.636 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f1e7793-aaea-4957-961e-82a1b1a58078 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] TaaS: Handle Delete Port: aad02b67-9243-4bcc-94e0-89ff034aa6e3 2026-08-13 02:24:16.638 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f1e7793-aaea-4957-961e-82a1b1a58078 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] Tap Mirror: Handle Delete Port: aad02b67-9243-4bcc-94e0-89ff034aa6e3 2026-08-13 02:24:17.010 7 INFO neutron.services.segments.plugin [-] Segment 7d395d2a-3566-4d6a-8c66-f70d74301e81 resource provider aggregate not found 2026-08-13 02:24:17.014 7 INFO neutron.services.segments.plugin [-] Segment 7d395d2a-3566-4d6a-8c66-f70d74301e81 resource provider aggregate not found 2026-08-13 02:24:17.026 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7d395d2a-3566-4d6a-8c66-f70d74301e81 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d395d2a-3566-4d6a-8c66-f70d74301e81 found for delete ", "request_id": "req-35dc48bd-9c2c-423b-be37-b4258631186a"}]} 2026-08-13 02:24:17.031 7 INFO neutron.db.l3_hamode_db [None req-9f1e7793-aaea-4957-961e-82a1b1a58078 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] HA network 26301907-ae75-45fb-9ea0-13e07ca2ea4f was deleted as no HA routers are present in tenant 43b6617f3682489bb1633a5b627f79f2. 2026-08-13 02:24:17.041 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7d395d2a-3566-4d6a-8c66-f70d74301e81 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d395d2a-3566-4d6a-8c66-f70d74301e81 found for delete ", "request_id": "req-4adc065d-d5b3-4d93-bc82-0cab1a25e6d7"}]} [pid: 7|app: 0|req: 553/1302] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:24:16 2026] DELETE /v2.0/routers/4f692273-6e9b-47a7-9b2a-64207e9db655 => generated 0 bytes in 586 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1303] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:24:17 2026] DELETE /v2.0/subnets/c637b2fb-0174-4702-8adf-7a9ca9e8a1f5 => 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: 555/1304] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:17 2026] GET /v2.0/ports?device_id=41dfd2f3-9092-4b60-8288-51c218ee122f => 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: 556/1305] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:24:17 2026] DELETE /v2.0/networks/13737b62-c6a7-4d0d-8f63-da71d9d3f55c => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1306] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:17 2026] GET /v2.0/security-groups?id=9c935736-d8e0-499b-8a67-7273567f5c6a&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 02:24:17.456 7 INFO neutron.db.segments_db [None req-c7f00dfd-040b-4f5a-8bc2-b76e3adbc423 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] Added segment f8470a1b-8a08-4c0c-8c1d-aa5f2f57e2bf of type vxlan for network eeba5f05-66cc-4697-af6c-5a091af35133 [pid: 8|app: 0|req: 750/1307] 10.0.0.194 () {34 vars in 749 bytes} [Thu Aug 13 02:24:16 2026] PUT /v2.0/floatingips/457a1047-7f56-4292-aca5-c3c5a1d67f25 => generated 843 bytes in 1352 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:17.594 8 INFO neutron.db.l3_db [None req-95a5410e-0918-44a4-992a-df652f3ddf30 2bed30a4058f475eaa8527f3af4c3980 c874386f561c4c7799da1401d8675274 - - default default] Floating IP 457a1047-7f56-4292-aca5-c3c5a1d67f25 disassociated. External IP: 10.96.250.214, port: 205b9c93-987b-4416-90f8-78cd9e339724. 2026-08-13 02:24:17.712 7 INFO neutron.db.l3_hamode_db [None req-c7f00dfd-040b-4f5a-8bc2-b76e3adbc423 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 751/1308] 10.0.0.194 () {34 vars in 749 bytes} [Thu Aug 13 02:24:17 2026] PUT /v2.0/floatingips/457a1047-7f56-4292-aca5-c3c5a1d67f25 => generated 552 bytes in 385 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:17.985 8 INFO neutron_taas.services.taas.taas_plugin [None req-9360a101-936b-4b16-9a49-71b88706fb8d 2bed30a4058f475eaa8527f3af4c3980 c874386f561c4c7799da1401d8675274 - - default default] TaaS: Handle Delete Port: bae02e8d-4761-4c69-89d4-cc958b4dbdd1 2026-08-13 02:24:17.988 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9360a101-936b-4b16-9a49-71b88706fb8d 2bed30a4058f475eaa8527f3af4c3980 c874386f561c4c7799da1401d8675274 - - default default] Tap Mirror: Handle Delete Port: bae02e8d-4761-4c69-89d4-cc958b4dbdd1 [pid: 8|app: 0|req: 752/1309] 10.0.0.194 () {32 vars in 732 bytes} [Thu Aug 13 02:24:17 2026] DELETE /v2.0/floatingips/457a1047-7f56-4292-aca5-c3c5a1d67f25 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:24:18.178 8 INFO neutron.api.v2.resource [None req-589e4079-7735-4a50-95ab-9fec02e44045 2bed30a4058f475eaa8527f3af4c3980 c874386f561c4c7799da1401d8675274 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 753/1310] 10.0.0.194 () {32 vars in 732 bytes} [Thu Aug 13 02:24:18 2026] DELETE /v2.0/floatingips/457a1047-7f56-4292-aca5-c3c5a1d67f25 => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:24:18.326 8 INFO neutron_taas.services.taas.taas_plugin [None req-98db799f-2737-486e-a57d-cf628fc2e015 2bed30a4058f475eaa8527f3af4c3980 c874386f561c4c7799da1401d8675274 - - default default] TaaS: Handle Delete Port: 205b9c93-987b-4416-90f8-78cd9e339724 2026-08-13 02:24:18.328 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98db799f-2737-486e-a57d-cf628fc2e015 2bed30a4058f475eaa8527f3af4c3980 c874386f561c4c7799da1401d8675274 - - default default] Tap Mirror: Handle Delete Port: 205b9c93-987b-4416-90f8-78cd9e339724 [pid: 8|app: 0|req: 754/1311] 10.0.0.194 () {32 vars in 720 bytes} [Thu Aug 13 02:24:18 2026] DELETE /v2.0/ports/205b9c93-987b-4416-90f8-78cd9e339724 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:24:18.512 7 INFO neutron.db.l3_hamode_db [None req-c7f00dfd-040b-4f5a-8bc2-b76e3adbc423 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:24:18.570 8 INFO neutron_taas.services.taas.taas_plugin [None req-74a91eb6-7bd2-4ec4-8b61-39d532f62bb3 2bed30a4058f475eaa8527f3af4c3980 c874386f561c4c7799da1401d8675274 - - default default] TaaS: Handle Delete Port: 50be3579-fdc2-4d91-8ce4-2e47f66d1828 2026-08-13 02:24:18.573 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74a91eb6-7bd2-4ec4-8b61-39d532f62bb3 2bed30a4058f475eaa8527f3af4c3980 c874386f561c4c7799da1401d8675274 - - default default] Tap Mirror: Handle Delete Port: 50be3579-fdc2-4d91-8ce4-2e47f66d1828 [pid: 8|app: 0|req: 755/1312] 10.0.0.194 () {32 vars in 720 bytes} [Thu Aug 13 02:24:18 2026] DELETE /v2.0/ports/50be3579-fdc2-4d91-8ce4-2e47f66d1828 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1313] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:18 2026] GET /v2.0/ports?device_id=41dfd2f3-9092-4b60-8288-51c218ee122f => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1314] 10.0.0.194 () {32 vars in 736 bytes} [Thu Aug 13 02:24:18 2026] GET /v2.0/ports?device_id=5aa7d880-25d9-4f86-ae78-6b8cb971ad08 => generated 958 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1315] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:18 2026] GET /v2.0/security-groups?id=9c935736-d8e0-499b-8a67-7273567f5c6a&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 02:24:19.057 7 INFO neutron.services.segments.plugin [-] Segment 112b0583-824a-4b0c-94b9-0bfd889692a4 resource provider aggregate not found 2026-08-13 02:24:19.063 7 INFO neutron.services.segments.plugin [-] Segment 112b0583-824a-4b0c-94b9-0bfd889692a4 resource provider aggregate not found 2026-08-13 02:24:19.085 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 112b0583-824a-4b0c-94b9-0bfd889692a4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 112b0583-824a-4b0c-94b9-0bfd889692a4 found for delete ", "request_id": "req-3dbb0afb-88ea-4af9-8716-60ad686af170"}]} 2026-08-13 02:24:19.086 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 112b0583-824a-4b0c-94b9-0bfd889692a4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 112b0583-824a-4b0c-94b9-0bfd889692a4 found for delete ", "request_id": "req-4ff3e1f1-9324-42a6-81f3-8c2c34bcedea"}]} 2026-08-13 02:24:19.232 8 INFO neutron_taas.services.taas.taas_plugin [None req-07014591-894e-4e69-a7a2-cb590a153b9f 2bed30a4058f475eaa8527f3af4c3980 c874386f561c4c7799da1401d8675274 - - default default] TaaS: Handle Delete Port: 70ca6e41-47ff-4fa0-8cc1-c78600133e38 2026-08-13 02:24:19.234 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07014591-894e-4e69-a7a2-cb590a153b9f 2bed30a4058f475eaa8527f3af4c3980 c874386f561c4c7799da1401d8675274 - - default default] Tap Mirror: Handle Delete Port: 70ca6e41-47ff-4fa0-8cc1-c78600133e38 [pid: 7|app: 0|req: 558/1316] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:24:17 2026] POST /v2.0/routers => generated 691 bytes in 2032 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1317] 10.0.0.194 () {32 vars in 721 bytes} [Thu Aug 13 02:24:19 2026] GET /v2.0/routers/353cda59-3fbd-4190-b98c-ee5b03c440b3 => generated 697 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1318] 10.0.0.194 () {32 vars in 647 bytes} [Thu Aug 13 02:24:19 2026] GET /v2.0/routers => generated 700 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1319] 10.0.0.194 () {34 vars in 789 bytes} [Thu Aug 13 02:24:18 2026] PUT /v2.0/routers/5aa7d880-25d9-4f86-ae78-6b8cb971ad08/remove_router_interface => generated 309 bytes in 900 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1320] 10.0.0.194 () {34 vars in 741 bytes} [Thu Aug 13 02:24:19 2026] PUT /v2.0/routers/353cda59-3fbd-4190-b98c-ee5b03c440b3 => generated 704 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:20.033 8 INFO neutron_taas.services.taas.taas_plugin [None req-6ea5c496-adc7-4968-bc05-d53f6e918ce5 2bed30a4058f475eaa8527f3af4c3980 c874386f561c4c7799da1401d8675274 - - default default] TaaS: Handle Delete Port: 36eb88a9-dfec-4404-bd86-8962b643e1da 2026-08-13 02:24:20.037 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ea5c496-adc7-4968-bc05-d53f6e918ce5 2bed30a4058f475eaa8527f3af4c3980 c874386f561c4c7799da1401d8675274 - - default default] Tap Mirror: Handle Delete Port: 36eb88a9-dfec-4404-bd86-8962b643e1da [pid: 7|app: 0|req: 562/1321] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:20 2026] GET /v2.0/ports?device_id=41dfd2f3-9092-4b60-8288-51c218ee122f => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1322] 10.0.0.194 () {32 vars in 721 bytes} [Thu Aug 13 02:24:20 2026] GET /v2.0/routers/353cda59-3fbd-4190-b98c-ee5b03c440b3 => generated 704 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1323] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:20 2026] GET /v2.0/security-groups?id=9c935736-d8e0-499b-8a67-7273567f5c6a&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: 565/1324] 10.0.0.194 () {32 vars in 736 bytes} [Thu Aug 13 02:24:20 2026] GET /v2.0/ports?device_id=353cda59-3fbd-4190-b98c-ee5b03c440b3 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:24:20.296 8 INFO neutron_taas.services.taas.taas_plugin [None req-6ea5c496-adc7-4968-bc05-d53f6e918ce5 2bed30a4058f475eaa8527f3af4c3980 c874386f561c4c7799da1401d8675274 - - default default] TaaS: Handle Delete Port: 6e371c12-e574-4262-8ebd-42e411c3a651 2026-08-13 02:24:20.298 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ea5c496-adc7-4968-bc05-d53f6e918ce5 2bed30a4058f475eaa8527f3af4c3980 c874386f561c4c7799da1401d8675274 - - default default] Tap Mirror: Handle Delete Port: 6e371c12-e574-4262-8ebd-42e411c3a651 2026-08-13 02:24:20.370 7 INFO neutron_taas.services.taas.taas_plugin [None req-af780070-61b2-4176-80a0-c897be499552 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] TaaS: Handle Delete Port: a940097f-018b-4290-8ddb-187096b8fafd 2026-08-13 02:24:20.373 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af780070-61b2-4176-80a0-c897be499552 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] Tap Mirror: Handle Delete Port: a940097f-018b-4290-8ddb-187096b8fafd 2026-08-13 02:24:20.636 8 INFO neutron.services.segments.plugin [-] Segment eaf4cb3c-ec00-4333-a9e0-dc7ad88dc394 resource provider aggregate not found 2026-08-13 02:24:20.636 7 INFO neutron_taas.services.taas.taas_plugin [None req-af780070-61b2-4176-80a0-c897be499552 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] TaaS: Handle Delete Port: 60c8e419-1730-4b2e-9a0c-4ecc8cadb929 2026-08-13 02:24:20.640 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af780070-61b2-4176-80a0-c897be499552 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] Tap Mirror: Handle Delete Port: 60c8e419-1730-4b2e-9a0c-4ecc8cadb929 2026-08-13 02:24:20.641 8 INFO neutron.services.segments.plugin [-] Segment eaf4cb3c-ec00-4333-a9e0-dc7ad88dc394 resource provider aggregate not found 2026-08-13 02:24:20.659 8 INFO neutron.db.l3_hamode_db [None req-6ea5c496-adc7-4968-bc05-d53f6e918ce5 2bed30a4058f475eaa8527f3af4c3980 c874386f561c4c7799da1401d8675274 - - default default] HA network c1dcb7dc-827c-461c-9f36-492b4664cbf3 was deleted as no HA routers are present in tenant c874386f561c4c7799da1401d8675274. 2026-08-13 02:24:20.665 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment eaf4cb3c-ec00-4333-a9e0-dc7ad88dc394 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eaf4cb3c-ec00-4333-a9e0-dc7ad88dc394 found for delete ", "request_id": "req-d260c5ca-9dd9-4f19-b60a-57792eaa7d4f"}]} 2026-08-13 02:24:20.666 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment eaf4cb3c-ec00-4333-a9e0-dc7ad88dc394 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eaf4cb3c-ec00-4333-a9e0-dc7ad88dc394 found for delete ", "request_id": "req-0caee183-1adc-4be1-891a-26bdc9287401"}]} [pid: 8|app: 0|req: 760/1325] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:24:19 2026] DELETE /v2.0/routers/5aa7d880-25d9-4f86-ae78-6b8cb971ad08 => generated 0 bytes in 893 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1326] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:24:20 2026] DELETE /v2.0/subnets/2ada732f-66df-4e48-9fd0-181752e0f65a => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1327] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:24:20 2026] DELETE /v2.0/networks/0ff25d22-682a-4e6c-a59e-fc2df548edb8 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:24:20.999 7 INFO neutron.db.l3_hamode_db [None req-af780070-61b2-4176-80a0-c897be499552 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] HA network eeba5f05-66cc-4697-af6c-5a091af35133 was deleted as no HA routers are present in tenant 43b6617f3682489bb1633a5b627f79f2. [pid: 7|app: 0|req: 566/1328] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:24:20 2026] DELETE /v2.0/routers/353cda59-3fbd-4190-b98c-ee5b03c440b3 => generated 0 bytes in 835 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1329] 10.0.0.194 () {32 vars in 736 bytes} [Thu Aug 13 02:24:21 2026] GET /v2.0/ports?device_id=353cda59-3fbd-4190-b98c-ee5b03c440b3 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:24:21.058 7 INFO neutron.api.v2.resource [None req-77d4c2b1-3264-4d6c-b9bc-d9430be7a024 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 567/1330] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:24:21 2026] DELETE /v2.0/routers/353cda59-3fbd-4190-b98c-ee5b03c440b3 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1331] 10.0.0.194 () {32 vars in 736 bytes} [Thu Aug 13 02:24:21 2026] GET /v2.0/ports?device_id=4f692273-6e9b-47a7-9b2a-64207e9db655 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:24:21.106 7 INFO neutron.services.segments.plugin [-] Segment f8470a1b-8a08-4c0c-8c1d-aa5f2f57e2bf resource provider aggregate not found 2026-08-13 02:24:21.121 7 INFO neutron.api.v2.resource [None req-28ff4485-8622-494f-aecb-7116c4206f83 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 568/1332] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:24:21 2026] DELETE /v2.0/routers/4f692273-6e9b-47a7-9b2a-64207e9db655 => generated 135 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:24:21.124 7 INFO neutron.services.segments.plugin [-] Segment f8470a1b-8a08-4c0c-8c1d-aa5f2f57e2bf resource provider aggregate not found 2026-08-13 02:24:21.137 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f8470a1b-8a08-4c0c-8c1d-aa5f2f57e2bf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8470a1b-8a08-4c0c-8c1d-aa5f2f57e2bf found for delete ", "request_id": "req-c6afc858-adda-4d47-91cb-fc8b39432dde"}]} 2026-08-13 02:24:21.148 8 INFO neutron.pecan_wsgi.hooks.translation [None req-63017ca1-7d6a-4534-a59e-c18c6ac7abcf 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 765/1333] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:24:21 2026] DELETE /v2.0/subnets/c637b2fb-0174-4702-8adf-7a9ca9e8a1f5 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:24:21.157 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f8470a1b-8a08-4c0c-8c1d-aa5f2f57e2bf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8470a1b-8a08-4c0c-8c1d-aa5f2f57e2bf found for delete ", "request_id": "req-e8767858-2bc1-4ccd-a423-71a8e83bffb5"}]} [pid: 7|app: 0|req: 569/1334] 10.0.0.194 () {32 vars in 736 bytes} [Thu Aug 13 02:24:21 2026] GET /v2.0/ports?device_id=c4a333fc-9741-4cca-a80e-47064d91e161 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:24:21.207 8 INFO neutron.api.v2.resource [None req-78e4a181-6d71-450f-bdc8-21d909e5079d 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 766/1335] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:24:21 2026] DELETE /v2.0/routers/c4a333fc-9741-4cca-a80e-47064d91e161 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:24:21.226 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f197fa9f-aab7-4353-9c6c-adb5fcf72336 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 767/1336] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:24:21 2026] DELETE /v2.0/subnets/cfb40a7e-be2b-46bd-8cf9-7f6dfc442e3b => 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: 570/1337] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:21 2026] GET /v2.0/ports?device_id=41dfd2f3-9092-4b60-8288-51c218ee122f => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1338] 10.0.0.194 () {32 vars in 736 bytes} [Thu Aug 13 02:24:21 2026] GET /v2.0/ports?device_id=ac34632d-d909-44e2-8542-ff7e7b8ffd60 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:24:21.283 8 INFO neutron.api.v2.resource [None req-0a17befd-9c52-4854-8431-dc38fa105e9f 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 769/1339] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:24:21 2026] DELETE /v2.0/routers/ac34632d-d909-44e2-8542-ff7e7b8ffd60 => 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: 571/1340] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:21 2026] GET /v2.0/security-groups?id=9c935736-d8e0-499b-8a67-7273567f5c6a&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 02:24:21.309 8 INFO neutron.pecan_wsgi.hooks.translation [None req-139c468d-59d0-478d-bf72-6b95b654b2d0 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 770/1341] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:24:21 2026] DELETE /v2.0/subnets/7c2342ac-6545-4b0f-a46f-ab52a2a7f81b => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:24:21.332 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f1e00856-d163-419a-af21-90771f3f00ea 2ede648728e544279228f6dfa8731f0a 43b6617f3682489bb1633a5b627f79f2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 572/1342] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:24:21 2026] DELETE /v2.0/subnets/b15c145e-9906-497e-b50f-9a3e64ea03bc => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1343] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:21 2026] GET /v2.0/ports?device_id=41dfd2f3-9092-4b60-8288-51c218ee122f => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1344] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:21 2026] GET /v2.0/security-groups?id=9c935736-d8e0-499b-8a67-7273567f5c6a&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: 772/1345] 10.0.0.194 () {32 vars in 736 bytes} [Thu Aug 13 02:24:21 2026] GET /v2.0/ports?device_id=41dfd2f3-9092-4b60-8288-51c218ee122f => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1346] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:24:21 2026] GET /v2.0/security-groups?tenant_id=c874386f561c4c7799da1401d8675274&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1347] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:24:21 2026] DELETE /v2.0/security-groups/80b447d4-74fe-4f9a-a67c-5a1665e800f0 => 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: 576/1348] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:24:21 2026] GET /v2.0/security-groups?tenant_id=43b6617f3682489bb1633a5b627f79f2&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1349] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:24:22 2026] DELETE /v2.0/security-groups/2c0a0512-b563-4a8b-92bd-22bbcb10cb06 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:24:22.305 8 INFO neutron.db.l3_db [None req-c25edcea-04be-45ce-9d51-99f6dc9852ad 521386c5e21c4bb09f82f6439fc43d27 151355bed7b24479a2dffccdf832ab19 - - default default] Floating IP 3e1abee0-a4b9-431f-8ad4-e9ad82fe144f associated. External IP: 10.96.250.204, port: 4903b05f-e724-4a1d-873b-3a0c9887987e. [pid: 8|app: 0|req: 773/1350] 10.0.0.194 () {34 vars in 677 bytes} [Thu Aug 13 02:24:21 2026] POST /v2.0/floatingips => generated 855 bytes in 1138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:24:22.692 8 INFO neutron.services.segments.plugin [-] Segment 9c8584c2-b0e3-4e45-af42-d7bf9ad42b8a resource provider aggregate not found [pid: 7|app: 0|req: 578/1351] 10.0.0.194 () {32 vars in 729 bytes} [Thu Aug 13 02:24:22 2026] GET /v2.0/floatingips/3e1abee0-a4b9-431f-8ad4-e9ad82fe144f => generated 855 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:22.704 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-902e088b-ec49-45fa-9e30-1a661d2940e3'] response: {'name': 'network-changed', 'server_uuid': '41dfd2f3-9092-4b60-8288-51c218ee122f', 'tag': '4903b05f-e724-4a1d-873b-3a0c9887987e', 'status': 'completed', 'code': 200} 2026-08-13 02:24:22.707 8 INFO neutron.services.segments.plugin [-] Segment 9c8584c2-b0e3-4e45-af42-d7bf9ad42b8a resource provider aggregate not found 2026-08-13 02:24:22.718 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9c8584c2-b0e3-4e45-af42-d7bf9ad42b8a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c8584c2-b0e3-4e45-af42-d7bf9ad42b8a found for delete ", "request_id": "req-8e3292d2-0df0-4349-8199-bc27339befb7"}]} 2026-08-13 02:24:22.722 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9c8584c2-b0e3-4e45-af42-d7bf9ad42b8a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c8584c2-b0e3-4e45-af42-d7bf9ad42b8a found for delete ", "request_id": "req-73efc852-d5b8-4f79-b263-7eddd9bfe2bf"}]} [pid: 8|app: 0|req: 774/1352] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:24:23 2026] GET /v2.0/ports?tenant_id=151355bed7b24479a2dffccdf832ab19&device_id=41dfd2f3-9092-4b60-8288-51c218ee122f => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1355] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:24:23 2026] GET /v2.0/networks?id=80827349-4d59-49b0-9861-c19535024292 => generated 757 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1356] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:24:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=4903b05f-e724-4a1d-873b-3a0c9887987e => generated 858 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1357] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:24:23 2026] GET /v2.0/subnets?id=e825b54c-b54c-40f9-bfad-b3e5937a8380 => generated 677 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1358] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:24:23 2026] GET /v2.0/ports?network_id=80827349-4d59-49b0-9861-c19535024292&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: 581/1359] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:24:23 2026] GET /v2.0/networks/80827349-4d59-49b0-9861-c19535024292?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1360] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:24:23 2026] GET /v2.0/networks/80827349-4d59-49b0-9861-c19535024292?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: 582/1361] 10.0.0.55 () {34 vars in 989 bytes} [Thu Aug 13 02:24:23 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1362] 10.0.0.55 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:23 2026] GET /v2.0/security-groups?id=0dfb635a-1d96-4371-9d41-362b24b92ac0&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1363] 10.0.0.194 () {32 vars in 729 bytes} [Thu Aug 13 02:24:23 2026] GET /v2.0/floatingips/3e1abee0-a4b9-431f-8ad4-e9ad82fe144f => generated 855 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:23.958 7 INFO neutron.db.segments_db [None req-f2202b71-8d02-435e-82e1-f1b8af5aef0c a40f37ee375e48bca78a147639a8e207 1d60fe34eadf41ea90727e6d87061571 - - default default] Added segment e6b54d17-b44b-48cd-8c88-986e6baddc40 of type vxlan for network 614faa6f-85bd-40ae-928d-fdc6e8843b70 [pid: 7|app: 0|req: 583/1364] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:24:23 2026] POST /v2.0/networks => generated 649 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1365] 10.0.0.194 () {34 vars in 684 bytes} [Thu Aug 13 02:24:23 2026] POST /v2.0/security-groups => generated 1625 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1366] 10.0.0.194 () {32 vars in 663 bytes} [Thu Aug 13 02:24:24 2026] GET /v2.0/security-groups => generated 4530 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1367] 10.0.0.194 () {34 vars in 665 bytes} [Thu Aug 13 02:24:24 2026] POST /v2.0/ports => generated 779 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1368] 10.0.0.194 () {34 vars in 758 bytes} [Thu Aug 13 02:24:24 2026] PUT /v2.0/security-groups/b510aa65-d212-475e-b1a8-d2ede2969641 => generated 1662 bytes in 61 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: 785/1369] 10.0.0.194 () {32 vars in 737 bytes} [Thu Aug 13 02:24:24 2026] GET /v2.0/security-groups/b510aa65-d212-475e-b1a8-d2ede2969641 => generated 1662 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:24:24.396 7 INFO neutron.db.segments_db [None req-3b367336-8713-48e0-838f-8a2b9c84e96f a40f37ee375e48bca78a147639a8e207 1d60fe34eadf41ea90727e6d87061571 - - default default] Added segment 48936911-962f-4bd2-b86e-9f3ec0b24ff9 of type vxlan for network 2f3d64ca-8031-4a37-96c8-e65ab6e007bf [pid: 8|app: 0|req: 786/1370] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:24:24 2026] DELETE /v2.0/security-groups/b510aa65-d212-475e-b1a8-d2ede2969641 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1371] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:24:24 2026] POST /v2.0/networks => generated 636 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1372] 10.0.0.194 () {32 vars in 663 bytes} [Thu Aug 13 02:24:24 2026] GET /v2.0/security-groups => generated 2925 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:24:24.568 8 INFO neutron.api.v2.resource [None req-3dac50eb-01bb-44a4-9b46-6207d73ea0f4 60eeedf563314a38ba7ae6ab38c68e7b 93b8592929fd4126a1e0a1ff1876f6ca - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 788/1373] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:24:24 2026] DELETE /v2.0/security-groups/b510aa65-d212-475e-b1a8-d2ede2969641 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1374] 10.0.0.194 () {34 vars in 684 bytes} [Thu Aug 13 02:24:24 2026] POST /v2.0/security-groups => generated 1625 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1375] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:24:24 2026] POST /v2.0/subnets => generated 646 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1376] 10.0.0.194 () {32 vars in 729 bytes} [Thu Aug 13 02:24:24 2026] GET /v2.0/floatingips/3e1abee0-a4b9-431f-8ad4-e9ad82fe144f => generated 857 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1377] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:24:24 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: 791/1378] 10.0.0.194 () {32 vars in 747 bytes} [Thu Aug 13 02:24:24 2026] GET /v2.0/security-group-rules/3743405b-9033-4915-9464-b5804e47fef4 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1379] 10.0.0.194 () {32 vars in 673 bytes} [Thu Aug 13 02:24:24 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1380] 10.0.0.194 () {32 vars in 750 bytes} [Thu Aug 13 02:24:24 2026] DELETE /v2.0/security-group-rules/3743405b-9033-4915-9464-b5804e47fef4 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1381] 10.0.0.194 () {32 vars in 673 bytes} [Thu Aug 13 02:24:25 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: 7|app: 0|req: 588/1382] 10.0.0.194 () {34 vars in 665 bytes} [Thu Aug 13 02:24:24 2026] POST /v2.0/ports => generated 965 bytes in 298 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: 795/1383] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:24:25 2026] POST /v2.0/security-group-rules => generated 601 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1384] 10.0.0.194 () {32 vars in 747 bytes} [Thu Aug 13 02:24:25 2026] GET /v2.0/security-group-rules/054a437e-9e63-4402-8c3c-00ca3c83eef7 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:25.279 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf13fa5f-910c-438d-a42a-ca401d541bca a40f37ee375e48bca78a147639a8e207 1d60fe34eadf41ea90727e6d87061571 - - default default] TaaS: Handle Delete Port: 0eab3afc-ee5a-4fc2-86f0-6d98b2aed54a 2026-08-13 02:24:25.286 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf13fa5f-910c-438d-a42a-ca401d541bca a40f37ee375e48bca78a147639a8e207 1d60fe34eadf41ea90727e6d87061571 - - default default] Tap Mirror: Handle Delete Port: 0eab3afc-ee5a-4fc2-86f0-6d98b2aed54a [pid: 8|app: 0|req: 797/1385] 10.0.0.194 () {32 vars in 673 bytes} [Thu Aug 13 02:24:25 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1386] 10.0.0.194 () {32 vars in 750 bytes} [Thu Aug 13 02:24:25 2026] DELETE /v2.0/security-group-rules/054a437e-9e63-4402-8c3c-00ca3c83eef7 => 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: 589/1387] 10.0.0.194 () {32 vars in 720 bytes} [Thu Aug 13 02:24:25 2026] DELETE /v2.0/ports/0eab3afc-ee5a-4fc2-86f0-6d98b2aed54a => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1388] 10.0.0.194 () {32 vars in 673 bytes} [Thu Aug 13 02:24:25 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:24:25.450 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7e03777d-0804-4547-9f12-b29cb8ae12bf a40f37ee375e48bca78a147639a8e207 1d60fe34eadf41ea90727e6d87061571 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 590/1389] 10.0.0.194 () {32 vars in 720 bytes} [Thu Aug 13 02:24:25 2026] DELETE /v2.0/ports/0eab3afc-ee5a-4fc2-86f0-6d98b2aed54a => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:24:25.467 8 INFO neutron.db.securitygroups_db [None req-6a57dd21-65ec-40b5-b94a-83c41245ea06 60eeedf563314a38ba7ae6ab38c68e7b 93b8592929fd4126a1e0a1ff1876f6ca - - default default] Project 93b8592929fd4126a1e0a1ff1876f6ca 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 02:24:25.471 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6d0edd2f-7dfc-40d9-8041-2d1c236ed916 a40f37ee375e48bca78a147639a8e207 1d60fe34eadf41ea90727e6d87061571 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 591/1390] 10.0.0.194 () {32 vars in 717 bytes} [Thu Aug 13 02:24:25 2026] GET /v2.0/ports/0eab3afc-ee5a-4fc2-86f0-6d98b2aed54a => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1391] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:24:25 2026] POST /v2.0/security-group-rules => generated 607 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1392] 10.0.0.194 () {32 vars in 747 bytes} [Thu Aug 13 02:24:25 2026] GET /v2.0/security-group-rules/b8f2f7ab-7536-433b-9273-b23b674937ed => generated 607 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1393] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:24:25 2026] DELETE /v2.0/subnets/4585d073-64ab-4e67-9f62-cb9efacaf2d0 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1394] 10.0.0.194 () {32 vars in 673 bytes} [Thu Aug 13 02:24:25 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1395] 10.0.0.194 () {32 vars in 750 bytes} [Thu Aug 13 02:24:25 2026] DELETE /v2.0/security-group-rules/b8f2f7ab-7536-433b-9273-b23b674937ed => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:24:25.712 7 INFO neutron.services.segments.plugin [-] Segment 48936911-962f-4bd2-b86e-9f3ec0b24ff9 resource provider aggregate not found 2026-08-13 02:24:25.716 7 INFO neutron.services.segments.plugin [-] Segment 48936911-962f-4bd2-b86e-9f3ec0b24ff9 resource provider aggregate not found 2026-08-13 02:24:25.730 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 48936911-962f-4bd2-b86e-9f3ec0b24ff9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48936911-962f-4bd2-b86e-9f3ec0b24ff9 found for delete ", "request_id": "req-94c81b5c-8c9e-495b-ad70-8786619b6219"}]} 2026-08-13 02:24:25.733 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 48936911-962f-4bd2-b86e-9f3ec0b24ff9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48936911-962f-4bd2-b86e-9f3ec0b24ff9 found for delete ", "request_id": "req-f52bb9d0-94a8-4204-a4d3-73b9cb53e6ce"}]} [pid: 8|app: 0|req: 804/1396] 10.0.0.194 () {32 vars in 673 bytes} [Thu Aug 13 02:24:25 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1397] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:24:25 2026] DELETE /v2.0/networks/2f3d64ca-8031-4a37-96c8-e65ab6e007bf => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:24:25.815 7 INFO neutron.db.segments_db [None req-9aa86785-aaeb-4b7c-872d-361a56088809 a40f37ee375e48bca78a147639a8e207 1d60fe34eadf41ea90727e6d87061571 - - default default] Added segment 4ae8c75d-5926-4005-b18d-3037309f7707 of type vxlan for network 2d2b80cc-19c5-40b4-b0ac-3a2b69a0352a [pid: 8|app: 0|req: 805/1398] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:24:25 2026] DELETE /v2.0/security-groups/726dcc57-c2bf-4103-8713-8dd523b0af2f => 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: 806/1399] 10.0.0.194 () {32 vars in 663 bytes} [Thu Aug 13 02:24:25 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1400] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:24:25 2026] POST /v2.0/networks => generated 636 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1401] 10.0.0.194 () {32 vars in 663 bytes} [Thu Aug 13 02:24:25 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1402] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:24:25 2026] POST /v2.0/subnets => generated 646 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1403] 10.0.0.194 () {34 vars in 665 bytes} [Thu Aug 13 02:24:26 2026] POST /v2.0/ports => generated 923 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1404] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:24:26 2026] GET /v2.0/security-groups?tenant_id=93b8592929fd4126a1e0a1ff1876f6ca&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:24:26.615 8 INFO neutron_taas.services.taas.taas_plugin [None req-0b5de6b7-26c2-4339-9749-19da42ba850b a40f37ee375e48bca78a147639a8e207 1d60fe34eadf41ea90727e6d87061571 - - default default] TaaS: Handle Delete Port: f0028211-88b4-4431-bc53-31db665ad019 2026-08-13 02:24:26.622 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b5de6b7-26c2-4339-9749-19da42ba850b a40f37ee375e48bca78a147639a8e207 1d60fe34eadf41ea90727e6d87061571 - - default default] Tap Mirror: Handle Delete Port: f0028211-88b4-4431-bc53-31db665ad019 [pid: 7|app: 0|req: 597/1405] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:24:26 2026] DELETE /v2.0/security-groups/7cb59e71-25ae-4b50-b71f-e0985acfae29 => 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: 809/1406] 10.0.0.194 () {32 vars in 720 bytes} [Thu Aug 13 02:24:26 2026] DELETE /v2.0/ports/f0028211-88b4-4431-bc53-31db665ad019 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:24:26.784 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5c8f1288-5e2c-4829-b59b-29d9b30f6711 a40f37ee375e48bca78a147639a8e207 1d60fe34eadf41ea90727e6d87061571 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 598/1407] 10.0.0.194 () {32 vars in 717 bytes} [Thu Aug 13 02:24:26 2026] GET /v2.0/ports/f0028211-88b4-4431-bc53-31db665ad019 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1408] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:24:26 2026] DELETE /v2.0/subnets/e1803f3e-d2eb-4f54-b192-91846e783d6e => 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: 599/1409] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:24:26 2026] DELETE /v2.0/networks/2d2b80cc-19c5-40b4-b0ac-3a2b69a0352a => 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: 811/1410] 10.0.0.194 () {34 vars in 665 bytes} [Thu Aug 13 02:24:27 2026] POST /v2.0/ports => generated 778 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1411] 10.0.0.194 () {34 vars in 737 bytes} [Thu Aug 13 02:24:27 2026] PUT /v2.0/ports/16e5ccaf-964d-434b-8244-8ccb877de417 => generated 752 bytes in 187 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 02:24:27.668 8 INFO neutron_taas.services.taas.taas_plugin [None req-c3ede8b4-4166-4a19-8e10-cc2251a15b7d a40f37ee375e48bca78a147639a8e207 1d60fe34eadf41ea90727e6d87061571 - - default default] TaaS: Handle Delete Port: 16e5ccaf-964d-434b-8244-8ccb877de417 2026-08-13 02:24:27.670 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3ede8b4-4166-4a19-8e10-cc2251a15b7d a40f37ee375e48bca78a147639a8e207 1d60fe34eadf41ea90727e6d87061571 - - default default] Tap Mirror: Handle Delete Port: 16e5ccaf-964d-434b-8244-8ccb877de417 [pid: 8|app: 0|req: 812/1412] 10.0.0.194 () {32 vars in 720 bytes} [Thu Aug 13 02:24:27 2026] DELETE /v2.0/ports/16e5ccaf-964d-434b-8244-8ccb877de417 => generated 0 bytes in 160 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 02:24:27.771 7 INFO neutron.services.segments.plugin [-] Segment 4ae8c75d-5926-4005-b18d-3037309f7707 resource provider aggregate not found 2026-08-13 02:24:27.773 7 INFO neutron.services.segments.plugin [-] Segment 4ae8c75d-5926-4005-b18d-3037309f7707 resource provider aggregate not found [pid: 7|app: 0|req: 601/1413] 10.0.0.194 () {32 vars in 643 bytes} [Thu Aug 13 02:24:27 2026] GET /v2.0/ports => generated 782 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:27.806 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4ae8c75d-5926-4005-b18d-3037309f7707 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ae8c75d-5926-4005-b18d-3037309f7707 found for delete ", "request_id": "req-e4be00e0-ae1b-4047-9329-1125fd41c9fa"}]} 2026-08-13 02:24:27.807 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4ae8c75d-5926-4005-b18d-3037309f7707 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ae8c75d-5926-4005-b18d-3037309f7707 found for delete ", "request_id": "req-9e6b00db-bd1f-41a8-92d2-ef5dd1526e40"}]} 2026-08-13 02:24:27.843 8 INFO neutron.pecan_wsgi.hooks.translation [None req-18365508-317a-4b2f-a347-81e5974af19e a40f37ee375e48bca78a147639a8e207 1d60fe34eadf41ea90727e6d87061571 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 813/1414] 10.0.0.194 () {32 vars in 717 bytes} [Thu Aug 13 02:24:27 2026] GET /v2.0/ports/16e5ccaf-964d-434b-8244-8ccb877de417 => generated 132 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1415] 10.0.0.194 () {32 vars in 643 bytes} [Thu Aug 13 02:24:27 2026] GET /v2.0/ports => generated 782 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1416] 10.0.0.194 () {32 vars in 717 bytes} [Thu Aug 13 02:24:27 2026] GET /v2.0/ports/36451a28-482f-4189-906f-61b7a6e21447 => generated 779 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:27.955 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9e8cd6de-8856-47d4-ad06-7c1664ba24c9 a40f37ee375e48bca78a147639a8e207 1d60fe34eadf41ea90727e6d87061571 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 603/1417] 10.0.0.194 () {32 vars in 720 bytes} [Thu Aug 13 02:24:27 2026] DELETE /v2.0/ports/f0028211-88b4-4431-bc53-31db665ad019 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:24:27.977 8 INFO neutron.pecan_wsgi.hooks.translation [None req-66c55f14-1407-4d7c-9ae2-d7f1ab6d4c89 a40f37ee375e48bca78a147639a8e207 1d60fe34eadf41ea90727e6d87061571 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 815/1418] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:24:27 2026] DELETE /v2.0/subnets/e1803f3e-d2eb-4f54-b192-91846e783d6e => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:24:27.996 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d9563ac5-1c88-4e8b-b1a8-05c5eff22a2d a40f37ee375e48bca78a147639a8e207 1d60fe34eadf41ea90727e6d87061571 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 604/1419] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:24:27 2026] DELETE /v2.0/subnets/4585d073-64ab-4e67-9f62-cb9efacaf2d0 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:24:28.116 8 INFO neutron_taas.services.taas.taas_plugin [None req-07d874e1-79ef-4454-b2f5-0dfb672b2b56 a40f37ee375e48bca78a147639a8e207 1d60fe34eadf41ea90727e6d87061571 - - default default] TaaS: Handle Delete Port: 36451a28-482f-4189-906f-61b7a6e21447 2026-08-13 02:24:28.119 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07d874e1-79ef-4454-b2f5-0dfb672b2b56 a40f37ee375e48bca78a147639a8e207 1d60fe34eadf41ea90727e6d87061571 - - default default] Tap Mirror: Handle Delete Port: 36451a28-482f-4189-906f-61b7a6e21447 [pid: 8|app: 0|req: 816/1420] 10.0.0.194 () {32 vars in 720 bytes} [Thu Aug 13 02:24:28 2026] DELETE /v2.0/ports/36451a28-482f-4189-906f-61b7a6e21447 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1421] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:24:28 2026] DELETE /v2.0/networks/614faa6f-85bd-40ae-928d-fdc6e8843b70 => 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: 817/1422] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:24:28 2026] GET /v2.0/security-groups?tenant_id=1d60fe34eadf41ea90727e6d87061571&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1423] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:24:28 2026] DELETE /v2.0/security-groups/cbdfb39a-e410-42a2-91d6-ec966ab2fa10 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:24:29.838 7 INFO neutron.services.segments.plugin [-] Segment e6b54d17-b44b-48cd-8c88-986e6baddc40 resource provider aggregate not found 2026-08-13 02:24:29.843 7 INFO neutron.services.segments.plugin [-] Segment e6b54d17-b44b-48cd-8c88-986e6baddc40 resource provider aggregate not found 2026-08-13 02:24:29.853 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e6b54d17-b44b-48cd-8c88-986e6baddc40 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6b54d17-b44b-48cd-8c88-986e6baddc40 found for delete ", "request_id": "req-5e84beb4-b174-4fdc-96b2-ea0b587da945"}]} 2026-08-13 02:24:29.861 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e6b54d17-b44b-48cd-8c88-986e6baddc40 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6b54d17-b44b-48cd-8c88-986e6baddc40 found for delete ", "request_id": "req-41a60bfb-f8c2-445b-80c3-f504b5328ccc"}]} [pid: 8|app: 0|req: 818/1424] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:24:30 2026] GET /v2.0/security-groups?tenant_id=d15667ea55a34e3dbc0a2fa5a74092aa&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1425] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:24:30 2026] DELETE /v2.0/security-groups/460209a9-af6d-4da5-ac59-ec062abc447b => 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: 819/1426] 10.0.0.194 () {34 vars in 684 bytes} [Thu Aug 13 02:24:30 2026] POST /v2.0/security-groups => generated 1625 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1427] 10.0.0.194 () {32 vars in 663 bytes} [Thu Aug 13 02:24:31 2026] GET /v2.0/security-groups => generated 4530 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1428] 10.0.0.194 () {34 vars in 758 bytes} [Thu Aug 13 02:24:31 2026] PUT /v2.0/security-groups/555a5f33-4de7-4f0f-89ae-48c1117dc46e => generated 1663 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1429] 10.0.0.194 () {32 vars in 737 bytes} [Thu Aug 13 02:24:31 2026] GET /v2.0/security-groups/555a5f33-4de7-4f0f-89ae-48c1117dc46e => generated 1663 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1430] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:24:31 2026] DELETE /v2.0/security-groups/555a5f33-4de7-4f0f-89ae-48c1117dc46e => 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: 610/1431] 10.0.0.194 () {32 vars in 663 bytes} [Thu Aug 13 02:24:31 2026] GET /v2.0/security-groups => generated 2925 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:24:31.453 8 INFO neutron.api.v2.resource [None req-00b1a868-3c5c-40fe-a2ae-6e59b1cd430f b713b942a7ab4143b2245cf00c57292d 5f368796d30d44e88d3f1f5d915a555c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 822/1432] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:24:31 2026] DELETE /v2.0/security-groups/555a5f33-4de7-4f0f-89ae-48c1117dc46e => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1433] 10.0.0.194 () {34 vars in 684 bytes} [Thu Aug 13 02:24:31 2026] POST /v2.0/security-groups => generated 1625 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1434] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:24:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1435] 10.0.0.194 () {32 vars in 747 bytes} [Thu Aug 13 02:24:31 2026] GET /v2.0/security-group-rules/f85ca150-9662-48a2-bf1f-71cc51465b33 => generated 601 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1436] 10.0.0.194 () {32 vars in 673 bytes} [Thu Aug 13 02:24:31 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1437] 10.0.0.194 () {32 vars in 750 bytes} [Thu Aug 13 02:24:31 2026] DELETE /v2.0/security-group-rules/f85ca150-9662-48a2-bf1f-71cc51465b33 => 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: 825/1438] 10.0.0.194 () {32 vars in 673 bytes} [Thu Aug 13 02:24:31 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1439] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:24:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1440] 10.0.0.194 () {32 vars in 747 bytes} [Thu Aug 13 02:24:32 2026] GET /v2.0/security-group-rules/1260eadb-4882-43ea-a071-284cb64d3cdd => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1441] 10.0.0.55 () {34 vars in 989 bytes} [Thu Aug 13 02:24:32 2026] GET /v2.0/ports?device_id=41dfd2f3-9092-4b60-8288-51c218ee122f => 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: 615/1442] 10.0.0.194 () {32 vars in 673 bytes} [Thu Aug 13 02:24:32 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1443] 10.0.0.55 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:32 2026] GET /v2.0/security-groups?id=9c935736-d8e0-499b-8a67-7273567f5c6a&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: 616/1444] 10.0.0.194 () {32 vars in 750 bytes} [Thu Aug 13 02:24:32 2026] DELETE /v2.0/security-group-rules/1260eadb-4882-43ea-a071-284cb64d3cdd => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1445] 10.0.0.194 () {32 vars in 673 bytes} [Thu Aug 13 02:24:32 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1446] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:24:32 2026] POST /v2.0/security-group-rules => generated 602 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1447] 10.0.0.194 () {32 vars in 747 bytes} [Thu Aug 13 02:24:32 2026] GET /v2.0/security-group-rules/153a89fd-49da-4929-a142-b253a5cf3a28 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1448] 10.0.0.194 () {32 vars in 673 bytes} [Thu Aug 13 02:24:32 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: 8|app: 0|req: 831/1449] 10.0.0.194 () {32 vars in 750 bytes} [Thu Aug 13 02:24:32 2026] DELETE /v2.0/security-group-rules/153a89fd-49da-4929-a142-b253a5cf3a28 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1450] 10.0.0.194 () {32 vars in 673 bytes} [Thu Aug 13 02:24:32 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1451] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:24:32 2026] DELETE /v2.0/security-groups/bbc3a8d1-b025-4529-a76e-663f7fe3ab0f => 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: 620/1452] 10.0.0.194 () {32 vars in 663 bytes} [Thu Aug 13 02:24:32 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1453] 10.0.0.194 () {32 vars in 663 bytes} [Thu Aug 13 02:24: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) [pid: 7|app: 0|req: 621/1454] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:24:33 2026] GET /v2.0/security-groups?tenant_id=5f368796d30d44e88d3f1f5d915a555c&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1455] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:24:33 2026] DELETE /v2.0/security-groups/63ba9603-8a01-4289-af75-338270d38fe5 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1456] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:24:33 2026] GET /v2.0/security-groups?tenant_id=c977d4d1cd9f459c93561935278d10c3&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1457] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:24:33 2026] DELETE /v2.0/security-groups/a0ea3f15-1e31-408b-ad79-4608a806c537 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1458] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:35 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1459] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:35 2026] GET /v2.0/security-groups?id=0dfb635a-1d96-4371-9d41-362b24b92ac0&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: 625/1460] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:35 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1461] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:35 2026] GET /v2.0/security-groups?id=0dfb635a-1d96-4371-9d41-362b24b92ac0&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: 836/1462] 10.0.0.194 () {34 vars in 677 bytes} [Thu Aug 13 02:24:35 2026] POST /v2.0/subnetpools => generated 549 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1463] 10.0.0.194 () {32 vars in 729 bytes} [Thu Aug 13 02:24:35 2026] GET /v2.0/subnetpools/4be7bf15-3c7e-4bb2-85f8-a3d2ba13f08c => generated 549 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1464] 10.0.0.194 () {34 vars in 749 bytes} [Thu Aug 13 02:24:35 2026] PUT /v2.0/subnetpools/4be7bf15-3c7e-4bb2-85f8-a3d2ba13f08c => generated 501 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:35.672 7 INFO neutron.db.segments_db [None req-32352acc-c70a-4a26-be4c-a14204bd1d95 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Added segment 66384d2c-33a8-42f7-94b7-99adb1346ef6 of type vxlan for network 5c3ec0b9-3ec3-4fa7-9ca6-9430bc8d2533 [pid: 8|app: 0|req: 839/1465] 10.0.0.194 () {32 vars in 732 bytes} [Thu Aug 13 02:24:35 2026] DELETE /v2.0/subnetpools/4be7bf15-3c7e-4bb2-85f8-a3d2ba13f08c => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:24:35.706 8 INFO neutron.api.v2.resource [None req-bb66b617-9ace-4b15-9fa5-8f94d680680c b3df7943a743486cb5a62b7ef88a1254 728eb30dee1e4790875a926f84f54e48 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 840/1466] 10.0.0.194 () {32 vars in 729 bytes} [Thu Aug 13 02:24:35 2026] GET /v2.0/subnetpools/4be7bf15-3c7e-4bb2-85f8-a3d2ba13f08c => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:24:35.718 8 INFO neutron.api.v2.resource [None req-912a8691-b018-42ee-8a02-991f0bf41965 b3df7943a743486cb5a62b7ef88a1254 728eb30dee1e4790875a926f84f54e48 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 841/1467] 10.0.0.194 () {32 vars in 732 bytes} [Thu Aug 13 02:24:35 2026] DELETE /v2.0/subnetpools/4be7bf15-3c7e-4bb2-85f8-a3d2ba13f08c => generated 145 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1468] 10.0.0.194 () {34 vars in 671 bytes} [Thu Aug 13 02:24:35 2026] POST /v2.0/networks => generated 740 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1469] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:24:35 2026] POST /v2.0/subnets => generated 687 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:24:35.983 7 INFO neutron.db.segments_db [None req-eedd19a7-31cc-4d23-b7c1-c78341b29494 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Added segment 3289b88d-af11-402c-a8fb-2a7a1a49c221 of type vxlan for network c69498f1-76d7-4be5-9a1a-522ef706f4a7 2026-08-13 02:24:36.224 7 INFO neutron.db.l3_hamode_db [None req-eedd19a7-31cc-4d23-b7c1-c78341b29494 466cbdec0e7e442f942f0fefb75815bb 49d7e42b512d43ac96851842df6acc94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 843/1470] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:24:36 2026] GET /v2.0/security-groups?tenant_id=728eb30dee1e4790875a926f84f54e48&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: 844/1471] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:24:36 2026] DELETE /v2.0/security-groups/50ba05e2-bbe2-42b6-8288-6c9b1d50c3fd => 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: 845/1472] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:36 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1473] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:36 2026] GET /v2.0/security-groups?id=0dfb635a-1d96-4371-9d41-362b24b92ac0&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:37.519 7 INFO neutron.db.l3_hamode_db [None req-eedd19a7-31cc-4d23-b7c1-c78341b29494 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 847/1474] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:37 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1475] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:37 2026] GET /v2.0/security-groups?id=0dfb635a-1d96-4371-9d41-362b24b92ac0&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1476] 199.204.45.162 () {34 vars in 994 bytes} [Thu Aug 13 02:24:37 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:37.998 8 INFO neutron_taas.services.taas.taas_plugin [req-fe78231d-cda4-491b-9a16-94e958cc22ab req-3bf1a4ff-4c56-4c23-990a-e80bd139bb46 72122139a05340158090b9c427cae2df a9b3b41a1b7a47749cb3e92c01bf5df8 - - default default] TaaS: Handle Delete Port: a2a5ef9a-fb25-4c67-aaa0-6c4d4d49724f 2026-08-13 02:24:38.004 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fe78231d-cda4-491b-9a16-94e958cc22ab req-3bf1a4ff-4c56-4c23-990a-e80bd139bb46 72122139a05340158090b9c427cae2df a9b3b41a1b7a47749cb3e92c01bf5df8 - - default default] Tap Mirror: Handle Delete Port: a2a5ef9a-fb25-4c67-aaa0-6c4d4d49724f 2026-08-13 02:24:38.138 8 INFO neutron.db.l3_db [req-fe78231d-cda4-491b-9a16-94e958cc22ab req-3bf1a4ff-4c56-4c23-990a-e80bd139bb46 72122139a05340158090b9c427cae2df a9b3b41a1b7a47749cb3e92c01bf5df8 - - default default] Floating IP 24827f71-a954-4f39-a1d1-9a0e36f3db82 disassociated. External IP: 10.96.250.215, port: a2a5ef9a-fb25-4c67-aaa0-6c4d4d49724f. [pid: 7|app: 0|req: 628/1477] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:24:35 2026] POST /v2.0/routers => generated 727 bytes in 2530 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1480] 199.204.45.162 () {36 vars in 997 bytes} [Thu Aug 13 02:24:37 2026] DELETE /v2.0/ports/a2a5ef9a-fb25-4c67-aaa0-6c4d4d49724f => generated 0 bytes in 646 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:24:38.565 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-967778c1-a995-4c4d-8dfa-e8de8c850d04'] response: {'server_uuid': '3a5a558c-319a-40ff-b4b0-d86942ba6a93', 'name': 'network-vif-deleted', 'tag': 'a2a5ef9a-fb25-4c67-aaa0-6c4d4d49724f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 851/1481] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:38 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => 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: 631/1482] 10.0.0.194 () {34 vars in 783 bytes} [Thu Aug 13 02:24:38 2026] PUT /v2.0/routers/6a6e108b-3c73-44a0-9e47-cb780d7584ef/add_router_interface => generated 309 bytes in 1185 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1483] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:39 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => 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: 632/1484] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:41 2026] GET /v2.0/ports?device_id=3a5a558c-319a-40ff-b4b0-d86942ba6a93 => 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: 633/1485] 10.0.0.51 () {34 vars in 981 bytes} [Thu Aug 13 02:24:42 2026] GET /v2.0/networks?id=5c3ec0b9-3ec3-4fa7-9ca6-9430bc8d2533 => generated 672 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1486] 10.0.0.194 () {32 vars in 826 bytes} [Thu Aug 13 02:24:42 2026] GET /v2.0/ports?project_id=151355bed7b24479a2dffccdf832ab19&network_id=80827349-4d59-49b0-9861-c19535024292 => generated 3691 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1487] 10.0.0.51 () {34 vars in 964 bytes} [Thu Aug 13 02:24:42 2026] GET /v2.0/quotas/49d7e42b512d43ac96851842df6acc94 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1488] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:24:41 2026] GET /v2.0/security-groups?tenant_id=fae4456c41c84de5b44802472ecd315e&name=default => generated 2925 bytes in 548 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1489] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:24:42 2026] DELETE /v2.0/security-groups/0dfb635a-1d96-4371-9d41-362b24b92ac0 => 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: 854/1490] 10.0.0.51 () {34 vars in 1001 bytes} [Thu Aug 13 02:24:42 2026] GET /v2.0/ports?tenant_id=49d7e42b512d43ac96851842df6acc94&fields=id => generated 103 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:42.242 8 INFO neutron.api.v2.resource [None req-aa98ad9d-78b2-430f-9db9-3c749b8cda66 72122139a05340158090b9c427cae2df a9b3b41a1b7a47749cb3e92c01bf5df8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 855/1491] 10.0.0.194 () {32 vars in 737 bytes} [Thu Aug 13 02:24:42 2026] GET /v2.0/security-groups/0dfb635a-1d96-4371-9d41-362b24b92ac0 => 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: 856/1492] 10.0.0.51 () {34 vars in 1007 bytes} [Thu Aug 13 02:24:42 2026] GET /v2.0/networks/5c3ec0b9-3ec3-4fa7-9ca6-9430bc8d2533?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: 637/1493] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:24:42 2026] DELETE /v2.0/security-groups/c6ce97c3-0b45-4941-b459-dc2ee1305d2f => 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: 638/1494] 10.0.0.51 () {34 vars in 1107 bytes} [Thu Aug 13 02:24:42 2026] GET /v2.0/networks/5c3ec0b9-3ec3-4fa7-9ca6-9430bc8d2533?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) 2026-08-13 02:24:42.388 8 INFO neutron_taas.services.taas.taas_plugin [None req-07828cee-0f95-475b-97d9-e97be22f0dd9 72122139a05340158090b9c427cae2df a9b3b41a1b7a47749cb3e92c01bf5df8 - - default default] TaaS: Handle Delete Port: 3b7a03ef-aaeb-45c4-86ad-d04fed0bbd67 2026-08-13 02:24:42.390 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07828cee-0f95-475b-97d9-e97be22f0dd9 72122139a05340158090b9c427cae2df a9b3b41a1b7a47749cb3e92c01bf5df8 - - default default] Tap Mirror: Handle Delete Port: 3b7a03ef-aaeb-45c4-86ad-d04fed0bbd67 [pid: 7|app: 0|req: 639/1495] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:24:42 2026] GET /v2.0/security-groups?tenant_id=10bccfdf463947c183a3a3ca4aa932b8&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1496] 10.0.0.194 () {32 vars in 732 bytes} [Thu Aug 13 02:24:42 2026] DELETE /v2.0/floatingips/24827f71-a954-4f39-a1d1-9a0e36f3db82 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1497] 10.0.0.194 () {32 vars in 742 bytes} [Thu Aug 13 02:24:42 2026] GET /v2.0/subnets?network_id=db55f924-ff5c-4d45-ae3c-30cf68b0dc8e => generated 667 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1498] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:42 2026] GET /v2.0/ports?device_id=66ea3307-f7d2-418f-a8e1-85a24dc05230 => 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: 641/1499] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:24:42 2026] DELETE /v2.0/security-groups/b06d449c-ed37-4450-b887-81f05357cab4 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:24:42.909 7 INFO neutron.db.l3_db [None req-e9e7c253-e97e-41e0-b3ff-33713d9c910f 521386c5e21c4bb09f82f6439fc43d27 151355bed7b24479a2dffccdf832ab19 - - default default] Floating IP 3e1abee0-a4b9-431f-8ad4-e9ad82fe144f disassociated. External IP: 10.96.250.204, port: 4903b05f-e724-4a1d-873b-3a0c9887987e. 2026-08-13 02:24:43.022 8 INFO neutron_taas.services.taas.taas_plugin [None req-2933cc35-9dd7-4b3d-aa28-6f968b9a9692 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: 12cf21a3-8bfe-4d74-8f6c-a3efcfde4520 2026-08-13 02:24:43.024 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2933cc35-9dd7-4b3d-aa28-6f968b9a9692 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: 12cf21a3-8bfe-4d74-8f6c-a3efcfde4520 [pid: 7|app: 0|req: 642/1500] 10.0.0.194 () {34 vars in 749 bytes} [Thu Aug 13 02:24:42 2026] PUT /v2.0/floatingips/3e1abee0-a4b9-431f-8ad4-e9ad82fe144f => generated 554 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1501] 10.0.0.194 () {32 vars in 729 bytes} [Thu Aug 13 02:24:43 2026] GET /v2.0/floatingips/3e1abee0-a4b9-431f-8ad4-e9ad82fe144f => generated 554 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:43.275 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-87ca4550-5b8d-4733-a072-94061c2a792c'] response: {'name': 'network-changed', 'server_uuid': '41dfd2f3-9092-4b60-8288-51c218ee122f', 'tag': '4903b05f-e724-4a1d-873b-3a0c9887987e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 644/1502] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:43 2026] GET /v2.0/ports?device_id=66ea3307-f7d2-418f-a8e1-85a24dc05230 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1503] 10.0.0.194 () {34 vars in 789 bytes} [Thu Aug 13 02:24:42 2026] PUT /v2.0/routers/7cdd9266-506e-45d2-9e58-62316cdd2216/remove_router_interface => generated 309 bytes in 1150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1504] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:24:43 2026] GET /v2.0/ports?tenant_id=151355bed7b24479a2dffccdf832ab19&device_id=41dfd2f3-9092-4b60-8288-51c218ee122f => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1505] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:24:43 2026] GET /v2.0/networks?id=80827349-4d59-49b0-9861-c19535024292 => generated 757 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1506] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:24:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=4903b05f-e724-4a1d-873b-3a0c9887987e => 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: 863/1507] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:24:43 2026] GET /v2.0/subnets?id=e825b54c-b54c-40f9-bfad-b3e5937a8380 => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:43.974 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa098d2b-2159-46b2-84cf-1907c05cb1e8 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: 345b8e37-3bff-4994-8da0-e9f1c5a985e7 2026-08-13 02:24:43.976 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa098d2b-2159-46b2-84cf-1907c05cb1e8 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: 345b8e37-3bff-4994-8da0-e9f1c5a985e7 [pid: 8|app: 0|req: 864/1508] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:24:43 2026] GET /v2.0/ports?network_id=80827349-4d59-49b0-9861-c19535024292&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: 865/1509] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:24:43 2026] GET /v2.0/networks/80827349-4d59-49b0-9861-c19535024292?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: 866/1510] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:24:44 2026] GET /v2.0/networks/80827349-4d59-49b0-9861-c19535024292?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 02:24:44.206 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa098d2b-2159-46b2-84cf-1907c05cb1e8 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: 2caf3821-307c-429b-80c6-b7207d306424 2026-08-13 02:24:44.210 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa098d2b-2159-46b2-84cf-1907c05cb1e8 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: 2caf3821-307c-429b-80c6-b7207d306424 [pid: 8|app: 0|req: 867/1511] 10.0.0.194 () {32 vars in 729 bytes} [Thu Aug 13 02:24:44 2026] GET /v2.0/floatingips/3e1abee0-a4b9-431f-8ad4-e9ad82fe144f => generated 554 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:44.617 7 INFO neutron.services.segments.plugin [-] Segment 74ab32a2-3b4a-498c-b636-2c0ed6a20076 resource provider aggregate not found 2026-08-13 02:24:44.626 7 INFO neutron.services.segments.plugin [-] Segment 74ab32a2-3b4a-498c-b636-2c0ed6a20076 resource provider aggregate not found 2026-08-13 02:24:44.632 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 74ab32a2-3b4a-498c-b636-2c0ed6a20076 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74ab32a2-3b4a-498c-b636-2c0ed6a20076 found for delete ", "request_id": "req-18960d91-6b66-4c20-9631-4e6aec1780f5"}]} 2026-08-13 02:24:44.658 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 74ab32a2-3b4a-498c-b636-2c0ed6a20076 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74ab32a2-3b4a-498c-b636-2c0ed6a20076 found for delete ", "request_id": "req-291119d8-fb17-4b0e-8e57-f5e29a73eb7c"}]} 2026-08-13 02:24:44.660 7 INFO neutron.db.l3_hamode_db [None req-fa098d2b-2159-46b2-84cf-1907c05cb1e8 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] HA network cfee2bbe-649d-46f6-b495-f3193e92cdf3 was deleted as no HA routers are present in tenant a9b3b41a1b7a47749cb3e92c01bf5df8. [pid: 7|app: 0|req: 645/1512] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:24:43 2026] DELETE /v2.0/routers/7cdd9266-506e-45d2-9e58-62316cdd2216 => generated 0 bytes in 926 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1513] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:44 2026] GET /v2.0/ports?device_id=66ea3307-f7d2-418f-a8e1-85a24dc05230 => 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: 868/1514] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:24:44 2026] DELETE /v2.0/subnets/238d1e28-1e76-4faa-87cc-35aad1eb7dc1 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:24:44.896 7 INFO neutron_taas.services.taas.taas_plugin [None req-34fb1b9e-2d8a-4977-b7ea-b252800df42e 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: 35e48829-b001-418c-be3e-7b58ccfcb87d 2026-08-13 02:24:44.899 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34fb1b9e-2d8a-4977-b7ea-b252800df42e 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: 35e48829-b001-418c-be3e-7b58ccfcb87d [pid: 7|app: 0|req: 647/1515] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:24:44 2026] DELETE /v2.0/networks/60180fc3-671c-497c-8e5d-62542818c536 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1516] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:24:45 2026] GET /v2.0/security-groups?tenant_id=a9b3b41a1b7a47749cb3e92c01bf5df8&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: 870/1517] 10.0.0.194 () {32 vars in 729 bytes} [Thu Aug 13 02:24:45 2026] GET /v2.0/floatingips/3e1abee0-a4b9-431f-8ad4-e9ad82fe144f => generated 552 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1518] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:24:45 2026] DELETE /v2.0/security-groups/0ca9fa74-ef16-43cf-9980-3524f90178d6 => 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: 871/1519] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:45 2026] GET /v2.0/ports?device_id=66ea3307-f7d2-418f-a8e1-85a24dc05230 => 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: 649/1520] 10.0.0.194 () {34 vars in 685 bytes} [Thu Aug 13 02:24:46 2026] POST /v2.0/security-groups => generated 1673 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-13 02:24:46.662 7 INFO neutron.services.segments.plugin [-] Segment 5e1d5a2e-a5dc-4709-808e-95900507fd2b resource provider aggregate not found 2026-08-13 02:24:46.692 7 INFO neutron.services.segments.plugin [-] Segment 5e1d5a2e-a5dc-4709-808e-95900507fd2b resource provider aggregate not found 2026-08-13 02:24:46.702 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5e1d5a2e-a5dc-4709-808e-95900507fd2b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e1d5a2e-a5dc-4709-808e-95900507fd2b found for delete ", "request_id": "req-0b9977d3-e425-411a-929f-e447604bb7a6"}]} 2026-08-13 02:24:46.706 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5e1d5a2e-a5dc-4709-808e-95900507fd2b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e1d5a2e-a5dc-4709-808e-95900507fd2b found for delete ", "request_id": "req-36daa9b1-a3ef-4266-8159-9d5bcb8924b9"}]} [pid: 8|app: 0|req: 872/1521] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:24:46 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: 7|app: 0|req: 650/1522] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:24:46 2026] GET /v2.0/networks?id=5c3ec0b9-3ec3-4fa7-9ca6-9430bc8d2533 => generated 672 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1523] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:24:46 2026] POST /v2.0/security-group-rules => generated 596 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1524] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:24:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1525] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:47 2026] GET /v2.0/ports?device_id=66ea3307-f7d2-418f-a8e1-85a24dc05230 => generated 957 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1526] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:24:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1527] 199.204.45.162 () {38 vars in 955 bytes} [Thu Aug 13 02:24:46 2026] POST /v2.0/ports => generated 954 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1528] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:47 2026] GET /v2.0/security-groups?id=393ab494-835f-4c10-9dc0-c41e4689b8f2&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:24:47.238 8 INFO neutron.db.securitygroups_db [None req-20432c42-5678-44cf-af86-032a3d62bd2a 521386c5e21c4bb09f82f6439fc43d27 151355bed7b24479a2dffccdf832ab19 - - default default] Project 151355bed7b24479a2dffccdf832ab19 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: 878/1529] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:24:47 2026] POST /v2.0/security-group-rules => generated 607 bytes in 104 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 02:24:47.505 7 INFO neutron.db.segments_db [None req-fe49c144-193f-49eb-8aca-42cf78898804 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Added segment efc6bbb6-b903-40a7-a461-b09accfc01f5 of type vxlan for network ecc789e1-7631-4c26-ae16-173d69b66677 [pid: 7|app: 0|req: 652/1530] 10.0.0.194 () {34 vars in 671 bytes} [Thu Aug 13 02:24:47 2026] POST /v2.0/networks => generated 745 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:24:47.615 7 INFO neutron.db.securitygroups_db [None req-d3496498-69ae-4883-811e-ef984480e67e 521386c5e21c4bb09f82f6439fc43d27 151355bed7b24479a2dffccdf832ab19 - - default default] Project 151355bed7b24479a2dffccdf832ab19 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: 653/1531] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:24:47 2026] POST /v2.0/security-group-rules => generated 606 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1532] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Aug 13 02:24:47 2026] PUT /v2.0/ports/e8e8c7a2-01e9-42f8-a127-689dc8ef1b2a => generated 1235 bytes in 444 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:24:47.810 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-218b69fd-de74-45fc-aa60-d844804f075d'] response: {'name': 'network-changed', 'server_uuid': '66ea3307-f7d2-418f-a8e1-85a24dc05230', 'tag': 'e8e8c7a2-01e9-42f8-a127-689dc8ef1b2a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 654/1533] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:24:47 2026] POST /v2.0/subnets => generated 692 bytes in 221 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 02:24:47.981 8 INFO neutron.db.segments_db [None req-280a41ac-f484-4594-924b-6a8b2419158c 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Added segment 97dc8541-6a17-4fb6-9818-a0c7d548b593 of type vxlan for network ec5afcb8-342f-4a0a-80ee-7c9913b0166a [pid: 7|app: 0|req: 655/1534] 10.0.0.194 () {32 vars in 649 bytes} [Thu Aug 13 02:24:48 2026] GET /v2.0/networks => generated 1298 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:24:48.248 8 INFO neutron.db.l3_hamode_db [None req-280a41ac-f484-4594-924b-6a8b2419158c 466cbdec0e7e442f942f0fefb75815bb b47c4672532c4a589a0c28d910820bc1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 656/1535] 10.0.0.51 () {34 vars in 1097 bytes} [Thu Aug 13 02:24:48 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-753803728&fields=id&tenant_id=151355bed7b24479a2dffccdf832ab19 => 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: 657/1536] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:48 2026] GET /v2.0/ports?device_id=66ea3307-f7d2-418f-a8e1-85a24dc05230 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1537] 10.0.0.51 () {34 vars in 981 bytes} [Thu Aug 13 02:24:48 2026] GET /v2.0/networks?id=80827349-4d59-49b0-9861-c19535024292 => generated 661 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1538] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:48 2026] GET /v2.0/security-groups?id=393ab494-835f-4c10-9dc0-c41e4689b8f2&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1539] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:24:48 2026] GET /v2.0/ports?tenant_id=49d7e42b512d43ac96851842df6acc94&device_id=66ea3307-f7d2-418f-a8e1-85a24dc05230 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1540] 10.0.0.51 () {34 vars in 964 bytes} [Thu Aug 13 02:24:48 2026] GET /v2.0/quotas/151355bed7b24479a2dffccdf832ab19 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1541] 199.204.45.162 () {34 vars in 1018 bytes} [Thu Aug 13 02:24:48 2026] GET /v2.0/networks?tenant_id=49d7e42b512d43ac96851842df6acc94&shared=False => generated 768 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1542] 10.0.0.51 () {34 vars in 1001 bytes} [Thu Aug 13 02:24:48 2026] GET /v2.0/ports?tenant_id=151355bed7b24479a2dffccdf832ab19&fields=id => generated 149 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1543] 199.204.45.162 () {34 vars in 930 bytes} [Thu Aug 13 02:24:48 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: 665/1544] 10.0.0.51 () {34 vars in 1007 bytes} [Thu Aug 13 02:24:48 2026] GET /v2.0/networks/80827349-4d59-49b0-9861-c19535024292?fields=segments => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1545] 10.0.0.51 () {34 vars in 1107 bytes} [Thu Aug 13 02:24:48 2026] GET /v2.0/networks/80827349-4d59-49b0-9861-c19535024292?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: 667/1546] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:48 2026] GET /v2.0/ports?device_id=a0723217-0750-4c88-b577-e065d3794986 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:24:49.046 8 INFO neutron.db.l3_hamode_db [None req-280a41ac-f484-4594-924b-6a8b2419158c 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 668/1547] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:49 2026] GET /v2.0/ports?device_id=66ea3307-f7d2-418f-a8e1-85a24dc05230 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1548] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:49 2026] GET /v2.0/security-groups?id=393ab494-835f-4c10-9dc0-c41e4689b8f2&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: 670/1549] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:24:49 2026] GET /v2.0/ports?tenant_id=49d7e42b512d43ac96851842df6acc94&device_id=66ea3307-f7d2-418f-a8e1-85a24dc05230 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1550] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:24:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=e8e8c7a2-01e9-42f8-a127-689dc8ef1b2a => 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: 672/1551] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:24:49 2026] GET /v2.0/subnets?id=32c9e4df-70b6-4754-b826-569dfb5dd98d => generated 690 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1552] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:24:49 2026] GET /v2.0/ports?network_id=5c3ec0b9-3ec3-4fa7-9ca6-9430bc8d2533&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1553] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:24:49 2026] GET /v2.0/networks/5c3ec0b9-3ec3-4fa7-9ca6-9430bc8d2533?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: 675/1554] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:24:49 2026] GET /v2.0/networks/5c3ec0b9-3ec3-4fa7-9ca6-9430bc8d2533?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: 676/1555] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:49 2026] GET /v2.0/ports?device_id=a0723217-0750-4c88-b577-e065d3794986 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1556] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:24:47 2026] POST /v2.0/routers => generated 732 bytes in 2190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1557] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:50 2026] GET /v2.0/ports?device_id=66ea3307-f7d2-418f-a8e1-85a24dc05230 => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1558] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:50 2026] GET /v2.0/security-groups?id=393ab494-835f-4c10-9dc0-c41e4689b8f2&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1559] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:50 2026] GET /v2.0/ports?device_id=a0723217-0750-4c88-b577-e065d3794986 => 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: 677/1560] 10.0.0.194 () {34 vars in 783 bytes} [Thu Aug 13 02:24:50 2026] PUT /v2.0/routers/3f4df918-6d0b-45d8-ab29-ac6c9d9b00b6/add_router_interface => generated 309 bytes in 1219 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1561] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:51 2026] GET /v2.0/ports?device_id=66ea3307-f7d2-418f-a8e1-85a24dc05230 => 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: 678/1562] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:51 2026] GET /v2.0/security-groups?id=393ab494-835f-4c10-9dc0-c41e4689b8f2&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1563] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:52 2026] GET /v2.0/ports?device_id=a0723217-0750-4c88-b577-e065d3794986 => 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: 679/1564] 10.0.0.51 () {34 vars in 981 bytes} [Thu Aug 13 02:24:52 2026] GET /v2.0/networks?id=ecc789e1-7631-4c26-ae16-173d69b66677 => generated 677 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1565] 10.0.0.51 () {34 vars in 964 bytes} [Thu Aug 13 02:24:52 2026] GET /v2.0/quotas/b47c4672532c4a589a0c28d910820bc1 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1566] 10.0.0.51 () {34 vars in 1001 bytes} [Thu Aug 13 02:24:52 2026] GET /v2.0/ports?tenant_id=b47c4672532c4a589a0c28d910820bc1&fields=id => generated 103 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1567] 10.0.0.51 () {34 vars in 1007 bytes} [Thu Aug 13 02:24:52 2026] GET /v2.0/networks/ecc789e1-7631-4c26-ae16-173d69b66677?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1568] 10.0.0.51 () {34 vars in 1107 bytes} [Thu Aug 13 02:24:52 2026] GET /v2.0/networks/ecc789e1-7631-4c26-ae16-173d69b66677?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1569] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:52 2026] GET /v2.0/ports?device_id=a4f4c64f-f0d2-4cf0-8092-b23511bfa9be => 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: 682/1570] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:52 2026] GET /v2.0/ports?device_id=66ea3307-f7d2-418f-a8e1-85a24dc05230 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1571] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:53 2026] GET /v2.0/security-groups?id=393ab494-835f-4c10-9dc0-c41e4689b8f2&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: 684/1572] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:24:53 2026] GET /v2.0/networks?id=80827349-4d59-49b0-9861-c19535024292 => generated 661 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1573] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:53 2026] GET /v2.0/ports?device_id=a0723217-0750-4c88-b577-e065d3794986 => 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: 686/1574] 199.204.45.162 () {34 vars in 1050 bytes} [Thu Aug 13 02:24:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=151355bed7b24479a2dffccdf832ab19 => generated 272 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1575] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:24:52 2026] GET /v2.0/security-groups?tenant_id=acfd68a5493247228a9f48095b37f10c&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1578] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:24:53 2026] DELETE /v2.0/security-groups/99d6e2d7-a25c-423d-ad94-7f2fd6c80427 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1579] 199.204.45.162 () {38 vars in 955 bytes} [Thu Aug 13 02:24:53 2026] POST /v2.0/ports => generated 958 bytes in 490 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: 688/1580] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:53 2026] GET /v2.0/ports?device_id=a4f4c64f-f0d2-4cf0-8092-b23511bfa9be => 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: 689/1581] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:54 2026] GET /v2.0/ports?device_id=66ea3307-f7d2-418f-a8e1-85a24dc05230 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1582] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:54 2026] GET /v2.0/security-groups?id=393ab494-835f-4c10-9dc0-c41e4689b8f2&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1583] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Aug 13 02:24:53 2026] PUT /v2.0/ports/7420c606-c934-4a7c-8994-bb5b04abbb02 => generated 1239 bytes in 529 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:24:54.342 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-382df235-60db-4c81-8518-83517047d189'] response: {'name': 'network-changed', 'server_uuid': 'a0723217-0750-4c88-b577-e065d3794986', 'tag': '7420c606-c934-4a7c-8994-bb5b04abbb02', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 691/1584] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:54 2026] GET /v2.0/ports?device_id=a0723217-0750-4c88-b577-e065d3794986 => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 894/1585] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:54 2026] GET /v2.0/security-groups?id=feb208ee-2ae4-48aa-90b6-ed7e796596d3&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1586] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:54 2026] GET /v2.0/ports?device_id=a4f4c64f-f0d2-4cf0-8092-b23511bfa9be => 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: 692/1587] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:24:54 2026] GET /v2.0/ports?tenant_id=151355bed7b24479a2dffccdf832ab19&device_id=a0723217-0750-4c88-b577-e065d3794986 => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1588] 199.204.45.162 () {34 vars in 1018 bytes} [Thu Aug 13 02:24:54 2026] GET /v2.0/networks?tenant_id=151355bed7b24479a2dffccdf832ab19&shared=False => generated 757 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1589] 199.204.45.162 () {34 vars in 930 bytes} [Thu Aug 13 02:24:54 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: 897/1590] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:55 2026] GET /v2.0/ports?device_id=66ea3307-f7d2-418f-a8e1-85a24dc05230 => 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: 694/1591] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:55 2026] GET /v2.0/security-groups?id=393ab494-835f-4c10-9dc0-c41e4689b8f2&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1592] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:55 2026] GET /v2.0/ports?device_id=a0723217-0750-4c88-b577-e065d3794986 => generated 973 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1593] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:55 2026] GET /v2.0/security-groups?id=feb208ee-2ae4-48aa-90b6-ed7e796596d3&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: 8|app: 0|req: 899/1594] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:55 2026] GET /v2.0/ports?device_id=a4f4c64f-f0d2-4cf0-8092-b23511bfa9be => 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: 696/1595] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:24:56 2026] GET /v2.0/ports?tenant_id=151355bed7b24479a2dffccdf832ab19&device_id=a0723217-0750-4c88-b577-e065d3794986 => generated 1242 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1596] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Aug 13 02:24:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=7420c606-c934-4a7c-8994-bb5b04abbb02 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1597] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:24:56 2026] GET /v2.0/subnets?id=e825b54c-b54c-40f9-bfad-b3e5937a8380 => generated 677 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1598] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:24:56 2026] GET /v2.0/ports?network_id=80827349-4d59-49b0-9861-c19535024292&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: 698/1599] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:24:56 2026] GET /v2.0/networks/80827349-4d59-49b0-9861-c19535024292?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: 902/1600] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:24:56 2026] GET /v2.0/networks/80827349-4d59-49b0-9861-c19535024292?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1601] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:56 2026] GET /v2.0/ports?device_id=a0723217-0750-4c88-b577-e065d3794986 => 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: 903/1602] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:56 2026] GET /v2.0/security-groups?id=feb208ee-2ae4-48aa-90b6-ed7e796596d3&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1603] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:56 2026] GET /v2.0/ports?device_id=66ea3307-f7d2-418f-a8e1-85a24dc05230 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1604] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:56 2026] GET /v2.0/security-groups?id=393ab494-835f-4c10-9dc0-c41e4689b8f2&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1605] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:57 2026] GET /v2.0/ports?device_id=a4f4c64f-f0d2-4cf0-8092-b23511bfa9be => 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: 905/1606] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:24:57 2026] GET /v2.0/networks?id=ecc789e1-7631-4c26-ae16-173d69b66677 => generated 677 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1607] 199.204.45.162 () {38 vars in 955 bytes} [Thu Aug 13 02:24:57 2026] POST /v2.0/ports => generated 954 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1608] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Aug 13 02:24:57 2026] PUT /v2.0/ports/8e3ebfa1-b9cb-4211-9323-7241d21839d3 => generated 1235 bytes in 422 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 907/1609] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:57 2026] GET /v2.0/ports?device_id=a0723217-0750-4c88-b577-e065d3794986 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1610] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:58 2026] GET /v2.0/ports?device_id=66ea3307-f7d2-418f-a8e1-85a24dc05230 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1611] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:58 2026] GET /v2.0/security-groups?id=feb208ee-2ae4-48aa-90b6-ed7e796596d3&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:58.194 7 INFO neutron.db.segments_db [None req-e6ca93cc-ec18-4c28-a927-74b1daeee572 1ee475e119b84760a137deab458c06a7 3d8793b3c91c450f992792a95f415a88 - - default default] Added segment 552cd9f8-cf28-402d-b6be-71719062b860 of type vxlan for network 6bcc8902-18e4-43c0-9718-e6623942b233 [pid: 8|app: 0|req: 910/1612] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:58 2026] GET /v2.0/security-groups?id=393ab494-835f-4c10-9dc0-c41e4689b8f2&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:24:58.217 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-29465b5e-914b-4071-8fcf-cffed1fe97bb'] response: {'name': 'network-changed', 'server_uuid': 'a4f4c64f-f0d2-4cf0-8092-b23511bfa9be', 'tag': '8e3ebfa1-b9cb-4211-9323-7241d21839d3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 703/1613] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:24:57 2026] POST /v2.0/networks => generated 631 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1614] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:58 2026] GET /v2.0/ports?device_id=a4f4c64f-f0d2-4cf0-8092-b23511bfa9be => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:58.376 7 INFO neutron.db.segments_db [None req-fe09654e-6278-48a8-bac8-a4652a454db7 1ee475e119b84760a137deab458c06a7 3d8793b3c91c450f992792a95f415a88 - - default default] Added segment ee75079c-5979-49ad-b59e-9efd522f51fe of type vxlan for network 5eee4ffe-3990-4513-9139-5fc34daf1cb1 [pid: 8|app: 0|req: 912/1615] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:58 2026] GET /v2.0/security-groups?id=e710ba67-4ff9-4dda-b44c-b94499f58a17&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1616] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:24:58 2026] POST /v2.0/networks => generated 631 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:24:58.550 8 INFO neutron.db.segments_db [None req-6bcbaed9-d6a3-4881-ac16-70ff61a98426 1ee475e119b84760a137deab458c06a7 3d8793b3c91c450f992792a95f415a88 - - default default] Added segment 8bd216f8-4a4a-44ec-89a0-d1cdb7e5a56e of type vxlan for network 897d8ece-6a06-44c5-91ac-dfb1728b6bf7 [pid: 8|app: 0|req: 913/1617] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:24:58 2026] POST /v2.0/networks => generated 631 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:24:58.710 7 INFO neutron.db.segments_db [None req-6db42112-6abc-4604-94fd-858c15dc0667 1ee475e119b84760a137deab458c06a7 3d8793b3c91c450f992792a95f415a88 - - default default] Added segment cd53540f-b346-450e-9d3c-f5863ff7db0e of type vxlan for network f3c60b02-dcf3-4e72-a184-3e88bf9a0c4a [pid: 8|app: 0|req: 914/1618] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:24:58 2026] GET /v2.0/ports?tenant_id=b47c4672532c4a589a0c28d910820bc1&device_id=a4f4c64f-f0d2-4cf0-8092-b23511bfa9be => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1619] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:24:58 2026] POST /v2.0/networks => generated 632 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1620] 199.204.45.162 () {34 vars in 1018 bytes} [Thu Aug 13 02:24:58 2026] GET /v2.0/networks?tenant_id=b47c4672532c4a589a0c28d910820bc1&shared=False => generated 773 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:58.852 7 INFO neutron.db.segments_db [None req-f2537b38-d03d-41d5-9a99-3798bec2a3c3 1ee475e119b84760a137deab458c06a7 3d8793b3c91c450f992792a95f415a88 - - default default] Added segment 4f253b2b-545f-4607-827b-1e8902a4199a of type vxlan for network ac08d7bb-f8ff-471a-979b-1f6ea65a7c81 [pid: 8|app: 0|req: 916/1621] 199.204.45.162 () {34 vars in 930 bytes} [Thu Aug 13 02:24:58 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1622] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:24:58 2026] POST /v2.0/networks => generated 630 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1623] 10.0.0.194 () {34 vars in 753 bytes} [Thu Aug 13 02:24:58 2026] PUT /v2.0/networks/6bcc8902-18e4-43c0-9718-e6623942b233/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1624] 10.0.0.194 () {34 vars in 753 bytes} [Thu Aug 13 02:24:58 2026] PUT /v2.0/networks/5eee4ffe-3990-4513-9139-5fc34daf1cb1/tags => generated 25 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1625] 10.0.0.194 () {34 vars in 753 bytes} [Thu Aug 13 02:24:59 2026] PUT /v2.0/networks/897d8ece-6a06-44c5-91ac-dfb1728b6bf7/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1626] 10.0.0.194 () {34 vars in 753 bytes} [Thu Aug 13 02:24:59 2026] PUT /v2.0/networks/f3c60b02-dcf3-4e72-a184-3e88bf9a0c4a/tags => generated 19 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1627] 10.0.0.194 () {32 vars in 666 bytes} [Thu Aug 13 02:24:59 2026] GET /v2.0/networks?tags=red => generated 1854 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1628] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:59 2026] GET /v2.0/ports?device_id=a0723217-0750-4c88-b577-e065d3794986 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1629] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:59 2026] GET /v2.0/ports?device_id=66ea3307-f7d2-418f-a8e1-85a24dc05230 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1630] 199.204.45.162 () {34 vars in 994 bytes} [Thu Aug 13 02:24:59 2026] GET /v2.0/ports?device_id=66ea3307-f7d2-418f-a8e1-85a24dc05230 => 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: 711/1631] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:59 2026] GET /v2.0/security-groups?id=feb208ee-2ae4-48aa-90b6-ed7e796596d3&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: 921/1632] 10.0.0.194 () {32 vars in 680 bytes} [Thu Aug 13 02:24:59 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1633] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:59 2026] GET /v2.0/security-groups?id=393ab494-835f-4c10-9dc0-c41e4689b8f2&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1634] 10.0.0.194 () {32 vars in 676 bytes} [Thu Aug 13 02:24:59 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1635] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:24:59 2026] GET /v2.0/ports?device_id=a4f4c64f-f0d2-4cf0-8092-b23511bfa9be => generated 969 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1636] 10.0.0.194 () {32 vars in 688 bytes} [Thu Aug 13 02:24:59 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1854 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:24:59.551 8 INFO neutron_taas.services.taas.taas_plugin [req-d41046e9-9eaf-4c97-99e0-55d0b3371a51 req-5745e6d3-9aa9-4026-a033-adaf62270331 a39f22365f7847b5b3cafee1ce4ee7b4 49d7e42b512d43ac96851842df6acc94 - - default default] TaaS: Handle Delete Port: e8e8c7a2-01e9-42f8-a127-689dc8ef1b2a 2026-08-13 02:24:59.553 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d41046e9-9eaf-4c97-99e0-55d0b3371a51 req-5745e6d3-9aa9-4026-a033-adaf62270331 a39f22365f7847b5b3cafee1ce4ee7b4 49d7e42b512d43ac96851842df6acc94 - - default default] Tap Mirror: Handle Delete Port: e8e8c7a2-01e9-42f8-a127-689dc8ef1b2a [pid: 7|app: 0|req: 716/1637] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:24:59 2026] GET /v2.0/security-groups?id=e710ba67-4ff9-4dda-b44c-b94499f58a17&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1638] 10.0.0.194 () {32 vars in 674 bytes} [Thu Aug 13 02:24:59 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1639] 199.204.45.162 () {36 vars in 997 bytes} [Thu Aug 13 02:24:59 2026] DELETE /v2.0/ports/e8e8c7a2-01e9-42f8-a127-689dc8ef1b2a => 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: 718/1640] 10.0.0.194 () {32 vars in 688 bytes} [Thu Aug 13 02:24:59 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2466 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1641] 10.0.0.194 () {32 vars in 684 bytes} [Thu Aug 13 02:24:59 2026] GET /v2.0/networks?not-tags-any=blue => generated 2466 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1642] 10.0.0.194 () {32 vars in 696 bytes} [Thu Aug 13 02:24:59 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1643] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:24:59 2026] GET /v2.0/ports?tenant_id=b47c4672532c4a589a0c28d910820bc1&device_id=a4f4c64f-f0d2-4cf0-8092-b23511bfa9be => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1644] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:24:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=8e3ebfa1-b9cb-4211-9323-7241d21839d3 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:24:59.943 8 INFO neutron.services.segments.plugin [-] Segment 552cd9f8-cf28-402d-b6be-71719062b860 resource provider aggregate not found 2026-08-13 02:24:59.949 8 INFO neutron.services.segments.plugin [-] Segment 552cd9f8-cf28-402d-b6be-71719062b860 resource provider aggregate not found 2026-08-13 02:24:59.964 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 552cd9f8-cf28-402d-b6be-71719062b860 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 552cd9f8-cf28-402d-b6be-71719062b860 found for delete ", "request_id": "req-55f1800e-a76c-40d3-b249-aab345119436"}]} [pid: 8|app: 0|req: 924/1645] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:24:59 2026] DELETE /v2.0/networks/6bcc8902-18e4-43c0-9718-e6623942b233 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:24:59.980 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 552cd9f8-cf28-402d-b6be-71719062b860 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 552cd9f8-cf28-402d-b6be-71719062b860 found for delete ", "request_id": "req-56a8aede-683f-4ae6-b366-2a80dee64033"}]} [pid: 7|app: 0|req: 722/1646] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:24:59 2026] GET /v2.0/subnets?id=3950d3d5-82ab-4358-827d-a63391b6961b => generated 695 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1647] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:24:59 2026] GET /v2.0/ports?network_id=ecc789e1-7631-4c26-ae16-173d69b66677&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: 724/1648] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:25:00 2026] GET /v2.0/networks/ecc789e1-7631-4c26-ae16-173d69b66677?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: 725/1649] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:25:00 2026] GET /v2.0/networks/ecc789e1-7631-4c26-ae16-173d69b66677?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1650] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:24:59 2026] DELETE /v2.0/networks/5eee4ffe-3990-4513-9139-5fc34daf1cb1 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:25:00.239 7 INFO neutron.services.segments.plugin [-] Segment 8bd216f8-4a4a-44ec-89a0-d1cdb7e5a56e resource provider aggregate not found 2026-08-13 02:25:00.249 7 INFO neutron.services.segments.plugin [-] Segment 8bd216f8-4a4a-44ec-89a0-d1cdb7e5a56e resource provider aggregate not found 2026-08-13 02:25:00.252 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3d5acfe6-f71a-428c-b3d2-53fde1cd0337'] response: {'server_uuid': '66ea3307-f7d2-418f-a8e1-85a24dc05230', 'name': 'network-vif-deleted', 'tag': 'e8e8c7a2-01e9-42f8-a127-689dc8ef1b2a', 'status': 'completed', 'code': 200} 2026-08-13 02:25:00.260 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8bd216f8-4a4a-44ec-89a0-d1cdb7e5a56e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bd216f8-4a4a-44ec-89a0-d1cdb7e5a56e found for delete ", "request_id": "req-49a1ce2d-8c5b-482e-b585-0bbbd344c272"}]} 2026-08-13 02:25:00.265 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8bd216f8-4a4a-44ec-89a0-d1cdb7e5a56e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bd216f8-4a4a-44ec-89a0-d1cdb7e5a56e found for delete ", "request_id": "req-fac71166-e68a-49af-b99a-9fe733b1bec3"}]} [pid: 7|app: 0|req: 726/1651] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:25:00 2026] DELETE /v2.0/networks/897d8ece-6a06-44c5-91ac-dfb1728b6bf7 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1652] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:25:00 2026] DELETE /v2.0/networks/f3c60b02-dcf3-4e72-a184-3e88bf9a0c4a => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1653] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:25:00 2026] GET /v2.0/ports?device_id=a0723217-0750-4c88-b577-e065d3794986 => 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: 928/1654] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:25:00 2026] GET /v2.0/ports?device_id=66ea3307-f7d2-418f-a8e1-85a24dc05230 => 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: 929/1655] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:25:00 2026] GET /v2.0/security-groups?id=feb208ee-2ae4-48aa-90b6-ed7e796596d3&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1656] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:25:00 2026] DELETE /v2.0/networks/ac08d7bb-f8ff-471a-979b-1f6ea65a7c81 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1657] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:25:00 2026] GET /v2.0/ports?device_id=a4f4c64f-f0d2-4cf0-8092-b23511bfa9be => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1658] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:25:00 2026] GET /v2.0/security-groups?id=e710ba67-4ff9-4dda-b44c-b94499f58a17&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1659] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:25:01 2026] GET /v2.0/ports?device_id=66ea3307-f7d2-418f-a8e1-85a24dc05230 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1660] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:25:01 2026] GET /v2.0/ports?device_id=a0723217-0750-4c88-b577-e065d3794986 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1661] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:25:01 2026] GET /v2.0/security-groups?id=feb208ee-2ae4-48aa-90b6-ed7e796596d3&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: 732/1662] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:25:01 2026] GET /v2.0/ports?device_id=a4f4c64f-f0d2-4cf0-8092-b23511bfa9be => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1663] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:25:01 2026] GET /v2.0/ports?device_id=a0723217-0750-4c88-b577-e065d3794986 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1664] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:01 2026] GET /v2.0/security-groups?tenant_id=40794e366e8c4cffb9660bba1eec398b&name=default => generated 2925 bytes in 370 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1665] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:25:01 2026] GET /v2.0/security-groups?id=e710ba67-4ff9-4dda-b44c-b94499f58a17&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: 8|app: 0|req: 932/1666] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:25:01 2026] GET /v2.0/security-groups?id=feb208ee-2ae4-48aa-90b6-ed7e796596d3&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:25:01.988 8 INFO neutron.services.segments.plugin [-] Segment ee75079c-5979-49ad-b59e-9efd522f51fe resource provider aggregate not found 2026-08-13 02:25:02.008 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ee75079c-5979-49ad-b59e-9efd522f51fe resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee75079c-5979-49ad-b59e-9efd522f51fe found for delete ", "request_id": "req-15c2b42a-5c4a-48ec-ba64-f79d7b1c73b0"}]} 2026-08-13 02:25:02.010 8 INFO neutron.services.segments.plugin [-] Segment ee75079c-5979-49ad-b59e-9efd522f51fe resource provider aggregate not found 2026-08-13 02:25:02.026 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ee75079c-5979-49ad-b59e-9efd522f51fe resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee75079c-5979-49ad-b59e-9efd522f51fe found for delete ", "request_id": "req-2ac7785b-aa90-45ba-b06e-f3a44daca8ef"}]} 2026-08-13 02:25:02.037 8 INFO neutron.services.segments.plugin [-] Segment cd53540f-b346-450e-9d3c-f5863ff7db0e resource provider aggregate not found 2026-08-13 02:25:02.043 8 INFO neutron.services.segments.plugin [-] Segment cd53540f-b346-450e-9d3c-f5863ff7db0e resource provider aggregate not found [pid: 7|app: 0|req: 735/1667] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:01 2026] DELETE /v2.0/security-groups/e0a6a013-8458-4802-a9dd-d65590af8322 => 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: 933/1668] 10.0.0.194 () {32 vars in 736 bytes} [Thu Aug 13 02:25:01 2026] GET /v2.0/ports?device_id=a0723217-0750-4c88-b577-e065d3794986 => generated 1244 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:25:02.060 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment cd53540f-b346-450e-9d3c-f5863ff7db0e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd53540f-b346-450e-9d3c-f5863ff7db0e found for delete ", "request_id": "req-15a17ee6-3872-4fba-88d9-dccacd9c959a"}]} 2026-08-13 02:25:02.060 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment cd53540f-b346-450e-9d3c-f5863ff7db0e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd53540f-b346-450e-9d3c-f5863ff7db0e found for delete ", "request_id": "req-ad3acf70-ede2-4854-93a8-ab549075df4b"}]} [pid: 8|app: 0|req: 934/1669] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:02 2026] GET /v2.0/security-groups?tenant_id=3d8793b3c91c450f992792a95f415a88&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:25:02.281 7 INFO neutron.services.segments.plugin [-] Segment 4f253b2b-545f-4607-827b-1e8902a4199a resource provider aggregate not found 2026-08-13 02:25:02.288 7 INFO neutron.services.segments.plugin [-] Segment 4f253b2b-545f-4607-827b-1e8902a4199a resource provider aggregate not found [pid: 8|app: 0|req: 935/1670] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:02 2026] DELETE /v2.0/security-groups/d72b6f61-f5da-4cab-ae63-b1949f8cef44 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:25:02.306 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4f253b2b-545f-4607-827b-1e8902a4199a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f253b2b-545f-4607-827b-1e8902a4199a found for delete ", "request_id": "req-502baec4-54e7-45f3-b31c-a688dd9465ed"}]} 2026-08-13 02:25:02.307 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4f253b2b-545f-4607-827b-1e8902a4199a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f253b2b-545f-4607-827b-1e8902a4199a found for delete ", "request_id": "req-bbd07151-98ec-4566-b2c0-f153db7913c7"}]} 2026-08-13 02:25:02.448 7 INFO neutron.db.l3_db [None req-598a6cf4-2d87-4c00-b271-7416b8fe96b9 521386c5e21c4bb09f82f6439fc43d27 151355bed7b24479a2dffccdf832ab19 - - default default] Floating IP 3e1abee0-a4b9-431f-8ad4-e9ad82fe144f associated. External IP: 10.96.250.204, port: 7420c606-c934-4a7c-8994-bb5b04abbb02. [pid: 8|app: 0|req: 936/1671] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:02 2026] GET /v2.0/security-groups?tenant_id=bbc690737eb649858172349830bb5f61&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1672] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:02 2026] DELETE /v2.0/security-groups/ece21d85-3c71-4e37-b2ed-c924c1d1f3fb => 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: 938/1673] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:25:02 2026] GET /v2.0/ports?device_id=66ea3307-f7d2-418f-a8e1-85a24dc05230 => 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: 736/1674] 10.0.0.194 () {34 vars in 749 bytes} [Thu Aug 13 02:25:02 2026] PUT /v2.0/floatingips/3e1abee0-a4b9-431f-8ad4-e9ad82fe144f => generated 856 bytes in 758 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:25:02.865 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-93725ad5-b9f8-49b6-b226-a7b90ef873a9'] response: {'name': 'network-changed', 'server_uuid': 'a0723217-0750-4c88-b577-e065d3794986', 'tag': '7420c606-c934-4a7c-8994-bb5b04abbb02', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 939/1675] 10.0.0.194 () {32 vars in 729 bytes} [Thu Aug 13 02:25:02 2026] GET /v2.0/floatingips/3e1abee0-a4b9-431f-8ad4-e9ad82fe144f => generated 856 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1676] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:25:03 2026] GET /v2.0/ports?device_id=a4f4c64f-f0d2-4cf0-8092-b23511bfa9be => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1677] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:25:03 2026] GET /v2.0/security-groups?id=e710ba67-4ff9-4dda-b44c-b94499f58a17&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1678] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:25:03 2026] GET /v2.0/ports?tenant_id=151355bed7b24479a2dffccdf832ab19&device_id=a0723217-0750-4c88-b577-e065d3794986 => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1679] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:25:03 2026] GET /v2.0/networks?id=80827349-4d59-49b0-9861-c19535024292 => generated 757 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1680] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Aug 13 02:25:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=7420c606-c934-4a7c-8994-bb5b04abbb02 => generated 859 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1681] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:25:03 2026] GET /v2.0/subnets?id=e825b54c-b54c-40f9-bfad-b3e5937a8380 => generated 677 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1682] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:25:03 2026] GET /v2.0/ports?network_id=80827349-4d59-49b0-9861-c19535024292&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: 8|app: 0|req: 943/1683] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:25:03 2026] GET /v2.0/networks/80827349-4d59-49b0-9861-c19535024292?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: 741/1684] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:25:03 2026] GET /v2.0/networks/80827349-4d59-49b0-9861-c19535024292?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: 944/1685] 10.0.0.194 () {32 vars in 729 bytes} [Thu Aug 13 02:25:03 2026] GET /v2.0/floatingips/3e1abee0-a4b9-431f-8ad4-e9ad82fe144f => generated 856 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1686] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:25:04 2026] GET /v2.0/ports?device_id=a4f4c64f-f0d2-4cf0-8092-b23511bfa9be => 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: 945/1687] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:25:04 2026] GET /v2.0/security-groups?id=e710ba67-4ff9-4dda-b44c-b94499f58a17&fields=id&fields=name => generated 88 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1688] 10.0.0.194 () {32 vars in 729 bytes} [Thu Aug 13 02:25:04 2026] GET /v2.0/floatingips/3e1abee0-a4b9-431f-8ad4-e9ad82fe144f => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:25:05.419 8 INFO neutron_taas.services.taas.taas_plugin [None req-a31a2286-2ef8-42f8-9196-d93abc19620b 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: 68fc15b2-fe77-4d63-a833-40d2d962d6e6 2026-08-13 02:25:05.423 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a31a2286-2ef8-42f8-9196-d93abc19620b 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: 68fc15b2-fe77-4d63-a833-40d2d962d6e6 [pid: 7|app: 0|req: 744/1689] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:25:05 2026] GET /v2.0/ports?device_id=a4f4c64f-f0d2-4cf0-8092-b23511bfa9be => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1690] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:25:05 2026] GET /v2.0/security-groups?id=e710ba67-4ff9-4dda-b44c-b94499f58a17&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1691] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:25:05 2026] GET /v2.0/ports?device_id=a4f4c64f-f0d2-4cf0-8092-b23511bfa9be => 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: 946/1692] 10.0.0.194 () {34 vars in 789 bytes} [Thu Aug 13 02:25:05 2026] PUT /v2.0/routers/6a6e108b-3c73-44a0-9e47-cb780d7584ef/remove_router_interface => generated 309 bytes in 811 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1693] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:25:05 2026] GET /v2.0/security-groups?id=e710ba67-4ff9-4dda-b44c-b94499f58a17&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:25:06.134 8 INFO neutron_taas.services.taas.taas_plugin [None req-e8bb6eeb-84de-4293-b412-a00f18f801b3 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: 026a76d5-75c0-4acc-9fb1-998541d30421 2026-08-13 02:25:06.137 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8bb6eeb-84de-4293-b412-a00f18f801b3 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: 026a76d5-75c0-4acc-9fb1-998541d30421 2026-08-13 02:25:06.409 8 INFO neutron_taas.services.taas.taas_plugin [None req-e8bb6eeb-84de-4293-b412-a00f18f801b3 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: bf166432-2e61-4e80-ae8b-cc34cd219f82 2026-08-13 02:25:06.411 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8bb6eeb-84de-4293-b412-a00f18f801b3 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: bf166432-2e61-4e80-ae8b-cc34cd219f82 2026-08-13 02:25:06.737 8 INFO neutron.services.segments.plugin [-] Segment 3289b88d-af11-402c-a8fb-2a7a1a49c221 resource provider aggregate not found 2026-08-13 02:25:06.743 8 INFO neutron.services.segments.plugin [-] Segment 3289b88d-af11-402c-a8fb-2a7a1a49c221 resource provider aggregate not found 2026-08-13 02:25:06.756 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3289b88d-af11-402c-a8fb-2a7a1a49c221 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3289b88d-af11-402c-a8fb-2a7a1a49c221 found for delete ", "request_id": "req-ff0d2bba-ed97-4d1b-a1b4-2d3f7abd7c34"}]} 2026-08-13 02:25:06.763 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3289b88d-af11-402c-a8fb-2a7a1a49c221 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3289b88d-af11-402c-a8fb-2a7a1a49c221 found for delete ", "request_id": "req-77ebf1e6-7733-431e-a9fc-dc659428a448"}]} 2026-08-13 02:25:06.771 8 INFO neutron.db.l3_hamode_db [None req-e8bb6eeb-84de-4293-b412-a00f18f801b3 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] HA network c69498f1-76d7-4be5-9a1a-522ef706f4a7 was deleted as no HA routers are present in tenant 49d7e42b512d43ac96851842df6acc94. [pid: 8|app: 0|req: 947/1694] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:25:05 2026] DELETE /v2.0/routers/6a6e108b-3c73-44a0-9e47-cb780d7584ef => generated 0 bytes in 858 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1695] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:25:06 2026] DELETE /v2.0/subnets/32c9e4df-70b6-4754-b826-569dfb5dd98d => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1696] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:25:07 2026] GET /v2.0/ports?device_id=a4f4c64f-f0d2-4cf0-8092-b23511bfa9be => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:25:07.092 8 INFO neutron_taas.services.taas.taas_plugin [None req-d4adb4de-36a0-4171-8cea-ceffa92a8adc 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: 815a5777-1a2b-41ac-8d86-2dd7cf5382f1 [pid: 7|app: 0|req: 750/1697] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:25:07 2026] GET /v2.0/security-groups?id=e710ba67-4ff9-4dda-b44c-b94499f58a17&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:25:07.095 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4adb4de-36a0-4171-8cea-ceffa92a8adc 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: 815a5777-1a2b-41ac-8d86-2dd7cf5382f1 [pid: 8|app: 0|req: 948/1698] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:25:06 2026] DELETE /v2.0/networks/5c3ec0b9-3ec3-4fa7-9ca6-9430bc8d2533 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1699] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:07 2026] GET /v2.0/security-groups?tenant_id=49d7e42b512d43ac96851842df6acc94&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1700] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:07 2026] DELETE /v2.0/security-groups/393ab494-835f-4c10-9dc0-c41e4689b8f2 => 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: 751/1701] 10.0.0.194 () {34 vars in 676 bytes} [Thu Aug 13 02:25:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1702] 10.0.0.194 () {34 vars in 676 bytes} [Thu Aug 13 02:25:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1703] 10.0.0.194 () {34 vars in 676 bytes} [Thu Aug 13 02:25:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1704] 10.0.0.194 () {34 vars in 676 bytes} [Thu Aug 13 02:25:07 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: 753/1705] 10.0.0.194 () {34 vars in 676 bytes} [Thu Aug 13 02:25:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1706] 10.0.0.194 () {34 vars in 759 bytes} [Thu Aug 13 02:25:08 2026] PUT /v2.0/subnetpools/fbf87a13-0971-4f66-a9f8-d22a414342ab/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1707] 10.0.0.194 () {34 vars in 759 bytes} [Thu Aug 13 02:25:08 2026] PUT /v2.0/subnetpools/d8c703cc-822e-4da2-8bf9-9b0781ae9a0b/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1708] 10.0.0.194 () {34 vars in 759 bytes} [Thu Aug 13 02:25:08 2026] PUT /v2.0/subnetpools/87a16d9d-705f-4843-9ce9-0a61edc70d1a/tags => generated 34 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1709] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:25:08 2026] GET /v2.0/ports?device_id=a4f4c64f-f0d2-4cf0-8092-b23511bfa9be => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1710] 10.0.0.194 () {34 vars in 759 bytes} [Thu Aug 13 02:25:08 2026] PUT /v2.0/subnetpools/90937def-11db-4844-97cf-200e0564b1e5/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1711] 10.0.0.194 () {32 vars in 672 bytes} [Thu Aug 13 02:25:08 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1714] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:25:08 2026] GET /v2.0/security-groups?id=e710ba67-4ff9-4dda-b44c-b94499f58a17&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1715] 10.0.0.194 () {32 vars in 686 bytes} [Thu Aug 13 02:25:08 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1716] 10.0.0.194 () {32 vars in 682 bytes} [Thu Aug 13 02:25:08 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1717] 10.0.0.194 () {32 vars in 694 bytes} [Thu Aug 13 02:25:08 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1718] 199.204.45.162 () {34 vars in 994 bytes} [Thu Aug 13 02:25:08 2026] GET /v2.0/ports?device_id=a4f4c64f-f0d2-4cf0-8092-b23511bfa9be => 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: 759/1719] 10.0.0.194 () {32 vars in 680 bytes} [Thu Aug 13 02:25:08 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1720] 10.0.0.194 () {32 vars in 694 bytes} [Thu Aug 13 02:25:08 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1721] 10.0.0.194 () {32 vars in 690 bytes} [Thu Aug 13 02:25:08 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1722] 10.0.0.194 () {32 vars in 702 bytes} [Thu Aug 13 02:25:08 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:25:08.541 8 INFO neutron_taas.services.taas.taas_plugin [req-ba7fdb83-2c55-43d5-bee4-31d388279468 req-04dc84cc-d4b9-4060-b2ed-e9a49f29c92d 884ce8b6cd434723aad2c12a56b2a6ee b47c4672532c4a589a0c28d910820bc1 - - default default] TaaS: Handle Delete Port: 8e3ebfa1-b9cb-4211-9323-7241d21839d3 2026-08-13 02:25:08.544 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ba7fdb83-2c55-43d5-bee4-31d388279468 req-04dc84cc-d4b9-4060-b2ed-e9a49f29c92d 884ce8b6cd434723aad2c12a56b2a6ee b47c4672532c4a589a0c28d910820bc1 - - default default] Tap Mirror: Handle Delete Port: 8e3ebfa1-b9cb-4211-9323-7241d21839d3 [pid: 7|app: 0|req: 763/1723] 10.0.0.194 () {32 vars in 732 bytes} [Thu Aug 13 02:25:08 2026] DELETE /v2.0/subnetpools/fbf87a13-0971-4f66-a9f8-d22a414342ab => 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: 764/1724] 10.0.0.194 () {32 vars in 732 bytes} [Thu Aug 13 02:25:08 2026] DELETE /v2.0/subnetpools/d8c703cc-822e-4da2-8bf9-9b0781ae9a0b => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1725] 10.0.0.194 () {32 vars in 732 bytes} [Thu Aug 13 02:25:08 2026] DELETE /v2.0/subnetpools/87a16d9d-705f-4843-9ce9-0a61edc70d1a => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1726] 199.204.45.162 () {36 vars in 997 bytes} [Thu Aug 13 02:25:08 2026] DELETE /v2.0/ports/8e3ebfa1-b9cb-4211-9323-7241d21839d3 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:25:08.739 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3bcd0610-743f-4713-8108-0ea22166a5c3'] response: {'server_uuid': 'a4f4c64f-f0d2-4cf0-8092-b23511bfa9be', 'name': 'network-vif-deleted', 'tag': '8e3ebfa1-b9cb-4211-9323-7241d21839d3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 766/1727] 10.0.0.194 () {32 vars in 732 bytes} [Thu Aug 13 02:25:08 2026] DELETE /v2.0/subnetpools/90937def-11db-4844-97cf-200e0564b1e5 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:25:08.775 8 INFO neutron.services.segments.plugin [-] Segment 66384d2c-33a8-42f7-94b7-99adb1346ef6 resource provider aggregate not found 2026-08-13 02:25:08.788 8 INFO neutron.services.segments.plugin [-] Segment 66384d2c-33a8-42f7-94b7-99adb1346ef6 resource provider aggregate not found 2026-08-13 02:25:08.796 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 66384d2c-33a8-42f7-94b7-99adb1346ef6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66384d2c-33a8-42f7-94b7-99adb1346ef6 found for delete ", "request_id": "req-59b4125f-bff4-4586-a01e-ec3a6b5abaf0"}]} 2026-08-13 02:25:08.812 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 66384d2c-33a8-42f7-94b7-99adb1346ef6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66384d2c-33a8-42f7-94b7-99adb1346ef6 found for delete ", "request_id": "req-ea30f992-91c0-4621-aa65-acb59e8d1db9"}]} [pid: 8|app: 0|req: 962/1728] 10.0.0.194 () {32 vars in 732 bytes} [Thu Aug 13 02:25:08 2026] DELETE /v2.0/subnetpools/93a98570-ee1f-48b1-8ae8-a2488d5ca8d3 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1729] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:25:09 2026] GET /v2.0/ports?device_id=a4f4c64f-f0d2-4cf0-8092-b23511bfa9be => 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: 963/1730] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:09 2026] GET /v2.0/security-groups?tenant_id=12e0e338c5ce4e87a40e2ddcbcab19bb&name=default => generated 2925 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1731] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:09 2026] DELETE /v2.0/security-groups/1527bd11-2f77-4b25-9209-dce46c18af91 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1732] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:10 2026] GET /v2.0/security-groups?tenant_id=915dc291ea474f86b9c6c13c0eb2e771&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1733] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:10 2026] DELETE /v2.0/security-groups/8487ed12-5e55-42be-a524-f8c8f6c22185 => 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: 965/1734] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:25:10 2026] GET /v2.0/ports?device_id=a4f4c64f-f0d2-4cf0-8092-b23511bfa9be => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1735] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:10 2026] GET /v2.0/security-groups?tenant_id=008167b0307b4d59954a211bb6d1a496&name=default => generated 2925 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1736] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:10 2026] DELETE /v2.0/security-groups/b83a0778-c3c2-47c4-8201-5ab5d80b242e => 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: 771/1737] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:25:11 2026] GET /v2.0/ports?device_id=a4f4c64f-f0d2-4cf0-8092-b23511bfa9be => 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: 967/1738] 10.0.0.55 () {34 vars in 989 bytes} [Thu Aug 13 02:25:12 2026] GET /v2.0/ports?device_id=a0723217-0750-4c88-b577-e065d3794986 => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1739] 10.0.0.55 () {34 vars in 1039 bytes} [Thu Aug 13 02:25:12 2026] GET /v2.0/security-groups?id=feb208ee-2ae4-48aa-90b6-ed7e796596d3&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:25:12.994 7 INFO neutron_taas.services.taas.taas_plugin [None req-c0c62b14-183d-4e36-a296-9579076307a3 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: 31de4939-fa4e-4702-80b9-e1994306699e 2026-08-13 02:25:12.997 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0c62b14-183d-4e36-a296-9579076307a3 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: 31de4939-fa4e-4702-80b9-e1994306699e [pid: 7|app: 0|req: 772/1740] 10.0.0.194 () {34 vars in 789 bytes} [Thu Aug 13 02:25:12 2026] PUT /v2.0/routers/3f4df918-6d0b-45d8-ab29-ac6c9d9b00b6/remove_router_interface => generated 309 bytes in 889 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:25:13.733 8 INFO neutron_taas.services.taas.taas_plugin [None req-97272155-14e0-4e18-b1c3-5f097ca45c12 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: 0fce07f3-55e7-4753-86b9-55034a5d585c 2026-08-13 02:25:13.736 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97272155-14e0-4e18-b1c3-5f097ca45c12 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: 0fce07f3-55e7-4753-86b9-55034a5d585c 2026-08-13 02:25:14.076 8 INFO neutron_taas.services.taas.taas_plugin [None req-97272155-14e0-4e18-b1c3-5f097ca45c12 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: 3c58e107-8a96-4574-a26e-7ed8076aff3c 2026-08-13 02:25:14.079 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97272155-14e0-4e18-b1c3-5f097ca45c12 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: 3c58e107-8a96-4574-a26e-7ed8076aff3c 2026-08-13 02:25:14.416 7 INFO neutron.db.segments_db [None req-7f0c2e2a-d63c-42b3-bb15-de0163e17b0c ad44e93ddfd441729ea07afa0f935069 e6b7af8720e14022b64d749e015fbe7b - - default default] Added segment 1bd81bd9-600a-4859-89da-1d3e27534d13 of type vxlan for network d1fe5b12-88a2-47eb-8a2d-04cb46968178 2026-08-13 02:25:14.474 8 INFO neutron.services.segments.plugin [-] Segment 97dc8541-6a17-4fb6-9818-a0c7d548b593 resource provider aggregate not found 2026-08-13 02:25:14.482 8 INFO neutron.services.segments.plugin [-] Segment 97dc8541-6a17-4fb6-9818-a0c7d548b593 resource provider aggregate not found 2026-08-13 02:25:14.501 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 97dc8541-6a17-4fb6-9818-a0c7d548b593 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97dc8541-6a17-4fb6-9818-a0c7d548b593 found for delete ", "request_id": "req-e5544a48-a669-4bbd-a5b4-b606c46ebdee"}]} 2026-08-13 02:25:14.504 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 97dc8541-6a17-4fb6-9818-a0c7d548b593 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97dc8541-6a17-4fb6-9818-a0c7d548b593 found for delete ", "request_id": "req-b15e73a1-b5aa-48fc-80f9-5b9102b0f727"}]} 2026-08-13 02:25:14.507 8 INFO neutron.db.l3_hamode_db [None req-97272155-14e0-4e18-b1c3-5f097ca45c12 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] HA network ec5afcb8-342f-4a0a-80ee-7c9913b0166a was deleted as no HA routers are present in tenant b47c4672532c4a589a0c28d910820bc1. [pid: 8|app: 0|req: 969/1741] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:25:13 2026] DELETE /v2.0/routers/3f4df918-6d0b-45d8-ab29-ac6c9d9b00b6 => generated 0 bytes in 990 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1742] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:25:14 2026] POST /v2.0/networks => generated 632 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1743] 10.0.0.194 () {34 vars in 753 bytes} [Thu Aug 13 02:25:14 2026] PUT /v2.0/networks/d1fe5b12-88a2-47eb-8a2d-04cb46968178/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1744] 10.0.0.194 () {32 vars in 733 bytes} [Thu Aug 13 02:25:14 2026] GET /v2.0/networks/d1fe5b12-88a2-47eb-8a2d-04cb46968178/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: 970/1745] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:25:14 2026] DELETE /v2.0/subnets/3950d3d5-82ab-4358-827d-a63391b6961b => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1746] 10.0.0.194 () {34 vars in 764 bytes} [Thu Aug 13 02:25:14 2026] PUT /v2.0/networks/d1fe5b12-88a2-47eb-8a2d-04cb46968178/tags/green => generated 4 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-08-13 02:25:14.779 8 INFO neutron_taas.services.taas.taas_plugin [None req-e47db2a9-9974-4367-8294-25e2737bb15c 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: bc233e10-d26a-454f-ba0b-48f79c0c7d41 2026-08-13 02:25:14.782 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e47db2a9-9974-4367-8294-25e2737bb15c 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: bc233e10-d26a-454f-ba0b-48f79c0c7d41 [pid: 7|app: 0|req: 777/1747] 10.0.0.194 () {32 vars in 733 bytes} [Thu Aug 13 02:25:14 2026] GET /v2.0/networks/d1fe5b12-88a2-47eb-8a2d-04cb46968178/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1748] 10.0.0.194 () {34 vars in 760 bytes} [Thu Aug 13 02:25:14 2026] PUT /v2.0/networks/d1fe5b12-88a2-47eb-8a2d-04cb46968178/tags/red => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1749] 10.0.0.194 () {32 vars in 733 bytes} [Thu Aug 13 02:25:14 2026] GET /v2.0/networks/d1fe5b12-88a2-47eb-8a2d-04cb46968178/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1750] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:25:14 2026] DELETE /v2.0/networks/ecc789e1-7631-4c26-ae16-173d69b66677 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1751] 10.0.0.194 () {34 vars in 782 bytes} [Thu Aug 13 02:25:14 2026] PUT /v2.0/networks/d1fe5b12-88a2-47eb-8a2d-04cb46968178/tags/black.or.white => generated 4 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1752] 10.0.0.194 () {32 vars in 733 bytes} [Thu Aug 13 02:25:15 2026] GET /v2.0/networks/d1fe5b12-88a2-47eb-8a2d-04cb46968178/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: 781/1753] 10.0.0.194 () {34 vars in 753 bytes} [Thu Aug 13 02:25:15 2026] PUT /v2.0/networks/d1fe5b12-88a2-47eb-8a2d-04cb46968178/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1754] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:15 2026] GET /v2.0/security-groups?tenant_id=b47c4672532c4a589a0c28d910820bc1&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1755] 10.0.0.194 () {32 vars in 733 bytes} [Thu Aug 13 02:25:15 2026] GET /v2.0/networks/d1fe5b12-88a2-47eb-8a2d-04cb46968178/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1756] 10.0.0.194 () {32 vars in 741 bytes} [Thu Aug 13 02:25:15 2026] GET /v2.0/networks/d1fe5b12-88a2-47eb-8a2d-04cb46968178/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1757] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:15 2026] DELETE /v2.0/security-groups/e710ba67-4ff9-4dda-b44c-b94499f58a17 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:25:15.288 7 INFO neutron.api.v2.resource [None req-dbbee454-bf5e-4a8e-a19f-ae38eb8577e0 ad44e93ddfd441729ea07afa0f935069 e6b7af8720e14022b64d749e015fbe7b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 784/1758] 10.0.0.194 () {32 vars in 745 bytes} [Thu Aug 13 02:25:15 2026] GET /v2.0/networks/d1fe5b12-88a2-47eb-8a2d-04cb46968178/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1759] 10.0.0.194 () {32 vars in 744 bytes} [Thu Aug 13 02:25:15 2026] DELETE /v2.0/networks/d1fe5b12-88a2-47eb-8a2d-04cb46968178/tags/red => 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: 785/1760] 10.0.0.194 () {32 vars in 733 bytes} [Thu Aug 13 02:25:15 2026] GET /v2.0/networks/d1fe5b12-88a2-47eb-8a2d-04cb46968178/tags => generated 30 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:25:15.466 8 INFO neutron.api.v2.resource [None req-70bb0de2-363f-4fa6-8739-152bac2a652d ad44e93ddfd441729ea07afa0f935069 e6b7af8720e14022b64d749e015fbe7b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 976/1761] 10.0.0.194 () {32 vars in 748 bytes} [Thu Aug 13 02:25:15 2026] DELETE /v2.0/networks/d1fe5b12-88a2-47eb-8a2d-04cb46968178/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1762] 10.0.0.194 () {32 vars in 736 bytes} [Thu Aug 13 02:25:15 2026] DELETE /v2.0/networks/d1fe5b12-88a2-47eb-8a2d-04cb46968178/tags => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1763] 10.0.0.194 () {32 vars in 733 bytes} [Thu Aug 13 02:25:15 2026] GET /v2.0/networks/d1fe5b12-88a2-47eb-8a2d-04cb46968178/tags => generated 12 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:25:15.742 7 INFO neutron.services.segments.plugin [-] Segment 1bd81bd9-600a-4859-89da-1d3e27534d13 resource provider aggregate not found 2026-08-13 02:25:15.751 7 INFO neutron.services.segments.plugin [-] Segment 1bd81bd9-600a-4859-89da-1d3e27534d13 resource provider aggregate not found 2026-08-13 02:25:15.765 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1bd81bd9-600a-4859-89da-1d3e27534d13 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bd81bd9-600a-4859-89da-1d3e27534d13 found for delete ", "request_id": "req-4d2a76f4-8d7a-48c9-90d7-5a85592015a4"}]} 2026-08-13 02:25:15.768 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1bd81bd9-600a-4859-89da-1d3e27534d13 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bd81bd9-600a-4859-89da-1d3e27534d13 found for delete ", "request_id": "req-5d9cada0-542f-4e1f-a4a3-d28418a41be7"}]} [pid: 7|app: 0|req: 787/1764] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:25:15 2026] DELETE /v2.0/networks/d1fe5b12-88a2-47eb-8a2d-04cb46968178 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:25:16.522 8 INFO neutron.services.segments.plugin [-] Segment efc6bbb6-b903-40a7-a461-b09accfc01f5 resource provider aggregate not found 2026-08-13 02:25:16.526 8 INFO neutron.services.segments.plugin [-] Segment efc6bbb6-b903-40a7-a461-b09accfc01f5 resource provider aggregate not found 2026-08-13 02:25:16.539 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment efc6bbb6-b903-40a7-a461-b09accfc01f5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efc6bbb6-b903-40a7-a461-b09accfc01f5 found for delete ", "request_id": "req-92ebecdd-b70c-4924-8386-73193c06654d"}]} 2026-08-13 02:25:16.547 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment efc6bbb6-b903-40a7-a461-b09accfc01f5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efc6bbb6-b903-40a7-a461-b09accfc01f5 found for delete ", "request_id": "req-12c00728-5c7c-4a31-bd69-979ef7890cce"}]} [pid: 8|app: 0|req: 978/1765] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:16 2026] GET /v2.0/security-groups?tenant_id=23fe87259805498997ad05ca0e5faccb&name=default => generated 2925 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1766] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:16 2026] DELETE /v2.0/security-groups/82dede2c-ff6d-41ea-b59a-33b45cc2cb41 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1767] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:17 2026] GET /v2.0/security-groups?tenant_id=e6b7af8720e14022b64d749e015fbe7b&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1768] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:17 2026] DELETE /v2.0/security-groups/a3decb26-9393-4d98-80f1-8c05f8762ed6 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1769] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:19 2026] GET /v2.0/security-groups?tenant_id=be268b15220b4e89a7dc9c8828876b32&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1770] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:19 2026] DELETE /v2.0/security-groups/fcf5fa17-b6e1-41a2-a497-1e0d9230053c => 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: 981/1771] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:19 2026] GET /v2.0/security-groups?tenant_id=687da70430bc45c98e1ce2c428b47eb9&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: 791/1772] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:19 2026] DELETE /v2.0/security-groups/b32cb270-564a-425e-8e80-82de62152fdc => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1773] 10.0.0.194 () {34 vars in 684 bytes} [Thu Aug 13 02:25:20 2026] POST /v2.0/security-groups => generated 1601 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1774] 10.0.0.194 () {34 vars in 767 bytes} [Thu Aug 13 02:25:20 2026] PUT /v2.0/security-groups/dd4783e6-6f04-46fe-84b0-9b0daf8e323e/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1775] 10.0.0.194 () {32 vars in 747 bytes} [Thu Aug 13 02:25:20 2026] GET /v2.0/security-groups/dd4783e6-6f04-46fe-84b0-9b0daf8e323e/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1776] 10.0.0.194 () {34 vars in 778 bytes} [Thu Aug 13 02:25:20 2026] PUT /v2.0/security-groups/dd4783e6-6f04-46fe-84b0-9b0daf8e323e/tags/green => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1777] 10.0.0.194 () {32 vars in 747 bytes} [Thu Aug 13 02:25:21 2026] GET /v2.0/security-groups/dd4783e6-6f04-46fe-84b0-9b0daf8e323e/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1778] 10.0.0.194 () {34 vars in 774 bytes} [Thu Aug 13 02:25:21 2026] PUT /v2.0/security-groups/dd4783e6-6f04-46fe-84b0-9b0daf8e323e/tags/red => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1779] 10.0.0.194 () {32 vars in 747 bytes} [Thu Aug 13 02:25:21 2026] GET /v2.0/security-groups/dd4783e6-6f04-46fe-84b0-9b0daf8e323e/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1780] 10.0.0.194 () {34 vars in 796 bytes} [Thu Aug 13 02:25:21 2026] PUT /v2.0/security-groups/dd4783e6-6f04-46fe-84b0-9b0daf8e323e/tags/black.or.white => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1781] 10.0.0.194 () {32 vars in 747 bytes} [Thu Aug 13 02:25:21 2026] GET /v2.0/security-groups/dd4783e6-6f04-46fe-84b0-9b0daf8e323e/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1782] 10.0.0.194 () {34 vars in 767 bytes} [Thu Aug 13 02:25:21 2026] PUT /v2.0/security-groups/dd4783e6-6f04-46fe-84b0-9b0daf8e323e/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1783] 10.0.0.194 () {32 vars in 747 bytes} [Thu Aug 13 02:25:21 2026] GET /v2.0/security-groups/dd4783e6-6f04-46fe-84b0-9b0daf8e323e/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1784] 10.0.0.194 () {32 vars in 755 bytes} [Thu Aug 13 02:25:21 2026] GET /v2.0/security-groups/dd4783e6-6f04-46fe-84b0-9b0daf8e323e/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1785] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:21 2026] GET /v2.0/security-groups?tenant_id=0287487f229b4d25b72593704f0f01c5&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:25:21.434 7 INFO neutron.api.v2.resource [None req-bd95d57e-f8be-4f67-9ea9-ba8f5768e61c b277a859ffea4accb3b7fe5821351040 6cff7b3ff3964e58841c88f7d929be1f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 801/1786] 10.0.0.194 () {32 vars in 759 bytes} [Thu Aug 13 02:25:21 2026] GET /v2.0/security-groups/dd4783e6-6f04-46fe-84b0-9b0daf8e323e/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1787] 10.0.0.194 () {32 vars in 758 bytes} [Thu Aug 13 02:25:21 2026] DELETE /v2.0/security-groups/dd4783e6-6f04-46fe-84b0-9b0daf8e323e/tags/red => 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: 803/1788] 10.0.0.194 () {32 vars in 747 bytes} [Thu Aug 13 02:25:21 2026] GET /v2.0/security-groups/dd4783e6-6f04-46fe-84b0-9b0daf8e323e/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1789] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:21 2026] DELETE /v2.0/security-groups/7f5de193-8592-4752-85a7-21a898842dbf => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:25:21.563 7 INFO neutron.api.v2.resource [None req-39a27a21-d92b-4dd6-a0d3-249026f46d4f b277a859ffea4accb3b7fe5821351040 6cff7b3ff3964e58841c88f7d929be1f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 804/1790] 10.0.0.194 () {32 vars in 762 bytes} [Thu Aug 13 02:25:21 2026] DELETE /v2.0/security-groups/dd4783e6-6f04-46fe-84b0-9b0daf8e323e/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1791] 10.0.0.194 () {32 vars in 750 bytes} [Thu Aug 13 02:25:21 2026] DELETE /v2.0/security-groups/dd4783e6-6f04-46fe-84b0-9b0daf8e323e/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1792] 10.0.0.194 () {32 vars in 747 bytes} [Thu Aug 13 02:25:21 2026] GET /v2.0/security-groups/dd4783e6-6f04-46fe-84b0-9b0daf8e323e/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1793] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:21 2026] DELETE /v2.0/security-groups/dd4783e6-6f04-46fe-84b0-9b0daf8e323e => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1794] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:25:22 2026] GET /v2.0/ports?device_id=a0723217-0750-4c88-b577-e065d3794986 => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1795] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:25:22 2026] GET /v2.0/security-groups?id=feb208ee-2ae4-48aa-90b6-ed7e796596d3&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1796] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:22 2026] GET /v2.0/security-groups?tenant_id=cad739aac42a4b1eaf5a87527ed27cb2&name=default => generated 2925 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1797] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:22 2026] DELETE /v2.0/security-groups/0aac283b-f731-4025-a5ea-f5beac5b7077 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1798] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:22 2026] GET /v2.0/security-groups?tenant_id=6cff7b3ff3964e58841c88f7d929be1f&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1799] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:23 2026] DELETE /v2.0/security-groups/5d1b09d7-2c09-4429-991b-16cdec7e05ed => 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: 992/1802] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:25:23 2026] GET /v2.0/ports?device_id=a0723217-0750-4c88-b577-e065d3794986 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1803] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:25:23 2026] GET /v2.0/security-groups?id=feb208ee-2ae4-48aa-90b6-ed7e796596d3&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: 812/1804] 199.204.45.162 () {34 vars in 994 bytes} [Thu Aug 13 02:25:24 2026] GET /v2.0/ports?device_id=a0723217-0750-4c88-b577-e065d3794986 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1805] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:25:24 2026] GET /v2.0/ports?device_id=a0723217-0750-4c88-b577-e065d3794986 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:25:24.906 7 INFO neutron_taas.services.taas.taas_plugin [req-2e44fff5-c095-4ce7-93a4-68160aa9e723 req-b43d425d-66c8-4358-9f2f-68564a6ed26a 521386c5e21c4bb09f82f6439fc43d27 151355bed7b24479a2dffccdf832ab19 - - default default] TaaS: Handle Delete Port: 7420c606-c934-4a7c-8994-bb5b04abbb02 2026-08-13 02:25:24.910 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2e44fff5-c095-4ce7-93a4-68160aa9e723 req-b43d425d-66c8-4358-9f2f-68564a6ed26a 521386c5e21c4bb09f82f6439fc43d27 151355bed7b24479a2dffccdf832ab19 - - default default] Tap Mirror: Handle Delete Port: 7420c606-c934-4a7c-8994-bb5b04abbb02 2026-08-13 02:25:25.019 7 INFO neutron.db.l3_db [req-2e44fff5-c095-4ce7-93a4-68160aa9e723 req-b43d425d-66c8-4358-9f2f-68564a6ed26a 521386c5e21c4bb09f82f6439fc43d27 151355bed7b24479a2dffccdf832ab19 - - default default] Floating IP 3e1abee0-a4b9-431f-8ad4-e9ad82fe144f disassociated. External IP: 10.96.250.204, port: 7420c606-c934-4a7c-8994-bb5b04abbb02. [pid: 8|app: 0|req: 994/1806] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:25:24 2026] GET /v2.0/security-groups?id=feb208ee-2ae4-48aa-90b6-ed7e796596d3&fields=id&fields=name => generated 113 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1807] 199.204.45.162 () {36 vars in 997 bytes} [Thu Aug 13 02:25:24 2026] DELETE /v2.0/ports/7420c606-c934-4a7c-8994-bb5b04abbb02 => generated 0 bytes in 600 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:25:25.421 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-88b991b3-47fe-4fef-9805-089dabec11d6'] response: {'server_uuid': 'a0723217-0750-4c88-b577-e065d3794986', 'name': 'network-vif-deleted', 'tag': '7420c606-c934-4a7c-8994-bb5b04abbb02', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 995/1808] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:26 2026] GET /v2.0/security-groups?tenant_id=824a14fbf22a45c58a452982458613cd&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1809] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:25:26 2026] GET /v2.0/ports?device_id=a0723217-0750-4c88-b577-e065d3794986 => 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: 996/1810] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:26 2026] DELETE /v2.0/security-groups/edd4ec15-7ebb-491a-acd2-3d6309966034 => 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: 997/1811] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:26 2026] GET /v2.0/security-groups?tenant_id=6440483dee934f01b79d92809e6fedfb&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: 998/1812] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:26 2026] DELETE /v2.0/security-groups/2cc72168-bcd1-4611-89a5-0b2b3a8c805c => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:25:26.898 7 INFO neutron.db.segments_db [None req-3fc3e0f9-e2ab-49d9-bf11-6bd9651b8461 1707bc4c71b64ee686399ae61c09cbe1 d827b505d237472b966e56aeb3005aba - - default default] Added segment 01d09f30-f5fc-4fdf-8b5d-41f3df85b27d of type vxlan for network 91eba283-77b0-49a4-9f69-20fd47e02031 [pid: 7|app: 0|req: 815/1813] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:25:26 2026] POST /v2.0/networks => generated 726 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1814] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:25:26 2026] POST /v2.0/subnets => generated 644 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:25:27.174 7 WARNING neutron.api.v2.base [None req-23958340-8cf2-4ef4-bf3c-9501e14392c0 1707bc4c71b64ee686399ae61c09cbe1 d827b505d237472b966e56aeb3005aba - - 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 02:25:27.174 7 INFO neutron.api.v2.resource [None req-23958340-8cf2-4ef4-bf3c-9501e14392c0 1707bc4c71b64ee686399ae61c09cbe1 d827b505d237472b966e56aeb3005aba - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 816/1815] 10.0.0.194 () {34 vars in 681 bytes} [Thu Aug 13 02:25:27 2026] POST /v2.0/rbac-policies => generated 143 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-08-13 02:25:27.364 8 INFO neutron.services.segments.plugin [-] Segment 01d09f30-f5fc-4fdf-8b5d-41f3df85b27d resource provider aggregate not found 2026-08-13 02:25:27.372 8 INFO neutron.services.segments.plugin [-] Segment 01d09f30-f5fc-4fdf-8b5d-41f3df85b27d resource provider aggregate not found 2026-08-13 02:25:27.392 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 01d09f30-f5fc-4fdf-8b5d-41f3df85b27d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01d09f30-f5fc-4fdf-8b5d-41f3df85b27d found for delete ", "request_id": "req-5a48634f-1c8c-41af-bcec-b3208eccfedd"}]} 2026-08-13 02:25:27.393 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 01d09f30-f5fc-4fdf-8b5d-41f3df85b27d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01d09f30-f5fc-4fdf-8b5d-41f3df85b27d found for delete ", "request_id": "req-a2dbce7b-55bd-485f-9b9d-670b7bc3d6d7"}]} [pid: 8|app: 0|req: 1000/1816] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:25:27 2026] DELETE /v2.0/networks/91eba283-77b0-49a4-9f69-20fd47e02031 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:25:27.470 8 INFO neutron.db.segments_db [None req-f1d5b649-b97c-4c44-8ea2-8ba9169979e8 1707bc4c71b64ee686399ae61c09cbe1 d827b505d237472b966e56aeb3005aba - - default default] Added segment 2b8e9cb6-61bd-4dce-9af8-714bd4319d47 of type vxlan for network f453311e-747f-43b4-80e3-6ade8b651fb6 [pid: 7|app: 0|req: 817/1817] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:27 2026] GET /v2.0/security-groups?tenant_id=3a9793a334d34e72b4d496176b4bad03&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1818] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:25:27 2026] GET /v2.0/ports?device_id=a0723217-0750-4c88-b577-e065d3794986 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1819] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:27 2026] DELETE /v2.0/security-groups/19e84192-441c-4fa2-95f8-1402bb7c6e63 => 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: 1001/1820] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:25:27 2026] POST /v2.0/networks => generated 726 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1821] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:25:27 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) [pid: 8|app: 0|req: 1002/1822] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:27 2026] GET /v2.0/security-groups?tenant_id=96bcd4a7a4cf438d82713249211c8f2f&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:25:27.785 7 WARNING neutron.api.v2.base [None req-22b7646e-aa41-4f51-9ff5-49f8f49e2d75 1707bc4c71b64ee686399ae61c09cbe1 d827b505d237472b966e56aeb3005aba - - 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 02:25:27.786 7 INFO neutron.api.v2.resource [None req-22b7646e-aa41-4f51-9ff5-49f8f49e2d75 1707bc4c71b64ee686399ae61c09cbe1 d827b505d237472b966e56aeb3005aba - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 821/1823] 10.0.0.194 () {34 vars in 681 bytes} [Thu Aug 13 02:25:27 2026] POST /v2.0/rbac-policies => generated 547 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1824] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:27 2026] DELETE /v2.0/security-groups/0e70c4f8-f1a6-4d3a-b9a9-8e824031da47 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:25:27.965 7 INFO neutron.services.segments.plugin [-] Segment 2b8e9cb6-61bd-4dce-9af8-714bd4319d47 resource provider aggregate not found 2026-08-13 02:25:27.972 7 INFO neutron.services.segments.plugin [-] Segment 2b8e9cb6-61bd-4dce-9af8-714bd4319d47 resource provider aggregate not found 2026-08-13 02:25:27.985 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2b8e9cb6-61bd-4dce-9af8-714bd4319d47 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b8e9cb6-61bd-4dce-9af8-714bd4319d47 found for delete ", "request_id": "req-02f41e1f-12a0-4eaf-9bfd-3d3de81a434f"}]} 2026-08-13 02:25:27.991 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2b8e9cb6-61bd-4dce-9af8-714bd4319d47 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b8e9cb6-61bd-4dce-9af8-714bd4319d47 found for delete ", "request_id": "req-c5024cae-f95b-4253-8838-b50283b85804"}]} [pid: 7|app: 0|req: 822/1825] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:25:27 2026] DELETE /v2.0/networks/f453311e-747f-43b4-80e3-6ade8b651fb6 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:25:28.080 8 INFO neutron.db.segments_db [None req-a75af0be-3c62-4729-a40d-8108855e5ca6 1707bc4c71b64ee686399ae61c09cbe1 d827b505d237472b966e56aeb3005aba - - default default] Added segment 35182383-c06d-4881-b8d8-86a6943bfb6c of type vxlan for network ed5e9212-e221-4b00-85f5-08dd023693b7 [pid: 8|app: 0|req: 1004/1826] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:25:28 2026] POST /v2.0/networks => generated 727 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1827] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:25:28 2026] POST /v2.0/subnets => generated 647 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1828] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:25:28 2026] GET /v2.0/ports?device_id=a0723217-0750-4c88-b577-e065d3794986 => 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: 1005/1829] 10.0.0.194 () {34 vars in 681 bytes} [Thu Aug 13 02:25:28 2026] POST /v2.0/rbac-policies => generated 324 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1830] 10.0.0.194 () {32 vars in 723 bytes} [Thu Aug 13 02:25:28 2026] GET /v2.0/networks/ed5e9212-e221-4b00-85f5-08dd023693b7 => generated 655 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1831] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:29 2026] GET /v2.0/security-groups?tenant_id=6092e704f43b4037b6d9396cb7bc4b52&name=default => generated 2925 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1832] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:29 2026] DELETE /v2.0/security-groups/f90eeb61-b5f0-429a-93f6-4d44e515d3ef => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:25:29.561 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dc758334-4c90-492f-8250-c66f4a0f0743 08031f236a8f4d8ab686c827491b64e8 e38c430d5f544a34a5f422e7fe20beb7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1007/1833] 10.0.0.194 () {32 vars in 723 bytes} [Thu Aug 13 02:25:29 2026] GET /v2.0/networks/ed5e9212-e221-4b00-85f5-08dd023693b7 => generated 138 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:25:29.668 7 INFO neutron_taas.services.taas.taas_plugin [None req-b83d01ab-11ac-4e72-aea9-051692abfdf4 1707bc4c71b64ee686399ae61c09cbe1 d827b505d237472b966e56aeb3005aba - - default default] TaaS: Handle Delete Port: 2ad77bf7-3ec6-4e4a-9d4a-c771d0e69321 2026-08-13 02:25:29.671 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b83d01ab-11ac-4e72-aea9-051692abfdf4 1707bc4c71b64ee686399ae61c09cbe1 d827b505d237472b966e56aeb3005aba - - default default] Tap Mirror: Handle Delete Port: 2ad77bf7-3ec6-4e4a-9d4a-c771d0e69321 [pid: 8|app: 0|req: 1008/1834] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:29 2026] DELETE /v2.0/security-groups/feb208ee-2ae4-48aa-90b6-ed7e796596d3 => 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: 827/1835] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:25:29 2026] DELETE /v2.0/networks/ed5e9212-e221-4b00-85f5-08dd023693b7 => generated 0 bytes in 360 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:25:29.934 8 INFO neutron_taas.services.taas.taas_plugin [None req-20a2eb57-9414-4376-a1e3-687ca9633a30 521386c5e21c4bb09f82f6439fc43d27 151355bed7b24479a2dffccdf832ab19 - - default default] TaaS: Handle Delete Port: fec6fb14-a5a3-40e4-890c-446853dca27f 2026-08-13 02:25:29.937 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20a2eb57-9414-4376-a1e3-687ca9633a30 521386c5e21c4bb09f82f6439fc43d27 151355bed7b24479a2dffccdf832ab19 - - default default] Tap Mirror: Handle Delete Port: fec6fb14-a5a3-40e4-890c-446853dca27f 2026-08-13 02:25:29.944 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1212bbe6-0d3a-4d7b-91bd-08a7aa6307d6 1707bc4c71b64ee686399ae61c09cbe1 d827b505d237472b966e56aeb3005aba - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 828/1836] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:25:29 2026] DELETE /v2.0/subnets/7f9a45de-3607-4f38-8e9c-23841eb8b489 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:25:29.960 7 INFO neutron.pecan_wsgi.hooks.translation [None req-118c9670-f2de-45ff-9cb9-8975343acdca 1707bc4c71b64ee686399ae61c09cbe1 d827b505d237472b966e56aeb3005aba - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 829/1837] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:25:29 2026] DELETE /v2.0/subnets/8d7d767b-79a4-4332-83ff-e19afb91b545 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:25:29.980 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9213e09c-0838-4808-aceb-7ae83eed23b7 1707bc4c71b64ee686399ae61c09cbe1 d827b505d237472b966e56aeb3005aba - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 830/1838] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:25:29 2026] DELETE /v2.0/subnets/02a1b7c8-c35e-4a60-b367-1612360ca231 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:25:30.012 7 INFO neutron.services.segments.plugin [-] Segment 35182383-c06d-4881-b8d8-86a6943bfb6c resource provider aggregate not found 2026-08-13 02:25:30.014 7 INFO neutron.services.segments.plugin [-] Segment 35182383-c06d-4881-b8d8-86a6943bfb6c resource provider aggregate not found 2026-08-13 02:25:30.029 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 35182383-c06d-4881-b8d8-86a6943bfb6c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35182383-c06d-4881-b8d8-86a6943bfb6c found for delete ", "request_id": "req-15d75256-a80c-449c-ac89-d73b36c7e030"}]} 2026-08-13 02:25:30.031 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 35182383-c06d-4881-b8d8-86a6943bfb6c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35182383-c06d-4881-b8d8-86a6943bfb6c found for delete ", "request_id": "req-410a9bab-f82a-4890-a078-171bdaca8e9c"}]} [pid: 8|app: 0|req: 1009/1839] 10.0.0.194 () {32 vars in 732 bytes} [Thu Aug 13 02:25:29 2026] DELETE /v2.0/floatingips/3e1abee0-a4b9-431f-8ad4-e9ad82fe144f => generated 0 bytes in 323 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1840] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:25:30 2026] GET /v2.0/ports?device_id=41dfd2f3-9092-4b60-8288-51c218ee122f => 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: 1010/1841] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:25:30 2026] GET /v2.0/security-groups?id=9c935736-d8e0-499b-8a67-7273567f5c6a&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1842] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:30 2026] GET /v2.0/security-groups?tenant_id=3459fd589ffd482685b884969189fd40&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1843] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:30 2026] DELETE /v2.0/security-groups/6c501cee-9eb3-4660-b1c2-8a7d3a242fbf => 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: 833/1844] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:31 2026] GET /v2.0/security-groups?tenant_id=d827b505d237472b966e56aeb3005aba&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: 1012/1845] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:31 2026] DELETE /v2.0/security-groups/ff76d2ad-fc5a-424d-b732-983fb33f545b => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1846] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:25:31 2026] GET /v2.0/ports?device_id=41dfd2f3-9092-4b60-8288-51c218ee122f => 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: 834/1847] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:31 2026] GET /v2.0/security-groups?tenant_id=e38c430d5f544a34a5f422e7fe20beb7&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1848] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:25:31 2026] GET /v2.0/security-groups?id=9c935736-d8e0-499b-8a67-7273567f5c6a&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: 835/1849] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:31 2026] DELETE /v2.0/security-groups/3c370e18-0daa-4ff4-9baa-226fd588428a => 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: 1015/1850] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:25:32 2026] GET /v2.0/ports?device_id=41dfd2f3-9092-4b60-8288-51c218ee122f => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1851] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:25:32 2026] GET /v2.0/security-groups?id=9c935736-d8e0-499b-8a67-7273567f5c6a&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: 1016/1852] 199.204.45.162 () {34 vars in 994 bytes} [Thu Aug 13 02:25:32 2026] GET /v2.0/ports?device_id=41dfd2f3-9092-4b60-8288-51c218ee122f => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:25:32.835 7 INFO neutron_taas.services.taas.taas_plugin [req-2239d06c-a2dd-44fc-82f2-0ba399f2ff71 req-95c192ea-e039-4033-a326-83688674d840 521386c5e21c4bb09f82f6439fc43d27 151355bed7b24479a2dffccdf832ab19 - - default default] TaaS: Handle Delete Port: 4903b05f-e724-4a1d-873b-3a0c9887987e 2026-08-13 02:25:32.838 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2239d06c-a2dd-44fc-82f2-0ba399f2ff71 req-95c192ea-e039-4033-a326-83688674d840 521386c5e21c4bb09f82f6439fc43d27 151355bed7b24479a2dffccdf832ab19 - - default default] Tap Mirror: Handle Delete Port: 4903b05f-e724-4a1d-873b-3a0c9887987e [pid: 7|app: 0|req: 837/1853] 199.204.45.162 () {36 vars in 997 bytes} [Thu Aug 13 02:25:32 2026] DELETE /v2.0/ports/4903b05f-e724-4a1d-873b-3a0c9887987e => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:25:33.010 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-509e313b-fea2-465a-9044-55fce11d01ec'] response: {'server_uuid': '41dfd2f3-9092-4b60-8288-51c218ee122f', 'name': 'network-vif-deleted', 'tag': '4903b05f-e724-4a1d-873b-3a0c9887987e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1017/1854] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:25:33 2026] GET /v2.0/ports?device_id=41dfd2f3-9092-4b60-8288-51c218ee122f => 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: 838/1855] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:25:35 2026] GET /v2.0/ports?device_id=41dfd2f3-9092-4b60-8288-51c218ee122f => 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: 1018/1856] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:25:36 2026] GET /v2.0/ports?device_id=41dfd2f3-9092-4b60-8288-51c218ee122f => 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: 839/1857] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:36 2026] GET /v2.0/security-groups?tenant_id=7d7feff508ab4983acbb4ea7bdfcbf91&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1858] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:36 2026] DELETE /v2.0/security-groups/054ecc74-0aad-46e1-82a6-0318263f60c7 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1859] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:25:37 2026] GET /v2.0/ports?device_id=41dfd2f3-9092-4b60-8288-51c218ee122f => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:25:38.396 8 INFO neutron.db.segments_db [None req-c3c09b9b-d180-4635-8382-768e4c95a49f 690ec1e32d4040ccbb371e546248dda8 b3c3dd6ac91242909316c082250bfacb - - default default] Added segment b2668074-329d-42a0-bca5-afc30f9b72a0 of type vxlan for network bcd6495a-67b6-4817-958b-3bc86be646c9 [pid: 7|app: 0|req: 843/1862] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:38 2026] DELETE /v2.0/security-groups/9c935736-d8e0-499b-8a67-7273567f5c6a => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1863] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:25:38 2026] POST /v2.0/networks => generated 632 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1864] 10.0.0.194 () {34 vars in 664 bytes} [Thu Aug 13 02:25:38 2026] POST /v2.0/ports => generated 743 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:25:38.829 7 INFO neutron_taas.services.taas.taas_plugin [None req-c013ae58-c1da-4697-a1e9-8266718457ef 521386c5e21c4bb09f82f6439fc43d27 151355bed7b24479a2dffccdf832ab19 - - default default] TaaS: Handle Delete Port: fc5b2941-2024-4e4a-8aa6-b7dfd699157d 2026-08-13 02:25:38.832 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c013ae58-c1da-4697-a1e9-8266718457ef 521386c5e21c4bb09f82f6439fc43d27 151355bed7b24479a2dffccdf832ab19 - - default default] Tap Mirror: Handle Delete Port: fc5b2941-2024-4e4a-8aa6-b7dfd699157d /var/lib/openstack/lib/python3.12/site-packages/pycadf/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 02:25:39.016 8 INFO neutron.db.segments_db [None req-810cf64a-b83c-4d48-8681-dc4ce7397382 9d65c70a95744ac2ac41c62f1e0c31e4 82d5e87e2b744b5da9c8eb224280c9c3 - - default default] Added segment bcfe18ba-1ca4-427c-84e0-74ddb35e708a of type vxlan for network 196f3eb8-5825-4338-9582-572b85740779 2026-08-13 02:25:39.070 8 INFO neutron.db.segments_db [None req-810cf64a-b83c-4d48-8681-dc4ce7397382 9d65c70a95744ac2ac41c62f1e0c31e4 82d5e87e2b744b5da9c8eb224280c9c3 - - default default] Added segment e7cff8e2-4b43-4374-a3b7-8a61927b3dbf of type vxlan for network 3bc921f2-f098-4085-8eba-09e3f5b64ce0 [pid: 8|app: 0|req: 1022/1865] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:25:38 2026] POST /v2.0/networks => generated 1245 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-13 02:25:39.221 8 INFO neutron.db.segments_db [None req-be23170e-ead5-49a5-a01d-0d63df593203 690ec1e32d4040ccbb371e546248dda8 b3c3dd6ac91242909316c082250bfacb - - default default] Added segment 12ad6702-210c-4893-ac73-6c3f8cc38165 of type vxlan for network ffb281d0-e6e2-4b68-82a8-ecd27c756734 [pid: 8|app: 0|req: 1023/1866] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:25:39 2026] POST /v2.0/networks => generated 632 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1867] 10.0.0.194 () {34 vars in 789 bytes} [Thu Aug 13 02:25:38 2026] PUT /v2.0/routers/ede70de7-16d8-497f-9c15-83e5f2608882/remove_router_interface => generated 309 bytes in 840 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1868] 10.0.0.194 () {32 vars in 649 bytes} [Thu Aug 13 02:25:39 2026] GET /v2.0/networks => generated 1844 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/1869] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:25:39 2026] DELETE /v2.0/subnets/e825b54c-b54c-40f9-bfad-b3e5937a8380 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:25:39.600 8 INFO neutron.services.segments.plugin [-] Segment bcfe18ba-1ca4-427c-84e0-74ddb35e708a resource provider aggregate not found 2026-08-13 02:25:39.607 8 INFO neutron.services.segments.plugin [-] Segment bcfe18ba-1ca4-427c-84e0-74ddb35e708a resource provider aggregate not found [pid: 8|app: 0|req: 1026/1870] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:25:39 2026] DELETE /v2.0/networks/196f3eb8-5825-4338-9582-572b85740779 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:25:39.626 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment bcfe18ba-1ca4-427c-84e0-74ddb35e708a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcfe18ba-1ca4-427c-84e0-74ddb35e708a found for delete ", "request_id": "req-f18e7814-2e42-4123-bc2d-e0bac60480c4"}]} 2026-08-13 02:25:39.634 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment bcfe18ba-1ca4-427c-84e0-74ddb35e708a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcfe18ba-1ca4-427c-84e0-74ddb35e708a found for delete ", "request_id": "req-ffd524fd-8874-4a05-9ecc-3b692ebed72b"}]} [pid: 7|app: 0|req: 845/1871] 10.0.0.194 () {34 vars in 664 bytes} [Thu Aug 13 02:25:39 2026] POST /v2.0/ports => generated 743 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 02:25:39.808 7 INFO neutron.services.segments.plugin [-] Segment e7cff8e2-4b43-4374-a3b7-8a61927b3dbf resource provider aggregate not found 2026-08-13 02:25:39.812 7 INFO neutron.services.segments.plugin [-] Segment e7cff8e2-4b43-4374-a3b7-8a61927b3dbf resource provider aggregate not found [pid: 7|app: 0|req: 846/1872] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:25:39 2026] DELETE /v2.0/networks/3bc921f2-f098-4085-8eba-09e3f5b64ce0 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:25:39.837 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb1bbc8c-f1f1-4811-9805-2d19891bf3ab 521386c5e21c4bb09f82f6439fc43d27 151355bed7b24479a2dffccdf832ab19 - - default default] TaaS: Handle Delete Port: 728f4150-9ced-4d28-aaf9-df6c40d7f39e 2026-08-13 02:25:39.839 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb1bbc8c-f1f1-4811-9805-2d19891bf3ab 521386c5e21c4bb09f82f6439fc43d27 151355bed7b24479a2dffccdf832ab19 - - default default] Tap Mirror: Handle Delete Port: 728f4150-9ced-4d28-aaf9-df6c40d7f39e 2026-08-13 02:25:39.841 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e7cff8e2-4b43-4374-a3b7-8a61927b3dbf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7cff8e2-4b43-4374-a3b7-8a61927b3dbf found for delete ", "request_id": "req-c63f0fc6-40cd-4e32-966c-778b935f523b"}]} 2026-08-13 02:25:39.841 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e7cff8e2-4b43-4374-a3b7-8a61927b3dbf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7cff8e2-4b43-4374-a3b7-8a61927b3dbf found for delete ", "request_id": "req-ac6efb9b-e527-41a4-b12b-bb20a2a14c82"}]} 2026-08-13 02:25:39.897 7 INFO neutron.db.segments_db [None req-42f7a351-085f-4418-a98d-96fe607f171a 690ec1e32d4040ccbb371e546248dda8 b3c3dd6ac91242909316c082250bfacb - - default default] Added segment bcbad333-0cf3-4157-ae27-5d87d3bfb0a4 of type vxlan for network c31129e6-53a5-41b0-b7e4-5be9ebc601d6 [pid: 7|app: 0|req: 847/1873] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:25:39 2026] POST /v2.0/networks => generated 632 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1874] 10.0.0.194 () {32 vars in 649 bytes} [Thu Aug 13 02:25:39 2026] GET /v2.0/networks => generated 651 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:25:40.081 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb1bbc8c-f1f1-4811-9805-2d19891bf3ab 521386c5e21c4bb09f82f6439fc43d27 151355bed7b24479a2dffccdf832ab19 - - default default] TaaS: Handle Delete Port: b3f2f1ab-cc13-47f3-9810-616d451a8bb0 2026-08-13 02:25:40.084 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb1bbc8c-f1f1-4811-9805-2d19891bf3ab 521386c5e21c4bb09f82f6439fc43d27 151355bed7b24479a2dffccdf832ab19 - - default default] Tap Mirror: Handle Delete Port: b3f2f1ab-cc13-47f3-9810-616d451a8bb0 [pid: 7|app: 0|req: 849/1875] 10.0.0.194 () {34 vars in 664 bytes} [Thu Aug 13 02:25:40 2026] POST /v2.0/ports => generated 743 bytes in 280 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 02:25:40.380 7 INFO neutron.db.segments_db [None req-3ca440f0-de86-45b2-864b-39764320caef 9d65c70a95744ac2ac41c62f1e0c31e4 82d5e87e2b744b5da9c8eb224280c9c3 - - default default] Added segment 7cf35072-ea50-4027-8949-943e79cfbbdf of type vxlan for network 93cbe312-76bf-49ab-a68b-3e8d125f9135 2026-08-13 02:25:40.474 8 INFO neutron.db.l3_hamode_db [None req-cb1bbc8c-f1f1-4811-9805-2d19891bf3ab 521386c5e21c4bb09f82f6439fc43d27 151355bed7b24479a2dffccdf832ab19 - - default default] HA network f954e5d9-f599-41fb-961c-2527fb6fcf45 was deleted as no HA routers are present in tenant 151355bed7b24479a2dffccdf832ab19. [pid: 8|app: 0|req: 1027/1876] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:25:39 2026] DELETE /v2.0/routers/ede70de7-16d8-497f-9c15-83e5f2608882 => generated 0 bytes in 857 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1877] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:25:40 2026] POST /v2.0/networks => generated 653 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:25:40.539 8 INFO neutron.db.segments_db [None req-04aef18f-6178-4f36-a220-5420c4273407 690ec1e32d4040ccbb371e546248dda8 b3c3dd6ac91242909316c082250bfacb - - default default] Added segment 93c9368f-97fc-4d51-8ad4-e7075d22e3e3 of type vxlan for network f38036a1-f7ca-442d-946e-f700113f619e 2026-08-13 02:25:40.601 7 INFO neutron_taas.services.taas.taas_plugin [None req-c970288d-fbe2-437c-a16f-97f4ffb5f571 521386c5e21c4bb09f82f6439fc43d27 151355bed7b24479a2dffccdf832ab19 - - default default] TaaS: Handle Delete Port: c2e98ff4-3a66-42bd-a92c-65cd6935102e 2026-08-13 02:25:40.604 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c970288d-fbe2-437c-a16f-97f4ffb5f571 521386c5e21c4bb09f82f6439fc43d27 151355bed7b24479a2dffccdf832ab19 - - default default] Tap Mirror: Handle Delete Port: c2e98ff4-3a66-42bd-a92c-65cd6935102e [pid: 8|app: 0|req: 1028/1878] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:25:40 2026] POST /v2.0/networks => generated 632 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:25:40.691 8 INFO neutron.db.segments_db [None req-dec96c9e-2135-4b98-aed9-0d80961f6c03 9d65c70a95744ac2ac41c62f1e0c31e4 82d5e87e2b744b5da9c8eb224280c9c3 - - default default] Added segment 2cb11a24-7a68-488d-82ef-65b148b18687 of type vxlan for network 3bd1ec69-12bf-4fd9-a791-30bb29e6f501 [pid: 7|app: 0|req: 851/1879] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:25:40 2026] DELETE /v2.0/networks/80827349-4d59-49b0-9861-c19535024292 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1880] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:25:40 2026] POST /v2.0/networks => generated 654 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1881] 10.0.0.194 () {34 vars in 664 bytes} [Thu Aug 13 02:25:40 2026] POST /v2.0/ports => generated 743 bytes in 295 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 02:25:41.122 7 INFO neutron.db.segments_db [None req-edcc2556-c150-4582-a7d3-9e5dd8af629a 690ec1e32d4040ccbb371e546248dda8 b3c3dd6ac91242909316c082250bfacb - - default default] Added segment f01c9c8e-863c-4b7d-a74e-3c649fed936b of type vxlan for network d054b8de-1242-4a30-9afe-dd95359c878c [pid: 7|app: 0|req: 853/1882] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:25:41 2026] POST /v2.0/networks => generated 631 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/1883] 10.0.0.194 () {34 vars in 665 bytes} [Thu Aug 13 02:25:40 2026] POST /v2.0/ports => generated 1505 bytes in 587 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: 854/1884] 10.0.0.194 () {34 vars in 664 bytes} [Thu Aug 13 02:25:41 2026] POST /v2.0/ports => generated 743 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1031/1885] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:41 2026] GET /v2.0/security-groups?tenant_id=8a84efe8026c4816a0d1cb897c4b73fe&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1886] 10.0.0.194 () {32 vars in 643 bytes} [Thu Aug 13 02:25:41 2026] GET /v2.0/ports => generated 1505 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:25:41.650 8 INFO neutron.services.segments.plugin [-] Segment 236c6fc1-6ec5-4fd0-80c5-ccb74fe50b76 resource provider aggregate not found 2026-08-13 02:25:41.654 8 INFO neutron.services.segments.plugin [-] Segment 236c6fc1-6ec5-4fd0-80c5-ccb74fe50b76 resource provider aggregate not found [pid: 8|app: 0|req: 1032/1887] 10.0.0.194 () {34 vars in 747 bytes} [Thu Aug 13 02:25:41 2026] PUT /v2.0/ports/7d8dd1f9-d5b4-4eed-934b-c15adc0bfe90/tags => generated 17 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, ' 2026-08-13 02:25:41.671 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 236c6fc1-6ec5-4fd0-80c5-ccb74fe50b76 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 236c6fc1-6ec5-4fd0-80c5-ccb74fe50b76 found for delete ", "request_id": "req-f9a5792e-c698-4e25-a3c8-95f95a83a423"}]} 2026-08-13 02:25:41.678 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 236c6fc1-6ec5-4fd0-80c5-ccb74fe50b76 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 236c6fc1-6ec5-4fd0-80c5-ccb74fe50b76 found for delete ", "request_id": "req-e3837527-57a7-442f-94d7-02aa9a8673d7"}]} [pid: 7|app: 0|req: 856/1888] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:41 2026] DELETE /v2.0/security-groups/f6205684-203d-4bf3-896f-4c3098be09d0 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:25:41.775 8 INFO neutron_taas.services.taas.taas_plugin [None req-7b464b03-d8ca-4129-8b6d-741b913bfdcc 9d65c70a95744ac2ac41c62f1e0c31e4 82d5e87e2b744b5da9c8eb224280c9c3 - - default default] TaaS: Handle Delete Port: 4aa4afac-e900-4eb1-a265-93a282dc0706 2026-08-13 02:25:41.778 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b464b03-d8ca-4129-8b6d-741b913bfdcc 9d65c70a95744ac2ac41c62f1e0c31e4 82d5e87e2b744b5da9c8eb224280c9c3 - - default default] Tap Mirror: Handle Delete Port: 4aa4afac-e900-4eb1-a265-93a282dc0706 [pid: 7|app: 0|req: 857/1889] 10.0.0.194 () {34 vars in 747 bytes} [Thu Aug 13 02:25:41 2026] PUT /v2.0/ports/322e66b4-7496-46fd-9621-44d0da13ed6a/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1033/1890] 10.0.0.194 () {32 vars in 720 bytes} [Thu Aug 13 02:25:41 2026] DELETE /v2.0/ports/4aa4afac-e900-4eb1-a265-93a282dc0706 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:25:41.870 7 INFO neutron.services.segments.plugin [-] Segment a9439592-6c05-4662-ace3-a4e3fe0d1676 resource provider aggregate not found 2026-08-13 02:25:41.884 7 INFO neutron.services.segments.plugin [-] Segment a9439592-6c05-4662-ace3-a4e3fe0d1676 resource provider aggregate not found [pid: 7|app: 0|req: 858/1891] 10.0.0.194 () {34 vars in 747 bytes} [Thu Aug 13 02:25:41 2026] PUT /v2.0/ports/505659d7-40cc-4cd4-a2e3-09bf5c65e8c5/tags => generated 34 bytes in 92 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 02:25:41.903 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a9439592-6c05-4662-ace3-a4e3fe0d1676 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9439592-6c05-4662-ace3-a4e3fe0d1676 found for delete ", "request_id": "req-46947734-40d8-4a9c-9743-8afdd5f0fd7f"}]} 2026-08-13 02:25:41.906 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a9439592-6c05-4662-ace3-a4e3fe0d1676 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9439592-6c05-4662-ace3-a4e3fe0d1676 found for delete ", "request_id": "req-efcafd8a-3387-41e9-a867-5ecb8dcac144"}]} [pid: 8|app: 0|req: 1034/1892] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:41 2026] GET /v2.0/security-groups?tenant_id=151355bed7b24479a2dffccdf832ab19&name=default => generated 2925 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:25:41.985 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e90f59d-8fa2-41e0-a447-064b3ecbd224 9d65c70a95744ac2ac41c62f1e0c31e4 82d5e87e2b744b5da9c8eb224280c9c3 - - default default] TaaS: Handle Delete Port: de431862-2fcd-4d4c-89f8-56c80c9043ec 2026-08-13 02:25:41.988 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e90f59d-8fa2-41e0-a447-064b3ecbd224 9d65c70a95744ac2ac41c62f1e0c31e4 82d5e87e2b744b5da9c8eb224280c9c3 - - default default] Tap Mirror: Handle Delete Port: de431862-2fcd-4d4c-89f8-56c80c9043ec [pid: 8|app: 0|req: 1035/1893] 10.0.0.194 () {34 vars in 747 bytes} [Thu Aug 13 02:25:41 2026] PUT /v2.0/ports/beb4a2ff-9b53-4ae3-824e-ec082896515e/tags => generated 19 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 859/1894] 10.0.0.194 () {32 vars in 720 bytes} [Thu Aug 13 02:25:41 2026] DELETE /v2.0/ports/de431862-2fcd-4d4c-89f8-56c80c9043ec => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/1895] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:41 2026] DELETE /v2.0/security-groups/4fb7be48-9f0a-420a-b8ab-af234e962c0b => 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: 1037/1896] 10.0.0.194 () {32 vars in 643 bytes} [Thu Aug 13 02:25:42 2026] GET /v2.0/ports => 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: 860/1897] 10.0.0.194 () {32 vars in 660 bytes} [Thu Aug 13 02:25:42 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:25:42.189 8 INFO neutron.db.segments_db [None req-0790dd9f-d15d-40ce-a1d3-ce718799a27b 9d65c70a95744ac2ac41c62f1e0c31e4 82d5e87e2b744b5da9c8eb224280c9c3 - - default default] Added segment c8e776ea-4d77-4b60-96dd-212b5ac38646 of type vxlan for network d377ee45-0c17-4889-947d-f503781cd319 [pid: 7|app: 0|req: 861/1898] 10.0.0.194 () {32 vars in 674 bytes} [Thu Aug 13 02:25:42 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/1899] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:25:42 2026] POST /v2.0/networks => generated 653 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:25:42.402 8 INFO neutron.db.segments_db [None req-7a1240b2-9071-4d3b-a5ae-7d1b065e0506 9d65c70a95744ac2ac41c62f1e0c31e4 82d5e87e2b744b5da9c8eb224280c9c3 - - default default] Added segment 8225f884-5e4c-44e1-a610-51152bef4036 of type vxlan for network fd1bb3e8-5f2e-48b5-a09a-8913bcc79a3d [pid: 8|app: 0|req: 1039/1900] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:25:42 2026] POST /v2.0/networks => generated 654 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1901] 10.0.0.194 () {32 vars in 670 bytes} [Thu Aug 13 02:25:42 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 499 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/1902] 10.0.0.194 () {32 vars in 682 bytes} [Thu Aug 13 02:25:42 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1903] 10.0.0.194 () {32 vars in 668 bytes} [Thu Aug 13 02:25:42 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/1904] 10.0.0.194 () {32 vars in 682 bytes} [Thu Aug 13 02:25:42 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 678 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/1905] 10.0.0.194 () {32 vars in 678 bytes} [Thu Aug 13 02:25:43 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/1906] 10.0.0.194 () {32 vars in 690 bytes} [Thu Aug 13 02:25:43 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:25:43.869 8 INFO neutron_taas.services.taas.taas_plugin [None req-59755b2a-38af-4023-acd2-37ffb072e1d2 690ec1e32d4040ccbb371e546248dda8 b3c3dd6ac91242909316c082250bfacb - - default default] TaaS: Handle Delete Port: 7d8dd1f9-d5b4-4eed-934b-c15adc0bfe90 2026-08-13 02:25:43.873 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59755b2a-38af-4023-acd2-37ffb072e1d2 690ec1e32d4040ccbb371e546248dda8 b3c3dd6ac91242909316c082250bfacb - - default default] Tap Mirror: Handle Delete Port: 7d8dd1f9-d5b4-4eed-934b-c15adc0bfe90 [pid: 7|app: 0|req: 864/1907] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:25:42 2026] POST /v2.0/subnets => generated 1324 bytes in 952 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1908] 10.0.0.194 () {32 vars in 647 bytes} [Thu Aug 13 02:25:43 2026] GET /v2.0/subnets => generated 1960 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/1909] 10.0.0.194 () {32 vars in 720 bytes} [Thu Aug 13 02:25:43 2026] DELETE /v2.0/ports/7d8dd1f9-d5b4-4eed-934b-c15adc0bfe90 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:25:44.065 8 INFO neutron_taas.services.taas.taas_plugin [None req-15ab34f6-b016-4ef2-9579-7bafc92e1195 690ec1e32d4040ccbb371e546248dda8 b3c3dd6ac91242909316c082250bfacb - - default default] TaaS: Handle Delete Port: 322e66b4-7496-46fd-9621-44d0da13ed6a 2026-08-13 02:25:44.068 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15ab34f6-b016-4ef2-9579-7bafc92e1195 690ec1e32d4040ccbb371e546248dda8 b3c3dd6ac91242909316c082250bfacb - - default default] Tap Mirror: Handle Delete Port: 322e66b4-7496-46fd-9621-44d0da13ed6a [pid: 7|app: 0|req: 866/1910] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:25:43 2026] DELETE /v2.0/subnets/ff32d53c-0273-405d-9772-9f2e5edd6ad1 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/1911] 10.0.0.194 () {32 vars in 720 bytes} [Thu Aug 13 02:25:43 2026] DELETE /v2.0/ports/322e66b4-7496-46fd-9621-44d0da13ed6a => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1912] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:25:44 2026] DELETE /v2.0/subnets/8f0e962d-b961-4820-a7e3-de108a08e910 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:25:44.282 8 INFO neutron_taas.services.taas.taas_plugin [None req-56ac75d2-ca25-4fe3-bb95-f97ea4bcdc01 690ec1e32d4040ccbb371e546248dda8 b3c3dd6ac91242909316c082250bfacb - - default default] TaaS: Handle Delete Port: 505659d7-40cc-4cd4-a2e3-09bf5c65e8c5 2026-08-13 02:25:44.285 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56ac75d2-ca25-4fe3-bb95-f97ea4bcdc01 690ec1e32d4040ccbb371e546248dda8 b3c3dd6ac91242909316c082250bfacb - - default default] Tap Mirror: Handle Delete Port: 505659d7-40cc-4cd4-a2e3-09bf5c65e8c5 [pid: 7|app: 0|req: 868/1913] 10.0.0.194 () {32 vars in 647 bytes} [Thu Aug 13 02:25:44 2026] GET /v2.0/subnets => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/1914] 10.0.0.194 () {32 vars in 720 bytes} [Thu Aug 13 02:25:44 2026] DELETE /v2.0/ports/505659d7-40cc-4cd4-a2e3-09bf5c65e8c5 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:25:44.524 7 INFO neutron.services.segments.plugin [-] Segment 8225f884-5e4c-44e1-a610-51152bef4036 resource provider aggregate not found 2026-08-13 02:25:44.532 7 INFO neutron.services.segments.plugin [-] Segment 8225f884-5e4c-44e1-a610-51152bef4036 resource provider aggregate not found 2026-08-13 02:25:44.545 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8225f884-5e4c-44e1-a610-51152bef4036 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8225f884-5e4c-44e1-a610-51152bef4036 found for delete ", "request_id": "req-4be7eba4-fd92-4c0e-850e-292d475bc20f"}]} 2026-08-13 02:25:44.550 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8225f884-5e4c-44e1-a610-51152bef4036 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8225f884-5e4c-44e1-a610-51152bef4036 found for delete ", "request_id": "req-d095191a-9b4f-45b1-b326-eb7896fd143a"}]} [pid: 7|app: 0|req: 869/1915] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:25:44 2026] DELETE /v2.0/networks/fd1bb3e8-5f2e-48b5-a09a-8913bcc79a3d => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:25:44.572 8 INFO neutron_taas.services.taas.taas_plugin [None req-ccfcca5f-a766-4ae0-ac0c-db2ec4686373 690ec1e32d4040ccbb371e546248dda8 b3c3dd6ac91242909316c082250bfacb - - default default] TaaS: Handle Delete Port: beb4a2ff-9b53-4ae3-824e-ec082896515e 2026-08-13 02:25:44.576 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ccfcca5f-a766-4ae0-ac0c-db2ec4686373 690ec1e32d4040ccbb371e546248dda8 b3c3dd6ac91242909316c082250bfacb - - default default] Tap Mirror: Handle Delete Port: beb4a2ff-9b53-4ae3-824e-ec082896515e [pid: 8|app: 0|req: 1047/1916] 10.0.0.194 () {32 vars in 720 bytes} [Thu Aug 13 02:25:44 2026] DELETE /v2.0/ports/beb4a2ff-9b53-4ae3-824e-ec082896515e => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1917] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:25:44 2026] DELETE /v2.0/networks/d377ee45-0c17-4889-947d-f503781cd319 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:25:44.772 8 INFO neutron_taas.services.taas.taas_plugin [None req-e8f37a67-66b7-42e4-9b3b-1a94ec5960cb 690ec1e32d4040ccbb371e546248dda8 b3c3dd6ac91242909316c082250bfacb - - default default] TaaS: Handle Delete Port: 8766de8b-b8d4-4413-a77b-c0e353269c8e 2026-08-13 02:25:44.774 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8f37a67-66b7-42e4-9b3b-1a94ec5960cb 690ec1e32d4040ccbb371e546248dda8 b3c3dd6ac91242909316c082250bfacb - - default default] Tap Mirror: Handle Delete Port: 8766de8b-b8d4-4413-a77b-c0e353269c8e [pid: 8|app: 0|req: 1048/1918] 10.0.0.194 () {32 vars in 720 bytes} [Thu Aug 13 02:25:44 2026] DELETE /v2.0/ports/8766de8b-b8d4-4413-a77b-c0e353269c8e => 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: 871/1919] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:25:44 2026] DELETE /v2.0/networks/3bd1ec69-12bf-4fd9-a791-30bb29e6f501 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:25:44.974 8 INFO neutron.services.segments.plugin [-] Segment b2668074-329d-42a0-bca5-afc30f9b72a0 resource provider aggregate not found 2026-08-13 02:25:44.981 8 INFO neutron.services.segments.plugin [-] Segment b2668074-329d-42a0-bca5-afc30f9b72a0 resource provider aggregate not found 2026-08-13 02:25:44.996 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b2668074-329d-42a0-bca5-afc30f9b72a0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2668074-329d-42a0-bca5-afc30f9b72a0 found for delete ", "request_id": "req-23f8dc5d-a422-4634-ab69-5f2e8e76f9ac"}]} 2026-08-13 02:25:44.996 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b2668074-329d-42a0-bca5-afc30f9b72a0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2668074-329d-42a0-bca5-afc30f9b72a0 found for delete ", "request_id": "req-a0c01be5-a60a-4f7a-9a9e-8a12d3915635"}]} [pid: 7|app: 0|req: 872/1920] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:25:44 2026] DELETE /v2.0/networks/93cbe312-76bf-49ab-a68b-3e8d125f9135 => 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: 1049/1921] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:25:44 2026] DELETE /v2.0/networks/bcd6495a-67b6-4817-958b-3bc86be646c9 => 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: 873/1922] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:25:45 2026] DELETE /v2.0/networks/ffb281d0-e6e2-4b68-82a8-ecd27c756734 => 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: 1050/1923] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:25:45 2026] DELETE /v2.0/networks/c31129e6-53a5-41b0-b7e4-5be9ebc601d6 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1924] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:25:45 2026] DELETE /v2.0/networks/f38036a1-f7ca-442d-946e-f700113f619e => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/1925] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:25:45 2026] DELETE /v2.0/networks/d054b8de-1242-4a30-9afe-dd95359c878c => 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: 875/1926] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:45 2026] GET /v2.0/security-groups?tenant_id=82d5e87e2b744b5da9c8eb224280c9c3&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:25:46.566 7 INFO neutron.services.segments.plugin [-] Segment c8e776ea-4d77-4b60-96dd-212b5ac38646 resource provider aggregate not found 2026-08-13 02:25:46.572 7 INFO neutron.services.segments.plugin [-] Segment c8e776ea-4d77-4b60-96dd-212b5ac38646 resource provider aggregate not found 2026-08-13 02:25:46.584 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c8e776ea-4d77-4b60-96dd-212b5ac38646 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8e776ea-4d77-4b60-96dd-212b5ac38646 found for delete ", "request_id": "req-1e7900e9-f8aa-4e50-96ed-ed9419e5462a"}]} 2026-08-13 02:25:46.589 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c8e776ea-4d77-4b60-96dd-212b5ac38646 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8e776ea-4d77-4b60-96dd-212b5ac38646 found for delete ", "request_id": "req-7a0f499a-679a-4e98-b675-af26783e1268"}]} 2026-08-13 02:25:46.605 7 INFO neutron.services.segments.plugin [-] Segment 2cb11a24-7a68-488d-82ef-65b148b18687 resource provider aggregate not found 2026-08-13 02:25:46.613 7 INFO neutron.services.segments.plugin [-] Segment 2cb11a24-7a68-488d-82ef-65b148b18687 resource provider aggregate not found 2026-08-13 02:25:46.625 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2cb11a24-7a68-488d-82ef-65b148b18687 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2cb11a24-7a68-488d-82ef-65b148b18687 found for delete ", "request_id": "req-d9eae0d6-028b-40c6-8684-3da007bf798b"}]} 2026-08-13 02:25:46.641 7 INFO neutron.services.segments.plugin [-] Segment 7cf35072-ea50-4027-8949-943e79cfbbdf resource provider aggregate not found 2026-08-13 02:25:46.651 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2cb11a24-7a68-488d-82ef-65b148b18687 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2cb11a24-7a68-488d-82ef-65b148b18687 found for delete ", "request_id": "req-dbc4c0b8-1e27-4c79-83c2-128f7ff70d7a"}]} 2026-08-13 02:25:46.656 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7cf35072-ea50-4027-8949-943e79cfbbdf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cf35072-ea50-4027-8949-943e79cfbbdf found for delete ", "request_id": "req-2b2713c3-d8b1-424e-883e-d170f654bf67"}]} 2026-08-13 02:25:46.662 7 INFO neutron.services.segments.plugin [-] Segment 7cf35072-ea50-4027-8949-943e79cfbbdf resource provider aggregate not found 2026-08-13 02:25:46.669 7 INFO neutron.services.segments.plugin [-] Segment 12ad6702-210c-4893-ac73-6c3f8cc38165 resource provider aggregate not found 2026-08-13 02:25:46.674 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7cf35072-ea50-4027-8949-943e79cfbbdf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cf35072-ea50-4027-8949-943e79cfbbdf found for delete ", "request_id": "req-d4def1ca-5eda-47ea-a79e-fc96cf096ce3"}]} 2026-08-13 02:25:46.684 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 12ad6702-210c-4893-ac73-6c3f8cc38165 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12ad6702-210c-4893-ac73-6c3f8cc38165 found for delete ", "request_id": "req-0ff1c490-71e3-478c-a85f-77ad1e06cc3b"}]} 2026-08-13 02:25:46.687 7 INFO neutron.services.segments.plugin [-] Segment 12ad6702-210c-4893-ac73-6c3f8cc38165 resource provider aggregate not found 2026-08-13 02:25:46.701 7 INFO neutron.services.segments.plugin [-] Segment 93c9368f-97fc-4d51-8ad4-e7075d22e3e3 resource provider aggregate not found 2026-08-13 02:25:46.702 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 12ad6702-210c-4893-ac73-6c3f8cc38165 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12ad6702-210c-4893-ac73-6c3f8cc38165 found for delete ", "request_id": "req-783b0fbc-e1e0-41cf-95b8-60b9a1582765"}]} 2026-08-13 02:25:46.717 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 93c9368f-97fc-4d51-8ad4-e7075d22e3e3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93c9368f-97fc-4d51-8ad4-e7075d22e3e3 found for delete ", "request_id": "req-a3b92d4c-07d0-4cc1-b190-9c4e35522ba9"}]} 2026-08-13 02:25:46.719 7 INFO neutron.services.segments.plugin [-] Segment 93c9368f-97fc-4d51-8ad4-e7075d22e3e3 resource provider aggregate not found 2026-08-13 02:25:46.731 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 93c9368f-97fc-4d51-8ad4-e7075d22e3e3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93c9368f-97fc-4d51-8ad4-e7075d22e3e3 found for delete ", "request_id": "req-bcc1d0cb-55f1-44d8-abf9-1d35ccf82519"}]} 2026-08-13 02:25:47.020 8 INFO neutron.services.segments.plugin [-] Segment bcbad333-0cf3-4157-ae27-5d87d3bfb0a4 resource provider aggregate not found 2026-08-13 02:25:47.024 8 INFO neutron.services.segments.plugin [-] Segment bcbad333-0cf3-4157-ae27-5d87d3bfb0a4 resource provider aggregate not found 2026-08-13 02:25:47.039 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment bcbad333-0cf3-4157-ae27-5d87d3bfb0a4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcbad333-0cf3-4157-ae27-5d87d3bfb0a4 found for delete ", "request_id": "req-54e874dd-72b5-45cd-b0bf-b022b616d665"}]} 2026-08-13 02:25:47.043 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment bcbad333-0cf3-4157-ae27-5d87d3bfb0a4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcbad333-0cf3-4157-ae27-5d87d3bfb0a4 found for delete ", "request_id": "req-cf1db3ba-1bcc-4c62-a708-4a0fd1308a73"}]} 2026-08-13 02:25:47.058 8 INFO neutron.services.segments.plugin [-] Segment f01c9c8e-863c-4b7d-a74e-3c649fed936b resource provider aggregate not found 2026-08-13 02:25:47.063 8 INFO neutron.services.segments.plugin [-] Segment f01c9c8e-863c-4b7d-a74e-3c649fed936b resource provider aggregate not found 2026-08-13 02:25:47.075 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f01c9c8e-863c-4b7d-a74e-3c649fed936b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f01c9c8e-863c-4b7d-a74e-3c649fed936b found for delete ", "request_id": "req-180084c7-9d2a-4c7d-a7c6-76bebfbd1087"}]} 2026-08-13 02:25:47.081 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f01c9c8e-863c-4b7d-a74e-3c649fed936b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f01c9c8e-863c-4b7d-a74e-3c649fed936b found for delete ", "request_id": "req-3bea996b-2f99-4c62-a76c-760285e9fe40"}]} [pid: 8|app: 0|req: 1052/1927] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:45 2026] DELETE /v2.0/security-groups/2649a91f-31dd-42f1-8b56-9cd5851b39d8 => generated 0 bytes in 1641 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1928] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:47 2026] GET /v2.0/security-groups?tenant_id=b3c3dd6ac91242909316c082250bfacb&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/1929] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:48 2026] DELETE /v2.0/security-groups/61eef503-8e52-4fde-a822-6b26a0fbce52 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1930] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:48 2026] GET /v2.0/security-groups?tenant_id=2f204ccb0019427b9bee50c2740fa730&name=default => generated 2925 bytes in 1165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1931] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:49 2026] DELETE /v2.0/security-groups/63f3c95b-6dc6-4f01-a095-b34fceaeb931 => 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: 879/1932] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:49 2026] GET /v2.0/security-groups?tenant_id=437f275c983e46f590aa0fb0b6637f63&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/1933] 10.0.0.194 () {34 vars in 676 bytes} [Thu Aug 13 02:25:48 2026] POST /v2.0/floatingips => generated 552 bytes in 926 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1934] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:49 2026] DELETE /v2.0/security-groups/fd5c661d-f13d-4ee7-b0f7-83ec59204fd2 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:25:50.087 8 INFO neutron.db.segments_db [None req-27972bc7-d0ec-4b0f-86dc-bc8c0aa92f33 9535f761e297463390c395618195b637 bde2800c984a4920a60cfa700f360361 - - default default] Added segment 139d1fde-ed06-4014-a106-0726eff4c021 of type vxlan for network c20197e0-7c3a-4ff9-a0f8-fa870b09ae73 [pid: 8|app: 0|req: 1055/1935] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:25:49 2026] POST /v2.0/networks => generated 643 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1936] 10.0.0.194 () {34 vars in 676 bytes} [Thu Aug 13 02:25:49 2026] POST /v2.0/floatingips => generated 552 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/1937] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:25:50 2026] POST /v2.0/subnets => generated 641 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:25:50.524 8 INFO neutron.db.segments_db [None req-d0255dfe-9937-432d-b4be-fcaf6f6eab95 9535f761e297463390c395618195b637 bde2800c984a4920a60cfa700f360361 - - default default] Added segment 604d942e-3644-4bec-a447-9fc87dd71147 of type vxlan for network f3fb2453-bec1-4788-bfbc-26faa0b58028 [pid: 8|app: 0|req: 1057/1938] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:25:50 2026] POST /v2.0/networks => generated 644 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/1939] 10.0.0.194 () {34 vars in 743 bytes} [Thu Aug 13 02:25:50 2026] PUT /v2.0/networks/f3fb2453-bec1-4788-bfbc-26faa0b58028 => generated 592 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1940] 10.0.0.194 () {34 vars in 676 bytes} [Thu Aug 13 02:25:50 2026] POST /v2.0/floatingips => generated 552 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/1941] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:25:50 2026] POST /v2.0/subnets => generated 626 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/1942] 10.0.0.194 () {34 vars in 741 bytes} [Thu Aug 13 02:25:50 2026] PUT /v2.0/subnets/96077d09-0e0a-401b-a044-e32d5a3c1222 => generated 636 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:25:51.292 8 INFO neutron.services.segments.plugin [-] Segment 604d942e-3644-4bec-a447-9fc87dd71147 resource provider aggregate not found 2026-08-13 02:25:51.300 8 INFO neutron.services.segments.plugin [-] Segment 604d942e-3644-4bec-a447-9fc87dd71147 resource provider aggregate not found 2026-08-13 02:25:51.321 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 604d942e-3644-4bec-a447-9fc87dd71147 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 604d942e-3644-4bec-a447-9fc87dd71147 found for delete ", "request_id": "req-1733cbc8-0cf5-4e8c-a614-aba91b7e14b9"}]} 2026-08-13 02:25:51.325 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 604d942e-3644-4bec-a447-9fc87dd71147 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 604d942e-3644-4bec-a447-9fc87dd71147 found for delete ", "request_id": "req-5f174eec-f87d-44bb-aeb5-4c2a0f9b4a27"}]} [pid: 8|app: 0|req: 1061/1943] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:25:51 2026] DELETE /v2.0/networks/f3fb2453-bec1-4788-bfbc-26faa0b58028 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:25:51.354 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e99cd069-04d0-447d-bec0-c8cb27044a82 9535f761e297463390c395618195b637 bde2800c984a4920a60cfa700f360361 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1062/1944] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:25:51 2026] DELETE /v2.0/networks/f3fb2453-bec1-4788-bfbc-26faa0b58028 => 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: 883/1945] 10.0.0.194 () {34 vars in 676 bytes} [Thu Aug 13 02:25:50 2026] POST /v2.0/floatingips => generated 552 bytes in 528 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/1946] 10.0.0.194 () {32 vars in 694 bytes} [Thu Aug 13 02:25:51 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/1947] 10.0.0.194 () {32 vars in 742 bytes} [Thu Aug 13 02:25:51 2026] GET /v2.0/subnets?network_id=db55f924-ff5c-4d45-ae3c-30cf68b0dc8e => generated 649 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/1948] 10.0.0.194 () {32 vars in 653 bytes} [Thu Aug 13 02:25:51 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/1949] 10.0.0.194 () {32 vars in 649 bytes} [Thu Aug 13 02:25:51 2026] GET /v2.0/networks => generated 1308 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/1950] 10.0.0.194 () {32 vars in 647 bytes} [Thu Aug 13 02:25:51 2026] GET /v2.0/subnets => generated 1280 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/1951] 10.0.0.194 () {32 vars in 723 bytes} [Thu Aug 13 02:25:51 2026] GET /v2.0/networks/c20197e0-7c3a-4ff9-a0f8-fa870b09ae73 => generated 668 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/1952] 10.0.0.194 () {32 vars in 721 bytes} [Thu Aug 13 02:25:51 2026] GET /v2.0/subnets/11cb9963-c77e-425f-a979-4dd8170ac6fe => generated 641 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:25:51.682 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cbad7113-1625-4f41-bde0-a48fa4f16c8d 9535f761e297463390c395618195b637 bde2800c984a4920a60cfa700f360361 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1070/1953] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:25:51 2026] DELETE /v2.0/subnets/96077d09-0e0a-401b-a044-e32d5a3c1222 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:25:51.699 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e8d37047-2065-4181-975d-a50afc466db1 9535f761e297463390c395618195b637 bde2800c984a4920a60cfa700f360361 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1071/1954] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:25:51 2026] DELETE /v2.0/networks/f3fb2453-bec1-4788-bfbc-26faa0b58028 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/1955] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:25:51 2026] DELETE /v2.0/subnets/11cb9963-c77e-425f-a979-4dd8170ac6fe => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:25:51.937 8 INFO neutron_taas.services.taas.taas_plugin [None req-ba732db6-1a89-448d-911e-2e883a96bcec 9535f761e297463390c395618195b637 bde2800c984a4920a60cfa700f360361 - - default default] TaaS: Handle Delete Port: 5140bc63-88d7-46bc-b09b-afea41687382 2026-08-13 02:25:51.939 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba732db6-1a89-448d-911e-2e883a96bcec 9535f761e297463390c395618195b637 bde2800c984a4920a60cfa700f360361 - - default default] Tap Mirror: Handle Delete Port: 5140bc63-88d7-46bc-b09b-afea41687382 [pid: 7|app: 0|req: 884/1956] 10.0.0.194 () {34 vars in 676 bytes} [Thu Aug 13 02:25:51 2026] POST /v2.0/floatingips => generated 552 bytes in 539 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1957] 10.0.0.194 () {34 vars in 759 bytes} [Thu Aug 13 02:25:51 2026] PUT /v2.0/floatingips/c6194c40-80e3-49a5-82cd-c23c5090225e/tags => generated 17 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1958] 10.0.0.194 () {34 vars in 759 bytes} [Thu Aug 13 02:25:52 2026] PUT /v2.0/floatingips/8e36f357-fa90-4bbe-9c9e-dbc2810718d9/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: 887/1959] 10.0.0.194 () {34 vars in 759 bytes} [Thu Aug 13 02:25:52 2026] PUT /v2.0/floatingips/26e12889-3267-430a-9fc0-da58c78ebd75/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/1960] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:25:51 2026] DELETE /v2.0/networks/c20197e0-7c3a-4ff9-a0f8-fa870b09ae73 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1961] 10.0.0.194 () {34 vars in 759 bytes} [Thu Aug 13 02:25:52 2026] PUT /v2.0/floatingips/01745f7c-2970-4b95-aeeb-02f1d8707ebb/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/1962] 10.0.0.194 () {32 vars in 672 bytes} [Thu Aug 13 02:25:52 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1963] 10.0.0.194 () {32 vars in 686 bytes} [Thu Aug 13 02:25:52 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/1964] 10.0.0.194 () {32 vars in 682 bytes} [Thu Aug 13 02:25:52 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1965] 10.0.0.194 () {32 vars in 694 bytes} [Thu Aug 13 02:25:52 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/1966] 10.0.0.194 () {32 vars in 680 bytes} [Thu Aug 13 02:25:52 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1967] 10.0.0.194 () {32 vars in 694 bytes} [Thu Aug 13 02:25:52 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/1968] 10.0.0.194 () {32 vars in 690 bytes} [Thu Aug 13 02:25:52 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1969] 10.0.0.194 () {32 vars in 702 bytes} [Thu Aug 13 02:25:52 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:25:52.718 8 INFO neutron_taas.services.taas.taas_plugin [None req-26ee95f4-f509-4dfd-8a66-732430ec2dee 837e221a66e14a6689a04a9de4b5cd4c d0e73eca79e247f8a2d3f0cb053290d6 - - default default] TaaS: Handle Delete Port: 1f44fd9d-9f28-40fe-8cd8-6bdb0ebbbcf4 2026-08-13 02:25:52.721 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26ee95f4-f509-4dfd-8a66-732430ec2dee 837e221a66e14a6689a04a9de4b5cd4c d0e73eca79e247f8a2d3f0cb053290d6 - - default default] Tap Mirror: Handle Delete Port: 1f44fd9d-9f28-40fe-8cd8-6bdb0ebbbcf4 [pid: 7|app: 0|req: 893/1970] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:52 2026] GET /v2.0/security-groups?tenant_id=bde2800c984a4920a60cfa700f360361&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1971] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:52 2026] DELETE /v2.0/security-groups/761214db-d83f-473c-9e81-11368b4af2e9 => 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: 1078/1972] 10.0.0.194 () {32 vars in 732 bytes} [Thu Aug 13 02:25:52 2026] DELETE /v2.0/floatingips/c6194c40-80e3-49a5-82cd-c23c5090225e => generated 0 bytes in 253 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:25:52.981 7 INFO neutron_taas.services.taas.taas_plugin [None req-97f9bde9-1232-4a95-ae36-61ed3ac28d23 837e221a66e14a6689a04a9de4b5cd4c d0e73eca79e247f8a2d3f0cb053290d6 - - default default] TaaS: Handle Delete Port: 447586c5-cf11-47b7-9d77-40954f30c46a 2026-08-13 02:25:52.984 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97f9bde9-1232-4a95-ae36-61ed3ac28d23 837e221a66e14a6689a04a9de4b5cd4c d0e73eca79e247f8a2d3f0cb053290d6 - - default default] Tap Mirror: Handle Delete Port: 447586c5-cf11-47b7-9d77-40954f30c46a [pid: 7|app: 0|req: 895/1973] 10.0.0.194 () {32 vars in 732 bytes} [Thu Aug 13 02:25:52 2026] DELETE /v2.0/floatingips/8e36f357-fa90-4bbe-9c9e-dbc2810718d9 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:25:53.212 8 INFO neutron_taas.services.taas.taas_plugin [None req-2caa0bbc-6cb8-460f-b696-32c21cc07c1d 837e221a66e14a6689a04a9de4b5cd4c d0e73eca79e247f8a2d3f0cb053290d6 - - default default] TaaS: Handle Delete Port: 2da99cf3-641d-4cc5-9994-34e3d7fb6fbb 2026-08-13 02:25:53.214 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2caa0bbc-6cb8-460f-b696-32c21cc07c1d 837e221a66e14a6689a04a9de4b5cd4c d0e73eca79e247f8a2d3f0cb053290d6 - - default default] Tap Mirror: Handle Delete Port: 2da99cf3-641d-4cc5-9994-34e3d7fb6fbb [pid: 8|app: 0|req: 1079/1976] 10.0.0.194 () {32 vars in 732 bytes} [Thu Aug 13 02:25:53 2026] DELETE /v2.0/floatingips/26e12889-3267-430a-9fc0-da58c78ebd75 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:25:53.359 8 INFO neutron.services.segments.plugin [-] Segment 139d1fde-ed06-4014-a106-0726eff4c021 resource provider aggregate not found 2026-08-13 02:25:53.362 8 INFO neutron.services.segments.plugin [-] Segment 139d1fde-ed06-4014-a106-0726eff4c021 resource provider aggregate not found 2026-08-13 02:25:53.383 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 139d1fde-ed06-4014-a106-0726eff4c021 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 139d1fde-ed06-4014-a106-0726eff4c021 found for delete ", "request_id": "req-844e7a8c-ec45-41f0-983b-edad0c76ad71"}]} 2026-08-13 02:25:53.394 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 139d1fde-ed06-4014-a106-0726eff4c021 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 139d1fde-ed06-4014-a106-0726eff4c021 found for delete ", "request_id": "req-ab3a25f6-5f38-41e1-883f-933e0144d7c5"}]} 2026-08-13 02:25:53.487 7 INFO neutron_taas.services.taas.taas_plugin [None req-4e03f72a-56af-4319-8804-46a2cbb10871 837e221a66e14a6689a04a9de4b5cd4c d0e73eca79e247f8a2d3f0cb053290d6 - - default default] TaaS: Handle Delete Port: 5be5c660-2b10-4e7a-b7dd-b3c7664d4b84 2026-08-13 02:25:53.491 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e03f72a-56af-4319-8804-46a2cbb10871 837e221a66e14a6689a04a9de4b5cd4c d0e73eca79e247f8a2d3f0cb053290d6 - - default default] Tap Mirror: Handle Delete Port: 5be5c660-2b10-4e7a-b7dd-b3c7664d4b84 [pid: 7|app: 0|req: 898/1977] 10.0.0.194 () {32 vars in 732 bytes} [Thu Aug 13 02:25:53 2026] DELETE /v2.0/floatingips/01745f7c-2970-4b95-aeeb-02f1d8707ebb => generated 0 bytes in 324 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:25:53.814 8 INFO neutron_taas.services.taas.taas_plugin [None req-6347d232-5c3c-4456-abfd-744b568b1e83 837e221a66e14a6689a04a9de4b5cd4c d0e73eca79e247f8a2d3f0cb053290d6 - - default default] TaaS: Handle Delete Port: d65fdca0-e83b-4314-b91e-4f20de5d47f6 2026-08-13 02:25:53.817 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6347d232-5c3c-4456-abfd-744b568b1e83 837e221a66e14a6689a04a9de4b5cd4c d0e73eca79e247f8a2d3f0cb053290d6 - - default default] Tap Mirror: Handle Delete Port: d65fdca0-e83b-4314-b91e-4f20de5d47f6 [pid: 8|app: 0|req: 1080/1978] 10.0.0.194 () {32 vars in 732 bytes} [Thu Aug 13 02:25:53 2026] DELETE /v2.0/floatingips/c08f39a1-2331-4d8a-a6cb-130688ce96fc => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:25:54.050 7 INFO neutron.db.segments_db [None req-91af0cec-76c0-4e22-a3b3-2c9b2a81311a 7c4631e5beb440869d093fa925617ed4 4a8811a52e204f20815fc23d96cfe659 - - default default] Added segment 59b39c69-2fc6-497b-9659-e0c7f14f5453 of type vxlan for network 64448bf0-7dee-4594-a007-fae79270445f 2026-08-13 02:25:54.349 7 INFO neutron.db.l3_hamode_db [None req-91af0cec-76c0-4e22-a3b3-2c9b2a81311a 7c4631e5beb440869d093fa925617ed4 4a8811a52e204f20815fc23d96cfe659 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:25:54.512 7 INFO neutron.db.l3_hamode_db [None req-91af0cec-76c0-4e22-a3b3-2c9b2a81311a 7c4631e5beb440869d093fa925617ed4 4a8811a52e204f20815fc23d96cfe659 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:25:54.958 8 INFO neutron.db.segments_db [None req-6bf792b7-d78d-4708-b1f2-a4a7cce9fb4d d86da8c27c2d4060b4502c564ddaaad1 716807dcdf354945a98e1008e82fec63 - - default default] Added segment ffd2a048-a204-4a0f-839e-e71e8f25859b of type vxlan for network 652520c0-b52b-4132-b051-d39e5aa19745 [pid: 8|app: 0|req: 1081/1979] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:25:54 2026] POST /v2.0/networks => generated 644 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1980] 10.0.0.194 () {34 vars in 668 bytes} [Thu Aug 13 02:25:53 2026] POST /v2.0/routers => generated 474 bytes in 1336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/1981] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:55 2026] GET /v2.0/security-groups?tenant_id=5ddf141c0df241a6962f561b8d89acd6&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:25:55.248 8 INFO neutron.db.l3_hamode_db [None req-0efbafda-b528-4ff9-adbe-b98a1634ba1f 7c4631e5beb440869d093fa925617ed4 4a8811a52e204f20815fc23d96cfe659 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:25:55.371 8 INFO neutron.db.l3_hamode_db [None req-0efbafda-b528-4ff9-adbe-b98a1634ba1f 7c4631e5beb440869d093fa925617ed4 4a8811a52e204f20815fc23d96cfe659 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 900/1982] 10.0.0.194 () {34 vars in 665 bytes} [Thu Aug 13 02:25:55 2026] POST /v2.0/ports => generated 775 bytes in 348 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: 901/1983] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:55 2026] DELETE /v2.0/security-groups/df1ce17b-42eb-4616-8bf3-052d9a581d3c => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:25:55.675 7 INFO neutron.db.segments_db [None req-d4c39501-b746-40d7-b899-dfc7bc0366c1 d86da8c27c2d4060b4502c564ddaaad1 716807dcdf354945a98e1008e82fec63 - - default default] Added segment 22e1f150-f099-47c9-8541-8b6405a02932 of type vxlan for network 0e534d10-0238-4343-b972-398e18f4f9a3 [pid: 7|app: 0|req: 902/1984] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:25:55 2026] POST /v2.0/networks => generated 631 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1985] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:55 2026] GET /v2.0/security-groups?tenant_id=4f0acc462e3a45dc8f01a7034bbe2afc&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/1986] 10.0.0.194 () {34 vars in 668 bytes} [Thu Aug 13 02:25:55 2026] POST /v2.0/routers => generated 474 bytes in 792 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/1987] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:55 2026] DELETE /v2.0/security-groups/a557d737-9c06-42f2-ae3e-07a3a26961c8 => 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: 904/1988] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:25:55 2026] POST /v2.0/subnets => generated 626 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:25:56.126 8 INFO neutron.db.l3_hamode_db [None req-4ea65fdc-5bb8-4409-92d3-dcdca232b3e5 7c4631e5beb440869d093fa925617ed4 4a8811a52e204f20815fc23d96cfe659 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:25:56.230 8 INFO neutron.db.l3_hamode_db [None req-4ea65fdc-5bb8-4409-92d3-dcdca232b3e5 7c4631e5beb440869d093fa925617ed4 4a8811a52e204f20815fc23d96cfe659 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 905/1989] 10.0.0.194 () {34 vars in 665 bytes} [Thu Aug 13 02:25:56 2026] POST /v2.0/ports => generated 950 bytes in 306 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: 906/1990] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:56 2026] GET /v2.0/security-groups?tenant_id=d0e73eca79e247f8a2d3f0cb053290d6&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:25:56.648 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f8660b0-1dcb-48a4-92bd-118fabfde663 d86da8c27c2d4060b4502c564ddaaad1 716807dcdf354945a98e1008e82fec63 - - default default] TaaS: Handle Delete Port: 3d0ec03f-56f5-48f2-a042-e9fc5d14a253 2026-08-13 02:25:56.651 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f8660b0-1dcb-48a4-92bd-118fabfde663 d86da8c27c2d4060b4502c564ddaaad1 716807dcdf354945a98e1008e82fec63 - - default default] Tap Mirror: Handle Delete Port: 3d0ec03f-56f5-48f2-a042-e9fc5d14a253 [pid: 7|app: 0|req: 907/1991] 10.0.0.194 () {32 vars in 720 bytes} [Thu Aug 13 02:25:56 2026] DELETE /v2.0/ports/3d0ec03f-56f5-48f2-a042-e9fc5d14a253 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/1992] 10.0.0.194 () {34 vars in 668 bytes} [Thu Aug 13 02:25:56 2026] POST /v2.0/routers => generated 474 bytes in 701 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:25:56.809 8 INFO neutron.pecan_wsgi.hooks.translation [None req-15b977af-a61d-4c6f-a763-9f6fc39d8d2c d86da8c27c2d4060b4502c564ddaaad1 716807dcdf354945a98e1008e82fec63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1086/1993] 10.0.0.194 () {32 vars in 720 bytes} [Thu Aug 13 02:25:56 2026] DELETE /v2.0/ports/3d0ec03f-56f5-48f2-a042-e9fc5d14a253 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:25:56.867 8 INFO neutron.db.l3_hamode_db [None req-a54077d4-9fe3-40a7-b3d0-c33067855555 7c4631e5beb440869d093fa925617ed4 4a8811a52e204f20815fc23d96cfe659 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 908/1994] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:25:56 2026] DELETE /v2.0/security-groups/52fceec6-37ce-4a93-a199-6da5a7853e3e => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:25:56.887 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6d74b0df-612a-4b16-94fb-3cb72c2ea4d0 d86da8c27c2d4060b4502c564ddaaad1 716807dcdf354945a98e1008e82fec63 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 909/1995] 10.0.0.194 () {32 vars in 717 bytes} [Thu Aug 13 02:25:56 2026] GET /v2.0/ports/3d0ec03f-56f5-48f2-a042-e9fc5d14a253 => 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: 910/1996] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:25:56 2026] DELETE /v2.0/subnets/cc2cc86c-aaa9-4371-af9c-2a2a8942f1dd => generated 0 bytes in 85 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:25:56.986 8 INFO neutron.db.l3_hamode_db [None req-a54077d4-9fe3-40a7-b3d0-c33067855555 7c4631e5beb440869d093fa925617ed4 4a8811a52e204f20815fc23d96cfe659 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:25:57.060 7 INFO neutron.services.segments.plugin [-] Segment 22e1f150-f099-47c9-8541-8b6405a02932 resource provider aggregate not found 2026-08-13 02:25:57.081 7 INFO neutron.services.segments.plugin [-] Segment 22e1f150-f099-47c9-8541-8b6405a02932 resource provider aggregate not found 2026-08-13 02:25:57.094 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 22e1f150-f099-47c9-8541-8b6405a02932 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22e1f150-f099-47c9-8541-8b6405a02932 found for delete ", "request_id": "req-96c455f9-fa93-436d-af53-3e1681295ba8"}]} 2026-08-13 02:25:57.100 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 22e1f150-f099-47c9-8541-8b6405a02932 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22e1f150-f099-47c9-8541-8b6405a02932 found for delete ", "request_id": "req-04a8837f-c910-48b4-89b4-57b349d8cfa7"}]} [pid: 7|app: 0|req: 911/1997] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:25:56 2026] DELETE /v2.0/networks/0e534d10-0238-4343-b972-398e18f4f9a3 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:25:57.181 7 INFO neutron.db.segments_db [None req-061b0888-3263-4be1-b6ac-687f3f54f9cf d86da8c27c2d4060b4502c564ddaaad1 716807dcdf354945a98e1008e82fec63 - - default default] Added segment 5be80227-c79e-444b-bb6e-fa3c290397b5 of type vxlan for network 1ea6728a-0acf-4688-8e1f-1309b2aca5cc [pid: 7|app: 0|req: 912/1998] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:25:57 2026] POST /v2.0/networks => generated 632 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1999] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:25:57 2026] POST /v2.0/subnets => generated 626 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2000] 10.0.0.194 () {34 vars in 668 bytes} [Thu Aug 13 02:25:56 2026] POST /v2.0/routers => generated 474 bytes in 827 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:25:57.688 8 INFO neutron.db.l3_hamode_db [None req-8206d225-e908-416d-b7b9-c2d4784490bc 7c4631e5beb440869d093fa925617ed4 4a8811a52e204f20815fc23d96cfe659 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:25:57.787 8 INFO neutron.db.l3_hamode_db [None req-8206d225-e908-416d-b7b9-c2d4784490bc 7c4631e5beb440869d093fa925617ed4 4a8811a52e204f20815fc23d96cfe659 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 914/2001] 10.0.0.194 () {34 vars in 665 bytes} [Thu Aug 13 02:25:57 2026] POST /v2.0/ports => generated 916 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:25:57.898 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb7e8479-392a-4132-8ef3-835de0b046a6 d86da8c27c2d4060b4502c564ddaaad1 716807dcdf354945a98e1008e82fec63 - - default default] TaaS: Handle Delete Port: 656c318e-98f8-4b46-ad44-29897a6d71e1 2026-08-13 02:25:57.902 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb7e8479-392a-4132-8ef3-835de0b046a6 d86da8c27c2d4060b4502c564ddaaad1 716807dcdf354945a98e1008e82fec63 - - default default] Tap Mirror: Handle Delete Port: 656c318e-98f8-4b46-ad44-29897a6d71e1 [pid: 7|app: 0|req: 915/2002] 10.0.0.194 () {32 vars in 720 bytes} [Thu Aug 13 02:25:57 2026] DELETE /v2.0/ports/656c318e-98f8-4b46-ad44-29897a6d71e1 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:25:58.058 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b823a3ea-aa5a-4879-a015-7f30bbd57dd5 d86da8c27c2d4060b4502c564ddaaad1 716807dcdf354945a98e1008e82fec63 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 916/2003] 10.0.0.194 () {32 vars in 717 bytes} [Thu Aug 13 02:25:58 2026] GET /v2.0/ports/656c318e-98f8-4b46-ad44-29897a6d71e1 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/2004] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:25:58 2026] DELETE /v2.0/subnets/0b12dede-cd10-4469-8224-d82e59d8d6e0 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2005] 10.0.0.194 () {34 vars in 668 bytes} [Thu Aug 13 02:25:57 2026] POST /v2.0/routers => generated 474 bytes in 651 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/2006] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:25:58 2026] DELETE /v2.0/networks/1ea6728a-0acf-4688-8e1f-1309b2aca5cc => 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: 1089/2007] 10.0.0.194 () {34 vars in 751 bytes} [Thu Aug 13 02:25:58 2026] PUT /v2.0/routers/f5ae614f-6f9a-4c28-aa02-97f596bdaac8/tags => generated 17 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/2008] 10.0.0.194 () {34 vars in 665 bytes} [Thu Aug 13 02:25:58 2026] POST /v2.0/ports => generated 775 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2009] 10.0.0.194 () {34 vars in 751 bytes} [Thu Aug 13 02:25:58 2026] PUT /v2.0/routers/3d6ab36c-70a2-482a-a7d7-6c13357acc34/tags => generated 25 bytes in 107 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: 1091/2010] 10.0.0.194 () {34 vars in 751 bytes} [Thu Aug 13 02:25:58 2026] PUT /v2.0/routers/161d7f4f-14f1-4ce9-b9f9-c1bee4aa5722/tags => generated 34 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/2011] 10.0.0.194 () {34 vars in 737 bytes} [Thu Aug 13 02:25:58 2026] PUT /v2.0/ports/01c5c86f-10c1-4418-b0fb-0f74d07638be => generated 752 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1092/2012] 10.0.0.194 () {34 vars in 751 bytes} [Thu Aug 13 02:25:58 2026] PUT /v2.0/routers/d2abfc33-53c4-45a0-8305-63265ca13239/tags => generated 19 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:25:58.839 7 INFO neutron_taas.services.taas.taas_plugin [None req-ac22a39e-9673-4fe9-b8b7-511cc1c8006e d86da8c27c2d4060b4502c564ddaaad1 716807dcdf354945a98e1008e82fec63 - - default default] TaaS: Handle Delete Port: 01c5c86f-10c1-4418-b0fb-0f74d07638be 2026-08-13 02:25:58.842 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac22a39e-9673-4fe9-b8b7-511cc1c8006e d86da8c27c2d4060b4502c564ddaaad1 716807dcdf354945a98e1008e82fec63 - - default default] Tap Mirror: Handle Delete Port: 01c5c86f-10c1-4418-b0fb-0f74d07638be [pid: 8|app: 0|req: 1093/2013] 10.0.0.194 () {32 vars in 664 bytes} [Thu Aug 13 02:25:58 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/2014] 10.0.0.194 () {32 vars in 720 bytes} [Thu Aug 13 02:25:58 2026] DELETE /v2.0/ports/01c5c86f-10c1-4418-b0fb-0f74d07638be => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2015] 10.0.0.194 () {32 vars in 678 bytes} [Thu Aug 13 02:25:58 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/2016] 10.0.0.194 () {32 vars in 643 bytes} [Thu Aug 13 02:25:58 2026] GET /v2.0/ports => generated 778 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:25:58.979 7 INFO neutron.pecan_wsgi.hooks.translation [None req-48721db5-cd26-4f85-b4b5-01e6f84598ef d86da8c27c2d4060b4502c564ddaaad1 716807dcdf354945a98e1008e82fec63 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 923/2017] 10.0.0.194 () {32 vars in 717 bytes} [Thu Aug 13 02:25:58 2026] GET /v2.0/ports/01c5c86f-10c1-4418-b0fb-0f74d07638be => 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: 924/2018] 10.0.0.194 () {32 vars in 643 bytes} [Thu Aug 13 02:25:58 2026] GET /v2.0/ports => generated 778 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2019] 10.0.0.194 () {32 vars in 674 bytes} [Thu Aug 13 02:25:58 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/2020] 10.0.0.194 () {32 vars in 717 bytes} [Thu Aug 13 02:25:59 2026] GET /v2.0/ports/1cb9c14a-ce80-47ef-aa88-67594c15fbf3 => generated 775 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:25:59.079 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f7705b9a-9137-4bf2-a303-b5ac8604c775 d86da8c27c2d4060b4502c564ddaaad1 716807dcdf354945a98e1008e82fec63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 926/2021] 10.0.0.194 () {32 vars in 720 bytes} [Thu Aug 13 02:25:59 2026] DELETE /v2.0/ports/656c318e-98f8-4b46-ad44-29897a6d71e1 => 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: 1096/2022] 10.0.0.194 () {32 vars in 686 bytes} [Thu Aug 13 02:25:59 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:25:59.094 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0c917990-edf7-4433-85da-bdc1362f2a81 d86da8c27c2d4060b4502c564ddaaad1 716807dcdf354945a98e1008e82fec63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 927/2023] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:25:59 2026] DELETE /v2.0/subnets/0b12dede-cd10-4469-8224-d82e59d8d6e0 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:25:59.117 7 INFO neutron.services.segments.plugin [-] Segment 5be80227-c79e-444b-bb6e-fa3c290397b5 resource provider aggregate not found 2026-08-13 02:25:59.125 7 INFO neutron.services.segments.plugin [-] Segment 5be80227-c79e-444b-bb6e-fa3c290397b5 resource provider aggregate not found 2026-08-13 02:25:59.127 7 INFO neutron.pecan_wsgi.hooks.translation [None req-80d4db20-a94c-439d-a038-e14b380e7b5b d86da8c27c2d4060b4502c564ddaaad1 716807dcdf354945a98e1008e82fec63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 928/2024] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:25:59 2026] DELETE /v2.0/subnets/cc2cc86c-aaa9-4371-af9c-2a2a8942f1dd => generated 136 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:25:59.144 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5be80227-c79e-444b-bb6e-fa3c290397b5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5be80227-c79e-444b-bb6e-fa3c290397b5 found for delete ", "request_id": "req-ac1e69bc-a77e-46c6-b8e0-f9035687b4cb"}]} 2026-08-13 02:25:59.145 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5be80227-c79e-444b-bb6e-fa3c290397b5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5be80227-c79e-444b-bb6e-fa3c290397b5 found for delete ", "request_id": "req-d25278c0-2356-4d5e-aca0-2a633f94413d"}]} [pid: 8|app: 0|req: 1097/2025] 10.0.0.194 () {32 vars in 672 bytes} [Thu Aug 13 02:25:59 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:25:59.218 7 INFO neutron_taas.services.taas.taas_plugin [None req-78e3522d-7041-492d-8ecc-b3b5a5673eb1 d86da8c27c2d4060b4502c564ddaaad1 716807dcdf354945a98e1008e82fec63 - - default default] TaaS: Handle Delete Port: 1cb9c14a-ce80-47ef-aa88-67594c15fbf3 2026-08-13 02:25:59.221 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78e3522d-7041-492d-8ecc-b3b5a5673eb1 d86da8c27c2d4060b4502c564ddaaad1 716807dcdf354945a98e1008e82fec63 - - default default] Tap Mirror: Handle Delete Port: 1cb9c14a-ce80-47ef-aa88-67594c15fbf3 [pid: 8|app: 0|req: 1098/2026] 10.0.0.194 () {32 vars in 686 bytes} [Thu Aug 13 02:25:59 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/2027] 10.0.0.194 () {32 vars in 720 bytes} [Thu Aug 13 02:25:59 2026] DELETE /v2.0/ports/1cb9c14a-ce80-47ef-aa88-67594c15fbf3 => 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: 1099/2028] 10.0.0.194 () {32 vars in 682 bytes} [Thu Aug 13 02:25:59 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2029] 10.0.0.194 () {32 vars in 694 bytes} [Thu Aug 13 02:25:59 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/2030] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:25:59 2026] DELETE /v2.0/networks/652520c0-b52b-4132-b051-d39e5aa19745 => 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: 1101/2031] 10.0.0.194 () {32 vars in 721 bytes} [Thu Aug 13 02:25:59 2026] GET /v2.0/routers/f5ae614f-6f9a-4c28-aa02-97f596bdaac8 => generated 485 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/2032] 10.0.0.194 () {34 vars in 742 bytes} [Thu Aug 13 02:25:59 2026] PUT /v2.0/routers/f5ae614f-6f9a-4c28-aa02-97f596bdaac8 => generated 485 bytes in 512 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2033] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:25:59 2026] GET /v2.0/security-groups?tenant_id=716807dcdf354945a98e1008e82fec63&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: 1103/2034] 10.0.0.194 () {32 vars in 736 bytes} [Thu Aug 13 02:26:00 2026] GET /v2.0/ports?device_id=f5ae614f-6f9a-4c28-aa02-97f596bdaac8 => 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: 932/2035] 10.0.0.194 () {34 vars in 678 bytes} [Thu Aug 13 02:25:59 2026] POST /v2.0/qos/policies => generated 359 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2036] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:00 2026] DELETE /v2.0/security-groups/2794d451-9fa5-4332-8058-46c1c2f2991a => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2037] 10.0.0.194 () {34 vars in 753 bytes} [Thu Aug 13 02:26:00 2026] PUT /v2.0/policies/a887ae8c-dec6-4f98-aa5d-c2a302d462a7/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2038] 10.0.0.194 () {32 vars in 733 bytes} [Thu Aug 13 02:26:00 2026] GET /v2.0/policies/a887ae8c-dec6-4f98-aa5d-c2a302d462a7/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:26:00.276 7 INFO neutron_taas.services.taas.taas_plugin [None req-002a93be-fae8-482f-8fb5-473f71dfb5df 7c4631e5beb440869d093fa925617ed4 4a8811a52e204f20815fc23d96cfe659 - - default default] TaaS: Handle Delete Port: ed6914c5-29cd-453f-91df-ad05b2c532cf 2026-08-13 02:26:00.280 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-002a93be-fae8-482f-8fb5-473f71dfb5df 7c4631e5beb440869d093fa925617ed4 4a8811a52e204f20815fc23d96cfe659 - - default default] Tap Mirror: Handle Delete Port: ed6914c5-29cd-453f-91df-ad05b2c532cf [pid: 8|app: 0|req: 1107/2039] 10.0.0.194 () {34 vars in 764 bytes} [Thu Aug 13 02:26:00 2026] PUT /v2.0/policies/a887ae8c-dec6-4f98-aa5d-c2a302d462a7/tags/green => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2040] 10.0.0.194 () {32 vars in 733 bytes} [Thu Aug 13 02:26:00 2026] GET /v2.0/policies/a887ae8c-dec6-4f98-aa5d-c2a302d462a7/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2041] 10.0.0.194 () {34 vars in 760 bytes} [Thu Aug 13 02:26:00 2026] PUT /v2.0/policies/a887ae8c-dec6-4f98-aa5d-c2a302d462a7/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: 1110/2042] 10.0.0.194 () {32 vars in 733 bytes} [Thu Aug 13 02:26:00 2026] GET /v2.0/policies/a887ae8c-dec6-4f98-aa5d-c2a302d462a7/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/2043] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:26:00 2026] DELETE /v2.0/routers/f5ae614f-6f9a-4c28-aa02-97f596bdaac8 => generated 0 bytes in 383 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2044] 10.0.0.194 () {34 vars in 782 bytes} [Thu Aug 13 02:26:00 2026] PUT /v2.0/policies/a887ae8c-dec6-4f98-aa5d-c2a302d462a7/tags/black.or.white => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2045] 10.0.0.194 () {32 vars in 733 bytes} [Thu Aug 13 02:26:00 2026] GET /v2.0/policies/a887ae8c-dec6-4f98-aa5d-c2a302d462a7/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/2046] 10.0.0.194 () {32 vars in 721 bytes} [Thu Aug 13 02:26:00 2026] GET /v2.0/routers/3d6ab36c-70a2-482a-a7d7-6c13357acc34 => generated 493 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/2047] 10.0.0.194 () {34 vars in 742 bytes} [Thu Aug 13 02:26:00 2026] PUT /v2.0/routers/3d6ab36c-70a2-482a-a7d7-6c13357acc34 => generated 493 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/2048] 10.0.0.194 () {32 vars in 736 bytes} [Thu Aug 13 02:26:01 2026] GET /v2.0/ports?device_id=3d6ab36c-70a2-482a-a7d7-6c13357acc34 => 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: 1113/2049] 10.0.0.194 () {34 vars in 753 bytes} [Thu Aug 13 02:26:00 2026] PUT /v2.0/policies/a887ae8c-dec6-4f98-aa5d-c2a302d462a7/tags => generated 37 bytes in 493 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2050] 10.0.0.194 () {32 vars in 733 bytes} [Thu Aug 13 02:26:01 2026] GET /v2.0/policies/a887ae8c-dec6-4f98-aa5d-c2a302d462a7/tags => generated 37 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2051] 10.0.0.194 () {32 vars in 741 bytes} [Thu Aug 13 02:26:01 2026] GET /v2.0/policies/a887ae8c-dec6-4f98-aa5d-c2a302d462a7/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:26:01.120 8 INFO neutron.api.v2.resource [None req-eb470fb1-d8e0-4bb4-a2fb-c7892692fb54 54c0ddbb1a99461cb966eccc2671835a 53a9cb76e2a5403f9822dc7a329304a0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1116/2052] 10.0.0.194 () {32 vars in 745 bytes} [Thu Aug 13 02:26:01 2026] GET /v2.0/policies/a887ae8c-dec6-4f98-aa5d-c2a302d462a7/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-08-13 02:26:01.174 7 INFO neutron.services.segments.plugin [-] Segment ffd2a048-a204-4a0f-839e-e71e8f25859b resource provider aggregate not found 2026-08-13 02:26:01.181 7 INFO neutron.services.segments.plugin [-] Segment ffd2a048-a204-4a0f-839e-e71e8f25859b resource provider aggregate not found [pid: 8|app: 0|req: 1117/2053] 10.0.0.194 () {32 vars in 744 bytes} [Thu Aug 13 02:26:01 2026] DELETE /v2.0/policies/a887ae8c-dec6-4f98-aa5d-c2a302d462a7/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:26:01.201 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ffd2a048-a204-4a0f-839e-e71e8f25859b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffd2a048-a204-4a0f-839e-e71e8f25859b found for delete ", "request_id": "req-f9bec477-97de-4b22-938d-171a11793a76"}]} 2026-08-13 02:26:01.204 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ffd2a048-a204-4a0f-839e-e71e8f25859b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffd2a048-a204-4a0f-839e-e71e8f25859b found for delete ", "request_id": "req-9881b09b-667a-4593-94f2-52cab56c8409"}]} [pid: 8|app: 0|req: 1118/2054] 10.0.0.194 () {32 vars in 733 bytes} [Thu Aug 13 02:26:01 2026] GET /v2.0/policies/a887ae8c-dec6-4f98-aa5d-c2a302d462a7/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:26:01.239 7 INFO neutron_taas.services.taas.taas_plugin [None req-38806868-f442-4715-9298-db747494d06c 7c4631e5beb440869d093fa925617ed4 4a8811a52e204f20815fc23d96cfe659 - - default default] TaaS: Handle Delete Port: 2c8857e4-980a-4984-b8e0-126a15b9a14b 2026-08-13 02:26:01.242 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38806868-f442-4715-9298-db747494d06c 7c4631e5beb440869d093fa925617ed4 4a8811a52e204f20815fc23d96cfe659 - - default default] Tap Mirror: Handle Delete Port: 2c8857e4-980a-4984-b8e0-126a15b9a14b 2026-08-13 02:26:01.260 8 INFO neutron.api.v2.resource [None req-e95ed66e-4cd5-4b6c-adfc-fe3e6283ce3e 54c0ddbb1a99461cb966eccc2671835a 53a9cb76e2a5403f9822dc7a329304a0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1119/2055] 10.0.0.194 () {32 vars in 748 bytes} [Thu Aug 13 02:26:01 2026] DELETE /v2.0/policies/a887ae8c-dec6-4f98-aa5d-c2a302d462a7/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2056] 10.0.0.194 () {32 vars in 736 bytes} [Thu Aug 13 02:26:01 2026] DELETE /v2.0/policies/a887ae8c-dec6-4f98-aa5d-c2a302d462a7/tags => 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: 1121/2057] 10.0.0.194 () {32 vars in 733 bytes} [Thu Aug 13 02:26:01 2026] GET /v2.0/policies/a887ae8c-dec6-4f98-aa5d-c2a302d462a7/tags => 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: 1122/2058] 10.0.0.194 () {32 vars in 734 bytes} [Thu Aug 13 02:26:01 2026] DELETE /v2.0/qos/policies/a887ae8c-dec6-4f98-aa5d-c2a302d462a7 => 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: 937/2059] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:26:01 2026] DELETE /v2.0/routers/3d6ab36c-70a2-482a-a7d7-6c13357acc34 => generated 0 bytes in 434 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2060] 10.0.0.194 () {32 vars in 721 bytes} [Thu Aug 13 02:26:01 2026] GET /v2.0/routers/161d7f4f-14f1-4ce9-b9f9-c1bee4aa5722 => generated 502 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/2061] 10.0.0.194 () {34 vars in 742 bytes} [Thu Aug 13 02:26:01 2026] PUT /v2.0/routers/161d7f4f-14f1-4ce9-b9f9-c1bee4aa5722 => generated 502 bytes in 502 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:26:02.049 8 INFO neutron.db.segments_db [None req-6c836278-1a73-43ad-965e-ebf570a7d0d7 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] Added segment e78be8b5-ebdc-40cc-ad7a-8cc9d03abe7a of type vxlan for network 48823855-72fc-4699-a34c-5efc5b9431dd [pid: 8|app: 0|req: 1124/2062] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:26:01 2026] POST /v2.0/networks => generated 630 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2063] 10.0.0.194 () {32 vars in 736 bytes} [Thu Aug 13 02:26:02 2026] GET /v2.0/ports?device_id=161d7f4f-14f1-4ce9-b9f9-c1bee4aa5722 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:26:02.196 8 INFO neutron.db.segments_db [None req-e6a04b96-b891-420e-985f-53d2d6c65aff 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] Added segment 9f553664-f738-47bd-bedb-0a567fd287f4 of type vxlan for network 47dde33a-205d-4f1f-b171-2d372a783fbf [pid: 7|app: 0|req: 939/2064] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:26:02 2026] GET /v2.0/security-groups?tenant_id=53a9cb76e2a5403f9822dc7a329304a0&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2065] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:26:02 2026] POST /v2.0/networks => generated 630 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:26:02.375 7 INFO neutron_taas.services.taas.taas_plugin [None req-c0d52876-e4d0-45df-ad75-95f336f8afda 7c4631e5beb440869d093fa925617ed4 4a8811a52e204f20815fc23d96cfe659 - - default default] TaaS: Handle Delete Port: d1aa3fa1-55b9-4b03-a438-4de7d9eea00d 2026-08-13 02:26:02.378 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0d52876-e4d0-45df-ad75-95f336f8afda 7c4631e5beb440869d093fa925617ed4 4a8811a52e204f20815fc23d96cfe659 - - default default] Tap Mirror: Handle Delete Port: d1aa3fa1-55b9-4b03-a438-4de7d9eea00d [pid: 8|app: 0|req: 1127/2066] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:02 2026] DELETE /v2.0/security-groups/739a9078-f857-4bf7-8b1f-5bde886820ea => 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: 940/2067] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:26:02 2026] DELETE /v2.0/routers/161d7f4f-14f1-4ce9-b9f9-c1bee4aa5722 => generated 0 bytes in 401 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2068] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:26:02 2026] POST /v2.0/subnets => generated 626 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2069] 10.0.0.194 () {32 vars in 721 bytes} [Thu Aug 13 02:26:02 2026] GET /v2.0/routers/d2abfc33-53c4-45a0-8305-63265ca13239 => generated 487 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/2070] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:26:02 2026] GET /v2.0/security-groups?tenant_id=374f3b94605b415f9c8ac44e7fcf895a&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: 1130/2071] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:26:02 2026] POST /v2.0/subnets => generated 626 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2072] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:02 2026] DELETE /v2.0/security-groups/6bb032a0-e362-4af9-8c08-8fe95f3340a0 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:26:03.045 8 INFO neutron.db.segments_db [None req-92ca86df-d93c-4a31-8e31-dbb2f4e06c1f 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] Added segment 3a335063-2e59-4bcd-8c30-565e206bc04e of type vxlan for network 8354ccb3-724a-4697-ae1d-7cdb785184f7 [pid: 7|app: 0|req: 942/2073] 10.0.0.194 () {34 vars in 742 bytes} [Thu Aug 13 02:26:02 2026] PUT /v2.0/routers/d2abfc33-53c4-45a0-8305-63265ca13239 => generated 487 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/2074] 10.0.0.194 () {32 vars in 736 bytes} [Thu Aug 13 02:26:03 2026] GET /v2.0/ports?device_id=d2abfc33-53c4-45a0-8305-63265ca13239 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:26:03.304 8 INFO neutron.db.l3_hamode_db [None req-92ca86df-d93c-4a31-8e31-dbb2f4e06c1f 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:26:03.366 7 INFO neutron_taas.services.taas.taas_plugin [None req-e9bd3455-e62b-4e96-a704-906abbbdad60 7c4631e5beb440869d093fa925617ed4 4a8811a52e204f20815fc23d96cfe659 - - default default] TaaS: Handle Delete Port: f42cbf7d-7283-470b-bea7-473ffee1f3e9 2026-08-13 02:26:03.370 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9bd3455-e62b-4e96-a704-906abbbdad60 7c4631e5beb440869d093fa925617ed4 4a8811a52e204f20815fc23d96cfe659 - - default default] Tap Mirror: Handle Delete Port: f42cbf7d-7283-470b-bea7-473ffee1f3e9 2026-08-13 02:26:03.477 8 INFO neutron.db.l3_hamode_db [None req-92ca86df-d93c-4a31-8e31-dbb2f4e06c1f 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 944/2075] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:26:03 2026] DELETE /v2.0/routers/d2abfc33-53c4-45a0-8305-63265ca13239 => generated 0 bytes in 412 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/2076] 10.0.0.194 () {32 vars in 721 bytes} [Thu Aug 13 02:26:03 2026] GET /v2.0/routers/898460c2-0d41-4d69-91b2-6824771f6c3e => generated 480 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2077] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:26:03 2026] POST /v2.0/routers => generated 507 bytes in 1087 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/2078] 10.0.0.194 () {34 vars in 742 bytes} [Thu Aug 13 02:26:03 2026] PUT /v2.0/routers/898460c2-0d41-4d69-91b2-6824771f6c3e => generated 480 bytes in 517 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/2079] 10.0.0.194 () {32 vars in 736 bytes} [Thu Aug 13 02:26:04 2026] GET /v2.0/ports?device_id=898460c2-0d41-4d69-91b2-6824771f6c3e => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:26:04.389 7 INFO neutron_taas.services.taas.taas_plugin [None req-3169aa21-55c7-4d3e-a81e-63d353484337 7c4631e5beb440869d093fa925617ed4 4a8811a52e204f20815fc23d96cfe659 - - default default] TaaS: Handle Delete Port: a0affcfe-de74-4c16-b521-1583b74bfbb2 2026-08-13 02:26:04.396 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3169aa21-55c7-4d3e-a81e-63d353484337 7c4631e5beb440869d093fa925617ed4 4a8811a52e204f20815fc23d96cfe659 - - default default] Tap Mirror: Handle Delete Port: a0affcfe-de74-4c16-b521-1583b74bfbb2 2026-08-13 02:26:04.717 7 INFO neutron.services.segments.plugin [-] Segment 59b39c69-2fc6-497b-9659-e0c7f14f5453 resource provider aggregate not found 2026-08-13 02:26:04.721 7 INFO neutron.services.segments.plugin [-] Segment 59b39c69-2fc6-497b-9659-e0c7f14f5453 resource provider aggregate not found 2026-08-13 02:26:04.739 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 59b39c69-2fc6-497b-9659-e0c7f14f5453 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59b39c69-2fc6-497b-9659-e0c7f14f5453 found for delete ", "request_id": "req-74fd72ce-46d9-4714-b15b-6f5edfcdbc47"}]} 2026-08-13 02:26:04.740 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 59b39c69-2fc6-497b-9659-e0c7f14f5453 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59b39c69-2fc6-497b-9659-e0c7f14f5453 found for delete ", "request_id": "req-5f3abff8-0f34-4fd8-ba54-fc24245ad2b7"}]} 2026-08-13 02:26:04.740 7 INFO neutron.db.l3_hamode_db [None req-3169aa21-55c7-4d3e-a81e-63d353484337 7c4631e5beb440869d093fa925617ed4 4a8811a52e204f20815fc23d96cfe659 - - default default] HA network 64448bf0-7dee-4594-a007-fae79270445f was deleted as no HA routers are present in tenant 4a8811a52e204f20815fc23d96cfe659. [pid: 7|app: 0|req: 948/2080] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:26:04 2026] DELETE /v2.0/routers/898460c2-0d41-4d69-91b2-6824771f6c3e => generated 0 bytes in 546 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2081] 10.0.0.194 () {34 vars in 783 bytes} [Thu Aug 13 02:26:04 2026] PUT /v2.0/routers/0a503f8b-2982-4abd-9ed3-9f1c95fba164/add_router_interface => generated 309 bytes in 1123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/2082] 10.0.0.194 () {32 vars in 717 bytes} [Thu Aug 13 02:26:05 2026] GET /v2.0/ports/5b8f067e-3d81-410a-b658-e526ae14d848 => generated 955 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/2083] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:26:05 2026] GET /v2.0/security-groups?tenant_id=a386b45a704a4ed4891e7e440a4cbb01&name=default => generated 2925 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/2084] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:05 2026] DELETE /v2.0/security-groups/6eca7752-06ab-4e49-920d-bc94c09bbee4 => 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: 952/2085] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:26:06 2026] GET /v2.0/security-groups?tenant_id=4a8811a52e204f20815fc23d96cfe659&name=default => generated 2925 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/2086] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:06 2026] DELETE /v2.0/security-groups/a683ca73-d4f7-4207-bd2f-54c90049c248 => 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: 954/2087] 10.0.0.194 () {34 vars in 676 bytes} [Thu Aug 13 02:26:06 2026] POST /v2.0/subnetpools => generated 516 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/2088] 10.0.0.194 () {34 vars in 759 bytes} [Thu Aug 13 02:26:06 2026] PUT /v2.0/subnetpools/c422a921-8e97-47fd-9486-e492666d64dd/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2089] 10.0.0.194 () {34 vars in 783 bytes} [Thu Aug 13 02:26:05 2026] PUT /v2.0/routers/0a503f8b-2982-4abd-9ed3-9f1c95fba164/add_router_interface => generated 309 bytes in 1298 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2090] 10.0.0.194 () {32 vars in 739 bytes} [Thu Aug 13 02:26:06 2026] GET /v2.0/subnetpools/c422a921-8e97-47fd-9486-e492666d64dd/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2091] 10.0.0.194 () {32 vars in 717 bytes} [Thu Aug 13 02:26:06 2026] GET /v2.0/ports/00df3095-fbcd-4cee-a80e-5fb95b695099 => generated 955 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/2092] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:26:06 2026] GET /v2.0/security-groups?tenant_id=a4d9743adbd8436bb1e63ac4f31c04c4&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2093] 10.0.0.194 () {34 vars in 770 bytes} [Thu Aug 13 02:26:06 2026] PUT /v2.0/subnetpools/c422a921-8e97-47fd-9486-e492666d64dd/tags/green => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2094] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:06 2026] DELETE /v2.0/security-groups/3a8483ec-9208-4f3f-8d7c-3eda40763157 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2095] 10.0.0.194 () {32 vars in 739 bytes} [Thu Aug 13 02:26:06 2026] GET /v2.0/subnetpools/c422a921-8e97-47fd-9486-e492666d64dd/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2096] 10.0.0.194 () {34 vars in 766 bytes} [Thu Aug 13 02:26:06 2026] PUT /v2.0/subnetpools/c422a921-8e97-47fd-9486-e492666d64dd/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: 1141/2097] 10.0.0.194 () {32 vars in 739 bytes} [Thu Aug 13 02:26:06 2026] GET /v2.0/subnetpools/c422a921-8e97-47fd-9486-e492666d64dd/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2098] 10.0.0.194 () {34 vars in 788 bytes} [Thu Aug 13 02:26:06 2026] PUT /v2.0/subnetpools/c422a921-8e97-47fd-9486-e492666d64dd/tags/black.or.white => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2099] 10.0.0.194 () {32 vars in 739 bytes} [Thu Aug 13 02:26:07 2026] GET /v2.0/subnetpools/c422a921-8e97-47fd-9486-e492666d64dd/tags => generated 52 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2100] 10.0.0.194 () {34 vars in 759 bytes} [Thu Aug 13 02:26:07 2026] PUT /v2.0/subnetpools/c422a921-8e97-47fd-9486-e492666d64dd/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: 1145/2101] 10.0.0.194 () {32 vars in 739 bytes} [Thu Aug 13 02:26:07 2026] GET /v2.0/subnetpools/c422a921-8e97-47fd-9486-e492666d64dd/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2102] 10.0.0.194 () {32 vars in 747 bytes} [Thu Aug 13 02:26:07 2026] GET /v2.0/subnetpools/c422a921-8e97-47fd-9486-e492666d64dd/tags/red => generated 0 bytes in 21 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:26:07.231 8 INFO neutron.api.v2.resource [None req-d6123ecf-71ad-4b53-b42b-5814e628ab13 f3cfc52b54c946919aca21cd65730aaa dede5006a7e84b47ac1b76ea40c8971d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1147/2103] 10.0.0.194 () {32 vars in 751 bytes} [Thu Aug 13 02:26:07 2026] GET /v2.0/subnetpools/c422a921-8e97-47fd-9486-e492666d64dd/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/2104] 10.0.0.194 () {32 vars in 750 bytes} [Thu Aug 13 02:26:07 2026] DELETE /v2.0/subnetpools/c422a921-8e97-47fd-9486-e492666d64dd/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2105] 10.0.0.194 () {32 vars in 739 bytes} [Thu Aug 13 02:26:07 2026] GET /v2.0/subnetpools/c422a921-8e97-47fd-9486-e492666d64dd/tags => generated 30 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:26:07.373 8 INFO neutron.api.v2.resource [None req-8e509d92-d04a-4b5b-b6f4-3da0f1af3936 f3cfc52b54c946919aca21cd65730aaa dede5006a7e84b47ac1b76ea40c8971d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1150/2106] 10.0.0.194 () {32 vars in 754 bytes} [Thu Aug 13 02:26:07 2026] DELETE /v2.0/subnetpools/c422a921-8e97-47fd-9486-e492666d64dd/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2107] 10.0.0.194 () {32 vars in 742 bytes} [Thu Aug 13 02:26:07 2026] DELETE /v2.0/subnetpools/c422a921-8e97-47fd-9486-e492666d64dd/tags => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:26:07.435 7 INFO neutron_taas.services.taas.taas_plugin [None req-a50dac4c-f204-4110-87ad-5e238f31c1d0 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] TaaS: Handle Delete Port: 00df3095-fbcd-4cee-a80e-5fb95b695099 2026-08-13 02:26:07.438 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a50dac4c-f204-4110-87ad-5e238f31c1d0 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] Tap Mirror: Handle Delete Port: 00df3095-fbcd-4cee-a80e-5fb95b695099 [pid: 8|app: 0|req: 1152/2108] 10.0.0.194 () {32 vars in 739 bytes} [Thu Aug 13 02:26:07 2026] GET /v2.0/subnetpools/c422a921-8e97-47fd-9486-e492666d64dd/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: 1153/2109] 10.0.0.194 () {32 vars in 732 bytes} [Thu Aug 13 02:26:07 2026] DELETE /v2.0/subnetpools/c422a921-8e97-47fd-9486-e492666d64dd => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/2110] 10.0.0.194 () {34 vars in 789 bytes} [Thu Aug 13 02:26:06 2026] PUT /v2.0/routers/0a503f8b-2982-4abd-9ed3-9f1c95fba164/remove_router_interface => generated 309 bytes in 1257 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:26:08.227 8 INFO neutron_taas.services.taas.taas_plugin [None req-2132772f-5338-4c1c-bc87-30c46bcbab43 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] TaaS: Handle Delete Port: 5b8f067e-3d81-410a-b658-e526ae14d848 2026-08-13 02:26:08.229 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2132772f-5338-4c1c-bc87-30c46bcbab43 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] Tap Mirror: Handle Delete Port: 5b8f067e-3d81-410a-b658-e526ae14d848 [pid: 7|app: 0|req: 958/2111] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:26:08 2026] GET /v2.0/security-groups?tenant_id=dede5006a7e84b47ac1b76ea40c8971d&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/2114] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:08 2026] DELETE /v2.0/security-groups/5f829c8c-1ba8-4df2-b5d4-3247a6f768f7 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2115] 10.0.0.194 () {34 vars in 789 bytes} [Thu Aug 13 02:26:07 2026] PUT /v2.0/routers/0a503f8b-2982-4abd-9ed3-9f1c95fba164/remove_router_interface => generated 309 bytes in 701 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2116] 10.0.0.194 () {32 vars in 736 bytes} [Thu Aug 13 02:26:08 2026] GET /v2.0/ports?device_id=0a503f8b-2982-4abd-9ed3-9f1c95fba164 => 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: 962/2117] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:26:08 2026] GET /v2.0/security-groups?tenant_id=729b336a3582452b957752e7aeb2b2e0&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/2118] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:08 2026] DELETE /v2.0/security-groups/b38e5b04-76f8-456b-a61e-c53136d38f7b => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:26:08.861 8 INFO neutron_taas.services.taas.taas_plugin [None req-c37da27a-e16a-4fe8-bfb4-1b4421cf9410 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] TaaS: Handle Delete Port: 290d70aa-b021-4c38-8629-b05b8772659c 2026-08-13 02:26:08.864 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c37da27a-e16a-4fe8-bfb4-1b4421cf9410 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] Tap Mirror: Handle Delete Port: 290d70aa-b021-4c38-8629-b05b8772659c 2026-08-13 02:26:09.196 8 INFO neutron.services.segments.plugin [-] Segment 3a335063-2e59-4bcd-8c30-565e206bc04e resource provider aggregate not found 2026-08-13 02:26:09.202 8 INFO neutron.services.segments.plugin [-] Segment 3a335063-2e59-4bcd-8c30-565e206bc04e resource provider aggregate not found 2026-08-13 02:26:09.215 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3a335063-2e59-4bcd-8c30-565e206bc04e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a335063-2e59-4bcd-8c30-565e206bc04e found for delete ", "request_id": "req-0de8c067-dbf0-4b01-9954-158c03a45922"}]} 2026-08-13 02:26:09.219 8 INFO neutron.db.l3_hamode_db [None req-c37da27a-e16a-4fe8-bfb4-1b4421cf9410 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] HA network 8354ccb3-724a-4697-ae1d-7cdb785184f7 was deleted as no HA routers are present in tenant a4023f5e22a24dec9ff3197a25fb6d27. 2026-08-13 02:26:09.220 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3a335063-2e59-4bcd-8c30-565e206bc04e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a335063-2e59-4bcd-8c30-565e206bc04e found for delete ", "request_id": "req-de3bf255-f9c0-4691-a76b-dd7d96327683"}]} [pid: 8|app: 0|req: 1156/2119] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:26:08 2026] DELETE /v2.0/routers/0a503f8b-2982-4abd-9ed3-9f1c95fba164 => 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: 964/2120] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:26:09 2026] DELETE /v2.0/subnets/1a8aa0e8-f196-479d-a556-c5b8a4c45036 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2121] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:26:09 2026] DELETE /v2.0/subnets/05598f9f-77a4-452e-8472-12f6f508b2aa => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:26:09.650 7 INFO neutron_taas.services.taas.taas_plugin [None req-200652d2-5285-46f0-8b04-6c860ce10b42 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] TaaS: Handle Delete Port: 7ee67f06-3ff3-4044-b6ef-8d4cd076ca5a 2026-08-13 02:26:09.652 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-200652d2-5285-46f0-8b04-6c860ce10b42 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] Tap Mirror: Handle Delete Port: 7ee67f06-3ff3-4044-b6ef-8d4cd076ca5a 2026-08-13 02:26:09.801 7 INFO neutron.services.segments.plugin [-] Segment 9f553664-f738-47bd-bedb-0a567fd287f4 resource provider aggregate not found 2026-08-13 02:26:09.810 7 INFO neutron.services.segments.plugin [-] Segment 9f553664-f738-47bd-bedb-0a567fd287f4 resource provider aggregate not found 2026-08-13 02:26:09.820 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9f553664-f738-47bd-bedb-0a567fd287f4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f553664-f738-47bd-bedb-0a567fd287f4 found for delete ", "request_id": "req-d929d2d7-3930-4ecc-9b68-b275af880d6a"}]} 2026-08-13 02:26:09.831 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9f553664-f738-47bd-bedb-0a567fd287f4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f553664-f738-47bd-bedb-0a567fd287f4 found for delete ", "request_id": "req-56d67c8d-697e-460f-9447-0b9f70757134"}]} [pid: 7|app: 0|req: 965/2122] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:26:09 2026] DELETE /v2.0/networks/47dde33a-205d-4f1f-b171-2d372a783fbf => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:26:09.964 8 INFO neutron_taas.services.taas.taas_plugin [None req-f24141ce-7ade-43dd-a5fc-6041a92e1223 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] TaaS: Handle Delete Port: a366c26a-9461-4fcd-8f47-e584a34612f4 2026-08-13 02:26:09.967 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f24141ce-7ade-43dd-a5fc-6041a92e1223 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] Tap Mirror: Handle Delete Port: a366c26a-9461-4fcd-8f47-e584a34612f4 [pid: 8|app: 0|req: 1158/2123] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:26:09 2026] DELETE /v2.0/networks/48823855-72fc-4699-a34c-5efc5b9431dd => generated 0 bytes in 1177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:26:11.084 7 INFO neutron.db.segments_db [None req-5d6c73bc-b90f-4ad0-9e81-aaff756b36b6 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] Added segment 811339bf-66d6-47ca-a1d9-452a48adb25b of type vxlan for network fec7fdc3-3031-47b0-9da6-8412fcb9e674 [pid: 7|app: 0|req: 966/2124] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:26:11 2026] POST /v2.0/networks => generated 629 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:26:11.236 8 INFO neutron.services.segments.plugin [-] Segment e78be8b5-ebdc-40cc-ad7a-8cc9d03abe7a resource provider aggregate not found 2026-08-13 02:26:11.246 8 INFO neutron.services.segments.plugin [-] Segment e78be8b5-ebdc-40cc-ad7a-8cc9d03abe7a resource provider aggregate not found 2026-08-13 02:26:11.256 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e78be8b5-ebdc-40cc-ad7a-8cc9d03abe7a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e78be8b5-ebdc-40cc-ad7a-8cc9d03abe7a found for delete ", "request_id": "req-1b939aa8-7400-4b1f-829c-c42963b8a29f"}]} 2026-08-13 02:26:11.275 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e78be8b5-ebdc-40cc-ad7a-8cc9d03abe7a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e78be8b5-ebdc-40cc-ad7a-8cc9d03abe7a found for delete ", "request_id": "req-68ef8703-1689-4bf4-a521-f7f804e7148d"}]} [pid: 8|app: 0|req: 1159/2125] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:26:11 2026] POST /v2.0/subnets => generated 626 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:26:11.530 7 INFO neutron.db.segments_db [None req-490e4d8b-77aa-4c7c-abd0-58bba314e62d 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] Added segment c8a8c4d1-fdd9-46fa-afab-fd175bb3858a of type vxlan for network 6802a0d1-b7a2-4233-b8c4-2c50d991e44b 2026-08-13 02:26:11.731 7 INFO neutron.db.l3_hamode_db [None req-490e4d8b-77aa-4c7c-abd0-58bba314e62d 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:26:11.833 7 INFO neutron.db.l3_hamode_db [None req-490e4d8b-77aa-4c7c-abd0-58bba314e62d 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1160/2126] 10.0.0.194 () {34 vars in 684 bytes} [Thu Aug 13 02:26:11 2026] POST /v2.0/security-groups => generated 1601 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2127] 10.0.0.194 () {34 vars in 684 bytes} [Thu Aug 13 02:26:12 2026] POST /v2.0/security-groups => generated 1601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/2128] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:26:11 2026] POST /v2.0/routers => generated 506 bytes in 933 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2129] 10.0.0.194 () {34 vars in 684 bytes} [Thu Aug 13 02:26:12 2026] POST /v2.0/security-groups => generated 1601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2130] 10.0.0.194 () {34 vars in 684 bytes} [Thu Aug 13 02:26:12 2026] POST /v2.0/security-groups => generated 1601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2131] 10.0.0.194 () {34 vars in 684 bytes} [Thu Aug 13 02:26:12 2026] POST /v2.0/security-groups => generated 1601 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2132] 10.0.0.194 () {34 vars in 767 bytes} [Thu Aug 13 02:26:12 2026] PUT /v2.0/security-groups/04269d0e-db0d-4aa0-bb0a-0474bbbaab31/tags => generated 17 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/2133] 10.0.0.194 () {34 vars in 665 bytes} [Thu Aug 13 02:26:12 2026] POST /v2.0/ports => generated 947 bytes in 318 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: 1166/2134] 10.0.0.194 () {34 vars in 767 bytes} [Thu Aug 13 02:26:12 2026] PUT /v2.0/security-groups/9137db7b-5fda-4729-b7b1-9990cbb72b65/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:26:13.054 8 INFO neutron.db.segments_db [None req-2f130053-8d42-4f39-8eeb-2a7f61388160 259b73cce4474dfea1dabcbd8b9d65c2 e4574f67df644caabbc7c88f9cdcda41 - - default default] Added segment 5f2429e7-5cad-498d-814d-399e17c6a415 of type vxlan for network 495c3da0-24a9-4d30-a6d0-a24b8facaa21 [pid: 8|app: 0|req: 1167/2135] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:26:12 2026] POST /v2.0/networks => generated 632 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2136] 10.0.0.194 () {34 vars in 767 bytes} [Thu Aug 13 02:26:13 2026] PUT /v2.0/security-groups/80c8b2d2-028c-4959-860b-26adccab8bf5/tags => generated 34 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2137] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:26:13 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: 8|app: 0|req: 1170/2138] 10.0.0.194 () {34 vars in 767 bytes} [Thu Aug 13 02:26:13 2026] PUT /v2.0/security-groups/bef8779c-6128-44ad-8489-0b8abd73f89e/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: 1171/2139] 10.0.0.194 () {34 vars in 751 bytes} [Thu Aug 13 02:26:13 2026] PUT /v2.0/subnets/64072b67-e230-4467-85d3-e4c76dd767d0/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2140] 10.0.0.194 () {32 vars in 680 bytes} [Thu Aug 13 02:26:13 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2141] 10.0.0.194 () {32 vars in 731 bytes} [Thu Aug 13 02:26:13 2026] GET /v2.0/subnets/64072b67-e230-4467-85d3-e4c76dd767d0/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2142] 10.0.0.194 () {32 vars in 694 bytes} [Thu Aug 13 02:26:13 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2143] 10.0.0.194 () {34 vars in 783 bytes} [Thu Aug 13 02:26:12 2026] PUT /v2.0/routers/2eb00e29-df12-4b32-a0c0-1a7009bbc072/add_router_interface => generated 309 bytes in 1121 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: 1175/2144] 10.0.0.194 () {34 vars in 762 bytes} [Thu Aug 13 02:26:13 2026] PUT /v2.0/subnets/64072b67-e230-4467-85d3-e4c76dd767d0/tags/green => generated 4 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/2145] 10.0.0.194 () {32 vars in 690 bytes} [Thu Aug 13 02:26:13 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2146] 10.0.0.194 () {32 vars in 717 bytes} [Thu Aug 13 02:26:13 2026] GET /v2.0/ports/977ead95-5260-4622-835a-a8417c1693e3 => generated 1021 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2147] 10.0.0.194 () {32 vars in 702 bytes} [Thu Aug 13 02:26:13 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/2148] 10.0.0.194 () {32 vars in 731 bytes} [Thu Aug 13 02:26:13 2026] GET /v2.0/subnets/64072b67-e230-4467-85d3-e4c76dd767d0/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: 972/2149] 10.0.0.194 () {32 vars in 688 bytes} [Thu Aug 13 02:26:13 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/2150] 10.0.0.194 () {34 vars in 758 bytes} [Thu Aug 13 02:26:14 2026] PUT /v2.0/subnets/64072b67-e230-4467-85d3-e4c76dd767d0/tags/red => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2151] 10.0.0.194 () {32 vars in 702 bytes} [Thu Aug 13 02:26:14 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/2152] 10.0.0.194 () {32 vars in 731 bytes} [Thu Aug 13 02:26:14 2026] GET /v2.0/subnets/64072b67-e230-4467-85d3-e4c76dd767d0/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/2153] 10.0.0.194 () {32 vars in 698 bytes} [Thu Aug 13 02:26:14 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:26:14.190 8 INFO neutron_taas.services.taas.taas_plugin [None req-16adb2c6-ffe2-4e36-b80b-ddc218472c87 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] TaaS: Handle Delete Port: 977ead95-5260-4622-835a-a8417c1693e3 2026-08-13 02:26:14.194 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16adb2c6-ffe2-4e36-b80b-ddc218472c87 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] Tap Mirror: Handle Delete Port: 977ead95-5260-4622-835a-a8417c1693e3 [pid: 7|app: 0|req: 977/2154] 10.0.0.194 () {34 vars in 780 bytes} [Thu Aug 13 02:26:14 2026] PUT /v2.0/subnets/64072b67-e230-4467-85d3-e4c76dd767d0/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/2155] 10.0.0.194 () {32 vars in 710 bytes} [Thu Aug 13 02:26:14 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2156] 10.0.0.194 () {32 vars in 731 bytes} [Thu Aug 13 02:26:14 2026] GET /v2.0/subnets/64072b67-e230-4467-85d3-e4c76dd767d0/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2157] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:14 2026] DELETE /v2.0/security-groups/04269d0e-db0d-4aa0-bb0a-0474bbbaab31 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2158] 10.0.0.194 () {34 vars in 751 bytes} [Thu Aug 13 02:26:14 2026] PUT /v2.0/subnets/64072b67-e230-4467-85d3-e4c76dd767d0/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: 982/2159] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:14 2026] DELETE /v2.0/security-groups/9137db7b-5fda-4729-b7b1-9990cbb72b65 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2160] 10.0.0.194 () {32 vars in 731 bytes} [Thu Aug 13 02:26:14 2026] GET /v2.0/subnets/64072b67-e230-4467-85d3-e4c76dd767d0/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2161] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:14 2026] DELETE /v2.0/security-groups/80c8b2d2-028c-4959-860b-26adccab8bf5 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2162] 10.0.0.194 () {34 vars in 789 bytes} [Thu Aug 13 02:26:13 2026] PUT /v2.0/routers/2eb00e29-df12-4b32-a0c0-1a7009bbc072/remove_router_interface => generated 309 bytes in 709 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: 985/2163] 10.0.0.194 () {32 vars in 739 bytes} [Thu Aug 13 02:26:14 2026] GET /v2.0/subnets/64072b67-e230-4467-85d3-e4c76dd767d0/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2164] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:14 2026] DELETE /v2.0/security-groups/bef8779c-6128-44ad-8489-0b8abd73f89e => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:26:14.774 8 INFO neutron.api.v2.resource [None req-c444bf0f-e6a5-4343-a796-348881cf21e7 259b73cce4474dfea1dabcbd8b9d65c2 e4574f67df644caabbc7c88f9cdcda41 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1180/2165] 10.0.0.194 () {32 vars in 743 bytes} [Thu Aug 13 02:26:14 2026] GET /v2.0/subnets/64072b67-e230-4467-85d3-e4c76dd767d0/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-08-13 02:26:14.814 7 INFO neutron.api.v2.resource [None req-858e74fa-ccaa-4491-81fa-2bbeeb98ff58 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 986/2166] 10.0.0.194 () {34 vars in 789 bytes} [Thu Aug 13 02:26:14 2026] PUT /v2.0/routers/2eb00e29-df12-4b32-a0c0-1a7009bbc072/remove_router_interface => generated 197 bytes in 140 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2167] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:14 2026] DELETE /v2.0/security-groups/5bb0f647-8392-48a9-854b-04765827cef0 => 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: 1182/2168] 10.0.0.194 () {32 vars in 736 bytes} [Thu Aug 13 02:26:14 2026] GET /v2.0/ports?device_id=2eb00e29-df12-4b32-a0c0-1a7009bbc072 => 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: 987/2169] 10.0.0.194 () {32 vars in 742 bytes} [Thu Aug 13 02:26:14 2026] DELETE /v2.0/subnets/64072b67-e230-4467-85d3-e4c76dd767d0/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2170] 10.0.0.194 () {32 vars in 731 bytes} [Thu Aug 13 02:26:14 2026] GET /v2.0/subnets/64072b67-e230-4467-85d3-e4c76dd767d0/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:26:14.958 7 INFO neutron.api.v2.resource [None req-ba5c98a2-232e-471f-8bb7-317ad912fcde 259b73cce4474dfea1dabcbd8b9d65c2 e4574f67df644caabbc7c88f9cdcda41 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 989/2171] 10.0.0.194 () {32 vars in 746 bytes} [Thu Aug 13 02:26:14 2026] DELETE /v2.0/subnets/64072b67-e230-4467-85d3-e4c76dd767d0/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2172] 10.0.0.194 () {32 vars in 734 bytes} [Thu Aug 13 02:26:14 2026] DELETE /v2.0/subnets/64072b67-e230-4467-85d3-e4c76dd767d0/tags => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:26:15.038 8 INFO neutron_taas.services.taas.taas_plugin [None req-be62f140-ec66-40db-80c1-1f715099434e 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] TaaS: Handle Delete Port: e98ea207-ed52-4d90-8659-510f2d5ecac0 2026-08-13 02:26:15.041 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be62f140-ec66-40db-80c1-1f715099434e 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] Tap Mirror: Handle Delete Port: e98ea207-ed52-4d90-8659-510f2d5ecac0 [pid: 7|app: 0|req: 991/2173] 10.0.0.194 () {32 vars in 731 bytes} [Thu Aug 13 02:26:15 2026] GET /v2.0/subnets/64072b67-e230-4467-85d3-e4c76dd767d0/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2174] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:26:15 2026] DELETE /v2.0/subnets/64072b67-e230-4467-85d3-e4c76dd767d0 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:26:15.347 7 INFO neutron.services.segments.plugin [-] Segment 5f2429e7-5cad-498d-814d-399e17c6a415 resource provider aggregate not found 2026-08-13 02:26:15.354 7 INFO neutron.services.segments.plugin [-] Segment 5f2429e7-5cad-498d-814d-399e17c6a415 resource provider aggregate not found 2026-08-13 02:26:15.374 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5f2429e7-5cad-498d-814d-399e17c6a415 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f2429e7-5cad-498d-814d-399e17c6a415 found for delete ", "request_id": "req-e97b1ac8-25c1-4ecb-b713-54aa1babefea"}]} 2026-08-13 02:26:15.375 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5f2429e7-5cad-498d-814d-399e17c6a415 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f2429e7-5cad-498d-814d-399e17c6a415 found for delete ", "request_id": "req-8d6efe8d-f9de-4b54-a022-ac5071874214"}]} [pid: 7|app: 0|req: 993/2175] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:26:15 2026] DELETE /v2.0/networks/495c3da0-24a9-4d30-a6d0-a24b8facaa21 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:26:15.400 8 INFO neutron.services.segments.plugin [-] Segment c8a8c4d1-fdd9-46fa-afab-fd175bb3858a resource provider aggregate not found 2026-08-13 02:26:15.403 8 INFO neutron.services.segments.plugin [-] Segment c8a8c4d1-fdd9-46fa-afab-fd175bb3858a resource provider aggregate not found 2026-08-13 02:26:15.423 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c8a8c4d1-fdd9-46fa-afab-fd175bb3858a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8a8c4d1-fdd9-46fa-afab-fd175bb3858a found for delete ", "request_id": "req-959ce5a6-60ed-42a5-9e4a-db8971e763fe"}]} 2026-08-13 02:26:15.427 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c8a8c4d1-fdd9-46fa-afab-fd175bb3858a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8a8c4d1-fdd9-46fa-afab-fd175bb3858a found for delete ", "request_id": "req-e3ae63e0-3dfe-4489-b740-f249ee4ba9b9"}]} 2026-08-13 02:26:15.450 8 INFO neutron.db.l3_hamode_db [None req-be62f140-ec66-40db-80c1-1f715099434e 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] HA network 6802a0d1-b7a2-4233-b8c4-2c50d991e44b was deleted as no HA routers are present in tenant a4023f5e22a24dec9ff3197a25fb6d27. [pid: 8|app: 0|req: 1183/2176] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:26:14 2026] DELETE /v2.0/routers/2eb00e29-df12-4b32-a0c0-1a7009bbc072 => 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: 994/2177] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:26:15 2026] DELETE /v2.0/subnets/a63f0e8b-dc15-4ffd-95b4-a482b604cbc9 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:26:15.704 8 INFO neutron_taas.services.taas.taas_plugin [None req-d11d4d4f-91d0-466e-a0d8-f3ee7b1f606f 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] TaaS: Handle Delete Port: 6732555b-8f19-4f25-a21e-dee5f31fd8e6 2026-08-13 02:26:15.707 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d11d4d4f-91d0-466e-a0d8-f3ee7b1f606f 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] Tap Mirror: Handle Delete Port: 6732555b-8f19-4f25-a21e-dee5f31fd8e6 [pid: 8|app: 0|req: 1184/2178] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:26:15 2026] DELETE /v2.0/networks/fec7fdc3-3031-47b0-9da6-8412fcb9e674 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2179] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:26:15 2026] GET /v2.0/security-groups?tenant_id=d6537f4700c24725b068f7d3fe123db8&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:26:15.951 8 INFO neutron.db.segments_db [None req-c81bac33-84eb-4386-ac19-6645ca806009 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] Added segment 158a4aea-f8fd-42a3-a6fe-093b726d9a07 of type vxlan for network 8d851bf1-3d12-4823-a605-41cea18b7e17 [pid: 8|app: 0|req: 1185/2180] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:26:15 2026] POST /v2.0/networks => generated 629 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2181] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:15 2026] DELETE /v2.0/security-groups/cba453cc-3522-4249-b7f6-e1e73b5c6d1d => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2182] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:26:16 2026] POST /v2.0/subnets => generated 626 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2183] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:26:16 2026] GET /v2.0/security-groups?tenant_id=60c2496b8aed4598b2196755991db835&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 02:26:16.478 8 INFO neutron.db.segments_db [None req-646705c8-8440-4168-8f3f-8a94006d0a17 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] Added segment 3dd70a98-74a6-40c9-8efe-83f8209e9945 of type vxlan for network c788e374-a27e-4528-ad7c-163ba0f50fd8 [pid: 7|app: 0|req: 997/2184] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:26:16 2026] GET /v2.0/security-groups?tenant_id=68acdd73cd7d4484b3dc1d5453edf4d5&name=default => generated 2925 bytes in 456 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2185] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:16 2026] DELETE /v2.0/security-groups/9d250e53-0e5a-4ac0-826d-83a42dbd2917 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:26:16.723 8 INFO neutron.db.l3_hamode_db [None req-646705c8-8440-4168-8f3f-8a94006d0a17 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 999/2186] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:16 2026] DELETE /v2.0/security-groups/650b14d6-58a4-4ac7-978b-8e3b4f2fd3ca => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:26:16.846 8 INFO neutron.db.l3_hamode_db [None req-646705c8-8440-4168-8f3f-8a94006d0a17 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1000/2187] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:26:16 2026] GET /v2.0/security-groups?tenant_id=b47b7d1a31364778ab529caba4896a74&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2188] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:16 2026] DELETE /v2.0/security-groups/65a8cfff-9269-4d26-820e-df0e98cc1a34 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2189] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:26:17 2026] GET /v2.0/security-groups?tenant_id=e4574f67df644caabbc7c88f9cdcda41&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2190] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:17 2026] DELETE /v2.0/security-groups/9eec74d1-fc43-411b-b982-f7bbe1423d83 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:26:17.458 8 INFO neutron.services.segments.plugin [-] Segment 811339bf-66d6-47ca-a1d9-452a48adb25b resource provider aggregate not found 2026-08-13 02:26:17.465 8 INFO neutron.services.segments.plugin [-] Segment 811339bf-66d6-47ca-a1d9-452a48adb25b resource provider aggregate not found 2026-08-13 02:26:17.492 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 811339bf-66d6-47ca-a1d9-452a48adb25b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 811339bf-66d6-47ca-a1d9-452a48adb25b found for delete ", "request_id": "req-ffa562de-55de-49dd-b189-e8fddb9d928a"}]} 2026-08-13 02:26:17.501 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 811339bf-66d6-47ca-a1d9-452a48adb25b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 811339bf-66d6-47ca-a1d9-452a48adb25b found for delete ", "request_id": "req-4b116cc8-4e52-45d0-91f2-e7fb04dce39c"}]} [pid: 8|app: 0|req: 1188/2191] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:26:16 2026] POST /v2.0/routers => generated 507 bytes in 1069 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2192] 10.0.0.194 () {34 vars in 783 bytes} [Thu Aug 13 02:26:17 2026] PUT /v2.0/routers/28561e86-24de-4abc-8ea8-2b7a3b935283/add_router_interface => generated 309 bytes in 1140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2193] 10.0.0.194 () {32 vars in 717 bytes} [Thu Aug 13 02:26:18 2026] GET /v2.0/ports/ce5463d9-9e3b-4281-845c-50b5f1cf9498 => generated 955 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:26:19.028 7 INFO neutron_taas.services.taas.taas_plugin [None req-507487f9-fb27-43d2-975c-733afef6a9df 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] TaaS: Handle Delete Port: ce5463d9-9e3b-4281-845c-50b5f1cf9498 2026-08-13 02:26:19.032 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-507487f9-fb27-43d2-975c-733afef6a9df 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] Tap Mirror: Handle Delete Port: ce5463d9-9e3b-4281-845c-50b5f1cf9498 [pid: 7|app: 0|req: 1005/2194] 10.0.0.194 () {34 vars in 789 bytes} [Thu Aug 13 02:26:18 2026] PUT /v2.0/routers/28561e86-24de-4abc-8ea8-2b7a3b935283/remove_router_interface => generated 309 bytes in 779 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2195] 10.0.0.194 () {32 vars in 736 bytes} [Thu Aug 13 02:26:19 2026] GET /v2.0/ports?device_id=28561e86-24de-4abc-8ea8-2b7a3b935283 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:26:19.701 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc44012d-6646-4aa6-9932-fcae678f5143 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] TaaS: Handle Delete Port: 8320038e-9104-49b4-bb21-29a2560cb339 2026-08-13 02:26:19.703 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc44012d-6646-4aa6-9932-fcae678f5143 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] Tap Mirror: Handle Delete Port: 8320038e-9104-49b4-bb21-29a2560cb339 2026-08-13 02:26:20.012 7 INFO neutron.services.segments.plugin [-] Segment 3dd70a98-74a6-40c9-8efe-83f8209e9945 resource provider aggregate not found 2026-08-13 02:26:20.020 7 INFO neutron.services.segments.plugin [-] Segment 3dd70a98-74a6-40c9-8efe-83f8209e9945 resource provider aggregate not found 2026-08-13 02:26:20.032 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3dd70a98-74a6-40c9-8efe-83f8209e9945 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dd70a98-74a6-40c9-8efe-83f8209e9945 found for delete ", "request_id": "req-10ec2633-5536-4ff3-b4dd-b8967ee94407"}]} 2026-08-13 02:26:20.039 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3dd70a98-74a6-40c9-8efe-83f8209e9945 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dd70a98-74a6-40c9-8efe-83f8209e9945 found for delete ", "request_id": "req-46964262-cab6-488e-9f19-2575b7285f05"}]} 2026-08-13 02:26:20.045 7 INFO neutron.db.l3_hamode_db [None req-cc44012d-6646-4aa6-9932-fcae678f5143 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] HA network c788e374-a27e-4528-ad7c-163ba0f50fd8 was deleted as no HA routers are present in tenant a4023f5e22a24dec9ff3197a25fb6d27. [pid: 7|app: 0|req: 1006/2196] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:26:19 2026] DELETE /v2.0/routers/28561e86-24de-4abc-8ea8-2b7a3b935283 => generated 0 bytes in 524 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2197] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:26:20 2026] DELETE /v2.0/subnets/99576c35-1987-4688-a2a1-04e949c27976 => 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: 1007/2198] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:26:20 2026] DELETE /v2.0/networks/8d851bf1-3d12-4823-a605-41cea18b7e17 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:26:20.346 8 INFO neutron.db.segments_db [None req-e8568027-adbd-4d67-9577-73ef568be4ac 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] Added segment 5c8d7d21-6d59-4305-a96b-0166e68f5323 of type vxlan for network 2e2af480-142b-49bb-85fe-b70482e59579 2026-08-13 02:26:20.586 8 INFO neutron.db.l3_hamode_db [None req-e8568027-adbd-4d67-9577-73ef568be4ac 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:26:20.742 7 INFO neutron.db.segments_db [None req-35ce572c-30e2-4cd6-bdab-ae3a1e34bcf0 66d0b1c07207447c8adc5e76e47accc6 43e0a22c09874bfcbbaafc8e99f297e2 - - default default] Added segment c5d62caa-01cf-4dcf-a66d-43aa0f0afcf7 of type vxlan for network 212263a6-db9d-42f2-84fb-01da53f22534 [pid: 7|app: 0|req: 1008/2199] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:26:20 2026] POST /v2.0/networks => generated 631 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:26:20.871 7 INFO neutron.db.segments_db [None req-39de7327-9bb9-4d2d-83fe-bc865fc5dd63 66d0b1c07207447c8adc5e76e47accc6 43e0a22c09874bfcbbaafc8e99f297e2 - - default default] Added segment bbca66e7-145e-4345-b774-c3096fc5085f of type vxlan for network 69bfb3ac-8993-491b-a26d-5215ec187437 [pid: 7|app: 0|req: 1009/2200] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:26:20 2026] POST /v2.0/networks => generated 632 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:26:21.136 7 INFO neutron.db.segments_db [None req-fe00b6ae-c317-4a7e-aece-47df7e17cc56 5a394752e4ae4c4985d5e35925bedd55 50a4914786a14b00b2fa0e025e19c4c1 - - default default] Added segment d40597aa-33ef-4c4d-9f46-4b1f6d226f46 of type vxlan for network 109d785b-b733-4f21-9f21-bdf1784170a9 [pid: 7|app: 0|req: 1010/2201] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:26:20 2026] POST /v2.0/networks => generated 632 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2202] 10.0.0.194 () {34 vars in 753 bytes} [Thu Aug 13 02:26:21 2026] PUT /v2.0/networks/212263a6-db9d-42f2-84fb-01da53f22534/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:26:21.346 8 INFO neutron.db.l3_hamode_db [None req-e8568027-adbd-4d67-9577-73ef568be4ac 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1012/2203] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:26:21 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: 1013/2204] 10.0.0.194 () {32 vars in 733 bytes} [Thu Aug 13 02:26:21 2026] GET /v2.0/networks/212263a6-db9d-42f2-84fb-01da53f22534/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:26:21.627 7 INFO neutron.db.segments_db [None req-7900ae57-baf9-4c75-8c29-a76edf8d70d3 5a394752e4ae4c4985d5e35925bedd55 50a4914786a14b00b2fa0e025e19c4c1 - - default default] Added segment 0c13dbd1-2682-4bbb-b2b4-bb7a096ccbd2 of type vxlan for network 884e4717-e8ce-4ac5-ac58-2f87d2877ddf [pid: 7|app: 0|req: 1014/2205] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:26:21 2026] POST /v2.0/networks => generated 632 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2206] 10.0.0.194 () {34 vars in 753 bytes} [Thu Aug 13 02:26:21 2026] PUT /v2.0/networks/69bfb3ac-8993-491b-a26d-5215ec187437/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2207] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:26:21 2026] POST /v2.0/subnets => generated 629 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2208] 10.0.0.194 () {32 vars in 733 bytes} [Thu Aug 13 02:26:21 2026] GET /v2.0/networks/69bfb3ac-8993-491b-a26d-5215ec187437/tags => generated 17 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:26:22.053 7 INFO neutron.db.segments_db [None req-79b884bb-2a42-42b3-b67b-4cdac251f411 5a394752e4ae4c4985d5e35925bedd55 50a4914786a14b00b2fa0e025e19c4c1 - - default default] Added segment 2bdd7d73-cfbc-4aa7-b65b-2b73f850126b of type vxlan for network 76590397-93ff-43be-b522-ac316dc0cbfd 2026-08-13 02:26:22.057 7 INFO neutron.services.segments.plugin [-] Segment 158a4aea-f8fd-42a3-a6fe-093b726d9a07 resource provider aggregate not found 2026-08-13 02:26:22.063 7 INFO neutron.services.segments.plugin [-] Segment 158a4aea-f8fd-42a3-a6fe-093b726d9a07 resource provider aggregate not found 2026-08-13 02:26:22.075 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 158a4aea-f8fd-42a3-a6fe-093b726d9a07 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 158a4aea-f8fd-42a3-a6fe-093b726d9a07 found for delete ", "request_id": "req-5f19a7b3-cde0-41bb-b0c1-29cc69feee6d"}]} 2026-08-13 02:26:22.084 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 158a4aea-f8fd-42a3-a6fe-093b726d9a07 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 158a4aea-f8fd-42a3-a6fe-093b726d9a07 found for delete ", "request_id": "req-538b216f-3a9c-47b5-9d2f-5270aa2eba84"}]} [pid: 8|app: 0|req: 1192/2209] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:26:20 2026] POST /v2.0/routers => generated 688 bytes in 1838 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2210] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:26:22 2026] POST /v2.0/networks => generated 632 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2211] 10.0.0.194 () {34 vars in 753 bytes} [Thu Aug 13 02:26:22 2026] PUT /v2.0/networks/69bfb3ac-8993-491b-a26d-5215ec187437/tags => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2212] 10.0.0.194 () {32 vars in 721 bytes} [Thu Aug 13 02:26:22 2026] GET /v2.0/routers/400ec443-dee9-450a-b69a-220435ed4e81 => generated 694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2213] 10.0.0.194 () {32 vars in 733 bytes} [Thu Aug 13 02:26:22 2026] GET /v2.0/networks/69bfb3ac-8993-491b-a26d-5215ec187437/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2214] 10.0.0.194 () {32 vars in 647 bytes} [Thu Aug 13 02:26:22 2026] GET /v2.0/routers => generated 697 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2215] 10.0.0.194 () {32 vars in 733 bytes} [Thu Aug 13 02:26:22 2026] GET /v2.0/networks/212263a6-db9d-42f2-84fb-01da53f22534/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2216] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:26:22 2026] POST /v2.0/subnets => generated 629 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:26:22.498 8 INFO neutron.services.segments.plugin [-] Segment c5d62caa-01cf-4dcf-a66d-43aa0f0afcf7 resource provider aggregate not found 2026-08-13 02:26:22.508 8 INFO neutron.services.segments.plugin [-] Segment c5d62caa-01cf-4dcf-a66d-43aa0f0afcf7 resource provider aggregate not found 2026-08-13 02:26:22.524 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c5d62caa-01cf-4dcf-a66d-43aa0f0afcf7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5d62caa-01cf-4dcf-a66d-43aa0f0afcf7 found for delete ", "request_id": "req-5b5edc04-7714-44e1-aa15-37c452db7428"}]} 2026-08-13 02:26:22.526 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c5d62caa-01cf-4dcf-a66d-43aa0f0afcf7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5d62caa-01cf-4dcf-a66d-43aa0f0afcf7 found for delete ", "request_id": "req-0cd02237-2af3-4bc6-b631-da2997aff498"}]} [pid: 8|app: 0|req: 1195/2217] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:26:22 2026] DELETE /v2.0/networks/212263a6-db9d-42f2-84fb-01da53f22534 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:26:22.588 8 INFO neutron.db.segments_db [None req-0608ddb1-3f74-4c14-8e07-6932edb98df9 5a394752e4ae4c4985d5e35925bedd55 50a4914786a14b00b2fa0e025e19c4c1 - - default default] Added segment d64c9cae-8262-4979-9619-7edad665492b of type vxlan for network 8fefb969-7d95-4efb-849c-b783d6d0887b [pid: 8|app: 0|req: 1196/2218] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:26:22 2026] POST /v2.0/networks => generated 632 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2219] 10.0.0.194 () {34 vars in 741 bytes} [Thu Aug 13 02:26:22 2026] PUT /v2.0/routers/400ec443-dee9-450a-b69a-220435ed4e81 => generated 701 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2220] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:26:22 2026] DELETE /v2.0/networks/69bfb3ac-8993-491b-a26d-5215ec187437 => 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: 1198/2221] 10.0.0.194 () {32 vars in 721 bytes} [Thu Aug 13 02:26:22 2026] GET /v2.0/routers/400ec443-dee9-450a-b69a-220435ed4e81 => generated 701 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2222] 10.0.0.194 () {32 vars in 736 bytes} [Thu Aug 13 02:26:22 2026] GET /v2.0/ports?device_id=400ec443-dee9-450a-b69a-220435ed4e81 => 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: 1024/2223] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:26:22 2026] POST /v2.0/subnets => generated 629 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:26:23.102 8 INFO neutron_taas.services.taas.taas_plugin [None req-5359f23b-3907-452b-aa26-3040426045b4 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] TaaS: Handle Delete Port: 37930dad-1555-4913-a8ad-f9dc79321ddf 2026-08-13 02:26:23.105 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5359f23b-3907-452b-aa26-3040426045b4 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] Tap Mirror: Handle Delete Port: 37930dad-1555-4913-a8ad-f9dc79321ddf 2026-08-13 02:26:23.111 7 INFO neutron.db.segments_db [None req-3f8857d3-aa48-4305-a388-160715bdbc3d 5a394752e4ae4c4985d5e35925bedd55 50a4914786a14b00b2fa0e025e19c4c1 - - default default] Added segment de815f29-ded6-46be-af61-cf70f7c0b8ee of type vxlan for network a4a6cfd9-cb68-44bc-891e-c6c3107a90d5 [pid: 7|app: 0|req: 1025/2224] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:26:23 2026] POST /v2.0/networks => generated 631 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:26:23.309 8 INFO neutron_taas.services.taas.taas_plugin [None req-5359f23b-3907-452b-aa26-3040426045b4 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] TaaS: Handle Delete Port: 9bdc9059-e355-4e90-9a7d-c6d8285982d6 2026-08-13 02:26:23.312 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5359f23b-3907-452b-aa26-3040426045b4 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] Tap Mirror: Handle Delete Port: 9bdc9059-e355-4e90-9a7d-c6d8285982d6 [pid: 7|app: 0|req: 1026/2225] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:26:23 2026] POST /v2.0/subnets => generated 629 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:26:23.643 8 INFO neutron.db.l3_hamode_db [None req-5359f23b-3907-452b-aa26-3040426045b4 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] HA network 2e2af480-142b-49bb-85fe-b70482e59579 was deleted as no HA routers are present in tenant a4023f5e22a24dec9ff3197a25fb6d27. [pid: 8|app: 0|req: 1200/2228] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:26:22 2026] DELETE /v2.0/routers/400ec443-dee9-450a-b69a-220435ed4e81 => generated 0 bytes in 751 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2229] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:26:23 2026] GET /v2.0/security-groups?tenant_id=cbc93317346741f39af7d8b50b361a42&name=default => generated 2929 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2230] 10.0.0.194 () {32 vars in 736 bytes} [Thu Aug 13 02:26:23 2026] GET /v2.0/ports?device_id=400ec443-dee9-450a-b69a-220435ed4e81 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2231] 10.0.0.194 () {34 vars in 751 bytes} [Thu Aug 13 02:26:23 2026] PUT /v2.0/subnets/881cd0e0-c28e-43ac-b8c6-61d5eb75e177/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:26:23.722 8 INFO neutron.api.v2.resource [None req-59cafb75-bdc2-4e26-83c0-84cfdcd34366 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1202/2232] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:26:23 2026] DELETE /v2.0/routers/400ec443-dee9-450a-b69a-220435ed4e81 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2233] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:23 2026] DELETE /v2.0/security-groups/331679e2-4e13-4ca8-9bfe-2644d27f0dce => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2234] 10.0.0.194 () {34 vars in 751 bytes} [Thu Aug 13 02:26:23 2026] PUT /v2.0/subnets/eff17e1e-7e36-4387-9c9e-e45d95eca3fc/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2235] 10.0.0.194 () {32 vars in 736 bytes} [Thu Aug 13 02:26:23 2026] GET /v2.0/ports?device_id=28561e86-24de-4abc-8ea8-2b7a3b935283 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:26:23.808 7 INFO neutron.api.v2.resource [None req-78109d9d-8156-45d9-ae1a-b69b88d01636 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1033/2236] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:26:23 2026] DELETE /v2.0/routers/28561e86-24de-4abc-8ea8-2b7a3b935283 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:26:23.825 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f2b75d1f-6d5f-4352-abf4-ab842ca2d2db 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1204/2237] 10.0.0.194 () {34 vars in 751 bytes} [Thu Aug 13 02:26:23 2026] PUT /v2.0/subnets/3db5c155-4a71-4255-b7b3-bbe86c722c99/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2238] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:26:23 2026] DELETE /v2.0/subnets/99576c35-1987-4688-a2a1-04e949c27976 => 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: 1035/2239] 10.0.0.194 () {32 vars in 736 bytes} [Thu Aug 13 02:26:23 2026] GET /v2.0/ports?device_id=2eb00e29-df12-4b32-a0c0-1a7009bbc072 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:26:23.864 7 INFO neutron.api.v2.resource [None req-1d52ec9d-a516-4865-9df6-48e470971c40 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1036/2240] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:26:23 2026] DELETE /v2.0/routers/2eb00e29-df12-4b32-a0c0-1a7009bbc072 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2241] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:26:23 2026] GET /v2.0/security-groups?tenant_id=43e0a22c09874bfcbbaafc8e99f297e2&name=default => generated 2925 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2242] 10.0.0.194 () {34 vars in 751 bytes} [Thu Aug 13 02:26:23 2026] PUT /v2.0/subnets/70e105bd-cfb6-46e7-966d-1f0f9aac3de8/tags => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:26:23.896 7 INFO neutron.pecan_wsgi.hooks.translation [None req-962b0127-75d0-4bb3-ba21-c1be1409c05a 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1038/2243] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:26:23 2026] DELETE /v2.0/subnets/a63f0e8b-dc15-4ffd-95b4-a482b604cbc9 => 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: 1039/2244] 10.0.0.194 () {32 vars in 664 bytes} [Thu Aug 13 02:26:23 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2245] 10.0.0.194 () {32 vars in 736 bytes} [Thu Aug 13 02:26:23 2026] GET /v2.0/ports?device_id=0a503f8b-2982-4abd-9ed3-9f1c95fba164 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2246] 10.0.0.194 () {32 vars in 678 bytes} [Thu Aug 13 02:26:23 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2247] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:23 2026] DELETE /v2.0/security-groups/b47a1fac-6916-4234-bc6b-bb73db5dd6b5 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:26:24.007 7 INFO neutron.api.v2.resource [None req-1eabc7ec-98b5-4266-980e-ee6ccf090ff5 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1042/2248] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:26:23 2026] DELETE /v2.0/routers/0a503f8b-2982-4abd-9ed3-9f1c95fba164 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:26:24.022 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9138876c-00ab-42ce-9a51-834810adb415 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1043/2249] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:26:24 2026] DELETE /v2.0/subnets/1a8aa0e8-f196-479d-a556-c5b8a4c45036 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2250] 10.0.0.194 () {32 vars in 674 bytes} [Thu Aug 13 02:26:23 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:26:24.040 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2630b454-8ed4-41fa-9ac2-714e1033dbe0 38cc094af2634cbaa9686fe10e79c7a0 a4023f5e22a24dec9ff3197a25fb6d27 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1044/2251] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:26:24 2026] DELETE /v2.0/subnets/05598f9f-77a4-452e-8472-12f6f508b2aa => 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: 1208/2252] 10.0.0.194 () {32 vars in 686 bytes} [Thu Aug 13 02:26:24 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2253] 10.0.0.194 () {32 vars in 672 bytes} [Thu Aug 13 02:26:24 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2254] 10.0.0.194 () {32 vars in 686 bytes} [Thu Aug 13 02:26:24 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2255] 10.0.0.194 () {32 vars in 682 bytes} [Thu Aug 13 02:26:24 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2256] 10.0.0.194 () {32 vars in 694 bytes} [Thu Aug 13 02:26:24 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2257] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:26:24 2026] DELETE /v2.0/subnets/881cd0e0-c28e-43ac-b8c6-61d5eb75e177 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:26:24.545 8 INFO neutron.services.segments.plugin [-] Segment bbca66e7-145e-4345-b774-c3096fc5085f resource provider aggregate not found 2026-08-13 02:26:24.555 8 INFO neutron.services.segments.plugin [-] Segment bbca66e7-145e-4345-b774-c3096fc5085f resource provider aggregate not found 2026-08-13 02:26:24.562 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment bbca66e7-145e-4345-b774-c3096fc5085f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbca66e7-145e-4345-b774-c3096fc5085f found for delete ", "request_id": "req-3ad6eb2e-7c05-4dab-abec-6055f6c25318"}]} 2026-08-13 02:26:24.575 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment bbca66e7-145e-4345-b774-c3096fc5085f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbca66e7-145e-4345-b774-c3096fc5085f found for delete ", "request_id": "req-f340fef4-ad7f-40a7-8097-395457227912"}]} 2026-08-13 02:26:24.587 8 INFO neutron.services.segments.plugin [-] Segment 5c8d7d21-6d59-4305-a96b-0166e68f5323 resource provider aggregate not found 2026-08-13 02:26:24.600 8 INFO neutron.services.segments.plugin [-] Segment 5c8d7d21-6d59-4305-a96b-0166e68f5323 resource provider aggregate not found 2026-08-13 02:26:24.606 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5c8d7d21-6d59-4305-a96b-0166e68f5323 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c8d7d21-6d59-4305-a96b-0166e68f5323 found for delete ", "request_id": "req-b0e28a5a-8339-46dc-ae64-0fde0a4a9d0c"}]} [pid: 8|app: 0|req: 1211/2258] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:26:24 2026] DELETE /v2.0/subnets/eff17e1e-7e36-4387-9c9e-e45d95eca3fc => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:26:24.618 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5c8d7d21-6d59-4305-a96b-0166e68f5323 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c8d7d21-6d59-4305-a96b-0166e68f5323 found for delete ", "request_id": "req-3ba6ba6e-21c0-4a94-8b5d-d8806087965a"}]} [pid: 8|app: 0|req: 1212/2259] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:26:24 2026] DELETE /v2.0/subnets/3db5c155-4a71-4255-b7b3-bbe86c722c99 => 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: 1048/2260] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:26:24 2026] GET /v2.0/security-groups?tenant_id=a4023f5e22a24dec9ff3197a25fb6d27&name=default => generated 2925 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2261] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:26:24 2026] DELETE /v2.0/subnets/70e105bd-cfb6-46e7-966d-1f0f9aac3de8 => 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: 1049/2262] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:24 2026] DELETE /v2.0/security-groups/4dbcf382-4364-48a6-869a-d18e00fd2d25 => 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: 1214/2263] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:26:24 2026] DELETE /v2.0/subnets/b5d06d57-6b99-4d46-bcb9-8627e11462fa => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:26:25.074 7 INFO neutron_taas.services.taas.taas_plugin [None req-5abeaced-a678-483f-97b0-93d980ab34c6 5a394752e4ae4c4985d5e35925bedd55 50a4914786a14b00b2fa0e025e19c4c1 - - default default] TaaS: Handle Delete Port: 10df0744-e687-4948-a0ee-a293ae9c4b06 2026-08-13 02:26:25.077 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5abeaced-a678-483f-97b0-93d980ab34c6 5a394752e4ae4c4985d5e35925bedd55 50a4914786a14b00b2fa0e025e19c4c1 - - default default] Tap Mirror: Handle Delete Port: 10df0744-e687-4948-a0ee-a293ae9c4b06 2026-08-13 02:26:25.246 7 INFO neutron.services.segments.plugin [-] Segment d40597aa-33ef-4c4d-9f46-4b1f6d226f46 resource provider aggregate not found 2026-08-13 02:26:25.250 7 INFO neutron.services.segments.plugin [-] Segment d40597aa-33ef-4c4d-9f46-4b1f6d226f46 resource provider aggregate not found 2026-08-13 02:26:25.264 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d40597aa-33ef-4c4d-9f46-4b1f6d226f46 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d40597aa-33ef-4c4d-9f46-4b1f6d226f46 found for delete ", "request_id": "req-6bd745d8-201e-4232-a9c9-f6309e25a551"}]} 2026-08-13 02:26:25.266 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d40597aa-33ef-4c4d-9f46-4b1f6d226f46 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d40597aa-33ef-4c4d-9f46-4b1f6d226f46 found for delete ", "request_id": "req-3b855278-432a-4624-a430-64067109c3a7"}]} [pid: 7|app: 0|req: 1050/2264] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:26:24 2026] DELETE /v2.0/networks/109d785b-b733-4f21-9f21-bdf1784170a9 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2265] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:26:25 2026] DELETE /v2.0/networks/884e4717-e8ce-4ac5-ac58-2f87d2877ddf => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2266] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:26:25 2026] DELETE /v2.0/networks/76590397-93ff-43be-b522-ac316dc0cbfd => 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: 1216/2267] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:26:25 2026] DELETE /v2.0/networks/8fefb969-7d95-4efb-849c-b783d6d0887b => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2268] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:26:25 2026] DELETE /v2.0/networks/a4a6cfd9-cb68-44bc-891e-c6c3107a90d5 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:26:26.624 8 INFO neutron.services.segments.plugin [-] Segment 0c13dbd1-2682-4bbb-b2b4-bb7a096ccbd2 resource provider aggregate not found 2026-08-13 02:26:26.633 8 INFO neutron.services.segments.plugin [-] Segment 0c13dbd1-2682-4bbb-b2b4-bb7a096ccbd2 resource provider aggregate not found 2026-08-13 02:26:26.640 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0c13dbd1-2682-4bbb-b2b4-bb7a096ccbd2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c13dbd1-2682-4bbb-b2b4-bb7a096ccbd2 found for delete ", "request_id": "req-b4c55ba2-7ea4-4af8-83b0-203881e8560a"}]} 2026-08-13 02:26:26.648 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0c13dbd1-2682-4bbb-b2b4-bb7a096ccbd2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c13dbd1-2682-4bbb-b2b4-bb7a096ccbd2 found for delete ", "request_id": "req-52cf9a91-8223-4633-8ed5-350d26303c23"}]} 2026-08-13 02:26:26.653 8 INFO neutron.services.segments.plugin [-] Segment d64c9cae-8262-4979-9619-7edad665492b resource provider aggregate not found 2026-08-13 02:26:26.664 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d64c9cae-8262-4979-9619-7edad665492b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d64c9cae-8262-4979-9619-7edad665492b found for delete ", "request_id": "req-97307758-bac8-4990-9d7a-4f7ac09ae9c0"}]} 2026-08-13 02:26:26.665 8 INFO neutron.services.segments.plugin [-] Segment d64c9cae-8262-4979-9619-7edad665492b resource provider aggregate not found 2026-08-13 02:26:26.686 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d64c9cae-8262-4979-9619-7edad665492b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d64c9cae-8262-4979-9619-7edad665492b found for delete ", "request_id": "req-0a5edc86-e03c-4197-98c7-a93e2d2ba3ce"}]} [pid: 8|app: 0|req: 1217/2269] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:26:26 2026] GET /v2.0/security-groups?tenant_id=50a4914786a14b00b2fa0e025e19c4c1&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2270] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:26 2026] DELETE /v2.0/security-groups/0f4a7308-cceb-49cc-b907-32adaacdd3df => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2271] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:26:26 2026] GET /v2.0/security-groups?tenant_id=d68dd1e3d72d4070805169b9115431cf&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: 1054/2272] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:27 2026] DELETE /v2.0/security-groups/73b78577-fb83-47b6-8353-9c1482ae5977 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:26:27.282 7 INFO neutron.services.segments.plugin [-] Segment 2bdd7d73-cfbc-4aa7-b65b-2b73f850126b resource provider aggregate not found 2026-08-13 02:26:27.286 7 INFO neutron.services.segments.plugin [-] Segment 2bdd7d73-cfbc-4aa7-b65b-2b73f850126b resource provider aggregate not found 2026-08-13 02:26:27.294 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2bdd7d73-cfbc-4aa7-b65b-2b73f850126b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bdd7d73-cfbc-4aa7-b65b-2b73f850126b found for delete ", "request_id": "req-1344cfb8-84a6-4ca6-b8ab-a14e51dd3cd3"}]} 2026-08-13 02:26:27.302 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2bdd7d73-cfbc-4aa7-b65b-2b73f850126b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bdd7d73-cfbc-4aa7-b65b-2b73f850126b found for delete ", "request_id": "req-da78fb8e-c2d4-4817-881d-f5736c7ab575"}]} 2026-08-13 02:26:27.307 7 INFO neutron.services.segments.plugin [-] Segment de815f29-ded6-46be-af61-cf70f7c0b8ee resource provider aggregate not found 2026-08-13 02:26:27.322 7 INFO neutron.services.segments.plugin [-] Segment de815f29-ded6-46be-af61-cf70f7c0b8ee resource provider aggregate not found 2026-08-13 02:26:27.326 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment de815f29-ded6-46be-af61-cf70f7c0b8ee resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de815f29-ded6-46be-af61-cf70f7c0b8ee found for delete ", "request_id": "req-825f98e7-bc3c-4d74-adee-5c47f7c2230d"}]} 2026-08-13 02:26:27.338 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment de815f29-ded6-46be-af61-cf70f7c0b8ee resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de815f29-ded6-46be-af61-cf70f7c0b8ee found for delete ", "request_id": "req-8c2e1798-c8d2-4294-9a5f-ff6c0fa70d8f"}]} [pid: 8|app: 0|req: 1219/2273] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:26:27 2026] GET /v2.0/security-groups?tenant_id=b2b88681db5240dabe266f82139e726e&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2274] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:27 2026] DELETE /v2.0/security-groups/7bc53512-73d0-4436-b01e-9ab1cb6cb29f => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2275] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:26:29 2026] GET /v2.0/security-groups?tenant_id=4fd1b87f27304f3391a61178c486b1e8&name=default => generated 2929 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2276] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:29 2026] DELETE /v2.0/security-groups/bc7c3ccb-d0a5-452d-bcbc-e27fc619396d => 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: 1221/2277] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:26:29 2026] GET /v2.0/security-groups?tenant_id=3cacf37a58f34d3db420063c80803664&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2278] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:29 2026] DELETE /v2.0/security-groups/edddf112-d7d1-4ea3-a56a-cec5f7524c46 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:26:31.719 8 INFO neutron.db.segments_db [None req-0a689544-afd2-49a2-b1f8-9bd4c66293ef 2f4582e18b7f44a58742b7197ca2aff7 224ea79f3a934338bc032809ff1fa1d4 - - default default] Added segment 12e6b198-2ff9-48ab-b448-81593700fbc5 of type vxlan for network 85b9a631-cf8d-4858-9cc0-5a2aaac2561d [pid: 8|app: 0|req: 1222/2279] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:26:31 2026] POST /v2.0/networks => generated 630 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2280] 10.0.0.194 () {34 vars in 664 bytes} [Thu Aug 13 02:26:31 2026] POST /v2.0/ports => generated 743 bytes in 224 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: 1223/2281] 10.0.0.194 () {34 vars in 666 bytes} [Thu Aug 13 02:26:32 2026] POST /v2.0/trunks => generated 407 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2282] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:26:32 2026] GET /v2.0/security-groups?tenant_id=6c85c54c02534028ba5c202d193264ff&name=default => generated 2929 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:26:32.295 8 INFO neutron.db.segments_db [None req-c1490e52-21fd-411f-9634-1cc58f68a40e 2f4582e18b7f44a58742b7197ca2aff7 224ea79f3a934338bc032809ff1fa1d4 - - default default] Added segment 11fdd710-b82b-4153-9638-47207a33279f of type vxlan for network 8d8d5d53-cbd0-49fd-8758-eab05ef075d8 [pid: 7|app: 0|req: 1060/2283] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:32 2026] DELETE /v2.0/security-groups/98299c36-f6fe-4236-94d4-84f3a9f86a0c => 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: 1224/2284] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:26:32 2026] POST /v2.0/networks => generated 632 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2285] 10.0.0.194 () {34 vars in 664 bytes} [Thu Aug 13 02:26:32 2026] POST /v2.0/ports => generated 743 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2286] 10.0.0.194 () {34 vars in 666 bytes} [Thu Aug 13 02:26:32 2026] POST /v2.0/trunks => generated 407 bytes in 153 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 02:26:32.885 7 INFO neutron.db.segments_db [None req-af16c671-76b7-4854-a423-6c3ca54c548e 2f4582e18b7f44a58742b7197ca2aff7 224ea79f3a934338bc032809ff1fa1d4 - - default default] Added segment 8bf7eab6-8532-4596-bc23-2dc90305f096 of type vxlan for network 74b400f8-5d98-4dd8-948f-d499c0d34a08 [pid: 7|app: 0|req: 1062/2287] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:26:32 2026] POST /v2.0/networks => generated 631 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2288] 10.0.0.194 () {34 vars in 664 bytes} [Thu Aug 13 02:26:32 2026] POST /v2.0/ports => generated 743 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2289] 10.0.0.194 () {34 vars in 666 bytes} [Thu Aug 13 02:26:33 2026] POST /v2.0/trunks => generated 407 bytes in 202 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 02:26:33.542 8 INFO neutron.db.segments_db [None req-3fa11ea8-7007-48b5-98f9-e8be8e196c20 2f4582e18b7f44a58742b7197ca2aff7 224ea79f3a934338bc032809ff1fa1d4 - - default default] Added segment 5df8c50d-eb2c-430a-b13d-7858e5c79857 of type vxlan for network 0aaf5e3e-2d94-40cd-a37c-ae1fd5c15433 [pid: 8|app: 0|req: 1227/2290] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:26:33 2026] POST /v2.0/networks => generated 631 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2291] 10.0.0.194 () {34 vars in 664 bytes} [Thu Aug 13 02:26:33 2026] POST /v2.0/ports => generated 743 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2292] 10.0.0.194 () {34 vars in 666 bytes} [Thu Aug 13 02:26:33 2026] POST /v2.0/trunks => generated 407 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:26:34.115 8 INFO neutron.db.segments_db [None req-95b97b3a-b2ca-4c99-b0ea-b05e48710eba 2f4582e18b7f44a58742b7197ca2aff7 224ea79f3a934338bc032809ff1fa1d4 - - default default] Added segment 2b6616a7-7e36-46a5-82b7-12b6fabb85de of type vxlan for network b62db6b9-3844-4423-811c-9b0edb80999c /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1229/2293] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:26:34 2026] POST /v2.0/networks => generated 632 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:26:34.279 7 INFO neutron.db.segments_db [None req-03b5d830-7066-423f-9fe3-929fac72e586 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Added segment 055762e0-f166-4c94-b7d6-244d1a0eba39 of type vxlan for network 64f9bf43-b4ba-415b-8dde-207a579ac191 [pid: 7|app: 0|req: 1065/2294] 10.0.0.194 () {34 vars in 671 bytes} [Thu Aug 13 02:26:33 2026] POST /v2.0/networks => generated 740 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2295] 10.0.0.194 () {34 vars in 664 bytes} [Thu Aug 13 02:26:34 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1066/2296] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:26:34 2026] POST /v2.0/subnets => generated 687 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:26:34.616 7 INFO neutron.db.segments_db [None req-9bfa846e-348e-4340-8ffe-edccffd0f574 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Added segment 7ed79d18-c6de-4e02-bd11-bfa0416d6554 of type vxlan for network 97cb20fa-5511-4819-8f07-d26fe0f0e245 [pid: 8|app: 0|req: 1231/2297] 10.0.0.194 () {34 vars in 666 bytes} [Thu Aug 13 02:26:34 2026] POST /v2.0/trunks => generated 407 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2298] 10.0.0.194 () {34 vars in 749 bytes} [Thu Aug 13 02:26:34 2026] PUT /v2.0/trunks/ee07d5ce-5876-49f3-86bd-c6cd441d1eca/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: 1233/2299] 10.0.0.194 () {34 vars in 749 bytes} [Thu Aug 13 02:26:34 2026] PUT /v2.0/trunks/fa574ab6-4d60-42e9-9501-4b5539553c78/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2300] 10.0.0.194 () {34 vars in 749 bytes} [Thu Aug 13 02:26:34 2026] PUT /v2.0/trunks/f4485adc-8034-442d-90e2-e92f10b4da55/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2301] 10.0.0.194 () {34 vars in 749 bytes} [Thu Aug 13 02:26:34 2026] PUT /v2.0/trunks/b9ec5804-15cd-4095-8513-7ef246b2a00f/tags => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2302] 10.0.0.194 () {32 vars in 662 bytes} [Thu Aug 13 02:26:34 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2303] 10.0.0.194 () {32 vars in 676 bytes} [Thu Aug 13 02:26:34 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:26:34.858 7 INFO neutron.db.l3_hamode_db [None req-9bfa846e-348e-4340-8ffe-edccffd0f574 466cbdec0e7e442f942f0fefb75815bb be74cd13ff724db38cfe17a8991fcbb1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1238/2304] 10.0.0.194 () {32 vars in 672 bytes} [Thu Aug 13 02:26:34 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2305] 10.0.0.194 () {32 vars in 684 bytes} [Thu Aug 13 02:26:34 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2306] 10.0.0.194 () {32 vars in 670 bytes} [Thu Aug 13 02:26:34 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2307] 10.0.0.194 () {32 vars in 684 bytes} [Thu Aug 13 02:26:34 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2308] 10.0.0.194 () {32 vars in 680 bytes} [Thu Aug 13 02:26:34 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2309] 10.0.0.194 () {32 vars in 692 bytes} [Thu Aug 13 02:26:34 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2310] 10.0.0.194 () {32 vars in 719 bytes} [Thu Aug 13 02:26:35 2026] GET /v2.0/trunks/ee07d5ce-5876-49f3-86bd-c6cd441d1eca => generated 412 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2311] 10.0.0.194 () {32 vars in 717 bytes} [Thu Aug 13 02:26:35 2026] GET /v2.0/ports/55e00811-85c6-499c-8303-85ad48498a2c => generated 826 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2312] 10.0.0.194 () {32 vars in 722 bytes} [Thu Aug 13 02:26:35 2026] DELETE /v2.0/trunks/ee07d5ce-5876-49f3-86bd-c6cd441d1eca => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2313] 10.0.0.194 () {32 vars in 719 bytes} [Thu Aug 13 02:26:35 2026] GET /v2.0/trunks/fa574ab6-4d60-42e9-9501-4b5539553c78 => generated 420 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2314] 10.0.0.194 () {32 vars in 717 bytes} [Thu Aug 13 02:26:35 2026] GET /v2.0/ports/4b4a97e3-9d2c-4749-9c5f-2b9d52ef7ab7 => generated 826 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2315] 10.0.0.194 () {32 vars in 722 bytes} [Thu Aug 13 02:26:35 2026] DELETE /v2.0/trunks/fa574ab6-4d60-42e9-9501-4b5539553c78 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2316] 10.0.0.194 () {32 vars in 719 bytes} [Thu Aug 13 02:26:35 2026] GET /v2.0/trunks/f4485adc-8034-442d-90e2-e92f10b4da55 => generated 429 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2317] 10.0.0.194 () {32 vars in 717 bytes} [Thu Aug 13 02:26:35 2026] GET /v2.0/ports/d96b6943-170e-47c6-8865-dea07698e223 => generated 826 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2318] 10.0.0.194 () {32 vars in 722 bytes} [Thu Aug 13 02:26:35 2026] DELETE /v2.0/trunks/f4485adc-8034-442d-90e2-e92f10b4da55 => 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: 1253/2319] 10.0.0.194 () {32 vars in 719 bytes} [Thu Aug 13 02:26:35 2026] GET /v2.0/trunks/b9ec5804-15cd-4095-8513-7ef246b2a00f => generated 414 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2320] 10.0.0.194 () {32 vars in 717 bytes} [Thu Aug 13 02:26:35 2026] GET /v2.0/ports/71b5cc1c-a79b-4c1a-b07b-3a09b612c9e6 => generated 826 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:26:35.626 7 INFO neutron.db.l3_hamode_db [None req-9bfa846e-348e-4340-8ffe-edccffd0f574 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1255/2321] 10.0.0.194 () {32 vars in 722 bytes} [Thu Aug 13 02:26:35 2026] DELETE /v2.0/trunks/b9ec5804-15cd-4095-8513-7ef246b2a00f => 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: 1256/2322] 10.0.0.194 () {32 vars in 719 bytes} [Thu Aug 13 02:26:35 2026] GET /v2.0/trunks/2d2bbd65-f1e0-496b-9206-bba777b8edf0 => generated 407 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2323] 10.0.0.194 () {32 vars in 717 bytes} [Thu Aug 13 02:26:35 2026] GET /v2.0/ports/340d23d0-0345-456a-bafd-e5dac7cd7a16 => generated 826 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2324] 10.0.0.194 () {32 vars in 722 bytes} [Thu Aug 13 02:26:35 2026] DELETE /v2.0/trunks/2d2bbd65-f1e0-496b-9206-bba777b8edf0 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:26:35.956 8 INFO neutron_taas.services.taas.taas_plugin [None req-e9c12f67-76ad-4b3b-9ef7-eb783ac81cf3 2f4582e18b7f44a58742b7197ca2aff7 224ea79f3a934338bc032809ff1fa1d4 - - default default] TaaS: Handle Delete Port: 55e00811-85c6-499c-8303-85ad48498a2c 2026-08-13 02:26:35.959 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9c12f67-76ad-4b3b-9ef7-eb783ac81cf3 2f4582e18b7f44a58742b7197ca2aff7 224ea79f3a934338bc032809ff1fa1d4 - - default default] Tap Mirror: Handle Delete Port: 55e00811-85c6-499c-8303-85ad48498a2c [pid: 8|app: 0|req: 1259/2325] 10.0.0.194 () {32 vars in 720 bytes} [Thu Aug 13 02:26:35 2026] DELETE /v2.0/ports/55e00811-85c6-499c-8303-85ad48498a2c => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:26:36.135 8 INFO neutron_taas.services.taas.taas_plugin [None req-c302b87b-7aa9-4a07-9466-edca46762cac 2f4582e18b7f44a58742b7197ca2aff7 224ea79f3a934338bc032809ff1fa1d4 - - default default] TaaS: Handle Delete Port: 4b4a97e3-9d2c-4749-9c5f-2b9d52ef7ab7 2026-08-13 02:26:36.139 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c302b87b-7aa9-4a07-9466-edca46762cac 2f4582e18b7f44a58742b7197ca2aff7 224ea79f3a934338bc032809ff1fa1d4 - - default default] Tap Mirror: Handle Delete Port: 4b4a97e3-9d2c-4749-9c5f-2b9d52ef7ab7 [pid: 8|app: 0|req: 1260/2326] 10.0.0.194 () {32 vars in 720 bytes} [Thu Aug 13 02:26:36 2026] DELETE /v2.0/ports/4b4a97e3-9d2c-4749-9c5f-2b9d52ef7ab7 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:26:36.310 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd697b39-9ad7-4c3b-9aeb-35a8b9d76a31 2f4582e18b7f44a58742b7197ca2aff7 224ea79f3a934338bc032809ff1fa1d4 - - default default] TaaS: Handle Delete Port: d96b6943-170e-47c6-8865-dea07698e223 2026-08-13 02:26:36.318 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd697b39-9ad7-4c3b-9aeb-35a8b9d76a31 2f4582e18b7f44a58742b7197ca2aff7 224ea79f3a934338bc032809ff1fa1d4 - - default default] Tap Mirror: Handle Delete Port: d96b6943-170e-47c6-8865-dea07698e223 [pid: 8|app: 0|req: 1261/2327] 10.0.0.194 () {32 vars in 720 bytes} [Thu Aug 13 02:26:36 2026] DELETE /v2.0/ports/d96b6943-170e-47c6-8865-dea07698e223 => 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: 1067/2328] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:26:34 2026] POST /v2.0/routers => generated 727 bytes in 1912 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:26:36.529 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c7cbd03-5587-472c-9c8b-286f693cda84 2f4582e18b7f44a58742b7197ca2aff7 224ea79f3a934338bc032809ff1fa1d4 - - default default] TaaS: Handle Delete Port: 71b5cc1c-a79b-4c1a-b07b-3a09b612c9e6 2026-08-13 02:26:36.531 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c7cbd03-5587-472c-9c8b-286f693cda84 2f4582e18b7f44a58742b7197ca2aff7 224ea79f3a934338bc032809ff1fa1d4 - - default default] Tap Mirror: Handle Delete Port: 71b5cc1c-a79b-4c1a-b07b-3a09b612c9e6 [pid: 8|app: 0|req: 1262/2329] 10.0.0.194 () {32 vars in 720 bytes} [Thu Aug 13 02:26:36 2026] DELETE /v2.0/ports/71b5cc1c-a79b-4c1a-b07b-3a09b612c9e6 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:26:36.709 8 INFO neutron_taas.services.taas.taas_plugin [None req-e417f45d-a983-41a6-aca8-a893a88a305f 2f4582e18b7f44a58742b7197ca2aff7 224ea79f3a934338bc032809ff1fa1d4 - - default default] TaaS: Handle Delete Port: 340d23d0-0345-456a-bafd-e5dac7cd7a16 2026-08-13 02:26:36.711 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e417f45d-a983-41a6-aca8-a893a88a305f 2f4582e18b7f44a58742b7197ca2aff7 224ea79f3a934338bc032809ff1fa1d4 - - default default] Tap Mirror: Handle Delete Port: 340d23d0-0345-456a-bafd-e5dac7cd7a16 [pid: 8|app: 0|req: 1263/2330] 10.0.0.194 () {32 vars in 720 bytes} [Thu Aug 13 02:26:36 2026] DELETE /v2.0/ports/340d23d0-0345-456a-bafd-e5dac7cd7a16 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:26:36.918 8 INFO neutron.services.segments.plugin [-] Segment 12e6b198-2ff9-48ab-b448-81593700fbc5 resource provider aggregate not found 2026-08-13 02:26:36.924 8 INFO neutron.services.segments.plugin [-] Segment 12e6b198-2ff9-48ab-b448-81593700fbc5 resource provider aggregate not found 2026-08-13 02:26:36.956 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 12e6b198-2ff9-48ab-b448-81593700fbc5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12e6b198-2ff9-48ab-b448-81593700fbc5 found for delete ", "request_id": "req-9588a489-0ab7-4591-ac2d-f338ed96ea66"}]} 2026-08-13 02:26:36.958 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 12e6b198-2ff9-48ab-b448-81593700fbc5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12e6b198-2ff9-48ab-b448-81593700fbc5 found for delete ", "request_id": "req-4418dcf0-d3c9-4042-b6d1-e19b4e89bf2f"}]} [pid: 8|app: 0|req: 1264/2331] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:26:36 2026] DELETE /v2.0/networks/85b9a631-cf8d-4858-9cc0-5a2aaac2561d => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2332] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:26:36 2026] DELETE /v2.0/networks/8d8d5d53-cbd0-49fd-8758-eab05ef075d8 => 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: 1266/2333] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:26:37 2026] DELETE /v2.0/networks/74b400f8-5d98-4dd8-948f-d499c0d34a08 => 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: 1267/2334] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:26:37 2026] DELETE /v2.0/networks/0aaf5e3e-2d94-40cd-a37c-ae1fd5c15433 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2335] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:26:37 2026] DELETE /v2.0/networks/b62db6b9-3844-4423-811c-9b0edb80999c => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2336] 10.0.0.194 () {34 vars in 783 bytes} [Thu Aug 13 02:26:36 2026] PUT /v2.0/routers/7f93400b-c64b-4eba-8a49-1a3d406b041c/add_router_interface => generated 309 bytes in 1201 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2339] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:26:38 2026] GET /v2.0/security-groups?tenant_id=224ea79f3a934338bc032809ff1fa1d4&name=default => generated 2929 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2340] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:38 2026] DELETE /v2.0/security-groups/9466fb49-15ef-4286-a007-9688ea46bf6c => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:26:38.949 8 INFO neutron.db.segments_db [None req-a3e47185-b52a-494b-94d1-b3ddd7182af1 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Added segment b67d2aa7-e319-4d99-88b9-7388ff2f9ded of type vxlan for network 8f473d91-7c47-480a-8c99-1fee596cc3ad [pid: 7|app: 0|req: 1071/2341] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:26:38 2026] GET /v2.0/security-groups?tenant_id=662453eb7fe147fd99c2f8cc38663c68&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:26:38.986 8 INFO neutron.services.segments.plugin [-] Segment 11fdd710-b82b-4153-9638-47207a33279f resource provider aggregate not found 2026-08-13 02:26:39.001 8 INFO neutron.services.segments.plugin [-] Segment 11fdd710-b82b-4153-9638-47207a33279f resource provider aggregate not found 2026-08-13 02:26:39.013 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 11fdd710-b82b-4153-9638-47207a33279f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11fdd710-b82b-4153-9638-47207a33279f found for delete ", "request_id": "req-17b1d494-a44e-4e87-8d9e-418f7723aba3"}]} 2026-08-13 02:26:39.022 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 11fdd710-b82b-4153-9638-47207a33279f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11fdd710-b82b-4153-9638-47207a33279f found for delete ", "request_id": "req-cb834e72-0002-4e69-80d3-61dba7408157"}]} 2026-08-13 02:26:39.038 8 INFO neutron.services.segments.plugin [-] Segment 8bf7eab6-8532-4596-bc23-2dc90305f096 resource provider aggregate not found 2026-08-13 02:26:39.049 8 INFO neutron.services.segments.plugin [-] Segment 8bf7eab6-8532-4596-bc23-2dc90305f096 resource provider aggregate not found 2026-08-13 02:26:39.070 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8bf7eab6-8532-4596-bc23-2dc90305f096 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bf7eab6-8532-4596-bc23-2dc90305f096 found for delete ", "request_id": "req-29b760fc-6bab-4435-b37c-8bec0aa859b8"}]} [pid: 7|app: 0|req: 1072/2342] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:38 2026] DELETE /v2.0/security-groups/a7a9f559-09c3-4049-a19e-4f5e4ff52e4a => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:26:39.079 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8bf7eab6-8532-4596-bc23-2dc90305f096 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bf7eab6-8532-4596-bc23-2dc90305f096 found for delete ", "request_id": "req-45ea4864-2710-4f47-a21a-02a9967b8eae"}]} 2026-08-13 02:26:39.095 8 INFO neutron.services.segments.plugin [-] Segment 5df8c50d-eb2c-430a-b13d-7858e5c79857 resource provider aggregate not found 2026-08-13 02:26:39.103 8 INFO neutron.services.segments.plugin [-] Segment 5df8c50d-eb2c-430a-b13d-7858e5c79857 resource provider aggregate not found [pid: 8|app: 0|req: 1271/2343] 10.0.0.194 () {34 vars in 671 bytes} [Thu Aug 13 02:26:38 2026] POST /v2.0/networks => generated 741 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:26:39.128 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5df8c50d-eb2c-430a-b13d-7858e5c79857 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5df8c50d-eb2c-430a-b13d-7858e5c79857 found for delete ", "request_id": "req-cc0e895e-8911-4c86-9b4a-bba1acf3a379"}]} 2026-08-13 02:26:39.134 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5df8c50d-eb2c-430a-b13d-7858e5c79857 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5df8c50d-eb2c-430a-b13d-7858e5c79857 found for delete ", "request_id": "req-36b3e01e-a478-4578-87f3-4a140a6f63a1"}]} 2026-08-13 02:26:39.149 8 INFO neutron.services.segments.plugin [-] Segment 2b6616a7-7e36-46a5-82b7-12b6fabb85de resource provider aggregate not found 2026-08-13 02:26:39.161 8 INFO neutron.services.segments.plugin [-] Segment 2b6616a7-7e36-46a5-82b7-12b6fabb85de resource provider aggregate not found 2026-08-13 02:26:39.167 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2b6616a7-7e36-46a5-82b7-12b6fabb85de resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b6616a7-7e36-46a5-82b7-12b6fabb85de found for delete ", "request_id": "req-8a65955f-6d1a-47f6-8a16-a8c01ef00f65"}]} 2026-08-13 02:26:39.179 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2b6616a7-7e36-46a5-82b7-12b6fabb85de resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b6616a7-7e36-46a5-82b7-12b6fabb85de found for delete ", "request_id": "req-036bfa13-d501-4d11-9b80-e440e813b6fe"}]} [pid: 7|app: 0|req: 1073/2344] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:26:39 2026] POST /v2.0/subnets => generated 688 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:26:39.376 8 INFO neutron.db.segments_db [None req-35b429f4-e8d9-4583-a952-67de871e3f79 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Added segment 69eb7fea-e842-4899-86e9-f562b40ce48b of type vxlan for network 6b583932-9c2f-4dc1-bd6d-509ae3020fb3 [pid: 7|app: 0|req: 1074/2345] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:26:39 2026] GET /v2.0/security-groups?tenant_id=f2cadc62c59748b1a9c8e3ca4f0539c4&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2346] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:39 2026] DELETE /v2.0/security-groups/8acd812c-aebb-443c-ade1-285acf1678fa => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:26:39.655 8 INFO neutron.db.l3_hamode_db [None req-35b429f4-e8d9-4583-a952-67de871e3f79 466cbdec0e7e442f942f0fefb75815bb 2d2763ccb6e64dd2a8bc2b8858c8721a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:26:40.421 8 INFO neutron.db.l3_hamode_db [None req-35b429f4-e8d9-4583-a952-67de871e3f79 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1272/2347] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:26:39 2026] POST /v2.0/routers => generated 728 bytes in 2529 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2348] 10.0.0.194 () {34 vars in 783 bytes} [Thu Aug 13 02:26:41 2026] PUT /v2.0/routers/ad3df9ec-cd2a-42fc-8dd8-d1f55f1753b2/add_router_interface => generated 309 bytes in 1040 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2349] 10.0.0.194 () {34 vars in 676 bytes} [Thu Aug 13 02:26:42 2026] POST /v2.0/floatingips => generated 552 bytes in 619 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2350] 10.0.0.194 () {34 vars in 759 bytes} [Thu Aug 13 02:26:43 2026] PUT /v2.0/floatingips/885dba07-7fd0-4c0e-8165-c3c5c91c57b8/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2351] 10.0.0.194 () {32 vars in 739 bytes} [Thu Aug 13 02:26:43 2026] GET /v2.0/floatingips/885dba07-7fd0-4c0e-8165-c3c5c91c57b8/tags => generated 25 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2352] 10.0.0.194 () {34 vars in 770 bytes} [Thu Aug 13 02:26:43 2026] PUT /v2.0/floatingips/885dba07-7fd0-4c0e-8165-c3c5c91c57b8/tags/green => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2353] 10.0.0.194 () {34 vars in 685 bytes} [Thu Aug 13 02:26:43 2026] POST /v2.0/security-groups => generated 1677 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2354] 10.0.0.194 () {32 vars in 739 bytes} [Thu Aug 13 02:26:43 2026] GET /v2.0/floatingips/885dba07-7fd0-4c0e-8165-c3c5c91c57b8/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2355] 10.0.0.194 () {34 vars in 766 bytes} [Thu Aug 13 02:26:43 2026] PUT /v2.0/floatingips/885dba07-7fd0-4c0e-8165-c3c5c91c57b8/tags/red => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2356] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:26:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2357] 10.0.0.194 () {32 vars in 739 bytes} [Thu Aug 13 02:26:43 2026] GET /v2.0/floatingips/885dba07-7fd0-4c0e-8165-c3c5c91c57b8/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2358] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:26:43 2026] POST /v2.0/security-group-rules => generated 596 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2359] 10.0.0.194 () {34 vars in 788 bytes} [Thu Aug 13 02:26:43 2026] PUT /v2.0/floatingips/885dba07-7fd0-4c0e-8165-c3c5c91c57b8/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: 8|app: 0|req: 1280/2360] 10.0.0.194 () {32 vars in 739 bytes} [Thu Aug 13 02:26:43 2026] GET /v2.0/floatingips/885dba07-7fd0-4c0e-8165-c3c5c91c57b8/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2361] 10.0.0.194 () {34 vars in 759 bytes} [Thu Aug 13 02:26:43 2026] PUT /v2.0/floatingips/885dba07-7fd0-4c0e-8165-c3c5c91c57b8/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2362] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:26:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2363] 10.0.0.194 () {32 vars in 739 bytes} [Thu Aug 13 02:26:44 2026] GET /v2.0/floatingips/885dba07-7fd0-4c0e-8165-c3c5c91c57b8/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2364] 10.0.0.194 () {32 vars in 747 bytes} [Thu Aug 13 02:26:44 2026] GET /v2.0/floatingips/885dba07-7fd0-4c0e-8165-c3c5c91c57b8/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:26:44.141 8 INFO neutron.api.v2.resource [None req-6ce611ea-7597-42d8-a14c-47cf676e4232 6e8447b08f65420b95e4add6e479d8dd 1100cdc206ec4166af120955ed31b636 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1284/2365] 10.0.0.194 () {32 vars in 751 bytes} [Thu Aug 13 02:26:44 2026] GET /v2.0/floatingips/885dba07-7fd0-4c0e-8165-c3c5c91c57b8/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2366] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:26:44 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) 2026-08-13 02:26:44.201 7 INFO neutron.db.securitygroups_db [None req-caf67f76-c207-41b9-9764-8055840c7a4b 560b781dadad4e36a770faf8ba7fba4c be74cd13ff724db38cfe17a8991fcbb1 - - default default] Project be74cd13ff724db38cfe17a8991fcbb1 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: 1285/2367] 10.0.0.194 () {32 vars in 750 bytes} [Thu Aug 13 02:26:44 2026] DELETE /v2.0/floatingips/885dba07-7fd0-4c0e-8165-c3c5c91c57b8/tags/red => 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: 1286/2368] 10.0.0.194 () {32 vars in 739 bytes} [Thu Aug 13 02:26:44 2026] GET /v2.0/floatingips/885dba07-7fd0-4c0e-8165-c3c5c91c57b8/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2369] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:26:44 2026] POST /v2.0/security-group-rules => generated 607 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:26:44.290 8 INFO neutron.api.v2.resource [None req-089231bf-47b2-4846-bfb1-e1d7187e8a8c 6e8447b08f65420b95e4add6e479d8dd 1100cdc206ec4166af120955ed31b636 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1287/2370] 10.0.0.194 () {32 vars in 754 bytes} [Thu Aug 13 02:26:44 2026] DELETE /v2.0/floatingips/885dba07-7fd0-4c0e-8165-c3c5c91c57b8/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-08-13 02:26:44.316 7 INFO neutron.db.securitygroups_db [None req-f4bf021b-9adf-45ec-8112-200590b786d2 560b781dadad4e36a770faf8ba7fba4c be74cd13ff724db38cfe17a8991fcbb1 - - default default] Project be74cd13ff724db38cfe17a8991fcbb1 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: 1288/2371] 10.0.0.194 () {32 vars in 742 bytes} [Thu Aug 13 02:26:44 2026] DELETE /v2.0/floatingips/885dba07-7fd0-4c0e-8165-c3c5c91c57b8/tags => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2372] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:26:44 2026] POST /v2.0/security-group-rules => generated 606 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2373] 10.0.0.194 () {32 vars in 739 bytes} [Thu Aug 13 02:26:44 2026] GET /v2.0/floatingips/885dba07-7fd0-4c0e-8165-c3c5c91c57b8/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:26:44.490 7 INFO neutron_taas.services.taas.taas_plugin [None req-e4e81295-a8dc-46b6-a69c-77b3f366789a 6e8447b08f65420b95e4add6e479d8dd 1100cdc206ec4166af120955ed31b636 - - default default] TaaS: Handle Delete Port: 491c8e54-4915-47b0-bb00-9fc2c7c29b90 2026-08-13 02:26:44.493 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4e81295-a8dc-46b6-a69c-77b3f366789a 6e8447b08f65420b95e4add6e479d8dd 1100cdc206ec4166af120955ed31b636 - - default default] Tap Mirror: Handle Delete Port: 491c8e54-4915-47b0-bb00-9fc2c7c29b90 [pid: 7|app: 0|req: 1085/2374] 10.0.0.194 () {32 vars in 732 bytes} [Thu Aug 13 02:26:44 2026] DELETE /v2.0/floatingips/885dba07-7fd0-4c0e-8165-c3c5c91c57b8 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2375] 10.0.0.194 () {34 vars in 685 bytes} [Thu Aug 13 02:26:44 2026] POST /v2.0/security-groups => generated 1662 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2376] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:26:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2377] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:26:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2378] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:26:45 2026] GET /v2.0/security-groups?tenant_id=8560df1b7e324d9a9d417648c26e981f&name=default => generated 2929 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2379] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:45 2026] DELETE /v2.0/security-groups/767b4781-9094-4e79-b859-143c7a22e9f5 => 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: 1087/2380] 10.0.0.194 () {34 vars in 676 bytes} [Thu Aug 13 02:26:45 2026] POST /v2.0/floatingips => generated 552 bytes in 569 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2381] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:26:45 2026] GET /v2.0/security-groups?tenant_id=1100cdc206ec4166af120955ed31b636&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2382] 10.0.0.51 () {34 vars in 1099 bytes} [Thu Aug 13 02:26:45 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1187090936&fields=id&tenant_id=be74cd13ff724db38cfe17a8991fcbb1 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2383] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:45 2026] DELETE /v2.0/security-groups/32c145a7-8cb9-43b4-846a-756fd1365fa3 => 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: 1296/2384] 10.0.0.51 () {34 vars in 1099 bytes} [Thu Aug 13 02:26:45 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1626395158&fields=id&tenant_id=be74cd13ff724db38cfe17a8991fcbb1 => 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: 1089/2385] 10.0.0.51 () {34 vars in 981 bytes} [Thu Aug 13 02:26:45 2026] GET /v2.0/networks?id=64f9bf43-b4ba-415b-8dde-207a579ac191 => generated 672 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2386] 10.0.0.51 () {34 vars in 964 bytes} [Thu Aug 13 02:26:46 2026] GET /v2.0/quotas/be74cd13ff724db38cfe17a8991fcbb1 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2387] 10.0.0.51 () {34 vars in 1001 bytes} [Thu Aug 13 02:26:46 2026] GET /v2.0/ports?tenant_id=be74cd13ff724db38cfe17a8991fcbb1&fields=id => generated 103 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2388] 10.0.0.51 () {34 vars in 1007 bytes} [Thu Aug 13 02:26:46 2026] GET /v2.0/networks/64f9bf43-b4ba-415b-8dde-207a579ac191?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: 1091/2389] 10.0.0.51 () {34 vars in 1107 bytes} [Thu Aug 13 02:26:46 2026] GET /v2.0/networks/64f9bf43-b4ba-415b-8dde-207a579ac191?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: 1299/2390] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:26:46 2026] GET /v2.0/ports?device_id=ac717839-c5cf-4466-bd2c-ab1674d9f4ae => 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: 1092/2391] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:26:47 2026] GET /v2.0/ports?device_id=ac717839-c5cf-4466-bd2c-ab1674d9f4ae => 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: 1300/2392] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:26:48 2026] GET /v2.0/ports?device_id=ac717839-c5cf-4466-bd2c-ab1674d9f4ae => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:26:49.283 7 INFO neutron.db.segments_db [None req-dc9a403f-2565-45ae-b91d-515b2c255fde b5dbd75a94c349d4949fef99c4928287 d9947f89dbc44996bed8b5fe482ccf0b - - default default] Added segment 841b8b44-47a2-4e36-b2e3-c5da3edaa2ce of type vxlan for network 661a0345-ca0e-4335-b124-8a2863e138ab 2026-08-13 02:26:49.548 7 INFO neutron.db.l3_hamode_db [None req-dc9a403f-2565-45ae-b91d-515b2c255fde b5dbd75a94c349d4949fef99c4928287 d9947f89dbc44996bed8b5fe482ccf0b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:26:49.670 7 INFO neutron.db.l3_hamode_db [None req-dc9a403f-2565-45ae-b91d-515b2c255fde b5dbd75a94c349d4949fef99c4928287 d9947f89dbc44996bed8b5fe482ccf0b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1301/2393] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:26:49 2026] GET /v2.0/ports?device_id=ac717839-c5cf-4466-bd2c-ab1674d9f4ae => 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: 1093/2394] 10.0.0.194 () {34 vars in 668 bytes} [Thu Aug 13 02:26:49 2026] POST /v2.0/routers => generated 474 bytes in 1105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2395] 10.0.0.194 () {34 vars in 751 bytes} [Thu Aug 13 02:26:50 2026] PUT /v2.0/routers/894308f7-3a96-4eff-9851-ed0ff70f0193/tags => generated 25 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2396] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:26:50 2026] GET /v2.0/networks?id=64f9bf43-b4ba-415b-8dde-207a579ac191 => generated 672 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2397] 199.204.45.162 () {34 vars in 1050 bytes} [Thu Aug 13 02:26:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=be74cd13ff724db38cfe17a8991fcbb1 => generated 274 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2398] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:26:50 2026] GET /v2.0/ports?device_id=ac717839-c5cf-4466-bd2c-ab1674d9f4ae => 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: 1094/2399] 10.0.0.194 () {32 vars in 731 bytes} [Thu Aug 13 02:26:50 2026] GET /v2.0/routers/894308f7-3a96-4eff-9851-ed0ff70f0193/tags => generated 25 bytes in 567 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2400] 10.0.0.194 () {34 vars in 762 bytes} [Thu Aug 13 02:26:50 2026] PUT /v2.0/routers/894308f7-3a96-4eff-9851-ed0ff70f0193/tags/green => generated 4 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2401] 199.204.45.162 () {38 vars in 955 bytes} [Thu Aug 13 02:26:50 2026] POST /v2.0/ports => generated 993 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1096/2402] 10.0.0.194 () {32 vars in 731 bytes} [Thu Aug 13 02:26:51 2026] GET /v2.0/routers/894308f7-3a96-4eff-9851-ed0ff70f0193/tags => generated 34 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2403] 10.0.0.194 () {34 vars in 758 bytes} [Thu Aug 13 02:26:51 2026] PUT /v2.0/routers/894308f7-3a96-4eff-9851-ed0ff70f0193/tags/red => generated 4 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2404] 10.0.0.194 () {32 vars in 731 bytes} [Thu Aug 13 02:26:51 2026] GET /v2.0/routers/894308f7-3a96-4eff-9851-ed0ff70f0193/tags => generated 34 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2405] 10.0.0.194 () {34 vars in 780 bytes} [Thu Aug 13 02:26:51 2026] PUT /v2.0/routers/894308f7-3a96-4eff-9851-ed0ff70f0193/tags/black.or.white => generated 4 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2406] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Aug 13 02:26:51 2026] PUT /v2.0/ports/0beac67d-96d2-4961-b23e-85dc88ff4d7a => generated 1274 bytes in 460 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2407] 10.0.0.194 () {32 vars in 731 bytes} [Thu Aug 13 02:26:51 2026] GET /v2.0/routers/894308f7-3a96-4eff-9851-ed0ff70f0193/tags => generated 52 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:26:51.635 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a44726f-7d0d-4006-96a3-c24782194925'] response: {'name': 'network-changed', 'server_uuid': 'ac717839-c5cf-4466-bd2c-ab1674d9f4ae', 'tag': '0beac67d-96d2-4961-b23e-85dc88ff4d7a', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1308/2408] 10.0.0.194 () {34 vars in 751 bytes} [Thu Aug 13 02:26:51 2026] PUT /v2.0/routers/894308f7-3a96-4eff-9851-ed0ff70f0193/tags => generated 37 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2409] 10.0.0.194 () {32 vars in 731 bytes} [Thu Aug 13 02:26:51 2026] GET /v2.0/routers/894308f7-3a96-4eff-9851-ed0ff70f0193/tags => generated 37 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2410] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:26:51 2026] GET /v2.0/ports?device_id=ac717839-c5cf-4466-bd2c-ab1674d9f4ae => generated 1008 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2411] 10.0.0.51 () {34 vars in 1119 bytes} [Thu Aug 13 02:26:51 2026] GET /v2.0/security-groups?id=6f05cb38-7bd9-4219-9632-c47242b5e1e9&id=675567d1-94a4-4205-b79f-35cc80744de3&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2412] 10.0.0.194 () {32 vars in 739 bytes} [Thu Aug 13 02:26:51 2026] GET /v2.0/routers/894308f7-3a96-4eff-9851-ed0ff70f0193/tags/red => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:26:52.010 8 INFO neutron.api.v2.resource [None req-73080fa3-15b9-4b1c-8268-26d6f3a9ed88 b5dbd75a94c349d4949fef99c4928287 d9947f89dbc44996bed8b5fe482ccf0b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1311/2413] 10.0.0.194 () {32 vars in 743 bytes} [Thu Aug 13 02:26:51 2026] GET /v2.0/routers/894308f7-3a96-4eff-9851-ed0ff70f0193/tags/green => generated 99 bytes in 82 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2414] 10.0.0.194 () {32 vars in 742 bytes} [Thu Aug 13 02:26:52 2026] DELETE /v2.0/routers/894308f7-3a96-4eff-9851-ed0ff70f0193/tags/red => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2415] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:26:52 2026] GET /v2.0/ports?tenant_id=be74cd13ff724db38cfe17a8991fcbb1&device_id=ac717839-c5cf-4466-bd2c-ab1674d9f4ae => generated 1277 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2416] 10.0.0.194 () {32 vars in 731 bytes} [Thu Aug 13 02:26:52 2026] GET /v2.0/routers/894308f7-3a96-4eff-9851-ed0ff70f0193/tags => generated 30 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2417] 199.204.45.162 () {34 vars in 1018 bytes} [Thu Aug 13 02:26:52 2026] GET /v2.0/networks?tenant_id=be74cd13ff724db38cfe17a8991fcbb1&shared=False => generated 768 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2418] 199.204.45.162 () {34 vars in 930 bytes} [Thu Aug 13 02:26:52 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) 2026-08-13 02:26:52.324 8 INFO neutron.api.v2.resource [None req-21459398-22b1-499d-9a16-21a90da5323e b5dbd75a94c349d4949fef99c4928287 d9947f89dbc44996bed8b5fe482ccf0b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1313/2419] 10.0.0.194 () {32 vars in 746 bytes} [Thu Aug 13 02:26:52 2026] DELETE /v2.0/routers/894308f7-3a96-4eff-9851-ed0ff70f0193/tags/green => generated 99 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2420] 10.0.0.194 () {32 vars in 734 bytes} [Thu Aug 13 02:26:52 2026] DELETE /v2.0/routers/894308f7-3a96-4eff-9851-ed0ff70f0193/tags => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2421] 10.0.0.194 () {32 vars in 731 bytes} [Thu Aug 13 02:26:52 2026] GET /v2.0/routers/894308f7-3a96-4eff-9851-ed0ff70f0193/tags => generated 12 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2422] 10.0.0.194 () {32 vars in 721 bytes} [Thu Aug 13 02:26:52 2026] GET /v2.0/routers/894308f7-3a96-4eff-9851-ed0ff70f0193 => generated 480 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2423] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:26:52 2026] GET /v2.0/ports?device_id=ac717839-c5cf-4466-bd2c-ab1674d9f4ae => generated 1008 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2424] 10.0.0.51 () {34 vars in 1119 bytes} [Thu Aug 13 02:26:53 2026] GET /v2.0/security-groups?id=6f05cb38-7bd9-4219-9632-c47242b5e1e9&id=675567d1-94a4-4205-b79f-35cc80744de3&fields=id&fields=name => generated 207 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2425] 10.0.0.194 () {34 vars in 742 bytes} [Thu Aug 13 02:26:52 2026] PUT /v2.0/routers/894308f7-3a96-4eff-9851-ed0ff70f0193 => generated 480 bytes in 521 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2426] 10.0.0.194 () {32 vars in 736 bytes} [Thu Aug 13 02:26:53 2026] GET /v2.0/ports?device_id=894308f7-3a96-4eff-9851-ed0ff70f0193 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:26:53.299 8 INFO neutron_taas.services.taas.taas_plugin [None req-6cb17175-a75f-42ad-8d92-bc9913328b57 b5dbd75a94c349d4949fef99c4928287 d9947f89dbc44996bed8b5fe482ccf0b - - default default] TaaS: Handle Delete Port: 8de51179-3f6a-4a1f-8568-111507a2ba62 2026-08-13 02:26:53.302 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cb17175-a75f-42ad-8d92-bc9913328b57 b5dbd75a94c349d4949fef99c4928287 d9947f89dbc44996bed8b5fe482ccf0b - - default default] Tap Mirror: Handle Delete Port: 8de51179-3f6a-4a1f-8568-111507a2ba62 [pid: 7|app: 0|req: 1114/2429] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:26:53 2026] GET /v2.0/ports?tenant_id=be74cd13ff724db38cfe17a8991fcbb1&device_id=ac717839-c5cf-4466-bd2c-ab1674d9f4ae => generated 1277 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2430] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:26:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=0beac67d-96d2-4961-b23e-85dc88ff4d7a => 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: 1116/2431] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:26:53 2026] GET /v2.0/subnets?id=fa47f295-4e60-4fba-a92a-ddb4f3830eff => generated 690 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2432] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:26:53 2026] GET /v2.0/ports?network_id=64f9bf43-b4ba-415b-8dde-207a579ac191&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2433] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:26:53 2026] GET /v2.0/networks/64f9bf43-b4ba-415b-8dde-207a579ac191?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: 1119/2434] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:26:53 2026] GET /v2.0/networks/64f9bf43-b4ba-415b-8dde-207a579ac191?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 02:26:53.635 8 INFO neutron.services.segments.plugin [-] Segment 841b8b44-47a2-4e36-b2e3-c5da3edaa2ce resource provider aggregate not found 2026-08-13 02:26:53.638 8 INFO neutron.services.segments.plugin [-] Segment 841b8b44-47a2-4e36-b2e3-c5da3edaa2ce resource provider aggregate not found 2026-08-13 02:26:53.650 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 841b8b44-47a2-4e36-b2e3-c5da3edaa2ce resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 841b8b44-47a2-4e36-b2e3-c5da3edaa2ce found for delete ", "request_id": "req-c499bc69-a422-4c12-81a1-5db0c2a026f2"}]} 2026-08-13 02:26:53.659 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 841b8b44-47a2-4e36-b2e3-c5da3edaa2ce resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 841b8b44-47a2-4e36-b2e3-c5da3edaa2ce found for delete ", "request_id": "req-05465f14-9bcb-4b3a-94b9-751bf277a12d"}]} 2026-08-13 02:26:53.668 8 INFO neutron.db.l3_hamode_db [None req-6cb17175-a75f-42ad-8d92-bc9913328b57 b5dbd75a94c349d4949fef99c4928287 d9947f89dbc44996bed8b5fe482ccf0b - - default default] HA network 661a0345-ca0e-4335-b124-8a2863e138ab was deleted as no HA routers are present in tenant d9947f89dbc44996bed8b5fe482ccf0b. [pid: 8|app: 0|req: 1316/2435] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:26:53 2026] DELETE /v2.0/routers/894308f7-3a96-4eff-9851-ed0ff70f0193 => generated 0 bytes in 532 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2436] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:26:54 2026] GET /v2.0/ports?device_id=ac717839-c5cf-4466-bd2c-ab1674d9f4ae => 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: 1317/2437] 10.0.0.51 () {34 vars in 1119 bytes} [Thu Aug 13 02:26:54 2026] GET /v2.0/security-groups?id=6f05cb38-7bd9-4219-9632-c47242b5e1e9&id=675567d1-94a4-4205-b79f-35cc80744de3&fields=id&fields=name => generated 207 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2438] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:26:54 2026] GET /v2.0/security-groups?tenant_id=1dce4a14ef8543eeb1b0c5088e2aa312&name=default => generated 2929 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2439] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:54 2026] DELETE /v2.0/security-groups/41ff4d2b-a0c0-4e2d-8f5c-99bcab7e865b => 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: 1122/2440] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:26:54 2026] GET /v2.0/security-groups?tenant_id=d9947f89dbc44996bed8b5fe482ccf0b&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2441] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:26:54 2026] DELETE /v2.0/security-groups/57c0cb77-f83e-4f48-a295-29b1122a2712 => 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: 1123/2442] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:26:55 2026] GET /v2.0/ports?device_id=ac717839-c5cf-4466-bd2c-ab1674d9f4ae => generated 1008 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2443] 10.0.0.51 () {34 vars in 1119 bytes} [Thu Aug 13 02:26:55 2026] GET /v2.0/security-groups?id=6f05cb38-7bd9-4219-9632-c47242b5e1e9&id=675567d1-94a4-4205-b79f-35cc80744de3&fields=id&fields=name => generated 207 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2444] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:26:56 2026] GET /v2.0/ports?device_id=ac717839-c5cf-4466-bd2c-ab1674d9f4ae => generated 1010 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2445] 10.0.0.51 () {34 vars in 1119 bytes} [Thu Aug 13 02:26:56 2026] GET /v2.0/security-groups?id=6f05cb38-7bd9-4219-9632-c47242b5e1e9&id=675567d1-94a4-4205-b79f-35cc80744de3&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2446] 199.204.45.162 () {34 vars in 994 bytes} [Thu Aug 13 02:26:56 2026] GET /v2.0/ports?device_id=ac717839-c5cf-4466-bd2c-ab1674d9f4ae => generated 1279 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2447] 199.204.45.162 () {34 vars in 1124 bytes} [Thu Aug 13 02:26:56 2026] GET /v2.0/security-groups?id=6f05cb38-7bd9-4219-9632-c47242b5e1e9&id=675567d1-94a4-4205-b79f-35cc80744de3&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2448] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:26:57 2026] GET /v2.0/ports?device_id=ac717839-c5cf-4466-bd2c-ab1674d9f4ae => 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: 1323/2449] 10.0.0.51 () {34 vars in 1119 bytes} [Thu Aug 13 02:26:57 2026] GET /v2.0/security-groups?id=6f05cb38-7bd9-4219-9632-c47242b5e1e9&id=675567d1-94a4-4205-b79f-35cc80744de3&fields=id&fields=name => generated 207 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2450] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:26:58 2026] GET /v2.0/ports?device_id=ac717839-c5cf-4466-bd2c-ab1674d9f4ae => generated 1010 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2451] 10.0.0.51 () {34 vars in 1119 bytes} [Thu Aug 13 02:26:58 2026] GET /v2.0/security-groups?id=6f05cb38-7bd9-4219-9632-c47242b5e1e9&id=675567d1-94a4-4205-b79f-35cc80744de3&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2452] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:26:59 2026] GET /v2.0/ports?device_id=ac717839-c5cf-4466-bd2c-ab1674d9f4ae => generated 1010 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2453] 10.0.0.51 () {34 vars in 1119 bytes} [Thu Aug 13 02:26:59 2026] GET /v2.0/security-groups?id=6f05cb38-7bd9-4219-9632-c47242b5e1e9&id=675567d1-94a4-4205-b79f-35cc80744de3&fields=id&fields=name => generated 207 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2454] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:27:00 2026] GET /v2.0/ports?device_id=ac717839-c5cf-4466-bd2c-ab1674d9f4ae => generated 1010 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:27:00.403 8 INFO neutron.db.l3_db [None req-6f6fa052-830d-458d-8a0e-d418a945a251 560b781dadad4e36a770faf8ba7fba4c be74cd13ff724db38cfe17a8991fcbb1 - - default default] Floating IP 9d88d8d1-6e9d-429b-ad35-788b01c23a2b associated. External IP: 10.96.250.205, port: 0beac67d-96d2-4961-b23e-85dc88ff4d7a. [pid: 8|app: 0|req: 1326/2455] 10.0.0.194 () {34 vars in 749 bytes} [Thu Aug 13 02:27:00 2026] PUT /v2.0/floatingips/9d88d8d1-6e9d-429b-ad35-788b01c23a2b => generated 855 bytes in 590 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:27:00.727 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7d263a41-226f-491b-a156-039acd8f57dd'] response: {'name': 'network-changed', 'server_uuid': 'ac717839-c5cf-4466-bd2c-ab1674d9f4ae', 'tag': '0beac67d-96d2-4961-b23e-85dc88ff4d7a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1130/2456] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:27:01 2026] GET /v2.0/ports?tenant_id=be74cd13ff724db38cfe17a8991fcbb1&device_id=ac717839-c5cf-4466-bd2c-ab1674d9f4ae => generated 1279 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2457] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:27:01 2026] GET /v2.0/networks?id=64f9bf43-b4ba-415b-8dde-207a579ac191 => generated 768 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2458] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:27:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=0beac67d-96d2-4961-b23e-85dc88ff4d7a => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2459] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:27:01 2026] GET /v2.0/subnets?id=fa47f295-4e60-4fba-a92a-ddb4f3830eff => generated 690 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2460] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:27:01 2026] GET /v2.0/ports?network_id=64f9bf43-b4ba-415b-8dde-207a579ac191&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2461] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:27:01 2026] GET /v2.0/networks/64f9bf43-b4ba-415b-8dde-207a579ac191?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2462] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:27:01 2026] GET /v2.0/networks/64f9bf43-b4ba-415b-8dde-207a579ac191?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: 1135/2465] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:27:08 2026] GET /v2.0/ports?device_id=ac717839-c5cf-4466-bd2c-ab1674d9f4ae => generated 1010 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2466] 10.0.0.51 () {34 vars in 1119 bytes} [Thu Aug 13 02:27:08 2026] GET /v2.0/security-groups?id=6f05cb38-7bd9-4219-9632-c47242b5e1e9&id=675567d1-94a4-4205-b79f-35cc80744de3&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2467] 10.0.0.194 () {32 vars in 736 bytes} [Thu Aug 13 02:27:08 2026] GET /v2.0/ports?device_id=ac717839-c5cf-4466-bd2c-ab1674d9f4ae => generated 1279 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2468] 10.0.0.194 () {32 vars in 858 bytes} [Thu Aug 13 02:27:08 2026] GET /v2.0/floatingips?floating_network_id=db55f924-ff5c-4d45-ae3c-30cf68b0dc8e&port_id=0beac67d-96d2-4961-b23e-85dc88ff4d7a => generated 860 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2469] 10.0.0.55 () {34 vars in 989 bytes} [Thu Aug 13 02:27:09 2026] GET /v2.0/ports?device_id=ac717839-c5cf-4466-bd2c-ab1674d9f4ae => generated 1279 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2470] 10.0.0.55 () {34 vars in 1119 bytes} [Thu Aug 13 02:27:09 2026] GET /v2.0/security-groups?id=675567d1-94a4-4205-b79f-35cc80744de3&id=6f05cb38-7bd9-4219-9632-c47242b5e1e9&fields=id&fields=name => generated 207 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2471] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:27:12 2026] GET /v2.0/ports?device_id=ac717839-c5cf-4466-bd2c-ab1674d9f4ae => generated 1010 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2472] 10.0.0.51 () {34 vars in 1119 bytes} [Thu Aug 13 02:27:12 2026] GET /v2.0/security-groups?id=6f05cb38-7bd9-4219-9632-c47242b5e1e9&id=675567d1-94a4-4205-b79f-35cc80744de3&fields=id&fields=name => generated 207 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2473] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:27:13 2026] GET /v2.0/ports?device_id=ac717839-c5cf-4466-bd2c-ab1674d9f4ae => generated 1010 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2474] 10.0.0.51 () {34 vars in 1119 bytes} [Thu Aug 13 02:27:13 2026] GET /v2.0/security-groups?id=6f05cb38-7bd9-4219-9632-c47242b5e1e9&id=675567d1-94a4-4205-b79f-35cc80744de3&fields=id&fields=name => generated 207 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2475] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:27:14 2026] GET /v2.0/ports?device_id=ac717839-c5cf-4466-bd2c-ab1674d9f4ae => generated 1010 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2476] 10.0.0.51 () {34 vars in 1119 bytes} [Thu Aug 13 02:27:14 2026] GET /v2.0/security-groups?id=6f05cb38-7bd9-4219-9632-c47242b5e1e9&id=675567d1-94a4-4205-b79f-35cc80744de3&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2477] 199.204.45.162 () {34 vars in 994 bytes} [Thu Aug 13 02:27:14 2026] GET /v2.0/ports?device_id=ac717839-c5cf-4466-bd2c-ab1674d9f4ae => generated 1010 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:27:14.804 8 INFO neutron_taas.services.taas.taas_plugin [req-98dd1f0b-aa34-4695-91f8-5612655ab4cf req-8a2f8a6a-9907-4fbd-9a06-f9250eb5c7f9 560b781dadad4e36a770faf8ba7fba4c be74cd13ff724db38cfe17a8991fcbb1 - - default default] TaaS: Handle Delete Port: 0beac67d-96d2-4961-b23e-85dc88ff4d7a 2026-08-13 02:27:14.807 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-98dd1f0b-aa34-4695-91f8-5612655ab4cf req-8a2f8a6a-9907-4fbd-9a06-f9250eb5c7f9 560b781dadad4e36a770faf8ba7fba4c be74cd13ff724db38cfe17a8991fcbb1 - - default default] Tap Mirror: Handle Delete Port: 0beac67d-96d2-4961-b23e-85dc88ff4d7a 2026-08-13 02:27:14.899 8 INFO neutron.db.l3_db [req-98dd1f0b-aa34-4695-91f8-5612655ab4cf req-8a2f8a6a-9907-4fbd-9a06-f9250eb5c7f9 560b781dadad4e36a770faf8ba7fba4c be74cd13ff724db38cfe17a8991fcbb1 - - default default] Floating IP 9d88d8d1-6e9d-429b-ad35-788b01c23a2b disassociated. External IP: 10.96.250.205, port: 0beac67d-96d2-4961-b23e-85dc88ff4d7a. [pid: 8|app: 0|req: 1337/2478] 199.204.45.162 () {36 vars in 997 bytes} [Thu Aug 13 02:27:14 2026] DELETE /v2.0/ports/0beac67d-96d2-4961-b23e-85dc88ff4d7a => generated 0 bytes in 545 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:27:15.248 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a19f247-6485-4c59-9d5b-4d5bcd51f404'] response: {'server_uuid': 'ac717839-c5cf-4466-bd2c-ab1674d9f4ae', 'name': 'network-vif-deleted', 'tag': '0beac67d-96d2-4961-b23e-85dc88ff4d7a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1142/2479] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:27:15 2026] GET /v2.0/ports?device_id=ac717839-c5cf-4466-bd2c-ab1674d9f4ae => 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: 1338/2480] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:27:16 2026] GET /v2.0/ports?device_id=ac717839-c5cf-4466-bd2c-ab1674d9f4ae => 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: 1143/2481] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:27:17 2026] GET /v2.0/ports?device_id=ac717839-c5cf-4466-bd2c-ab1674d9f4ae => 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: 1339/2482] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:27:19 2026] DELETE /v2.0/security-groups/675567d1-94a4-4205-b79f-35cc80744de3 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:27:19.168 7 INFO neutron.api.v2.resource [None req-1d316dd6-4583-42a4-a60b-67d02df4c41e 560b781dadad4e36a770faf8ba7fba4c be74cd13ff724db38cfe17a8991fcbb1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1144/2483] 10.0.0.194 () {32 vars in 737 bytes} [Thu Aug 13 02:27:19 2026] GET /v2.0/security-groups/675567d1-94a4-4205-b79f-35cc80744de3 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:27:19.262 8 INFO neutron_taas.services.taas.taas_plugin [None req-9565ffca-3a20-4b68-b5a5-46af4cabc13a 560b781dadad4e36a770faf8ba7fba4c be74cd13ff724db38cfe17a8991fcbb1 - - default default] TaaS: Handle Delete Port: cb8d62c5-b331-4da4-b5f2-db868ceeb54d 2026-08-13 02:27:19.264 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9565ffca-3a20-4b68-b5a5-46af4cabc13a 560b781dadad4e36a770faf8ba7fba4c be74cd13ff724db38cfe17a8991fcbb1 - - default default] Tap Mirror: Handle Delete Port: cb8d62c5-b331-4da4-b5f2-db868ceeb54d [pid: 8|app: 0|req: 1340/2484] 10.0.0.194 () {32 vars in 732 bytes} [Thu Aug 13 02:27:19 2026] DELETE /v2.0/floatingips/9d88d8d1-6e9d-429b-ad35-788b01c23a2b => generated 0 bytes in 252 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2485] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:27:19 2026] DELETE /v2.0/security-groups/6f05cb38-7bd9-4219-9632-c47242b5e1e9 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:27:19.971 8 INFO neutron_taas.services.taas.taas_plugin [None req-72de98ff-9337-4032-b53e-8e99557d2915 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: 9b0f220b-e897-4642-8cfd-5c6365adc8ff 2026-08-13 02:27:19.973 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72de98ff-9337-4032-b53e-8e99557d2915 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: 9b0f220b-e897-4642-8cfd-5c6365adc8ff [pid: 8|app: 0|req: 1341/2486] 10.0.0.194 () {34 vars in 789 bytes} [Thu Aug 13 02:27:19 2026] PUT /v2.0/routers/7f93400b-c64b-4eba-8a49-1a3d406b041c/remove_router_interface => generated 309 bytes in 918 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:27:20.685 7 INFO neutron_taas.services.taas.taas_plugin [None req-b0b05221-d622-4169-a97d-98849d446b3e 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: 86441442-4969-42a4-b977-c9eeae66af21 2026-08-13 02:27:20.688 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0b05221-d622-4169-a97d-98849d446b3e 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: 86441442-4969-42a4-b977-c9eeae66af21 2026-08-13 02:27:20.941 7 INFO neutron_taas.services.taas.taas_plugin [None req-b0b05221-d622-4169-a97d-98849d446b3e 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: dce4323a-ecbc-46f8-bcd1-22307c01a836 2026-08-13 02:27:20.944 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0b05221-d622-4169-a97d-98849d446b3e 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: dce4323a-ecbc-46f8-bcd1-22307c01a836 2026-08-13 02:27:21.267 7 INFO neutron.services.segments.plugin [-] Segment 7ed79d18-c6de-4e02-bd11-bfa0416d6554 resource provider aggregate not found 2026-08-13 02:27:21.279 7 INFO neutron.services.segments.plugin [-] Segment 7ed79d18-c6de-4e02-bd11-bfa0416d6554 resource provider aggregate not found 2026-08-13 02:27:21.292 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7ed79d18-c6de-4e02-bd11-bfa0416d6554 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ed79d18-c6de-4e02-bd11-bfa0416d6554 found for delete ", "request_id": "req-6ff4de0c-eb87-486e-8165-61e47e385388"}]} 2026-08-13 02:27:21.300 7 INFO neutron.db.l3_hamode_db [None req-b0b05221-d622-4169-a97d-98849d446b3e 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] HA network 97cb20fa-5511-4819-8f07-d26fe0f0e245 was deleted as no HA routers are present in tenant be74cd13ff724db38cfe17a8991fcbb1. 2026-08-13 02:27:21.301 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7ed79d18-c6de-4e02-bd11-bfa0416d6554 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ed79d18-c6de-4e02-bd11-bfa0416d6554 found for delete ", "request_id": "req-e2865944-b5b9-4d4a-8923-ca5033bf9566"}]} [pid: 7|app: 0|req: 1146/2487] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:27:20 2026] DELETE /v2.0/routers/7f93400b-c64b-4eba-8a49-1a3d406b041c => generated 0 bytes in 793 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2488] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:27:21 2026] DELETE /v2.0/subnets/fa47f295-4e60-4fba-a92a-ddb4f3830eff => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:27:21.573 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ef42734-2903-44b4-8200-40f7c602db86 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: e786883a-044c-48be-8187-b8391eccef09 2026-08-13 02:27:21.576 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ef42734-2903-44b4-8200-40f7c602db86 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: e786883a-044c-48be-8187-b8391eccef09 [pid: 7|app: 0|req: 1147/2489] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:27:21 2026] DELETE /v2.0/networks/64f9bf43-b4ba-415b-8dde-207a579ac191 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:27:22.083 8 INFO neutron_taas.services.taas.taas_plugin [None req-433948a8-4537-4833-a574-b05697657adc 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: d2317a0b-9923-418b-a05b-07261b691614 2026-08-13 02:27:22.086 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-433948a8-4537-4833-a574-b05697657adc 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: d2317a0b-9923-418b-a05b-07261b691614 [pid: 8|app: 0|req: 1343/2490] 10.0.0.194 () {34 vars in 789 bytes} [Thu Aug 13 02:27:21 2026] PUT /v2.0/routers/ad3df9ec-cd2a-42fc-8dd8-d1f55f1753b2/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 02:27:22.854 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ed182db-a9b7-48a5-a91d-46ea909a8bb2 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: 4b4ff099-901f-48e6-9e9c-a29658d31670 2026-08-13 02:27:22.857 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ed182db-a9b7-48a5-a91d-46ea909a8bb2 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: 4b4ff099-901f-48e6-9e9c-a29658d31670 2026-08-13 02:27:23.088 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ed182db-a9b7-48a5-a91d-46ea909a8bb2 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: d43c2edc-70ba-480c-b0bb-6cb750f1ad44 2026-08-13 02:27:23.091 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ed182db-a9b7-48a5-a91d-46ea909a8bb2 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: d43c2edc-70ba-480c-b0bb-6cb750f1ad44 2026-08-13 02:27:23.306 7 INFO neutron.services.segments.plugin [-] Segment 055762e0-f166-4c94-b7d6-244d1a0eba39 resource provider aggregate not found 2026-08-13 02:27:23.319 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 055762e0-f166-4c94-b7d6-244d1a0eba39 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 055762e0-f166-4c94-b7d6-244d1a0eba39 found for delete ", "request_id": "req-87f89137-454f-447e-b22a-57b2b6d50ba0"}]} 2026-08-13 02:27:23.321 7 INFO neutron.services.segments.plugin [-] Segment 055762e0-f166-4c94-b7d6-244d1a0eba39 resource provider aggregate not found 2026-08-13 02:27:23.334 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 055762e0-f166-4c94-b7d6-244d1a0eba39 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 055762e0-f166-4c94-b7d6-244d1a0eba39 found for delete ", "request_id": "req-dbdf682d-9947-4708-a338-893b7f667c05"}]} 2026-08-13 02:27:23.413 7 INFO neutron.db.l3_hamode_db [None req-2ed182db-a9b7-48a5-a91d-46ea909a8bb2 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] HA network 6b583932-9c2f-4dc1-bd6d-509ae3020fb3 was deleted as no HA routers are present in tenant 2d2763ccb6e64dd2a8bc2b8858c8721a. [pid: 7|app: 0|req: 1148/2493] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:27:22 2026] DELETE /v2.0/routers/ad3df9ec-cd2a-42fc-8dd8-d1f55f1753b2 => generated 0 bytes in 766 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2494] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:27:23 2026] DELETE /v2.0/subnets/cc731e06-3812-4fdc-8c95-acb7201636bd => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:27:23.683 7 INFO neutron_taas.services.taas.taas_plugin [None req-45bb10a5-a1f7-4825-9692-66bcfe9b7a96 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: cc4a3c02-3527-44fb-aa4f-a523e26e390d 2026-08-13 02:27:23.686 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45bb10a5-a1f7-4825-9692-66bcfe9b7a96 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: cc4a3c02-3527-44fb-aa4f-a523e26e390d [pid: 7|app: 0|req: 1149/2495] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:27:23 2026] DELETE /v2.0/networks/8f473d91-7c47-480a-8c99-1fee596cc3ad => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2496] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:27:24 2026] GET /v2.0/security-groups?tenant_id=be74cd13ff724db38cfe17a8991fcbb1&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2497] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:27:24 2026] DELETE /v2.0/security-groups/cfd0a351-66f9-43b0-bbcd-2e01fa7200ec => 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: 1348/2498] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:27:24 2026] GET /v2.0/security-groups?tenant_id=2d2763ccb6e64dd2a8bc2b8858c8721a&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2499] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:27:24 2026] DELETE /v2.0/security-groups/f412752c-3180-4cee-bab2-2e728f3d7be3 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:27:25.339 7 INFO neutron.services.segments.plugin [-] Segment 69eb7fea-e842-4899-86e9-f562b40ce48b resource provider aggregate not found 2026-08-13 02:27:25.351 7 INFO neutron.services.segments.plugin [-] Segment 69eb7fea-e842-4899-86e9-f562b40ce48b resource provider aggregate not found 2026-08-13 02:27:25.354 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 69eb7fea-e842-4899-86e9-f562b40ce48b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69eb7fea-e842-4899-86e9-f562b40ce48b found for delete ", "request_id": "req-e10c1b5b-64bb-4834-8050-513a464e6855"}]} 2026-08-13 02:27:25.363 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 69eb7fea-e842-4899-86e9-f562b40ce48b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69eb7fea-e842-4899-86e9-f562b40ce48b found for delete ", "request_id": "req-4c2f41ed-c464-430a-9d2c-4cf36f1b2d93"}]} 2026-08-13 02:27:25.370 7 INFO neutron.services.segments.plugin [-] Segment b67d2aa7-e319-4d99-88b9-7388ff2f9ded resource provider aggregate not found 2026-08-13 02:27:25.379 7 INFO neutron.services.segments.plugin [-] Segment b67d2aa7-e319-4d99-88b9-7388ff2f9ded resource provider aggregate not found 2026-08-13 02:27:25.391 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b67d2aa7-e319-4d99-88b9-7388ff2f9ded resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b67d2aa7-e319-4d99-88b9-7388ff2f9ded found for delete ", "request_id": "req-4171275a-0aba-404e-be89-42dad87ef2b8"}]} 2026-08-13 02:27:25.396 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b67d2aa7-e319-4d99-88b9-7388ff2f9ded resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b67d2aa7-e319-4d99-88b9-7388ff2f9ded found for delete ", "request_id": "req-2f0f8d69-e436-48fb-8a0b-8e5f3ccc337b"}]} 2026-08-13 02:27:33.247 8 INFO neutron.db.segments_db [None req-8dd42458-05cc-4db8-ad02-e26479100ea7 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] Added segment c6efd159-bf11-4ad3-bc09-6459d414d97d of type vxlan for network 0a698781-7e6c-41c5-a572-02f66994976c [pid: 8|app: 0|req: 1349/2500] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:27:32 2026] POST /v2.0/networks => generated 640 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2501] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:27:33 2026] POST /v2.0/subnets => generated 658 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2502] 10.0.0.194 () {32 vars in 722 bytes} [Thu Aug 13 02:27:33 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2503] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:27:33 2026] POST /v2.0/subnets => generated 731 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:27:33.880 8 INFO neutron.db.segments_db [None req-81662ba9-2c3e-468a-afb7-de34a5c1017f cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] Added segment 176b57a5-050e-401d-a2b8-e0bea8977392 of type vxlan for network 93720ef4-082f-4d58-bdfc-100fc9a9b70a [pid: 8|app: 0|req: 1351/2504] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:27:33 2026] POST /v2.0/networks => generated 638 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2505] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:27:33 2026] POST /v2.0/subnets => generated 656 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2506] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:27:34 2026] POST /v2.0/subnets => generated 726 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:27:34.469 7 INFO neutron.db.segments_db [None req-f730bae1-79d9-47c9-a862-2dc62ff2410d cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] Added segment db59e6be-b133-47a8-b2bf-12ace08a6619 of type vxlan for network 8b8e2dca-9ec8-42c1-9d55-3dd12af23836 [pid: 7|app: 0|req: 1155/2507] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:27:34 2026] POST /v2.0/networks => generated 637 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2508] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:27:34 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) [pid: 7|app: 0|req: 1156/2509] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:27:34 2026] POST /v2.0/subnets => generated 730 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:27:35.098 8 INFO neutron.db.segments_db [None req-f9276865-9585-4063-bec4-a7034817e825 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] Added segment c93834e6-e0ae-43f2-b7ad-874032a4e453 of type vxlan for network 3383a1b2-7e17-4878-a2bc-86f6d523ee76 2026-08-13 02:27:35.340 8 INFO neutron.db.l3_hamode_db [None req-f9276865-9585-4063-bec4-a7034817e825 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:27:36.045 8 INFO neutron.db.l3_hamode_db [None req-f9276865-9585-4063-bec4-a7034817e825 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1354/2510] 10.0.0.194 () {34 vars in 669 bytes} [Thu Aug 13 02:27:35 2026] POST /v2.0/routers => generated 685 bytes in 1736 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2511] 10.0.0.194 () {34 vars in 783 bytes} [Thu Aug 13 02:27:36 2026] PUT /v2.0/routers/c85ed2f9-1565-4603-b527-a69185390f04/add_router_interface => generated 309 bytes in 1329 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2514] 10.0.0.194 () {34 vars in 783 bytes} [Thu Aug 13 02:27:38 2026] PUT /v2.0/routers/c85ed2f9-1565-4603-b527-a69185390f04/add_router_interface => generated 309 bytes in 1332 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2515] 10.0.0.194 () {34 vars in 783 bytes} [Thu Aug 13 02:27:39 2026] PUT /v2.0/routers/c85ed2f9-1565-4603-b527-a69185390f04/add_router_interface => generated 309 bytes in 1262 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2516] 10.0.0.194 () {34 vars in 684 bytes} [Thu Aug 13 02:27:40 2026] POST /v2.0/security-groups => generated 1630 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2517] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:27:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2518] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:27:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2519] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:27:41 2026] POST /v2.0/security-group-rules => generated 599 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2520] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:27:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2521] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:27:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2522] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:27:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2523] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:27:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2524] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:27:41 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: 1165/2525] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:27:42 2026] POST /v2.0/security-group-rules => generated 599 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2526] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:27:42 2026] POST /v2.0/security-group-rules => generated 601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2527] 10.0.0.194 () {34 vars in 695 bytes} [Thu Aug 13 02:27:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2528] 10.0.0.51 () {34 vars in 1095 bytes} [Thu Aug 13 02:27:42 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1935305100&fields=id&tenant_id=c35790edeecc445b85a14ae6413b03e4 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2529] 10.0.0.51 () {34 vars in 981 bytes} [Thu Aug 13 02:27:42 2026] GET /v2.0/networks?id=93720ef4-082f-4d58-bdfc-100fc9a9b70a => generated 705 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2530] 10.0.0.51 () {34 vars in 964 bytes} [Thu Aug 13 02:27:42 2026] GET /v2.0/quotas/c35790edeecc445b85a14ae6413b03e4 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2531] 10.0.0.51 () {34 vars in 1001 bytes} [Thu Aug 13 02:27:42 2026] GET /v2.0/ports?tenant_id=c35790edeecc445b85a14ae6413b03e4&fields=id => generated 287 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2532] 10.0.0.51 () {34 vars in 1007 bytes} [Thu Aug 13 02:27:42 2026] GET /v2.0/networks/93720ef4-082f-4d58-bdfc-100fc9a9b70a?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: 1169/2533] 10.0.0.51 () {34 vars in 1107 bytes} [Thu Aug 13 02:27:42 2026] GET /v2.0/networks/93720ef4-082f-4d58-bdfc-100fc9a9b70a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2534] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:27:43 2026] GET /v2.0/ports?device_id=1ecefe4d-805d-44ad-9f66-e89110a14616 => generated 12 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2535] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:27:47 2026] GET /v2.0/networks?id=93720ef4-082f-4d58-bdfc-100fc9a9b70a => generated 705 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2536] 199.204.45.162 () {34 vars in 1050 bytes} [Thu Aug 13 02:27:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c35790edeecc445b85a14ae6413b03e4 => generated 179 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2537] 199.204.45.162 () {38 vars in 955 bytes} [Thu Aug 13 02:27:47 2026] POST /v2.0/ports => generated 1179 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2538] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Aug 13 02:27:47 2026] PUT /v2.0/ports/49beea64-f413-450d-8d75-7760076c37f7 => generated 1460 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:27:48.165 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fdc9ef68-9686-45c3-9958-6b8e2165ffe4'] response: {'name': 'network-changed', 'server_uuid': '1ecefe4d-805d-44ad-9f66-e89110a14616', 'tag': '49beea64-f413-450d-8d75-7760076c37f7', '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: 1172/2539] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:27:48 2026] GET /v2.0/ports?device_id=1ecefe4d-805d-44ad-9f66-e89110a14616 => generated 1194 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1368/2540] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:27:48 2026] GET /v2.0/security-groups?id=dabb1c12-68cb-473e-a217-d1c11170d716&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: 1173/2541] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:27:48 2026] GET /v2.0/ports?tenant_id=c35790edeecc445b85a14ae6413b03e4&device_id=1ecefe4d-805d-44ad-9f66-e89110a14616 => generated 1463 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2542] 199.204.45.162 () {34 vars in 1018 bytes} [Thu Aug 13 02:27:48 2026] GET /v2.0/networks?tenant_id=c35790edeecc445b85a14ae6413b03e4&shared=False => generated 2376 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2543] 199.204.45.162 () {34 vars in 930 bytes} [Thu Aug 13 02:27:48 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: 1370/2544] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:27:49 2026] GET /v2.0/ports?tenant_id=c35790edeecc445b85a14ae6413b03e4&device_id=1ecefe4d-805d-44ad-9f66-e89110a14616 => generated 1463 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2545] 199.204.45.162 () {34 vars in 1056 bytes} [Thu Aug 13 02:27:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.18&port_id=49beea64-f413-450d-8d75-7760076c37f7 => 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: 1371/2546] 199.204.45.162 () {34 vars in 1104 bytes} [Thu Aug 13 02:27:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A153&port_id=49beea64-f413-450d-8d75-7760076c37f7 => 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: 1176/2547] 199.204.45.162 () {34 vars in 1064 bytes} [Thu Aug 13 02:27:49 2026] GET /v2.0/subnets?id=674483fe-d740-45eb-993e-ba7b994b3dd4&id=86187051-2e8c-48ef-9cf9-68c1eda9b5eb => generated 1411 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2548] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:27:49 2026] GET /v2.0/ports?network_id=93720ef4-082f-4d58-bdfc-100fc9a9b70a&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2549] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:27:50 2026] GET /v2.0/ports?network_id=93720ef4-082f-4d58-bdfc-100fc9a9b70a&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2550] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:27:50 2026] GET /v2.0/networks/93720ef4-082f-4d58-bdfc-100fc9a9b70a?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: 1178/2551] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:27:50 2026] GET /v2.0/networks/93720ef4-082f-4d58-bdfc-100fc9a9b70a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2554] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:27:53 2026] GET /v2.0/ports?device_id=1ecefe4d-805d-44ad-9f66-e89110a14616 => generated 1194 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2555] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:27:53 2026] GET /v2.0/security-groups?id=dabb1c12-68cb-473e-a217-d1c11170d716&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2556] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:27:58 2026] GET /v2.0/ports?device_id=1ecefe4d-805d-44ad-9f66-e89110a14616 => generated 1196 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2557] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:27:58 2026] GET /v2.0/security-groups?id=dabb1c12-68cb-473e-a217-d1c11170d716&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: 8|app: 0|req: 1377/2558] 10.0.0.194 () {32 vars in 818 bytes} [Thu Aug 13 02:27:58 2026] GET /v2.0/ports?network_id=93720ef4-082f-4d58-bdfc-100fc9a9b70a&mac_address=fa%3A16%3A3e%3A97%3A47%3A80 => generated 1196 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:27:59.669 7 INFO neutron.db.l3_db [None req-52921e08-cb7d-4be9-946b-5b372b7a4f5c cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] Floating IP 49383f4f-1c23-4625-92c9-b916adb99fd2 associated. External IP: 10.96.250.202, port: 49beea64-f413-450d-8d75-7760076c37f7. [pid: 7|app: 0|req: 1182/2559] 10.0.0.194 () {34 vars in 677 bytes} [Thu Aug 13 02:27:58 2026] POST /v2.0/floatingips => generated 854 bytes in 1072 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:28:00.085 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-33f0af1e-1668-4019-aad8-0e167cb74e59'] response: {'name': 'network-changed', 'server_uuid': '1ecefe4d-805d-44ad-9f66-e89110a14616', 'tag': '49beea64-f413-450d-8d75-7760076c37f7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1378/2560] 10.0.0.51 () {34 vars in 1095 bytes} [Thu Aug 13 02:28:00 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1935305100&fields=id&tenant_id=c35790edeecc445b85a14ae6413b03e4 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2561] 10.0.0.51 () {34 vars in 981 bytes} [Thu Aug 13 02:28:00 2026] GET /v2.0/networks?id=8b8e2dca-9ec8-42c1-9d55-3dd12af23836 => generated 704 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2562] 10.0.0.51 () {34 vars in 964 bytes} [Thu Aug 13 02:28:00 2026] GET /v2.0/quotas/c35790edeecc445b85a14ae6413b03e4 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2563] 10.0.0.51 () {34 vars in 1001 bytes} [Thu Aug 13 02:28:00 2026] GET /v2.0/ports?tenant_id=c35790edeecc445b85a14ae6413b03e4&fields=id => generated 333 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2564] 10.0.0.51 () {34 vars in 1007 bytes} [Thu Aug 13 02:28:00 2026] GET /v2.0/networks/8b8e2dca-9ec8-42c1-9d55-3dd12af23836?fields=segments => generated 14 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2565] 10.0.0.51 () {34 vars in 1107 bytes} [Thu Aug 13 02:28:00 2026] GET /v2.0/networks/8b8e2dca-9ec8-42c1-9d55-3dd12af23836?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: 1186/2566] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:28:00 2026] GET /v2.0/ports?device_id=b28d0d4a-ceb9-4978-bffa-5323734da896 => 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: 1381/2567] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:28:00 2026] GET /v2.0/ports?tenant_id=c35790edeecc445b85a14ae6413b03e4&device_id=1ecefe4d-805d-44ad-9f66-e89110a14616 => generated 1465 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2568] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:28:00 2026] GET /v2.0/networks?id=93720ef4-082f-4d58-bdfc-100fc9a9b70a => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2569] 199.204.45.162 () {34 vars in 1056 bytes} [Thu Aug 13 02:28:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.18&port_id=49beea64-f413-450d-8d75-7760076c37f7 => generated 857 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2570] 199.204.45.162 () {34 vars in 1104 bytes} [Thu Aug 13 02:28:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A153&port_id=49beea64-f413-450d-8d75-7760076c37f7 => 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: 1383/2571] 199.204.45.162 () {34 vars in 1064 bytes} [Thu Aug 13 02:28:00 2026] GET /v2.0/subnets?id=674483fe-d740-45eb-993e-ba7b994b3dd4&id=86187051-2e8c-48ef-9cf9-68c1eda9b5eb => generated 1411 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2572] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:28:00 2026] GET /v2.0/ports?network_id=93720ef4-082f-4d58-bdfc-100fc9a9b70a&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: 8|app: 0|req: 1384/2573] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:28:00 2026] GET /v2.0/ports?network_id=93720ef4-082f-4d58-bdfc-100fc9a9b70a&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2574] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:28:00 2026] GET /v2.0/networks/93720ef4-082f-4d58-bdfc-100fc9a9b70a?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2575] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:28:00 2026] GET /v2.0/networks/93720ef4-082f-4d58-bdfc-100fc9a9b70a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2576] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:28:04 2026] GET /v2.0/networks?id=8b8e2dca-9ec8-42c1-9d55-3dd12af23836 => 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: 1386/2577] 199.204.45.162 () {34 vars in 1050 bytes} [Thu Aug 13 02:28:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c35790edeecc445b85a14ae6413b03e4 => generated 179 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2578] 199.204.45.162 () {38 vars in 955 bytes} [Thu Aug 13 02:28:04 2026] POST /v2.0/ports => generated 1187 bytes in 428 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: 1193/2579] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:28:05 2026] GET /v2.0/ports?device_id=b28d0d4a-ceb9-4978-bffa-5323734da896 => generated 1202 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2580] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:28:05 2026] GET /v2.0/security-groups?id=dabb1c12-68cb-473e-a217-d1c11170d716&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: 1387/2581] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Aug 13 02:28:05 2026] PUT /v2.0/ports/c4ca8a7e-2c7e-4586-9429-3654f4054fc6 => generated 1468 bytes in 445 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:28:05.902 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c4010df9-6b7c-4bbf-81ea-62f111166eed'] response: {'name': 'network-changed', 'server_uuid': 'b28d0d4a-ceb9-4978-bffa-5323734da896', 'tag': 'c4ca8a7e-2c7e-4586-9429-3654f4054fc6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1195/2582] 10.0.0.55 () {34 vars in 989 bytes} [Thu Aug 13 02:28:06 2026] GET /v2.0/ports?device_id=1ecefe4d-805d-44ad-9f66-e89110a14616 => generated 1465 bytes in 55 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: 1388/2583] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:28:06 2026] GET /v2.0/ports?tenant_id=c35790edeecc445b85a14ae6413b03e4&device_id=b28d0d4a-ceb9-4978-bffa-5323734da896 => generated 1471 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2584] 10.0.0.55 () {34 vars in 1039 bytes} [Thu Aug 13 02:28:06 2026] GET /v2.0/security-groups?id=dabb1c12-68cb-473e-a217-d1c11170d716&fields=id&fields=name => generated 112 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2585] 199.204.45.162 () {34 vars in 1018 bytes} [Thu Aug 13 02:28:06 2026] GET /v2.0/networks?tenant_id=c35790edeecc445b85a14ae6413b03e4&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: 1197/2586] 199.204.45.162 () {34 vars in 930 bytes} [Thu Aug 13 02:28:06 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: 1390/2587] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:28:07 2026] GET /v2.0/ports?tenant_id=c35790edeecc445b85a14ae6413b03e4&device_id=b28d0d4a-ceb9-4978-bffa-5323734da896 => generated 1471 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2588] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:28:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.243&port_id=c4ca8a7e-2c7e-4586-9429-3654f4054fc6 => 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: 1391/2589] 199.204.45.162 () {34 vars in 1106 bytes} [Thu Aug 13 02:28:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A267&port_id=c4ca8a7e-2c7e-4586-9429-3654f4054fc6 => 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: 1199/2590] 199.204.45.162 () {34 vars in 1064 bytes} [Thu Aug 13 02:28:07 2026] GET /v2.0/subnets?id=95ebda54-e64e-4ce6-b82b-bcfe960f8ed7&id=77b468af-fa03-418c-8d25-3c11db9a4b9a => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2591] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:28:07 2026] GET /v2.0/ports?network_id=8b8e2dca-9ec8-42c1-9d55-3dd12af23836&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2592] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:28:07 2026] GET /v2.0/ports?network_id=8b8e2dca-9ec8-42c1-9d55-3dd12af23836&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: 1393/2593] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:28:07 2026] GET /v2.0/networks/8b8e2dca-9ec8-42c1-9d55-3dd12af23836?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: 1201/2594] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:28:07 2026] GET /v2.0/networks/8b8e2dca-9ec8-42c1-9d55-3dd12af23836?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: 1203/2597] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:28:10 2026] GET /v2.0/ports?device_id=b28d0d4a-ceb9-4978-bffa-5323734da896 => generated 1204 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2598] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:28:10 2026] GET /v2.0/security-groups?id=dabb1c12-68cb-473e-a217-d1c11170d716&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2599] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:28:16 2026] GET /v2.0/ports?device_id=b28d0d4a-ceb9-4978-bffa-5323734da896 => generated 1204 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2600] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:28:16 2026] GET /v2.0/security-groups?id=dabb1c12-68cb-473e-a217-d1c11170d716&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: 1205/2601] 10.0.0.194 () {32 vars in 818 bytes} [Thu Aug 13 02:28:16 2026] GET /v2.0/ports?network_id=8b8e2dca-9ec8-42c1-9d55-3dd12af23836&mac_address=fa%3A16%3A3e%3A42%3A56%3A26 => generated 1204 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:28:16.911 8 INFO neutron.db.l3_db [None req-572fa8d6-bf2d-4f78-9df7-4e0613698243 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] Floating IP e2c68d93-3047-410d-9d0c-b676052869e2 associated. External IP: 10.96.250.218, port: c4ca8a7e-2c7e-4586-9429-3654f4054fc6. [pid: 8|app: 0|req: 1397/2602] 10.0.0.194 () {34 vars in 677 bytes} [Thu Aug 13 02:28:16 2026] POST /v2.0/floatingips => generated 855 bytes in 1426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:28:17.697 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-06dbd118-8c41-48bc-bee7-ac82181dd638'] response: {'name': 'network-changed', 'server_uuid': 'b28d0d4a-ceb9-4978-bffa-5323734da896', 'tag': 'c4ca8a7e-2c7e-4586-9429-3654f4054fc6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1206/2603] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:28:18 2026] GET /v2.0/ports?tenant_id=c35790edeecc445b85a14ae6413b03e4&device_id=b28d0d4a-ceb9-4978-bffa-5323734da896 => generated 1473 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2604] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:28:18 2026] GET /v2.0/networks?id=8b8e2dca-9ec8-42c1-9d55-3dd12af23836 => generated 800 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2605] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:28:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.243&port_id=c4ca8a7e-2c7e-4586-9429-3654f4054fc6 => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2606] 199.204.45.162 () {34 vars in 1106 bytes} [Thu Aug 13 02:28:18 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A267&port_id=c4ca8a7e-2c7e-4586-9429-3654f4054fc6 => 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: 1208/2607] 199.204.45.162 () {34 vars in 1064 bytes} [Thu Aug 13 02:28:18 2026] GET /v2.0/subnets?id=95ebda54-e64e-4ce6-b82b-bcfe960f8ed7&id=77b468af-fa03-418c-8d25-3c11db9a4b9a => generated 1414 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2608] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:28:18 2026] GET /v2.0/ports?network_id=8b8e2dca-9ec8-42c1-9d55-3dd12af23836&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2609] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:28:18 2026] GET /v2.0/ports?network_id=8b8e2dca-9ec8-42c1-9d55-3dd12af23836&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2610] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:28:18 2026] GET /v2.0/networks/8b8e2dca-9ec8-42c1-9d55-3dd12af23836?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: 1210/2611] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:28:18 2026] GET /v2.0/networks/8b8e2dca-9ec8-42c1-9d55-3dd12af23836?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: 1212/2614] 10.0.0.55 () {34 vars in 989 bytes} [Thu Aug 13 02:28:23 2026] GET /v2.0/ports?device_id=b28d0d4a-ceb9-4978-bffa-5323734da896 => generated 1473 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2615] 10.0.0.55 () {34 vars in 1039 bytes} [Thu Aug 13 02:28:23 2026] GET /v2.0/security-groups?id=dabb1c12-68cb-473e-a217-d1c11170d716&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2616] 10.0.0.194 () {32 vars in 721 bytes} [Thu Aug 13 02:28:34 2026] GET /v2.0/subnets/b75159ac-2c72-483a-9fd2-d18b090fac3d => 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: 1404/2617] 10.0.0.7 () {30 vars in 688 bytes} [Thu Aug 13 02:28:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2618] 10.0.0.7 () {30 vars in 690 bytes} [Thu Aug 13 02:28:35 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: 1405/2619] 10.0.0.7 () {30 vars in 666 bytes} [Thu Aug 13 02:28:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2620] 10.0.0.7 () {30 vars in 702 bytes} [Thu Aug 13 02:28:35 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: 1406/2621] 10.0.0.7 () {28 vars in 437 bytes} [Thu Aug 13 02:28:35 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: 1216/2622] 10.0.0.7 () {30 vars in 726 bytes} [Thu Aug 13 02:28:35 2026] GET /v2.0/subnets/b75159ac-2c72-483a-9fd2-d18b090fac3d => generated 658 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2623] 10.0.0.7 () {30 vars in 688 bytes} [Thu Aug 13 02:28:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2624] 10.0.0.7 () {30 vars in 690 bytes} [Thu Aug 13 02:28:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2625] 10.0.0.7 () {30 vars in 666 bytes} [Thu Aug 13 02:28:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2626] 10.0.0.7 () {30 vars in 702 bytes} [Thu Aug 13 02:28:35 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: 1409/2627] 10.0.0.7 () {30 vars in 726 bytes} [Thu Aug 13 02:28:35 2026] GET /v2.0/subnets/b75159ac-2c72-483a-9fd2-d18b090fac3d => 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: 1219/2628] 10.0.0.7 () {30 vars in 688 bytes} [Thu Aug 13 02:28:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2629] 10.0.0.7 () {30 vars in 690 bytes} [Thu Aug 13 02:28:36 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: 1220/2630] 10.0.0.7 () {30 vars in 666 bytes} [Thu Aug 13 02:28:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2631] 10.0.0.7 () {30 vars in 702 bytes} [Thu Aug 13 02:28:36 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: 1221/2632] 10.0.0.7 () {30 vars in 728 bytes} [Thu Aug 13 02:28:36 2026] GET /v2.0/networks/0a698781-7e6c-41c5-a572-02f66994976c => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2633] 10.0.0.7 () {30 vars in 680 bytes} [Thu Aug 13 02:28:36 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2634] 10.0.0.7 () {34 vars in 702 bytes} [Thu Aug 13 02:28:36 2026] POST /v2.0/ports => generated 1128 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2637] 199.204.45.162 () {30 vars in 703 bytes} [Thu Aug 13 02:28:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 37 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: 1224/2638] 199.204.45.162 () {30 vars in 705 bytes} [Thu Aug 13 02:28:39 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: 1415/2639] 199.204.45.162 () {30 vars in 681 bytes} [Thu Aug 13 02:28:39 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2640] 199.204.45.162 () {30 vars in 717 bytes} [Thu Aug 13 02:28:39 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: 1416/2641] 199.204.45.162 () {30 vars in 737 bytes} [Thu Aug 13 02:28:39 2026] GET /v2.0/ports/fa237998-1440-4dbf-a168-51dcbb99c6ee => generated 1128 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2642] 199.204.45.162 () {30 vars in 703 bytes} [Thu Aug 13 02:28:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2643] 199.204.45.162 () {30 vars in 705 bytes} [Thu Aug 13 02:28:39 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: 1227/2644] 199.204.45.162 () {30 vars in 681 bytes} [Thu Aug 13 02:28:39 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: 1418/2645] 199.204.45.162 () {30 vars in 717 bytes} [Thu Aug 13 02:28:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:28:39.942 7 INFO neutron.api.v2.resource [None req-4d2136c1-a420-4d39-b050-721b7be0a9db 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1228/2646] 199.204.45.162 () {30 vars in 763 bytes} [Thu Aug 13 02:28:39 2026] GET /v2.0/security-groups/lb-6fb98a24-8ece-4c2e-9ee3-f2d098c5c143 => 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: 1419/2647] 199.204.45.162 () {30 vars in 785 bytes} [Thu Aug 13 02:28:39 2026] GET /v2.0/security-groups?name=lb-6fb98a24-8ece-4c2e-9ee3-f2d098c5c143 => generated 23 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2648] 199.204.45.162 () {34 vars in 736 bytes} [Thu Aug 13 02:28:39 2026] POST /v2.0/security-groups => generated 1638 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2649] 199.204.45.162 () {30 vars in 815 bytes} [Thu Aug 13 02:28:40 2026] GET /v2.0/security-group-rules?security_group_id=8cee9995-e4e2-46ca-a28c-f1fd2e5c3002 => generated 1182 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2650] 199.204.45.162 () {34 vars in 789 bytes} [Thu Aug 13 02:28:40 2026] PUT /v2.0/ports/fa237998-1440-4dbf-a168-51dcbb99c6ee => generated 1128 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2651] 199.204.45.162 () {30 vars in 703 bytes} [Thu Aug 13 02:28:40 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1231/2652] 199.204.45.162 () {30 vars in 705 bytes} [Thu Aug 13 02:28:40 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: 1422/2653] 199.204.45.162 () {30 vars in 681 bytes} [Thu Aug 13 02:28:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2654] 199.204.45.162 () {30 vars in 717 bytes} [Thu Aug 13 02:28:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2655] 199.204.45.162 () {30 vars in 741 bytes} [Thu Aug 13 02:28:40 2026] GET /v2.0/subnets/b75159ac-2c72-483a-9fd2-d18b090fac3d => generated 676 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2656] 10.0.0.51 () {34 vars in 1015 bytes} [Thu Aug 13 02:28:47 2026] GET /v2.0/security-groups?id=49f6e53d-bc67-4d79-9a49-9680d20ef42f&fields=id => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2657] 10.0.0.51 () {34 vars in 981 bytes} [Thu Aug 13 02:28:47 2026] GET /v2.0/networks?id=da462ba2-5e94-4667-8689-bcb509d71fd2 => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2658] 10.0.0.51 () {34 vars in 964 bytes} [Thu Aug 13 02:28:47 2026] GET /v2.0/quotas/0204d2fc2f0a4adb952a46f2b5a28857 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2659] 10.0.0.51 () {34 vars in 1001 bytes} [Thu Aug 13 02:28:47 2026] GET /v2.0/ports?tenant_id=0204d2fc2f0a4adb952a46f2b5a28857&fields=id => generated 149 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2660] 10.0.0.51 () {34 vars in 1007 bytes} [Thu Aug 13 02:28:47 2026] GET /v2.0/networks/da462ba2-5e94-4667-8689-bcb509d71fd2?fields=segments => generated 14 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2661] 10.0.0.51 () {34 vars in 1107 bytes} [Thu Aug 13 02:28:48 2026] GET /v2.0/networks/da462ba2-5e94-4667-8689-bcb509d71fd2?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: 1236/2662] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:28:48 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => 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: 1427/2663] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:28:48 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => 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: 1237/2664] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:28:51 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => 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: 1428/2665] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:28:51 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => 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: 1238/2666] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:28:52 2026] GET /v2.0/networks?id=da462ba2-5e94-4667-8689-bcb509d71fd2 => generated 735 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2667] 199.204.45.162 () {34 vars in 1050 bytes} [Thu Aug 13 02:28:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0204d2fc2f0a4adb952a46f2b5a28857 => generated 343 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2668] 199.204.45.162 () {38 vars in 955 bytes} [Thu Aug 13 02:28:52 2026] POST /v2.0/ports => generated 1082 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2671] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Aug 13 02:28:52 2026] PUT /v2.0/ports/d1126b0d-f2e9-400b-afa0-977aaba8fa04 => generated 1243 bytes in 394 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:28:53.412 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d1eb43ce-605b-4551-b722-ca07e5a2d242'] response: {'name': 'network-changed', 'server_uuid': '91ac4b79-55ad-46c3-8644-81f57d26f46d', 'tag': 'd1126b0d-f2e9-400b-afa0-977aaba8fa04', '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: 1242/2672] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:28:53 2026] GET /v2.0/ports?tenant_id=0204d2fc2f0a4adb952a46f2b5a28857&device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 1246 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1431/2673] 199.204.45.162 () {34 vars in 1018 bytes} [Thu Aug 13 02:28:53 2026] GET /v2.0/networks?tenant_id=0204d2fc2f0a4adb952a46f2b5a28857&shared=False => generated 735 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2674] 199.204.45.162 () {34 vars in 930 bytes} [Thu Aug 13 02:28:54 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2675] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:28:54 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 1246 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2676] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:28:54 2026] GET /v2.0/security-groups?id=49f6e53d-bc67-4d79-9a49-9680d20ef42f&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2677] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:28:54 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 1246 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2678] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:28:55 2026] GET /v2.0/ports?tenant_id=0204d2fc2f0a4adb952a46f2b5a28857&device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 1246 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2679] 199.204.45.162 () {34 vars in 1062 bytes} [Thu Aug 13 02:28:55 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.219&port_id=d1126b0d-f2e9-400b-afa0-977aaba8fa04 => 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: 1246/2680] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:28:55 2026] GET /v2.0/subnets?id=f0e60bdf-8239-4cd6-9359-8aee9e3f522b => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2681] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:28:55 2026] GET /v2.0/ports?network_id=da462ba2-5e94-4667-8689-bcb509d71fd2&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: 1247/2682] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:28:55 2026] GET /v2.0/networks/da462ba2-5e94-4667-8689-bcb509d71fd2?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2683] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:28:55 2026] GET /v2.0/networks/da462ba2-5e94-4667-8689-bcb509d71fd2?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: 1248/2684] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:28:57 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 1246 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2685] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:28:57 2026] GET /v2.0/security-groups?id=49f6e53d-bc67-4d79-9a49-9680d20ef42f&fields=id&fields=name => generated 96 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2686] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:28:57 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2687] 199.204.45.162 () {34 vars in 994 bytes} [Thu Aug 13 02:28:59 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 1248 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2688] 199.204.45.162 () {34 vars in 1044 bytes} [Thu Aug 13 02:28:59 2026] GET /v2.0/security-groups?id=49f6e53d-bc67-4d79-9a49-9680d20ef42f&fields=id&fields=name => generated 96 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2689] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:29:00 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2690] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:29:00 2026] GET /v2.0/security-groups?id=49f6e53d-bc67-4d79-9a49-9680d20ef42f&fields=id&fields=name => generated 96 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2691] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:29:00 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => 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: 1252/2692] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:29:03 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 1248 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2693] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:29:03 2026] GET /v2.0/security-groups?id=49f6e53d-bc67-4d79-9a49-9680d20ef42f&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: 1253/2694] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:29:03 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 1248 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2699] 199.204.45.162 () {30 vars in 703 bytes} [Thu Aug 13 02:29:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2700] 199.204.45.162 () {30 vars in 705 bytes} [Thu Aug 13 02:29: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: 1257/2701] 199.204.45.162 () {30 vars in 681 bytes} [Thu Aug 13 02:29:38 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: 1445/2702] 199.204.45.162 () {30 vars in 717 bytes} [Thu Aug 13 02:29: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: 7|app: 0|req: 1258/2703] 199.204.45.162 () {30 vars in 741 bytes} [Thu Aug 13 02:29:38 2026] GET /v2.0/subnets/b75159ac-2c72-483a-9fd2-d18b090fac3d => 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: 1446/2704] 199.204.45.162 () {30 vars in 769 bytes} [Thu Aug 13 02:29:38 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2707] 199.204.45.162 () {34 vars in 717 bytes} [Thu Aug 13 02:29:38 2026] POST /v2.0/ports => generated 1055 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2708] 10.0.0.51 () {34 vars in 970 bytes} [Thu Aug 13 02:29:38 2026] GET /v2.0/ports/594dff71-a46a-485f-868b-c8e96ed6dc75 => generated 1055 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2709] 10.0.0.51 () {34 vars in 906 bytes} [Thu Aug 13 02:29:38 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2710] 199.204.45.162 () {34 vars in 1262 bytes} [Thu Aug 13 02:29:39 2026] GET /v2.0/ports/594dff71-a46a-485f-868b-c8e96ed6dc75?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2711] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:29:39 2026] GET /v2.0/networks/0a698781-7e6c-41c5-a572-02f66994976c?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2712] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:29:39 2026] GET /v2.0/networks/0a698781-7e6c-41c5-a572-02f66994976c?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: 1262/2713] 199.204.45.162 () {34 vars in 975 bytes} [Thu Aug 13 02:29:40 2026] GET /v2.0/ports/594dff71-a46a-485f-868b-c8e96ed6dc75 => generated 1055 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2714] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:29:40 2026] GET /v2.0/networks?id=0a698781-7e6c-41c5-a572-02f66994976c => generated 803 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2715] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Aug 13 02:29:40 2026] PUT /v2.0/ports/594dff71-a46a-485f-868b-c8e96ed6dc75 => generated 1245 bytes in 444 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:29:40.981 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6cae82d0-0023-4c1d-948b-cef2a65ef18d'] response: {'name': 'network-changed', 'server_uuid': '91ac4b79-55ad-46c3-8644-81f57d26f46d', 'tag': '594dff71-a46a-485f-868b-c8e96ed6dc75', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1453/2716] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:29:41 2026] GET /v2.0/ports?tenant_id=0204d2fc2f0a4adb952a46f2b5a28857&device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 2485 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2717] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:29:41 2026] GET /v2.0/networks?id=0a698781-7e6c-41c5-a572-02f66994976c => generated 803 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2718] 199.204.45.162 () {34 vars in 1056 bytes} [Thu Aug 13 02:29:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=594dff71-a46a-485f-868b-c8e96ed6dc75 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2719] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:29:41 2026] GET /v2.0/subnets?id=b75159ac-2c72-483a-9fd2-d18b090fac3d => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2720] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:29:41 2026] GET /v2.0/ports?network_id=0a698781-7e6c-41c5-a572-02f66994976c&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: 1266/2721] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:29:41 2026] GET /v2.0/networks/0a698781-7e6c-41c5-a572-02f66994976c?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: 1456/2722] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:29:41 2026] GET /v2.0/networks/0a698781-7e6c-41c5-a572-02f66994976c?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: 1267/2723] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:29:42 2026] GET /v2.0/ports?tenant_id=0204d2fc2f0a4adb952a46f2b5a28857&device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 2485 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2724] 199.204.45.162 () {34 vars in 1062 bytes} [Thu Aug 13 02:29:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.219&port_id=d1126b0d-f2e9-400b-afa0-977aaba8fa04 => 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: 1268/2725] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:29:42 2026] GET /v2.0/subnets?id=f0e60bdf-8239-4cd6-9359-8aee9e3f522b => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2726] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:29:42 2026] GET /v2.0/ports?network_id=da462ba2-5e94-4667-8689-bcb509d71fd2&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2727] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:29:42 2026] GET /v2.0/networks/da462ba2-5e94-4667-8689-bcb509d71fd2?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: 1459/2728] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:29:43 2026] GET /v2.0/networks/da462ba2-5e94-4667-8689-bcb509d71fd2?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: 1270/2729] 199.204.45.162 () {34 vars in 1056 bytes} [Thu Aug 13 02:29:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=594dff71-a46a-485f-868b-c8e96ed6dc75 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2730] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:29:43 2026] GET /v2.0/subnets?id=b75159ac-2c72-483a-9fd2-d18b090fac3d => 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: 1271/2731] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:29:43 2026] GET /v2.0/ports?network_id=0a698781-7e6c-41c5-a572-02f66994976c&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: 1461/2732] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:29:43 2026] GET /v2.0/networks/0a698781-7e6c-41c5-a572-02f66994976c?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: 1272/2733] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:29:43 2026] GET /v2.0/networks/0a698781-7e6c-41c5-a572-02f66994976c?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: 1462/2734] 10.0.0.51 () {34 vars in 970 bytes} [Thu Aug 13 02:29:47 2026] GET /v2.0/ports/594dff71-a46a-485f-868b-c8e96ed6dc75 => generated 1247 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2735] 199.204.45.162 () {34 vars in 789 bytes} [Thu Aug 13 02:29:47 2026] PUT /v2.0/ports/594dff71-a46a-485f-868b-c8e96ed6dc75 => generated 1271 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:29:47.602 8 INFO neutron.api.v2.resource [None req-ab294f6b-1059-47f5-baf9-4fd73f995912 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1463/2736] 199.204.45.162 () {30 vars in 763 bytes} [Thu Aug 13 02:29:47 2026] GET /v2.0/security-groups/lb-6fb98a24-8ece-4c2e-9ee3-f2d098c5c143 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:29:47.626 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2d8bae35-f93f-4cc7-ba03-aecb874eb583'] response: {'name': 'network-changed', 'server_uuid': '91ac4b79-55ad-46c3-8644-81f57d26f46d', 'tag': '594dff71-a46a-485f-868b-c8e96ed6dc75', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1274/2737] 199.204.45.162 () {30 vars in 785 bytes} [Thu Aug 13 02:29:47 2026] GET /v2.0/security-groups?name=lb-6fb98a24-8ece-4c2e-9ee3-f2d098c5c143 => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2738] 199.204.45.162 () {34 vars in 789 bytes} [Thu Aug 13 02:29:47 2026] PUT /v2.0/ports/594dff71-a46a-485f-868b-c8e96ed6dc75 => generated 1309 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:29:47.935 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8c3193e9-ef17-4479-9eb5-0ea1a059bf58'] response: {'name': 'network-changed', 'server_uuid': '91ac4b79-55ad-46c3-8644-81f57d26f46d', 'tag': '594dff71-a46a-485f-868b-c8e96ed6dc75', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1275/2739] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:29:48 2026] GET /v2.0/ports?tenant_id=0204d2fc2f0a4adb952a46f2b5a28857&device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 2585 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: 8|app: 0|req: 1465/2740] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:29:48 2026] GET /v2.0/networks?id=0a698781-7e6c-41c5-a572-02f66994976c => generated 803 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2741] 199.204.45.162 () {34 vars in 1056 bytes} [Thu Aug 13 02:29:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=594dff71-a46a-485f-868b-c8e96ed6dc75 => 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: 1466/2742] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:29:48 2026] GET /v2.0/subnets?id=b75159ac-2c72-483a-9fd2-d18b090fac3d => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2743] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:29:48 2026] GET /v2.0/ports?network_id=0a698781-7e6c-41c5-a572-02f66994976c&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: 1467/2744] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:29:48 2026] GET /v2.0/networks/0a698781-7e6c-41c5-a572-02f66994976c?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: 1278/2745] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:29:48 2026] GET /v2.0/networks/0a698781-7e6c-41c5-a572-02f66994976c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2746] 199.204.45.162 () {30 vars in 703 bytes} [Thu Aug 13 02:29:48 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: 1279/2747] 199.204.45.162 () {30 vars in 705 bytes} [Thu Aug 13 02:29:48 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: 1469/2748] 199.204.45.162 () {30 vars in 681 bytes} [Thu Aug 13 02:29:48 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: 1280/2749] 199.204.45.162 () {30 vars in 717 bytes} [Thu Aug 13 02:29:48 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: 1470/2750] 199.204.45.162 () {30 vars in 741 bytes} [Thu Aug 13 02:29:48 2026] GET /v2.0/subnets/b75159ac-2c72-483a-9fd2-d18b090fac3d => 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: 1281/2751] 199.204.45.162 () {30 vars in 737 bytes} [Thu Aug 13 02:29:48 2026] GET /v2.0/ports/fa237998-1440-4dbf-a168-51dcbb99c6ee => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2752] 199.204.45.162 () {30 vars in 737 bytes} [Thu Aug 13 02:29:48 2026] GET /v2.0/ports/594dff71-a46a-485f-868b-c8e96ed6dc75 => generated 1345 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2753] 199.204.45.162 () {30 vars in 741 bytes} [Thu Aug 13 02:29:48 2026] GET /v2.0/subnets/b75159ac-2c72-483a-9fd2-d18b090fac3d => 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: 1472/2754] 199.204.45.162 () {30 vars in 743 bytes} [Thu Aug 13 02:29:48 2026] GET /v2.0/networks/0a698781-7e6c-41c5-a572-02f66994976c => generated 800 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2755] 199.204.45.162 () {30 vars in 737 bytes} [Thu Aug 13 02:29:48 2026] GET /v2.0/ports/fa237998-1440-4dbf-a168-51dcbb99c6ee => 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: 1473/2756] 199.204.45.162 () {30 vars in 741 bytes} [Thu Aug 13 02:29:48 2026] GET /v2.0/subnets/b75159ac-2c72-483a-9fd2-d18b090fac3d => generated 676 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2757] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:29:49 2026] GET /v2.0/ports?tenant_id=0204d2fc2f0a4adb952a46f2b5a28857&device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 2585 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2758] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:29:49 2026] GET /v2.0/networks?id=0a698781-7e6c-41c5-a572-02f66994976c => generated 803 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2759] 199.204.45.162 () {34 vars in 1056 bytes} [Thu Aug 13 02:29:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=594dff71-a46a-485f-868b-c8e96ed6dc75 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2760] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:29:49 2026] GET /v2.0/subnets?id=b75159ac-2c72-483a-9fd2-d18b090fac3d => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2761] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:29:49 2026] GET /v2.0/ports?network_id=0a698781-7e6c-41c5-a572-02f66994976c&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: 1476/2762] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:29:49 2026] GET /v2.0/networks/0a698781-7e6c-41c5-a572-02f66994976c?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: 1287/2763] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:29:49 2026] GET /v2.0/networks/0a698781-7e6c-41c5-a572-02f66994976c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:29:57.723 7 INFO neutron.db.l3_db [None req-275ffaba-a035-4d39-a80b-860cdc2a328f cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] Floating IP 3ade31cf-390a-44ea-a01e-7a896c2b0773 associated. External IP: 10.96.250.209, port: fa237998-1440-4dbf-a168-51dcbb99c6ee. [pid: 7|app: 0|req: 1289/2766] 10.0.0.194 () {34 vars in 677 bytes} [Thu Aug 13 02:29:56 2026] POST /v2.0/floatingips => generated 898 bytes in 1068 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2767] 199.204.45.162 () {30 vars in 703 bytes} [Thu Aug 13 02:30:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2768] 199.204.45.162 () {30 vars in 705 bytes} [Thu Aug 13 02:30:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2769] 199.204.45.162 () {30 vars in 681 bytes} [Thu Aug 13 02:30:02 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: 1291/2770] 199.204.45.162 () {30 vars in 717 bytes} [Thu Aug 13 02:30:02 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 02:30:02.972 8 INFO neutron.api.v2.resource [None req-b5c51810-0c5c-4ec4-a241-74e2b8e76c12 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1480/2771] 199.204.45.162 () {30 vars in 763 bytes} [Thu Aug 13 02:30:02 2026] GET /v2.0/security-groups/lb-6fb98a24-8ece-4c2e-9ee3-f2d098c5c143 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2772] 199.204.45.162 () {30 vars in 785 bytes} [Thu Aug 13 02:30:02 2026] GET /v2.0/security-groups?name=lb-6fb98a24-8ece-4c2e-9ee3-f2d098c5c143 => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2773] 199.204.45.162 () {30 vars in 815 bytes} [Thu Aug 13 02:30:03 2026] GET /v2.0/security-group-rules?security_group_id=8cee9995-e4e2-46ca-a28c-f1fd2e5c3002 => generated 1182 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2774] 199.204.45.162 () {34 vars in 747 bytes} [Thu Aug 13 02:30:03 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2775] 199.204.45.162 () {34 vars in 747 bytes} [Thu Aug 13 02:30:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2778] 10.0.0.7 () {30 vars in 688 bytes} [Thu Aug 13 02:30:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2779] 10.0.0.7 () {30 vars in 690 bytes} [Thu Aug 13 02:30:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2780] 10.0.0.7 () {30 vars in 666 bytes} [Thu Aug 13 02:30:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2781] 10.0.0.7 () {30 vars in 702 bytes} [Thu Aug 13 02:30:09 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: 1486/2782] 10.0.0.7 () {28 vars in 437 bytes} [Thu Aug 13 02:30:09 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: 1297/2783] 10.0.0.7 () {30 vars in 726 bytes} [Thu Aug 13 02:30:09 2026] GET /v2.0/subnets/86187051-2e8c-48ef-9cf9-68c1eda9b5eb => generated 656 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2784] 199.204.45.162 () {30 vars in 703 bytes} [Thu Aug 13 02:30:10 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: 1298/2785] 199.204.45.162 () {30 vars in 705 bytes} [Thu Aug 13 02:30:10 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: 1488/2786] 199.204.45.162 () {30 vars in 681 bytes} [Thu Aug 13 02:30:10 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: 1299/2787] 199.204.45.162 () {30 vars in 717 bytes} [Thu Aug 13 02:30:10 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: 1489/2788] 199.204.45.162 () {30 vars in 741 bytes} [Thu Aug 13 02:30:10 2026] GET /v2.0/subnets/86187051-2e8c-48ef-9cf9-68c1eda9b5eb => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2789] 199.204.45.162 () {30 vars in 769 bytes} [Thu Aug 13 02:30:10 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 2585 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2790] 199.204.45.162 () {30 vars in 703 bytes} [Thu Aug 13 02:30:10 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: 1301/2791] 199.204.45.162 () {30 vars in 705 bytes} [Thu Aug 13 02:30:10 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: 1491/2792] 199.204.45.162 () {30 vars in 681 bytes} [Thu Aug 13 02:30:10 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: 1302/2793] 199.204.45.162 () {30 vars in 717 bytes} [Thu Aug 13 02:30:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2794] 199.204.45.162 () {34 vars in 717 bytes} [Thu Aug 13 02:30:10 2026] POST /v2.0/ports => generated 1324 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2795] 10.0.0.51 () {34 vars in 970 bytes} [Thu Aug 13 02:30:11 2026] GET /v2.0/ports/b80ca98d-ce3a-48e3-9ae9-96f6303a5851 => generated 1324 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: 8|app: 0|req: 1493/2796] 10.0.0.51 () {34 vars in 906 bytes} [Thu Aug 13 02:30:11 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2797] 199.204.45.162 () {34 vars in 1262 bytes} [Thu Aug 13 02:30:12 2026] GET /v2.0/ports/b80ca98d-ce3a-48e3-9ae9-96f6303a5851?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: 8|app: 0|req: 1494/2798] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:30:12 2026] GET /v2.0/networks/93720ef4-082f-4d58-bdfc-100fc9a9b70a?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: 1305/2799] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:30:12 2026] GET /v2.0/networks/93720ef4-082f-4d58-bdfc-100fc9a9b70a?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: 1495/2800] 199.204.45.162 () {34 vars in 975 bytes} [Thu Aug 13 02:30:13 2026] GET /v2.0/ports/b80ca98d-ce3a-48e3-9ae9-96f6303a5851 => generated 1324 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2801] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:30:13 2026] GET /v2.0/networks?id=93720ef4-082f-4d58-bdfc-100fc9a9b70a => generated 801 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2802] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Aug 13 02:30:13 2026] PUT /v2.0/ports/b80ca98d-ce3a-48e3-9ae9-96f6303a5851 => generated 1514 bytes in 442 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:30:13.674 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c129b00-7c36-4aa9-af66-83fe0316927b'] response: {'name': 'network-changed', 'server_uuid': '91ac4b79-55ad-46c3-8644-81f57d26f46d', 'tag': 'b80ca98d-ce3a-48e3-9ae9-96f6303a5851', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1307/2803] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:30:14 2026] GET /v2.0/ports?tenant_id=0204d2fc2f0a4adb952a46f2b5a28857&device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 4091 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1497/2804] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:30:14 2026] GET /v2.0/networks?id=93720ef4-082f-4d58-bdfc-100fc9a9b70a => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2805] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:30:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.147&port_id=b80ca98d-ce3a-48e3-9ae9-96f6303a5851 => 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: 1498/2806] 199.204.45.162 () {34 vars in 1102 bytes} [Thu Aug 13 02:30:14 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A42&port_id=b80ca98d-ce3a-48e3-9ae9-96f6303a5851 => 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: 1309/2807] 199.204.45.162 () {34 vars in 1064 bytes} [Thu Aug 13 02:30:14 2026] GET /v2.0/subnets?id=674483fe-d740-45eb-993e-ba7b994b3dd4&id=86187051-2e8c-48ef-9cf9-68c1eda9b5eb => generated 1411 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2808] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:30:14 2026] GET /v2.0/ports?network_id=93720ef4-082f-4d58-bdfc-100fc9a9b70a&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2809] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:30:14 2026] GET /v2.0/ports?network_id=93720ef4-082f-4d58-bdfc-100fc9a9b70a&device_owner=network%3Adhcp => generated 1457 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2810] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:30:14 2026] GET /v2.0/networks/93720ef4-082f-4d58-bdfc-100fc9a9b70a?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: 1311/2811] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:30:14 2026] GET /v2.0/networks/93720ef4-082f-4d58-bdfc-100fc9a9b70a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2812] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:30:15 2026] GET /v2.0/ports?tenant_id=0204d2fc2f0a4adb952a46f2b5a28857&device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 4091 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2813] 199.204.45.162 () {34 vars in 1062 bytes} [Thu Aug 13 02:30:15 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.219&port_id=d1126b0d-f2e9-400b-afa0-977aaba8fa04 => 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: 1502/2814] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:30:15 2026] GET /v2.0/subnets?id=f0e60bdf-8239-4cd6-9359-8aee9e3f522b => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2815] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:30:15 2026] GET /v2.0/ports?network_id=da462ba2-5e94-4667-8689-bcb509d71fd2&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: 8|app: 0|req: 1503/2816] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:30:15 2026] GET /v2.0/networks/da462ba2-5e94-4667-8689-bcb509d71fd2?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: 1314/2817] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:30:15 2026] GET /v2.0/networks/da462ba2-5e94-4667-8689-bcb509d71fd2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2818] 199.204.45.162 () {34 vars in 1056 bytes} [Thu Aug 13 02:30:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=594dff71-a46a-485f-868b-c8e96ed6dc75 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2819] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:30:15 2026] GET /v2.0/subnets?id=b75159ac-2c72-483a-9fd2-d18b090fac3d => generated 679 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2820] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:30:15 2026] GET /v2.0/ports?network_id=0a698781-7e6c-41c5-a572-02f66994976c&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2821] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:30:15 2026] GET /v2.0/networks/0a698781-7e6c-41c5-a572-02f66994976c?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: 1506/2822] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:30:16 2026] GET /v2.0/networks/0a698781-7e6c-41c5-a572-02f66994976c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2823] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:30:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.147&port_id=b80ca98d-ce3a-48e3-9ae9-96f6303a5851 => 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: 1507/2824] 199.204.45.162 () {34 vars in 1102 bytes} [Thu Aug 13 02:30:16 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A42&port_id=b80ca98d-ce3a-48e3-9ae9-96f6303a5851 => 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: 1318/2825] 199.204.45.162 () {34 vars in 1064 bytes} [Thu Aug 13 02:30:16 2026] GET /v2.0/subnets?id=674483fe-d740-45eb-993e-ba7b994b3dd4&id=86187051-2e8c-48ef-9cf9-68c1eda9b5eb => generated 1411 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2826] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:30:16 2026] GET /v2.0/ports?network_id=93720ef4-082f-4d58-bdfc-100fc9a9b70a&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2827] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:30:16 2026] GET /v2.0/ports?network_id=93720ef4-082f-4d58-bdfc-100fc9a9b70a&device_owner=network%3Adhcp => generated 1457 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2828] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:30:16 2026] GET /v2.0/networks/93720ef4-082f-4d58-bdfc-100fc9a9b70a?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: 1320/2829] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:30:16 2026] GET /v2.0/networks/93720ef4-082f-4d58-bdfc-100fc9a9b70a?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: 1510/2830] 10.0.0.51 () {34 vars in 970 bytes} [Thu Aug 13 02:30:20 2026] GET /v2.0/ports/b80ca98d-ce3a-48e3-9ae9-96f6303a5851 => generated 1516 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2831] 199.204.45.162 () {30 vars in 743 bytes} [Thu Aug 13 02:30:20 2026] GET /v2.0/networks/93720ef4-082f-4d58-bdfc-100fc9a9b70a => generated 798 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2832] 199.204.45.162 () {30 vars in 741 bytes} [Thu Aug 13 02:30:20 2026] GET /v2.0/subnets/86187051-2e8c-48ef-9cf9-68c1eda9b5eb => generated 674 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2833] 199.204.45.162 () {30 vars in 741 bytes} [Thu Aug 13 02:30:20 2026] GET /v2.0/subnets/674483fe-d740-45eb-993e-ba7b994b3dd4 => generated 744 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2834] 199.204.45.162 () {30 vars in 703 bytes} [Thu Aug 13 02:30:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2835] 199.204.45.162 () {30 vars in 705 bytes} [Thu Aug 13 02:30:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2836] 199.204.45.162 () {30 vars in 681 bytes} [Thu Aug 13 02:30:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2837] 199.204.45.162 () {30 vars in 717 bytes} [Thu Aug 13 02:30:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2838] 199.204.45.162 () {30 vars in 741 bytes} [Thu Aug 13 02:30:20 2026] GET /v2.0/subnets/b75159ac-2c72-483a-9fd2-d18b090fac3d => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2839] 199.204.45.162 () {30 vars in 737 bytes} [Thu Aug 13 02:30:20 2026] GET /v2.0/ports/fa237998-1440-4dbf-a168-51dcbb99c6ee => 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: 1515/2840] 199.204.45.162 () {30 vars in 737 bytes} [Thu Aug 13 02:30:20 2026] GET /v2.0/ports/594dff71-a46a-485f-868b-c8e96ed6dc75 => generated 1345 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2841] 199.204.45.162 () {30 vars in 741 bytes} [Thu Aug 13 02:30:20 2026] GET /v2.0/subnets/b75159ac-2c72-483a-9fd2-d18b090fac3d => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/2842] 199.204.45.162 () {30 vars in 743 bytes} [Thu Aug 13 02:30:21 2026] GET /v2.0/networks/0a698781-7e6c-41c5-a572-02f66994976c => 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: 1327/2843] 199.204.45.162 () {30 vars in 737 bytes} [Thu Aug 13 02:30:21 2026] GET /v2.0/ports/fa237998-1440-4dbf-a168-51dcbb99c6ee => 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: 1517/2844] 199.204.45.162 () {30 vars in 741 bytes} [Thu Aug 13 02:30:21 2026] GET /v2.0/subnets/b75159ac-2c72-483a-9fd2-d18b090fac3d => 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: 1329/2847] 10.0.0.7 () {30 vars in 688 bytes} [Thu Aug 13 02:30:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/2848] 10.0.0.7 () {30 vars in 690 bytes} [Thu Aug 13 02:30:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2849] 10.0.0.7 () {30 vars in 666 bytes} [Thu Aug 13 02:30:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2850] 10.0.0.7 () {30 vars in 702 bytes} [Thu Aug 13 02:30:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2851] 10.0.0.7 () {28 vars in 437 bytes} [Thu Aug 13 02:30:30 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: 1521/2852] 10.0.0.7 () {30 vars in 726 bytes} [Thu Aug 13 02:30:30 2026] GET /v2.0/subnets/95ebda54-e64e-4ce6-b82b-bcfe960f8ed7 => generated 655 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2853] 199.204.45.162 () {30 vars in 703 bytes} [Thu Aug 13 02:30:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2854] 199.204.45.162 () {30 vars in 705 bytes} [Thu Aug 13 02:30:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2855] 199.204.45.162 () {30 vars in 681 bytes} [Thu Aug 13 02:30:31 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: 1523/2856] 199.204.45.162 () {30 vars in 717 bytes} [Thu Aug 13 02:30:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2857] 199.204.45.162 () {30 vars in 741 bytes} [Thu Aug 13 02:30:31 2026] GET /v2.0/subnets/86187051-2e8c-48ef-9cf9-68c1eda9b5eb => generated 674 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/2858] 199.204.45.162 () {30 vars in 741 bytes} [Thu Aug 13 02:30:31 2026] GET /v2.0/subnets/95ebda54-e64e-4ce6-b82b-bcfe960f8ed7 => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2859] 199.204.45.162 () {30 vars in 769 bytes} [Thu Aug 13 02:30:31 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 4093 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2860] 199.204.45.162 () {30 vars in 703 bytes} [Thu Aug 13 02:30:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2861] 199.204.45.162 () {30 vars in 705 bytes} [Thu Aug 13 02:30:31 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: 1526/2862] 199.204.45.162 () {30 vars in 681 bytes} [Thu Aug 13 02:30:31 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: 1337/2863] 199.204.45.162 () {30 vars in 717 bytes} [Thu Aug 13 02:30:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/2864] 199.204.45.162 () {34 vars in 717 bytes} [Thu Aug 13 02:30:31 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: 1338/2865] 10.0.0.51 () {34 vars in 970 bytes} [Thu Aug 13 02:30:32 2026] GET /v2.0/ports/da59859c-68d6-4fbc-bb97-e29361c6134e => generated 1332 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: 8|app: 0|req: 1528/2866] 199.204.45.162 () {34 vars in 1262 bytes} [Thu Aug 13 02:30:33 2026] GET /v2.0/ports/da59859c-68d6-4fbc-bb97-e29361c6134e?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2867] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:30:33 2026] GET /v2.0/networks/8b8e2dca-9ec8-42c1-9d55-3dd12af23836?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/2868] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:30:33 2026] GET /v2.0/networks/8b8e2dca-9ec8-42c1-9d55-3dd12af23836?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: 1340/2869] 199.204.45.162 () {34 vars in 975 bytes} [Thu Aug 13 02:30:33 2026] GET /v2.0/ports/da59859c-68d6-4fbc-bb97-e29361c6134e => generated 1332 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/2870] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:30:33 2026] GET /v2.0/networks?id=8b8e2dca-9ec8-42c1-9d55-3dd12af23836 => 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: 1341/2871] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Aug 13 02:30:33 2026] PUT /v2.0/ports/da59859c-68d6-4fbc-bb97-e29361c6134e => generated 1522 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:30:34.446 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-453d4513-52b0-496e-b0ca-d32104ff9ceb'] response: {'name': 'network-changed', 'server_uuid': '91ac4b79-55ad-46c3-8644-81f57d26f46d', 'tag': 'da59859c-68d6-4fbc-bb97-e29361c6134e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1531/2872] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:30:34 2026] GET /v2.0/ports?tenant_id=0204d2fc2f0a4adb952a46f2b5a28857&device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 5607 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: 1342/2873] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:30:35 2026] GET /v2.0/networks?id=8b8e2dca-9ec8-42c1-9d55-3dd12af23836 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/2874] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:30:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.139&port_id=da59859c-68d6-4fbc-bb97-e29361c6134e => 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: 1343/2875] 199.204.45.162 () {34 vars in 1106 bytes} [Thu Aug 13 02:30:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A390&port_id=da59859c-68d6-4fbc-bb97-e29361c6134e => 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: 1533/2876] 199.204.45.162 () {34 vars in 1064 bytes} [Thu Aug 13 02:30:35 2026] GET /v2.0/subnets?id=95ebda54-e64e-4ce6-b82b-bcfe960f8ed7&id=77b468af-fa03-418c-8d25-3c11db9a4b9a => generated 1414 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2877] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:30:35 2026] GET /v2.0/ports?network_id=8b8e2dca-9ec8-42c1-9d55-3dd12af23836&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/2878] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:30:35 2026] GET /v2.0/ports?network_id=8b8e2dca-9ec8-42c1-9d55-3dd12af23836&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2879] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:30:35 2026] GET /v2.0/networks/8b8e2dca-9ec8-42c1-9d55-3dd12af23836?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: 1535/2880] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:30:35 2026] GET /v2.0/networks/8b8e2dca-9ec8-42c1-9d55-3dd12af23836?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: 1346/2881] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:30:36 2026] GET /v2.0/ports?tenant_id=0204d2fc2f0a4adb952a46f2b5a28857&device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 5607 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/2882] 199.204.45.162 () {34 vars in 1062 bytes} [Thu Aug 13 02:30:36 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.219&port_id=d1126b0d-f2e9-400b-afa0-977aaba8fa04 => 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: 1347/2883] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:30:36 2026] GET /v2.0/subnets?id=f0e60bdf-8239-4cd6-9359-8aee9e3f522b => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/2884] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:30:36 2026] GET /v2.0/ports?network_id=da462ba2-5e94-4667-8689-bcb509d71fd2&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: 1348/2885] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:30:36 2026] GET /v2.0/networks/da462ba2-5e94-4667-8689-bcb509d71fd2?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/2886] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:30:36 2026] GET /v2.0/networks/da462ba2-5e94-4667-8689-bcb509d71fd2?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: 1349/2887] 199.204.45.162 () {34 vars in 1056 bytes} [Thu Aug 13 02:30:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=594dff71-a46a-485f-868b-c8e96ed6dc75 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/2888] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:30:36 2026] GET /v2.0/subnets?id=b75159ac-2c72-483a-9fd2-d18b090fac3d => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2889] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:30:36 2026] GET /v2.0/ports?network_id=0a698781-7e6c-41c5-a572-02f66994976c&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/2890] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:30:36 2026] GET /v2.0/networks/0a698781-7e6c-41c5-a572-02f66994976c?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: 1351/2891] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:30:36 2026] GET /v2.0/networks/0a698781-7e6c-41c5-a572-02f66994976c?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: 1541/2892] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:30:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.147&port_id=b80ca98d-ce3a-48e3-9ae9-96f6303a5851 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2893] 199.204.45.162 () {34 vars in 1102 bytes} [Thu Aug 13 02:30:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A42&port_id=b80ca98d-ce3a-48e3-9ae9-96f6303a5851 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/2894] 199.204.45.162 () {34 vars in 1064 bytes} [Thu Aug 13 02:30:36 2026] GET /v2.0/subnets?id=674483fe-d740-45eb-993e-ba7b994b3dd4&id=86187051-2e8c-48ef-9cf9-68c1eda9b5eb => generated 1411 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2895] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:30:36 2026] GET /v2.0/ports?network_id=93720ef4-082f-4d58-bdfc-100fc9a9b70a&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: 1543/2896] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:30:36 2026] GET /v2.0/ports?network_id=93720ef4-082f-4d58-bdfc-100fc9a9b70a&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: 1354/2897] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:30:37 2026] GET /v2.0/networks/93720ef4-082f-4d58-bdfc-100fc9a9b70a?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: 1544/2898] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:30:37 2026] GET /v2.0/networks/93720ef4-082f-4d58-bdfc-100fc9a9b70a?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: 1355/2899] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:30:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.139&port_id=da59859c-68d6-4fbc-bb97-e29361c6134e => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/2900] 199.204.45.162 () {34 vars in 1106 bytes} [Thu Aug 13 02:30:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A390&port_id=da59859c-68d6-4fbc-bb97-e29361c6134e => 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: 1356/2901] 199.204.45.162 () {34 vars in 1064 bytes} [Thu Aug 13 02:30:37 2026] GET /v2.0/subnets?id=95ebda54-e64e-4ce6-b82b-bcfe960f8ed7&id=77b468af-fa03-418c-8d25-3c11db9a4b9a => generated 1414 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/2902] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:30:37 2026] GET /v2.0/ports?network_id=8b8e2dca-9ec8-42c1-9d55-3dd12af23836&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2903] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:30:37 2026] GET /v2.0/ports?network_id=8b8e2dca-9ec8-42c1-9d55-3dd12af23836&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/2904] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:30:37 2026] GET /v2.0/networks/8b8e2dca-9ec8-42c1-9d55-3dd12af23836?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2905] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:30:37 2026] GET /v2.0/networks/8b8e2dca-9ec8-42c1-9d55-3dd12af23836?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/2908] 10.0.0.51 () {34 vars in 970 bytes} [Thu Aug 13 02:30:41 2026] GET /v2.0/ports/da59859c-68d6-4fbc-bb97-e29361c6134e => generated 1524 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2909] 199.204.45.162 () {30 vars in 743 bytes} [Thu Aug 13 02:30:41 2026] GET /v2.0/networks/8b8e2dca-9ec8-42c1-9d55-3dd12af23836 => generated 797 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/2910] 199.204.45.162 () {30 vars in 741 bytes} [Thu Aug 13 02:30:41 2026] GET /v2.0/subnets/95ebda54-e64e-4ce6-b82b-bcfe960f8ed7 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2911] 199.204.45.162 () {30 vars in 741 bytes} [Thu Aug 13 02:30:41 2026] GET /v2.0/subnets/77b468af-fa03-418c-8d25-3c11db9a4b9a => generated 748 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/2912] 199.204.45.162 () {30 vars in 737 bytes} [Thu Aug 13 02:30:41 2026] GET /v2.0/ports/b80ca98d-ce3a-48e3-9ae9-96f6303a5851 => generated 1516 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2913] 199.204.45.162 () {34 vars in 790 bytes} [Thu Aug 13 02:30:41 2026] PUT /v2.0/ports/b80ca98d-ce3a-48e3-9ae9-96f6303a5851 => generated 1255 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:30:41.792 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cfea538b-7582-4d95-a8dd-11358728209c'] response: {'name': 'network-changed', 'server_uuid': '91ac4b79-55ad-46c3-8644-81f57d26f46d', 'tag': 'b80ca98d-ce3a-48e3-9ae9-96f6303a5851', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1552/2914] 199.204.45.162 () {30 vars in 743 bytes} [Thu Aug 13 02:30:41 2026] GET /v2.0/networks/93720ef4-082f-4d58-bdfc-100fc9a9b70a => generated 798 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1363/2915] 199.204.45.162 () {30 vars in 741 bytes} [Thu Aug 13 02:30:41 2026] GET /v2.0/subnets/86187051-2e8c-48ef-9cf9-68c1eda9b5eb => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/2916] 199.204.45.162 () {30 vars in 703 bytes} [Thu Aug 13 02:30:41 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: 1364/2917] 199.204.45.162 () {30 vars in 705 bytes} [Thu Aug 13 02:30:41 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: 1554/2918] 199.204.45.162 () {30 vars in 681 bytes} [Thu Aug 13 02:30:41 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2919] 199.204.45.162 () {30 vars in 717 bytes} [Thu Aug 13 02:30: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: 1555/2920] 199.204.45.162 () {30 vars in 741 bytes} [Thu Aug 13 02:30:41 2026] GET /v2.0/subnets/b75159ac-2c72-483a-9fd2-d18b090fac3d => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2921] 199.204.45.162 () {30 vars in 737 bytes} [Thu Aug 13 02:30:42 2026] GET /v2.0/ports/fa237998-1440-4dbf-a168-51dcbb99c6ee => 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: 1556/2922] 199.204.45.162 () {30 vars in 737 bytes} [Thu Aug 13 02:30:42 2026] GET /v2.0/ports/594dff71-a46a-485f-868b-c8e96ed6dc75 => generated 1345 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2923] 199.204.45.162 () {30 vars in 741 bytes} [Thu Aug 13 02:30:42 2026] GET /v2.0/subnets/b75159ac-2c72-483a-9fd2-d18b090fac3d => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/2924] 199.204.45.162 () {30 vars in 743 bytes} [Thu Aug 13 02:30:42 2026] GET /v2.0/networks/0a698781-7e6c-41c5-a572-02f66994976c => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2925] 199.204.45.162 () {30 vars in 737 bytes} [Thu Aug 13 02:30:42 2026] GET /v2.0/ports/fa237998-1440-4dbf-a168-51dcbb99c6ee => 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: 1558/2926] 199.204.45.162 () {30 vars in 741 bytes} [Thu Aug 13 02:30:42 2026] GET /v2.0/subnets/b75159ac-2c72-483a-9fd2-d18b090fac3d => 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: 1369/2927] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:30:42 2026] GET /v2.0/ports?tenant_id=0204d2fc2f0a4adb952a46f2b5a28857&device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 5384 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/2928] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:30:42 2026] GET /v2.0/networks?id=93720ef4-082f-4d58-bdfc-100fc9a9b70a => generated 801 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2929] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:30:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.147&port_id=b80ca98d-ce3a-48e3-9ae9-96f6303a5851 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/2930] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:30:42 2026] GET /v2.0/subnets?id=86187051-2e8c-48ef-9cf9-68c1eda9b5eb => generated 677 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2931] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:30:42 2026] GET /v2.0/ports?network_id=93720ef4-082f-4d58-bdfc-100fc9a9b70a&device_owner=network%3Adhcp => generated 1457 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/2932] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:30:42 2026] GET /v2.0/networks/93720ef4-082f-4d58-bdfc-100fc9a9b70a?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: 1372/2933] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:30:42 2026] GET /v2.0/networks/93720ef4-082f-4d58-bdfc-100fc9a9b70a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/2936] 199.204.45.162 () {30 vars in 703 bytes} [Thu Aug 13 02:30:55 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: 1374/2937] 199.204.45.162 () {30 vars in 705 bytes} [Thu Aug 13 02:30:55 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: 1564/2938] 199.204.45.162 () {30 vars in 681 bytes} [Thu Aug 13 02:30:55 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: 1375/2939] 199.204.45.162 () {30 vars in 717 bytes} [Thu Aug 13 02:30:55 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/2940] 199.204.45.162 () {30 vars in 741 bytes} [Thu Aug 13 02:30:55 2026] GET /v2.0/subnets/86187051-2e8c-48ef-9cf9-68c1eda9b5eb => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2941] 199.204.45.162 () {30 vars in 769 bytes} [Thu Aug 13 02:30:55 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 5384 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/2942] 199.204.45.162 () {30 vars in 703 bytes} [Thu Aug 13 02:30:55 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: 1377/2943] 199.204.45.162 () {30 vars in 705 bytes} [Thu Aug 13 02:30:55 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: 1567/2944] 199.204.45.162 () {30 vars in 681 bytes} [Thu Aug 13 02:30:55 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: 1378/2945] 199.204.45.162 () {30 vars in 717 bytes} [Thu Aug 13 02:30:55 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: 1568/2946] 199.204.45.162 () {30 vars in 737 bytes} [Thu Aug 13 02:30:55 2026] GET /v2.0/ports/da59859c-68d6-4fbc-bb97-e29361c6134e => generated 1524 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2947] 199.204.45.162 () {34 vars in 790 bytes} [Thu Aug 13 02:30:55 2026] PUT /v2.0/ports/da59859c-68d6-4fbc-bb97-e29361c6134e => generated 1311 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:30:55.827 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a7d28b9-551b-427d-a67f-41e6d2ef3d47'] response: {'name': 'network-changed', 'server_uuid': '91ac4b79-55ad-46c3-8644-81f57d26f46d', 'tag': 'da59859c-68d6-4fbc-bb97-e29361c6134e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1569/2948] 199.204.45.162 () {30 vars in 743 bytes} [Thu Aug 13 02:30:55 2026] GET /v2.0/networks/8b8e2dca-9ec8-42c1-9d55-3dd12af23836 => generated 797 bytes in 56 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: 1380/2949] 199.204.45.162 () {30 vars in 741 bytes} [Thu Aug 13 02:30:55 2026] GET /v2.0/subnets/77b468af-fa03-418c-8d25-3c11db9a4b9a => 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: 1570/2950] 199.204.45.162 () {30 vars in 737 bytes} [Thu Aug 13 02:30:55 2026] GET /v2.0/ports/da59859c-68d6-4fbc-bb97-e29361c6134e => generated 1347 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2951] 199.204.45.162 () {34 vars in 789 bytes} [Thu Aug 13 02:30:55 2026] PUT /v2.0/ports/da59859c-68d6-4fbc-bb97-e29361c6134e => generated 1080 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/2952] 199.204.45.162 () {30 vars in 743 bytes} [Thu Aug 13 02:30:56 2026] GET /v2.0/networks/8b8e2dca-9ec8-42c1-9d55-3dd12af23836 => generated 797 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, ' [pid: 7|app: 0|req: 1382/2953] 199.204.45.162 () {30 vars in 769 bytes} [Thu Aug 13 02:30:56 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 4976 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/2954] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:30:56 2026] GET /v2.0/ports?tenant_id=0204d2fc2f0a4adb952a46f2b5a28857&device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 4976 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2955] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:30:56 2026] GET /v2.0/networks?id=8b8e2dca-9ec8-42c1-9d55-3dd12af23836 => generated 800 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/2956] 199.204.45.162 () {30 vars in 769 bytes} [Thu Aug 13 02:30:56 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 4976 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2957] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:30:56 2026] GET /v2.0/networks/8b8e2dca-9ec8-42c1-9d55-3dd12af23836?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: 1574/2958] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:30:56 2026] GET /v2.0/networks/8b8e2dca-9ec8-42c1-9d55-3dd12af23836?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: 1385/2959] 199.204.45.162 () {30 vars in 769 bytes} [Thu Aug 13 02:30:57 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 4976 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:30:57.875 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-edf7288f-575b-4370-9f3c-74ceac774a72'] response: {'name': 'network-changed', 'server_uuid': '91ac4b79-55ad-46c3-8644-81f57d26f46d', 'tag': 'da59859c-68d6-4fbc-bb97-e29361c6134e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1575/2960] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:30:58 2026] GET /v2.0/ports?tenant_id=0204d2fc2f0a4adb952a46f2b5a28857&device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 4976 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2961] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:30:58 2026] GET /v2.0/networks?id=8b8e2dca-9ec8-42c1-9d55-3dd12af23836 => generated 800 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/2962] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:30:58 2026] GET /v2.0/networks/8b8e2dca-9ec8-42c1-9d55-3dd12af23836?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/2963] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:30:58 2026] GET /v2.0/networks/8b8e2dca-9ec8-42c1-9d55-3dd12af23836?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2964] 199.204.45.162 () {30 vars in 769 bytes} [Thu Aug 13 02:30:58 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 4976 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/2965] 199.204.45.162 () {34 vars in 975 bytes} [Thu Aug 13 02:30:58 2026] GET /v2.0/ports/da59859c-68d6-4fbc-bb97-e29361c6134e => generated 1116 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2966] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Aug 13 02:30:58 2026] GET /v2.0/ports/da59859c-68d6-4fbc-bb97-e29361c6134e?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/2967] 199.204.45.162 () {34 vars in 1016 bytes} [Thu Aug 13 02:30:58 2026] GET /v2.0/networks/8b8e2dca-9ec8-42c1-9d55-3dd12af23836?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2968] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Aug 13 02:30:58 2026] PUT /v2.0/ports/da59859c-68d6-4fbc-bb97-e29361c6134e => generated 917 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/2969] 199.204.45.162 () {30 vars in 769 bytes} [Thu Aug 13 02:30:59 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 3868 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 02:30:59.817 7 INFO neutron_taas.services.taas.taas_plugin [None req-263ef20d-f383-4f30-b9f1-df77568cf34b 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: da59859c-68d6-4fbc-bb97-e29361c6134e 2026-08-13 02:30:59.821 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-263ef20d-f383-4f30-b9f1-df77568cf34b 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: da59859c-68d6-4fbc-bb97-e29361c6134e [pid: 7|app: 0|req: 1390/2970] 199.204.45.162 () {32 vars in 759 bytes} [Thu Aug 13 02:30:59 2026] DELETE /v2.0/ports/da59859c-68d6-4fbc-bb97-e29361c6134e => 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: 1581/2971] 199.204.45.162 () {30 vars in 703 bytes} [Thu Aug 13 02:31:00 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: 1391/2972] 199.204.45.162 () {30 vars in 705 bytes} [Thu Aug 13 02:31:00 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: 1582/2973] 199.204.45.162 () {30 vars in 681 bytes} [Thu Aug 13 02:31:00 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: 1392/2974] 199.204.45.162 () {30 vars in 717 bytes} [Thu Aug 13 02:31:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/2975] 199.204.45.162 () {30 vars in 741 bytes} [Thu Aug 13 02:31:00 2026] GET /v2.0/subnets/b75159ac-2c72-483a-9fd2-d18b090fac3d => 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: 1393/2976] 199.204.45.162 () {30 vars in 737 bytes} [Thu Aug 13 02:31:00 2026] GET /v2.0/ports/fa237998-1440-4dbf-a168-51dcbb99c6ee => 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: 1584/2977] 199.204.45.162 () {30 vars in 737 bytes} [Thu Aug 13 02:31:00 2026] GET /v2.0/ports/594dff71-a46a-485f-868b-c8e96ed6dc75 => generated 1345 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2978] 199.204.45.162 () {30 vars in 741 bytes} [Thu Aug 13 02:31:00 2026] GET /v2.0/subnets/b75159ac-2c72-483a-9fd2-d18b090fac3d => generated 676 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/2979] 199.204.45.162 () {30 vars in 743 bytes} [Thu Aug 13 02:31:00 2026] GET /v2.0/networks/0a698781-7e6c-41c5-a572-02f66994976c => 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: 1395/2980] 199.204.45.162 () {30 vars in 737 bytes} [Thu Aug 13 02:31:00 2026] GET /v2.0/ports/fa237998-1440-4dbf-a168-51dcbb99c6ee => generated 1128 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/2981] 199.204.45.162 () {30 vars in 741 bytes} [Thu Aug 13 02:31:00 2026] GET /v2.0/subnets/b75159ac-2c72-483a-9fd2-d18b090fac3d => 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: 1396/2982] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:31:00 2026] GET /v2.0/ports?tenant_id=0204d2fc2f0a4adb952a46f2b5a28857&device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 3868 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/2983] 199.204.45.162 () {34 vars in 1226 bytes} [Thu Aug 13 02:31:00 2026] GET /v2.0/networks?id=da462ba2-5e94-4667-8689-bcb509d71fd2&id=0a698781-7e6c-41c5-a572-02f66994976c&id=93720ef4-082f-4d58-bdfc-100fc9a9b70a&id=8b8e2dca-9ec8-42c1-9d55-3dd12af23836 => generated 3097 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2984] 199.204.45.162 () {34 vars in 1062 bytes} [Thu Aug 13 02:31:00 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.219&port_id=d1126b0d-f2e9-400b-afa0-977aaba8fa04 => 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: 1588/2985] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:31:00 2026] GET /v2.0/subnets?id=f0e60bdf-8239-4cd6-9359-8aee9e3f522b => 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: 1398/2986] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:31:00 2026] GET /v2.0/ports?network_id=da462ba2-5e94-4667-8689-bcb509d71fd2&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: 1589/2987] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:31:00 2026] GET /v2.0/networks/da462ba2-5e94-4667-8689-bcb509d71fd2?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: 1399/2988] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:31:00 2026] GET /v2.0/networks/da462ba2-5e94-4667-8689-bcb509d71fd2?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: 1590/2989] 199.204.45.162 () {34 vars in 1056 bytes} [Thu Aug 13 02:31:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=594dff71-a46a-485f-868b-c8e96ed6dc75 => 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: 1400/2990] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:31:01 2026] GET /v2.0/subnets?id=b75159ac-2c72-483a-9fd2-d18b090fac3d => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/2991] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:31:01 2026] GET /v2.0/ports?network_id=0a698781-7e6c-41c5-a572-02f66994976c&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2992] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:31:01 2026] GET /v2.0/networks/0a698781-7e6c-41c5-a572-02f66994976c?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: 1592/2993] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:31:01 2026] GET /v2.0/networks/0a698781-7e6c-41c5-a572-02f66994976c?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: 1402/2994] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:31:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.147&port_id=b80ca98d-ce3a-48e3-9ae9-96f6303a5851 => 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: 1593/2995] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:31:01 2026] GET /v2.0/subnets?id=86187051-2e8c-48ef-9cf9-68c1eda9b5eb => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2996] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:31:01 2026] GET /v2.0/ports?network_id=93720ef4-082f-4d58-bdfc-100fc9a9b70a&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/2997] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:31:01 2026] GET /v2.0/networks/93720ef4-082f-4d58-bdfc-100fc9a9b70a?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2998] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:31:01 2026] GET /v2.0/networks/93720ef4-082f-4d58-bdfc-100fc9a9b70a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/2999] 199.204.45.162 () {30 vars in 703 bytes} [Thu Aug 13 02:31:06 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: 1405/3000] 199.204.45.162 () {30 vars in 705 bytes} [Thu Aug 13 02:31:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3001] 199.204.45.162 () {30 vars in 681 bytes} [Thu Aug 13 02:31:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/3002] 199.204.45.162 () {30 vars in 717 bytes} [Thu Aug 13 02:31:06 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: 1597/3003] 199.204.45.162 () {30 vars in 769 bytes} [Thu Aug 13 02:31:06 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 3868 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/3004] 199.204.45.162 () {30 vars in 703 bytes} [Thu Aug 13 02:31:06 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: 1598/3005] 199.204.45.162 () {30 vars in 705 bytes} [Thu Aug 13 02:31:06 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: 1408/3006] 199.204.45.162 () {30 vars in 681 bytes} [Thu Aug 13 02:31:06 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: 1599/3007] 199.204.45.162 () {30 vars in 717 bytes} [Thu Aug 13 02:31:06 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: 1409/3008] 199.204.45.162 () {30 vars in 737 bytes} [Thu Aug 13 02:31:06 2026] GET /v2.0/ports/b80ca98d-ce3a-48e3-9ae9-96f6303a5851 => generated 1291 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3009] 199.204.45.162 () {34 vars in 789 bytes} [Thu Aug 13 02:31:06 2026] PUT /v2.0/ports/b80ca98d-ce3a-48e3-9ae9-96f6303a5851 => generated 1080 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:31:07.116 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-468a4bcc-ea27-4274-819e-a0e79e17584a'] response: {'name': 'network-changed', 'server_uuid': '91ac4b79-55ad-46c3-8644-81f57d26f46d', 'tag': 'b80ca98d-ce3a-48e3-9ae9-96f6303a5851', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1410/3010] 199.204.45.162 () {30 vars in 743 bytes} [Thu Aug 13 02:31:07 2026] GET /v2.0/networks/93720ef4-082f-4d58-bdfc-100fc9a9b70a => generated 798 bytes in 67 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: 1601/3011] 199.204.45.162 () {30 vars in 769 bytes} [Thu Aug 13 02:31:07 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 3693 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/3012] 199.204.45.162 () {30 vars in 769 bytes} [Thu Aug 13 02:31:07 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 3693 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3013] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:31:07 2026] GET /v2.0/ports?tenant_id=0204d2fc2f0a4adb952a46f2b5a28857&device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 3693 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/3014] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:31:07 2026] GET /v2.0/networks?id=93720ef4-082f-4d58-bdfc-100fc9a9b70a => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3015] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:31:07 2026] GET /v2.0/networks/93720ef4-082f-4d58-bdfc-100fc9a9b70a?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: 1413/3016] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:31:07 2026] GET /v2.0/networks/93720ef4-082f-4d58-bdfc-100fc9a9b70a?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: 1605/3019] 199.204.45.162 () {30 vars in 769 bytes} [Thu Aug 13 02:31:08 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 3693 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/3020] 199.204.45.162 () {34 vars in 975 bytes} [Thu Aug 13 02:31:09 2026] GET /v2.0/ports/b80ca98d-ce3a-48e3-9ae9-96f6303a5851 => generated 1116 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3021] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Aug 13 02:31:09 2026] GET /v2.0/ports/b80ca98d-ce3a-48e3-9ae9-96f6303a5851?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/3022] 199.204.45.162 () {34 vars in 1016 bytes} [Thu Aug 13 02:31:09 2026] GET /v2.0/networks/93720ef4-082f-4d58-bdfc-100fc9a9b70a?fields=dns_domain => generated 29 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3023] 199.204.45.162 () {30 vars in 769 bytes} [Thu Aug 13 02:31:09 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 3693 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/3024] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Aug 13 02:31:09 2026] PUT /v2.0/ports/b80ca98d-ce3a-48e3-9ae9-96f6303a5851 => generated 917 bytes in 767 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3025] 199.204.45.162 () {30 vars in 769 bytes} [Thu Aug 13 02:31:10 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 2585 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, ' 2026-08-13 02:31:10.663 7 INFO neutron_taas.services.taas.taas_plugin [None req-55bc2d16-9a51-475a-a219-a40e25d24c62 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: b80ca98d-ce3a-48e3-9ae9-96f6303a5851 2026-08-13 02:31:10.666 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55bc2d16-9a51-475a-a219-a40e25d24c62 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: b80ca98d-ce3a-48e3-9ae9-96f6303a5851 [pid: 7|app: 0|req: 1418/3026] 199.204.45.162 () {32 vars in 759 bytes} [Thu Aug 13 02:31:10 2026] DELETE /v2.0/ports/b80ca98d-ce3a-48e3-9ae9-96f6303a5851 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3027] 199.204.45.162 () {30 vars in 703 bytes} [Thu Aug 13 02:31:10 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: 1419/3028] 199.204.45.162 () {30 vars in 705 bytes} [Thu Aug 13 02:31:10 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: 1610/3029] 199.204.45.162 () {30 vars in 681 bytes} [Thu Aug 13 02:31:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/3030] 199.204.45.162 () {30 vars in 717 bytes} [Thu Aug 13 02:31:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3031] 199.204.45.162 () {30 vars in 741 bytes} [Thu Aug 13 02:31:10 2026] GET /v2.0/subnets/b75159ac-2c72-483a-9fd2-d18b090fac3d => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/3032] 199.204.45.162 () {30 vars in 737 bytes} [Thu Aug 13 02:31:10 2026] GET /v2.0/ports/fa237998-1440-4dbf-a168-51dcbb99c6ee => 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: 1612/3033] 199.204.45.162 () {30 vars in 737 bytes} [Thu Aug 13 02:31:11 2026] GET /v2.0/ports/594dff71-a46a-485f-868b-c8e96ed6dc75 => generated 1345 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/3034] 199.204.45.162 () {30 vars in 741 bytes} [Thu Aug 13 02:31:11 2026] GET /v2.0/subnets/b75159ac-2c72-483a-9fd2-d18b090fac3d => 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: 1613/3035] 199.204.45.162 () {30 vars in 743 bytes} [Thu Aug 13 02:31:11 2026] GET /v2.0/networks/0a698781-7e6c-41c5-a572-02f66994976c => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/3036] 199.204.45.162 () {30 vars in 737 bytes} [Thu Aug 13 02:31:11 2026] GET /v2.0/ports/fa237998-1440-4dbf-a168-51dcbb99c6ee => 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: 1614/3037] 199.204.45.162 () {30 vars in 741 bytes} [Thu Aug 13 02:31:11 2026] GET /v2.0/subnets/b75159ac-2c72-483a-9fd2-d18b090fac3d => 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: 1424/3038] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:31:11 2026] GET /v2.0/ports?tenant_id=0204d2fc2f0a4adb952a46f2b5a28857&device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 2585 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3039] 199.204.45.162 () {34 vars in 1146 bytes} [Thu Aug 13 02:31:11 2026] GET /v2.0/networks?id=da462ba2-5e94-4667-8689-bcb509d71fd2&id=0a698781-7e6c-41c5-a572-02f66994976c&id=93720ef4-082f-4d58-bdfc-100fc9a9b70a => generated 2311 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/3040] 199.204.45.162 () {34 vars in 1062 bytes} [Thu Aug 13 02:31:11 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.219&port_id=d1126b0d-f2e9-400b-afa0-977aaba8fa04 => 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: 1616/3041] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:31:11 2026] GET /v2.0/subnets?id=f0e60bdf-8239-4cd6-9359-8aee9e3f522b => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/3042] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:31:11 2026] GET /v2.0/ports?network_id=da462ba2-5e94-4667-8689-bcb509d71fd2&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3043] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:31:12 2026] GET /v2.0/networks/da462ba2-5e94-4667-8689-bcb509d71fd2?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/3044] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:31:12 2026] GET /v2.0/networks/da462ba2-5e94-4667-8689-bcb509d71fd2?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: 1618/3045] 199.204.45.162 () {34 vars in 1056 bytes} [Thu Aug 13 02:31:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=594dff71-a46a-485f-868b-c8e96ed6dc75 => 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: 1428/3046] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:31:12 2026] GET /v2.0/subnets?id=b75159ac-2c72-483a-9fd2-d18b090fac3d => generated 679 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3047] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:31:12 2026] GET /v2.0/ports?network_id=0a698781-7e6c-41c5-a572-02f66994976c&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/3048] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:31:12 2026] GET /v2.0/networks/0a698781-7e6c-41c5-a572-02f66994976c?fields=segments => 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: 1620/3049] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:31:12 2026] GET /v2.0/networks/0a698781-7e6c-41c5-a572-02f66994976c?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: 1430/3050] 199.204.45.162 () {30 vars in 703 bytes} [Thu Aug 13 02:31:21 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: 1621/3051] 199.204.45.162 () {30 vars in 705 bytes} [Thu Aug 13 02:31:21 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: 1431/3052] 199.204.45.162 () {30 vars in 681 bytes} [Thu Aug 13 02:31:21 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: 1622/3053] 199.204.45.162 () {30 vars in 717 bytes} [Thu Aug 13 02:31:21 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 02:31:21.938 7 INFO neutron.api.v2.resource [None req-12997193-86f4-4952-ae96-d709fa585c64 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1432/3054] 199.204.45.162 () {30 vars in 763 bytes} [Thu Aug 13 02:31:21 2026] GET /v2.0/security-groups/lb-6fb98a24-8ece-4c2e-9ee3-f2d098c5c143 => 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: 1623/3055] 199.204.45.162 () {30 vars in 785 bytes} [Thu Aug 13 02:31:21 2026] GET /v2.0/security-groups?name=lb-6fb98a24-8ece-4c2e-9ee3-f2d098c5c143 => generated 2865 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/3056] 199.204.45.162 () {30 vars in 815 bytes} [Thu Aug 13 02:31:21 2026] GET /v2.0/security-group-rules?security_group_id=8cee9995-e4e2-46ca-a28c-f1fd2e5c3002 => generated 2334 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3057] 199.204.45.162 () {32 vars in 789 bytes} [Thu Aug 13 02:31:22 2026] DELETE /v2.0/security-group-rules/3ff180fc-96ba-45f1-9921-48a14e9850f6 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/3058] 199.204.45.162 () {32 vars in 789 bytes} [Thu Aug 13 02:31:22 2026] DELETE /v2.0/security-group-rules/76d0f15b-c4a9-4f7b-aec3-4c34579a0281 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:31:25.664 7 INFO neutron_taas.services.taas.taas_plugin [None req-b03e71fa-a9cb-4599-bd55-3a6c1e43d8a7 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] TaaS: Handle Delete Port: e68b708d-0d86-44c2-b339-6724fa70da89 2026-08-13 02:31:25.666 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b03e71fa-a9cb-4599-bd55-3a6c1e43d8a7 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] Tap Mirror: Handle Delete Port: e68b708d-0d86-44c2-b339-6724fa70da89 2026-08-13 02:31:25.849 7 INFO neutron.db.l3_db [None req-b03e71fa-a9cb-4599-bd55-3a6c1e43d8a7 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] Floating IP 3ade31cf-390a-44ea-a01e-7a896c2b0773 disassociated (deleted). External IP: 10.96.250.209, port: fa237998-1440-4dbf-a168-51dcbb99c6ee. [pid: 7|app: 0|req: 1436/3061] 10.0.0.194 () {32 vars in 732 bytes} [Thu Aug 13 02:31:25 2026] DELETE /v2.0/floatingips/3ade31cf-390a-44ea-a01e-7a896c2b0773 => generated 0 bytes in 614 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:31:26.179 8 INFO neutron.api.v2.resource [None req-bcd7e73a-bbe6-4cf2-979a-10005b10311a cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1626/3062] 10.0.0.194 () {32 vars in 729 bytes} [Thu Aug 13 02:31:26 2026] GET /v2.0/floatingips/3ade31cf-390a-44ea-a01e-7a896c2b0773 => 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: 1437/3063] 199.204.45.162 () {30 vars in 703 bytes} [Thu Aug 13 02:31:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3064] 199.204.45.162 () {30 vars in 705 bytes} [Thu Aug 13 02:31:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/3065] 199.204.45.162 () {30 vars in 681 bytes} [Thu Aug 13 02:31:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3066] 199.204.45.162 () {30 vars in 717 bytes} [Thu Aug 13 02:31:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:31:26.948 7 INFO neutron.api.v2.resource [None req-62c55c51-1609-4094-a615-40d78c26c8e4 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1439/3067] 199.204.45.162 () {30 vars in 763 bytes} [Thu Aug 13 02:31:26 2026] GET /v2.0/security-groups/lb-6fb98a24-8ece-4c2e-9ee3-f2d098c5c143 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3068] 199.204.45.162 () {30 vars in 785 bytes} [Thu Aug 13 02:31:26 2026] GET /v2.0/security-groups?name=lb-6fb98a24-8ece-4c2e-9ee3-f2d098c5c143 => generated 1639 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/3069] 199.204.45.162 () {30 vars in 815 bytes} [Thu Aug 13 02:31:27 2026] GET /v2.0/security-group-rules?security_group_id=8cee9995-e4e2-46ca-a28c-f1fd2e5c3002 => 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: 1630/3070] 199.204.45.162 () {30 vars in 703 bytes} [Thu Aug 13 02:31:27 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: 1441/3071] 199.204.45.162 () {30 vars in 705 bytes} [Thu Aug 13 02:31:27 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: 1631/3072] 199.204.45.162 () {30 vars in 681 bytes} [Thu Aug 13 02:31:27 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: 1442/3073] 199.204.45.162 () {30 vars in 717 bytes} [Thu Aug 13 02:31:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3074] 199.204.45.162 () {30 vars in 741 bytes} [Thu Aug 13 02:31:27 2026] GET /v2.0/subnets/b75159ac-2c72-483a-9fd2-d18b090fac3d => 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: 1443/3075] 199.204.45.162 () {30 vars in 769 bytes} [Thu Aug 13 02:31:27 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 2585 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3076] 199.204.45.162 () {30 vars in 769 bytes} [Thu Aug 13 02:31:27 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 2585 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/3077] 199.204.45.162 () {30 vars in 769 bytes} [Thu Aug 13 02:31:27 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 2585 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3078] 199.204.45.162 () {30 vars in 769 bytes} [Thu Aug 13 02:31:28 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 2585 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/3079] 199.204.45.162 () {34 vars in 975 bytes} [Thu Aug 13 02:31:29 2026] GET /v2.0/ports/594dff71-a46a-485f-868b-c8e96ed6dc75 => generated 1345 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3080] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Aug 13 02:31:29 2026] GET /v2.0/ports/594dff71-a46a-485f-868b-c8e96ed6dc75?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/3081] 199.204.45.162 () {30 vars in 769 bytes} [Thu Aug 13 02:31:29 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 2585 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3082] 199.204.45.162 () {34 vars in 1016 bytes} [Thu Aug 13 02:31:29 2026] GET /v2.0/networks/0a698781-7e6c-41c5-a572-02f66994976c?fields=dns_domain => generated 29 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/3083] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Aug 13 02:31:29 2026] PUT /v2.0/ports/594dff71-a46a-485f-868b-c8e96ed6dc75 => generated 1146 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3084] 199.204.45.162 () {30 vars in 769 bytes} [Thu Aug 13 02:31:30 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 1248 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: 1448/3085] 199.204.45.162 () {34 vars in 789 bytes} [Thu Aug 13 02:31:30 2026] PUT /v2.0/ports/594dff71-a46a-485f-868b-c8e96ed6dc75 => generated 1086 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3086] 199.204.45.162 () {30 vars in 737 bytes} [Thu Aug 13 02:31:30 2026] GET /v2.0/ports/594dff71-a46a-485f-868b-c8e96ed6dc75 => generated 1086 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 02:31:30.942 7 INFO neutron_taas.services.taas.taas_plugin [None req-6af5922f-e1a7-493f-afb3-89e891c8afd8 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: 594dff71-a46a-485f-868b-c8e96ed6dc75 2026-08-13 02:31:30.944 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6af5922f-e1a7-493f-afb3-89e891c8afd8 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: 594dff71-a46a-485f-868b-c8e96ed6dc75 [pid: 7|app: 0|req: 1449/3087] 199.204.45.162 () {32 vars in 759 bytes} [Thu Aug 13 02:31:30 2026] DELETE /v2.0/ports/594dff71-a46a-485f-868b-c8e96ed6dc75 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3088] 199.204.45.162 () {30 vars in 703 bytes} [Thu Aug 13 02:31:31 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: 1450/3089] 199.204.45.162 () {30 vars in 705 bytes} [Thu Aug 13 02:31:31 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: 1640/3090] 199.204.45.162 () {30 vars in 681 bytes} [Thu Aug 13 02:31:31 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: 1451/3091] 199.204.45.162 () {30 vars in 717 bytes} [Thu Aug 13 02:31:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:31:31.217 8 INFO neutron.pecan_wsgi.hooks.translation [None req-72a001c7-da4f-47d5-9a43-6f1e07db1a15 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1641/3092] 199.204.45.162 () {32 vars in 759 bytes} [Thu Aug 13 02:31:31 2026] DELETE /v2.0/ports/594dff71-a46a-485f-868b-c8e96ed6dc75 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/3093] 199.204.45.162 () {30 vars in 737 bytes} [Thu Aug 13 02:31:31 2026] GET /v2.0/ports/fa237998-1440-4dbf-a168-51dcbb99c6ee => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:31:31.286 8 INFO neutron.api.v2.resource [None req-90bcc2ba-77f8-43ea-970c-ea961bc023c9 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1642/3094] 199.204.45.162 () {30 vars in 763 bytes} [Thu Aug 13 02:31:31 2026] GET /v2.0/security-groups/lb-6fb98a24-8ece-4c2e-9ee3-f2d098c5c143 => 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: 1453/3095] 199.204.45.162 () {30 vars in 785 bytes} [Thu Aug 13 02:31:31 2026] GET /v2.0/security-groups?name=lb-6fb98a24-8ece-4c2e-9ee3-f2d098c5c143 => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3096] 199.204.45.162 () {30 vars in 737 bytes} [Thu Aug 13 02:31:31 2026] GET /v2.0/ports/fa237998-1440-4dbf-a168-51dcbb99c6ee => generated 1128 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/3097] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:31:31 2026] GET /v2.0/ports?tenant_id=0204d2fc2f0a4adb952a46f2b5a28857&device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 1248 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/3098] 199.204.45.162 () {34 vars in 1066 bytes} [Thu Aug 13 02:31:31 2026] GET /v2.0/networks?id=da462ba2-5e94-4667-8689-bcb509d71fd2&id=0a698781-7e6c-41c5-a572-02f66994976c => generated 1524 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/3099] 199.204.45.162 () {34 vars in 1062 bytes} [Thu Aug 13 02:31:31 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.219&port_id=d1126b0d-f2e9-400b-afa0-977aaba8fa04 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/3100] 199.204.45.162 () {34 vars in 984 bytes} [Thu Aug 13 02:31:31 2026] GET /v2.0/subnets?id=f0e60bdf-8239-4cd6-9359-8aee9e3f522b => generated 654 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/3101] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:31:31 2026] GET /v2.0/ports?network_id=da462ba2-5e94-4667-8689-bcb509d71fd2&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: 1459/3102] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:31:31 2026] GET /v2.0/networks/da462ba2-5e94-4667-8689-bcb509d71fd2?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: 1644/3103] 199.204.45.162 () {34 vars in 789 bytes} [Thu Aug 13 02:31:31 2026] PUT /v2.0/ports/fa237998-1440-4dbf-a168-51dcbb99c6ee => generated 1090 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/3104] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:31:31 2026] GET /v2.0/networks/da462ba2-5e94-4667-8689-bcb509d71fd2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3105] 199.204.45.162 () {32 vars in 779 bytes} [Thu Aug 13 02:31:31 2026] DELETE /v2.0/security-groups/8cee9995-e4e2-46ca-a28c-f1fd2e5c3002 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:31:31.831 7 INFO neutron_taas.services.taas.taas_plugin [None req-422fb570-7833-44d0-b13e-136bbdfa7b95 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: fa237998-1440-4dbf-a168-51dcbb99c6ee 2026-08-13 02:31:31.833 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-422fb570-7833-44d0-b13e-136bbdfa7b95 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: fa237998-1440-4dbf-a168-51dcbb99c6ee [pid: 7|app: 0|req: 1461/3106] 199.204.45.162 () {32 vars in 759 bytes} [Thu Aug 13 02:31:31 2026] DELETE /v2.0/ports/fa237998-1440-4dbf-a168-51dcbb99c6ee => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3107] 199.204.45.162 () {34 vars in 994 bytes} [Thu Aug 13 02:31:34 2026] GET /v2.0/ports?device_id=91ac4b79-55ad-46c3-8644-81f57d26f46d => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:31:34.763 7 INFO neutron_taas.services.taas.taas_plugin [req-d404abe7-e66d-4bc9-9fab-5b02fa3f549e req-522a6ebd-f539-43bf-9715-46e276ef411e 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] TaaS: Handle Delete Port: d1126b0d-f2e9-400b-afa0-977aaba8fa04 2026-08-13 02:31:34.766 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d404abe7-e66d-4bc9-9fab-5b02fa3f549e req-522a6ebd-f539-43bf-9715-46e276ef411e 466cbdec0e7e442f942f0fefb75815bb 0204d2fc2f0a4adb952a46f2b5a28857 - - default default] Tap Mirror: Handle Delete Port: d1126b0d-f2e9-400b-afa0-977aaba8fa04 [pid: 7|app: 0|req: 1462/3108] 199.204.45.162 () {36 vars in 997 bytes} [Thu Aug 13 02:31:34 2026] DELETE /v2.0/ports/d1126b0d-f2e9-400b-afa0-977aaba8fa04 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:31:34.957 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e745b717-6ccb-4446-8574-9c60a1901d9b'] response: {'server_uuid': '91ac4b79-55ad-46c3-8644-81f57d26f46d', 'name': 'network-vif-deleted', 'tag': 'd1126b0d-f2e9-400b-afa0-977aaba8fa04', 'status': 'completed', 'code': 200} 2026-08-13 02:31:36.536 8 INFO neutron_taas.services.taas.taas_plugin [None req-1aca4b20-d99d-4d27-bb20-2f4d39c6162d cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] TaaS: Handle Delete Port: 2e368e68-17fa-4523-8076-d4f2b8d4de8f 2026-08-13 02:31:36.539 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1aca4b20-d99d-4d27-bb20-2f4d39c6162d cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] Tap Mirror: Handle Delete Port: 2e368e68-17fa-4523-8076-d4f2b8d4de8f 2026-08-13 02:31:36.730 8 INFO neutron.db.l3_db [None req-1aca4b20-d99d-4d27-bb20-2f4d39c6162d cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] Floating IP e2c68d93-3047-410d-9d0c-b676052869e2 disassociated (deleted). External IP: 10.96.250.218, port: c4ca8a7e-2c7e-4586-9429-3654f4054fc6. [pid: 8|app: 0|req: 1647/3109] 10.0.0.194 () {32 vars in 732 bytes} [Thu Aug 13 02:31:36 2026] DELETE /v2.0/floatingips/e2c68d93-3047-410d-9d0c-b676052869e2 => generated 0 bytes in 723 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:31:37.109 7 INFO neutron.api.v2.resource [None req-7965ca24-1814-48e4-8366-5be66d76705e cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1463/3110] 10.0.0.194 () {32 vars in 729 bytes} [Thu Aug 13 02:31:37 2026] GET /v2.0/floatingips/e2c68d93-3047-410d-9d0c-b676052869e2 => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:31:37.122 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-69072be2-ce34-4ef7-ad7f-c5bc4a0cf1b0'] response: {'name': 'network-changed', 'server_uuid': 'b28d0d4a-ceb9-4978-bffa-5323734da896', 'tag': 'c4ca8a7e-2c7e-4586-9429-3654f4054fc6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1648/3111] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:31:37 2026] GET /v2.0/ports?device_id=b28d0d4a-ceb9-4978-bffa-5323734da896 => generated 1204 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/3112] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:31:37 2026] GET /v2.0/security-groups?id=dabb1c12-68cb-473e-a217-d1c11170d716&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: 1649/3113] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:31:37 2026] GET /v2.0/ports?tenant_id=c35790edeecc445b85a14ae6413b03e4&device_id=b28d0d4a-ceb9-4978-bffa-5323734da896 => generated 1473 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/3114] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:31:37 2026] GET /v2.0/networks?id=8b8e2dca-9ec8-42c1-9d55-3dd12af23836 => 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: 1650/3115] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Aug 13 02:31:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.243&port_id=c4ca8a7e-2c7e-4586-9429-3654f4054fc6 => 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: 1466/3116] 199.204.45.162 () {34 vars in 1106 bytes} [Thu Aug 13 02:31:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A267&port_id=c4ca8a7e-2c7e-4586-9429-3654f4054fc6 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3117] 199.204.45.162 () {34 vars in 1064 bytes} [Thu Aug 13 02:31:37 2026] GET /v2.0/subnets?id=95ebda54-e64e-4ce6-b82b-bcfe960f8ed7&id=77b468af-fa03-418c-8d25-3c11db9a4b9a => generated 1414 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/3118] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:31:37 2026] GET /v2.0/ports?network_id=8b8e2dca-9ec8-42c1-9d55-3dd12af23836&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3119] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:31:37 2026] GET /v2.0/ports?network_id=8b8e2dca-9ec8-42c1-9d55-3dd12af23836&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: 1468/3120] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:31:37 2026] GET /v2.0/networks/8b8e2dca-9ec8-42c1-9d55-3dd12af23836?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3121] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:31:37 2026] GET /v2.0/networks/8b8e2dca-9ec8-42c1-9d55-3dd12af23836?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: 1470/3124] 199.204.45.162 () {34 vars in 994 bytes} [Thu Aug 13 02:31:39 2026] GET /v2.0/ports?device_id=b28d0d4a-ceb9-4978-bffa-5323734da896 => generated 1202 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:31:39.852 8 INFO neutron_taas.services.taas.taas_plugin [req-872f4acf-9ff4-40f3-9182-95517b3ba2fd req-b5ec958e-89c9-4f85-83b6-25af4032868a cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] TaaS: Handle Delete Port: c4ca8a7e-2c7e-4586-9429-3654f4054fc6 2026-08-13 02:31:39.855 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-872f4acf-9ff4-40f3-9182-95517b3ba2fd req-b5ec958e-89c9-4f85-83b6-25af4032868a cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] Tap Mirror: Handle Delete Port: c4ca8a7e-2c7e-4586-9429-3654f4054fc6 [pid: 8|app: 0|req: 1655/3125] 199.204.45.162 () {36 vars in 997 bytes} [Thu Aug 13 02:31:39 2026] DELETE /v2.0/ports/c4ca8a7e-2c7e-4586-9429-3654f4054fc6 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:31:40.092 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f0365098-adab-47c3-b7ce-517a2fabbce4'] response: {'server_uuid': 'b28d0d4a-ceb9-4978-bffa-5323734da896', 'name': 'network-vif-deleted', 'tag': 'c4ca8a7e-2c7e-4586-9429-3654f4054fc6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1471/3126] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:31:42 2026] GET /v2.0/ports?device_id=b28d0d4a-ceb9-4978-bffa-5323734da896 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:31:47.670 8 INFO neutron_taas.services.taas.taas_plugin [None req-2832f029-1062-45d9-9f0e-6e91e3cd8a1d cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] TaaS: Handle Delete Port: d20bfa54-7b4d-4da9-8696-0ae6fddda3f8 2026-08-13 02:31:47.674 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2832f029-1062-45d9-9f0e-6e91e3cd8a1d cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] Tap Mirror: Handle Delete Port: d20bfa54-7b4d-4da9-8696-0ae6fddda3f8 2026-08-13 02:31:47.813 8 INFO neutron.db.l3_db [None req-2832f029-1062-45d9-9f0e-6e91e3cd8a1d cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] Floating IP 49383f4f-1c23-4625-92c9-b916adb99fd2 disassociated (deleted). External IP: 10.96.250.202, port: 49beea64-f413-450d-8d75-7760076c37f7. [pid: 8|app: 0|req: 1656/3127] 10.0.0.194 () {32 vars in 732 bytes} [Thu Aug 13 02:31:47 2026] DELETE /v2.0/floatingips/49383f4f-1c23-4625-92c9-b916adb99fd2 => generated 0 bytes in 553 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:31:48.125 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3a8c9c59-ae81-4f6c-9061-41405402987e'] response: {'name': 'network-changed', 'server_uuid': '1ecefe4d-805d-44ad-9f66-e89110a14616', 'tag': '49beea64-f413-450d-8d75-7760076c37f7', 'status': 'completed', 'code': 200} 2026-08-13 02:31:48.597 7 INFO neutron.api.v2.resource [None req-8de96434-7c82-4ce0-94ab-bf97faa39ac1 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1472/3128] 10.0.0.194 () {32 vars in 729 bytes} [Thu Aug 13 02:31:48 2026] GET /v2.0/floatingips/49383f4f-1c23-4625-92c9-b916adb99fd2 => generated 144 bytes in 507 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3129] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Aug 13 02:31:48 2026] GET /v2.0/ports?tenant_id=c35790edeecc445b85a14ae6413b03e4&device_id=1ecefe4d-805d-44ad-9f66-e89110a14616 => generated 1465 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/3130] 199.204.45.162 () {34 vars in 986 bytes} [Thu Aug 13 02:31:48 2026] GET /v2.0/networks?id=93720ef4-082f-4d58-bdfc-100fc9a9b70a => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/3131] 199.204.45.162 () {34 vars in 1056 bytes} [Thu Aug 13 02:31:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.18&port_id=49beea64-f413-450d-8d75-7760076c37f7 => 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: 1475/3132] 199.204.45.162 () {34 vars in 1104 bytes} [Thu Aug 13 02:31:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A153&port_id=49beea64-f413-450d-8d75-7760076c37f7 => 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: 1658/3133] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:31:48 2026] GET /v2.0/ports?device_id=1ecefe4d-805d-44ad-9f66-e89110a14616 => generated 1196 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/3134] 199.204.45.162 () {34 vars in 1064 bytes} [Thu Aug 13 02:31:48 2026] GET /v2.0/subnets?id=674483fe-d740-45eb-993e-ba7b994b3dd4&id=86187051-2e8c-48ef-9cf9-68c1eda9b5eb => generated 1411 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3135] 10.0.0.51 () {34 vars in 1039 bytes} [Thu Aug 13 02:31:48 2026] GET /v2.0/security-groups?id=dabb1c12-68cb-473e-a217-d1c11170d716&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/3136] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:31:48 2026] GET /v2.0/ports?network_id=93720ef4-082f-4d58-bdfc-100fc9a9b70a&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: 1660/3137] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Aug 13 02:31:48 2026] GET /v2.0/ports?network_id=93720ef4-082f-4d58-bdfc-100fc9a9b70a&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: 1478/3138] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Aug 13 02:31:48 2026] GET /v2.0/networks/93720ef4-082f-4d58-bdfc-100fc9a9b70a?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: 1661/3139] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Aug 13 02:31:48 2026] GET /v2.0/networks/93720ef4-082f-4d58-bdfc-100fc9a9b70a?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: 1479/3140] 199.204.45.162 () {34 vars in 994 bytes} [Thu Aug 13 02:31:51 2026] GET /v2.0/ports?device_id=1ecefe4d-805d-44ad-9f66-e89110a14616 => generated 1196 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:31:51.369 8 INFO neutron_taas.services.taas.taas_plugin [req-50634c7f-4eeb-4b22-a6db-517fddee10cb req-7a73ccf2-7919-4264-8149-9ba8170b3f08 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] TaaS: Handle Delete Port: 49beea64-f413-450d-8d75-7760076c37f7 2026-08-13 02:31:51.372 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-50634c7f-4eeb-4b22-a6db-517fddee10cb req-7a73ccf2-7919-4264-8149-9ba8170b3f08 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] Tap Mirror: Handle Delete Port: 49beea64-f413-450d-8d75-7760076c37f7 [pid: 8|app: 0|req: 1662/3141] 199.204.45.162 () {36 vars in 997 bytes} [Thu Aug 13 02:31:51 2026] DELETE /v2.0/ports/49beea64-f413-450d-8d75-7760076c37f7 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:31:51.616 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fdf8fdd9-4284-40b9-8cba-852d25dc0a34'] response: {'server_uuid': '1ecefe4d-805d-44ad-9f66-e89110a14616', 'name': 'network-vif-deleted', 'tag': '49beea64-f413-450d-8d75-7760076c37f7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1481/3144] 10.0.0.51 () {34 vars in 989 bytes} [Thu Aug 13 02:31:53 2026] GET /v2.0/ports?device_id=1ecefe4d-805d-44ad-9f66-e89110a14616 => 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: 1664/3145] 10.0.0.194 () {32 vars in 750 bytes} [Thu Aug 13 02:31:59 2026] DELETE /v2.0/security-group-rules/0826e1b6-861d-4234-860b-2232ad9b7f68 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:31:59.114 7 INFO neutron.api.v2.resource [None req-f43e3f90-ee50-4c6a-a059-451f5db54d50 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1482/3146] 10.0.0.194 () {32 vars in 747 bytes} [Thu Aug 13 02:31:59 2026] GET /v2.0/security-group-rules/0826e1b6-861d-4234-860b-2232ad9b7f68 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3147] 10.0.0.194 () {32 vars in 750 bytes} [Thu Aug 13 02:31:59 2026] DELETE /v2.0/security-group-rules/50af7a34-b7df-4e71-be43-14ec66b98f23 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:31:59.189 7 INFO neutron.api.v2.resource [None req-0fd8c76e-9b70-43cf-857d-a924448d6bec cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1483/3148] 10.0.0.194 () {32 vars in 747 bytes} [Thu Aug 13 02:31:59 2026] GET /v2.0/security-group-rules/50af7a34-b7df-4e71-be43-14ec66b98f23 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1666/3149] 10.0.0.194 () {32 vars in 750 bytes} [Thu Aug 13 02:31:59 2026] DELETE /v2.0/security-group-rules/e09e7039-0ea5-41fb-8478-7fb4a5a74709 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:31:59.273 7 INFO neutron.api.v2.resource [None req-42cde050-13bd-4dd9-99c9-443fcd071f4d cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1484/3150] 10.0.0.194 () {32 vars in 747 bytes} [Thu Aug 13 02:31:59 2026] GET /v2.0/security-group-rules/e09e7039-0ea5-41fb-8478-7fb4a5a74709 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1667/3151] 10.0.0.194 () {32 vars in 750 bytes} [Thu Aug 13 02:31:59 2026] DELETE /v2.0/security-group-rules/8b48ee22-706f-4d2c-9bbe-524129ee0a20 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:31:59.361 7 INFO neutron.api.v2.resource [None req-bf42287d-ad25-4dcf-9352-f2667eba6e4f cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1485/3152] 10.0.0.194 () {32 vars in 747 bytes} [Thu Aug 13 02:31:59 2026] GET /v2.0/security-group-rules/8b48ee22-706f-4d2c-9bbe-524129ee0a20 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1668/3153] 10.0.0.194 () {32 vars in 750 bytes} [Thu Aug 13 02:31:59 2026] DELETE /v2.0/security-group-rules/a74a1101-6af5-46a7-917b-8a206bcb822f => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:31:59.463 7 INFO neutron.api.v2.resource [None req-62c7b628-cbc5-43a7-bada-fecf0865a488 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1486/3154] 10.0.0.194 () {32 vars in 747 bytes} [Thu Aug 13 02:31:59 2026] GET /v2.0/security-group-rules/a74a1101-6af5-46a7-917b-8a206bcb822f => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3155] 10.0.0.194 () {32 vars in 750 bytes} [Thu Aug 13 02:31:59 2026] DELETE /v2.0/security-group-rules/f0000d71-2164-4834-a13f-d808f0876a94 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:31:59.554 7 INFO neutron.api.v2.resource [None req-e8a4b388-b2bd-40c7-932c-2b41b8a0a8f8 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1487/3156] 10.0.0.194 () {32 vars in 747 bytes} [Thu Aug 13 02:31:59 2026] GET /v2.0/security-group-rules/f0000d71-2164-4834-a13f-d808f0876a94 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1670/3157] 10.0.0.194 () {32 vars in 750 bytes} [Thu Aug 13 02:31:59 2026] DELETE /v2.0/security-group-rules/3b917f14-2e34-4bb1-b277-eadbe6a6f93e => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:31:59.630 7 INFO neutron.api.v2.resource [None req-41acfbd2-bfaf-442e-a7c7-2abe46e2b83c cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1488/3158] 10.0.0.194 () {32 vars in 747 bytes} [Thu Aug 13 02:31:59 2026] GET /v2.0/security-group-rules/3b917f14-2e34-4bb1-b277-eadbe6a6f93e => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1671/3159] 10.0.0.194 () {32 vars in 750 bytes} [Thu Aug 13 02:31:59 2026] DELETE /v2.0/security-group-rules/9671c520-de0e-4e7d-9655-b16a57ef436e => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:31:59.714 7 INFO neutron.api.v2.resource [None req-25ba90db-6c33-467d-a3dd-78b1ccede82d cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1489/3160] 10.0.0.194 () {32 vars in 747 bytes} [Thu Aug 13 02:31:59 2026] GET /v2.0/security-group-rules/9671c520-de0e-4e7d-9655-b16a57ef436e => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1672/3161] 10.0.0.194 () {32 vars in 750 bytes} [Thu Aug 13 02:31:59 2026] DELETE /v2.0/security-group-rules/7ce9525e-884c-42be-94d8-283c9379edff => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:31:59.785 7 INFO neutron.api.v2.resource [None req-32e2eb76-62ac-4b91-9cc3-a5f56b9dc4f3 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1490/3162] 10.0.0.194 () {32 vars in 747 bytes} [Thu Aug 13 02:31:59 2026] GET /v2.0/security-group-rules/7ce9525e-884c-42be-94d8-283c9379edff => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1673/3163] 10.0.0.194 () {32 vars in 750 bytes} [Thu Aug 13 02:31:59 2026] DELETE /v2.0/security-group-rules/a68d4c9d-9800-4a47-9c5d-510355029f3c => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:31:59.862 7 INFO neutron.api.v2.resource [None req-e7cb3d4d-7143-487a-b54e-a09f1df1b76c cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1491/3164] 10.0.0.194 () {32 vars in 747 bytes} [Thu Aug 13 02:31:59 2026] GET /v2.0/security-group-rules/a68d4c9d-9800-4a47-9c5d-510355029f3c => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3165] 10.0.0.194 () {32 vars in 750 bytes} [Thu Aug 13 02:31:59 2026] DELETE /v2.0/security-group-rules/27d6fc53-fbfe-4523-97ce-a6a20b30741f => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:31:59.941 7 INFO neutron.api.v2.resource [None req-61f64325-4250-46f1-b16e-512ab48794cb cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1492/3166] 10.0.0.194 () {32 vars in 747 bytes} [Thu Aug 13 02:31:59 2026] GET /v2.0/security-group-rules/27d6fc53-fbfe-4523-97ce-a6a20b30741f => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1675/3167] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:31:59 2026] DELETE /v2.0/security-groups/dabb1c12-68cb-473e-a217-d1c11170d716 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:32:00.039 7 INFO neutron.api.v2.resource [None req-e858e844-5b4f-4d26-8c1b-7ebc80f50d3f cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1493/3168] 10.0.0.194 () {32 vars in 737 bytes} [Thu Aug 13 02:32:00 2026] GET /v2.0/security-groups/dabb1c12-68cb-473e-a217-d1c11170d716 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:32:00.514 8 INFO neutron_taas.services.taas.taas_plugin [None req-f21104a5-fb6e-4f9d-8885-a269be667343 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] TaaS: Handle Delete Port: e7ccfdc4-7a91-4202-afcc-75c522b50125 2026-08-13 02:32:00.518 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f21104a5-fb6e-4f9d-8885-a269be667343 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] Tap Mirror: Handle Delete Port: e7ccfdc4-7a91-4202-afcc-75c522b50125 [pid: 8|app: 0|req: 1676/3169] 10.0.0.194 () {34 vars in 789 bytes} [Thu Aug 13 02:32:00 2026] PUT /v2.0/routers/c85ed2f9-1565-4603-b527-a69185390f04/remove_router_interface => generated 309 bytes in 958 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:32:01.205 7 INFO neutron.api.v2.resource [None req-28c40627-1c45-43e2-af3b-979a3009e868 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1494/3170] 10.0.0.194 () {34 vars in 789 bytes} [Thu Aug 13 02:32:01 2026] PUT /v2.0/routers/c85ed2f9-1565-4603-b527-a69185390f04/remove_router_interface => generated 198 bytes in 158 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:32:01.606 8 INFO neutron_taas.services.taas.taas_plugin [None req-17780cb9-f374-48d1-a5ac-ae359e08983b cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] TaaS: Handle Delete Port: e4aa4cdd-c743-4203-a029-cafd9c711369 2026-08-13 02:32:01.609 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17780cb9-f374-48d1-a5ac-ae359e08983b cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] Tap Mirror: Handle Delete Port: e4aa4cdd-c743-4203-a029-cafd9c711369 [pid: 8|app: 0|req: 1677/3171] 10.0.0.194 () {34 vars in 789 bytes} [Thu Aug 13 02:32:01 2026] PUT /v2.0/routers/c85ed2f9-1565-4603-b527-a69185390f04/remove_router_interface => generated 309 bytes in 936 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:32:02.338 7 INFO neutron.api.v2.resource [None req-104f3fcc-5a67-4b1e-8ad4-abcabdfbc99c cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1495/3172] 10.0.0.194 () {34 vars in 789 bytes} [Thu Aug 13 02:32:02 2026] PUT /v2.0/routers/c85ed2f9-1565-4603-b527-a69185390f04/remove_router_interface => generated 198 bytes in 185 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:32:02.762 8 INFO neutron_taas.services.taas.taas_plugin [None req-9c858f9c-69c5-41e6-a9f5-0bbc6c28a1b1 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] TaaS: Handle Delete Port: 55729352-3dd9-433c-8dad-75a3af8a706b 2026-08-13 02:32:02.766 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c858f9c-69c5-41e6-a9f5-0bbc6c28a1b1 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] Tap Mirror: Handle Delete Port: 55729352-3dd9-433c-8dad-75a3af8a706b [pid: 8|app: 0|req: 1678/3173] 10.0.0.194 () {34 vars in 789 bytes} [Thu Aug 13 02:32:02 2026] PUT /v2.0/routers/c85ed2f9-1565-4603-b527-a69185390f04/remove_router_interface => generated 309 bytes in 963 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:32:03.471 7 INFO neutron.api.v2.resource [None req-c8b23587-e659-4004-a89d-684cbf7a7f45 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1496/3174] 10.0.0.194 () {34 vars in 789 bytes} [Thu Aug 13 02:32:03 2026] PUT /v2.0/routers/c85ed2f9-1565-4603-b527-a69185390f04/remove_router_interface => generated 198 bytes in 160 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:32:03.663 8 INFO neutron_taas.services.taas.taas_plugin [None req-382523cc-0d85-4eaa-b104-8543bd5713d6 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] TaaS: Handle Delete Port: 56eb4df1-fa45-4dd7-a771-d0e0cf8d15ec 2026-08-13 02:32:03.666 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-382523cc-0d85-4eaa-b104-8543bd5713d6 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] Tap Mirror: Handle Delete Port: 56eb4df1-fa45-4dd7-a771-d0e0cf8d15ec 2026-08-13 02:32:03.920 8 INFO neutron_taas.services.taas.taas_plugin [None req-382523cc-0d85-4eaa-b104-8543bd5713d6 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] TaaS: Handle Delete Port: ab934dad-08c6-4b84-914d-5a2b7677d214 2026-08-13 02:32:03.923 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-382523cc-0d85-4eaa-b104-8543bd5713d6 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] Tap Mirror: Handle Delete Port: ab934dad-08c6-4b84-914d-5a2b7677d214 2026-08-13 02:32:04.282 8 INFO neutron.db.l3_hamode_db [None req-382523cc-0d85-4eaa-b104-8543bd5713d6 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] HA network 3383a1b2-7e17-4878-a2bc-86f6d523ee76 was deleted as no HA routers are present in tenant c35790edeecc445b85a14ae6413b03e4. [pid: 8|app: 0|req: 1679/3175] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:32:03 2026] DELETE /v2.0/routers/c85ed2f9-1565-4603-b527-a69185390f04 => generated 0 bytes in 813 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:32:04.297 8 INFO neutron.services.segments.plugin [-] Segment c93834e6-e0ae-43f2-b7ad-874032a4e453 resource provider aggregate not found 2026-08-13 02:32:04.306 8 INFO neutron.services.segments.plugin [-] Segment c93834e6-e0ae-43f2-b7ad-874032a4e453 resource provider aggregate not found 2026-08-13 02:32:04.316 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c93834e6-e0ae-43f2-b7ad-874032a4e453 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c93834e6-e0ae-43f2-b7ad-874032a4e453 found for delete ", "request_id": "req-af519a29-b8b9-4940-ac92-ed2fb344a2b8"}]} 2026-08-13 02:32:04.321 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c93834e6-e0ae-43f2-b7ad-874032a4e453 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c93834e6-e0ae-43f2-b7ad-874032a4e453 found for delete ", "request_id": "req-739aeea4-ef24-4316-b7d2-4a9c14336c91"}]} 2026-08-13 02:32:04.323 7 INFO neutron.api.v2.resource [None req-e9815cd9-5623-4b0d-bde2-a6b26820f129 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1497/3176] 10.0.0.194 () {32 vars in 721 bytes} [Thu Aug 13 02:32:04 2026] GET /v2.0/routers/c85ed2f9-1565-4603-b527-a69185390f04 => generated 135 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1680/3177] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:32:04 2026] DELETE /v2.0/subnets/77b468af-fa03-418c-8d25-3c11db9a4b9a => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:32:04.541 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b8510271-ecaf-4c51-9039-495caf34e2cd cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1498/3178] 10.0.0.194 () {32 vars in 721 bytes} [Thu Aug 13 02:32:04 2026] GET /v2.0/subnets/77b468af-fa03-418c-8d25-3c11db9a4b9a => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1681/3179] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:32:04 2026] DELETE /v2.0/subnets/95ebda54-e64e-4ce6-b82b-bcfe960f8ed7 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:32:04.730 7 INFO neutron.pecan_wsgi.hooks.translation [None req-829d9127-7788-49e8-99cc-1fd356f83381 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1499/3180] 10.0.0.194 () {32 vars in 721 bytes} [Thu Aug 13 02:32:04 2026] GET /v2.0/subnets/95ebda54-e64e-4ce6-b82b-bcfe960f8ed7 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:32:04.845 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ccd5b8c-ce8c-4bce-bdbc-5ad30c2eff10 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] TaaS: Handle Delete Port: 08e2fb79-d436-4288-bee7-0099ca8d3072 2026-08-13 02:32:04.848 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ccd5b8c-ce8c-4bce-bdbc-5ad30c2eff10 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] Tap Mirror: Handle Delete Port: 08e2fb79-d436-4288-bee7-0099ca8d3072 [pid: 8|app: 0|req: 1682/3181] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:32:04 2026] DELETE /v2.0/networks/8b8e2dca-9ec8-42c1-9d55-3dd12af23836 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:32:05.074 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f06b6380-d812-4d93-93b8-eb0233372756 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1500/3182] 10.0.0.194 () {32 vars in 723 bytes} [Thu Aug 13 02:32:05 2026] GET /v2.0/networks/8b8e2dca-9ec8-42c1-9d55-3dd12af23836 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1683/3183] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:32:05 2026] DELETE /v2.0/subnets/674483fe-d740-45eb-993e-ba7b994b3dd4 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:32:05.270 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d06252dd-39ab-456a-92bb-4299cc5378da cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1501/3184] 10.0.0.194 () {32 vars in 721 bytes} [Thu Aug 13 02:32:05 2026] GET /v2.0/subnets/674483fe-d740-45eb-993e-ba7b994b3dd4 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1684/3185] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:32:05 2026] DELETE /v2.0/subnets/86187051-2e8c-48ef-9cf9-68c1eda9b5eb => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:32:05.494 7 INFO neutron.pecan_wsgi.hooks.translation [None req-31161cdf-8323-44c6-ac9d-b62bf58ecb0a cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1502/3186] 10.0.0.194 () {32 vars in 721 bytes} [Thu Aug 13 02:32:05 2026] GET /v2.0/subnets/86187051-2e8c-48ef-9cf9-68c1eda9b5eb => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:32:05.596 8 INFO neutron_taas.services.taas.taas_plugin [None req-d05c5ec7-6fc3-4671-9f09-974612201479 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] TaaS: Handle Delete Port: 9a068e53-cf76-4746-8111-5f713f7c524a 2026-08-13 02:32:05.600 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d05c5ec7-6fc3-4671-9f09-974612201479 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] Tap Mirror: Handle Delete Port: 9a068e53-cf76-4746-8111-5f713f7c524a [pid: 8|app: 0|req: 1685/3187] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:32:05 2026] DELETE /v2.0/networks/93720ef4-082f-4d58-bdfc-100fc9a9b70a => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:32:05.808 7 INFO neutron.pecan_wsgi.hooks.translation [None req-45d3d027-571f-4bc1-b1ca-d8f4361bf151 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1503/3188] 10.0.0.194 () {32 vars in 723 bytes} [Thu Aug 13 02:32:05 2026] GET /v2.0/networks/93720ef4-082f-4d58-bdfc-100fc9a9b70a => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1686/3189] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:32:05 2026] DELETE /v2.0/subnets/130541b8-627c-4aaa-94ff-2b4dd7b5bfe3 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:32:05.976 7 INFO neutron.pecan_wsgi.hooks.translation [None req-546385bc-5335-4884-889e-ee52a95b4b4d cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1504/3190] 10.0.0.194 () {32 vars in 721 bytes} [Thu Aug 13 02:32:05 2026] GET /v2.0/subnets/130541b8-627c-4aaa-94ff-2b4dd7b5bfe3 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1687/3191] 10.0.0.194 () {32 vars in 724 bytes} [Thu Aug 13 02:32:05 2026] DELETE /v2.0/subnets/b75159ac-2c72-483a-9fd2-d18b090fac3d => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:32:06.198 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a570e47f-0bbf-4299-af98-c1638795633f cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1505/3192] 10.0.0.194 () {32 vars in 721 bytes} [Thu Aug 13 02:32:06 2026] GET /v2.0/subnets/b75159ac-2c72-483a-9fd2-d18b090fac3d => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:32:06.292 8 INFO neutron_taas.services.taas.taas_plugin [None req-c7149cd7-b6a2-4384-837b-d2c9fdc4583a cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] TaaS: Handle Delete Port: 3657c648-1df3-425e-9118-b7657e467cc3 2026-08-13 02:32:06.297 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7149cd7-b6a2-4384-837b-d2c9fdc4583a cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] Tap Mirror: Handle Delete Port: 3657c648-1df3-425e-9118-b7657e467cc3 2026-08-13 02:32:06.364 8 INFO neutron.services.segments.plugin [-] Segment db59e6be-b133-47a8-b2bf-12ace08a6619 resource provider aggregate not found 2026-08-13 02:32:06.368 8 INFO neutron.services.segments.plugin [-] Segment db59e6be-b133-47a8-b2bf-12ace08a6619 resource provider aggregate not found 2026-08-13 02:32:06.385 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment db59e6be-b133-47a8-b2bf-12ace08a6619 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db59e6be-b133-47a8-b2bf-12ace08a6619 found for delete ", "request_id": "req-db1012ec-b38d-4bc8-99e4-07878f4136fe"}]} 2026-08-13 02:32:06.393 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment db59e6be-b133-47a8-b2bf-12ace08a6619 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db59e6be-b133-47a8-b2bf-12ace08a6619 found for delete ", "request_id": "req-e0461c75-e4eb-46b1-a462-9ca9053501c0"}]} 2026-08-13 02:32:06.405 8 INFO neutron.services.segments.plugin [-] Segment 176b57a5-050e-401d-a2b8-e0bea8977392 resource provider aggregate not found 2026-08-13 02:32:06.416 8 INFO neutron.services.segments.plugin [-] Segment 176b57a5-050e-401d-a2b8-e0bea8977392 resource provider aggregate not found 2026-08-13 02:32:06.420 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 176b57a5-050e-401d-a2b8-e0bea8977392 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 176b57a5-050e-401d-a2b8-e0bea8977392 found for delete ", "request_id": "req-ee256b8b-64a6-4cb9-9a5b-ccbf31116522"}]} 2026-08-13 02:32:06.436 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 176b57a5-050e-401d-a2b8-e0bea8977392 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 176b57a5-050e-401d-a2b8-e0bea8977392 found for delete ", "request_id": "req-016425ec-09a9-402b-964d-fbd44a7b8208"}]} [pid: 8|app: 0|req: 1688/3193] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:32:06 2026] DELETE /v2.0/networks/0a698781-7e6c-41c5-a572-02f66994976c => generated 0 bytes in 369 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:32:06.597 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4e73d2ff-0993-4305-a60b-755226334da6 cd7b72be4cec439fabd49ce6e70d22ed c35790edeecc445b85a14ae6413b03e4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1506/3194] 10.0.0.194 () {32 vars in 723 bytes} [Thu Aug 13 02:32:06 2026] GET /v2.0/networks/0a698781-7e6c-41c5-a572-02f66994976c => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:32:08.445 8 INFO neutron.services.segments.plugin [-] Segment c6efd159-bf11-4ad3-bc09-6459d414d97d resource provider aggregate not found 2026-08-13 02:32:08.460 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c6efd159-bf11-4ad3-bc09-6459d414d97d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6efd159-bf11-4ad3-bc09-6459d414d97d found for delete ", "request_id": "req-c98528f0-7e9b-4161-a5ca-e4b3e0ca61cc"}]} 2026-08-13 02:32:08.463 8 INFO neutron.services.segments.plugin [-] Segment c6efd159-bf11-4ad3-bc09-6459d414d97d resource provider aggregate not found 2026-08-13 02:32:08.478 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c6efd159-bf11-4ad3-bc09-6459d414d97d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6efd159-bf11-4ad3-bc09-6459d414d97d found for delete ", "request_id": "req-ec035a2c-3ce4-4ed8-8497-93d22a0f7588"}]} [pid: 8|app: 0|req: 1690/3197] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:32:08 2026] GET /v2.0/security-groups?tenant_id=01638ebdf358420cbd4b4fee176be5e5&name=default => generated 2929 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3198] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:32:08 2026] DELETE /v2.0/security-groups/bf6c470f-283a-41f4-a763-f6e1624a9436 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1691/3199] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:32:08 2026] GET /v2.0/security-groups?tenant_id=59ec5037ccba49c6b3eb068b2bab18b2&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3200] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:32:08 2026] DELETE /v2.0/security-groups/64acf8cb-bff4-479a-ba17-e7434a125320 => 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: 1692/3201] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:32:09 2026] GET /v2.0/security-groups?tenant_id=c35790edeecc445b85a14ae6413b03e4&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3202] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:32:09 2026] DELETE /v2.0/security-groups/d7a97e22-ca75-4f7a-a1aa-55cff6ef1c91 => 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: 1693/3203] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:32:09 2026] GET /v2.0/security-groups?tenant_id=c07d8db88ea44561bcdb120d06995959&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: 1511/3204] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:32:09 2026] DELETE /v2.0/security-groups/5ac4992d-8857-4ce0-bbd9-049aa9d452fc => 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: 1694/3205] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:32:09 2026] GET /v2.0/security-groups?tenant_id=c5d6439e899046809934ca5ce00048c8&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3206] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:32:10 2026] DELETE /v2.0/security-groups/0c261e53-dab7-4d27-a05a-fb572bb4e4b0 => 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: 1695/3207] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:32:10 2026] GET /v2.0/security-groups?tenant_id=ca6950b2a7ff4ee8b8228463407ebf61&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3208] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:32:10 2026] DELETE /v2.0/security-groups/9aa9d5e8-d01c-47a8-8dd6-ded398b48678 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1696/3209] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:32:10 2026] GET /v2.0/security-groups?tenant_id=2aa5f5510b3c49e38c9ea1018d37ef5a&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3210] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:32:10 2026] DELETE /v2.0/security-groups/b0d0ba55-5c2a-4781-b217-4dec7cb1e494 => 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: 1697/3211] 10.0.0.194 () {34 vars in 678 bytes} [Thu Aug 13 02:32:14 2026] POST /v2.0/qos/policies => generated 359 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3212] 10.0.0.194 () {34 vars in 678 bytes} [Thu Aug 13 02:32:14 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1698/3213] 10.0.0.194 () {34 vars in 678 bytes} [Thu Aug 13 02:32:14 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3214] 10.0.0.194 () {34 vars in 678 bytes} [Thu Aug 13 02:32:15 2026] POST /v2.0/qos/policies => generated 359 bytes in 27 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1699/3215] 10.0.0.194 () {34 vars in 678 bytes} [Thu Aug 13 02:32:15 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3216] 10.0.0.194 () {34 vars in 753 bytes} [Thu Aug 13 02:32:15 2026] PUT /v2.0/policies/374462ff-67cc-4ba0-9038-1f9a865526d9/tags => generated 17 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1700/3217] 10.0.0.194 () {34 vars in 753 bytes} [Thu Aug 13 02:32:15 2026] PUT /v2.0/policies/8f7de07e-7bf3-4978-8f44-76b70e78b4b9/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: 1518/3218] 10.0.0.194 () {34 vars in 753 bytes} [Thu Aug 13 02:32:15 2026] PUT /v2.0/policies/3e36f10e-162f-4700-8e2e-b961df9294dc/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1701/3219] 10.0.0.194 () {34 vars in 753 bytes} [Thu Aug 13 02:32:15 2026] PUT /v2.0/policies/cdcac70e-3505-41b2-bda8-ca787ca0b45d/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3220] 10.0.0.194 () {32 vars in 674 bytes} [Thu Aug 13 02:32:15 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1702/3221] 10.0.0.194 () {32 vars in 688 bytes} [Thu Aug 13 02:32:15 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3222] 10.0.0.194 () {32 vars in 684 bytes} [Thu Aug 13 02:32:15 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1703/3223] 10.0.0.194 () {32 vars in 696 bytes} [Thu Aug 13 02:32:15 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3224] 10.0.0.194 () {32 vars in 682 bytes} [Thu Aug 13 02:32:15 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1704/3225] 10.0.0.194 () {32 vars in 696 bytes} [Thu Aug 13 02:32:16 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3226] 10.0.0.194 () {32 vars in 692 bytes} [Thu Aug 13 02:32:16 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1705/3227] 10.0.0.194 () {32 vars in 704 bytes} [Thu Aug 13 02:32:16 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3228] 10.0.0.194 () {32 vars in 734 bytes} [Thu Aug 13 02:32:16 2026] DELETE /v2.0/qos/policies/374462ff-67cc-4ba0-9038-1f9a865526d9 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1706/3229] 10.0.0.194 () {32 vars in 734 bytes} [Thu Aug 13 02:32:16 2026] DELETE /v2.0/qos/policies/8f7de07e-7bf3-4978-8f44-76b70e78b4b9 => 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: 1524/3230] 10.0.0.194 () {32 vars in 734 bytes} [Thu Aug 13 02:32:16 2026] DELETE /v2.0/qos/policies/3e36f10e-162f-4700-8e2e-b961df9294dc => 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: 1707/3231] 10.0.0.194 () {32 vars in 734 bytes} [Thu Aug 13 02:32:16 2026] DELETE /v2.0/qos/policies/cdcac70e-3505-41b2-bda8-ca787ca0b45d => 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: 1525/3232] 10.0.0.194 () {32 vars in 734 bytes} [Thu Aug 13 02:32:16 2026] DELETE /v2.0/qos/policies/5789bd8e-73d7-4baf-b0d3-1886639d2aaa => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1708/3233] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:32:17 2026] GET /v2.0/security-groups?tenant_id=8271d63d2dc64e479898302a7190121c&name=default => generated 2929 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3234] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:32:17 2026] DELETE /v2.0/security-groups/9da31247-563f-4402-a387-fed2fd84ccb6 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1709/3235] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:32:17 2026] GET /v2.0/security-groups?tenant_id=441ca60df54f40a08d2d0e1bdcd6ebc6&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3236] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:32:18 2026] DELETE /v2.0/security-groups/70426085-8954-4bf5-b6ca-0fd14d829afe => 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: 1710/3237] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:32:18 2026] GET /v2.0/security-groups?tenant_id=f14230f6f9564122b1798543000ff6c4&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3238] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:32:18 2026] DELETE /v2.0/security-groups/1212818a-b18d-4185-97b9-62e8cc7ab740 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:32:21.821 8 INFO neutron.db.segments_db [None req-ff7fcb1d-a094-4e10-9d6a-e56aa0da0d21 c5fc774231b04f818c940aff6bb2fbee 22ff8909c84147448260dd90b98dbe2e - - default default] Added segment 6c102bc6-aa8d-4da4-b6ee-681671a21603 of type vxlan for network a205a217-e425-469a-9380-13d277f66593 [pid: 8|app: 0|req: 1711/3239] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:32:21 2026] POST /v2.0/networks => generated 631 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3240] 10.0.0.194 () {34 vars in 664 bytes} [Thu Aug 13 02:32:21 2026] POST /v2.0/ports => generated 743 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1712/3241] 10.0.0.194 () {34 vars in 747 bytes} [Thu Aug 13 02:32:22 2026] PUT /v2.0/ports/ade83a37-f1d0-49f4-9329-4bb06ff90161/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1530/3242] 10.0.0.194 () {32 vars in 727 bytes} [Thu Aug 13 02:32:22 2026] GET /v2.0/ports/ade83a37-f1d0-49f4-9329-4bb06ff90161/tags => generated 25 bytes in 72 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: 1713/3243] 10.0.0.194 () {34 vars in 758 bytes} [Thu Aug 13 02:32:22 2026] PUT /v2.0/ports/ade83a37-f1d0-49f4-9329-4bb06ff90161/tags/green => generated 4 bytes in 96 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: 1531/3244] 10.0.0.194 () {32 vars in 727 bytes} [Thu Aug 13 02:32:22 2026] GET /v2.0/ports/ade83a37-f1d0-49f4-9329-4bb06ff90161/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1714/3245] 10.0.0.194 () {34 vars in 754 bytes} [Thu Aug 13 02:32:22 2026] PUT /v2.0/ports/ade83a37-f1d0-49f4-9329-4bb06ff90161/tags/red => generated 4 bytes in 76 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: 1532/3246] 10.0.0.194 () {32 vars in 727 bytes} [Thu Aug 13 02:32:22 2026] GET /v2.0/ports/ade83a37-f1d0-49f4-9329-4bb06ff90161/tags => generated 34 bytes in 55 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: 1715/3247] 10.0.0.194 () {34 vars in 776 bytes} [Thu Aug 13 02:32:22 2026] PUT /v2.0/ports/ade83a37-f1d0-49f4-9329-4bb06ff90161/tags/black.or.white => generated 4 bytes in 83 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: 1533/3248] 10.0.0.194 () {32 vars in 727 bytes} [Thu Aug 13 02:32:22 2026] GET /v2.0/ports/ade83a37-f1d0-49f4-9329-4bb06ff90161/tags => generated 52 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1716/3249] 10.0.0.194 () {34 vars in 747 bytes} [Thu Aug 13 02:32:22 2026] PUT /v2.0/ports/ade83a37-f1d0-49f4-9329-4bb06ff90161/tags => generated 37 bytes in 65 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: 1534/3250] 10.0.0.194 () {32 vars in 727 bytes} [Thu Aug 13 02:32:22 2026] GET /v2.0/ports/ade83a37-f1d0-49f4-9329-4bb06ff90161/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1717/3251] 10.0.0.194 () {32 vars in 735 bytes} [Thu Aug 13 02:32:22 2026] GET /v2.0/ports/ade83a37-f1d0-49f4-9329-4bb06ff90161/tags/red => generated 0 bytes in 68 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 02:32:23.090 7 INFO neutron.api.v2.resource [None req-568ba653-85dc-42c2-8da4-296ec834aad1 c5fc774231b04f818c940aff6bb2fbee 22ff8909c84147448260dd90b98dbe2e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1535/3252] 10.0.0.194 () {32 vars in 739 bytes} [Thu Aug 13 02:32:23 2026] GET /v2.0/ports/ade83a37-f1d0-49f4-9329-4bb06ff90161/tags/green => generated 99 bytes in 61 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: 1718/3253] 10.0.0.194 () {32 vars in 738 bytes} [Thu Aug 13 02:32:23 2026] DELETE /v2.0/ports/ade83a37-f1d0-49f4-9329-4bb06ff90161/tags/red => generated 0 bytes in 59 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: 1536/3254] 10.0.0.194 () {32 vars in 727 bytes} [Thu Aug 13 02:32:23 2026] GET /v2.0/ports/ade83a37-f1d0-49f4-9329-4bb06ff90161/tags => generated 30 bytes in 47 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 02:32:23.259 8 INFO neutron.api.v2.resource [None req-b4f163b6-657a-414b-bc86-c095492c4413 c5fc774231b04f818c940aff6bb2fbee 22ff8909c84147448260dd90b98dbe2e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1719/3255] 10.0.0.194 () {32 vars in 742 bytes} [Thu Aug 13 02:32:23 2026] DELETE /v2.0/ports/ade83a37-f1d0-49f4-9329-4bb06ff90161/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1537/3258] 10.0.0.194 () {32 vars in 730 bytes} [Thu Aug 13 02:32:23 2026] DELETE /v2.0/ports/ade83a37-f1d0-49f4-9329-4bb06ff90161/tags => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1722/3259] 10.0.0.194 () {32 vars in 727 bytes} [Thu Aug 13 02:32:23 2026] GET /v2.0/ports/ade83a37-f1d0-49f4-9329-4bb06ff90161/tags => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 02:32:23.519 7 INFO neutron_taas.services.taas.taas_plugin [None req-9442a45d-279e-4772-ab08-9ce5873e1fbb c5fc774231b04f818c940aff6bb2fbee 22ff8909c84147448260dd90b98dbe2e - - default default] TaaS: Handle Delete Port: ade83a37-f1d0-49f4-9329-4bb06ff90161 2026-08-13 02:32:23.522 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9442a45d-279e-4772-ab08-9ce5873e1fbb c5fc774231b04f818c940aff6bb2fbee 22ff8909c84147448260dd90b98dbe2e - - default default] Tap Mirror: Handle Delete Port: ade83a37-f1d0-49f4-9329-4bb06ff90161 [pid: 7|app: 0|req: 1538/3260] 10.0.0.194 () {32 vars in 720 bytes} [Thu Aug 13 02:32:23 2026] DELETE /v2.0/ports/ade83a37-f1d0-49f4-9329-4bb06ff90161 => generated 0 bytes in 210 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 02:32:23.769 8 INFO neutron.services.segments.plugin [-] Segment 6c102bc6-aa8d-4da4-b6ee-681671a21603 resource provider aggregate not found 2026-08-13 02:32:23.770 8 INFO neutron.services.segments.plugin [-] Segment 6c102bc6-aa8d-4da4-b6ee-681671a21603 resource provider aggregate not found 2026-08-13 02:32:23.783 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6c102bc6-aa8d-4da4-b6ee-681671a21603 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c102bc6-aa8d-4da4-b6ee-681671a21603 found for delete ", "request_id": "req-6879215e-efc9-4181-9036-d86b3cdf4188"}]} 2026-08-13 02:32:23.790 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6c102bc6-aa8d-4da4-b6ee-681671a21603 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c102bc6-aa8d-4da4-b6ee-681671a21603 found for delete ", "request_id": "req-7f0f2ac9-eb16-408e-b37e-7121b9205d0f"}]} [pid: 8|app: 0|req: 1723/3261] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:32:23 2026] DELETE /v2.0/networks/a205a217-e425-469a-9380-13d277f66593 => 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: 1539/3262] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:32:24 2026] GET /v2.0/security-groups?tenant_id=921dfb8fb11a4d57b8adc6979df3fe05&name=default => generated 2929 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1724/3263] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:32:24 2026] DELETE /v2.0/security-groups/15d91449-387f-4c61-b0d2-f92b2b04d8e3 => 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: 1540/3264] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:32:24 2026] GET /v2.0/security-groups?tenant_id=22ff8909c84147448260dd90b98dbe2e&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: 1725/3265] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:32:24 2026] DELETE /v2.0/security-groups/61aecb6e-37d7-41e2-9c2a-4405ea7ee248 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:32:28.665 7 INFO neutron.db.segments_db [None req-3a2faae8-acbf-47a6-8cf7-349f6854c7b4 f50b5ddd9c684e95a302352c7fb15a6f bcc4a381484441b4bd995a534e9fbe89 - - default default] Added segment c4298357-1c51-4fdc-8840-9c42e44ebe17 of type vxlan for network f6af0c1b-b60c-48b7-850a-b9964cc6cdc6 [pid: 7|app: 0|req: 1541/3266] 10.0.0.194 () {34 vars in 670 bytes} [Thu Aug 13 02:32:28 2026] POST /v2.0/networks => generated 632 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1726/3267] 10.0.0.194 () {34 vars in 664 bytes} [Thu Aug 13 02:32:28 2026] POST /v2.0/ports => generated 743 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3268] 10.0.0.194 () {34 vars in 666 bytes} [Thu Aug 13 02:32:29 2026] POST /v2.0/trunks => generated 407 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: 1727/3269] 10.0.0.194 () {34 vars in 749 bytes} [Thu Aug 13 02:32:29 2026] PUT /v2.0/trunks/48f80b67-0e22-4a23-9152-0b3c72f28c4d/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3270] 10.0.0.194 () {32 vars in 729 bytes} [Thu Aug 13 02:32:29 2026] GET /v2.0/trunks/48f80b67-0e22-4a23-9152-0b3c72f28c4d/tags => generated 25 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1728/3271] 10.0.0.194 () {34 vars in 760 bytes} [Thu Aug 13 02:32:29 2026] PUT /v2.0/trunks/48f80b67-0e22-4a23-9152-0b3c72f28c4d/tags/green => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3272] 10.0.0.194 () {32 vars in 729 bytes} [Thu Aug 13 02:32:29 2026] GET /v2.0/trunks/48f80b67-0e22-4a23-9152-0b3c72f28c4d/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1729/3273] 10.0.0.194 () {34 vars in 756 bytes} [Thu Aug 13 02:32:29 2026] PUT /v2.0/trunks/48f80b67-0e22-4a23-9152-0b3c72f28c4d/tags/red => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3274] 10.0.0.194 () {32 vars in 729 bytes} [Thu Aug 13 02:32:29 2026] GET /v2.0/trunks/48f80b67-0e22-4a23-9152-0b3c72f28c4d/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1730/3275] 10.0.0.194 () {34 vars in 778 bytes} [Thu Aug 13 02:32:29 2026] PUT /v2.0/trunks/48f80b67-0e22-4a23-9152-0b3c72f28c4d/tags/black.or.white => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3276] 10.0.0.194 () {32 vars in 729 bytes} [Thu Aug 13 02:32:29 2026] GET /v2.0/trunks/48f80b67-0e22-4a23-9152-0b3c72f28c4d/tags => generated 52 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1731/3277] 10.0.0.194 () {34 vars in 749 bytes} [Thu Aug 13 02:32:29 2026] PUT /v2.0/trunks/48f80b67-0e22-4a23-9152-0b3c72f28c4d/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3278] 10.0.0.194 () {32 vars in 729 bytes} [Thu Aug 13 02:32:29 2026] GET /v2.0/trunks/48f80b67-0e22-4a23-9152-0b3c72f28c4d/tags => generated 37 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1732/3279] 10.0.0.194 () {32 vars in 737 bytes} [Thu Aug 13 02:32:29 2026] GET /v2.0/trunks/48f80b67-0e22-4a23-9152-0b3c72f28c4d/tags/red => generated 0 bytes in 20 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:32:29.673 7 INFO neutron.api.v2.resource [None req-f2a587d6-b324-40c8-81c4-43f106e7e7d6 f50b5ddd9c684e95a302352c7fb15a6f bcc4a381484441b4bd995a534e9fbe89 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1548/3280] 10.0.0.194 () {32 vars in 741 bytes} [Thu Aug 13 02:32:29 2026] GET /v2.0/trunks/48f80b67-0e22-4a23-9152-0b3c72f28c4d/tags/green => generated 99 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1733/3281] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:32:29 2026] DELETE /v2.0/trunks/48f80b67-0e22-4a23-9152-0b3c72f28c4d/tags/red => 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: 1549/3282] 10.0.0.194 () {32 vars in 729 bytes} [Thu Aug 13 02:32:29 2026] GET /v2.0/trunks/48f80b67-0e22-4a23-9152-0b3c72f28c4d/tags => generated 30 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:32:29.766 8 INFO neutron.api.v2.resource [None req-fe6206c9-60fd-4b15-a3e1-b7121572099f f50b5ddd9c684e95a302352c7fb15a6f bcc4a381484441b4bd995a534e9fbe89 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1734/3283] 10.0.0.194 () {32 vars in 744 bytes} [Thu Aug 13 02:32:29 2026] DELETE /v2.0/trunks/48f80b67-0e22-4a23-9152-0b3c72f28c4d/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3284] 10.0.0.194 () {32 vars in 732 bytes} [Thu Aug 13 02:32:29 2026] DELETE /v2.0/trunks/48f80b67-0e22-4a23-9152-0b3c72f28c4d/tags => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1735/3285] 10.0.0.194 () {32 vars in 729 bytes} [Thu Aug 13 02:32:29 2026] GET /v2.0/trunks/48f80b67-0e22-4a23-9152-0b3c72f28c4d/tags => 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: 1551/3286] 10.0.0.194 () {32 vars in 719 bytes} [Thu Aug 13 02:32:29 2026] GET /v2.0/trunks/48f80b67-0e22-4a23-9152-0b3c72f28c4d => generated 407 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1736/3287] 10.0.0.194 () {32 vars in 717 bytes} [Thu Aug 13 02:32:29 2026] GET /v2.0/ports/2ee11751-ed2e-4bce-a65f-c2fee41b023a => generated 826 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3288] 10.0.0.194 () {32 vars in 722 bytes} [Thu Aug 13 02:32:29 2026] DELETE /v2.0/trunks/48f80b67-0e22-4a23-9152-0b3c72f28c4d => generated 0 bytes in 187 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:32:30.226 8 INFO neutron_taas.services.taas.taas_plugin [None req-c9a5d072-0c30-4877-bd67-0c012fefaf5f f50b5ddd9c684e95a302352c7fb15a6f bcc4a381484441b4bd995a534e9fbe89 - - default default] TaaS: Handle Delete Port: 2ee11751-ed2e-4bce-a65f-c2fee41b023a 2026-08-13 02:32:30.229 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9a5d072-0c30-4877-bd67-0c012fefaf5f f50b5ddd9c684e95a302352c7fb15a6f bcc4a381484441b4bd995a534e9fbe89 - - default default] Tap Mirror: Handle Delete Port: 2ee11751-ed2e-4bce-a65f-c2fee41b023a [pid: 8|app: 0|req: 1737/3289] 10.0.0.194 () {32 vars in 720 bytes} [Thu Aug 13 02:32:30 2026] DELETE /v2.0/ports/2ee11751-ed2e-4bce-a65f-c2fee41b023a => 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: 1553/3290] 10.0.0.194 () {32 vars in 726 bytes} [Thu Aug 13 02:32:30 2026] DELETE /v2.0/networks/f6af0c1b-b60c-48b7-850a-b9964cc6cdc6 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:32:30.562 7 INFO neutron.services.segments.plugin [-] Segment c4298357-1c51-4fdc-8840-9c42e44ebe17 resource provider aggregate not found 2026-08-13 02:32:30.570 7 INFO neutron.services.segments.plugin [-] Segment c4298357-1c51-4fdc-8840-9c42e44ebe17 resource provider aggregate not found 2026-08-13 02:32:30.583 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c4298357-1c51-4fdc-8840-9c42e44ebe17 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4298357-1c51-4fdc-8840-9c42e44ebe17 found for delete ", "request_id": "req-f1b9668e-4ecd-4d80-8e47-214808cf35a3"}]} 2026-08-13 02:32:30.588 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c4298357-1c51-4fdc-8840-9c42e44ebe17 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4298357-1c51-4fdc-8840-9c42e44ebe17 found for delete ", "request_id": "req-5df18856-0322-429f-8a00-ec07231f25e8"}]} [pid: 8|app: 0|req: 1738/3291] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:32:31 2026] GET /v2.0/security-groups?tenant_id=bcc4a381484441b4bd995a534e9fbe89&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3292] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:32:31 2026] DELETE /v2.0/security-groups/70fe63e8-1dfb-44be-9bc2-1db582b1e5de => 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: 1739/3293] 10.0.0.194 () {32 vars in 774 bytes} [Thu Aug 13 02:32:31 2026] GET /v2.0/security-groups?tenant_id=734f417fd4504d0da1a7d0ef3bb86723&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3294] 10.0.0.194 () {32 vars in 740 bytes} [Thu Aug 13 02:32:31 2026] DELETE /v2.0/security-groups/5cad8f5f-1319-4bdd-a149-bcc10d6bae2b => 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: 1740/3295] 10.0.0.194 () {32 vars in 649 bytes} [Thu Aug 13 02:32:34 2026] GET /v2.0/networks => generated 2168 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3296] 10.0.0.194 () {32 vars in 655 bytes} [Thu Aug 13 02:32:35 2026] GET /v2.0/floatingips => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1741/3297] 10.0.0.194 () {32 vars in 647 bytes} [Thu Aug 13 02:32:35 2026] GET /v2.0/routers => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3298] 10.0.0.194 () {32 vars in 643 bytes} [Thu Aug 13 02:32:35 2026] GET /v2.0/ports => generated 4725 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1742/3299] 10.0.0.194 () {32 vars in 647 bytes} [Thu Aug 13 02:32:35 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: 1558/3300] 10.0.0.194 () {32 vars in 649 bytes} [Thu Aug 13 02:32:35 2026] GET /v2.0/networks => generated 2168 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1743/3301] 10.0.0.194 () {32 vars in 663 bytes} [Thu Aug 13 02:32:35 2026] GET /v2.0/security-groups => generated 17401 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3302] 10.0.0.194 () {32 vars in 655 bytes} [Thu Aug 13 02:32:35 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)