+ 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 20 01:58:36 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-7684d45fff-mhxvx 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 0x7f92c2d87668 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-20 01:58:41.889 8 INFO neutron.common.config [-] Logging enabled! 2026-08-20 01:58:41.889 8 INFO neutron.common.config [-] uwsgi version 27.0.4.dev15 2026-08-20 01:58:42.043 7 INFO neutron.common.config [-] Logging enabled! 2026-08-20 01:58:42.043 7 INFO neutron.common.config [-] uwsgi version 27.0.4.dev15 2026-08-20 01:58:42.293 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-20 01:58:42.478 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-20 01:58:44.038 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-20 01:58:44.041 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-20 01:58:44.045 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-20 01:58:44.046 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-20 01:58:44.046 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-20 01:58:44.047 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-20 01:58:44.047 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-20 01:58:44.056 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-20 01:58:44.056 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-20 01:58:44.056 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-20 01:58:44.079 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-20 01:58:44.081 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-20 01:58:44.081 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-20 01:58:44.110 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-20 01:58:44.110 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-20 01:58:44.110 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-20 01:58:44.110 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-20 01:58:44.274 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-20 01:58:44.278 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-20 01:58:44.282 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-20 01:58:44.283 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-20 01:58:44.283 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-20 01:58:44.283 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-20 01:58:44.283 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-20 01:58:44.292 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-20 01:58:44.292 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-20 01:58:44.293 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-20 01:58:44.318 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-20 01:58:44.319 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-20 01:58:44.319 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-20 01:58:44.349 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-20 01:58:44.349 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-20 01:58:44.349 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-20 01:58:44.349 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-20 01:58:44.417 8 INFO neutron.plugins.ml2.managers [None req-eeee945d-5918-4e5a-be18-145fab1c0d29 - - - - - -] Initializing driver for type 'vlan' 2026-08-20 01:58:44.690 7 INFO neutron.plugins.ml2.managers [None req-c6cdf452-c8d3-459f-9fe7-030d40f5254f - - - - - -] Initializing driver for type 'vlan' 2026-08-20 01:58:45.055 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-c6cdf452-c8d3-459f-9fe7-030d40f5254f - - - - - -] VlanTypeDriver initialization complete 2026-08-20 01:58:45.056 7 INFO neutron.plugins.ml2.managers [None req-c6cdf452-c8d3-459f-9fe7-030d40f5254f - - - - - -] Initializing driver for type 'vxlan' 2026-08-20 01:58:45.056 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-c6cdf452-c8d3-459f-9fe7-030d40f5254f - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-20 01:58:45.070 7 INFO neutron.plugins.ml2.managers [None req-c6cdf452-c8d3-459f-9fe7-030d40f5254f - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-20 01:58:45.070 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-c6cdf452-c8d3-459f-9fe7-030d40f5254f - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-20 01:58:45.070 7 INFO neutron.plugins.ml2.managers [None req-c6cdf452-c8d3-459f-9fe7-030d40f5254f - - - - - -] Initializing extension driver 'port_security' 2026-08-20 01:58:45.070 7 INFO neutron.plugins.ml2.extensions.port_security [None req-c6cdf452-c8d3-459f-9fe7-030d40f5254f - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-20 01:58:45.070 7 INFO neutron.plugins.ml2.managers [None req-c6cdf452-c8d3-459f-9fe7-030d40f5254f - - - - - -] Initializing extension driver 'qos' 2026-08-20 01:58:45.070 7 INFO neutron.plugins.ml2.managers [None req-c6cdf452-c8d3-459f-9fe7-030d40f5254f - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-20 01:58:45.070 7 INFO neutron.plugins.ml2.managers [None req-c6cdf452-c8d3-459f-9fe7-030d40f5254f - - - - - -] Initializing mechanism driver 'l2population' 2026-08-20 01:58:45.086 7 INFO neutron.quota [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded quota_driver: . 2026-08-20 01:58:45.087 7 INFO neutron.plugins.ml2.plugin [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Modular L2 Plugin initialization complete 2026-08-20 01:58:45.087 7 INFO neutron.plugins.ml2.managers [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-20 01:58:45.087 7 INFO neutron.plugins.ml2.managers [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-20 01:58:45.087 7 INFO neutron.plugins.ml2.managers [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-20 01:58:45.087 7 INFO neutron.manager [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loading Plugin: qos 2026-08-20 01:58:45.101 7 INFO neutron.manager [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loading Plugin: router 2026-08-20 01:58:45.143 7 INFO neutron.services.service_base [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-20 01:58:45.144 7 INFO neutron.manager [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loading Plugin: segments 2026-08-20 01:58:45.250 7 INFO neutron.manager [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loading Plugin: trunk 2026-08-20 01:58:45.266 7 INFO neutron.manager [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loading Plugin: vpnaas 2026-08-20 01:58:45.307 7 WARNING stevedore.named [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-20 01:58:45.378 7 INFO neutron_vpnaas.services.vpn.plugin [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-20 01:58:45.379 7 INFO neutron.common.utils [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-20 01:58:45.379 7 INFO neutron.manager [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loading Plugin: taas 2026-08-20 01:58:45.406 7 WARNING stevedore.named [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-20 01:58:45.416 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-eeee945d-5918-4e5a-be18-145fab1c0d29 - - - - - -] VlanTypeDriver initialization complete 2026-08-20 01:58:45.417 8 INFO neutron.plugins.ml2.managers [None req-eeee945d-5918-4e5a-be18-145fab1c0d29 - - - - - -] Initializing driver for type 'vxlan' 2026-08-20 01:58:45.417 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-eeee945d-5918-4e5a-be18-145fab1c0d29 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-20 01:58:45.431 8 INFO neutron.plugins.ml2.managers [None req-eeee945d-5918-4e5a-be18-145fab1c0d29 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-20 01:58:45.431 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-eeee945d-5918-4e5a-be18-145fab1c0d29 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-20 01:58:45.431 8 INFO neutron.plugins.ml2.managers [None req-eeee945d-5918-4e5a-be18-145fab1c0d29 - - - - - -] Initializing extension driver 'port_security' 2026-08-20 01:58:45.431 8 INFO neutron.plugins.ml2.extensions.port_security [None req-eeee945d-5918-4e5a-be18-145fab1c0d29 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-20 01:58:45.431 8 INFO neutron.plugins.ml2.managers [None req-eeee945d-5918-4e5a-be18-145fab1c0d29 - - - - - -] Initializing extension driver 'qos' 2026-08-20 01:58:45.432 8 INFO neutron.plugins.ml2.managers [None req-eeee945d-5918-4e5a-be18-145fab1c0d29 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-20 01:58:45.432 8 INFO neutron.plugins.ml2.managers [None req-eeee945d-5918-4e5a-be18-145fab1c0d29 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-20 01:58:45.432 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-20 01:58:45.433 7 INFO neutron.manager [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loading Plugin: tapmirror 2026-08-20 01:58:45.448 7 WARNING stevedore.named [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-20 01:58:45.448 8 INFO neutron.quota [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded quota_driver: . 2026-08-20 01:58:45.449 8 INFO neutron.plugins.ml2.plugin [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Modular L2 Plugin initialization complete 2026-08-20 01:58:45.449 8 INFO neutron.plugins.ml2.managers [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-20 01:58:45.449 8 INFO neutron.plugins.ml2.managers [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-20 01:58:45.449 8 INFO neutron.plugins.ml2.managers [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Got port-security extension from driver 'port_security' 2026-08-20 01:58:45.449 8 INFO neutron.manager [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loading Plugin: qos 2026-08-20 01:58:45.464 8 INFO neutron.manager [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loading Plugin: router 2026-08-20 01:58:45.466 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-20 01:58:45.467 7 INFO neutron.manager [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loading Plugin: auto_allocate 2026-08-20 01:58:45.475 7 INFO neutron.manager [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loading Plugin: tag 2026-08-20 01:58:45.485 7 INFO neutron.manager [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loading Plugin: timestamp 2026-08-20 01:58:45.489 7 INFO neutron.manager [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loading Plugin: network_ip_availability 2026-08-20 01:58:45.494 7 INFO neutron.manager [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loading Plugin: flavors 2026-08-20 01:58:45.499 7 INFO neutron.manager [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loading Plugin: revisions 2026-08-20 01:58:45.504 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Initializing extension manager. 2026-08-20 01:58:45.507 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: address-group 2026-08-20 01:58:45.508 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: address-scope 2026-08-20 01:58:45.509 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-20 01:58:45.510 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: agent 2026-08-20 01:58:45.511 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: agent-resources-synced 2026-08-20 01:58:45.513 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-20 01:58:45.513 8 INFO neutron.services.service_base [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-20 01:58:45.514 8 INFO neutron.manager [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loading Plugin: segments 2026-08-20 01:58:45.514 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-20 01:58:45.515 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: availability_zone 2026-08-20 01:58:45.517 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: availability_zone_filter 2026-08-20 01:58:45.518 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-20 01:58:45.518 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: default-subnetpools 2026-08-20 01:58:45.520 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-20 01:58:45.521 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: dns-integration 2026-08-20 01:58:45.522 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: dns-domain-ports 2026-08-20 01:58:45.523 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-20 01:58:45.523 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: dvr 2026-08-20 01:58:45.524 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-20 01:58:45.524 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: empty-string-filtering 2026-08-20 01:58:45.525 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-20 01:58:45.525 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-20 01:58:45.526 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: external-net 2026-08-20 01:58:45.526 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-20 01:58:45.527 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: extraroute 2026-08-20 01:58:45.527 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: extraroute-atomic 2026-08-20 01:58:45.528 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-20 01:58:45.529 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-20 01:58:45.529 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-20 01:58:45.530 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-20 01:58:45.531 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: fip-port-details 2026-08-20 01:58:45.531 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: flavors 2026-08-20 01:58:45.533 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-20 01:58:45.533 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: floatingip-pools 2026-08-20 01:58:45.534 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: ip_allocation 2026-08-20 01:58:45.535 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-20 01:58:45.535 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: l2_adjacency 2026-08-20 01:58:45.536 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: router 2026-08-20 01:58:45.538 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-20 01:58:45.539 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-20 01:58:45.540 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-20 01:58:45.540 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: ext-gw-mode 2026-08-20 01:58:45.541 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: l3-ha 2026-08-20 01:58:45.541 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-20 01:58:45.542 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-20 01:58:45.542 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: l3-flavors 2026-08-20 01:58:45.543 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-20 01:58:45.544 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-20 01:58:45.547 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-20 01:58:45.549 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-20 01:58:45.550 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-20 01:58:45.551 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-20 01:58:45.552 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-20 01:58:45.553 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: multi-provider 2026-08-20 01:58:45.553 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: net-mtu 2026-08-20 01:58:45.554 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: net-mtu-writable 2026-08-20 01:58:45.554 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: network_availability_zone 2026-08-20 01:58:45.555 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: network_ha 2026-08-20 01:58:45.556 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: network-ip-availability 2026-08-20 01:58:45.557 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-20 01:58:45.557 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: pagination 2026-08-20 01:58:45.558 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: port-device-profile 2026-08-20 01:58:45.559 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-20 01:58:45.559 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-20 01:58:45.560 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-20 01:58:45.560 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: port-mac-override 2026-08-20 01:58:45.561 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-20 01:58:45.562 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-20 01:58:45.563 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-20 01:58:45.563 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: port-resource-request 2026-08-20 01:58:45.564 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-20 01:58:45.564 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-20 01:58:45.565 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: binding 2026-08-20 01:58:45.566 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: binding-extended 2026-08-20 01:58:45.567 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: port-security 2026-08-20 01:58:45.567 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: project-id 2026-08-20 01:58:45.568 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: provider 2026-08-20 01:58:45.569 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-20 01:58:45.574 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: qos 2026-08-20 01:58:45.576 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-20 01:58:45.576 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-20 01:58:45.577 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: qos-default 2026-08-20 01:58:45.578 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: qos-fip 2026-08-20 01:58:45.578 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-20 01:58:45.579 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-20 01:58:45.580 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-20 01:58:45.580 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-20 01:58:45.581 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-20 01:58:45.582 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: qos-pps 2026-08-20 01:58:45.582 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-20 01:58:45.583 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-20 01:58:45.584 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: qos-rules-alias 2026-08-20 01:58:45.584 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: quota-check-limit 2026-08-20 01:58:45.585 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-20 01:58:45.589 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: quotas 2026-08-20 01:58:45.590 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: quota_details 2026-08-20 01:58:45.592 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: rbac-policies 2026-08-20 01:58:45.592 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: rbac-address-group 2026-08-20 01:58:45.593 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: rbac-address-scope 2026-08-20 01:58:45.594 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: rbac-security-groups 2026-08-20 01:58:45.594 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-20 01:58:45.595 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: revision-if-match 2026-08-20 01:58:45.596 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-20 01:58:45.597 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: router_availability_zone 2026-08-20 01:58:45.598 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-20 01:58:45.599 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-20 01:58:45.600 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-20 01:58:45.601 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-20 01:58:45.601 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-20 01:58:45.602 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-20 01:58:45.603 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-20 01:58:45.607 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: security-group 2026-08-20 01:58:45.609 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: segment 2026-08-20 01:58:45.609 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-20 01:58:45.610 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: service-type 2026-08-20 01:58:45.611 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: sorting 2026-08-20 01:58:45.611 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: standard-attr-segment 2026-08-20 01:58:45.612 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: standard-attr-description 2026-08-20 01:58:45.614 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: stateful-security-group 2026-08-20 01:58:45.615 7 WARNING neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-20 01:58:45.615 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-20 01:58:45.616 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: subnet-external-network 2026-08-20 01:58:45.617 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: subnet_onboard 2026-08-20 01:58:45.618 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-20 01:58:45.619 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: subnet-service-types 2026-08-20 01:58:45.620 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: subnet_allocation 2026-08-20 01:58:45.621 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-20 01:58:45.622 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: tag-creation 2026-08-20 01:58:45.622 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-20 01:58:45.623 8 INFO neutron.manager [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loading Plugin: trunk 2026-08-20 01:58:45.627 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: standard-attr-tag 2026-08-20 01:58:45.628 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-20 01:58:45.628 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: trunk 2026-08-20 01:58:45.629 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: trunk-details 2026-08-20 01:58:45.629 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-20 01:58:45.630 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-20 01:58:45.630 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-20 01:58:45.631 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-20 01:58:45.633 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-20 01:58:45.635 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-20 01:58:45.635 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: vpn-flavors 2026-08-20 01:58:45.637 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: vpnaas 2026-08-20 01:58:45.638 8 INFO neutron.manager [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loading Plugin: vpnaas 2026-08-20 01:58:45.639 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: taas 2026-08-20 01:58:45.640 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: tap-mirror 2026-08-20 01:58:45.640 7 INFO neutron.api.extensions [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-20 01:58:45.643 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-20 01:58:45.643 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-20 01:58:45.643 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-20 01:58:45.643 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-20 01:58:45.647 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-20 01:58:45.647 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-20 01:58:45.652 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-20 01:58:45.652 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-20 01:58:45.653 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-20 01:58:45.654 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-20 01:58:45.654 7 WARNING neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] subnetpool is already registered 2026-08-20 01:58:45.654 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-20 01:58:45.655 7 WARNING neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] subnetpool is already registered 2026-08-20 01:58:45.655 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-20 01:58:45.655 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-20 01:58:45.656 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-20 01:58:45.656 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-20 01:58:45.657 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-20 01:58:45.657 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-20 01:58:45.658 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-20 01:58:45.658 7 WARNING neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] ipsecpolicy is already registered 2026-08-20 01:58:45.658 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-20 01:58:45.658 7 WARNING neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] ikepolicy is already registered 2026-08-20 01:58:45.663 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-20 01:58:45.663 7 WARNING neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] router is already registered 2026-08-20 01:58:45.664 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-20 01:58:45.664 7 WARNING neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] floatingip is already registered 2026-08-20 01:58:45.668 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-20 01:58:45.668 7 WARNING neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] rbac_policy is already registered 2026-08-20 01:58:45.669 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-20 01:58:45.669 7 WARNING neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] security_group is already registered 2026-08-20 01:58:45.669 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-20 01:58:45.670 7 WARNING neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] security_group_rule is already registered 2026-08-20 01:58:45.671 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-20 01:58:45.671 7 WARNING neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] subnetpool is already registered 2026-08-20 01:58:45.671 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-20 01:58:45.672 7 WARNING neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] subnetpool is already registered 2026-08-20 01:58:45.672 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-20 01:58:45.672 7 WARNING neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] trunk is already registered 2026-08-20 01:58:45.673 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-20 01:58:45.673 7 WARNING neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] ikepolicy is already registered 2026-08-20 01:58:45.674 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-20 01:58:45.674 7 WARNING neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] ipsecpolicy is already registered 2026-08-20 01:58:45.674 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-20 01:58:45.674 7 WARNING neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] endpoint_group is already registered 2026-08-20 01:58:45.675 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-20 01:58:45.675 7 WARNING neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] vpnservice is already registered 2026-08-20 01:58:45.676 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-20 01:58:45.676 7 WARNING neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] ipsec_site_connection is already registered 2026-08-20 01:58:45.676 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-20 01:58:45.676 7 WARNING neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] ipsecpolicy is already registered 2026-08-20 01:58:45.677 7 INFO neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-20 01:58:45.677 7 WARNING neutron.quota.resource_registry [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] ikepolicy is already registered 2026-08-20 01:58:45.677 8 WARNING stevedore.named [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-20 01:58:45.719 7 WARNING keystonemiddleware._common.config [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-20 01:58:45.728 7 WARNING oslo_config.cfg [None req-fc29e30f-3b8d-4244-84db-07a26f3c0764 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 9 seconds on interpreter 0x7f92c2d87668 pid: 7 (default app) 2026-08-20 01:58:45.750 8 INFO neutron_vpnaas.services.vpn.plugin [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-20 01:58:45.751 8 INFO neutron.common.utils [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-20 01:58:45.751 8 INFO neutron.manager [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loading Plugin: taas 2026-08-20 01:58:45.792 8 WARNING stevedore.named [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-20 01:58:45.812 8 INFO neutron_taas.services.taas.taas_plugin [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-20 01:58:45.813 8 INFO neutron.manager [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loading Plugin: tapmirror 2026-08-20 01:58:45.830 8 WARNING stevedore.named [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-20 01:58:45.848 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-20 01:58:45.849 8 INFO neutron.manager [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loading Plugin: auto_allocate 2026-08-20 01:58:45.856 8 INFO neutron.manager [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loading Plugin: tag 2026-08-20 01:58:45.865 8 INFO neutron.manager [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loading Plugin: timestamp 2026-08-20 01:58:45.868 8 INFO neutron.manager [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loading Plugin: network_ip_availability 2026-08-20 01:58:45.873 8 INFO neutron.manager [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loading Plugin: flavors 2026-08-20 01:58:45.877 8 INFO neutron.manager [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loading Plugin: revisions 2026-08-20 01:58:45.881 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Initializing extension manager. 2026-08-20 01:58:45.882 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: address-group 2026-08-20 01:58:45.883 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: address-scope 2026-08-20 01:58:45.884 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-20 01:58:45.885 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: agent 2026-08-20 01:58:45.886 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: agent-resources-synced 2026-08-20 01:58:45.887 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: allowed-address-pairs 2026-08-20 01:58:45.888 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: auto-allocated-topology 2026-08-20 01:58:45.889 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: availability_zone 2026-08-20 01:58:45.890 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: availability_zone_filter 2026-08-20 01:58:45.890 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-20 01:58:45.891 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: default-subnetpools 2026-08-20 01:58:45.893 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-20 01:58:45.894 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: dns-integration 2026-08-20 01:58:45.894 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: dns-domain-ports 2026-08-20 01:58:45.895 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-20 01:58:45.896 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: dvr 2026-08-20 01:58:45.896 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-20 01:58:45.897 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: empty-string-filtering 2026-08-20 01:58:45.898 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-20 01:58:45.898 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-20 01:58:45.899 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: external-net 2026-08-20 01:58:45.900 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-20 01:58:45.900 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: extraroute 2026-08-20 01:58:45.901 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: extraroute-atomic 2026-08-20 01:58:45.902 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-20 01:58:45.902 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-20 01:58:45.903 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-20 01:58:45.903 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-20 01:58:45.904 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: fip-port-details 2026-08-20 01:58:45.905 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: flavors 2026-08-20 01:58:45.906 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-20 01:58:45.907 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: floatingip-pools 2026-08-20 01:58:45.907 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: ip_allocation 2026-08-20 01:58:45.908 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: ip-substring-filtering 2026-08-20 01:58:45.908 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: l2_adjacency 2026-08-20 01:58:45.910 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: router 2026-08-20 01:58:45.911 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-20 01:58:45.912 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-20 01:58:45.913 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-20 01:58:45.914 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: ext-gw-mode 2026-08-20 01:58:45.915 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: l3-ha 2026-08-20 01:58:45.916 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-20 01:58:45.916 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-20 01:58:45.917 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: l3-flavors 2026-08-20 01:58:45.919 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-20 01:58:45.919 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-20 01:58:45.923 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-20 01:58:45.924 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-20 01:58:45.925 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-20 01:58:45.926 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-20 01:58:45.927 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-20 01:58:45.929 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: multi-provider 2026-08-20 01:58:45.929 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: net-mtu 2026-08-20 01:58:45.930 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: net-mtu-writable 2026-08-20 01:58:45.930 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: network_availability_zone 2026-08-20 01:58:45.931 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: network_ha 2026-08-20 01:58:45.932 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: network-ip-availability 2026-08-20 01:58:45.933 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-20 01:58:45.933 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: pagination 2026-08-20 01:58:45.934 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: port-device-profile 2026-08-20 01:58:45.934 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-20 01:58:45.935 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-20 01:58:45.935 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-20 01:58:45.936 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: port-mac-override 2026-08-20 01:58:45.937 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-20 01:58:45.937 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-20 01:58:45.938 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-20 01:58:45.938 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: port-resource-request 2026-08-20 01:58:45.939 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: port-resource-request-groups 2026-08-20 01:58:45.939 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-20 01:58:45.940 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: binding 2026-08-20 01:58:45.941 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: binding-extended 2026-08-20 01:58:45.941 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: port-security 2026-08-20 01:58:45.942 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: project-id 2026-08-20 01:58:45.942 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: provider 2026-08-20 01:58:45.943 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-20 01:58:45.946 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: qos 2026-08-20 01:58:45.948 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-20 01:58:45.948 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-20 01:58:45.949 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: qos-default 2026-08-20 01:58:45.950 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: qos-fip 2026-08-20 01:58:45.951 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-20 01:58:45.951 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: qos-gateway-ip 2026-08-20 01:58:45.952 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: qos-port-network-policy 2026-08-20 01:58:45.953 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: qos-pps-minimum 2026-08-20 01:58:45.954 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-20 01:58:45.954 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: qos-pps 2026-08-20 01:58:45.955 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: qos-rule-type-details 2026-08-20 01:58:45.955 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-20 01:58:45.956 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: qos-rules-alias 2026-08-20 01:58:45.956 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: quota-check-limit 2026-08-20 01:58:45.957 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: quota-check-limit-default 2026-08-20 01:58:45.959 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: quotas 2026-08-20 01:58:45.960 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: quota_details 2026-08-20 01:58:45.962 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: rbac-policies 2026-08-20 01:58:45.962 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: rbac-address-group 2026-08-20 01:58:45.963 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: rbac-address-scope 2026-08-20 01:58:45.964 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: rbac-security-groups 2026-08-20 01:58:45.964 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: rbac-subnetpool 2026-08-20 01:58:45.965 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: revision-if-match 2026-08-20 01:58:45.965 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: standard-attr-revisions 2026-08-20 01:58:45.966 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: router_availability_zone 2026-08-20 01:58:45.967 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-20 01:58:45.968 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: security-groups-default-rules 2026-08-20 01:58:45.969 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-20 01:58:45.969 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-20 01:58:45.970 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-20 01:58:45.970 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-20 01:58:45.971 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-20 01:58:45.975 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: security-group 2026-08-20 01:58:45.977 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: segment 2026-08-20 01:58:45.977 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-20 01:58:45.978 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: service-type 2026-08-20 01:58:45.978 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: sorting 2026-08-20 01:58:45.979 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: standard-attr-segment 2026-08-20 01:58:45.979 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: standard-attr-description 2026-08-20 01:58:45.980 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: stateful-security-group 2026-08-20 01:58:45.980 8 WARNING neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-20 01:58:45.981 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-20 01:58:45.982 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: subnet-external-network 2026-08-20 01:58:45.982 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: subnet_onboard 2026-08-20 01:58:45.983 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-20 01:58:45.983 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: subnet-service-types 2026-08-20 01:58:45.984 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: subnet_allocation 2026-08-20 01:58:45.985 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-20 01:58:45.986 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: tag-creation 2026-08-20 01:58:45.986 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-20 01:58:45.991 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: standard-attr-tag 2026-08-20 01:58:45.991 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-20 01:58:45.992 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: trunk 2026-08-20 01:58:45.992 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: trunk-details 2026-08-20 01:58:45.993 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-20 01:58:45.994 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-20 01:58:45.994 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-20 01:58:45.995 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-20 01:58:45.997 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-20 01:58:45.998 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-20 01:58:45.998 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: vpn-flavors 2026-08-20 01:58:46.000 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: vpnaas 2026-08-20 01:58:46.001 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: taas 2026-08-20 01:58:46.003 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: tap-mirror 2026-08-20 01:58:46.005 8 INFO neutron.api.extensions [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Loaded extension: taas-vlan-filter 2026-08-20 01:58:46.008 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-20 01:58:46.008 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-20 01:58:46.008 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-20 01:58:46.009 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-20 01:58:46.013 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-20 01:58:46.014 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-20 01:58:46.022 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-20 01:58:46.023 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-20 01:58:46.025 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-20 01:58:46.026 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-20 01:58:46.026 8 WARNING neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] subnetpool is already registered 2026-08-20 01:58:46.027 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-20 01:58:46.027 8 WARNING neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] subnetpool is already registered 2026-08-20 01:58:46.027 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-20 01:58:46.028 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-20 01:58:46.028 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-20 01:58:46.029 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-20 01:58:46.029 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-20 01:58:46.030 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-20 01:58:46.030 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-20 01:58:46.030 8 WARNING neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] ipsecpolicy is already registered 2026-08-20 01:58:46.031 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-20 01:58:46.031 8 WARNING neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] ikepolicy is already registered 2026-08-20 01:58:46.036 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-20 01:58:46.036 8 WARNING neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] router is already registered 2026-08-20 01:58:46.036 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-20 01:58:46.036 8 WARNING neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] floatingip is already registered 2026-08-20 01:58:46.040 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-20 01:58:46.041 8 WARNING neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] rbac_policy is already registered 2026-08-20 01:58:46.041 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-20 01:58:46.041 8 WARNING neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] security_group is already registered 2026-08-20 01:58:46.042 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-20 01:58:46.042 8 WARNING neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] security_group_rule is already registered 2026-08-20 01:58:46.043 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-20 01:58:46.043 8 WARNING neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] subnetpool is already registered 2026-08-20 01:58:46.043 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-20 01:58:46.043 8 WARNING neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] subnetpool is already registered 2026-08-20 01:58:46.044 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-20 01:58:46.044 8 WARNING neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] trunk is already registered 2026-08-20 01:58:46.044 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-20 01:58:46.045 8 WARNING neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] ikepolicy is already registered 2026-08-20 01:58:46.045 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-20 01:58:46.045 8 WARNING neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] ipsecpolicy is already registered 2026-08-20 01:58:46.046 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-20 01:58:46.046 8 WARNING neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] endpoint_group is already registered 2026-08-20 01:58:46.046 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-20 01:58:46.046 8 WARNING neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] vpnservice is already registered 2026-08-20 01:58:46.047 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-20 01:58:46.047 8 WARNING neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] ipsec_site_connection is already registered 2026-08-20 01:58:46.047 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-20 01:58:46.047 8 WARNING neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] ipsecpolicy is already registered 2026-08-20 01:58:46.048 8 INFO neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-20 01:58:46.048 8 WARNING neutron.quota.resource_registry [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] ikepolicy is already registered 2026-08-20 01:58:46.086 8 WARNING keystonemiddleware._common.config [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-20 01:58:46.094 8 WARNING oslo_config.cfg [None req-65f4ce90-2db1-454c-8cd9-46a061594b6e - - - - - -] 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 10 seconds on interpreter 0x7f92c2d87668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-20 01:58:50.798 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ae521abd-009d-4439-b8d9-3b592cb057ae d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.19.213.229 () {44 vars in 928 bytes} [Thu Aug 20 01:58:49 2026] GET /v2.0/networks/public => generated 108 bytes in 944 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/5] 199.19.213.229 () {44 vars in 950 bytes} [Thu Aug 20 01:58:50 2026] GET /v2.0/networks?name=public => generated 15 bytes in 470 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 01:58:51.751 7 WARNING neutron.services.revisions.revision_plugin [None req-adc7db27-c3c6-4f75-90c7-924ae59e42ae d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Could not find related network for resource to bump revision. 2026-08-20 01:58:51.774 7 INFO neutron.db.segments_db [None req-adc7db27-c3c6-4f75-90c7-924ae59e42ae d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Added segment cf9cb08e-aa01-4ad2-934a-30681166b49e of type flat for network 0bf4c9cf-27f1-4232-ab2c-ac703e5c20bc 2026-08-20 01:58:51.826 7 INFO neutron.pecan_wsgi.hooks.translation [None req-adc7db27-c3c6-4f75-90c7-924ae59e42ae d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.19.213.229 () {48 vars in 968 bytes} [Thu Aug 20 01:58:51 2026] POST /v2.0/networks => generated 124 bytes in 559 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 01:58:57.793 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e476cd23-002f-4250-a150-befd119e8fed d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/8] 199.19.213.229 () {44 vars in 928 bytes} [Thu Aug 20 01:58:57 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/9] 199.19.213.229 () {44 vars in 950 bytes} [Thu Aug 20 01:58:57 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 01:58:57.875 7 WARNING neutron.services.revisions.revision_plugin [None req-d5f0afb2-14e5-42cb-8de6-d3d66bead3ec d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Could not find related network for resource to bump revision. 2026-08-20 01:58:57.891 7 INFO neutron.db.segments_db [None req-d5f0afb2-14e5-42cb-8de6-d3d66bead3ec d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Added segment df7e55a5-c8dd-4214-9a48-58adfa5d0319 of type flat for network 43f19731-775f-485b-bc0e-4f04fa9c96c4 2026-08-20 01:58:57.917 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d5f0afb2-14e5-42cb-8de6-d3d66bead3ec d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/10] 199.19.213.229 () {48 vars in 968 bytes} [Thu Aug 20 01:58:57 2026] POST /v2.0/networks => generated 124 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 01:59:04.257 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b06a736c-d752-4d84-8091-6bfe78151cfb d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.19.213.229 () {44 vars in 928 bytes} [Thu Aug 20 01:59:03 2026] GET /v2.0/networks/public => generated 108 bytes in 384 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/12] 199.19.213.229 () {44 vars in 950 bytes} [Thu Aug 20 01:59:04 2026] GET /v2.0/networks?name=public => generated 15 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 01:59:04.579 8 WARNING neutron.services.revisions.revision_plugin [None req-35ada6d9-beb9-4351-8594-9f1e4f978219 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Could not find related network for resource to bump revision. 2026-08-20 01:59:04.607 8 INFO neutron.db.segments_db [None req-35ada6d9-beb9-4351-8594-9f1e4f978219 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Added segment c4acf415-be97-4834-b553-05a950bd56ba of type flat for network 6769d2c8-0da1-4c0a-a101-23ed4150ae01 2026-08-20 01:59:04.668 8 INFO neutron.pecan_wsgi.hooks.translation [None req-35ada6d9-beb9-4351-8594-9f1e4f978219 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.19.213.229 () {48 vars in 968 bytes} [Thu Aug 20 01:59:04 2026] POST /v2.0/networks => generated 124 bytes in 390 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 01:59:10.632 8 INFO neutron.pecan_wsgi.hooks.translation [None req-efb755ab-a07d-40f3-b614-0f71cd938ba7 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/15] 199.19.213.229 () {44 vars in 928 bytes} [Thu Aug 20 01:59:10 2026] GET /v2.0/networks/public => generated 108 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/16] 199.19.213.229 () {44 vars in 950 bytes} [Thu Aug 20 01:59:10 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 01:59:10.707 8 WARNING neutron.services.revisions.revision_plugin [None req-1075400b-f2ce-46b1-92c7-3c5ddb0ba40a d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Could not find related network for resource to bump revision. 2026-08-20 01:59:10.723 8 INFO neutron.db.segments_db [None req-1075400b-f2ce-46b1-92c7-3c5ddb0ba40a d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Added segment 6f7b5683-c52a-40c5-80fe-f72b63eec04e of type flat for network 965484f7-2d34-42e4-b3fe-988ab4e8dddb 2026-08-20 01:59:10.741 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1075400b-f2ce-46b1-92c7-3c5ddb0ba40a d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/17] 199.19.213.229 () {48 vars in 968 bytes} [Thu Aug 20 01:59:10 2026] POST /v2.0/networks => generated 124 bytes in 88 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 01:59:16.786 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7e1e759b-2eac-4176-ba9f-c1f3a7d88d7a d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 199.19.213.229 () {44 vars in 928 bytes} [Thu Aug 20 01:59:16 2026] GET /v2.0/networks/public => generated 108 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/19] 199.19.213.229 () {44 vars in 950 bytes} [Thu Aug 20 01:59:16 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-20 01:59:16.856 7 WARNING neutron.services.revisions.revision_plugin [None req-6402cadb-3fdc-41f2-817b-ae960457a6d0 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Could not find related network for resource to bump revision. 2026-08-20 01:59:16.880 7 INFO neutron.db.segments_db [None req-6402cadb-3fdc-41f2-817b-ae960457a6d0 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Added segment 8402ae65-d128-40ac-beec-e7bef0e817e5 of type flat for network 077877b9-339e-4ff8-bea9-a5b0bba145ae 2026-08-20 01:59:16.908 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6402cadb-3fdc-41f2-817b-ae960457a6d0 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/20] 199.19.213.229 () {48 vars in 968 bytes} [Thu Aug 20 01:59:16 2026] POST /v2.0/networks => generated 124 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 01:59:22.910 8 INFO neutron.pecan_wsgi.hooks.translation [None req-415bb3d7-a73c-4359-83ab-0c6f4825f296 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.19.213.229 () {44 vars in 928 bytes} [Thu Aug 20 01:59:22 2026] GET /v2.0/networks/public => generated 108 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/22] 199.19.213.229 () {44 vars in 950 bytes} [Thu Aug 20 01:59:22 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-20 01:59:23.436 8 WARNING neutron.services.revisions.revision_plugin [None req-35b878c5-cee6-4cf8-8617-511a4d418991 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Could not find related network for resource to bump revision. 2026-08-20 01:59:23.452 8 INFO neutron.db.segments_db [None req-35b878c5-cee6-4cf8-8617-511a4d418991 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Added segment 599aab89-706c-41a1-8394-3d60ccfa57c3 of type flat for network b5e1805e-c609-4109-a246-2d9fe4e1bed2 [pid: 8|app: 0|req: 10/24] 199.19.213.229 () {48 vars in 968 bytes} [Thu Aug 20 01:59:22 2026] POST /v2.0/networks => generated 706 bytes in 1882 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 01:59:26.176 7 INFO neutron.pecan_wsgi.hooks.translation [None req-35536643-d0fc-4341-904b-cbf0bc887e19 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/25] 199.19.213.229 () {44 vars in 928 bytes} [Thu Aug 20 01:59:26 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/26] 199.19.213.229 () {44 vars in 950 bytes} [Thu Aug 20 01:59:26 2026] GET /v2.0/networks?name=public => generated 709 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 01:59:26.250 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1256ba61-65df-499e-90ee-b60a5468b53c d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 16/27] 199.19.213.229 () {44 vars in 1035 bytes} [Thu Aug 20 01:59:26 2026] GET /v2.0/subnets/public-subnet?network_id=b5e1805e-c609-4109-a246-2d9fe4e1bed2 => generated 113 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/28] 199.19.213.229 () {44 vars in 1058 bytes} [Thu Aug 20 01:59:26 2026] GET /v2.0/subnets?name=public-subnet&network_id=b5e1805e-c609-4109-a246-2d9fe4e1bed2 => 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: 17/29] 199.19.213.229 () {48 vars in 966 bytes} [Thu Aug 20 01:59:26 2026] POST /v2.0/subnets => generated 664 bytes in 1020 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:04:36.403 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c2291dce-a177-4cd1-9439-b13ab18d28dd d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/70] 199.19.213.229 () {44 vars in 938 bytes} [Thu Aug 20 02:04:36 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/71] 199.19.213.229 () {44 vars in 960 bytes} [Thu Aug 20 02:04:36 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:04:36.528 8 INFO neutron.db.segments_db [None req-18a72bef-7720-47e4-a914-637f6c493faa d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Added segment f741286b-e4bf-4047-8753-286084ee02b1 of type vxlan for network 4f9afc88-57fb-4d05-bc17-a66b183948d6 [pid: 8|app: 0|req: 34/72] 199.19.213.229 () {48 vars in 967 bytes} [Thu Aug 20 02:04:36 2026] POST /v2.0/networks => generated 707 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:04:37.637 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d6184abd-0764-4cf2-8d2f-ccbe8e86c7dd d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 39/73] 199.19.213.229 () {44 vars in 938 bytes} [Thu Aug 20 02:04:37 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/74] 199.19.213.229 () {44 vars in 960 bytes} [Thu Aug 20 02:04:37 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-20 02:04:37.698 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ca30aabb-6d6e-4ecd-9d92-653b578876ba d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 40/75] 199.19.213.229 () {44 vars in 1037 bytes} [Thu Aug 20 02:04:37 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=4f9afc88-57fb-4d05-bc17-a66b183948d6 => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/76] 199.19.213.229 () {44 vars in 1060 bytes} [Thu Aug 20 02:04:37 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=4f9afc88-57fb-4d05-bc17-a66b183948d6 => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/77] 199.19.213.229 () {48 vars in 966 bytes} [Thu Aug 20 02:04:37 2026] POST /v2.0/subnets => generated 651 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:04:39.171 8 INFO neutron.api.v2.resource [None req-fb518094-cb95-41bb-935d-cf8c19b662e7 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/78] 199.19.213.229 () {44 vars in 972 bytes} [Thu Aug 20 02:04:39 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/79] 199.19.213.229 () {44 vars in 994 bytes} [Thu Aug 20 02:04:39 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/82] 199.19.213.229 () {48 vars in 981 bytes} [Thu Aug 20 02:04:39 2026] POST /v2.0/security-groups => generated 1616 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/83] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:04:40 2026] GET /v2.0/security-groups/d5707ec0-2300-4600-a334-b1769aa0961b => generated 1616 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/84] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:04:40 2026] GET /v2.0/security-groups/d5707ec0-2300-4600-a334-b1769aa0961b => generated 1616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/85] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:04:40 2026] GET /v2.0/security-groups/d5707ec0-2300-4600-a334-b1769aa0961b => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/86] 199.19.213.229 () {48 vars in 992 bytes} [Thu Aug 20 02:04:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/87] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:04:41 2026] GET /v2.0/security-groups/d5707ec0-2300-4600-a334-b1769aa0961b => generated 2230 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/88] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:04:41 2026] GET /v2.0/security-groups/d5707ec0-2300-4600-a334-b1769aa0961b => generated 2230 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/89] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:04:41 2026] GET /v2.0/security-groups/d5707ec0-2300-4600-a334-b1769aa0961b => 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: 42/90] 199.19.213.229 () {48 vars in 992 bytes} [Thu Aug 20 02:04:41 2026] POST /v2.0/security-group-rules => generated 603 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/91] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:04:42 2026] GET /v2.0/security-groups/d5707ec0-2300-4600-a334-b1769aa0961b => 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: 43/92] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:04:42 2026] GET /v2.0/security-groups/d5707ec0-2300-4600-a334-b1769aa0961b => generated 2846 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/93] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:04:42 2026] GET /v2.0/security-groups/d5707ec0-2300-4600-a334-b1769aa0961b => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/94] 199.19.213.229 () {48 vars in 992 bytes} [Thu Aug 20 02:04:43 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: 51/95] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:04:44 2026] GET /v2.0/security-groups/d5707ec0-2300-4600-a334-b1769aa0961b => generated 3462 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/96] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:04:44 2026] GET /v2.0/security-groups/d5707ec0-2300-4600-a334-b1769aa0961b => generated 3462 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/97] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:04:44 2026] GET /v2.0/security-groups/d5707ec0-2300-4600-a334-b1769aa0961b => generated 3462 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/98] 199.19.213.229 () {48 vars in 992 bytes} [Thu Aug 20 02:04:44 2026] POST /v2.0/security-group-rules => generated 603 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/99] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:04:45 2026] GET /v2.0/security-groups/d5707ec0-2300-4600-a334-b1769aa0961b => generated 4078 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/100] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:04:45 2026] GET /v2.0/security-groups/d5707ec0-2300-4600-a334-b1769aa0961b => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/101] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:04:45 2026] GET /v2.0/security-groups/d5707ec0-2300-4600-a334-b1769aa0961b => generated 4078 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/102] 199.19.213.229 () {48 vars in 992 bytes} [Thu Aug 20 02:04:45 2026] POST /v2.0/security-group-rules => generated 603 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/103] 199.19.213.229 () {44 vars in 988 bytes} [Thu Aug 20 02:04:46 2026] GET /v2.0/networks/4f9afc88-57fb-4d05-bc17-a66b183948d6 => generated 732 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:04:46.779 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b66600f3-1b3f-41e7-a8ee-d227a7c210d0 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 49/104] 199.19.213.229 () {44 vars in 1077 bytes} [Thu Aug 20 02:04:46 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=4f9afc88-57fb-4d05-bc17-a66b183948d6 => generated 132 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/105] 199.19.213.229 () {44 vars in 1100 bytes} [Thu Aug 20 02:04:46 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=4f9afc88-57fb-4d05-bc17-a66b183948d6 => 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: 50/106] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:04:46 2026] GET /v2.0/security-groups/d5707ec0-2300-4600-a334-b1769aa0961b => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/107] 199.19.213.229 () {48 vars in 962 bytes} [Thu Aug 20 02:04:46 2026] POST /v2.0/ports => generated 1100 bytes in 706 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-20 02:04:55.282 7 INFO neutron.pecan_wsgi.hooks.translation [None req-77ee7d9a-08bc-48e0-be4e-0fbc2ffc1dd7 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 59/110] 199.19.213.229 () {44 vars in 980 bytes} [Thu Aug 20 02:04:55 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 72 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/111] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:04:55 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/112] 199.19.213.229 () {48 vars in 1032 bytes} [Thu Aug 20 02:04:55 2026] PUT /v2.0/ports/030420ab-2a32-4545-8f84-1deff5428849 => generated 1249 bytes in 519 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/113] 199.19.213.229 () {44 vars in 921 bytes} [Thu Aug 20 02:04:57 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-20 02:04:58.781 7 INFO neutron.api.v2.resource [None req-ec32fa01-c884-4c96-a15c-a3fcf614a006 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 61/114] 199.19.213.229 () {44 vars in 960 bytes} [Thu Aug 20 02:04:58 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: 8|app: 0|req: 54/115] 199.19.213.229 () {44 vars in 982 bytes} [Thu Aug 20 02:04:58 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/116] 199.19.213.229 () {48 vars in 981 bytes} [Thu Aug 20 02:04:58 2026] POST /v2.0/security-groups => generated 1610 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/117] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:04:59 2026] GET /v2.0/security-groups/0bf952a7-2b06-42b9-8b71-0d191bd7a225 => generated 1610 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/118] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:05:00 2026] GET /v2.0/security-groups/0bf952a7-2b06-42b9-8b71-0d191bd7a225 => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/119] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:05:00 2026] GET /v2.0/security-groups/0bf952a7-2b06-42b9-8b71-0d191bd7a225 => generated 1610 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/120] 199.19.213.229 () {48 vars in 992 bytes} [Thu Aug 20 02:05:00 2026] POST /v2.0/security-group-rules => generated 623 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/121] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:05:01 2026] GET /v2.0/security-groups/0bf952a7-2b06-42b9-8b71-0d191bd7a225 => generated 2246 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/122] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:05:01 2026] GET /v2.0/security-groups/0bf952a7-2b06-42b9-8b71-0d191bd7a225 => generated 2246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/123] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:05:01 2026] GET /v2.0/security-groups/0bf952a7-2b06-42b9-8b71-0d191bd7a225 => generated 2246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/124] 199.19.213.229 () {48 vars in 992 bytes} [Thu Aug 20 02:05:01 2026] POST /v2.0/security-group-rules => generated 627 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/135] 199.19.213.229 () {44 vars in 976 bytes} [Thu Aug 20 02:06:20 2026] GET /v2.0/quotas/9d4df0c1f3484b60b33a2879e1923bd0 => 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: 72/136] 199.19.213.229 () {48 vars in 1028 bytes} [Thu Aug 20 02:06:20 2026] PUT /v2.0/quotas/9d4df0c1f3484b60b33a2879e1923bd0 => generated 291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-20 02:08:43.620 8 INFO neutron.pecan_wsgi.hooks.translation [None req-11a39a29-7fb5-4663-b89a-51aac6e793a2 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 75/157] 199.19.213.229 () {30 vars in 741 bytes} [Thu Aug 20 02:08:43 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 212 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 83/158] 199.19.213.229 () {30 vars in 763 bytes} [Thu Aug 20 02:08:43 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:08:45.773 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3f8b6b12-efcf-4d91-aeea-590673f72e57 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/159] 199.19.213.229 () {30 vars in 741 bytes} [Thu Aug 20 02:08:45 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 84/160] 199.19.213.229 () {30 vars in 763 bytes} [Thu Aug 20 02:08:45 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:16:21.410 8 INFO neutron.api.v2.resource [None req-e6fa6444-8f27-43d3-a013-b82cfd1f93d7 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 107/221] 199.19.213.229 () {44 vars in 1075 bytes} [Thu Aug 20 02:16:21 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=bef49defce174973881bffe76a8556b3 => generated 139 bytes in 117 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/222] 199.19.213.229 () {44 vars in 1098 bytes} [Thu Aug 20 02:16:21 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=bef49defce174973881bffe76a8556b3 => generated 23 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/223] 199.19.213.229 () {48 vars in 982 bytes} [Thu Aug 20 02:16:21 2026] POST /v2.0/security-groups => generated 1624 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/224] 199.19.213.229 () {44 vars in 1089 bytes} [Thu Aug 20 02:16:22 2026] GET /v2.0/security-groups/6569afd8-3faf-4104-8876-b0e159c37f18?project_id=bef49defce174973881bffe76a8556b3 => generated 1624 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/225] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:16:22 2026] GET /v2.0/security-groups/6569afd8-3faf-4104-8876-b0e159c37f18 => generated 1624 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/226] 199.19.213.229 () {44 vars in 1089 bytes} [Thu Aug 20 02:16:22 2026] GET /v2.0/security-groups/6569afd8-3faf-4104-8876-b0e159c37f18?project_id=bef49defce174973881bffe76a8556b3 => generated 1624 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/227] 199.19.213.229 () {48 vars in 992 bytes} [Thu Aug 20 02:16:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/228] 199.19.213.229 () {44 vars in 1089 bytes} [Thu Aug 20 02:16:23 2026] GET /v2.0/security-groups/6569afd8-3faf-4104-8876-b0e159c37f18?project_id=bef49defce174973881bffe76a8556b3 => generated 2234 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/229] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:16:24 2026] GET /v2.0/security-groups/6569afd8-3faf-4104-8876-b0e159c37f18 => generated 2234 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/230] 199.19.213.229 () {44 vars in 1089 bytes} [Thu Aug 20 02:16:24 2026] GET /v2.0/security-groups/6569afd8-3faf-4104-8876-b0e159c37f18?project_id=bef49defce174973881bffe76a8556b3 => generated 2234 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/231] 199.19.213.229 () {48 vars in 992 bytes} [Thu Aug 20 02:16:24 2026] POST /v2.0/security-group-rules => generated 599 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/234] 199.19.213.229 () {44 vars in 1089 bytes} [Thu Aug 20 02:16:25 2026] GET /v2.0/security-groups/6569afd8-3faf-4104-8876-b0e159c37f18?project_id=bef49defce174973881bffe76a8556b3 => generated 2846 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/235] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:16:25 2026] GET /v2.0/security-groups/6569afd8-3faf-4104-8876-b0e159c37f18 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/236] 199.19.213.229 () {44 vars in 1089 bytes} [Thu Aug 20 02:16:25 2026] GET /v2.0/security-groups/6569afd8-3faf-4104-8876-b0e159c37f18?project_id=bef49defce174973881bffe76a8556b3 => generated 2846 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/237] 199.19.213.229 () {48 vars in 992 bytes} [Thu Aug 20 02:16:25 2026] POST /v2.0/security-group-rules => generated 601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/238] 199.19.213.229 () {44 vars in 1089 bytes} [Thu Aug 20 02:16:26 2026] GET /v2.0/security-groups/6569afd8-3faf-4104-8876-b0e159c37f18?project_id=bef49defce174973881bffe76a8556b3 => generated 3460 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/239] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:16:26 2026] GET /v2.0/security-groups/6569afd8-3faf-4104-8876-b0e159c37f18 => generated 3460 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/240] 199.19.213.229 () {44 vars in 1089 bytes} [Thu Aug 20 02:16:26 2026] GET /v2.0/security-groups/6569afd8-3faf-4104-8876-b0e159c37f18?project_id=bef49defce174973881bffe76a8556b3 => generated 3460 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/241] 199.19.213.229 () {48 vars in 992 bytes} [Thu Aug 20 02:16:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/260] 199.19.213.229 () {30 vars in 740 bytes} [Thu Aug 20 02:18:47 2026] GET /v2.0/networks?tenant_id=bef49defce174973881bffe76a8556b3&shared=False => generated 15 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:18:47.352 8 INFO neutron.db.segments_db [None req-c45ad781-0d0b-4303-93c1-006a2e9a73e4 b234d5e95830452790df910d7d0c767c bef49defce174973881bffe76a8556b3 - - f4cc4284f7664e56849070c578ddc7c9 f4cc4284f7664e56849070c578ddc7c9] Added segment 6041335b-a1bb-4823-b9b3-dfcd9796cf88 of type vxlan for network 3b5970d3-91b7-4669-97cd-dad9f36f7ae3 [pid: 8|app: 0|req: 127/261] 199.19.213.229 () {34 vars in 682 bytes} [Thu Aug 20 02:18:47 2026] POST /v2.0/networks => generated 718 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/262] 199.19.213.229 () {30 vars in 722 bytes} [Thu Aug 20 02:18:47 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/263] 199.19.213.229 () {30 vars in 633 bytes} [Thu Aug 20 02:18:47 2026] GET /v2.0/extensions => generated 21537 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/264] 199.19.213.229 () {34 vars in 677 bytes} [Thu Aug 20 02:18:47 2026] POST /v2.0/ports => generated 999 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/265] 199.19.213.229 () {30 vars in 703 bytes} [Thu Aug 20 02:18:47 2026] GET /v2.0/networks/3b5970d3-91b7-4669-97cd-dad9f36f7ae3 => generated 705 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/266] 199.19.213.229 () {30 vars in 722 bytes} [Thu Aug 20 02:18:50 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/267] 199.19.213.229 () {30 vars in 703 bytes} [Thu Aug 20 02:18:50 2026] GET /v2.0/networks/3b5970d3-91b7-4669-97cd-dad9f36f7ae3 => generated 705 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/270] 199.19.213.229 () {44 vars in 976 bytes} [Thu Aug 20 02:19:08 2026] GET /v2.0/quotas/bef49defce174973881bffe76a8556b3 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/271] 199.19.213.229 () {48 vars in 1028 bytes} [Thu Aug 20 02:19:09 2026] PUT /v2.0/quotas/bef49defce174973881bffe76a8556b3 => generated 291 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:31:54.269 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0e41169c-565f-4a41-a9dc-9c1517fc274e d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 191/374] 199.19.213.229 () {44 vars in 928 bytes} [Thu Aug 20 02:31:54 2026] GET /v2.0/networks/public => generated 108 bytes in 154 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/377] 199.19.213.229 () {44 vars in 950 bytes} [Thu Aug 20 02:31:54 2026] GET /v2.0/networks?name=public => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:31:55.577 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f8f6b7da-4196-41d7-bf9f-01e40acbb840 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 194/378] 199.19.213.229 () {44 vars in 928 bytes} [Thu Aug 20 02:31:55 2026] GET /v2.0/networks/public => generated 108 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/379] 199.19.213.229 () {44 vars in 950 bytes} [Thu Aug 20 02:31:55 2026] GET /v2.0/networks?name=public => generated 753 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:31:55.678 7 INFO neutron.pecan_wsgi.hooks.translation [None req-542ec4cb-997f-40c9-8d99-93ab05d5c299 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 195/380] 199.19.213.229 () {44 vars in 1035 bytes} [Thu Aug 20 02:31:55 2026] GET /v2.0/subnets/public-subnet?network_id=b5e1805e-c609-4109-a246-2d9fe4e1bed2 => generated 113 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/381] 199.19.213.229 () {44 vars in 1058 bytes} [Thu Aug 20 02:31:55 2026] GET /v2.0/subnets?name=public-subnet&network_id=b5e1805e-c609-4109-a246-2d9fe4e1bed2 => generated 667 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:32:24.707 7 INFO neutron.pecan_wsgi.hooks.translation [None req-104ffe4a-fb3d-4f61-8346-bf6398458808 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 198/386] 199.19.213.229 () {44 vars in 938 bytes} [Thu Aug 20 02:32:24 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/387] 199.19.213.229 () {44 vars in 960 bytes} [Thu Aug 20 02:32:24 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:32:25.727 7 INFO neutron.pecan_wsgi.hooks.translation [None req-97f90732-cfd7-4ab1-8bb2-136859174909 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 199/388] 199.19.213.229 () {44 vars in 938 bytes} [Thu Aug 20 02:32:25 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/389] 199.19.213.229 () {44 vars in 960 bytes} [Thu Aug 20 02:32:25 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:32:25.804 7 INFO neutron.pecan_wsgi.hooks.translation [None req-50327f1a-114a-4552-ae24-771d618ff547 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 200/390] 199.19.213.229 () {44 vars in 1037 bytes} [Thu Aug 20 02:32:25 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=4f9afc88-57fb-4d05-bc17-a66b183948d6 => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/391] 199.19.213.229 () {44 vars in 1060 bytes} [Thu Aug 20 02:32:25 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=4f9afc88-57fb-4d05-bc17-a66b183948d6 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:32:26.883 7 INFO neutron.api.v2.resource [None req-f4bc0ece-44d1-4f1f-952d-31b10702bba5 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 201/392] 199.19.213.229 () {44 vars in 972 bytes} [Thu Aug 20 02:32:26 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/393] 199.19.213.229 () {44 vars in 994 bytes} [Thu Aug 20 02:32:26 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/394] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:32:27 2026] GET /v2.0/security-groups/d5707ec0-2300-4600-a334-b1769aa0961b => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/395] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:32:28 2026] GET /v2.0/security-groups/d5707ec0-2300-4600-a334-b1769aa0961b => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/396] 199.19.213.229 () {44 vars in 1012 bytes} [Thu Aug 20 02:32:28 2026] GET /v2.0/security-group-rules/1bfab1d2-0745-40d3-9309-c522fbb6e312 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/397] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:32:28 2026] GET /v2.0/security-groups/d5707ec0-2300-4600-a334-b1769aa0961b => generated 4694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/398] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:32:28 2026] GET /v2.0/security-groups/d5707ec0-2300-4600-a334-b1769aa0961b => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/399] 199.19.213.229 () {44 vars in 1012 bytes} [Thu Aug 20 02:32:29 2026] GET /v2.0/security-group-rules/47515d0f-a604-46f8-9730-2e167ce95ba8 => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/400] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:32:29 2026] GET /v2.0/security-groups/d5707ec0-2300-4600-a334-b1769aa0961b => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/401] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:32:29 2026] GET /v2.0/security-groups/d5707ec0-2300-4600-a334-b1769aa0961b => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/402] 199.19.213.229 () {44 vars in 1012 bytes} [Thu Aug 20 02:32:30 2026] GET /v2.0/security-group-rules/8b20d7f7-22b0-405e-a6ef-df1581aa25a3 => generated 603 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/403] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:32:30 2026] GET /v2.0/security-groups/d5707ec0-2300-4600-a334-b1769aa0961b => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/404] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:32:30 2026] GET /v2.0/security-groups/d5707ec0-2300-4600-a334-b1769aa0961b => generated 4694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/405] 199.19.213.229 () {44 vars in 1012 bytes} [Thu Aug 20 02:32:31 2026] GET /v2.0/security-group-rules/c3ce08c0-fe45-4c4d-93dc-4f192341b270 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/406] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:32:31 2026] GET /v2.0/security-groups/d5707ec0-2300-4600-a334-b1769aa0961b => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/407] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:32:31 2026] GET /v2.0/security-groups/d5707ec0-2300-4600-a334-b1769aa0961b => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/408] 199.19.213.229 () {44 vars in 1012 bytes} [Thu Aug 20 02:32:32 2026] GET /v2.0/security-group-rules/8c3ab387-a339-41b8-bc45-9a7f51af4aac => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/409] 199.19.213.229 () {44 vars in 988 bytes} [Thu Aug 20 02:32:33 2026] GET /v2.0/networks/4f9afc88-57fb-4d05-bc17-a66b183948d6 => generated 732 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:32:33.231 7 INFO neutron.pecan_wsgi.hooks.translation [None req-06c4510c-085c-4ba4-bfee-1baa18262214 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 210/410] 199.19.213.229 () {44 vars in 1077 bytes} [Thu Aug 20 02:32:33 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=4f9afc88-57fb-4d05-bc17-a66b183948d6 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/411] 199.19.213.229 () {44 vars in 1100 bytes} [Thu Aug 20 02:32:33 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=4f9afc88-57fb-4d05-bc17-a66b183948d6 => generated 1254 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/412] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:32:33 2026] GET /v2.0/security-groups/d5707ec0-2300-4600-a334-b1769aa0961b => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:32:41.493 8 INFO neutron.pecan_wsgi.hooks.translation [None req-215993a8-c179-4467-b15f-51a9e9b43e30 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 203/415] 199.19.213.229 () {44 vars in 980 bytes} [Thu Aug 20 02:32:41 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/416] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:32:41 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/417] 199.19.213.229 () {44 vars in 921 bytes} [Thu Aug 20 02:32:43 2026] GET /v2.0/ports => generated 4725 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:32:44.346 7 INFO neutron.api.v2.resource [None req-e37a8390-8b4b-4b27-bceb-d4e231f20753 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 214/418] 199.19.213.229 () {44 vars in 960 bytes} [Thu Aug 20 02:32:44 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/419] 199.19.213.229 () {44 vars in 982 bytes} [Thu Aug 20 02:32:44 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/420] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:32:45 2026] GET /v2.0/security-groups/0bf952a7-2b06-42b9-8b71-0d191bd7a225 => generated 2886 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/421] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:32:45 2026] GET /v2.0/security-groups/0bf952a7-2b06-42b9-8b71-0d191bd7a225 => generated 2886 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/422] 199.19.213.229 () {44 vars in 1012 bytes} [Thu Aug 20 02:32:45 2026] GET /v2.0/security-group-rules/e38d7057-1d1a-47d2-8d41-424feeba1c4a => generated 623 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/423] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:32:46 2026] GET /v2.0/security-groups/0bf952a7-2b06-42b9-8b71-0d191bd7a225 => generated 2886 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/424] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:32:46 2026] GET /v2.0/security-groups/0bf952a7-2b06-42b9-8b71-0d191bd7a225 => generated 2886 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/425] 199.19.213.229 () {44 vars in 1012 bytes} [Thu Aug 20 02:32:46 2026] GET /v2.0/security-group-rules/ca35d089-161b-4903-bfb8-3b6d75959fc6 => generated 627 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/428] 199.19.213.229 () {44 vars in 976 bytes} [Thu Aug 20 02:33:00 2026] GET /v2.0/quotas/9d4df0c1f3484b60b33a2879e1923bd0 => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:33:58.725 7 INFO neutron.api.v2.resource [None req-0827ac61-f96f-4cc9-989a-b75442ccdadc d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 223/437] 199.19.213.229 () {44 vars in 1075 bytes} [Thu Aug 20 02:33:58 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=bef49defce174973881bffe76a8556b3 => generated 139 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/438] 199.19.213.229 () {44 vars in 1098 bytes} [Thu Aug 20 02:33:58 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=bef49defce174973881bffe76a8556b3 => generated 4072 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/439] 199.19.213.229 () {44 vars in 1089 bytes} [Thu Aug 20 02:33:59 2026] GET /v2.0/security-groups/6569afd8-3faf-4104-8876-b0e159c37f18?project_id=bef49defce174973881bffe76a8556b3 => generated 4075 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/440] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:33:59 2026] GET /v2.0/security-groups/6569afd8-3faf-4104-8876-b0e159c37f18 => generated 4075 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/441] 199.19.213.229 () {44 vars in 1012 bytes} [Thu Aug 20 02:33:59 2026] GET /v2.0/security-group-rules/e3e1f8ca-4000-4311-9117-929470157cb4 => generated 597 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/442] 199.19.213.229 () {44 vars in 1089 bytes} [Thu Aug 20 02:34:00 2026] GET /v2.0/security-groups/6569afd8-3faf-4104-8876-b0e159c37f18?project_id=bef49defce174973881bffe76a8556b3 => generated 4075 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/443] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:34:00 2026] GET /v2.0/security-groups/6569afd8-3faf-4104-8876-b0e159c37f18 => generated 4075 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/444] 199.19.213.229 () {44 vars in 1012 bytes} [Thu Aug 20 02:34:00 2026] GET /v2.0/security-group-rules/40b7a220-a68a-43e7-858e-3f0ab3360cc6 => generated 599 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/445] 199.19.213.229 () {44 vars in 1089 bytes} [Thu Aug 20 02:34:01 2026] GET /v2.0/security-groups/6569afd8-3faf-4104-8876-b0e159c37f18?project_id=bef49defce174973881bffe76a8556b3 => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/446] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:34:01 2026] GET /v2.0/security-groups/6569afd8-3faf-4104-8876-b0e159c37f18 => generated 4075 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/447] 199.19.213.229 () {44 vars in 1012 bytes} [Thu Aug 20 02:34:02 2026] GET /v2.0/security-group-rules/e5fa0794-1ccf-4daf-9cbc-3a913ec785a0 => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/448] 199.19.213.229 () {44 vars in 1089 bytes} [Thu Aug 20 02:34:03 2026] GET /v2.0/security-groups/6569afd8-3faf-4104-8876-b0e159c37f18?project_id=bef49defce174973881bffe76a8556b3 => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/449] 199.19.213.229 () {44 vars in 1002 bytes} [Thu Aug 20 02:34:03 2026] GET /v2.0/security-groups/6569afd8-3faf-4104-8876-b0e159c37f18 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/450] 199.19.213.229 () {44 vars in 1012 bytes} [Thu Aug 20 02:34:03 2026] GET /v2.0/security-group-rules/182b1957-2160-4678-9a0f-c79a85c058a4 => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/453] 199.19.213.229 () {44 vars in 976 bytes} [Thu Aug 20 02:34:11 2026] GET /v2.0/quotas/bef49defce174973881bffe76a8556b3 => 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: 226/460] 199.19.213.229 () {44 vars in 950 bytes} [Thu Aug 20 02:35:05 2026] GET /v2.0/networks?name=public => generated 753 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/467] 10.0.0.38 () {32 vars in 648 bytes} [Thu Aug 20 02:35:48 2026] GET /v2.0/networks => generated 2168 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/468] 10.0.0.38 () {32 vars in 654 bytes} [Thu Aug 20 02:35:49 2026] GET /v2.0/floatingips => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/469] 10.0.0.38 () {32 vars in 646 bytes} [Thu Aug 20 02:35:49 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: 231/470] 10.0.0.38 () {32 vars in 642 bytes} [Thu Aug 20 02:35:49 2026] GET /v2.0/ports => generated 4725 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/471] 10.0.0.38 () {32 vars in 646 bytes} [Thu Aug 20 02:35:49 2026] GET /v2.0/subnets => generated 1308 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/472] 10.0.0.38 () {32 vars in 648 bytes} [Thu Aug 20 02:35:49 2026] GET /v2.0/networks => generated 2168 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/473] 10.0.0.38 () {32 vars in 662 bytes} [Thu Aug 20 02:35:49 2026] GET /v2.0/security-groups => generated 17401 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/474] 10.0.0.38 () {32 vars in 654 bytes} [Thu Aug 20 02:35:49 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:36:00.894 8 INFO neutron.db.segments_db [None req-d48a5471-c911-4f84-b124-84077404ae24 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Added segment 24da6c11-a122-4fca-8034-cd154fb4651d of type vxlan for network bbc82c7a-0646-47ab-9f6e-4b490c24b5b4 2026-08-20 02:36:00.902 7 INFO neutron.db.segments_db [None req-fd87ff12-9d1a-4fbb-a4c5-883f365e55f6 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Added segment f6f0bfb0-3e04-4b45-bf22-fd41e2783e86 of type vxlan for network 6b0a352b-e5e0-4122-87e1-708927d41d15 [pid: 8|app: 0|req: 235/477] 10.0.0.38 () {34 vars in 670 bytes} [Thu Aug 20 02:36:00 2026] POST /v2.0/networks => generated 745 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/478] 10.0.0.38 () {34 vars in 670 bytes} [Thu Aug 20 02:36:00 2026] POST /v2.0/networks => generated 746 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:36:01.121 8 INFO neutron.db.segments_db [None req-443ad380-582b-42ac-9018-a423e18efedc d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Added segment efccee8a-045d-4802-9116-515563743a86 of type vxlan for network 7dd1220d-6a54-4a8a-9d56-aa721f86b0a4 [pid: 7|app: 0|req: 244/479] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:36:01 2026] POST /v2.0/subnets => generated 692 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/480] 10.0.0.38 () {34 vars in 670 bytes} [Thu Aug 20 02:36:00 2026] POST /v2.0/networks => generated 750 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:36:01.266 8 INFO neutron.db.segments_db [None req-4bc41ecb-5c31-45fb-be3e-a215658fdc79 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Added segment 50908fc5-ce20-4a59-9e28-0a3fef6f3f85 of type vxlan for network 44872511-e0b4-4953-b877-fe3c56bbff98 [pid: 7|app: 0|req: 245/481] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:36:01 2026] POST /v2.0/subnets => generated 694 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/482] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:36:01 2026] POST /v2.0/subnets => generated 698 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:36:01.597 7 INFO neutron.db.segments_db [None req-a01f58a3-0d61-42fa-a460-5fa22e4f64f3 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Added segment e99eebeb-e6ba-408a-adb8-45d6a7f68097 of type vxlan for network 61d965d2-b0c9-4ca7-9a9c-c4d2d73cdb8b 2026-08-20 02:36:01.679 8 INFO neutron.db.l3_hamode_db [None req-4bc41ecb-5c31-45fb-be3e-a215658fdc79 d1878adde1314cf595b1315b0179d014 a23f746a3a0746278ba31afd3f9df742 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:36:01.879 7 INFO neutron.db.l3_hamode_db [None req-a01f58a3-0d61-42fa-a460-5fa22e4f64f3 d1878adde1314cf595b1315b0179d014 97d6abb353174e52bd0b447cb25b1b34 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:36:02.656 8 INFO neutron.db.l3_hamode_db [None req-4bc41ecb-5c31-45fb-be3e-a215658fdc79 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:36:03.032 7 INFO neutron.db.l3_hamode_db [None req-a01f58a3-0d61-42fa-a460-5fa22e4f64f3 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 237/483] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:36:01 2026] POST /v2.0/routers => generated 732 bytes in 2656 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:36:03.922 8 INFO neutron.db.segments_db [None req-fc8f4f2c-0910-4f2c-a1a2-e5a2bc20ac4d d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Added segment 7dcfa8db-f646-4eb3-8c04-983a7d19a870 of type vxlan for network 55ba856a-4e99-4767-82b1-944380eb228a [pid: 7|app: 0|req: 247/484] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:36:01 2026] POST /v2.0/routers => generated 734 bytes in 2587 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:36:04.158 8 INFO neutron.db.l3_hamode_db [None req-fc8f4f2c-0910-4f2c-a1a2-e5a2bc20ac4d d1878adde1314cf595b1315b0179d014 6d3a55bfa0a441e2bbec40f6bd51197e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 248/485] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:36:04 2026] GET /v2.0/security-groups?tenant_id=77144838276f43459527e0f339c5f514&name=default => generated 2924 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:36:04.878 8 INFO neutron.db.l3_hamode_db [None req-fc8f4f2c-0910-4f2c-a1a2-e5a2bc20ac4d d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 249/486] 10.0.0.38 () {34 vars in 782 bytes} [Thu Aug 20 02:36:04 2026] PUT /v2.0/routers/27f8de61-9d93-4b59-8b3a-588ed4db0c66/add_router_interface => generated 309 bytes in 1090 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/487] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:36:03 2026] POST /v2.0/routers => generated 738 bytes in 1902 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/488] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:36:05 2026] DELETE /v2.0/security-groups/c3e05007-9894-4bb0-b646-01030542f119 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/489] 10.0.0.38 () {34 vars in 782 bytes} [Thu Aug 20 02:36:05 2026] PUT /v2.0/routers/ad69613b-6e25-4ecc-a4b9-885d1b10646a/add_router_interface => generated 309 bytes in 1086 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/490] 10.0.0.147 () {38 vars in 971 bytes} [Thu Aug 20 02:36:06 2026] POST /v2.0/security-groups => generated 1681 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/491] 10.0.0.38 () {34 vars in 782 bytes} [Thu Aug 20 02:36:05 2026] PUT /v2.0/routers/efa95f5a-62f8-47c7-a310-905139af3d08/add_router_interface => generated 309 bytes in 1130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/492] 10.0.0.38 () {34 vars in 684 bytes} [Thu Aug 20 02:36:07 2026] POST /v2.0/security-groups => generated 1660 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/493] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:36:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/494] 10.0.0.147 () {38 vars in 971 bytes} [Thu Aug 20 02:36:07 2026] POST /v2.0/security-groups => generated 1682 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/495] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:36:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/496] 10.0.0.147 () {38 vars in 971 bytes} [Thu Aug 20 02:36:07 2026] POST /v2.0/security-groups => generated 1680 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/497] 10.0.0.38 () {34 vars in 684 bytes} [Thu Aug 20 02:36:07 2026] POST /v2.0/security-groups => generated 1659 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/498] 10.0.0.147 () {34 vars in 1002 bytes} [Thu Aug 20 02:36:07 2026] GET /v2.0/security-groups?tenant_id=a23f746a3a0746278ba31afd3f9df742 => generated 7904 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:36:08.164 8 INFO neutron.db.segments_db [None req-e8778823-bd2a-4324-b00d-267c7d67d1a5 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Added segment b4c423f5-e66a-4558-a596-6864ca189902 of type vxlan for network a1fc169c-fed9-42de-8926-1f4beda32ef7 [pid: 8|app: 0|req: 245/499] 10.0.0.38 () {34 vars in 670 bytes} [Thu Aug 20 02:36:07 2026] POST /v2.0/networks => generated 747 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/500] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:36:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/501] 10.0.0.38 () {34 vars in 675 bytes} [Thu Aug 20 02:36:07 2026] POST /v2.0/floatingips => generated 552 bytes in 820 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/502] 10.0.0.147 () {34 vars in 991 bytes} [Thu Aug 20 02:36:08 2026] GET /v2.0/security-groups/0d6f661f-a6dd-457c-8fc9-09f5f7ba2e3d => generated 2918 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/503] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:36:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/504] 10.0.0.147 () {34 vars in 991 bytes} [Thu Aug 20 02:36:08 2026] GET /v2.0/security-groups/0d6f661f-a6dd-457c-8fc9-09f5f7ba2e3d => generated 2918 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/505] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:36:08 2026] POST /v2.0/subnets => generated 696 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/506] 10.0.0.147 () {34 vars in 991 bytes} [Thu Aug 20 02:36:08 2026] GET /v2.0/security-groups/2670138a-7358-4f25-9705-41e354fe6ad1 => generated 1681 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:36:08.702 7 INFO neutron.db.segments_db [None req-ab231a4c-6a15-4384-a473-6b883ff61d48 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Added segment 37c7a3ab-e99b-4896-a2b3-9af9391d8caf of type vxlan for network 8f07180b-0b58-4c4c-9b80-9e2b86799df9 2026-08-20 02:36:09.027 7 INFO neutron.db.l3_hamode_db [None req-ab231a4c-6a15-4384-a473-6b883ff61d48 d1878adde1314cf595b1315b0179d014 efd3bd69b94e44ddb53c0a4f27cebe64 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 250/507] 10.0.0.38 () {34 vars in 675 bytes} [Thu Aug 20 02:36:08 2026] POST /v2.0/floatingips => generated 552 bytes in 636 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/508] 10.0.0.147 () {36 vars in 1013 bytes} [Thu Aug 20 02:36:09 2026] DELETE /v2.0/security-groups/2670138a-7358-4f25-9705-41e354fe6ad1 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:36:09.318 8 INFO neutron.api.v2.resource [req-61693009-3e9f-49fa-9ee7-84ad1cce8adc req-cc663e8f-5301-4748-b9d5-97025bffab15 fd9ed1d6d9934799ae0da38e2535b165 a23f746a3a0746278ba31afd3f9df742 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 252/509] 10.0.0.147 () {34 vars in 991 bytes} [Thu Aug 20 02:36:09 2026] GET /v2.0/security-groups/2670138a-7358-4f25-9705-41e354fe6ad1 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/512] 10.0.0.147 () {34 vars in 991 bytes} [Thu Aug 20 02:36:09 2026] GET /v2.0/security-groups/53df990f-bbf8-4dae-a756-0b703cc87312 => generated 1682 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/513] 10.0.0.147 () {36 vars in 1013 bytes} [Thu Aug 20 02:36:09 2026] DELETE /v2.0/security-groups/53df990f-bbf8-4dae-a756-0b703cc87312 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:36:09.502 8 INFO neutron.api.v2.resource [req-5e6512bb-2e41-4eda-b893-56155c28f1e0 req-ee2f6037-098e-4094-be63-9c1705ac796f fd9ed1d6d9934799ae0da38e2535b165 a23f746a3a0746278ba31afd3f9df742 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 257/514] 10.0.0.147 () {34 vars in 991 bytes} [Thu Aug 20 02:36:09 2026] GET /v2.0/security-groups/53df990f-bbf8-4dae-a756-0b703cc87312 => 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: 258/515] 10.0.0.147 () {34 vars in 991 bytes} [Thu Aug 20 02:36:09 2026] GET /v2.0/security-groups/17fc1fb7-a36e-4389-ba64-90ac005244e1 => generated 1680 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/516] 10.0.0.147 () {36 vars in 1013 bytes} [Thu Aug 20 02:36:09 2026] DELETE /v2.0/security-groups/17fc1fb7-a36e-4389-ba64-90ac005244e1 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/517] 10.0.0.147 () {34 vars in 1098 bytes} [Thu Aug 20 02:36:09 2026] GET /v2.0/security-groups?name=tempest-securitygroup--448802019&fields=id&tenant_id=6d3a55bfa0a441e2bbec40f6bd51197e => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:36:09.752 8 INFO neutron.api.v2.resource [req-5e6a9915-d834-4cbd-8521-8e86ab49a493 req-4f692cb9-542f-4b5d-9b93-febecd7849f9 fd9ed1d6d9934799ae0da38e2535b165 a23f746a3a0746278ba31afd3f9df742 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 261/518] 10.0.0.147 () {34 vars in 991 bytes} [Thu Aug 20 02:36:09 2026] GET /v2.0/security-groups/17fc1fb7-a36e-4389-ba64-90ac005244e1 => 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: 262/519] 10.0.0.147 () {34 vars in 982 bytes} [Thu Aug 20 02:36:09 2026] GET /v2.0/networks?id=7dd1220d-6a54-4a8a-9d56-aa721f86b0a4 => generated 683 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/520] 10.0.0.147 () {34 vars in 1002 bytes} [Thu Aug 20 02:36:09 2026] GET /v2.0/security-groups?tenant_id=a23f746a3a0746278ba31afd3f9df742 => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/521] 10.0.0.147 () {34 vars in 965 bytes} [Thu Aug 20 02:36:09 2026] GET /v2.0/quotas/6d3a55bfa0a441e2bbec40f6bd51197e => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/522] 10.0.0.147 () {34 vars in 991 bytes} [Thu Aug 20 02:36:09 2026] GET /v2.0/security-groups/0d6f661f-a6dd-457c-8fc9-09f5f7ba2e3d => generated 2918 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:36:09.887 7 INFO neutron.db.l3_hamode_db [None req-ab231a4c-6a15-4384-a473-6b883ff61d48 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 266/523] 10.0.0.147 () {34 vars in 1002 bytes} [Thu Aug 20 02:36:09 2026] GET /v2.0/ports?tenant_id=6d3a55bfa0a441e2bbec40f6bd51197e&fields=id => generated 57 bytes in 724 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/524] 10.0.0.147 () {34 vars in 991 bytes} [Thu Aug 20 02:36:10 2026] GET /v2.0/security-groups/0d6f661f-a6dd-457c-8fc9-09f5f7ba2e3d => generated 2918 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:36:10.699 8 INFO neutron.api.v2.resource [req-9e6338b5-9b55-4646-a99a-c459b1d5d822 req-c1e1bfc6-28b3-4692-b4c5-438b1bc14920 fd9ed1d6d9934799ae0da38e2535b165 a23f746a3a0746278ba31afd3f9df742 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 268/525] 10.0.0.147 () {34 vars in 991 bytes} [Thu Aug 20 02:36:10 2026] GET /v2.0/security-groups/17fc1fb7-a36e-4389-ba64-90ac005244e1 => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:36:10.747 8 INFO neutron.api.v2.resource [req-69dbbb61-08e1-42ee-9d38-ce6ec0ee0b65 req-7eee7da7-e2b4-4e62-a5f8-33ed1580d0ff fd9ed1d6d9934799ae0da38e2535b165 a23f746a3a0746278ba31afd3f9df742 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 269/526] 10.0.0.147 () {34 vars in 991 bytes} [Thu Aug 20 02:36:10 2026] GET /v2.0/security-groups/53df990f-bbf8-4dae-a756-0b703cc87312 => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:36:10.788 8 INFO neutron.api.v2.resource [req-032f0393-0158-43bc-9d71-c031f908d1fd req-fdfbcaa4-1e8c-4510-b74f-cc0da329af46 fd9ed1d6d9934799ae0da38e2535b165 a23f746a3a0746278ba31afd3f9df742 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 270/527] 10.0.0.147 () {34 vars in 991 bytes} [Thu Aug 20 02:36:10 2026] GET /v2.0/security-groups/2670138a-7358-4f25-9705-41e354fe6ad1 => 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: 258/528] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:36:08 2026] POST /v2.0/routers => generated 736 bytes in 2143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:36:11.296 7 INFO neutron_taas.services.taas.taas_plugin [None req-de01a741-2e5a-4727-b7e4-844ec4136cfc d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: 85290650-5710-4f08-ae7b-484990235563 2026-08-20 02:36:11.308 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de01a741-2e5a-4727-b7e4-844ec4136cfc d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: 85290650-5710-4f08-ae7b-484990235563 [pid: 7|app: 0|req: 259/529] 10.0.0.38 () {34 vars in 788 bytes} [Thu Aug 20 02:36:10 2026] PUT /v2.0/routers/27f8de61-9d93-4b59-8b3a-588ed4db0c66/remove_router_interface => generated 309 bytes in 1133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/530] 10.0.0.147 () {34 vars in 907 bytes} [Thu Aug 20 02:36:11 2026] GET /v2.0/extensions => generated 21537 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/531] 10.0.0.38 () {34 vars in 782 bytes} [Thu Aug 20 02:36:10 2026] PUT /v2.0/routers/16f2fff0-bcaf-403f-aba9-182e7c275906/add_router_interface => generated 309 bytes in 1257 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/532] 10.0.0.147 () {34 vars in 1008 bytes} [Thu Aug 20 02:36:12 2026] GET /v2.0/networks/7dd1220d-6a54-4a8a-9d56-aa721f86b0a4?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/533] 10.0.0.147 () {34 vars in 1108 bytes} [Thu Aug 20 02:36:12 2026] GET /v2.0/networks/7dd1220d-6a54-4a8a-9d56-aa721f86b0a4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:36:12.217 7 INFO neutron_taas.services.taas.taas_plugin [None req-135be287-33c1-4cf9-a25f-65c9026c394b d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: e665786c-7968-4b23-a076-a90f656785b1 2026-08-20 02:36:12.220 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-135be287-33c1-4cf9-a25f-65c9026c394b d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: e665786c-7968-4b23-a076-a90f656785b1 2026-08-20 02:36:12.439 7 INFO neutron_taas.services.taas.taas_plugin [None req-135be287-33c1-4cf9-a25f-65c9026c394b d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: 45663ee1-fb49-426d-881f-86d077db63ad [pid: 8|app: 0|req: 274/534] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:12 2026] GET /v2.0/ports?device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:36:12.442 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-135be287-33c1-4cf9-a25f-65c9026c394b d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: 45663ee1-fb49-426d-881f-86d077db63ad 2026-08-20 02:36:12.521 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-135be287-33c1-4cf9-a25f-65c9026c394b d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - 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: 8|app: 0|req: 275/535] 10.0.0.147 () {38 vars in 971 bytes} [Thu Aug 20 02:36:12 2026] POST /v2.0/security-groups => generated 1686 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/536] 10.0.0.147 () {34 vars in 991 bytes} [Thu Aug 20 02:36:12 2026] GET /v2.0/security-groups/60c78b56-bc76-4f43-9aed-1b93fe37a36a => generated 1686 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/537] 10.0.0.147 () {38 vars in 981 bytes} [Thu Aug 20 02:36:12 2026] POST /v2.0/security-group-rules => generated 614 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:36:13.006 7 INFO neutron.db.l3_hamode_db [None req-135be287-33c1-4cf9-a25f-65c9026c394b d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] HA network 44872511-e0b4-4953-b877-fe3c56bbff98 was deleted as no HA routers are present in tenant a23f746a3a0746278ba31afd3f9df742. [pid: 7|app: 0|req: 261/538] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:36:11 2026] DELETE /v2.0/routers/27f8de61-9d93-4b59-8b3a-588ed4db0c66 => generated 0 bytes in 1021 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/539] 10.0.0.147 () {38 vars in 971 bytes} [Thu Aug 20 02:36:12 2026] POST /v2.0/security-groups => generated 1686 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/540] 10.0.0.147 () {34 vars in 991 bytes} [Thu Aug 20 02:36:13 2026] GET /v2.0/security-groups/b8e7eb31-1e77-4d9e-99f9-3c1443997455 => generated 1686 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/541] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:36:13 2026] DELETE /v2.0/subnets/2698c9a1-4d04-4a7c-aeb8-6d46412b96e8 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/542] 10.0.0.147 () {38 vars in 981 bytes} [Thu Aug 20 02:36:13 2026] POST /v2.0/security-group-rules => generated 614 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:36:13.327 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b7153ef-a2b3-46c8-b034-5d36fbee8810 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: d8274ba3-6d8e-46dd-86ca-8f9d5a9f808a 2026-08-20 02:36:13.330 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b7153ef-a2b3-46c8-b034-5d36fbee8810 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: d8274ba3-6d8e-46dd-86ca-8f9d5a9f808a [pid: 8|app: 0|req: 281/543] 10.0.0.147 () {34 vars in 991 bytes} [Thu Aug 20 02:36:13 2026] GET /v2.0/security-groups/b8e7eb31-1e77-4d9e-99f9-3c1443997455 => generated 2311 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:36:13.368 7 INFO neutron.services.segments.plugin [-] Segment 50908fc5-ce20-4a59-9e28-0a3fef6f3f85 resource provider aggregate not found 2026-08-20 02:36:13.375 7 INFO neutron.services.segments.plugin [-] Segment 50908fc5-ce20-4a59-9e28-0a3fef6f3f85 resource provider aggregate not found 2026-08-20 02:36:13.398 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 50908fc5-ce20-4a59-9e28-0a3fef6f3f85 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 50908fc5-ce20-4a59-9e28-0a3fef6f3f85 found for delete ", "request_id": "req-5ac9ab2e-f36c-4911-95c8-723e673d0610"}]} 2026-08-20 02:36:13.402 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 50908fc5-ce20-4a59-9e28-0a3fef6f3f85 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 50908fc5-ce20-4a59-9e28-0a3fef6f3f85 found for delete ", "request_id": "req-591ff4d8-7afd-4bd2-b58f-f4c9aaf1e96d"}]} [pid: 8|app: 0|req: 282/544] 10.0.0.147 () {38 vars in 981 bytes} [Thu Aug 20 02:36:13 2026] POST /v2.0/security-group-rules => generated 619 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/545] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:36:13 2026] DELETE /v2.0/networks/bbc82c7a-0646-47ab-9f6e-4b490c24b5b4 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/546] 10.0.0.147 () {34 vars in 1100 bytes} [Thu Aug 20 02:36:13 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2120744294&fields=id&tenant_id=97d6abb353174e52bd0b447cb25b1b34 => generated 69 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/547] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:13 2026] GET /v2.0/ports?device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => generated 12 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/548] 10.0.0.147 () {34 vars in 982 bytes} [Thu Aug 20 02:36:13 2026] GET /v2.0/networks?id=6b0a352b-e5e0-4122-87e1-708927d41d15 => generated 679 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/549] 10.0.0.147 () {34 vars in 965 bytes} [Thu Aug 20 02:36:13 2026] GET /v2.0/quotas/97d6abb353174e52bd0b447cb25b1b34 => 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: 266/550] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:36:13 2026] GET /v2.0/security-groups?tenant_id=a23f746a3a0746278ba31afd3f9df742&name=default => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/551] 10.0.0.147 () {34 vars in 991 bytes} [Thu Aug 20 02:36:13 2026] GET /v2.0/security-groups/b8e7eb31-1e77-4d9e-99f9-3c1443997455 => generated 2941 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/552] 10.0.0.147 () {34 vars in 1002 bytes} [Thu Aug 20 02:36:13 2026] GET /v2.0/ports?tenant_id=97d6abb353174e52bd0b447cb25b1b34&fields=id => generated 103 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/553] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:36:13 2026] DELETE /v2.0/security-groups/0d6f661f-a6dd-457c-8fc9-09f5f7ba2e3d => 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: 268/554] 10.0.0.147 () {34 vars in 1001 bytes} [Thu Aug 20 02:36:13 2026] GET /v2.0/security-group-rules/2033fe9d-4650-4a27-aa76-44270a5bc138 => generated 616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/555] 10.0.0.147 () {34 vars in 991 bytes} [Thu Aug 20 02:36:13 2026] GET /v2.0/security-groups/b8e7eb31-1e77-4d9e-99f9-3c1443997455 => generated 2941 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/556] 10.0.0.147 () {36 vars in 1023 bytes} [Thu Aug 20 02:36:13 2026] DELETE /v2.0/security-group-rules/2033fe9d-4650-4a27-aa76-44270a5bc138 => 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: 288/557] 10.0.0.147 () {34 vars in 991 bytes} [Thu Aug 20 02:36:14 2026] GET /v2.0/security-groups/b8e7eb31-1e77-4d9e-99f9-3c1443997455 => generated 2311 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/558] 10.0.0.147 () {36 vars in 1013 bytes} [Thu Aug 20 02:36:14 2026] DELETE /v2.0/security-groups/b8e7eb31-1e77-4d9e-99f9-3c1443997455 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/559] 10.0.0.147 () {34 vars in 991 bytes} [Thu Aug 20 02:36:14 2026] GET /v2.0/security-groups/60c78b56-bc76-4f43-9aed-1b93fe37a36a => generated 2311 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/560] 10.0.0.147 () {36 vars in 1013 bytes} [Thu Aug 20 02:36:14 2026] DELETE /v2.0/security-groups/60c78b56-bc76-4f43-9aed-1b93fe37a36a => 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: 271/561] 10.0.0.147 () {34 vars in 907 bytes} [Thu Aug 20 02:36:14 2026] GET /v2.0/extensions => generated 21537 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/562] 10.0.0.147 () {34 vars in 1008 bytes} [Thu Aug 20 02:36:14 2026] GET /v2.0/networks/6b0a352b-e5e0-4122-87e1-708927d41d15?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/563] 10.0.0.147 () {34 vars in 1108 bytes} [Thu Aug 20 02:36:14 2026] GET /v2.0/networks/6b0a352b-e5e0-4122-87e1-708927d41d15?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: 274/564] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:14 2026] GET /v2.0/ports?device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:36:14.854 8 INFO neutron_taas.services.taas.taas_plugin [None req-a4e54968-ff63-4609-a0f2-f704e517c8a9 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: 78322fa1-da4b-498e-8871-5cd1fd1f5118 2026-08-20 02:36:14.861 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4e54968-ff63-4609-a0f2-f704e517c8a9 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: 78322fa1-da4b-498e-8871-5cd1fd1f5118 [pid: 7|app: 0|req: 275/565] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:14 2026] GET /v2.0/ports?device_id=2274fcb0-bc2a-4ef3-8683-c1768f44aa06 => 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: 291/566] 10.0.0.38 () {34 vars in 788 bytes} [Thu Aug 20 02:36:14 2026] PUT /v2.0/routers/16f2fff0-bcaf-403f-aba9-182e7c275906/remove_router_interface => generated 309 bytes in 1019 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:36:15.445 7 INFO neutron.services.segments.plugin [-] Segment 24da6c11-a122-4fca-8034-cd154fb4651d resource provider aggregate not found 2026-08-20 02:36:15.450 7 INFO neutron.services.segments.plugin [-] Segment 24da6c11-a122-4fca-8034-cd154fb4651d resource provider aggregate not found 2026-08-20 02:36:15.486 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 24da6c11-a122-4fca-8034-cd154fb4651d 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 24da6c11-a122-4fca-8034-cd154fb4651d found for delete ", "request_id": "req-b0eaf731-84e3-4184-818e-441ece54eafb"}]} 2026-08-20 02:36:15.488 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 24da6c11-a122-4fca-8034-cd154fb4651d 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 24da6c11-a122-4fca-8034-cd154fb4651d found for delete ", "request_id": "req-97c8c18c-ac42-4fa3-b5c4-49707499136d"}]} 2026-08-20 02:36:15.620 7 INFO neutron_taas.services.taas.taas_plugin [None req-78dd13a8-9fc4-43e6-8dd8-ddf374daff38 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: 12f1fbda-65d3-4f34-9562-277fb5b3599c 2026-08-20 02:36:15.623 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78dd13a8-9fc4-43e6-8dd8-ddf374daff38 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: 12f1fbda-65d3-4f34-9562-277fb5b3599c 2026-08-20 02:36:15.884 7 INFO neutron_taas.services.taas.taas_plugin [None req-78dd13a8-9fc4-43e6-8dd8-ddf374daff38 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: c896e59b-4bcf-421c-a393-15ba389d1f01 2026-08-20 02:36:15.887 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78dd13a8-9fc4-43e6-8dd8-ddf374daff38 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: c896e59b-4bcf-421c-a393-15ba389d1f01 2026-08-20 02:36:16.228 7 INFO neutron.db.l3_hamode_db [None req-78dd13a8-9fc4-43e6-8dd8-ddf374daff38 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] HA network 8f07180b-0b58-4c4c-9b80-9e2b86799df9 was deleted as no HA routers are present in tenant efd3bd69b94e44ddb53c0a4f27cebe64. [pid: 7|app: 0|req: 276/567] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:36:15 2026] DELETE /v2.0/routers/16f2fff0-bcaf-403f-aba9-182e7c275906 => generated 0 bytes in 842 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/568] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:16 2026] GET /v2.0/ports?device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/569] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:16 2026] GET /v2.0/ports?device_id=2274fcb0-bc2a-4ef3-8683-c1768f44aa06 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:36:16.267 8 INFO neutron.db.segments_db [None req-8fbf01fd-7f46-4285-966e-a14378cb1504 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Added segment 7134f830-26f4-4984-b357-24e194972baf of type vxlan for network c275b9c5-82ef-42a4-8b80-c9c29c363c1a [pid: 8|app: 0|req: 292/570] 10.0.0.38 () {34 vars in 670 bytes} [Thu Aug 20 02:36:15 2026] POST /v2.0/networks => generated 736 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/571] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:36:16 2026] DELETE /v2.0/subnets/630d392a-fedd-46ca-a002-eebbe431aab3 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/572] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:36:16 2026] DELETE /v2.0/networks/a1fc169c-fed9-42de-8926-1f4beda32ef7 => 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: 293/573] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:36:16 2026] POST /v2.0/subnets => generated 685 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:36:16.724 7 INFO neutron.db.segments_db [None req-02fe9b52-d880-4b4d-964c-aac6d6fe3b7a d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Added segment 190bef3c-5b0b-4f29-a605-dd6c7942449f of type vxlan for network ee286764-a4c4-44d8-a802-2c2fdafdcb60 [pid: 8|app: 0|req: 294/574] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:36:16 2026] GET /v2.0/security-groups?tenant_id=efd3bd69b94e44ddb53c0a4f27cebe64&name=default => generated 2925 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:36:17.048 7 INFO neutron.db.l3_hamode_db [None req-02fe9b52-d880-4b4d-964c-aac6d6fe3b7a d1878adde1314cf595b1315b0179d014 e8f8fb937ec74346accfff61159f7c3d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 295/575] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:36:16 2026] DELETE /v2.0/security-groups/67e821e5-965e-42e2-96e6-51dea9c95f74 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/576] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:17 2026] GET /v2.0/ports?device_id=2274fcb0-bc2a-4ef3-8683-c1768f44aa06 => 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: 297/577] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:17 2026] GET /v2.0/ports?device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:36:17.512 7 INFO neutron.services.segments.plugin [-] Segment 37c7a3ab-e99b-4896-a2b3-9af9391d8caf resource provider aggregate not found 2026-08-20 02:36:17.514 7 INFO neutron.services.segments.plugin [-] Segment 37c7a3ab-e99b-4896-a2b3-9af9391d8caf resource provider aggregate not found 2026-08-20 02:36:17.543 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 37c7a3ab-e99b-4896-a2b3-9af9391d8caf 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 37c7a3ab-e99b-4896-a2b3-9af9391d8caf found for delete ", "request_id": "req-225366eb-d099-496a-981f-ccc2f1601de9"}]} 2026-08-20 02:36:17.546 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 37c7a3ab-e99b-4896-a2b3-9af9391d8caf 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 37c7a3ab-e99b-4896-a2b3-9af9391d8caf found for delete ", "request_id": "req-1cd8255f-c11e-4baf-a0fb-c961c6074457"}]} 2026-08-20 02:36:17.573 7 INFO neutron.services.segments.plugin [-] Segment b4c423f5-e66a-4558-a596-6864ca189902 resource provider aggregate not found 2026-08-20 02:36:17.588 7 INFO neutron.services.segments.plugin [-] Segment b4c423f5-e66a-4558-a596-6864ca189902 resource provider aggregate not found 2026-08-20 02:36:17.601 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b4c423f5-e66a-4558-a596-6864ca189902 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 b4c423f5-e66a-4558-a596-6864ca189902 found for delete ", "request_id": "req-a012b37e-ae11-4162-b0dd-d7906fa4539f"}]} 2026-08-20 02:36:17.619 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b4c423f5-e66a-4558-a596-6864ca189902 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 b4c423f5-e66a-4558-a596-6864ca189902 found for delete ", "request_id": "req-ac42cc40-f3bd-4213-894a-603e125694ec"}]} [pid: 8|app: 0|req: 298/578] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:36:17 2026] GET /v2.0/networks?id=7dd1220d-6a54-4a8a-9d56-aa721f86b0a4 => generated 683 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/579] 199.19.213.229 () {34 vars in 911 bytes} [Thu Aug 20 02:36:17 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/580] 199.19.213.229 () {34 vars in 1050 bytes} [Thu Aug 20 02:36:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6d3a55bfa0a441e2bbec40f6bd51197e => generated 180 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:36:17.928 7 INFO neutron.db.l3_hamode_db [None req-02fe9b52-d880-4b4d-964c-aac6d6fe3b7a d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 301/581] 199.19.213.229 () {38 vars in 955 bytes} [Thu Aug 20 02:36:17 2026] POST /v2.0/ports => generated 954 bytes in 426 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: 302/582] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:18 2026] GET /v2.0/ports?device_id=2274fcb0-bc2a-4ef3-8683-c1768f44aa06 => 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: 303/583] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:18 2026] GET /v2.0/ports?device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => generated 957 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/584] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:18 2026] GET /v2.0/security-groups?id=ed58d48f-22f8-43ae-b656-9eb34c4eb89f&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/585] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:36:16 2026] POST /v2.0/routers => generated 725 bytes in 2141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/586] 199.19.213.229 () {38 vars in 1028 bytes} [Thu Aug 20 02:36:18 2026] PUT /v2.0/ports/38198475-bcbb-4078-bd04-1e94bc39c382 => generated 1235 bytes in 723 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: 306/587] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:36:19 2026] GET /v2.0/networks?id=6b0a352b-e5e0-4122-87e1-708927d41d15 => generated 679 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/588] 199.19.213.229 () {34 vars in 1050 bytes} [Thu Aug 20 02:36:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=97d6abb353174e52bd0b447cb25b1b34 => generated 181 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/589] 199.19.213.229 () {38 vars in 955 bytes} [Thu Aug 20 02:36:19 2026] POST /v2.0/ports => generated 958 bytes in 571 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: 309/590] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:20 2026] GET /v2.0/ports?device_id=2274fcb0-bc2a-4ef3-8683-c1768f44aa06 => generated 961 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/591] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:20 2026] GET /v2.0/ports?device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/592] 199.19.213.229 () {38 vars in 1028 bytes} [Thu Aug 20 02:36:20 2026] PUT /v2.0/ports/c56d0de0-158b-4c59-ab0c-bb8310805d24 => generated 1239 bytes in 341 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: 312/593] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:20 2026] GET /v2.0/security-groups?id=ef9e4651-ee70-4574-a3cb-645c10508833&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: 313/594] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:20 2026] GET /v2.0/security-groups?id=ed58d48f-22f8-43ae-b656-9eb34c4eb89f&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/595] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:36:20 2026] GET /v2.0/ports?tenant_id=6d3a55bfa0a441e2bbec40f6bd51197e&device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => generated 1238 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/596] 10.0.0.38 () {34 vars in 782 bytes} [Thu Aug 20 02:36:18 2026] PUT /v2.0/routers/8979dbe3-3668-4e44-a2ac-a06d754a8e96/add_router_interface => generated 309 bytes in 1787 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/597] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:36:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=38198475-bcbb-4078-bd04-1e94bc39c382 => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/598] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:36:20 2026] GET /v2.0/subnets?id=fdf87151-1933-4459-ba22-fac4887fe05d => generated 701 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/599] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:36:20 2026] GET /v2.0/ports?network_id=7dd1220d-6a54-4a8a-9d56-aa721f86b0a4&device_owner=network%3Adhcp => generated 1244 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:36:20.801 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bea3203c-6897-4b2b-95cd-cb5e7457030b'] response: {'name': 'network-changed', 'server_uuid': '82a6bf7b-80e1-4449-91ec-d701a3e2cc75', 'tag': '38198475-bcbb-4078-bd04-1e94bc39c382', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 284/600] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:36:20 2026] GET /v2.0/networks/7dd1220d-6a54-4a8a-9d56-aa721f86b0a4?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/601] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:36:20 2026] GET /v2.0/networks/7dd1220d-6a54-4a8a-9d56-aa721f86b0a4?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: 318/602] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:36:21 2026] GET /v2.0/ports?tenant_id=97d6abb353174e52bd0b447cb25b1b34&device_id=2274fcb0-bc2a-4ef3-8683-c1768f44aa06 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/603] 199.19.213.229 () {34 vars in 1060 bytes} [Thu Aug 20 02:36:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=c56d0de0-158b-4c59-ab0c-bb8310805d24 => 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: 285/604] 10.0.0.38 () {34 vars in 684 bytes} [Thu Aug 20 02:36:21 2026] POST /v2.0/security-groups => generated 1659 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/605] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:36:21 2026] GET /v2.0/subnets?id=f3390695-2f18-4033-8ccc-eca068236811 => generated 697 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/606] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:21 2026] GET /v2.0/ports?device_id=2274fcb0-bc2a-4ef3-8683-c1768f44aa06 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/607] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:21 2026] GET /v2.0/ports?device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/608] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:36:21 2026] GET /v2.0/ports?network_id=6b0a352b-e5e0-4122-87e1-708927d41d15&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: 8|app: 0|req: 324/609] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:21 2026] GET /v2.0/security-groups?id=ef9e4651-ee70-4574-a3cb-645c10508833&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/610] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:21 2026] GET /v2.0/security-groups?id=ed58d48f-22f8-43ae-b656-9eb34c4eb89f&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/611] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:36:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/612] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:36:21 2026] GET /v2.0/networks/6b0a352b-e5e0-4122-87e1-708927d41d15?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: 327/613] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:36:21 2026] GET /v2.0/networks/6b0a352b-e5e0-4122-87e1-708927d41d15?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: 287/614] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:36:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/615] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:36:21 2026] GET /v2.0/ports?tenant_id=6d3a55bfa0a441e2bbec40f6bd51197e&device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => generated 1238 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/616] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:36:22 2026] GET /v2.0/networks?id=7dd1220d-6a54-4a8a-9d56-aa721f86b0a4 => generated 778 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/617] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:36:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=38198475-bcbb-4078-bd04-1e94bc39c382 => generated 19 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/618] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:36:22 2026] GET /v2.0/subnets?id=fdf87151-1933-4459-ba22-fac4887fe05d => generated 701 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/619] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:36:22 2026] GET /v2.0/ports?network_id=7dd1220d-6a54-4a8a-9d56-aa721f86b0a4&device_owner=network%3Adhcp => generated 1244 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/620] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:36:22 2026] GET /v2.0/networks/7dd1220d-6a54-4a8a-9d56-aa721f86b0a4?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/621] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:36:22 2026] GET /v2.0/networks/7dd1220d-6a54-4a8a-9d56-aa721f86b0a4?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: 328/622] 10.0.0.38 () {34 vars in 675 bytes} [Thu Aug 20 02:36:21 2026] POST /v2.0/floatingips => generated 552 bytes in 675 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/623] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:36:22 2026] GET /v2.0/security-groups?tenant_id=0a08f58ba2bb4f758afe1349b524c28f&name=default => generated 2925 bytes in 423 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/624] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:22 2026] GET /v2.0/ports?device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/625] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:22 2026] GET /v2.0/ports?device_id=2274fcb0-bc2a-4ef3-8683-c1768f44aa06 => generated 973 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/626] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:22 2026] GET /v2.0/security-groups?id=ed58d48f-22f8-43ae-b656-9eb34c4eb89f&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/627] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:22 2026] GET /v2.0/security-groups?id=ef9e4651-ee70-4574-a3cb-645c10508833&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: 330/628] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:36:22 2026] DELETE /v2.0/security-groups/1ff010f9-19eb-4f94-a3aa-395fcea34d45 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:36:23.043 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cb24b7bc-8fa0-45d5-863d-33a6b08b8105'] response: {'name': 'network-changed', 'server_uuid': '2274fcb0-bc2a-4ef3-8683-c1768f44aa06', 'tag': 'c56d0de0-158b-4c59-ab0c-bb8310805d24', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 299/629] 10.0.0.147 () {34 vars in 1098 bytes} [Thu Aug 20 02:36:23 2026] GET /v2.0/security-groups?name=tempest-securitygroup--368835664&fields=id&tenant_id=e8f8fb937ec74346accfff61159f7c3d => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/630] 10.0.0.147 () {34 vars in 982 bytes} [Thu Aug 20 02:36:23 2026] GET /v2.0/networks?id=c275b9c5-82ef-42a4-8b80-c9c29c363c1a => generated 670 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/631] 10.0.0.147 () {34 vars in 965 bytes} [Thu Aug 20 02:36:23 2026] GET /v2.0/quotas/e8f8fb937ec74346accfff61159f7c3d => 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: 331/632] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:36:23 2026] GET /v2.0/security-groups?tenant_id=b38b65f7df1241e7b38a5740b7ccab70&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/633] 10.0.0.147 () {34 vars in 1002 bytes} [Thu Aug 20 02:36:23 2026] GET /v2.0/ports?tenant_id=e8f8fb937ec74346accfff61159f7c3d&fields=id => generated 103 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/634] 10.0.0.147 () {34 vars in 1008 bytes} [Thu Aug 20 02:36:23 2026] GET /v2.0/networks/c275b9c5-82ef-42a4-8b80-c9c29c363c1a?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: 332/635] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:36:23 2026] DELETE /v2.0/security-groups/e8a5d463-bfa7-4756-b337-6e3140241692 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/636] 10.0.0.147 () {34 vars in 1108 bytes} [Thu Aug 20 02:36:23 2026] GET /v2.0/networks/c275b9c5-82ef-42a4-8b80-c9c29c363c1a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/637] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:36:23 2026] GET /v2.0/ports?tenant_id=97d6abb353174e52bd0b447cb25b1b34&device_id=2274fcb0-bc2a-4ef3-8683-c1768f44aa06 => generated 1242 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/638] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:23 2026] GET /v2.0/ports?device_id=e81efa72-9b63-4715-a388-02bd5f7ce303 => 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: 305/639] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:36:23 2026] GET /v2.0/networks?id=6b0a352b-e5e0-4122-87e1-708927d41d15 => generated 774 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/640] 199.19.213.229 () {34 vars in 1060 bytes} [Thu Aug 20 02:36:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=c56d0de0-158b-4c59-ab0c-bb8310805d24 => 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: 306/641] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:36:23 2026] GET /v2.0/subnets?id=f3390695-2f18-4033-8ccc-eca068236811 => generated 697 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/642] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:36:23 2026] GET /v2.0/ports?network_id=6b0a352b-e5e0-4122-87e1-708927d41d15&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/643] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:36:23 2026] GET /v2.0/networks/6b0a352b-e5e0-4122-87e1-708927d41d15?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: 337/644] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:36:23 2026] GET /v2.0/networks/6b0a352b-e5e0-4122-87e1-708927d41d15?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/645] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:24 2026] GET /v2.0/ports?device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => generated 969 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/646] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:24 2026] GET /v2.0/ports?device_id=2274fcb0-bc2a-4ef3-8683-c1768f44aa06 => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/647] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:24 2026] GET /v2.0/security-groups?id=ed58d48f-22f8-43ae-b656-9eb34c4eb89f&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/648] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:24 2026] GET /v2.0/security-groups?id=ef9e4651-ee70-4574-a3cb-645c10508833&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: 341/651] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:24 2026] GET /v2.0/ports?device_id=e81efa72-9b63-4715-a388-02bd5f7ce303 => 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: 311/652] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:25 2026] GET /v2.0/ports?device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/653] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:25 2026] GET /v2.0/ports?device_id=2274fcb0-bc2a-4ef3-8683-c1768f44aa06 => generated 973 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/654] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:25 2026] GET /v2.0/security-groups?id=ed58d48f-22f8-43ae-b656-9eb34c4eb89f&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/655] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:25 2026] GET /v2.0/security-groups?id=ef9e4651-ee70-4574-a3cb-645c10508833&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/656] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:25 2026] GET /v2.0/ports?device_id=e81efa72-9b63-4715-a388-02bd5f7ce303 => 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: 344/657] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:26 2026] GET /v2.0/ports?device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => 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: 314/658] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:26 2026] GET /v2.0/ports?device_id=2274fcb0-bc2a-4ef3-8683-c1768f44aa06 => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/659] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:26 2026] GET /v2.0/security-groups?id=ed58d48f-22f8-43ae-b656-9eb34c4eb89f&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/660] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:26 2026] GET /v2.0/security-groups?id=ef9e4651-ee70-4574-a3cb-645c10508833&fields=id&fields=name => generated 114 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/661] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:26 2026] GET /v2.0/ports?device_id=e81efa72-9b63-4715-a388-02bd5f7ce303 => 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: 347/662] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:27 2026] GET /v2.0/ports?device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/663] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:27 2026] GET /v2.0/ports?device_id=2274fcb0-bc2a-4ef3-8683-c1768f44aa06 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/664] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:27 2026] GET /v2.0/security-groups?id=ed58d48f-22f8-43ae-b656-9eb34c4eb89f&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: 350/665] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:27 2026] GET /v2.0/security-groups?id=ef9e4651-ee70-4574-a3cb-645c10508833&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: 316/666] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:36:27 2026] GET /v2.0/security-groups?tenant_id=5fd2da3f955f4b9287eee2e538b6b507&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/667] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:28 2026] GET /v2.0/ports?device_id=e81efa72-9b63-4715-a388-02bd5f7ce303 => 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: 351/668] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:36:27 2026] DELETE /v2.0/security-groups/723cab66-e5cc-4399-8c11-a6dc9e3b1601 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/669] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:36:28 2026] GET /v2.0/networks?id=c275b9c5-82ef-42a4-8b80-c9c29c363c1a => generated 670 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/670] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:36:28 2026] GET /v2.0/security-groups?tenant_id=56dbe4b9d07c430ba5a99455f5feea42&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/671] 199.19.213.229 () {34 vars in 1050 bytes} [Thu Aug 20 02:36:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e8f8fb937ec74346accfff61159f7c3d => generated 180 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/672] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:36:28 2026] DELETE /v2.0/security-groups/288af37c-0659-483a-88df-3ff98a4389a7 => 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: 354/673] 199.19.213.229 () {38 vars in 955 bytes} [Thu Aug 20 02:36:28 2026] POST /v2.0/ports => generated 954 bytes in 392 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: 355/674] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:28 2026] GET /v2.0/ports?device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/675] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:28 2026] GET /v2.0/ports?device_id=2274fcb0-bc2a-4ef3-8683-c1768f44aa06 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/676] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:28 2026] GET /v2.0/security-groups?id=ed58d48f-22f8-43ae-b656-9eb34c4eb89f&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: 8|app: 0|req: 358/677] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:29 2026] GET /v2.0/security-groups?id=ef9e4651-ee70-4574-a3cb-645c10508833&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: 359/678] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:29 2026] GET /v2.0/ports?device_id=e81efa72-9b63-4715-a388-02bd5f7ce303 => 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: 360/679] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:29 2026] GET /v2.0/security-groups?id=686c88df-3c7b-4637-8bf9-20c6a41112da&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/680] 199.19.213.229 () {38 vars in 1028 bytes} [Thu Aug 20 02:36:28 2026] PUT /v2.0/ports/e0fdc44b-3bbc-41ab-a32f-e56f65674d54 => generated 1235 bytes in 507 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:36:29.852 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bffc3d65-7d87-434e-9626-0788ae2eb512'] response: {'name': 'network-changed', 'server_uuid': 'e81efa72-9b63-4715-a388-02bd5f7ce303', 'tag': 'e0fdc44b-3bbc-41ab-a32f-e56f65674d54', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 361/681] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:30 2026] GET /v2.0/ports?device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 321/682] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:30 2026] GET /v2.0/security-groups?id=ed58d48f-22f8-43ae-b656-9eb34c4eb89f&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/683] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:30 2026] GET /v2.0/ports?device_id=2274fcb0-bc2a-4ef3-8683-c1768f44aa06 => 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: 322/684] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:30 2026] GET /v2.0/security-groups?id=ef9e4651-ee70-4574-a3cb-645c10508833&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/685] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:36:30 2026] GET /v2.0/ports?tenant_id=e8f8fb937ec74346accfff61159f7c3d&device_id=e81efa72-9b63-4715-a388-02bd5f7ce303 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/686] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:36:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=e0fdc44b-3bbc-41ab-a32f-e56f65674d54 => 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: 365/687] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:36:30 2026] GET /v2.0/subnets?id=33ab0ba4-e176-44c1-a4c9-01f98ca714ff => generated 688 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/688] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:30 2026] GET /v2.0/ports?device_id=e81efa72-9b63-4715-a388-02bd5f7ce303 => generated 969 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/689] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:30 2026] GET /v2.0/security-groups?id=686c88df-3c7b-4637-8bf9-20c6a41112da&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: 324/690] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:36:30 2026] GET /v2.0/ports?network_id=c275b9c5-82ef-42a4-8b80-c9c29c363c1a&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: 8|app: 0|req: 367/691] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:36:30 2026] GET /v2.0/networks/c275b9c5-82ef-42a4-8b80-c9c29c363c1a?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: 325/692] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:36:30 2026] GET /v2.0/networks/c275b9c5-82ef-42a4-8b80-c9c29c363c1a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/693] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:31 2026] GET /v2.0/ports?device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/694] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:31 2026] GET /v2.0/security-groups?id=ed58d48f-22f8-43ae-b656-9eb34c4eb89f&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/695] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:31 2026] GET /v2.0/ports?device_id=2274fcb0-bc2a-4ef3-8683-c1768f44aa06 => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/696] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:31 2026] GET /v2.0/security-groups?id=ef9e4651-ee70-4574-a3cb-645c10508833&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: 370/697] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:31 2026] GET /v2.0/ports?device_id=e81efa72-9b63-4715-a388-02bd5f7ce303 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/698] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:31 2026] GET /v2.0/security-groups?id=686c88df-3c7b-4637-8bf9-20c6a41112da&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: 8|app: 0|req: 372/699] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:36:31 2026] GET /v2.0/ports?tenant_id=e8f8fb937ec74346accfff61159f7c3d&device_id=e81efa72-9b63-4715-a388-02bd5f7ce303 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/700] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:31 2026] GET /v2.0/ports?device_id=2274fcb0-bc2a-4ef3-8683-c1768f44aa06 => generated 975 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/701] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:36:31 2026] GET /v2.0/networks?id=c275b9c5-82ef-42a4-8b80-c9c29c363c1a => generated 764 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/702] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:36:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=e0fdc44b-3bbc-41ab-a32f-e56f65674d54 => 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: 375/703] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:36:31 2026] GET /v2.0/subnets?id=33ab0ba4-e176-44c1-a4c9-01f98ca714ff => generated 688 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/704] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:36:31 2026] GET /v2.0/ports?network_id=c275b9c5-82ef-42a4-8b80-c9c29c363c1a&device_owner=network%3Adhcp => generated 1244 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/705] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:36:31 2026] GET /v2.0/networks/c275b9c5-82ef-42a4-8b80-c9c29c363c1a?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/706] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:36:31 2026] GET /v2.0/networks/c275b9c5-82ef-42a4-8b80-c9c29c363c1a?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) 2026-08-20 02:36:32.364 7 INFO neutron.db.l3_db [None req-7969a723-e866-422d-8e92-e0f0178dfc21 9751cd405add40ea987b71e2cb845c06 97d6abb353174e52bd0b447cb25b1b34 - - default default] Floating IP 49a251e8-293f-4f4a-9a01-a45a33855d89 associated. External IP: 10.96.250.208, port: c56d0de0-158b-4c59-ab0c-bb8310805d24. [pid: 8|app: 0|req: 379/707] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:32 2026] GET /v2.0/ports?device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => generated 971 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/708] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:32 2026] GET /v2.0/security-groups?id=ed58d48f-22f8-43ae-b656-9eb34c4eb89f&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/709] 10.0.0.38 () {34 vars in 748 bytes} [Thu Aug 20 02:36:31 2026] PUT /v2.0/floatingips/49a251e8-293f-4f4a-9a01-a45a33855d89 => generated 856 bytes in 1066 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/710] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:32 2026] GET /v2.0/ports?device_id=e81efa72-9b63-4715-a388-02bd5f7ce303 => generated 969 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/711] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:32 2026] GET /v2.0/security-groups?id=686c88df-3c7b-4637-8bf9-20c6a41112da&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/712] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:32 2026] GET /v2.0/ports?device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:36:32.931 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7dfde5b9-1261-46e9-a0e7-fe1dd4b27734'] response: {'name': 'network-changed', 'server_uuid': '2274fcb0-bc2a-4ef3-8683-c1768f44aa06', 'tag': 'c56d0de0-158b-4c59-ab0c-bb8310805d24', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 331/713] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:32 2026] GET /v2.0/ports?device_id=2274fcb0-bc2a-4ef3-8683-c1768f44aa06 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/714] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:32 2026] GET /v2.0/security-groups?id=ef9e4651-ee70-4574-a3cb-645c10508833&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/715] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:33 2026] GET /v2.0/ports?device_id=2274fcb0-bc2a-4ef3-8683-c1768f44aa06 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/716] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:33 2026] GET /v2.0/security-groups?id=ef9e4651-ee70-4574-a3cb-645c10508833&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/717] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:36:33 2026] GET /v2.0/ports?tenant_id=97d6abb353174e52bd0b447cb25b1b34&device_id=2274fcb0-bc2a-4ef3-8683-c1768f44aa06 => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/718] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:36:33 2026] GET /v2.0/networks?id=6b0a352b-e5e0-4122-87e1-708927d41d15 => generated 774 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/719] 199.19.213.229 () {34 vars in 1060 bytes} [Thu Aug 20 02:36:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=c56d0de0-158b-4c59-ab0c-bb8310805d24 => generated 859 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/720] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:36:33 2026] GET /v2.0/subnets?id=f3390695-2f18-4033-8ccc-eca068236811 => generated 697 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/721] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:36:33 2026] GET /v2.0/ports?network_id=6b0a352b-e5e0-4122-87e1-708927d41d15&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: 7|app: 0|req: 340/722] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:36:33 2026] GET /v2.0/networks/6b0a352b-e5e0-4122-87e1-708927d41d15?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: 341/723] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:36:33 2026] GET /v2.0/networks/6b0a352b-e5e0-4122-87e1-708927d41d15?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-20 02:36:33.977 8 INFO neutron.db.l3_db [None req-2a1cb423-c6d6-4c0f-a9df-4b4526dec274 5cb72f3c9bed4ab5a7db95e3d626a550 6d3a55bfa0a441e2bbec40f6bd51197e - - default default] Floating IP 1d2f3da5-26b9-420c-bc05-f6efed7e62a8 associated. External IP: 10.96.250.212, port: 38198475-bcbb-4078-bd04-1e94bc39c382. [pid: 7|app: 0|req: 342/724] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:33 2026] GET /v2.0/ports?device_id=e81efa72-9b63-4715-a388-02bd5f7ce303 => 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: 343/725] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:34 2026] GET /v2.0/security-groups?id=686c88df-3c7b-4637-8bf9-20c6a41112da&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/726] 10.0.0.38 () {34 vars in 748 bytes} [Thu Aug 20 02:36:32 2026] PUT /v2.0/floatingips/1d2f3da5-26b9-420c-bc05-f6efed7e62a8 => generated 855 bytes in 1433 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:36:34.399 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b4e31fb2-1204-4f7a-9176-1d0be15dd3a5'] response: {'name': 'network-changed', 'server_uuid': '82a6bf7b-80e1-4449-91ec-d701a3e2cc75', 'tag': '38198475-bcbb-4078-bd04-1e94bc39c382', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 344/727] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:34 2026] GET /v2.0/ports?device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => 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: 384/728] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:34 2026] GET /v2.0/security-groups?id=ed58d48f-22f8-43ae-b656-9eb34c4eb89f&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: 345/729] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:34 2026] GET /v2.0/ports?device_id=2274fcb0-bc2a-4ef3-8683-c1768f44aa06 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/730] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:34 2026] GET /v2.0/security-groups?id=ef9e4651-ee70-4574-a3cb-645c10508833&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/731] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:36:34 2026] GET /v2.0/ports?tenant_id=6d3a55bfa0a441e2bbec40f6bd51197e&device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/732] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:36:34 2026] GET /v2.0/networks?id=7dd1220d-6a54-4a8a-9d56-aa721f86b0a4 => generated 778 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/733] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:36:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=38198475-bcbb-4078-bd04-1e94bc39c382 => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/734] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:36:35 2026] GET /v2.0/subnets?id=fdf87151-1933-4459-ba22-fac4887fe05d => generated 701 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/735] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:36:35 2026] GET /v2.0/ports?network_id=7dd1220d-6a54-4a8a-9d56-aa721f86b0a4&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/736] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:36:35 2026] GET /v2.0/networks/7dd1220d-6a54-4a8a-9d56-aa721f86b0a4?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: 388/737] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:35 2026] GET /v2.0/ports?device_id=e81efa72-9b63-4715-a388-02bd5f7ce303 => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/738] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:36:35 2026] GET /v2.0/networks/7dd1220d-6a54-4a8a-9d56-aa721f86b0a4?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: 389/739] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:35 2026] GET /v2.0/security-groups?id=686c88df-3c7b-4637-8bf9-20c6a41112da&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/740] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:35 2026] GET /v2.0/ports?device_id=2274fcb0-bc2a-4ef3-8683-c1768f44aa06 => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/741] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:35 2026] GET /v2.0/security-groups?id=ef9e4651-ee70-4574-a3cb-645c10508833&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: 353/742] 199.19.213.229 () {34 vars in 994 bytes} [Thu Aug 20 02:36:35 2026] GET /v2.0/ports?device_id=2274fcb0-bc2a-4ef3-8683-c1768f44aa06 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:36:36.047 7 INFO neutron_taas.services.taas.taas_plugin [req-a8ee55e5-51d6-4fbb-a8ed-467387e06688 req-e3b4788b-1bd3-4ef7-bbce-2471cf02557b 9751cd405add40ea987b71e2cb845c06 97d6abb353174e52bd0b447cb25b1b34 - - default default] TaaS: Handle Delete Port: c56d0de0-158b-4c59-ab0c-bb8310805d24 2026-08-20 02:36:36.058 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a8ee55e5-51d6-4fbb-a8ed-467387e06688 req-e3b4788b-1bd3-4ef7-bbce-2471cf02557b 9751cd405add40ea987b71e2cb845c06 97d6abb353174e52bd0b447cb25b1b34 - - default default] Tap Mirror: Handle Delete Port: c56d0de0-158b-4c59-ab0c-bb8310805d24 [pid: 8|app: 0|req: 390/743] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:36:35 2026] GET /v2.0/security-groups?tenant_id=025957cf8fd64ba5ac038f9986309a53&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/744] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:36:36 2026] DELETE /v2.0/security-groups/94b99166-10ca-48bb-a6de-ac978fcf5ce9 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:36:36.272 7 INFO neutron.db.l3_db [req-a8ee55e5-51d6-4fbb-a8ed-467387e06688 req-e3b4788b-1bd3-4ef7-bbce-2471cf02557b 9751cd405add40ea987b71e2cb845c06 97d6abb353174e52bd0b447cb25b1b34 - - default default] Floating IP 49a251e8-293f-4f4a-9a01-a45a33855d89 disassociated. External IP: 10.96.250.208, port: c56d0de0-158b-4c59-ab0c-bb8310805d24. [pid: 8|app: 0|req: 392/745] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:36:36 2026] GET /v2.0/security-groups?tenant_id=113bf39ace9a471b81f872ffd255efa8&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/746] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:36 2026] GET /v2.0/ports?device_id=e81efa72-9b63-4715-a388-02bd5f7ce303 => 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: 394/747] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:36:36 2026] DELETE /v2.0/security-groups/0b3b5f4a-554f-49f1-a9e6-9de53f27eea9 => 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: 395/748] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:36 2026] GET /v2.0/security-groups?id=686c88df-3c7b-4637-8bf9-20c6a41112da&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/749] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:36 2026] GET /v2.0/ports?device_id=e81efa72-9b63-4715-a388-02bd5f7ce303 => 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: 354/750] 199.19.213.229 () {36 vars in 997 bytes} [Thu Aug 20 02:36:35 2026] DELETE /v2.0/ports/c56d0de0-158b-4c59-ab0c-bb8310805d24 => generated 0 bytes in 867 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:36:36.803 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e93bebe6-ebaf-45c8-bf2f-950bcf14175d'] response: {'server_uuid': '2274fcb0-bc2a-4ef3-8683-c1768f44aa06', 'name': 'network-vif-deleted', 'tag': 'c56d0de0-158b-4c59-ab0c-bb8310805d24', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 355/751] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:36 2026] GET /v2.0/ports?device_id=2274fcb0-bc2a-4ef3-8683-c1768f44aa06 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:36:37.061 8 INFO neutron.db.l3_db [None req-6d26e68c-2a8a-4c71-b71c-a36fe17f60a8 68c57f86d2944c9288e21578a04ce474 e8f8fb937ec74346accfff61159f7c3d - - default default] Floating IP a6139f9a-329b-4ff4-b554-e76b92451d85 associated. External IP: 10.96.250.202, port: e0fdc44b-3bbc-41ab-a32f-e56f65674d54. [pid: 8|app: 0|req: 397/752] 10.0.0.38 () {34 vars in 748 bytes} [Thu Aug 20 02:36:36 2026] PUT /v2.0/floatingips/a6139f9a-329b-4ff4-b554-e76b92451d85 => generated 855 bytes in 735 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:36:37.526 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e424ac6c-f1ec-4a97-8e40-80b2f72a6a59'] response: {'name': 'network-changed', 'server_uuid': 'e81efa72-9b63-4715-a388-02bd5f7ce303', 'tag': 'e0fdc44b-3bbc-41ab-a32f-e56f65674d54', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 356/753] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:37 2026] GET /v2.0/ports?device_id=e81efa72-9b63-4715-a388-02bd5f7ce303 => generated 971 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/754] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:37 2026] GET /v2.0/security-groups?id=686c88df-3c7b-4637-8bf9-20c6a41112da&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: 399/755] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:37 2026] GET /v2.0/ports?device_id=2274fcb0-bc2a-4ef3-8683-c1768f44aa06 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/756] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:37 2026] GET /v2.0/ports?device_id=e81efa72-9b63-4715-a388-02bd5f7ce303 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/757] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:38 2026] GET /v2.0/security-groups?id=686c88df-3c7b-4637-8bf9-20c6a41112da&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/758] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:36:38 2026] GET /v2.0/ports?tenant_id=e8f8fb937ec74346accfff61159f7c3d&device_id=e81efa72-9b63-4715-a388-02bd5f7ce303 => 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: 401/759] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:36:38 2026] GET /v2.0/networks?id=c275b9c5-82ef-42a4-8b80-c9c29c363c1a => generated 764 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/760] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:36:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=e0fdc44b-3bbc-41ab-a32f-e56f65674d54 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/761] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:36:38 2026] GET /v2.0/subnets?id=33ab0ba4-e176-44c1-a4c9-01f98ca714ff => generated 688 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/762] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:36:38 2026] GET /v2.0/ports?network_id=c275b9c5-82ef-42a4-8b80-c9c29c363c1a&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: 403/763] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:36:38 2026] GET /v2.0/networks/c275b9c5-82ef-42a4-8b80-c9c29c363c1a?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/764] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:36:38 2026] GET /v2.0/networks/c275b9c5-82ef-42a4-8b80-c9c29c363c1a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/765] 10.0.0.38 () {32 vars in 652 bytes} [Thu Aug 20 02:36:38 2026] GET /v2.0/extensions => generated 21537 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/766] 10.0.0.38 () {32 vars in 680 bytes} [Thu Aug 20 02:36:38 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/767] 10.0.0.38 () {32 vars in 680 bytes} [Thu Aug 20 02:36:38 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/768] 10.0.0.38 () {32 vars in 728 bytes} [Thu Aug 20 02:36:38 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/769] 10.0.0.38 () {32 vars in 664 bytes} [Thu Aug 20 02:36:38 2026] GET /v2.0/extensions/agent => generated 153 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/770] 10.0.0.38 () {32 vars in 698 bytes} [Thu Aug 20 02:36:38 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: 407/771] 10.0.0.38 () {32 vars in 696 bytes} [Thu Aug 20 02:36:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/772] 10.0.0.38 () {32 vars in 700 bytes} [Thu Aug 20 02:36:38 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/773] 10.0.0.38 () {32 vars in 688 bytes} [Thu Aug 20 02:36:38 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/774] 10.0.0.38 () {32 vars in 702 bytes} [Thu Aug 20 02:36:38 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/775] 10.0.0.38 () {32 vars in 692 bytes} [Thu Aug 20 02:36:38 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/776] 10.0.0.38 () {32 vars in 694 bytes} [Thu Aug 20 02:36:38 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/777] 10.0.0.38 () {32 vars in 684 bytes} [Thu Aug 20 02:36:38 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: 368/778] 10.0.0.38 () {32 vars in 686 bytes} [Thu Aug 20 02:36:38 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/779] 10.0.0.38 () {32 vars in 660 bytes} [Thu Aug 20 02:36:38 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/780] 10.0.0.38 () {32 vars in 698 bytes} [Thu Aug 20 02:36:38 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/781] 10.0.0.38 () {32 vars in 678 bytes} [Thu Aug 20 02:36:38 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/782] 10.0.0.38 () {32 vars in 682 bytes} [Thu Aug 20 02:36:38 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/783] 10.0.0.38 () {32 vars in 674 bytes} [Thu Aug 20 02:36:38 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/784] 10.0.0.38 () {32 vars in 688 bytes} [Thu Aug 20 02:36:38 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: 414/785] 10.0.0.38 () {32 vars in 722 bytes} [Thu Aug 20 02:36:38 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/786] 10.0.0.38 () {32 vars in 686 bytes} [Thu Aug 20 02:36:38 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/787] 10.0.0.38 () {32 vars in 668 bytes} [Thu Aug 20 02:36:38 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/788] 10.0.0.38 () {32 vars in 686 bytes} [Thu Aug 20 02:36:38 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/789] 10.0.0.38 () {32 vars in 680 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/790] 10.0.0.38 () {32 vars in 698 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/791] 10.0.0.38 () {32 vars in 678 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/792] 10.0.0.38 () {32 vars in 666 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/router => generated 256 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/793] 10.0.0.38 () {32 vars in 676 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/794] 10.0.0.38 () {32 vars in 664 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/l3-ha => 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: 377/795] 10.0.0.38 () {32 vars in 674 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/796] 10.0.0.38 () {32 vars in 712 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/797] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/ports?device_id=2274fcb0-bc2a-4ef3-8683-c1768f44aa06 => 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: 379/798] 10.0.0.38 () {32 vars in 690 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/799] 10.0.0.38 () {32 vars in 682 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/800] 10.0.0.38 () {32 vars in 668 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/801] 10.0.0.38 () {32 vars in 686 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/802] 10.0.0.38 () {32 vars in 704 bytes} [Thu Aug 20 02:36:39 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: 424/803] 10.0.0.38 () {32 vars in 674 bytes} [Thu Aug 20 02:36:39 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: 7|app: 0|req: 380/804] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/ports?device_id=e81efa72-9b63-4715-a388-02bd5f7ce303 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/805] 10.0.0.38 () {32 vars in 700 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/806] 10.0.0.38 () {32 vars in 674 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/807] 10.0.0.38 () {32 vars in 692 bytes} [Thu Aug 20 02:36:39 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: 7|app: 0|req: 381/808] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/security-groups?id=686c88df-3c7b-4637-8bf9-20c6a41112da&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/809] 10.0.0.38 () {32 vars in 688 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/810] 10.0.0.38 () {32 vars in 708 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/811] 10.0.0.38 () {32 vars in 704 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/812] 10.0.0.38 () {32 vars in 718 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/813] 10.0.0.38 () {32 vars in 696 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/814] 10.0.0.38 () {32 vars in 710 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/815] 10.0.0.38 () {32 vars in 668 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/binding => generated 193 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/818] 10.0.0.38 () {32 vars in 686 bytes} [Thu Aug 20 02:36:39 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: 7|app: 0|req: 386/819] 10.0.0.38 () {32 vars in 680 bytes} [Thu Aug 20 02:36:39 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: 434/820] 10.0.0.38 () {32 vars in 674 bytes} [Thu Aug 20 02:36:39 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: 387/821] 10.0.0.38 () {32 vars in 670 bytes} [Thu Aug 20 02:36:39 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: 435/822] 10.0.0.38 () {32 vars in 660 bytes} [Thu Aug 20 02:36:39 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: 388/823] 10.0.0.38 () {32 vars in 698 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/824] 10.0.0.38 () {32 vars in 698 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/825] 10.0.0.38 () {32 vars in 676 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/826] 10.0.0.38 () {32 vars in 668 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/827] 10.0.0.38 () {32 vars in 682 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/828] 10.0.0.38 () {32 vars in 700 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/829] 10.0.0.38 () {32 vars in 684 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/830] 10.0.0.38 () {32 vars in 706 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/831] 10.0.0.38 () {32 vars in 668 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/832] 10.0.0.38 () {32 vars in 696 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/833] 10.0.0.38 () {32 vars in 694 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/834] 10.0.0.38 () {32 vars in 684 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/835] 10.0.0.38 () {32 vars in 688 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/836] 10.0.0.38 () {32 vars in 704 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/837] 10.0.0.38 () {32 vars in 666 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/838] 10.0.0.38 () {32 vars in 680 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/839] 10.0.0.38 () {32 vars in 680 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/840] 10.0.0.38 () {32 vars in 690 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/841] 10.0.0.38 () {32 vars in 690 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/842] 10.0.0.38 () {32 vars in 694 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/843] 10.0.0.38 () {32 vars in 684 bytes} [Thu Aug 20 02:36:39 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: 446/844] 10.0.0.38 () {32 vars in 688 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/845] 10.0.0.38 () {32 vars in 700 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/846] 10.0.0.38 () {32 vars in 702 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/847] 10.0.0.38 () {32 vars in 712 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/848] 10.0.0.38 () {32 vars in 716 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/849] 10.0.0.38 () {32 vars in 714 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/850] 10.0.0.38 () {32 vars in 726 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/851] 10.0.0.38 () {32 vars in 740 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/852] 10.0.0.38 () {32 vars in 718 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/853] 10.0.0.38 () {32 vars in 682 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/854] 10.0.0.38 () {32 vars in 668 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/segment => generated 145 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/855] 10.0.0.38 () {32 vars in 718 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/856] 10.0.0.38 () {32 vars in 678 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/857] 10.0.0.38 () {32 vars in 668 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/858] 10.0.0.38 () {32 vars in 696 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/859] 10.0.0.38 () {32 vars in 704 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/860] 10.0.0.38 () {32 vars in 700 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/861] 10.0.0.38 () {32 vars in 700 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/862] 10.0.0.38 () {32 vars in 682 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/863] 10.0.0.38 () {32 vars in 704 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/864] 10.0.0.38 () {32 vars in 694 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/865] 10.0.0.38 () {32 vars in 688 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/866] 10.0.0.38 () {32 vars in 696 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/867] 10.0.0.38 () {32 vars in 678 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/868] 10.0.0.38 () {32 vars in 688 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/869] 10.0.0.38 () {32 vars in 700 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/870] 10.0.0.38 () {32 vars in 664 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/871] 10.0.0.38 () {32 vars in 680 bytes} [Thu Aug 20 02:36:39 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/872] 10.0.0.38 () {32 vars in 676 bytes} [Thu Aug 20 02:36:40 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/873] 10.0.0.38 () {32 vars in 692 bytes} [Thu Aug 20 02:36:40 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/874] 10.0.0.38 () {32 vars in 676 bytes} [Thu Aug 20 02:36:40 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/875] 10.0.0.38 () {32 vars in 666 bytes} [Thu Aug 20 02:36:40 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/876] 10.0.0.38 () {32 vars in 662 bytes} [Thu Aug 20 02:36:40 2026] GET /v2.0/extensions/taas => generated 175 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/877] 10.0.0.38 () {32 vars in 674 bytes} [Thu Aug 20 02:36:40 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/878] 10.0.0.38 () {32 vars in 686 bytes} [Thu Aug 20 02:36:40 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/879] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:40 2026] GET /v2.0/ports?device_id=2274fcb0-bc2a-4ef3-8683-c1768f44aa06 => 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: 464/880] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:40 2026] GET /v2.0/ports?device_id=e81efa72-9b63-4715-a388-02bd5f7ce303 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/881] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:36:40 2026] GET /v2.0/security-groups?id=686c88df-3c7b-4637-8bf9-20c6a41112da&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: 465/882] 199.19.213.229 () {34 vars in 994 bytes} [Thu Aug 20 02:36:40 2026] GET /v2.0/ports?device_id=e81efa72-9b63-4715-a388-02bd5f7ce303 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:36:40.622 7 INFO neutron_taas.services.taas.taas_plugin [req-5b8cd4c9-a3a9-435c-b424-cd682f8903df req-93730092-46fa-4795-973d-e1bb09f1accc 68c57f86d2944c9288e21578a04ce474 e8f8fb937ec74346accfff61159f7c3d - - default default] TaaS: Handle Delete Port: e0fdc44b-3bbc-41ab-a32f-e56f65674d54 2026-08-20 02:36:40.625 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5b8cd4c9-a3a9-435c-b424-cd682f8903df req-93730092-46fa-4795-973d-e1bb09f1accc 68c57f86d2944c9288e21578a04ce474 e8f8fb937ec74346accfff61159f7c3d - - default default] Tap Mirror: Handle Delete Port: e0fdc44b-3bbc-41ab-a32f-e56f65674d54 2026-08-20 02:36:40.742 7 INFO neutron.db.l3_db [req-5b8cd4c9-a3a9-435c-b424-cd682f8903df req-93730092-46fa-4795-973d-e1bb09f1accc 68c57f86d2944c9288e21578a04ce474 e8f8fb937ec74346accfff61159f7c3d - - default default] Floating IP a6139f9a-329b-4ff4-b554-e76b92451d85 disassociated. External IP: 10.96.250.202, port: e0fdc44b-3bbc-41ab-a32f-e56f65674d54. [pid: 8|app: 0|req: 466/883] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:36:40 2026] GET /v2.0/security-groups?tenant_id=a6537e38f6e44642a27f90149c86f1b1&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/884] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:36:40 2026] DELETE /v2.0/security-groups/bae07a7a-3ccf-4aed-b714-3c40e81140d4 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/885] 199.19.213.229 () {36 vars in 997 bytes} [Thu Aug 20 02:36:40 2026] DELETE /v2.0/ports/e0fdc44b-3bbc-41ab-a32f-e56f65674d54 => generated 0 bytes in 564 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:36:41.102 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9739404c-e87b-489d-90a9-be1f4cbcccbf'] response: {'server_uuid': 'e81efa72-9b63-4715-a388-02bd5f7ce303', 'name': 'network-vif-deleted', 'tag': 'e0fdc44b-3bbc-41ab-a32f-e56f65674d54', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 468/886] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:36:41 2026] DELETE /v2.0/security-groups/ef9e4651-ee70-4574-a3cb-645c10508833 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:36:41.478 7 INFO neutron.api.v2.resource [None req-bfaa6697-6d1f-45e1-aaeb-57305b3cc516 9751cd405add40ea987b71e2cb845c06 97d6abb353174e52bd0b447cb25b1b34 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 419/887] 10.0.0.38 () {32 vars in 736 bytes} [Thu Aug 20 02:36:41 2026] GET /v2.0/security-groups/ef9e4651-ee70-4574-a3cb-645c10508833 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/888] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:41 2026] GET /v2.0/ports?device_id=e81efa72-9b63-4715-a388-02bd5f7ce303 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:36:41.637 8 INFO neutron_taas.services.taas.taas_plugin [None req-474d2ba5-607a-4e03-882c-a832de799bb0 9751cd405add40ea987b71e2cb845c06 97d6abb353174e52bd0b447cb25b1b34 - - default default] TaaS: Handle Delete Port: f29d5640-49fa-4ac5-ab3e-c2237f53b20a 2026-08-20 02:36:41.640 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-474d2ba5-607a-4e03-882c-a832de799bb0 9751cd405add40ea987b71e2cb845c06 97d6abb353174e52bd0b447cb25b1b34 - - default default] Tap Mirror: Handle Delete Port: f29d5640-49fa-4ac5-ab3e-c2237f53b20a [pid: 8|app: 0|req: 469/889] 10.0.0.38 () {32 vars in 731 bytes} [Thu Aug 20 02:36:41 2026] DELETE /v2.0/floatingips/49a251e8-293f-4f4a-9a01-a45a33855d89 => generated 0 bytes in 335 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:36:42.260 7 INFO neutron_taas.services.taas.taas_plugin [None req-8d62c295-1e7f-415a-8110-9d0212e30af7 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: 4c682dbe-7e2c-467d-895b-463fa2cdea7d 2026-08-20 02:36:42.264 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d62c295-1e7f-415a-8110-9d0212e30af7 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: 4c682dbe-7e2c-467d-895b-463fa2cdea7d [pid: 8|app: 0|req: 470/890] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:42 2026] GET /v2.0/ports?device_id=e81efa72-9b63-4715-a388-02bd5f7ce303 => 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: 421/891] 10.0.0.38 () {34 vars in 788 bytes} [Thu Aug 20 02:36:41 2026] PUT /v2.0/routers/ad69613b-6e25-4ecc-a4b9-885d1b10646a/remove_router_interface => generated 309 bytes in 1353 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:36:43.355 8 INFO neutron.db.segments_db [None req-22f45167-9c50-4181-9c51-40bb75c25378 a341fc57cd744c01a5a725f4a1ca3c32 3caa99c94ad543289031bccd238c1167 - - default default] Added segment 76b2e0cd-3fcb-4428-be5a-c3ab8d1795fc of type vxlan for network ce718ec4-4669-417d-962a-821a45aa7dc0 2026-08-20 02:36:43.401 7 INFO neutron_taas.services.taas.taas_plugin [None req-443a16cf-270f-4882-8a69-e1b1d8b0447c d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: cfc49908-2e19-414c-abbe-33a87af59385 2026-08-20 02:36:43.405 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-443a16cf-270f-4882-8a69-e1b1d8b0447c d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: cfc49908-2e19-414c-abbe-33a87af59385 2026-08-20 02:36:43.432 8 INFO neutron.db.segments_db [None req-22f45167-9c50-4181-9c51-40bb75c25378 a341fc57cd744c01a5a725f4a1ca3c32 3caa99c94ad543289031bccd238c1167 - - default default] Added segment 876e0ce8-b02d-4fa9-91ee-3d0f48568cee of type vxlan for network adf2bbbb-78b8-4e10-a90b-fc0a9596c9d1 [pid: 8|app: 0|req: 471/892] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:36:42 2026] POST /v2.0/networks => generated 1245 bytes in 621 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/893] 10.0.0.38 () {32 vars in 648 bytes} [Thu Aug 20 02:36:43 2026] GET /v2.0/networks => generated 1844 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:36:43.701 7 INFO neutron_taas.services.taas.taas_plugin [None req-443a16cf-270f-4882-8a69-e1b1d8b0447c d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: 654b72db-d2b3-4962-ad6e-94803379f063 2026-08-20 02:36:43.704 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-443a16cf-270f-4882-8a69-e1b1d8b0447c d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: 654b72db-d2b3-4962-ad6e-94803379f063 [pid: 8|app: 0|req: 473/894] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:36:43 2026] DELETE /v2.0/networks/ce718ec4-4669-417d-962a-821a45aa7dc0 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/895] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:43 2026] GET /v2.0/ports?device_id=e81efa72-9b63-4715-a388-02bd5f7ce303 => 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: 475/896] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:36:43 2026] DELETE /v2.0/networks/adf2bbbb-78b8-4e10-a90b-fc0a9596c9d1 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:36:44.090 7 INFO neutron.services.segments.plugin [-] Segment e99eebeb-e6ba-408a-adb8-45d6a7f68097 resource provider aggregate not found 2026-08-20 02:36:44.101 7 INFO neutron.services.segments.plugin [-] Segment e99eebeb-e6ba-408a-adb8-45d6a7f68097 resource provider aggregate not found [pid: 8|app: 0|req: 476/897] 10.0.0.38 () {32 vars in 648 bytes} [Thu Aug 20 02:36:44 2026] GET /v2.0/networks => generated 651 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:36:44.120 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e99eebeb-e6ba-408a-adb8-45d6a7f68097 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 e99eebeb-e6ba-408a-adb8-45d6a7f68097 found for delete ", "request_id": "req-5067f7d8-79c7-4ffb-b75a-fd04a063cfe1"}]} 2026-08-20 02:36:44.137 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e99eebeb-e6ba-408a-adb8-45d6a7f68097 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 e99eebeb-e6ba-408a-adb8-45d6a7f68097 found for delete ", "request_id": "req-caa5e115-6bf2-48f1-ae38-bd5cc9dd64ea"}]} 2026-08-20 02:36:44.145 7 INFO neutron.db.l3_hamode_db [None req-443a16cf-270f-4882-8a69-e1b1d8b0447c d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] HA network 61d965d2-b0c9-4ca7-9a9c-c4d2d73cdb8b was deleted as no HA routers are present in tenant 97d6abb353174e52bd0b447cb25b1b34. [pid: 7|app: 0|req: 422/898] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:36:43 2026] DELETE /v2.0/routers/ad69613b-6e25-4ecc-a4b9-885d1b10646a => generated 0 bytes in 969 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:36:44.174 8 INFO neutron.db.segments_db [None req-d8bcd12b-797e-4d47-809d-5d8746354290 a341fc57cd744c01a5a725f4a1ca3c32 3caa99c94ad543289031bccd238c1167 - - default default] Added segment 09d154e8-07bd-438b-819d-97299b8037ee of type vxlan for network ea30a216-8d97-44cd-b22a-c5af565a5b9b [pid: 8|app: 0|req: 477/899] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:36:44 2026] POST /v2.0/networks => generated 649 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:36:44.293 8 INFO neutron.services.segments.plugin [-] Segment 76b2e0cd-3fcb-4428-be5a-c3ab8d1795fc resource provider aggregate not found [pid: 7|app: 0|req: 423/900] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:36:44 2026] DELETE /v2.0/subnets/f3390695-2f18-4033-8ccc-eca068236811 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:36:44.314 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 76b2e0cd-3fcb-4428-be5a-c3ab8d1795fc 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 76b2e0cd-3fcb-4428-be5a-c3ab8d1795fc found for delete ", "request_id": "req-b3ba0c77-8f6a-488d-9ebc-23ac187de16f"}]} 2026-08-20 02:36:44.336 8 INFO neutron.services.segments.plugin [-] Segment 76b2e0cd-3fcb-4428-be5a-c3ab8d1795fc resource provider aggregate not found 2026-08-20 02:36:44.342 8 INFO neutron.db.segments_db [None req-87817b50-d6fc-4430-b3be-beb94c305403 a341fc57cd744c01a5a725f4a1ca3c32 3caa99c94ad543289031bccd238c1167 - - default default] Added segment 1c7c7561-4365-42f6-b821-c7cde0f26413 of type vxlan for network 88cad077-8c87-4f0e-83ee-a58baa533283 2026-08-20 02:36:44.356 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 76b2e0cd-3fcb-4428-be5a-c3ab8d1795fc 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 76b2e0cd-3fcb-4428-be5a-c3ab8d1795fc found for delete ", "request_id": "req-cca5ed88-2300-49ae-8460-6bc17d59773a"}]} 2026-08-20 02:36:44.399 7 INFO neutron_taas.services.taas.taas_plugin [None req-4690f569-fd4f-4c2a-873d-76f7734dbe90 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: 55d0ef49-c6ba-49f6-9f33-435610d8879e 2026-08-20 02:36:44.402 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4690f569-fd4f-4c2a-873d-76f7734dbe90 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: 55d0ef49-c6ba-49f6-9f33-435610d8879e [pid: 8|app: 0|req: 478/901] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:36:44 2026] POST /v2.0/networks => generated 649 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/902] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:36:44 2026] DELETE /v2.0/networks/6b0a352b-e5e0-4122-87e1-708927d41d15 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/903] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:36:44 2026] GET /v2.0/security-groups?tenant_id=97d6abb353174e52bd0b447cb25b1b34&name=default => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/904] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:36:44 2026] DELETE /v2.0/security-groups/3b19f2e8-6577-44b9-90d6-6f1c2d3dfd4a => 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: 427/905] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:36:44 2026] DELETE /v2.0/security-groups/686c88df-3c7b-4637-8bf9-20c6a41112da => 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: 479/906] 10.0.0.38 () {34 vars in 664 bytes} [Thu Aug 20 02:36:44 2026] POST /v2.0/ports => generated 1505 bytes in 666 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-20 02:36:45.114 7 INFO neutron.api.v2.resource [None req-8e7888ba-23cd-4a2e-a611-55207e30d217 68c57f86d2944c9288e21578a04ce474 e8f8fb937ec74346accfff61159f7c3d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 428/907] 10.0.0.38 () {32 vars in 736 bytes} [Thu Aug 20 02:36:45 2026] GET /v2.0/security-groups/686c88df-3c7b-4637-8bf9-20c6a41112da => generated 146 bytes in 14 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: 480/908] 10.0.0.38 () {32 vars in 642 bytes} [Thu Aug 20 02:36:45 2026] GET /v2.0/ports => generated 1505 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:36:45.222 7 INFO neutron_taas.services.taas.taas_plugin [None req-67af9a7c-48a9-40c2-8166-ae475acdba09 68c57f86d2944c9288e21578a04ce474 e8f8fb937ec74346accfff61159f7c3d - - default default] TaaS: Handle Delete Port: fb9fed5d-c0c9-4b9d-80d7-a801057eb971 2026-08-20 02:36:45.225 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67af9a7c-48a9-40c2-8166-ae475acdba09 68c57f86d2944c9288e21578a04ce474 e8f8fb937ec74346accfff61159f7c3d - - default default] Tap Mirror: Handle Delete Port: fb9fed5d-c0c9-4b9d-80d7-a801057eb971 2026-08-20 02:36:45.340 8 INFO neutron_taas.services.taas.taas_plugin [None req-50df90cf-8d46-4474-9924-3659e9d1acf3 a341fc57cd744c01a5a725f4a1ca3c32 3caa99c94ad543289031bccd238c1167 - - default default] TaaS: Handle Delete Port: 05718d58-537f-4fde-81f5-0e41fdced0a3 2026-08-20 02:36:45.348 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50df90cf-8d46-4474-9924-3659e9d1acf3 a341fc57cd744c01a5a725f4a1ca3c32 3caa99c94ad543289031bccd238c1167 - - default default] Tap Mirror: Handle Delete Port: 05718d58-537f-4fde-81f5-0e41fdced0a3 [pid: 7|app: 0|req: 429/909] 10.0.0.38 () {32 vars in 731 bytes} [Thu Aug 20 02:36:45 2026] DELETE /v2.0/floatingips/a6139f9a-329b-4ff4-b554-e76b92451d85 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/910] 10.0.0.38 () {32 vars in 719 bytes} [Thu Aug 20 02:36:45 2026] DELETE /v2.0/ports/05718d58-537f-4fde-81f5-0e41fdced0a3 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:36:45.590 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ee1132f-a5f5-406e-8387-a710eb475f55 a341fc57cd744c01a5a725f4a1ca3c32 3caa99c94ad543289031bccd238c1167 - - default default] TaaS: Handle Delete Port: 78f68fd2-c7d9-4494-93a2-495bab2e7bd1 2026-08-20 02:36:45.604 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ee1132f-a5f5-406e-8387-a710eb475f55 a341fc57cd744c01a5a725f4a1ca3c32 3caa99c94ad543289031bccd238c1167 - - default default] Tap Mirror: Handle Delete Port: 78f68fd2-c7d9-4494-93a2-495bab2e7bd1 [pid: 8|app: 0|req: 482/911] 10.0.0.38 () {32 vars in 719 bytes} [Thu Aug 20 02:36:45 2026] DELETE /v2.0/ports/78f68fd2-c7d9-4494-93a2-495bab2e7bd1 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:36:45.821 7 INFO neutron_taas.services.taas.taas_plugin [None req-38f7aa7a-83b6-485f-8e0a-b1220e90b92a d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: 442a973b-e887-4787-a8c6-72bac29ba611 2026-08-20 02:36:45.824 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38f7aa7a-83b6-485f-8e0a-b1220e90b92a d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: 442a973b-e887-4787-a8c6-72bac29ba611 [pid: 8|app: 0|req: 483/912] 10.0.0.44 () {34 vars in 989 bytes} [Thu Aug 20 02:36:45 2026] GET /v2.0/ports?device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => generated 1240 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/913] 10.0.0.38 () {32 vars in 642 bytes} [Thu Aug 20 02:36:45 2026] GET /v2.0/ports => 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: 485/914] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Aug 20 02:36:45 2026] GET /v2.0/security-groups?id=ed58d48f-22f8-43ae-b656-9eb34c4eb89f&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:36:45.982 8 INFO neutron.db.segments_db [None req-f2c1d2ad-51d9-41f6-a978-938e54122c3b a341fc57cd744c01a5a725f4a1ca3c32 3caa99c94ad543289031bccd238c1167 - - default default] Added segment 764333ba-82d1-466b-bd53-d7ce5445fb1d of type vxlan for network 4462de0d-42c9-49fb-802c-4c7359116eee [pid: 8|app: 0|req: 486/915] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:36:45 2026] POST /v2.0/networks => generated 648 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:36:46.150 7 INFO neutron.services.segments.plugin [-] Segment f6f0bfb0-3e04-4b45-bf22-fd41e2783e86 resource provider aggregate not found 2026-08-20 02:36:46.161 8 INFO neutron.db.segments_db [None req-8c8894d0-0e47-499f-aed0-a0f0c3cae4d8 a341fc57cd744c01a5a725f4a1ca3c32 3caa99c94ad543289031bccd238c1167 - - default default] Added segment f1133196-e217-485d-81a6-42e810e6f6ec of type vxlan for network bf2975d7-02d9-4751-bcd7-5fd937cd29e8 2026-08-20 02:36:46.168 7 INFO neutron.services.segments.plugin [-] Segment f6f0bfb0-3e04-4b45-bf22-fd41e2783e86 resource provider aggregate not found 2026-08-20 02:36:46.175 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f6f0bfb0-3e04-4b45-bf22-fd41e2783e86 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 f6f0bfb0-3e04-4b45-bf22-fd41e2783e86 found for delete ", "request_id": "req-655e0705-2a22-4d4e-9fb6-0e31e7e88582"}]} 2026-08-20 02:36:46.190 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f6f0bfb0-3e04-4b45-bf22-fd41e2783e86 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 f6f0bfb0-3e04-4b45-bf22-fd41e2783e86 found for delete ", "request_id": "req-10485b77-b35b-433f-bb2c-71859fe907f8"}]} [pid: 8|app: 0|req: 487/916] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:36:46 2026] POST /v2.0/networks => generated 650 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:36:46.338 8 INFO neutron.services.segments.plugin [-] Segment 876e0ce8-b02d-4fa9-91ee-3d0f48568cee resource provider aggregate not found 2026-08-20 02:36:46.367 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 876e0ce8-b02d-4fa9-91ee-3d0f48568cee 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 876e0ce8-b02d-4fa9-91ee-3d0f48568cee found for delete ", "request_id": "req-c00acc6b-0af4-4eff-9686-9acd33d88a0a"}]} 2026-08-20 02:36:46.376 8 INFO neutron.services.segments.plugin [-] Segment 876e0ce8-b02d-4fa9-91ee-3d0f48568cee resource provider aggregate not found 2026-08-20 02:36:46.397 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 876e0ce8-b02d-4fa9-91ee-3d0f48568cee 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 876e0ce8-b02d-4fa9-91ee-3d0f48568cee found for delete ", "request_id": "req-805d7026-c7c6-498f-ae95-4817f4645f36"}]} [pid: 7|app: 0|req: 430/917] 10.0.0.38 () {34 vars in 788 bytes} [Thu Aug 20 02:36:45 2026] PUT /v2.0/routers/8979dbe3-3668-4e44-a2ac-a06d754a8e96/remove_router_interface => generated 309 bytes in 1116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:36:46.801 7 INFO neutron_taas.services.taas.taas_plugin [None req-a056e2c4-6d9f-4241-9e89-fb796ed42ffa d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: 328a2afa-3322-42eb-a59e-b52e2dca5240 2026-08-20 02:36:46.804 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a056e2c4-6d9f-4241-9e89-fb796ed42ffa d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: 328a2afa-3322-42eb-a59e-b52e2dca5240 [pid: 8|app: 0|req: 488/918] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:36:46 2026] POST /v2.0/subnets => generated 1274 bytes in 578 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-20 02:36:47.086 7 INFO neutron_taas.services.taas.taas_plugin [None req-a056e2c4-6d9f-4241-9e89-fb796ed42ffa d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: 6e49c840-5019-4260-82f1-fcd0bf35e162 2026-08-20 02:36:47.090 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a056e2c4-6d9f-4241-9e89-fb796ed42ffa d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: 6e49c840-5019-4260-82f1-fcd0bf35e162 2026-08-20 02:36:47.181 8 INFO neutron.db.segments_db [None req-9fb2212f-9feb-4285-834e-2e03b170bee6 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Added segment 1e1b47f8-5dde-48fd-afa7-cf79fa57c4c7 of type vxlan for network 9a989808-409e-41d0-872a-685f067de644 [pid: 8|app: 0|req: 489/919] 10.0.0.38 () {34 vars in 670 bytes} [Thu Aug 20 02:36:46 2026] POST /v2.0/networks => generated 744 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/920] 10.0.0.38 () {32 vars in 646 bytes} [Thu Aug 20 02:36:47 2026] GET /v2.0/subnets => generated 1910 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/921] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:36:47 2026] POST /v2.0/subnets => generated 691 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:36:47.483 7 INFO neutron.db.l3_hamode_db [None req-a056e2c4-6d9f-4241-9e89-fb796ed42ffa d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] HA network ee286764-a4c4-44d8-a802-2c2fdafdcb60 was deleted as no HA routers are present in tenant e8f8fb937ec74346accfff61159f7c3d. [pid: 7|app: 0|req: 431/922] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:36:46 2026] DELETE /v2.0/routers/8979dbe3-3668-4e44-a2ac-a06d754a8e96 => generated 0 bytes in 922 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:36:47.540 7 INFO neutron.db.segments_db [None req-027d5900-c7e3-4dbf-acf0-091b02440831 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Added segment a9f006c2-a524-4bed-8f54-6b473f17a565 of type vxlan for network 49c2c886-5205-4dba-960a-a492ebb95fbf [pid: 8|app: 0|req: 492/923] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:36:47 2026] DELETE /v2.0/subnets/c0a76042-3618-4e4a-b6d2-9faf8980084e => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:36:47.790 7 INFO neutron.db.l3_hamode_db [None req-027d5900-c7e3-4dbf-acf0-091b02440831 d1878adde1314cf595b1315b0179d014 1f9979b78c624af0a139d2619b1a5604 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 493/924] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:36:47 2026] DELETE /v2.0/subnets/33ab0ba4-e176-44c1-a4c9-01f98ca714ff => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/925] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:36:47 2026] DELETE /v2.0/subnets/48f5ffb8-24a7-400d-a79e-8ba0e4c5d439 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:36:48.028 8 INFO neutron_taas.services.taas.taas_plugin [None req-e3f8837c-a973-4370-8ca1-d8c4e77c95f3 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: 227fdace-2411-487a-8374-837ddf7c7f2a 2026-08-20 02:36:48.031 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3f8837c-a973-4370-8ca1-d8c4e77c95f3 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: 227fdace-2411-487a-8374-837ddf7c7f2a 2026-08-20 02:36:48.198 7 INFO neutron.services.segments.plugin [-] Segment 190bef3c-5b0b-4f29-a605-dd6c7942449f resource provider aggregate not found 2026-08-20 02:36:48.215 7 INFO neutron.services.segments.plugin [-] Segment 190bef3c-5b0b-4f29-a605-dd6c7942449f resource provider aggregate not found [pid: 8|app: 0|req: 495/926] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:36:47 2026] DELETE /v2.0/networks/c275b9c5-82ef-42a4-8b80-c9c29c363c1a => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:36:48.230 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 190bef3c-5b0b-4f29-a605-dd6c7942449f 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 190bef3c-5b0b-4f29-a605-dd6c7942449f found for delete ", "request_id": "req-549bc4fe-d49d-4e6c-86ac-afc95c11a9fb"}]} 2026-08-20 02:36:48.243 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 190bef3c-5b0b-4f29-a605-dd6c7942449f 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 190bef3c-5b0b-4f29-a605-dd6c7942449f found for delete ", "request_id": "req-325e5f4d-17a1-4675-8325-1f8e36831e56"}]} [pid: 8|app: 0|req: 496/927] 10.0.0.38 () {32 vars in 646 bytes} [Thu Aug 20 02:36:48 2026] GET /v2.0/subnets => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:36:48.393 8 INFO neutron.services.segments.plugin [-] Segment 7134f830-26f4-4984-b357-24e194972baf resource provider aggregate not found 2026-08-20 02:36:48.415 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7134f830-26f4-4984-b357-24e194972baf 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 7134f830-26f4-4984-b357-24e194972baf found for delete ", "request_id": "req-e2ff2562-44b1-49d4-b935-bbdd2b4fdce4"}]} 2026-08-20 02:36:48.415 8 INFO neutron.services.segments.plugin [-] Segment 7134f830-26f4-4984-b357-24e194972baf resource provider aggregate not found [pid: 8|app: 0|req: 497/928] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:36:48 2026] DELETE /v2.0/networks/bf2975d7-02d9-4751-bcd7-5fd937cd29e8 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:36:48.434 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7134f830-26f4-4984-b357-24e194972baf 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 7134f830-26f4-4984-b357-24e194972baf found for delete ", "request_id": "req-ed52c730-084b-415d-87b9-388ed284abc1"}]} 2026-08-20 02:36:48.454 8 INFO neutron.services.segments.plugin [-] Segment f1133196-e217-485d-81a6-42e810e6f6ec resource provider aggregate not found [pid: 8|app: 0|req: 498/929] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:36:48 2026] GET /v2.0/security-groups?tenant_id=e8f8fb937ec74346accfff61159f7c3d&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:36:48.474 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f1133196-e217-485d-81a6-42e810e6f6ec 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 f1133196-e217-485d-81a6-42e810e6f6ec found for delete ", "request_id": "req-50ac7499-64d0-409d-b1e1-06aecb89cffb"}]} 2026-08-20 02:36:48.566 7 INFO neutron.db.l3_hamode_db [None req-027d5900-c7e3-4dbf-acf0-091b02440831 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 499/930] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:36:48 2026] DELETE /v2.0/networks/4462de0d-42c9-49fb-802c-4c7359116eee => 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: 500/931] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:36:48 2026] DELETE /v2.0/security-groups/926c91e7-e556-4d30-b1f9-d6a496ef0a25 => 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: 501/932] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:36:48 2026] DELETE /v2.0/networks/88cad077-8c87-4f0e-83ee-a58baa533283 => 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: 502/933] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:36:48 2026] DELETE /v2.0/networks/ea30a216-8d97-44cd-b22a-c5af565a5b9b => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/934] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:36:47 2026] POST /v2.0/routers => generated 731 bytes in 2092 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/935] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:36:49 2026] GET /v2.0/security-groups?tenant_id=3caa99c94ad543289031bccd238c1167&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/936] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:36:49 2026] DELETE /v2.0/security-groups/e33dcadf-c958-4a0c-943d-435fbeb97dd3 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:36:50.449 8 INFO neutron.services.segments.plugin [-] Segment f1133196-e217-485d-81a6-42e810e6f6ec resource provider aggregate not found 2026-08-20 02:36:50.464 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f1133196-e217-485d-81a6-42e810e6f6ec 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 f1133196-e217-485d-81a6-42e810e6f6ec found for delete ", "request_id": "req-166554b3-c28a-4741-864b-8869ce2debdf"}]} 2026-08-20 02:36:50.498 8 INFO neutron.services.segments.plugin [-] Segment 764333ba-82d1-466b-bd53-d7ce5445fb1d resource provider aggregate not found 2026-08-20 02:36:50.505 8 INFO neutron.services.segments.plugin [-] Segment 764333ba-82d1-466b-bd53-d7ce5445fb1d resource provider aggregate not found 2026-08-20 02:36:50.524 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 764333ba-82d1-466b-bd53-d7ce5445fb1d 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 764333ba-82d1-466b-bd53-d7ce5445fb1d found for delete ", "request_id": "req-9b06a022-5b46-45f6-9d02-35d30e73a91d"}]} 2026-08-20 02:36:50.532 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 764333ba-82d1-466b-bd53-d7ce5445fb1d 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 764333ba-82d1-466b-bd53-d7ce5445fb1d found for delete ", "request_id": "req-44aded2e-df4e-4180-b036-840c6c9185a3"}]} 2026-08-20 02:36:50.551 8 INFO neutron.services.segments.plugin [-] Segment 1c7c7561-4365-42f6-b821-c7cde0f26413 resource provider aggregate not found 2026-08-20 02:36:50.556 8 INFO neutron.services.segments.plugin [-] Segment 1c7c7561-4365-42f6-b821-c7cde0f26413 resource provider aggregate not found 2026-08-20 02:36:50.573 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1c7c7561-4365-42f6-b821-c7cde0f26413 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 1c7c7561-4365-42f6-b821-c7cde0f26413 found for delete ", "request_id": "req-cd90c539-1e92-42fb-b031-00bcf3f960e8"}]} 2026-08-20 02:36:50.579 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1c7c7561-4365-42f6-b821-c7cde0f26413 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 1c7c7561-4365-42f6-b821-c7cde0f26413 found for delete ", "request_id": "req-07693a38-679f-40a6-8362-b87c5d8a1028"}]} 2026-08-20 02:36:50.594 8 INFO neutron.services.segments.plugin [-] Segment 09d154e8-07bd-438b-819d-97299b8037ee resource provider aggregate not found 2026-08-20 02:36:50.601 8 INFO neutron.services.segments.plugin [-] Segment 09d154e8-07bd-438b-819d-97299b8037ee resource provider aggregate not found 2026-08-20 02:36:50.617 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 09d154e8-07bd-438b-819d-97299b8037ee 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 09d154e8-07bd-438b-819d-97299b8037ee found for delete ", "request_id": "req-0ec946ff-f3f8-4438-b5d2-a1f975240478"}]} 2026-08-20 02:36:50.627 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 09d154e8-07bd-438b-819d-97299b8037ee 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 09d154e8-07bd-438b-819d-97299b8037ee found for delete ", "request_id": "req-6c72de99-2e13-4db4-a084-c5c320ae6df8"}]} [pid: 7|app: 0|req: 433/937] 10.0.0.38 () {34 vars in 782 bytes} [Thu Aug 20 02:36:49 2026] PUT /v2.0/routers/77be5791-fadb-48fd-9b9f-45625a5b490d/add_router_interface => generated 309 bytes in 1227 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:36:50.967 8 INFO neutron.db.segments_db [None req-0e7b8b28-d9fd-4dbf-8720-583f692d8c63 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Added segment 717594a8-9763-46c2-a5ec-8ff7337545f7 of type vxlan for network 9e363b7d-9180-4e07-86eb-fde5cab13532 [pid: 8|app: 0|req: 505/938] 10.0.0.38 () {34 vars in 670 bytes} [Thu Aug 20 02:36:50 2026] POST /v2.0/networks => generated 746 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/939] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:36:51 2026] POST /v2.0/subnets => generated 693 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:36:51.360 8 INFO neutron.db.segments_db [None req-6808e5a5-2b5e-470c-92d2-e82cd5973a17 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Added segment 16dce93d-242e-41b5-bdfa-67b36c2a3975 of type vxlan for network 486843fd-5cf5-4e7e-a86d-cdb2492423be 2026-08-20 02:36:51.677 8 INFO neutron.db.l3_hamode_db [None req-6808e5a5-2b5e-470c-92d2-e82cd5973a17 d1878adde1314cf595b1315b0179d014 b684cdc94d94486d98ce0606677d256f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:36:51.849 7 INFO neutron.db.segments_db [None req-4c73a2a9-38be-4fe9-958b-016ab598360e 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] Added segment f6e1bfa6-4475-4dca-81b7-ee41a852c455 of type vxlan for network b4e747e3-959f-43d9-96a5-e6d6abc673be [pid: 7|app: 0|req: 435/940] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:36:51 2026] POST /v2.0/networks => generated 629 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/941] 10.0.0.38 () {34 vars in 684 bytes} [Thu Aug 20 02:36:51 2026] POST /v2.0/security-groups => generated 1660 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-20 02:36:52.116 7 INFO neutron.db.segments_db [None req-6d130fdc-8787-48bd-8249-c6f512967036 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] Added segment 7fd4d931-d8d7-4117-ac12-17b35f78da3c of type vxlan for network 360afa12-60f3-4082-b06c-fbdfb8d28daf [pid: 7|app: 0|req: 437/942] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:36:52 2026] POST /v2.0/networks => generated 629 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/943] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:36:52 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: 439/944] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:36:52 2026] POST /v2.0/subnets => generated 626 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:36:52.637 8 INFO neutron.db.l3_hamode_db [None req-6808e5a5-2b5e-470c-92d2-e82cd5973a17 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 440/945] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:36:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/946] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:36:52 2026] POST /v2.0/subnets => generated 626 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/947] 10.0.0.38 () {34 vars in 675 bytes} [Thu Aug 20 02:36:53 2026] POST /v2.0/floatingips => generated 552 bytes in 632 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/948] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:36:51 2026] POST /v2.0/routers => generated 733 bytes in 2346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:36:53.691 7 INFO neutron.db.segments_db [None req-6e6acb0f-314e-4c49-a6d7-0e0b30aa62db 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] Added segment 9ec809bc-4585-4a68-9168-2a63cc660769 of type vxlan for network 4923e69e-303c-4d46-ac54-c903f532c464 2026-08-20 02:36:53.981 7 INFO neutron.db.l3_hamode_db [None req-6e6acb0f-314e-4c49-a6d7-0e0b30aa62db 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:36:54.162 7 INFO neutron.db.l3_hamode_db [None req-6e6acb0f-314e-4c49-a6d7-0e0b30aa62db 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 443/949] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:36:53 2026] POST /v2.0/routers => generated 506 bytes in 1234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/950] 10.0.0.147 () {34 vars in 1098 bytes} [Thu Aug 20 02:36:54 2026] GET /v2.0/security-groups?name=tempest-securitygroup--561687994&fields=id&tenant_id=1f9979b78c624af0a139d2619b1a5604 => 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: 507/951] 10.0.0.38 () {34 vars in 782 bytes} [Thu Aug 20 02:36:53 2026] PUT /v2.0/routers/5610f0e4-f687-47cf-9a35-4af6ee897514/add_router_interface => generated 309 bytes in 1245 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/954] 10.0.0.147 () {34 vars in 982 bytes} [Thu Aug 20 02:36:54 2026] GET /v2.0/networks?id=9a989808-409e-41d0-872a-685f067de644 => 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: 510/955] 10.0.0.147 () {34 vars in 965 bytes} [Thu Aug 20 02:36:54 2026] GET /v2.0/quotas/1f9979b78c624af0a139d2619b1a5604 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/956] 10.0.0.147 () {34 vars in 1002 bytes} [Thu Aug 20 02:36:55 2026] GET /v2.0/ports?tenant_id=1f9979b78c624af0a139d2619b1a5604&fields=id => generated 103 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/957] 10.0.0.147 () {34 vars in 1008 bytes} [Thu Aug 20 02:36:55 2026] GET /v2.0/networks/9a989808-409e-41d0-872a-685f067de644?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: 513/958] 10.0.0.147 () {34 vars in 1108 bytes} [Thu Aug 20 02:36:55 2026] GET /v2.0/networks/9a989808-409e-41d0-872a-685f067de644?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: 514/959] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:55 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => 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: 515/960] 10.0.0.147 () {34 vars in 982 bytes} [Thu Aug 20 02:36:55 2026] GET /v2.0/networks?id=9e363b7d-9180-4e07-86eb-fde5cab13532 => generated 678 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/961] 10.0.0.147 () {34 vars in 965 bytes} [Thu Aug 20 02:36:55 2026] GET /v2.0/quotas/b684cdc94d94486d98ce0606677d256f => 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: 517/962] 10.0.0.147 () {34 vars in 1002 bytes} [Thu Aug 20 02:36:55 2026] GET /v2.0/ports?tenant_id=b684cdc94d94486d98ce0606677d256f&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: 518/963] 10.0.0.147 () {34 vars in 1008 bytes} [Thu Aug 20 02:36:55 2026] GET /v2.0/networks/9e363b7d-9180-4e07-86eb-fde5cab13532?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: 519/964] 10.0.0.147 () {34 vars in 1108 bytes} [Thu Aug 20 02:36:56 2026] GET /v2.0/networks/9e363b7d-9180-4e07-86eb-fde5cab13532?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: 520/965] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:56 2026] GET /v2.0/ports?device_id=a6a948d6-0d4d-46f4-a765-1a626ecf3947 => 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: 446/966] 10.0.0.38 () {34 vars in 782 bytes} [Thu Aug 20 02:36:54 2026] PUT /v2.0/routers/292302a1-7829-4c07-a42c-003b6c18c89a/add_router_interface => generated 309 bytes in 1359 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/967] 10.0.0.38 () {32 vars in 716 bytes} [Thu Aug 20 02:36:56 2026] GET /v2.0/ports/aeda9e69-e10a-4aee-9336-4bd522f5ce7e => generated 955 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/968] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:56 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/969] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:57 2026] GET /v2.0/ports?device_id=a6a948d6-0d4d-46f4-a765-1a626ecf3947 => 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: 524/970] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:57 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => 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: 447/971] 10.0.0.38 () {34 vars in 782 bytes} [Thu Aug 20 02:36:56 2026] PUT /v2.0/routers/292302a1-7829-4c07-a42c-003b6c18c89a/add_router_interface => generated 309 bytes in 1285 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/972] 10.0.0.38 () {32 vars in 716 bytes} [Thu Aug 20 02:36:57 2026] GET /v2.0/ports/997a3f0b-7bfa-40e5-92b0-fdc073870577 => generated 955 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:36:58.086 7 INFO neutron_taas.services.taas.taas_plugin [None req-a350a211-2c67-4fd9-8381-6b9ee2578af4 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] TaaS: Handle Delete Port: 997a3f0b-7bfa-40e5-92b0-fdc073870577 2026-08-20 02:36:58.091 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a350a211-2c67-4fd9-8381-6b9ee2578af4 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] Tap Mirror: Handle Delete Port: 997a3f0b-7bfa-40e5-92b0-fdc073870577 [pid: 8|app: 0|req: 526/973] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:58 2026] GET /v2.0/ports?device_id=a6a948d6-0d4d-46f4-a765-1a626ecf3947 => 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: 448/974] 10.0.0.38 () {34 vars in 788 bytes} [Thu Aug 20 02:36:57 2026] PUT /v2.0/routers/292302a1-7829-4c07-a42c-003b6c18c89a/remove_router_interface => generated 309 bytes in 985 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/975] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:58 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:36:59.056 7 INFO neutron_taas.services.taas.taas_plugin [None req-041d2e18-7d65-4028-be39-fe64c3b73c36 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] TaaS: Handle Delete Port: aeda9e69-e10a-4aee-9336-4bd522f5ce7e 2026-08-20 02:36:59.058 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-041d2e18-7d65-4028-be39-fe64c3b73c36 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] Tap Mirror: Handle Delete Port: aeda9e69-e10a-4aee-9336-4bd522f5ce7e [pid: 8|app: 0|req: 528/976] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:59 2026] GET /v2.0/ports?device_id=a6a948d6-0d4d-46f4-a765-1a626ecf3947 => 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: 449/977] 10.0.0.38 () {34 vars in 788 bytes} [Thu Aug 20 02:36:58 2026] PUT /v2.0/routers/292302a1-7829-4c07-a42c-003b6c18c89a/remove_router_interface => generated 309 bytes in 917 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/978] 10.0.0.38 () {32 vars in 735 bytes} [Thu Aug 20 02:36:59 2026] GET /v2.0/ports?device_id=292302a1-7829-4c07-a42c-003b6c18c89a => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/979] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:36:59 2026] GET /v2.0/networks?id=9a989808-409e-41d0-872a-685f067de644 => generated 676 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/980] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:36:59 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:36:59.833 7 INFO neutron_taas.services.taas.taas_plugin [None req-3c4fbc82-3a7c-4fd1-81e9-79f6afe42fe5 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] TaaS: Handle Delete Port: 143e068d-5dcf-4e48-bbe1-2dadc6aa78b6 2026-08-20 02:36:59.836 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c4fbc82-3a7c-4fd1-81e9-79f6afe42fe5 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] Tap Mirror: Handle Delete Port: 143e068d-5dcf-4e48-bbe1-2dadc6aa78b6 [pid: 8|app: 0|req: 532/981] 199.19.213.229 () {34 vars in 1050 bytes} [Thu Aug 20 02:36:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1f9979b78c624af0a139d2619b1a5604 => generated 180 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:37:00.156 7 INFO neutron.services.segments.plugin [-] Segment 9ec809bc-4585-4a68-9168-2a63cc660769 resource provider aggregate not found 2026-08-20 02:37:00.163 7 INFO neutron.services.segments.plugin [-] Segment 9ec809bc-4585-4a68-9168-2a63cc660769 resource provider aggregate not found 2026-08-20 02:37:00.179 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9ec809bc-4585-4a68-9168-2a63cc660769 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 9ec809bc-4585-4a68-9168-2a63cc660769 found for delete ", "request_id": "req-776771da-1d7e-4a52-be19-b5afc4ab7886"}]} 2026-08-20 02:37:00.188 7 INFO neutron.db.l3_hamode_db [None req-3c4fbc82-3a7c-4fd1-81e9-79f6afe42fe5 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] HA network 4923e69e-303c-4d46-ac54-c903f532c464 was deleted as no HA routers are present in tenant 1710d02d1ae04958a8bbec1298b78c0b. 2026-08-20 02:37:00.194 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9ec809bc-4585-4a68-9168-2a63cc660769 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 9ec809bc-4585-4a68-9168-2a63cc660769 found for delete ", "request_id": "req-874d45cc-2f18-4d63-9d24-9e5d795ea050"}]} [pid: 7|app: 0|req: 450/982] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:36:59 2026] DELETE /v2.0/routers/292302a1-7829-4c07-a42c-003b6c18c89a => generated 0 bytes in 527 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/983] 199.19.213.229 () {38 vars in 955 bytes} [Thu Aug 20 02:36:59 2026] POST /v2.0/ports => generated 954 bytes in 415 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: 451/984] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:37:00 2026] DELETE /v2.0/subnets/7a56192b-e1ef-4610-a496-f418cfdc91c8 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/985] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:37:00 2026] DELETE /v2.0/subnets/d3dce15c-475b-49a1-bfa3-a4f8e19cbb22 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/986] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:37:00 2026] DELETE /v2.0/networks/360afa12-60f3-4082-b06c-fbdfb8d28daf => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/987] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:00 2026] GET /v2.0/ports?device_id=a6a948d6-0d4d-46f4-a765-1a626ecf3947 => 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: 534/988] 199.19.213.229 () {38 vars in 1028 bytes} [Thu Aug 20 02:37:00 2026] PUT /v2.0/ports/58e3a538-ecf7-48cc-a6fa-bb36986b0ff6 => generated 1235 bytes in 536 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:37:00.866 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d403e88e-9924-4709-9337-555cb5bcb0ea'] response: {'name': 'network-changed', 'server_uuid': '655b9f29-b3ca-4b6a-a5ec-e218aae12c1e', 'tag': '58e3a538-ecf7-48cc-a6fa-bb36986b0ff6', '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: 455/989] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:37:00 2026] DELETE /v2.0/networks/b4e747e3-959f-43d9-96a5-e6d6abc673be => 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: 535/990] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:00 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/991] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:00 2026] GET /v2.0/security-groups?id=74bb575d-9247-411b-8fa2-3098f9476e3e&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-20 02:37:00.987 7 INFO neutron.db.segments_db [None req-4aebb120-808e-4681-afe6-6e942631d136 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] Added segment ead5cb39-b9f7-41a8-980e-a90fd4299a89 of type vxlan for network 4a1af79b-f1fd-44da-9ae0-d30cf1025251 [pid: 7|app: 0|req: 456/992] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:37:00 2026] POST /v2.0/networks => generated 629 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/993] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:37:01 2026] POST /v2.0/subnets => generated 626 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:37:01.385 7 INFO neutron.db.segments_db [None req-45c35b0b-b26c-4338-a40a-bd3b10410210 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] Added segment 800c1df9-9676-4b50-a5e4-72a3857a0263 of type vxlan for network 5aafd0f3-6188-49c5-92ee-87d8605b0ea4 [pid: 8|app: 0|req: 538/994] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:37:01 2026] GET /v2.0/ports?tenant_id=1f9979b78c624af0a139d2619b1a5604&device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/995] 199.19.213.229 () {34 vars in 1018 bytes} [Thu Aug 20 02:37:01 2026] GET /v2.0/networks?tenant_id=1f9979b78c624af0a139d2619b1a5604&shared=False => generated 772 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/996] 199.19.213.229 () {34 vars in 930 bytes} [Thu Aug 20 02:37:01 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:37:01.661 7 INFO neutron.db.l3_hamode_db [None req-45c35b0b-b26c-4338-a40a-bd3b10410210 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:37:01.782 7 INFO neutron.db.l3_hamode_db [None req-45c35b0b-b26c-4338-a40a-bd3b10410210 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 541/997] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:01 2026] GET /v2.0/ports?device_id=a6a948d6-0d4d-46f4-a765-1a626ecf3947 => 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: 542/998] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:37:01 2026] GET /v2.0/networks?id=9e363b7d-9180-4e07-86eb-fde5cab13532 => generated 678 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:37:02.204 7 INFO neutron.services.segments.plugin [-] Segment 7fd4d931-d8d7-4117-ac12-17b35f78da3c resource provider aggregate not found 2026-08-20 02:37:02.249 7 INFO neutron.services.segments.plugin [-] Segment 7fd4d931-d8d7-4117-ac12-17b35f78da3c resource provider aggregate not found 2026-08-20 02:37:02.256 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7fd4d931-d8d7-4117-ac12-17b35f78da3c 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 7fd4d931-d8d7-4117-ac12-17b35f78da3c found for delete ", "request_id": "req-5a9d6d77-1675-4f14-92e4-b982dee555f5"}]} 2026-08-20 02:37:02.284 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7fd4d931-d8d7-4117-ac12-17b35f78da3c 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 7fd4d931-d8d7-4117-ac12-17b35f78da3c found for delete ", "request_id": "req-c23bf641-6950-4b5a-8abb-f0265cda6a0a"}]} 2026-08-20 02:37:02.290 7 INFO neutron.services.segments.plugin [-] Segment f6e1bfa6-4475-4dca-81b7-ee41a852c455 resource provider aggregate not found 2026-08-20 02:37:02.314 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f6e1bfa6-4475-4dca-81b7-ee41a852c455 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 f6e1bfa6-4475-4dca-81b7-ee41a852c455 found for delete ", "request_id": "req-46f14e51-38dc-4ee4-86f2-44b41abd4437"}]} 2026-08-20 02:37:02.317 7 INFO neutron.services.segments.plugin [-] Segment f6e1bfa6-4475-4dca-81b7-ee41a852c455 resource provider aggregate not found 2026-08-20 02:37:02.350 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f6e1bfa6-4475-4dca-81b7-ee41a852c455 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 f6e1bfa6-4475-4dca-81b7-ee41a852c455 found for delete ", "request_id": "req-efbc8faf-7d21-4212-abb6-61011e65ca1c"}]} [pid: 8|app: 0|req: 543/999] 199.19.213.229 () {38 vars in 955 bytes} [Thu Aug 20 02:37:01 2026] POST /v2.0/ports => generated 958 bytes in 778 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: 544/1000] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:02 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1001] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:37:02 2026] GET /v2.0/ports?tenant_id=1f9979b78c624af0a139d2619b1a5604&device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/1002] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:37:01 2026] POST /v2.0/routers => generated 507 bytes in 1637 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/1003] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:02 2026] GET /v2.0/security-groups?id=74bb575d-9247-411b-8fa2-3098f9476e3e&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/1004] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:37:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=58e3a538-ecf7-48cc-a6fa-bb36986b0ff6 => 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: 460/1005] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:03 2026] GET /v2.0/ports?device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1006] 199.19.213.229 () {38 vars in 1028 bytes} [Thu Aug 20 02:37:02 2026] PUT /v2.0/ports/0aff66de-62b5-4c39-bdb9-56997b19304a => generated 1239 bytes in 515 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: 547/1007] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:37:03 2026] GET /v2.0/subnets?id=fdd771c1-c511-46ad-9a9c-95769cfb2547 => generated 694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1008] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:03 2026] GET /v2.0/ports?device_id=a6a948d6-0d4d-46f4-a765-1a626ecf3947 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1009] 10.0.0.147 () {34 vars in 971 bytes} [Thu Aug 20 02:37:03 2026] GET /v2.0/ports/38198475-bcbb-4078-bd04-1e94bc39c382 => generated 968 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:37:03.505 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e96e5c2f-8960-4ad3-b3f5-d659bf957af1'] response: {'name': 'network-changed', 'server_uuid': 'a6a948d6-0d4d-46f4-a765-1a626ecf3947', 'tag': '0aff66de-62b5-4c39-bdb9-56997b19304a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 550/1010] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:37:03 2026] GET /v2.0/ports?network_id=9a989808-409e-41d0-872a-685f067de644&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/1011] 10.0.0.38 () {34 vars in 664 bytes} [Thu Aug 20 02:37:03 2026] POST /v2.0/ports => generated 947 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 551/1012] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:03 2026] GET /v2.0/security-groups?id=020447d5-6be7-42f5-8fd4-608357e2dd5e&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/1013] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:37:03 2026] GET /v2.0/networks/9a989808-409e-41d0-872a-685f067de644?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: 463/1014] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:37:03 2026] GET /v2.0/networks/9a989808-409e-41d0-872a-685f067de644?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: 464/1015] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:37:04 2026] GET /v2.0/ports?tenant_id=b684cdc94d94486d98ce0606677d256f&device_id=a6a948d6-0d4d-46f4-a765-1a626ecf3947 => generated 1242 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/1016] 199.19.213.229 () {34 vars in 1000 bytes} [Thu Aug 20 02:37:04 2026] GET /v2.0/subnets?network_id=7dd1220d-6a54-4a8a-9d56-aa721f86b0a4 => generated 683 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/1017] 199.19.213.229 () {34 vars in 1018 bytes} [Thu Aug 20 02:37:04 2026] GET /v2.0/networks?tenant_id=b684cdc94d94486d98ce0606677d256f&shared=False => generated 774 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/1018] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:04 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/1019] 199.19.213.229 () {34 vars in 1146 bytes} [Thu Aug 20 02:37:04 2026] GET /v2.0/ports?device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75&device_owner=compute%3Anova&network_id=7dd1220d-6a54-4a8a-9d56-aa721f86b0a4 => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/1020] 199.19.213.229 () {34 vars in 930 bytes} [Thu Aug 20 02:37:04 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/1021] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:04 2026] GET /v2.0/security-groups?id=74bb575d-9247-411b-8fa2-3098f9476e3e&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1022] 10.0.0.38 () {34 vars in 782 bytes} [Thu Aug 20 02:37:03 2026] PUT /v2.0/routers/5ad4b3a7-4721-46b5-ad2f-3303834293f2/add_router_interface => generated 309 bytes in 1325 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 553/1023] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:04 2026] GET /v2.0/ports?device_id=a6a948d6-0d4d-46f4-a765-1a626ecf3947 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1024] 10.0.0.38 () {32 vars in 716 bytes} [Thu Aug 20 02:37:04 2026] GET /v2.0/ports/793c30f9-b235-42c2-8704-3af03778d7ef => generated 1021 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1025] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:04 2026] GET /v2.0/security-groups?id=020447d5-6be7-42f5-8fd4-608357e2dd5e&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: 471/1026] 199.19.213.229 () {38 vars in 1028 bytes} [Thu Aug 20 02:37:04 2026] PUT /v2.0/ports/38198475-bcbb-4078-bd04-1e94bc39c382 => generated 1149 bytes in 615 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:37:05.117 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6e43c781-0b42-4682-a9b0-63ce577fffbd'] response: {'name': 'network-changed', 'server_uuid': '82a6bf7b-80e1-4449-91ec-d701a3e2cc75', 'tag': '38198475-bcbb-4078-bd04-1e94bc39c382', 'status': 'completed', 'code': 200} 2026-08-20 02:37:05.330 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa874392-c6d2-450f-9f02-d0832a35aea3 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] TaaS: Handle Delete Port: 793c30f9-b235-42c2-8704-3af03778d7ef 2026-08-20 02:37:05.333 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa874392-c6d2-450f-9f02-d0832a35aea3 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] Tap Mirror: Handle Delete Port: 793c30f9-b235-42c2-8704-3af03778d7ef /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 472/1027] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:37:05 2026] GET /v2.0/ports?tenant_id=b684cdc94d94486d98ce0606677d256f&device_id=a6a948d6-0d4d-46f4-a765-1a626ecf3947 => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/1028] 199.19.213.229 () {34 vars in 1060 bytes} [Thu Aug 20 02:37:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=0aff66de-62b5-4c39-bdb9-56997b19304a => 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: 474/1029] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:37:05 2026] GET /v2.0/subnets?id=7c810208-79b9-4ae0-8cd1-17a57b531dc0 => generated 696 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/1030] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:05 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/1031] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:37:05 2026] GET /v2.0/ports?network_id=9e363b7d-9180-4e07-86eb-fde5cab13532&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: 477/1032] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:37:05 2026] GET /v2.0/ports?tenant_id=6d3a55bfa0a441e2bbec40f6bd51197e&device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => generated 1421 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/1033] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:05 2026] GET /v2.0/security-groups?id=74bb575d-9247-411b-8fa2-3098f9476e3e&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: 479/1034] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:37:05 2026] GET /v2.0/networks/9e363b7d-9180-4e07-86eb-fde5cab13532?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: 480/1035] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:37:05 2026] GET /v2.0/networks?id=7dd1220d-6a54-4a8a-9d56-aa721f86b0a4 => generated 778 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/1036] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:37:05 2026] GET /v2.0/networks/9e363b7d-9180-4e07-86eb-fde5cab13532?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1037] 10.0.0.38 () {34 vars in 788 bytes} [Thu Aug 20 02:37:04 2026] PUT /v2.0/routers/5ad4b3a7-4721-46b5-ad2f-3303834293f2/remove_router_interface => generated 309 bytes in 914 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/1038] 199.19.213.229 () {34 vars in 1060 bytes} [Thu Aug 20 02:37:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=38198475-bcbb-4078-bd04-1e94bc39c382 => generated 19 bytes in 28 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: 483/1039] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:37:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=38198475-bcbb-4078-bd04-1e94bc39c382 => generated 860 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/1040] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:37:05 2026] GET /v2.0/subnets?id=fdf87151-1933-4459-ba22-fac4887fe05d => generated 701 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:37:06.010 8 INFO neutron.api.v2.resource [None req-99620a88-67ae-4775-af3c-7e193b8b1205 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 557/1041] 10.0.0.38 () {34 vars in 788 bytes} [Thu Aug 20 02:37:05 2026] PUT /v2.0/routers/5ad4b3a7-4721-46b5-ad2f-3303834293f2/remove_router_interface => generated 197 bytes in 114 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/1042] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:37:05 2026] GET /v2.0/ports?network_id=7dd1220d-6a54-4a8a-9d56-aa721f86b0a4&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1043] 10.0.0.38 () {32 vars in 735 bytes} [Thu Aug 20 02:37:06 2026] GET /v2.0/ports?device_id=5ad4b3a7-4721-46b5-ad2f-3303834293f2 => 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: 559/1044] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:37:06 2026] GET /v2.0/networks/7dd1220d-6a54-4a8a-9d56-aa721f86b0a4?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: 486/1045] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:06 2026] GET /v2.0/ports?device_id=a6a948d6-0d4d-46f4-a765-1a626ecf3947 => generated 973 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/1046] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:37:06 2026] GET /v2.0/networks/7dd1220d-6a54-4a8a-9d56-aa721f86b0a4?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: 488/1047] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:06 2026] GET /v2.0/security-groups?id=020447d5-6be7-42f5-8fd4-608357e2dd5e&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:37:06.270 8 INFO neutron_taas.services.taas.taas_plugin [None req-fe1b544b-d5d9-4ecc-983d-5824575b1f2e 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] TaaS: Handle Delete Port: 5866d911-22f5-4534-856f-40a29f297ace 2026-08-20 02:37:06.273 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe1b544b-d5d9-4ecc-983d-5824575b1f2e 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] Tap Mirror: Handle Delete Port: 5866d911-22f5-4534-856f-40a29f297ace 2026-08-20 02:37:06.348 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-fe1b544b-d5d9-4ecc-983d-5824575b1f2e 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - 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-20 02:37:06.624 8 INFO neutron.services.segments.plugin [-] Segment 800c1df9-9676-4b50-a5e4-72a3857a0263 resource provider aggregate not found 2026-08-20 02:37:06.632 8 INFO neutron.services.segments.plugin [-] Segment 800c1df9-9676-4b50-a5e4-72a3857a0263 resource provider aggregate not found 2026-08-20 02:37:06.648 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 800c1df9-9676-4b50-a5e4-72a3857a0263 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 800c1df9-9676-4b50-a5e4-72a3857a0263 found for delete ", "request_id": "req-0df54b1c-7411-431a-874c-99141bad570c"}]} 2026-08-20 02:37:06.651 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 800c1df9-9676-4b50-a5e4-72a3857a0263 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 800c1df9-9676-4b50-a5e4-72a3857a0263 found for delete ", "request_id": "req-c1d89e5f-31dd-4370-9a2d-8793f118343d"}]} 2026-08-20 02:37:06.654 8 INFO neutron.db.l3_hamode_db [None req-fe1b544b-d5d9-4ecc-983d-5824575b1f2e 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] HA network 5aafd0f3-6188-49c5-92ee-87d8605b0ea4 was deleted as no HA routers are present in tenant 1710d02d1ae04958a8bbec1298b78c0b. [pid: 8|app: 0|req: 560/1048] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:37:06 2026] DELETE /v2.0/routers/5ad4b3a7-4721-46b5-ad2f-3303834293f2 => generated 0 bytes in 577 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1049] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:37:06 2026] DELETE /v2.0/subnets/6bd48c6a-4103-4bc2-8924-92eadff7f2d6 => 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: 490/1050] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:06 2026] GET /v2.0/ports?device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => generated 1152 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1051] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:06 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1052] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:06 2026] GET /v2.0/security-groups?id=ed58d48f-22f8-43ae-b656-9eb34c4eb89f&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: 563/1053] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:06 2026] GET /v2.0/security-groups?id=74bb575d-9247-411b-8fa2-3098f9476e3e&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-20 02:37:06.973 7 INFO neutron.services.segments.plugin [-] Segment ead5cb39-b9f7-41a8-980e-a90fd4299a89 resource provider aggregate not found 2026-08-20 02:37:06.981 7 INFO neutron.services.segments.plugin [-] Segment ead5cb39-b9f7-41a8-980e-a90fd4299a89 resource provider aggregate not found 2026-08-20 02:37:07.005 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ead5cb39-b9f7-41a8-980e-a90fd4299a89 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 ead5cb39-b9f7-41a8-980e-a90fd4299a89 found for delete ", "request_id": "req-5f3f6f9b-a218-4874-b423-90c90acdf203"}]} 2026-08-20 02:37:07.013 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ead5cb39-b9f7-41a8-980e-a90fd4299a89 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 ead5cb39-b9f7-41a8-980e-a90fd4299a89 found for delete ", "request_id": "req-71d003ac-b996-46a1-a61f-86463c6d71f4"}]} [pid: 7|app: 0|req: 491/1054] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:37:06 2026] DELETE /v2.0/networks/4a1af79b-f1fd-44da-9ae0-d30cf1025251 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:37:07.087 8 INFO neutron.db.segments_db [None req-15f6d8ec-f646-475e-9162-23a71aa7581b 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] Added segment e1e53b42-b036-4e0a-98e2-795f98229e48 of type vxlan for network 5808fa6e-c18f-4993-8a16-720a623a6bf5 [pid: 8|app: 0|req: 564/1055] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:37:07 2026] POST /v2.0/networks => generated 629 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1056] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:37:07 2026] GET /v2.0/ports?tenant_id=6d3a55bfa0a441e2bbec40f6bd51197e&device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => generated 1421 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1057] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:37:07 2026] GET /v2.0/networks?id=7dd1220d-6a54-4a8a-9d56-aa721f86b0a4 => generated 778 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1058] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:07 2026] GET /v2.0/ports?device_id=a6a948d6-0d4d-46f4-a765-1a626ecf3947 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1059] 199.19.213.229 () {34 vars in 1060 bytes} [Thu Aug 20 02:37:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=38198475-bcbb-4078-bd04-1e94bc39c382 => 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: 569/1060] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:07 2026] GET /v2.0/security-groups?id=020447d5-6be7-42f5-8fd4-608357e2dd5e&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/1061] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:37:07 2026] POST /v2.0/subnets => generated 626 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1062] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:37:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=38198475-bcbb-4078-bd04-1e94bc39c382 => generated 860 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:37:07.500 7 INFO neutron.db.segments_db [None req-a81e1028-302b-41ae-8f51-2a4a26f1add1 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] Added segment 157ef6c3-ea80-43ee-a4e8-111429f3287d of type vxlan for network e52417a0-dd3f-4ca8-a822-d1cdda614ddc [pid: 8|app: 0|req: 571/1063] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:37:07 2026] GET /v2.0/subnets?id=fdf87151-1933-4459-ba22-fac4887fe05d => generated 701 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1064] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:37:07 2026] GET /v2.0/ports?network_id=7dd1220d-6a54-4a8a-9d56-aa721f86b0a4&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1065] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:37:07 2026] GET /v2.0/networks/7dd1220d-6a54-4a8a-9d56-aa721f86b0a4?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1066] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:37:07 2026] GET /v2.0/networks/7dd1220d-6a54-4a8a-9d56-aa721f86b0a4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:37:07.843 7 INFO neutron.db.l3_hamode_db [None req-a81e1028-302b-41ae-8f51-2a4a26f1add1 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:37:07.998 7 INFO neutron.db.l3_hamode_db [None req-a81e1028-302b-41ae-8f51-2a4a26f1add1 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 575/1067] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:08 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1068] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:08 2026] GET /v2.0/security-groups?id=74bb575d-9247-411b-8fa2-3098f9476e3e&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: 577/1069] 199.19.213.229 () {34 vars in 1120 bytes} [Thu Aug 20 02:37:08 2026] GET /v2.0/ports?device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.14 => generated 1152 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1070] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:37:07 2026] POST /v2.0/routers => generated 507 bytes in 1439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1071] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:08 2026] GET /v2.0/ports?device_id=a6a948d6-0d4d-46f4-a765-1a626ecf3947 => 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: 578/1072] 199.19.213.229 () {38 vars in 1028 bytes} [Thu Aug 20 02:37:08 2026] PUT /v2.0/ports/38198475-bcbb-4078-bd04-1e94bc39c382 => generated 968 bytes in 901 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: 579/1073] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:09 2026] GET /v2.0/security-groups?id=020447d5-6be7-42f5-8fd4-608357e2dd5e&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1074] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:09 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:37:09.312 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3c7e84e-e80e-42e6-affe-30d20c1144c5'] response: {'name': 'network-changed', 'server_uuid': '82a6bf7b-80e1-4449-91ec-d701a3e2cc75', 'tag': '38198475-bcbb-4078-bd04-1e94bc39c382', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 581/1075] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:09 2026] GET /v2.0/security-groups?id=74bb575d-9247-411b-8fa2-3098f9476e3e&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: 584/1078] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:09 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:37:09.948 8 INFO neutron.db.l3_db [None req-2bdc0780-7695-4f11-ab72-d53acf96cfa9 3c1c8687300742fab07894361666d987 1f9979b78c624af0a139d2619b1a5604 - - default default] Floating IP e1e7d00b-d6cb-4e2a-b0d7-bb8d489d5b11 associated. External IP: 10.96.250.201, port: 58e3a538-ecf7-48cc-a6fa-bb36986b0ff6. [pid: 7|app: 0|req: 495/1079] 10.0.0.38 () {34 vars in 782 bytes} [Thu Aug 20 02:37:08 2026] PUT /v2.0/routers/36df3402-be85-4ead-a1fa-f3d80bdb8543/add_router_interface => generated 309 bytes in 1434 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1080] 10.0.0.38 () {34 vars in 748 bytes} [Thu Aug 20 02:37:09 2026] PUT /v2.0/floatingips/e1e7d00b-d6cb-4e2a-b0d7-bb8d489d5b11 => generated 855 bytes in 917 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1081] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:37:10 2026] GET /v2.0/ports?tenant_id=6d3a55bfa0a441e2bbec40f6bd51197e&device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => 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: 497/1082] 10.0.0.38 () {32 vars in 716 bytes} [Thu Aug 20 02:37:10 2026] GET /v2.0/ports/e34783b2-fbec-428e-aa99-5b41d1d4ab4e => generated 955 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1083] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:10 2026] GET /v2.0/ports?device_id=a6a948d6-0d4d-46f4-a765-1a626ecf3947 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1084] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:37:10 2026] GET /v2.0/networks?id=7dd1220d-6a54-4a8a-9d56-aa721f86b0a4 => generated 778 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1085] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:10 2026] GET /v2.0/security-groups?id=020447d5-6be7-42f5-8fd4-608357e2dd5e&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1086] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:37:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=38198475-bcbb-4078-bd04-1e94bc39c382 => generated 860 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1087] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:37:10 2026] GET /v2.0/subnets?id=fdf87151-1933-4459-ba22-fac4887fe05d => generated 701 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1088] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:37:10 2026] GET /v2.0/ports?network_id=7dd1220d-6a54-4a8a-9d56-aa721f86b0a4&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: 503/1089] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:37:10 2026] GET /v2.0/networks/7dd1220d-6a54-4a8a-9d56-aa721f86b0a4?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1090] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:37:10 2026] GET /v2.0/networks/7dd1220d-6a54-4a8a-9d56-aa721f86b0a4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:37:10.952 8 INFO neutron_taas.services.taas.taas_plugin [None req-0cb63f45-d6ac-4394-881b-89d4a23ba4e7 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] TaaS: Handle Delete Port: e34783b2-fbec-428e-aa99-5b41d1d4ab4e 2026-08-20 02:37:10.956 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0cb63f45-d6ac-4394-881b-89d4a23ba4e7 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] Tap Mirror: Handle Delete Port: e34783b2-fbec-428e-aa99-5b41d1d4ab4e 2026-08-20 02:37:11.359 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ba1d793d-3162-4605-94ec-0a8dba10aeda'] response: {'name': 'network-changed', 'server_uuid': '655b9f29-b3ca-4b6a-a5ec-e218aae12c1e', 'tag': '58e3a538-ecf7-48cc-a6fa-bb36986b0ff6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 587/1091] 10.0.0.38 () {34 vars in 788 bytes} [Thu Aug 20 02:37:10 2026] PUT /v2.0/routers/36df3402-be85-4ead-a1fa-f3d80bdb8543/remove_router_interface => generated 309 bytes in 1025 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1092] 10.0.0.38 () {32 vars in 735 bytes} [Thu Aug 20 02:37:11 2026] GET /v2.0/ports?device_id=36df3402-be85-4ead-a1fa-f3d80bdb8543 => 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: 506/1093] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:11 2026] GET /v2.0/ports?device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => generated 971 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:37:11.776 8 INFO neutron_taas.services.taas.taas_plugin [None req-132c7a5c-22b8-4175-9d0a-be2ecf7dd32f 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] TaaS: Handle Delete Port: a1dc1582-a3c9-41e8-b152-62e07be32313 2026-08-20 02:37:11.778 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-132c7a5c-22b8-4175-9d0a-be2ecf7dd32f 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] Tap Mirror: Handle Delete Port: a1dc1582-a3c9-41e8-b152-62e07be32313 [pid: 7|app: 0|req: 507/1094] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:11 2026] GET /v2.0/ports?device_id=a6a948d6-0d4d-46f4-a765-1a626ecf3947 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1095] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:11 2026] GET /v2.0/security-groups?id=ed58d48f-22f8-43ae-b656-9eb34c4eb89f&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1096] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:11 2026] GET /v2.0/security-groups?id=020447d5-6be7-42f5-8fd4-608357e2dd5e&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1097] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:37:11 2026] GET /v2.0/ports?tenant_id=6d3a55bfa0a441e2bbec40f6bd51197e&device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => generated 1240 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1098] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:37:11 2026] GET /v2.0/ports?tenant_id=1f9979b78c624af0a139d2619b1a5604&device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1099] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:37:11 2026] GET /v2.0/networks?id=7dd1220d-6a54-4a8a-9d56-aa721f86b0a4 => generated 778 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1100] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:37:12 2026] GET /v2.0/networks?id=9a989808-409e-41d0-872a-685f067de644 => generated 772 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1101] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:37:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=38198475-bcbb-4078-bd04-1e94bc39c382 => generated 860 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:37:12.174 8 INFO neutron.services.segments.plugin [-] Segment 157ef6c3-ea80-43ee-a4e8-111429f3287d resource provider aggregate not found [pid: 7|app: 0|req: 515/1102] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:37:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=58e3a538-ecf7-48cc-a6fa-bb36986b0ff6 => generated 860 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:37:12.187 8 INFO neutron.services.segments.plugin [-] Segment 157ef6c3-ea80-43ee-a4e8-111429f3287d resource provider aggregate not found 2026-08-20 02:37:12.196 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 157ef6c3-ea80-43ee-a4e8-111429f3287d 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 157ef6c3-ea80-43ee-a4e8-111429f3287d found for delete ", "request_id": "req-d4ab2f79-da9b-496f-a7bf-3783f32af0fe"}]} 2026-08-20 02:37:12.204 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 157ef6c3-ea80-43ee-a4e8-111429f3287d 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 157ef6c3-ea80-43ee-a4e8-111429f3287d found for delete ", "request_id": "req-fedec7d3-746f-4421-b22e-09a7feb20a5e"}]} [pid: 7|app: 0|req: 516/1103] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:37:12 2026] GET /v2.0/subnets?id=fdf87151-1933-4459-ba22-fac4887fe05d => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:37:12.211 8 INFO neutron.db.l3_hamode_db [None req-132c7a5c-22b8-4175-9d0a-be2ecf7dd32f 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] HA network e52417a0-dd3f-4ca8-a822-d1cdda614ddc was deleted as no HA routers are present in tenant 1710d02d1ae04958a8bbec1298b78c0b. [pid: 8|app: 0|req: 588/1104] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:37:11 2026] DELETE /v2.0/routers/36df3402-be85-4ead-a1fa-f3d80bdb8543 => generated 0 bytes in 671 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1105] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:37:12 2026] GET /v2.0/subnets?id=fdd771c1-c511-46ad-9a9c-95769cfb2547 => generated 694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1106] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:12 2026] GET /v2.0/ports?device_id=a6a948d6-0d4d-46f4-a765-1a626ecf3947 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1107] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:37:12 2026] GET /v2.0/ports?network_id=7dd1220d-6a54-4a8a-9d56-aa721f86b0a4&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: 519/1108] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:37:12 2026] GET /v2.0/ports?network_id=9a989808-409e-41d0-872a-685f067de644&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: 520/1109] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:12 2026] GET /v2.0/security-groups?id=020447d5-6be7-42f5-8fd4-608357e2dd5e&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1110] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:37:12 2026] GET /v2.0/networks/7dd1220d-6a54-4a8a-9d56-aa721f86b0a4?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: 522/1111] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:37:12 2026] GET /v2.0/networks/9a989808-409e-41d0-872a-685f067de644?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: 590/1112] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:37:12 2026] DELETE /v2.0/subnets/1487353c-a36d-4dc5-ba1d-7ea711c833aa => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1113] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:37:12 2026] GET /v2.0/networks/7dd1220d-6a54-4a8a-9d56-aa721f86b0a4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1114] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:37:12 2026] GET /v2.0/networks/9a989808-409e-41d0-872a-685f067de644?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) 2026-08-20 02:37:12.597 7 INFO neutron_taas.services.taas.taas_plugin [None req-695f50d4-280b-41d9-81f5-5ef834f8dd0e 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] TaaS: Handle Delete Port: e8970614-8373-472f-8cea-9fe31c39fa3b 2026-08-20 02:37:12.600 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-695f50d4-280b-41d9-81f5-5ef834f8dd0e 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] Tap Mirror: Handle Delete Port: e8970614-8373-472f-8cea-9fe31c39fa3b 2026-08-20 02:37:12.785 7 INFO neutron.services.segments.plugin [-] Segment e1e53b42-b036-4e0a-98e2-795f98229e48 resource provider aggregate not found 2026-08-20 02:37:12.792 7 INFO neutron.services.segments.plugin [-] Segment e1e53b42-b036-4e0a-98e2-795f98229e48 resource provider aggregate not found 2026-08-20 02:37:12.811 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e1e53b42-b036-4e0a-98e2-795f98229e48 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 e1e53b42-b036-4e0a-98e2-795f98229e48 found for delete ", "request_id": "req-f6ca874d-a80b-44a5-ab49-366d5849155e"}]} 2026-08-20 02:37:12.821 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e1e53b42-b036-4e0a-98e2-795f98229e48 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 e1e53b42-b036-4e0a-98e2-795f98229e48 found for delete ", "request_id": "req-341411d4-f840-44c4-aaf6-2440ca13c848"}]} [pid: 7|app: 0|req: 524/1115] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:37:12 2026] DELETE /v2.0/networks/5808fa6e-c18f-4993-8a16-720a623a6bf5 => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:37:12.899 8 INFO neutron.db.segments_db [None req-08385611-f959-4100-9c7e-2dcb4ce9e37d 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] Added segment d1eb0db5-96ee-47f3-aa32-8ddee32cb537 of type vxlan for network f15976a0-e9c0-4623-8ee7-28a8d5a0540e [pid: 7|app: 0|req: 525/1116] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:12 2026] GET /v2.0/ports?device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => 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: 526/1117] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:12 2026] GET /v2.0/security-groups?id=ed58d48f-22f8-43ae-b656-9eb34c4eb89f&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-20 02:37:13.190 8 INFO neutron.db.l3_hamode_db [None req-08385611-f959-4100-9c7e-2dcb4ce9e37d 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 527/1118] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:13 2026] GET /v2.0/ports?device_id=a6a948d6-0d4d-46f4-a765-1a626ecf3947 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1119] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:13 2026] GET /v2.0/security-groups?id=020447d5-6be7-42f5-8fd4-608357e2dd5e&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1120] 199.19.213.229 () {34 vars in 994 bytes} [Thu Aug 20 02:37:13 2026] GET /v2.0/ports?device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:37:14.040 7 INFO neutron_taas.services.taas.taas_plugin [req-b89946d3-8e0a-4620-b306-4748b59fb0ff req-896718e9-aca0-40b5-9623-e987024e2fb9 5cb72f3c9bed4ab5a7db95e3d626a550 6d3a55bfa0a441e2bbec40f6bd51197e - - default default] TaaS: Handle Delete Port: 38198475-bcbb-4078-bd04-1e94bc39c382 2026-08-20 02:37:14.044 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b89946d3-8e0a-4620-b306-4748b59fb0ff req-896718e9-aca0-40b5-9623-e987024e2fb9 5cb72f3c9bed4ab5a7db95e3d626a550 6d3a55bfa0a441e2bbec40f6bd51197e - - default default] Tap Mirror: Handle Delete Port: 38198475-bcbb-4078-bd04-1e94bc39c382 2026-08-20 02:37:14.044 8 INFO neutron.db.l3_hamode_db [None req-08385611-f959-4100-9c7e-2dcb4ce9e37d 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:37:14.178 7 INFO neutron.db.l3_db [req-b89946d3-8e0a-4620-b306-4748b59fb0ff req-896718e9-aca0-40b5-9623-e987024e2fb9 5cb72f3c9bed4ab5a7db95e3d626a550 6d3a55bfa0a441e2bbec40f6bd51197e - - default default] Floating IP 1d2f3da5-26b9-420c-bc05-f6efed7e62a8 disassociated. External IP: 10.96.250.212, port: 38198475-bcbb-4078-bd04-1e94bc39c382. [pid: 7|app: 0|req: 530/1121] 199.19.213.229 () {36 vars in 997 bytes} [Thu Aug 20 02:37:13 2026] DELETE /v2.0/ports/38198475-bcbb-4078-bd04-1e94bc39c382 => generated 0 bytes in 693 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1122] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:14 2026] GET /v2.0/ports?device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:37:14.670 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5b9fde72-ae68-4fca-8cd5-b95d476ab20e'] response: {'server_uuid': '82a6bf7b-80e1-4449-91ec-d701a3e2cc75', 'name': 'network-vif-deleted', 'tag': '38198475-bcbb-4078-bd04-1e94bc39c382', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 532/1123] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:14 2026] GET /v2.0/ports?device_id=a6a948d6-0d4d-46f4-a765-1a626ecf3947 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1124] 199.19.213.229 () {34 vars in 994 bytes} [Thu Aug 20 02:37:14 2026] GET /v2.0/ports?device_id=a6a948d6-0d4d-46f4-a765-1a626ecf3947 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1125] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:14 2026] GET /v2.0/security-groups?id=020447d5-6be7-42f5-8fd4-608357e2dd5e&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:37:14.836 7 INFO neutron_taas.services.taas.taas_plugin [req-e05dc9d2-a20d-426c-8715-3b3627667ccb req-205bb0b4-81ba-4454-a595-1fee7e259b22 a20d8d98222e45d3ba983d4eba9f8bc8 b684cdc94d94486d98ce0606677d256f - - default default] TaaS: Handle Delete Port: 0aff66de-62b5-4c39-bdb9-56997b19304a 2026-08-20 02:37:14.839 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e05dc9d2-a20d-426c-8715-3b3627667ccb req-205bb0b4-81ba-4454-a595-1fee7e259b22 a20d8d98222e45d3ba983d4eba9f8bc8 b684cdc94d94486d98ce0606677d256f - - default default] Tap Mirror: Handle Delete Port: 0aff66de-62b5-4c39-bdb9-56997b19304a [pid: 8|app: 0|req: 592/1126] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:37:12 2026] POST /v2.0/routers => generated 687 bytes in 2138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1127] 199.19.213.229 () {36 vars in 997 bytes} [Thu Aug 20 02:37:14 2026] DELETE /v2.0/ports/0aff66de-62b5-4c39-bdb9-56997b19304a => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1128] 10.0.0.38 () {32 vars in 720 bytes} [Thu Aug 20 02:37:14 2026] GET /v2.0/routers/69ef05e3-79d9-4da8-a348-c9df933e7dcf => generated 693 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1129] 10.0.0.38 () {32 vars in 646 bytes} [Thu Aug 20 02:37:15 2026] GET /v2.0/routers => generated 696 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1130] 10.0.0.38 () {34 vars in 740 bytes} [Thu Aug 20 02:37:15 2026] PUT /v2.0/routers/69ef05e3-79d9-4da8-a348-c9df933e7dcf => generated 700 bytes in 491 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1131] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:15 2026] GET /v2.0/ports?device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => 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: 537/1132] 10.0.0.38 () {32 vars in 720 bytes} [Thu Aug 20 02:37:15 2026] GET /v2.0/routers/69ef05e3-79d9-4da8-a348-c9df933e7dcf => generated 700 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1133] 10.0.0.38 () {32 vars in 735 bytes} [Thu Aug 20 02:37:15 2026] GET /v2.0/ports?device_id=69ef05e3-79d9-4da8-a348-c9df933e7dcf => 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: 597/1134] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:15 2026] GET /v2.0/ports?device_id=a6a948d6-0d4d-46f4-a765-1a626ecf3947 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:37:15.993 7 INFO neutron_taas.services.taas.taas_plugin [None req-c38337a8-b96c-4b7e-9b30-3492df85ff2e 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] TaaS: Handle Delete Port: e52c8389-a755-4358-81ba-3bbf04b3cd94 2026-08-20 02:37:15.995 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c38337a8-b96c-4b7e-9b30-3492df85ff2e 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] Tap Mirror: Handle Delete Port: e52c8389-a755-4358-81ba-3bbf04b3cd94 2026-08-20 02:37:16.266 7 INFO neutron_taas.services.taas.taas_plugin [None req-c38337a8-b96c-4b7e-9b30-3492df85ff2e 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] TaaS: Handle Delete Port: e0f7e976-338f-4967-b648-6853525a8275 2026-08-20 02:37:16.268 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c38337a8-b96c-4b7e-9b30-3492df85ff2e 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] Tap Mirror: Handle Delete Port: e0f7e976-338f-4967-b648-6853525a8275 2026-08-20 02:37:16.647 7 INFO neutron.services.segments.plugin [-] Segment d1eb0db5-96ee-47f3-aa32-8ddee32cb537 resource provider aggregate not found 2026-08-20 02:37:16.651 7 INFO neutron.services.segments.plugin [-] Segment d1eb0db5-96ee-47f3-aa32-8ddee32cb537 resource provider aggregate not found 2026-08-20 02:37:16.681 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d1eb0db5-96ee-47f3-aa32-8ddee32cb537 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 d1eb0db5-96ee-47f3-aa32-8ddee32cb537 found for delete ", "request_id": "req-247cf463-74e8-4cf9-8d38-abf09e034d21"}]} 2026-08-20 02:37:16.682 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d1eb0db5-96ee-47f3-aa32-8ddee32cb537 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 d1eb0db5-96ee-47f3-aa32-8ddee32cb537 found for delete ", "request_id": "req-24a65ee7-c866-443d-ae05-12540cfb20ab"}]} 2026-08-20 02:37:16.696 7 INFO neutron.db.l3_hamode_db [None req-c38337a8-b96c-4b7e-9b30-3492df85ff2e 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] HA network f15976a0-e9c0-4623-8ee7-28a8d5a0540e was deleted as no HA routers are present in tenant 1710d02d1ae04958a8bbec1298b78c0b. [pid: 7|app: 0|req: 538/1135] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:37:15 2026] DELETE /v2.0/routers/69ef05e3-79d9-4da8-a348-c9df933e7dcf => generated 0 bytes in 925 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:37:16.710 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e6d5fdef-b654-4fa8-8852-60b7b595b20a'] response: {'server_uuid': 'a6a948d6-0d4d-46f4-a765-1a626ecf3947', 'name': 'network-vif-deleted', 'tag': '0aff66de-62b5-4c39-bdb9-56997b19304a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 598/1136] 10.0.0.38 () {32 vars in 735 bytes} [Thu Aug 20 02:37:16 2026] GET /v2.0/ports?device_id=69ef05e3-79d9-4da8-a348-c9df933e7dcf => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:37:16.753 7 INFO neutron.api.v2.resource [None req-331a728c-c0e3-4cd0-b399-fad832a8856a 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 539/1137] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:37:16 2026] DELETE /v2.0/routers/69ef05e3-79d9-4da8-a348-c9df933e7dcf => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1138] 10.0.0.38 () {32 vars in 735 bytes} [Thu Aug 20 02:37:16 2026] GET /v2.0/ports?device_id=36df3402-be85-4ead-a1fa-f3d80bdb8543 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:37:16.806 7 INFO neutron.api.v2.resource [None req-e568e3b4-d1b4-4874-993e-eef6b316bacc 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 540/1139] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:37:16 2026] DELETE /v2.0/routers/36df3402-be85-4ead-a1fa-f3d80bdb8543 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1140] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:16 2026] GET /v2.0/ports?device_id=82a6bf7b-80e1-4449-91ec-d701a3e2cc75 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:37:16.825 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7fc36d11-8781-4084-a592-30f068ece3f1 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 541/1141] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:37:16 2026] DELETE /v2.0/subnets/1487353c-a36d-4dc5-ba1d-7ea711c833aa => 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: 601/1142] 10.0.0.38 () {32 vars in 735 bytes} [Thu Aug 20 02:37:16 2026] GET /v2.0/ports?device_id=5ad4b3a7-4721-46b5-ad2f-3303834293f2 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:37:16.872 7 INFO neutron.api.v2.resource [None req-32e12afa-2de5-48d8-b3d3-1cda58a4f982 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 542/1143] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:37:16 2026] DELETE /v2.0/routers/5ad4b3a7-4721-46b5-ad2f-3303834293f2 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:37:16.894 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9ae6bb11-36b0-47c0-95e9-b24a4fea848a 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 602/1144] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:37:16 2026] DELETE /v2.0/subnets/6bd48c6a-4103-4bc2-8924-92eadff7f2d6 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1145] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:16 2026] GET /v2.0/ports?device_id=a6a948d6-0d4d-46f4-a765-1a626ecf3947 => 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: 603/1146] 10.0.0.38 () {32 vars in 735 bytes} [Thu Aug 20 02:37:16 2026] GET /v2.0/ports?device_id=292302a1-7829-4c07-a42c-003b6c18c89a => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:37:16.944 7 INFO neutron.api.v2.resource [None req-7a951655-7779-430f-9a06-ca72b82a2175 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 544/1147] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:37:16 2026] DELETE /v2.0/routers/292302a1-7829-4c07-a42c-003b6c18c89a => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:37:16.968 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dfd7936d-1bd9-4452-b2a5-e9a1f76fafa2 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 604/1148] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:37:16 2026] DELETE /v2.0/subnets/7a56192b-e1ef-4610-a496-f418cfdc91c8 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:37:16.990 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b0c2497b-0ec6-41fa-bdff-89ef61e7bc59 6e2733708d054f6fa688e3b2bb5b8a71 1710d02d1ae04958a8bbec1298b78c0b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 545/1149] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:37:16 2026] DELETE /v2.0/subnets/d3dce15c-475b-49a1-bfa3-a4f8e19cbb22 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1150] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:37:17 2026] GET /v2.0/security-groups?tenant_id=1710d02d1ae04958a8bbec1298b78c0b&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1151] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:37:17 2026] DELETE /v2.0/security-groups/ce85ddcb-871a-45bd-904a-2e237e364733 => 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: 547/1152] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:17 2026] GET /v2.0/ports?device_id=a6a948d6-0d4d-46f4-a765-1a626ecf3947 => 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: 606/1153] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:37:17 2026] DELETE /v2.0/security-groups/ed58d48f-22f8-43ae-b656-9eb34c4eb89f => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:37:18.013 7 INFO neutron.api.v2.resource [None req-f187b686-0347-4e3e-b2cd-ceb357a1f070 5cb72f3c9bed4ab5a7db95e3d626a550 6d3a55bfa0a441e2bbec40f6bd51197e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 548/1154] 10.0.0.38 () {32 vars in 736 bytes} [Thu Aug 20 02:37:18 2026] GET /v2.0/security-groups/ed58d48f-22f8-43ae-b656-9eb34c4eb89f => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:37:18.124 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8e0e3b2-f993-4e0e-80b9-6aa595afc58c 5cb72f3c9bed4ab5a7db95e3d626a550 6d3a55bfa0a441e2bbec40f6bd51197e - - default default] TaaS: Handle Delete Port: 92dbde94-25a8-4fdf-9b6f-c2f581b06430 2026-08-20 02:37:18.128 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8e0e3b2-f993-4e0e-80b9-6aa595afc58c 5cb72f3c9bed4ab5a7db95e3d626a550 6d3a55bfa0a441e2bbec40f6bd51197e - - default default] Tap Mirror: Handle Delete Port: 92dbde94-25a8-4fdf-9b6f-c2f581b06430 [pid: 8|app: 0|req: 607/1155] 10.0.0.38 () {32 vars in 731 bytes} [Thu Aug 20 02:37:18 2026] DELETE /v2.0/floatingips/1d2f3da5-26b9-420c-bc05-f6efed7e62a8 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:37:18.823 7 INFO neutron_taas.services.taas.taas_plugin [None req-dd2f6f6c-87e9-47bb-a019-87b78a4fd4b9 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: c22b454d-475e-4e35-bf6b-18fbb2a310d2 2026-08-20 02:37:18.827 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd2f6f6c-87e9-47bb-a019-87b78a4fd4b9 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: c22b454d-475e-4e35-bf6b-18fbb2a310d2 [pid: 7|app: 0|req: 549/1156] 10.0.0.38 () {34 vars in 788 bytes} [Thu Aug 20 02:37:18 2026] PUT /v2.0/routers/efa95f5a-62f8-47c7-a310-905139af3d08/remove_router_interface => generated 309 bytes in 1043 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:37:19.492 8 INFO neutron_taas.services.taas.taas_plugin [None req-18d64bba-eaa0-4408-a7e7-1e7ef55ae0e0 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: e1d16990-8f2e-4df1-8835-ba168f10adb3 2026-08-20 02:37:19.495 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18d64bba-eaa0-4408-a7e7-1e7ef55ae0e0 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: e1d16990-8f2e-4df1-8835-ba168f10adb3 2026-08-20 02:37:19.676 7 INFO neutron_taas.services.taas.taas_plugin [None req-c7a91cc0-920e-4cfd-8ea3-9df24e09af0e d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: 6a34036a-bee0-4e22-a486-42e64f495737 2026-08-20 02:37:19.680 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7a91cc0-920e-4cfd-8ea3-9df24e09af0e d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: 6a34036a-bee0-4e22-a486-42e64f495737 2026-08-20 02:37:19.972 7 INFO neutron_taas.services.taas.taas_plugin [None req-c7a91cc0-920e-4cfd-8ea3-9df24e09af0e d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: e9d293ae-1af1-49f6-89b2-6a29ebce7cf6 2026-08-20 02:37:19.982 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7a91cc0-920e-4cfd-8ea3-9df24e09af0e d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: e9d293ae-1af1-49f6-89b2-6a29ebce7cf6 [pid: 8|app: 0|req: 608/1157] 10.0.0.38 () {34 vars in 788 bytes} [Thu Aug 20 02:37:19 2026] PUT /v2.0/routers/5610f0e4-f687-47cf-9a35-4af6ee897514/remove_router_interface => generated 309 bytes in 1014 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1158] 10.0.0.38 () {32 vars in 622 bytes} [Thu Aug 20 02:37:20 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-08-20 02:37:20.344 8 INFO neutron_taas.services.taas.taas_plugin [None req-b27f82dd-f333-48d0-a311-bf815f404c0f d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: 20ccb317-d400-4789-bde0-60d851261f43 2026-08-20 02:37:20.347 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b27f82dd-f333-48d0-a311-bf815f404c0f d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: 20ccb317-d400-4789-bde0-60d851261f43 2026-08-20 02:37:20.374 7 INFO neutron.services.segments.plugin [-] Segment 7dcfa8db-f646-4eb3-8c04-983a7d19a870 resource provider aggregate not found 2026-08-20 02:37:20.388 7 INFO neutron.services.segments.plugin [-] Segment 7dcfa8db-f646-4eb3-8c04-983a7d19a870 resource provider aggregate not found 2026-08-20 02:37:20.402 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7dcfa8db-f646-4eb3-8c04-983a7d19a870 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 7dcfa8db-f646-4eb3-8c04-983a7d19a870 found for delete ", "request_id": "req-da4fe770-3631-42d2-bfb7-282ae1cf34d1"}]} 2026-08-20 02:37:20.415 7 INFO neutron.db.l3_hamode_db [None req-c7a91cc0-920e-4cfd-8ea3-9df24e09af0e d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] HA network 55ba856a-4e99-4767-82b1-944380eb228a was deleted as no HA routers are present in tenant 6d3a55bfa0a441e2bbec40f6bd51197e. 2026-08-20 02:37:20.422 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7dcfa8db-f646-4eb3-8c04-983a7d19a870 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 7dcfa8db-f646-4eb3-8c04-983a7d19a870 found for delete ", "request_id": "req-45e7dd81-ec99-4877-8cee-cb56e931a25c"}]} [pid: 7|app: 0|req: 550/1159] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:37:19 2026] DELETE /v2.0/routers/efa95f5a-62f8-47c7-a310-905139af3d08 => generated 0 bytes in 983 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1160] 10.0.0.38 () {32 vars in 632 bytes} [Thu Aug 20 02:37:20 2026] GET /v2.0/ => generated 632 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:37:20.656 8 INFO neutron_taas.services.taas.taas_plugin [None req-b27f82dd-f333-48d0-a311-bf815f404c0f d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: c71a8932-a39d-47bc-8f8f-64f0515b72dd 2026-08-20 02:37:20.658 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b27f82dd-f333-48d0-a311-bf815f404c0f d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: c71a8932-a39d-47bc-8f8f-64f0515b72dd [pid: 7|app: 0|req: 552/1161] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:37:20 2026] DELETE /v2.0/subnets/fdf87151-1933-4459-ba22-fac4887fe05d => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:37:20.859 7 INFO neutron_taas.services.taas.taas_plugin [None req-e607e16d-8a27-459f-915d-bb01f08a7ec1 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: 099978bf-99e5-4518-9c7e-c07bae4fbbd6 2026-08-20 02:37:20.862 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e607e16d-8a27-459f-915d-bb01f08a7ec1 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: 099978bf-99e5-4518-9c7e-c07bae4fbbd6 [pid: 7|app: 0|req: 553/1162] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:37:20 2026] DELETE /v2.0/networks/7dd1220d-6a54-4a8a-9d56-aa721f86b0a4 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1163] 10.0.0.44 () {34 vars in 989 bytes} [Thu Aug 20 02:37:21 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => generated 1240 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:37:21.451 8 INFO neutron.services.segments.plugin [-] Segment 16dce93d-242e-41b5-bdfa-67b36c2a3975 resource provider aggregate not found 2026-08-20 02:37:21.461 8 INFO neutron.services.segments.plugin [-] Segment 16dce93d-242e-41b5-bdfa-67b36c2a3975 resource provider aggregate not found 2026-08-20 02:37:21.479 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 16dce93d-242e-41b5-bdfa-67b36c2a3975 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 16dce93d-242e-41b5-bdfa-67b36c2a3975 found for delete ", "request_id": "req-f98a2414-e6b9-4553-a8d8-33bf2d0e810e"}]} 2026-08-20 02:37:21.494 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 16dce93d-242e-41b5-bdfa-67b36c2a3975 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 16dce93d-242e-41b5-bdfa-67b36c2a3975 found for delete ", "request_id": "req-50c92d1c-fd7a-4ba2-8ff2-225a57063d60"}]} 2026-08-20 02:37:21.505 8 INFO neutron.db.l3_hamode_db [None req-b27f82dd-f333-48d0-a311-bf815f404c0f d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] HA network 486843fd-5cf5-4e7e-a86d-cdb2492423be was deleted as no HA routers are present in tenant b684cdc94d94486d98ce0606677d256f. [pid: 8|app: 0|req: 610/1164] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:37:20 2026] DELETE /v2.0/routers/5610f0e4-f687-47cf-9a35-4af6ee897514 => generated 0 bytes in 1433 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1165] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:37:21 2026] GET /v2.0/security-groups?tenant_id=6d3a55bfa0a441e2bbec40f6bd51197e&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: 612/1166] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Aug 20 02:37:21 2026] GET /v2.0/security-groups?id=74bb575d-9247-411b-8fa2-3098f9476e3e&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1167] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:37:21 2026] GET /v2.0/security-groups?tenant_id=3307cb3f8453424e9141b9ca0b16c7fe&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1168] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:37:21 2026] DELETE /v2.0/subnets/7c810208-79b9-4ae0-8cd1-17a57b531dc0 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1169] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:37:21 2026] DELETE /v2.0/security-groups/217e4cad-441c-42ec-b8d5-dd606a6aae3c => 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: 614/1170] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:37:21 2026] DELETE /v2.0/security-groups/fe0b1efe-cf2e-4ca8-9a57-d430aef86aae => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:37:21.869 7 INFO neutron_taas.services.taas.taas_plugin [None req-0feb0dee-2628-4f46-8558-c146ec5d9cdc d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: 2154f1b2-d34d-433e-9d39-3f2c5aed471a 2026-08-20 02:37:21.873 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0feb0dee-2628-4f46-8558-c146ec5d9cdc d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: 2154f1b2-d34d-433e-9d39-3f2c5aed471a [pid: 7|app: 0|req: 557/1171] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:37:21 2026] DELETE /v2.0/networks/9e363b7d-9180-4e07-86eb-fde5cab13532 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1172] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:37:22 2026] GET /v2.0/security-groups?tenant_id=b684cdc94d94486d98ce0606677d256f&name=default => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:37:22.423 7 INFO neutron.services.segments.plugin [-] Segment efccee8a-045d-4802-9116-515563743a86 resource provider aggregate not found 2026-08-20 02:37:22.444 7 INFO neutron.services.segments.plugin [-] Segment efccee8a-045d-4802-9116-515563743a86 resource provider aggregate not found 2026-08-20 02:37:22.446 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment efccee8a-045d-4802-9116-515563743a86 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 efccee8a-045d-4802-9116-515563743a86 found for delete ", "request_id": "req-ebe14dcc-17bc-4262-b74f-fbb181e44231"}]} 2026-08-20 02:37:22.470 7 INFO neutron.services.segments.plugin [-] Segment 717594a8-9763-46c2-a5ec-8ff7337545f7 resource provider aggregate not found 2026-08-20 02:37:22.473 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment efccee8a-045d-4802-9116-515563743a86 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 efccee8a-045d-4802-9116-515563743a86 found for delete ", "request_id": "req-10367a3d-3f56-4d9e-9f9f-7e90d3e31a71"}]} 2026-08-20 02:37:22.492 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 717594a8-9763-46c2-a5ec-8ff7337545f7 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 717594a8-9763-46c2-a5ec-8ff7337545f7 found for delete ", "request_id": "req-582d414b-998e-44c3-b011-d7ed998bbc44"}]} 2026-08-20 02:37:22.497 7 INFO neutron.services.segments.plugin [-] Segment 717594a8-9763-46c2-a5ec-8ff7337545f7 resource provider aggregate not found 2026-08-20 02:37:22.520 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 717594a8-9763-46c2-a5ec-8ff7337545f7 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 717594a8-9763-46c2-a5ec-8ff7337545f7 found for delete ", "request_id": "req-1253e97f-ad5b-4af9-9421-0d1c7002c103"}]} [pid: 7|app: 0|req: 558/1173] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:37:22 2026] DELETE /v2.0/security-groups/020447d5-6be7-42f5-8fd4-608357e2dd5e => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:37:23.894 8 INFO neutron.db.segments_db [None req-41797b15-91f4-4c79-a9c3-a2d33d94cbbd d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Added segment 3618f796-126c-4a14-ad77-f35d9e5a206d of type vxlan for network 8e92b452-bf3f-4ef7-9da0-98331b30ef02 [pid: 8|app: 0|req: 616/1174] 10.0.0.38 () {34 vars in 670 bytes} [Thu Aug 20 02:37:23 2026] POST /v2.0/networks => generated 744 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1175] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:37:23 2026] POST /v2.0/subnets => generated 691 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:37:24.343 8 INFO neutron.db.segments_db [None req-0a39d855-cc79-4689-abf8-f71978edb4fd d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Added segment b283f845-a701-403b-a5fd-a11ceeb5e51b of type vxlan for network aa966de1-f03e-4f88-8ef7-ac786bf9f35b 2026-08-20 02:37:24.612 8 INFO neutron.db.l3_hamode_db [None req-0a39d855-cc79-4689-abf8-f71978edb4fd d1878adde1314cf595b1315b0179d014 fc2fe692b1664360967763007006e1f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:37:25.494 8 INFO neutron.db.l3_hamode_db [None req-0a39d855-cc79-4689-abf8-f71978edb4fd d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 562/1178] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:37:25 2026] GET /v2.0/security-groups?tenant_id=2a09257a4ee04b40830aaf26bf62caab&name=default => generated 2925 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1179] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:37:25 2026] DELETE /v2.0/security-groups/313677f0-9217-4fec-91c0-0415da13609d => 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: 564/1180] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:37:26 2026] GET /v2.0/security-groups?tenant_id=f767a4832fe64d7981f8fdfbe2877909&name=default => generated 2925 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1181] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:37:24 2026] POST /v2.0/routers => generated 731 bytes in 2196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1182] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:37:26 2026] DELETE /v2.0/security-groups/844f9e6e-fcd2-4f3b-a46c-3c05eea03cb8 => 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: 618/1183] 10.0.0.38 () {34 vars in 782 bytes} [Thu Aug 20 02:37:26 2026] PUT /v2.0/routers/8098c325-3a28-4160-a12c-2a6d6b263f3f/add_router_interface => generated 309 bytes in 1325 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1184] 10.0.0.38 () {34 vars in 684 bytes} [Thu Aug 20 02:37:28 2026] POST /v2.0/security-groups => generated 1659 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1185] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:37:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1186] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:37:28 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1187] 10.0.0.38 () {34 vars in 675 bytes} [Thu Aug 20 02:37:28 2026] POST /v2.0/floatingips => generated 552 bytes in 625 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1188] 10.0.0.147 () {34 vars in 1098 bytes} [Thu Aug 20 02:37:30 2026] GET /v2.0/security-groups?name=tempest-securitygroup--184593566&fields=id&tenant_id=fc2fe692b1664360967763007006e1f5 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1189] 10.0.0.147 () {34 vars in 982 bytes} [Thu Aug 20 02:37:30 2026] GET /v2.0/networks?id=8e92b452-bf3f-4ef7-9da0-98331b30ef02 => generated 676 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1190] 10.0.0.147 () {34 vars in 965 bytes} [Thu Aug 20 02:37:30 2026] GET /v2.0/quotas/fc2fe692b1664360967763007006e1f5 => 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: 622/1191] 10.0.0.147 () {34 vars in 1002 bytes} [Thu Aug 20 02:37:30 2026] GET /v2.0/ports?tenant_id=fc2fe692b1664360967763007006e1f5&fields=id => generated 103 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1192] 10.0.0.147 () {34 vars in 1008 bytes} [Thu Aug 20 02:37:30 2026] GET /v2.0/networks/8e92b452-bf3f-4ef7-9da0-98331b30ef02?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: 623/1193] 10.0.0.147 () {34 vars in 1108 bytes} [Thu Aug 20 02:37:30 2026] GET /v2.0/networks/8e92b452-bf3f-4ef7-9da0-98331b30ef02?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1194] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:30 2026] GET /v2.0/ports?device_id=65ac7a6a-a3dc-4ec3-bc12-c21e022476a0 => 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: 571/1195] 10.0.0.230 () {32 vars in 801 bytes} [Thu Aug 20 02:37:30 2026] GET /v2.0/extensions => generated 21537 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1196] 10.0.0.230 () {30 vars in 724 bytes} [Thu Aug 20 02:37:30 2026] GET /v2.0/quotas/9d41967d935544e8b402a75b2269280c/details => generated 847 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1197] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:31 2026] GET /v2.0/ports?device_id=65ac7a6a-a3dc-4ec3-bc12-c21e022476a0 => 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: 626/1198] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:31 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => generated 971 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1199] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:31 2026] GET /v2.0/security-groups?id=74bb575d-9247-411b-8fa2-3098f9476e3e&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1200] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:31 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => 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: 628/1201] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:32 2026] GET /v2.0/security-groups?id=74bb575d-9247-411b-8fa2-3098f9476e3e&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: 574/1202] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:37:32 2026] GET /v2.0/security-groups?tenant_id=e05918805c45474eb3f85ef35a318545&name=default => generated 2925 bytes in 363 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1203] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:32 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1204] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:37:32 2026] DELETE /v2.0/security-groups/10ff828f-2e56-4910-b50b-6750530152fa => 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: 576/1205] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:32 2026] GET /v2.0/security-groups?id=74bb575d-9247-411b-8fa2-3098f9476e3e&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1206] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:37:32 2026] GET /v2.0/security-groups?tenant_id=96bbadc95a3548e8a647de43f48393d6&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: 577/1207] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:37:32 2026] DELETE /v2.0/security-groups/8defbd53-35b5-4fca-9490-a27612ae62b9 => 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: 631/1208] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:32 2026] GET /v2.0/ports?device_id=65ac7a6a-a3dc-4ec3-bc12-c21e022476a0 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1209] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:33 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1210] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:33 2026] GET /v2.0/security-groups?id=74bb575d-9247-411b-8fa2-3098f9476e3e&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: 579/1211] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:37:33 2026] GET /v2.0/ports?tenant_id=1f9979b78c624af0a139d2619b1a5604&device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => 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: 633/1212] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:33 2026] GET /v2.0/ports?device_id=65ac7a6a-a3dc-4ec3-bc12-c21e022476a0 => 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: 580/1213] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:37:33 2026] GET /v2.0/networks?id=9a989808-409e-41d0-872a-685f067de644 => generated 772 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1214] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:37:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=58e3a538-ecf7-48cc-a6fa-bb36986b0ff6 => generated 860 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1215] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:37:34 2026] GET /v2.0/subnets?id=fdd771c1-c511-46ad-9a9c-95769cfb2547 => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1216] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:37:34 2026] GET /v2.0/ports?network_id=9a989808-409e-41d0-872a-685f067de644&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: 582/1217] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:37:34 2026] GET /v2.0/networks/9a989808-409e-41d0-872a-685f067de644?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1218] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:37:34 2026] GET /v2.0/networks/9a989808-409e-41d0-872a-685f067de644?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1219] 10.0.0.230 () {32 vars in 801 bytes} [Thu Aug 20 02:37:34 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: 637/1220] 10.0.0.230 () {30 vars in 724 bytes} [Thu Aug 20 02:37:34 2026] GET /v2.0/quotas/9d41967d935544e8b402a75b2269280c/details => generated 847 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1221] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:34 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1222] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:34 2026] GET /v2.0/security-groups?id=74bb575d-9247-411b-8fa2-3098f9476e3e&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1223] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:35 2026] GET /v2.0/ports?device_id=65ac7a6a-a3dc-4ec3-bc12-c21e022476a0 => 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: 585/1224] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:37:34 2026] GET /v2.0/networks?id=8e92b452-bf3f-4ef7-9da0-98331b30ef02 => generated 676 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1225] 199.19.213.229 () {34 vars in 1050 bytes} [Thu Aug 20 02:37:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fc2fe692b1664360967763007006e1f5 => generated 180 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1226] 199.19.213.229 () {38 vars in 955 bytes} [Thu Aug 20 02:37:35 2026] POST /v2.0/ports => generated 954 bytes in 341 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: 641/1227] 199.19.213.229 () {38 vars in 1028 bytes} [Thu Aug 20 02:37:35 2026] PUT /v2.0/ports/78bbed3b-3a0f-4ae9-b4ae-4b82be158aa5 => generated 1235 bytes in 489 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1228] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:35 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-20 02:37:35.983 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-eab62e3e-8649-4e59-8d97-6bfaf458f07a'] response: {'name': 'network-changed', 'server_uuid': '65ac7a6a-a3dc-4ec3-bc12-c21e022476a0', 'tag': '78bbed3b-3a0f-4ae9-b4ae-4b82be158aa5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 642/1229] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:35 2026] GET /v2.0/security-groups?id=74bb575d-9247-411b-8fa2-3098f9476e3e&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: 588/1230] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:36 2026] GET /v2.0/ports?device_id=65ac7a6a-a3dc-4ec3-bc12-c21e022476a0 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1231] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:36 2026] GET /v2.0/security-groups?id=c757441c-8344-4037-b981-b9337100a2cc&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: 589/1232] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:37:36 2026] GET /v2.0/ports?tenant_id=fc2fe692b1664360967763007006e1f5&device_id=65ac7a6a-a3dc-4ec3-bc12-c21e022476a0 => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1233] 199.19.213.229 () {34 vars in 1018 bytes} [Thu Aug 20 02:37:36 2026] GET /v2.0/networks?tenant_id=fc2fe692b1664360967763007006e1f5&shared=False => generated 772 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1234] 199.19.213.229 () {34 vars in 930 bytes} [Thu Aug 20 02:37:36 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1235] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:37 2026] GET /v2.0/ports?device_id=65ac7a6a-a3dc-4ec3-bc12-c21e022476a0 => 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: 645/1236] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:37 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => generated 971 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1237] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:37 2026] GET /v2.0/security-groups?id=c757441c-8344-4037-b981-b9337100a2cc&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: 646/1238] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:37 2026] GET /v2.0/security-groups?id=74bb575d-9247-411b-8fa2-3098f9476e3e&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: 593/1239] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:37:37 2026] GET /v2.0/ports?tenant_id=fc2fe692b1664360967763007006e1f5&device_id=65ac7a6a-a3dc-4ec3-bc12-c21e022476a0 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1240] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:37:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=78bbed3b-3a0f-4ae9-b4ae-4b82be158aa5 => 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: 594/1241] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:37:37 2026] GET /v2.0/subnets?id=ab94b856-69bb-4eed-b287-20dc07bd1dd0 => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1242] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:37:37 2026] GET /v2.0/ports?network_id=8e92b452-bf3f-4ef7-9da0-98331b30ef02&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: 7|app: 0|req: 595/1243] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:37:37 2026] GET /v2.0/security-groups?tenant_id=39bc662bb864423294f086506f1f61b5&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1244] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:37:37 2026] GET /v2.0/security-groups?tenant_id=9d41967d935544e8b402a75b2269280c&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1245] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:37:38 2026] GET /v2.0/networks/8e92b452-bf3f-4ef7-9da0-98331b30ef02?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: 650/1246] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:37:38 2026] DELETE /v2.0/security-groups/78870a00-09cd-4804-9460-28c4fc6065ac => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1247] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:37:38 2026] DELETE /v2.0/security-groups/7cad5501-dcfe-461b-9134-c7712fe9049b => 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: 651/1248] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:37:38 2026] GET /v2.0/networks/8e92b452-bf3f-4ef7-9da0-98331b30ef02?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: 598/1249] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:37:38 2026] GET /v2.0/security-groups?tenant_id=78e738906f0b49a299a578f88f0dedbe&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1250] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:38 2026] GET /v2.0/ports?device_id=65ac7a6a-a3dc-4ec3-bc12-c21e022476a0 => generated 969 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1251] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:37:38 2026] DELETE /v2.0/security-groups/4d241b68-a701-464e-bcd4-208bed56be8e => 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: 653/1252] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:38 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => 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: 600/1253] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:38 2026] GET /v2.0/security-groups?id=c757441c-8344-4037-b981-b9337100a2cc&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1254] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:38 2026] GET /v2.0/security-groups?id=74bb575d-9247-411b-8fa2-3098f9476e3e&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: 8|app: 0|req: 656/1257] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:39 2026] GET /v2.0/ports?device_id=65ac7a6a-a3dc-4ec3-bc12-c21e022476a0 => 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: 657/1258] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:39 2026] GET /v2.0/security-groups?id=c757441c-8344-4037-b981-b9337100a2cc&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1259] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:39 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => generated 969 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1260] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:39 2026] GET /v2.0/security-groups?id=74bb575d-9247-411b-8fa2-3098f9476e3e&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:37:40.676 7 INFO neutron.db.segments_db [None req-fc879682-2035-4d55-95cd-7b1f49d91a40 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Added segment cffac112-82d5-452a-96d6-9cbc11b1bb0b of type vxlan for network d690b4bb-5000-4ff7-930c-d22631fded72 [pid: 7|app: 0|req: 603/1261] 10.0.0.38 () {34 vars in 670 bytes} [Thu Aug 20 02:37:40 2026] POST /v2.0/networks => generated 741 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1262] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:40 2026] GET /v2.0/ports?device_id=65ac7a6a-a3dc-4ec3-bc12-c21e022476a0 => generated 969 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1263] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:40 2026] GET /v2.0/security-groups?id=c757441c-8344-4037-b981-b9337100a2cc&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1264] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:41 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1265] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:37:40 2026] POST /v2.0/subnets => generated 688 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1266] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:41 2026] GET /v2.0/security-groups?id=74bb575d-9247-411b-8fa2-3098f9476e3e&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:37:41.131 8 INFO neutron.db.segments_db [None req-d9f67a2c-15d7-478d-a902-db06d7b262ad d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Added segment a7b9c009-4f2a-4a72-b1b0-fbd26fb67934 of type vxlan for network 241ad67d-b655-4a13-b6ea-9250b551684f [pid: 7|app: 0|req: 607/1267] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:37:41 2026] GET /v2.0/security-groups?tenant_id=eea6833d880d44939030f3bf7ca04033&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1268] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:37:41 2026] DELETE /v2.0/security-groups/851f034a-c8f8-4aa1-b16a-296a0f56a272 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:37:41.438 8 INFO neutron.db.l3_hamode_db [None req-d9f67a2c-15d7-478d-a902-db06d7b262ad d1878adde1314cf595b1315b0179d014 87a8829ecc1d468a8b8b3da588cc10ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 609/1269] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:42 2026] GET /v2.0/ports?device_id=65ac7a6a-a3dc-4ec3-bc12-c21e022476a0 => 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: 610/1270] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:42 2026] GET /v2.0/security-groups?id=c757441c-8344-4037-b981-b9337100a2cc&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: 611/1271] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:42 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:37:42.258 8 INFO neutron.db.l3_hamode_db [None req-d9f67a2c-15d7-478d-a902-db06d7b262ad d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 612/1272] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:42 2026] GET /v2.0/security-groups?id=74bb575d-9247-411b-8fa2-3098f9476e3e&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: 661/1273] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:37:41 2026] POST /v2.0/routers => generated 728 bytes in 2208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1274] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:43 2026] GET /v2.0/ports?device_id=65ac7a6a-a3dc-4ec3-bc12-c21e022476a0 => 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: 614/1275] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:43 2026] GET /v2.0/security-groups?id=c757441c-8344-4037-b981-b9337100a2cc&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1276] 10.0.0.38 () {34 vars in 782 bytes} [Thu Aug 20 02:37:43 2026] PUT /v2.0/routers/894f99f6-20d9-4737-a6ed-ebd30ba33598/add_router_interface => generated 309 bytes in 1108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1277] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:44 2026] GET /v2.0/ports?device_id=65ac7a6a-a3dc-4ec3-bc12-c21e022476a0 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1278] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:44 2026] GET /v2.0/security-groups?id=c757441c-8344-4037-b981-b9337100a2cc&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: 616/1279] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:44 2026] GET /v2.0/ports?device_id=65ac7a6a-a3dc-4ec3-bc12-c21e022476a0 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:37:45.023 8 INFO neutron.db.l3_db [None req-a3b9d970-ce09-4ead-9623-636aaf8708e4 6dffee87c0ac4ef09da2442521bddedb fc2fe692b1664360967763007006e1f5 - - default default] Floating IP d0f6a37d-c166-446f-b0c4-f02a55998fc2 associated. External IP: 10.96.250.204, port: 78bbed3b-3a0f-4ae9-b4ae-4b82be158aa5. [pid: 8|app: 0|req: 664/1280] 10.0.0.38 () {34 vars in 748 bytes} [Thu Aug 20 02:37:44 2026] PUT /v2.0/floatingips/d0f6a37d-c166-446f-b0c4-f02a55998fc2 => generated 855 bytes in 601 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:37:45.388 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5113a2c9-51d4-440a-8849-46ad5cec4067'] response: {'name': 'network-changed', 'server_uuid': '65ac7a6a-a3dc-4ec3-bc12-c21e022476a0', 'tag': '78bbed3b-3a0f-4ae9-b4ae-4b82be158aa5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 617/1281] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:45 2026] GET /v2.0/ports?device_id=65ac7a6a-a3dc-4ec3-bc12-c21e022476a0 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1282] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:45 2026] GET /v2.0/security-groups?id=c757441c-8344-4037-b981-b9337100a2cc&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1283] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:45 2026] GET /v2.0/ports?device_id=65ac7a6a-a3dc-4ec3-bc12-c21e022476a0 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:37:45.878 7 INFO neutron.db.segments_db [None req-dbfce787-0149-4e98-a184-f434e2d407a6 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Added segment db62ac37-a8bb-4c24-a154-7c4954b657a0 of type vxlan for network 2132dde2-52a2-440f-957c-6e274a76eb27 [pid: 8|app: 0|req: 667/1284] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:45 2026] GET /v2.0/security-groups?id=c757441c-8344-4037-b981-b9337100a2cc&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1285] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:37:45 2026] GET /v2.0/ports?tenant_id=fc2fe692b1664360967763007006e1f5&device_id=65ac7a6a-a3dc-4ec3-bc12-c21e022476a0 => generated 1240 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1286] 10.0.0.38 () {34 vars in 670 bytes} [Thu Aug 20 02:37:45 2026] POST /v2.0/networks => generated 741 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1287] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:37:45 2026] GET /v2.0/networks?id=8e92b452-bf3f-4ef7-9da0-98331b30ef02 => generated 772 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1288] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:37:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=78bbed3b-3a0f-4ae9-b4ae-4b82be158aa5 => 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: 671/1289] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:37:46 2026] GET /v2.0/subnets?id=ab94b856-69bb-4eed-b287-20dc07bd1dd0 => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1290] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:37:46 2026] GET /v2.0/ports?network_id=8e92b452-bf3f-4ef7-9da0-98331b30ef02&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: 673/1291] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:37:46 2026] GET /v2.0/networks/8e92b452-bf3f-4ef7-9da0-98331b30ef02?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: 619/1292] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:37:46 2026] POST /v2.0/subnets => generated 688 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1293] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:37:46 2026] GET /v2.0/networks/8e92b452-bf3f-4ef7-9da0-98331b30ef02?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-20 02:37:46.278 7 INFO neutron.db.segments_db [None req-af945d5c-6f98-40f7-8dbc-5f08c5a29a1f d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Added segment 47d50d02-a150-41aa-8766-4134d239dccf of type vxlan for network b6cf364a-628e-4c5f-85bf-f08f99f3d62e 2026-08-20 02:37:46.632 7 INFO neutron.db.l3_hamode_db [None req-af945d5c-6f98-40f7-8dbc-5f08c5a29a1f d1878adde1314cf595b1315b0179d014 93b9c61482c1462fae7b5f9dbaf60f5a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 675/1294] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:37:46 2026] GET /v2.0/security-groups?tenant_id=a3062058f8a04212b53364a8b988e5b4&name=default => generated 2925 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1295] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:47 2026] GET /v2.0/ports?device_id=65ac7a6a-a3dc-4ec3-bc12-c21e022476a0 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1296] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:37:47 2026] DELETE /v2.0/security-groups/a7822ab9-b2b2-43dc-b305-fd5b9f9a9751 => 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: 678/1297] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:47 2026] GET /v2.0/security-groups?id=c757441c-8344-4037-b981-b9337100a2cc&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-20 02:37:47.567 7 INFO neutron.db.l3_hamode_db [None req-af945d5c-6f98-40f7-8dbc-5f08c5a29a1f d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 679/1298] 199.19.213.229 () {34 vars in 994 bytes} [Thu Aug 20 02:37:48 2026] GET /v2.0/ports?device_id=65ac7a6a-a3dc-4ec3-bc12-c21e022476a0 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:37:48.390 8 INFO neutron_taas.services.taas.taas_plugin [req-5d631508-fe1d-4eb6-a98f-d56b44d5e31c req-4f6e91c6-0d50-4cdc-9b09-b960ac05497e 6dffee87c0ac4ef09da2442521bddedb fc2fe692b1664360967763007006e1f5 - - default default] TaaS: Handle Delete Port: 78bbed3b-3a0f-4ae9-b4ae-4b82be158aa5 2026-08-20 02:37:48.394 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5d631508-fe1d-4eb6-a98f-d56b44d5e31c req-4f6e91c6-0d50-4cdc-9b09-b960ac05497e 6dffee87c0ac4ef09da2442521bddedb fc2fe692b1664360967763007006e1f5 - - default default] Tap Mirror: Handle Delete Port: 78bbed3b-3a0f-4ae9-b4ae-4b82be158aa5 [pid: 7|app: 0|req: 620/1299] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:37:46 2026] POST /v2.0/routers => generated 728 bytes in 2266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1300] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:48 2026] GET /v2.0/ports?device_id=65ac7a6a-a3dc-4ec3-bc12-c21e022476a0 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:37:48.574 8 INFO neutron.db.l3_db [req-5d631508-fe1d-4eb6-a98f-d56b44d5e31c req-4f6e91c6-0d50-4cdc-9b09-b960ac05497e 6dffee87c0ac4ef09da2442521bddedb fc2fe692b1664360967763007006e1f5 - - default default] Floating IP d0f6a37d-c166-446f-b0c4-f02a55998fc2 disassociated. External IP: 10.96.250.204, port: 78bbed3b-3a0f-4ae9-b4ae-4b82be158aa5. [pid: 8|app: 0|req: 680/1301] 199.19.213.229 () {36 vars in 997 bytes} [Thu Aug 20 02:37:48 2026] DELETE /v2.0/ports/78bbed3b-3a0f-4ae9-b4ae-4b82be158aa5 => generated 0 bytes in 732 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1302] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:48 2026] GET /v2.0/security-groups?id=c757441c-8344-4037-b981-b9337100a2cc&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-20 02:37:49.044 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c2369da2-57dd-49e9-8c89-9676976ea2c3'] response: {'server_uuid': '65ac7a6a-a3dc-4ec3-bc12-c21e022476a0', 'name': 'network-vif-deleted', 'tag': '78bbed3b-3a0f-4ae9-b4ae-4b82be158aa5', 'status': 'completed', 'code': 200} 2026-08-20 02:37:49.458 8 INFO neutron.db.segments_db [None req-365c26bd-eced-45fd-b342-06dba06c7e00 66ba045c77b24fbbbd44650e1066ef86 bd47fd4e0f814d76a694a0eb9ac115ad - - default default] Added segment 55835e2b-1dd2-4f7d-8c30-3d7f102f4f87 of type vxlan for network 0bb1f8b8-d2a6-4989-9db2-df18522ecced [pid: 8|app: 0|req: 682/1303] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:37:49 2026] POST /v2.0/networks => generated 648 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1304] 10.0.0.38 () {34 vars in 782 bytes} [Thu Aug 20 02:37:48 2026] PUT /v2.0/routers/97862dbf-26b0-4b38-aad1-57b25244ff1d/add_router_interface => generated 309 bytes in 1471 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1305] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:50 2026] GET /v2.0/ports?device_id=65ac7a6a-a3dc-4ec3-bc12-c21e022476a0 => 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: 683/1306] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:37:50 2026] POST /v2.0/subnets => generated 673 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:37:50.465 7 INFO neutron.db.segments_db [None req-0256be90-f978-49f1-92ba-128ed4195c56 66ba045c77b24fbbbd44650e1066ef86 bd47fd4e0f814d76a694a0eb9ac115ad - - default default] Added segment 67b4b367-289a-49b5-98de-de8c14a5cfeb of type vxlan for network 1c681010-e88a-43d9-8fd1-664f648251ba [pid: 7|app: 0|req: 624/1307] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:37:50 2026] POST /v2.0/networks => generated 647 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1308] 10.0.0.38 () {34 vars in 742 bytes} [Thu Aug 20 02:37:50 2026] PUT /v2.0/networks/1c681010-e88a-43d9-8fd1-664f648251ba => generated 592 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1309] 10.0.0.38 () {34 vars in 684 bytes} [Thu Aug 20 02:37:50 2026] POST /v2.0/security-groups => generated 1675 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1310] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:37:50 2026] POST /v2.0/subnets => generated 646 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1311] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:37:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1312] 10.0.0.38 () {34 vars in 740 bytes} [Thu Aug 20 02:37:51 2026] PUT /v2.0/subnets/399af561-67c8-4383-bbec-2be959a3ed96 => generated 656 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1313] 10.0.0.44 () {34 vars in 989 bytes} [Thu Aug 20 02:37:51 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1314] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:37:51 2026] POST /v2.0/security-group-rules => generated 596 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1315] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Aug 20 02:37:51 2026] GET /v2.0/security-groups?id=74bb575d-9247-411b-8fa2-3098f9476e3e&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: 689/1316] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:51 2026] GET /v2.0/ports?device_id=65ac7a6a-a3dc-4ec3-bc12-c21e022476a0 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:37:51.387 7 INFO neutron.services.segments.plugin [-] Segment 67b4b367-289a-49b5-98de-de8c14a5cfeb resource provider aggregate not found 2026-08-20 02:37:51.414 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 67b4b367-289a-49b5-98de-de8c14a5cfeb 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 67b4b367-289a-49b5-98de-de8c14a5cfeb found for delete ", "request_id": "req-3ae375c8-4f24-4519-8083-ed7011e24bc7"}]} [pid: 8|app: 0|req: 690/1317] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:37:51 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:37:51.421 7 INFO neutron.services.segments.plugin [-] Segment 67b4b367-289a-49b5-98de-de8c14a5cfeb resource provider aggregate not found [pid: 7|app: 0|req: 628/1318] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:37:51 2026] DELETE /v2.0/networks/1c681010-e88a-43d9-8fd1-664f648251ba => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:37:51.438 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 67b4b367-289a-49b5-98de-de8c14a5cfeb 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 67b4b367-289a-49b5-98de-de8c14a5cfeb found for delete ", "request_id": "req-223af986-62b6-4840-b4e6-cc95f573f900"}]} 2026-08-20 02:37:51.440 8 INFO neutron.pecan_wsgi.hooks.translation [None req-48121ce4-84e0-4f7e-944c-e9824f3ca36f 66ba045c77b24fbbbd44650e1066ef86 bd47fd4e0f814d76a694a0eb9ac115ad - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 691/1319] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:37:51 2026] DELETE /v2.0/networks/1c681010-e88a-43d9-8fd1-664f648251ba => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1320] 10.0.0.38 () {32 vars in 693 bytes} [Thu Aug 20 02:37:51 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1321] 10.0.0.38 () {32 vars in 741 bytes} [Thu Aug 20 02:37:51 2026] GET /v2.0/subnets?network_id=b5e1805e-c609-4109-a246-2d9fe4e1bed2 => generated 649 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1322] 10.0.0.38 () {32 vars in 652 bytes} [Thu Aug 20 02:37:51 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: 629/1323] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:37:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:37:51.660 7 INFO neutron.db.securitygroups_db [None req-e3d83c17-7965-448a-afd3-7092db0f993d 78899c07c03342c09b8aac728dad7a0b 87a8829ecc1d468a8b8b3da588cc10ce - - default default] Project 87a8829ecc1d468a8b8b3da588cc10ce 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: 695/1324] 10.0.0.38 () {32 vars in 648 bytes} [Thu Aug 20 02:37:51 2026] GET /v2.0/networks => generated 1313 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1325] 10.0.0.38 () {32 vars in 646 bytes} [Thu Aug 20 02:37:51 2026] GET /v2.0/subnets => generated 1312 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1326] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:37:51 2026] POST /v2.0/security-group-rules => generated 607 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1327] 10.0.0.38 () {32 vars in 722 bytes} [Thu Aug 20 02:37:51 2026] GET /v2.0/networks/0bb1f8b8-d2a6-4989-9db2-df18522ecced => generated 673 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:37:51.800 7 INFO neutron.db.securitygroups_db [None req-5eb8a58b-77e4-4161-b097-92d1d769b070 78899c07c03342c09b8aac728dad7a0b 87a8829ecc1d468a8b8b3da588cc10ce - - default default] Project 87a8829ecc1d468a8b8b3da588cc10ce 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: 698/1328] 10.0.0.38 () {32 vars in 720 bytes} [Thu Aug 20 02:37:51 2026] GET /v2.0/subnets/29972c24-4850-422f-af11-32ab2b733a01 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:37:51.837 8 INFO neutron.pecan_wsgi.hooks.translation [None req-755e263f-f922-4a43-bebb-fbc265127644 66ba045c77b24fbbbd44650e1066ef86 bd47fd4e0f814d76a694a0eb9ac115ad - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 699/1329] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:37:51 2026] DELETE /v2.0/subnets/399af561-67c8-4383-bbec-2be959a3ed96 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:37:51.859 8 INFO neutron.pecan_wsgi.hooks.translation [None req-447b35d6-f60a-4951-b944-590d7bd03977 66ba045c77b24fbbbd44650e1066ef86 bd47fd4e0f814d76a694a0eb9ac115ad - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 700/1330] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:37:51 2026] DELETE /v2.0/networks/1c681010-e88a-43d9-8fd1-664f648251ba => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1331] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:37:51 2026] POST /v2.0/security-group-rules => generated 606 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1332] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:37:51 2026] DELETE /v2.0/subnets/29972c24-4850-422f-af11-32ab2b733a01 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1333] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:37:52 2026] DELETE /v2.0/networks/0bb1f8b8-d2a6-4989-9db2-df18522ecced => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1334] 10.0.0.38 () {34 vars in 684 bytes} [Thu Aug 20 02:37:52 2026] POST /v2.0/security-groups => generated 1660 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1335] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:37:52 2026] DELETE /v2.0/security-groups/c757441c-8344-4037-b981-b9337100a2cc => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:37:52.546 7 INFO neutron.api.v2.resource [None req-f844cee7-5d7e-483d-8866-7165ce578b6c 6dffee87c0ac4ef09da2442521bddedb fc2fe692b1664360967763007006e1f5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 634/1336] 10.0.0.38 () {32 vars in 736 bytes} [Thu Aug 20 02:37:52 2026] GET /v2.0/security-groups/c757441c-8344-4037-b981-b9337100a2cc => 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: 703/1337] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:37:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:37:52.683 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff9bc825-6eca-40ea-b2c8-a858565bd953 6dffee87c0ac4ef09da2442521bddedb fc2fe692b1664360967763007006e1f5 - - default default] TaaS: Handle Delete Port: 8eb54d8e-f0af-440c-b30e-8932c5039406 2026-08-20 02:37:52.685 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff9bc825-6eca-40ea-b2c8-a858565bd953 6dffee87c0ac4ef09da2442521bddedb fc2fe692b1664360967763007006e1f5 - - default default] Tap Mirror: Handle Delete Port: 8eb54d8e-f0af-440c-b30e-8932c5039406 [pid: 8|app: 0|req: 704/1338] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:37:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1339] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:37:52 2026] GET /v2.0/security-groups?tenant_id=bd47fd4e0f814d76a694a0eb9ac115ad&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: 635/1340] 10.0.0.38 () {32 vars in 731 bytes} [Thu Aug 20 02:37:52 2026] DELETE /v2.0/floatingips/d0f6a37d-c166-446f-b0c4-f02a55998fc2 => generated 0 bytes in 699 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1341] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:37:53 2026] DELETE /v2.0/security-groups/25f6b867-c98d-4895-88aa-eb62e58dda6a => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1342] 10.0.0.38 () {34 vars in 675 bytes} [Thu Aug 20 02:37:52 2026] POST /v2.0/floatingips => generated 552 bytes in 551 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:37:53.438 7 INFO neutron.services.segments.plugin [-] Segment 55835e2b-1dd2-4f7d-8c30-3d7f102f4f87 resource provider aggregate not found 2026-08-20 02:37:53.460 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 55835e2b-1dd2-4f7d-8c30-3d7f102f4f87 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 55835e2b-1dd2-4f7d-8c30-3d7f102f4f87 found for delete ", "request_id": "req-5e31dafb-4ad2-46f7-92fe-e48abcb5ef82"}]} 2026-08-20 02:37:53.468 7 INFO neutron.services.segments.plugin [-] Segment 55835e2b-1dd2-4f7d-8c30-3d7f102f4f87 resource provider aggregate not found 2026-08-20 02:37:53.486 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 55835e2b-1dd2-4f7d-8c30-3d7f102f4f87 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 55835e2b-1dd2-4f7d-8c30-3d7f102f4f87 found for delete ", "request_id": "req-5d22ebfb-0adf-4953-88a5-07d7261b4767"}]} [pid: 8|app: 0|req: 707/1343] 10.0.0.147 () {34 vars in 1098 bytes} [Thu Aug 20 02:37:53 2026] GET /v2.0/security-groups?name=tempest-securitygroup--610545825&fields=id&tenant_id=87a8829ecc1d468a8b8b3da588cc10ce => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1344] 10.0.0.147 () {34 vars in 1100 bytes} [Thu Aug 20 02:37:53 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1961072409&fields=id&tenant_id=87a8829ecc1d468a8b8b3da588cc10ce => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1345] 10.0.0.147 () {34 vars in 982 bytes} [Thu Aug 20 02:37:53 2026] GET /v2.0/networks?id=d690b4bb-5000-4ff7-930c-d22631fded72 => generated 673 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1346] 10.0.0.147 () {34 vars in 965 bytes} [Thu Aug 20 02:37:53 2026] GET /v2.0/quotas/87a8829ecc1d468a8b8b3da588cc10ce => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1347] 10.0.0.147 () {34 vars in 1002 bytes} [Thu Aug 20 02:37:53 2026] GET /v2.0/ports?tenant_id=87a8829ecc1d468a8b8b3da588cc10ce&fields=id => generated 103 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1348] 10.0.0.147 () {34 vars in 1008 bytes} [Thu Aug 20 02:37:53 2026] GET /v2.0/networks/d690b4bb-5000-4ff7-930c-d22631fded72?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:37:53.801 7 INFO neutron_taas.services.taas.taas_plugin [None req-caa36399-1a4a-4ab1-9a27-05405873e373 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: c7f6ac94-a8eb-4b19-a00e-27ec2bea8086 2026-08-20 02:37:53.803 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-caa36399-1a4a-4ab1-9a27-05405873e373 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: c7f6ac94-a8eb-4b19-a00e-27ec2bea8086 [pid: 8|app: 0|req: 713/1349] 10.0.0.147 () {34 vars in 1108 bytes} [Thu Aug 20 02:37:53 2026] GET /v2.0/networks/d690b4bb-5000-4ff7-930c-d22631fded72?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1350] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:54 2026] GET /v2.0/ports?device_id=1e8824f7-8664-4363-b12f-afec982b5cb3 => 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: 637/1353] 10.0.0.38 () {34 vars in 788 bytes} [Thu Aug 20 02:37:53 2026] PUT /v2.0/routers/8098c325-3a28-4160-a12c-2a6d6b263f3f/remove_router_interface => generated 309 bytes in 1017 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:37:54.643 8 INFO neutron_taas.services.taas.taas_plugin [None req-7632f2bc-5969-42ec-8df4-744d4754bf7d d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: 1fd745a7-1d73-4844-aeaa-f4479781ff42 2026-08-20 02:37:54.646 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7632f2bc-5969-42ec-8df4-744d4754bf7d d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: 1fd745a7-1d73-4844-aeaa-f4479781ff42 2026-08-20 02:37:54.935 8 INFO neutron_taas.services.taas.taas_plugin [None req-7632f2bc-5969-42ec-8df4-744d4754bf7d d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: 0959d0bd-beed-427e-afcb-2d5a616ad65b 2026-08-20 02:37:54.940 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7632f2bc-5969-42ec-8df4-744d4754bf7d d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: 0959d0bd-beed-427e-afcb-2d5a616ad65b [pid: 7|app: 0|req: 638/1354] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:55 2026] GET /v2.0/ports?device_id=1e8824f7-8664-4363-b12f-afec982b5cb3 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:37:55.348 8 INFO neutron.services.segments.plugin [-] Segment b283f845-a701-403b-a5fd-a11ceeb5e51b resource provider aggregate not found 2026-08-20 02:37:55.354 8 INFO neutron.services.segments.plugin [-] Segment b283f845-a701-403b-a5fd-a11ceeb5e51b resource provider aggregate not found 2026-08-20 02:37:55.369 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b283f845-a701-403b-a5fd-a11ceeb5e51b 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 b283f845-a701-403b-a5fd-a11ceeb5e51b found for delete ", "request_id": "req-542a1715-19fa-4f70-896d-b2953c48822e"}]} 2026-08-20 02:37:55.375 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b283f845-a701-403b-a5fd-a11ceeb5e51b 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 b283f845-a701-403b-a5fd-a11ceeb5e51b found for delete ", "request_id": "req-0d0dc254-4165-4bcb-8dfa-2dc03f0527a7"}]} 2026-08-20 02:37:55.383 8 INFO neutron.db.l3_hamode_db [None req-7632f2bc-5969-42ec-8df4-744d4754bf7d d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] HA network aa966de1-f03e-4f88-8ef7-ac786bf9f35b was deleted as no HA routers are present in tenant fc2fe692b1664360967763007006e1f5. [pid: 8|app: 0|req: 717/1355] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:37:54 2026] DELETE /v2.0/routers/8098c325-3a28-4160-a12c-2a6d6b263f3f => generated 0 bytes in 1004 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1356] 10.0.0.38 () {34 vars in 675 bytes} [Thu Aug 20 02:37:55 2026] POST /v2.0/subnetpools => generated 547 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1357] 10.0.0.38 () {32 vars in 728 bytes} [Thu Aug 20 02:37:55 2026] GET /v2.0/subnetpools/8f865e7e-f181-4bce-9928-e961260b37ea => generated 547 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1358] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:37:55 2026] DELETE /v2.0/subnets/ab94b856-69bb-4eed-b287-20dc07bd1dd0 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1359] 10.0.0.38 () {34 vars in 748 bytes} [Thu Aug 20 02:37:55 2026] PUT /v2.0/subnetpools/8f865e7e-f181-4bce-9928-e961260b37ea => generated 501 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1360] 10.0.0.38 () {32 vars in 731 bytes} [Thu Aug 20 02:37:55 2026] DELETE /v2.0/subnetpools/8f865e7e-f181-4bce-9928-e961260b37ea => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:37:55.672 7 INFO neutron.api.v2.resource [None req-2b58e3e9-a898-463b-8af2-2002c84e5ff0 9e2d3291b0254abbb5382130677d7df7 c534d9e1ba414f78b69f114c33c30822 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 643/1361] 10.0.0.38 () {32 vars in 728 bytes} [Thu Aug 20 02:37:55 2026] GET /v2.0/subnetpools/8f865e7e-f181-4bce-9928-e961260b37ea => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:37:55.692 7 INFO neutron.api.v2.resource [None req-825d5cc2-10b6-4f70-84d3-a4f6a1b3601f 9e2d3291b0254abbb5382130677d7df7 c534d9e1ba414f78b69f114c33c30822 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 644/1362] 10.0.0.38 () {32 vars in 731 bytes} [Thu Aug 20 02:37:55 2026] DELETE /v2.0/subnetpools/8f865e7e-f181-4bce-9928-e961260b37ea => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:37:55.698 8 INFO neutron_taas.services.taas.taas_plugin [None req-e617fa07-30dc-4755-89a9-bc9ed4cadbda d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: e6477faf-1980-4b47-8dac-706a2b85667f 2026-08-20 02:37:55.701 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e617fa07-30dc-4755-89a9-bc9ed4cadbda d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: e6477faf-1980-4b47-8dac-706a2b85667f [pid: 8|app: 0|req: 719/1363] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:37:55 2026] DELETE /v2.0/networks/8e92b452-bf3f-4ef7-9da0-98331b30ef02 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1364] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:37:56 2026] GET /v2.0/security-groups?tenant_id=fc2fe692b1664360967763007006e1f5&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1365] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:56 2026] GET /v2.0/ports?device_id=1e8824f7-8664-4363-b12f-afec982b5cb3 => 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: 720/1366] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:37:56 2026] DELETE /v2.0/security-groups/3106af74-1fe9-4771-a6b3-cd0b3c970826 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1367] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:37:56 2026] GET /v2.0/security-groups?tenant_id=c534d9e1ba414f78b69f114c33c30822&name=default => generated 2925 bytes in 434 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1368] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:37:56 2026] DELETE /v2.0/security-groups/45ecb074-8065-4077-b924-579b7cb1846f => 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: 648/1369] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:57 2026] GET /v2.0/ports?device_id=1e8824f7-8664-4363-b12f-afec982b5cb3 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:37:57.393 8 INFO neutron.services.segments.plugin [-] Segment 3618f796-126c-4a14-ad77-f35d9e5a206d resource provider aggregate not found 2026-08-20 02:37:57.396 8 INFO neutron.services.segments.plugin [-] Segment 3618f796-126c-4a14-ad77-f35d9e5a206d resource provider aggregate not found 2026-08-20 02:37:57.412 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3618f796-126c-4a14-ad77-f35d9e5a206d 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 3618f796-126c-4a14-ad77-f35d9e5a206d found for delete ", "request_id": "req-65065efc-bffd-4f42-93ad-608e60ad3822"}]} 2026-08-20 02:37:57.414 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3618f796-126c-4a14-ad77-f35d9e5a206d 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 3618f796-126c-4a14-ad77-f35d9e5a206d found for delete ", "request_id": "req-5c5aae3d-1bfc-4cbd-99b2-104652a164b4"}]} [pid: 8|app: 0|req: 722/1370] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:37:58 2026] GET /v2.0/networks?id=d690b4bb-5000-4ff7-930c-d22631fded72 => generated 673 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1371] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:58 2026] GET /v2.0/ports?device_id=1e8824f7-8664-4363-b12f-afec982b5cb3 => 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: 723/1372] 199.19.213.229 () {34 vars in 1050 bytes} [Thu Aug 20 02:37:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=87a8829ecc1d468a8b8b3da588cc10ce => generated 273 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1373] 199.19.213.229 () {38 vars in 955 bytes} [Thu Aug 20 02:37:58 2026] POST /v2.0/ports => generated 997 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1374] 199.19.213.229 () {38 vars in 1028 bytes} [Thu Aug 20 02:37:58 2026] PUT /v2.0/ports/4eac3653-416e-4c0b-a947-f0b71014075f => generated 1278 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:37:59.416 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-df5be9a5-37e4-4e90-bb2a-34bf8d66663e'] response: {'name': 'network-changed', 'server_uuid': '1e8824f7-8664-4363-b12f-afec982b5cb3', 'tag': '4eac3653-416e-4c0b-a947-f0b71014075f', '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: 651/1375] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:37:59 2026] GET /v2.0/ports?device_id=1e8824f7-8664-4363-b12f-afec982b5cb3 => generated 1012 bytes in 75 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: 725/1376] 10.0.0.147 () {34 vars in 1120 bytes} [Thu Aug 20 02:37:59 2026] GET /v2.0/security-groups?id=7e66f3e8-0f40-4ade-8b96-ba27bb4aa3aa&id=a9dcc0b6-e904-47e1-822e-1152cb5bf54a&fields=id&fields=name => generated 206 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1377] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:37:59 2026] GET /v2.0/ports?tenant_id=87a8829ecc1d468a8b8b3da588cc10ce&device_id=1e8824f7-8664-4363-b12f-afec982b5cb3 => generated 1281 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1378] 199.19.213.229 () {34 vars in 1018 bytes} [Thu Aug 20 02:37:59 2026] GET /v2.0/networks?tenant_id=87a8829ecc1d468a8b8b3da588cc10ce&shared=False => generated 769 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1379] 199.19.213.229 () {34 vars in 930 bytes} [Thu Aug 20 02:38:00 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1380] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:38:00 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => generated 971 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1381] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:38:00 2026] GET /v2.0/security-groups?id=74bb575d-9247-411b-8fa2-3098f9476e3e&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1382] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:38:00 2026] GET /v2.0/security-groups?tenant_id=a10b1ff672fe4e6ca791fc7b3bb16a98&name=default => generated 2925 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1383] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:38:00 2026] GET /v2.0/security-groups?tenant_id=2e2072ac8ec448e39caf1df2d7228d6d&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1384] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:38:00 2026] GET /v2.0/ports?device_id=1e8824f7-8664-4363-b12f-afec982b5cb3 => generated 1012 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1385] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:38:00 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1386] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:00 2026] DELETE /v2.0/security-groups/a238e252-361b-4bf5-bc20-6f3816784f5c => 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: 657/1387] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:00 2026] DELETE /v2.0/security-groups/9ddace3b-8e4e-459c-9ab1-231a9bca1710 => 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: 731/1388] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:38:01 2026] GET /v2.0/security-groups?id=74bb575d-9247-411b-8fa2-3098f9476e3e&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: 658/1389] 10.0.0.147 () {34 vars in 1120 bytes} [Thu Aug 20 02:38:01 2026] GET /v2.0/security-groups?id=7e66f3e8-0f40-4ade-8b96-ba27bb4aa3aa&id=a9dcc0b6-e904-47e1-822e-1152cb5bf54a&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1390] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:38:01 2026] GET /v2.0/ports?tenant_id=87a8829ecc1d468a8b8b3da588cc10ce&device_id=1e8824f7-8664-4363-b12f-afec982b5cb3 => generated 1281 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1391] 199.19.213.229 () {34 vars in 1060 bytes} [Thu Aug 20 02:38:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=4eac3653-416e-4c0b-a947-f0b71014075f => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1392] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:38:01 2026] GET /v2.0/subnets?id=ff615769-76de-438f-bade-974eba6a239c => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1393] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:38:01 2026] GET /v2.0/ports?network_id=d690b4bb-5000-4ff7-930c-d22631fded72&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1394] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:38:01 2026] GET /v2.0/security-groups?tenant_id=9c5c51015ed04a2583029b2e030becc4&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1395] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:38:01 2026] GET /v2.0/networks/d690b4bb-5000-4ff7-930c-d22631fded72?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: 734/1396] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:01 2026] DELETE /v2.0/security-groups/33d6e589-4ce7-4ce6-a6f5-d88e90ffd5e2 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1397] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:38:01 2026] GET /v2.0/networks/d690b4bb-5000-4ff7-930c-d22631fded72?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1398] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:38:02 2026] GET /v2.0/ports?device_id=1e8824f7-8664-4363-b12f-afec982b5cb3 => generated 1012 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1399] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:38:02 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => 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: 736/1400] 10.0.0.147 () {34 vars in 1120 bytes} [Thu Aug 20 02:38:02 2026] GET /v2.0/security-groups?id=7e66f3e8-0f40-4ade-8b96-ba27bb4aa3aa&id=a9dcc0b6-e904-47e1-822e-1152cb5bf54a&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1401] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:38:02 2026] GET /v2.0/security-groups?id=74bb575d-9247-411b-8fa2-3098f9476e3e&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: 737/1402] 199.19.213.229 () {34 vars in 994 bytes} [Thu Aug 20 02:38:03 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => generated 971 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:38:03.398 7 INFO neutron_taas.services.taas.taas_plugin [req-9a2abc6d-a6db-4de8-98ea-1405d71b24e9 req-4e0557a1-189d-4b40-974e-3bcb3e7eb7ba 3c1c8687300742fab07894361666d987 1f9979b78c624af0a139d2619b1a5604 - - default default] TaaS: Handle Delete Port: 58e3a538-ecf7-48cc-a6fa-bb36986b0ff6 2026-08-20 02:38:03.404 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9a2abc6d-a6db-4de8-98ea-1405d71b24e9 req-4e0557a1-189d-4b40-974e-3bcb3e7eb7ba 3c1c8687300742fab07894361666d987 1f9979b78c624af0a139d2619b1a5604 - - default default] Tap Mirror: Handle Delete Port: 58e3a538-ecf7-48cc-a6fa-bb36986b0ff6 [pid: 8|app: 0|req: 738/1403] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:38:03 2026] GET /v2.0/ports?device_id=1e8824f7-8664-4363-b12f-afec982b5cb3 => generated 1012 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1404] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:38:03 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => generated 971 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1405] 10.0.0.147 () {34 vars in 1120 bytes} [Thu Aug 20 02:38:03 2026] GET /v2.0/security-groups?id=7e66f3e8-0f40-4ade-8b96-ba27bb4aa3aa&id=a9dcc0b6-e904-47e1-822e-1152cb5bf54a&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1406] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:38:03 2026] GET /v2.0/security-groups?id=74bb575d-9247-411b-8fa2-3098f9476e3e&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-20 02:38:03.574 7 INFO neutron.db.l3_db [req-9a2abc6d-a6db-4de8-98ea-1405d71b24e9 req-4e0557a1-189d-4b40-974e-3bcb3e7eb7ba 3c1c8687300742fab07894361666d987 1f9979b78c624af0a139d2619b1a5604 - - default default] Floating IP e1e7d00b-d6cb-4e2a-b0d7-bb8d489d5b11 disassociated. External IP: 10.96.250.201, port: 58e3a538-ecf7-48cc-a6fa-bb36986b0ff6. [pid: 7|app: 0|req: 666/1407] 199.19.213.229 () {36 vars in 997 bytes} [Thu Aug 20 02:38:03 2026] DELETE /v2.0/ports/58e3a538-ecf7-48cc-a6fa-bb36986b0ff6 => generated 0 bytes in 709 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:38:04.033 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e30f626c-975a-45fc-830f-3e6be4e8a809'] response: {'server_uuid': '655b9f29-b3ca-4b6a-a5ec-e218aae12c1e', 'name': 'network-vif-deleted', 'tag': '58e3a538-ecf7-48cc-a6fa-bb36986b0ff6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 742/1408] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:38:04 2026] GET /v2.0/ports?device_id=1e8824f7-8664-4363-b12f-afec982b5cb3 => generated 1012 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1409] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:38:04 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => 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: 743/1410] 10.0.0.147 () {34 vars in 1120 bytes} [Thu Aug 20 02:38:04 2026] GET /v2.0/security-groups?id=7e66f3e8-0f40-4ade-8b96-ba27bb4aa3aa&id=a9dcc0b6-e904-47e1-822e-1152cb5bf54a&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1411] 199.19.213.229 () {34 vars in 994 bytes} [Thu Aug 20 02:38:04 2026] GET /v2.0/ports?device_id=1e8824f7-8664-4363-b12f-afec982b5cb3 => generated 1281 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1412] 199.19.213.229 () {34 vars in 1124 bytes} [Thu Aug 20 02:38:04 2026] GET /v2.0/security-groups?id=7e66f3e8-0f40-4ade-8b96-ba27bb4aa3aa&id=a9dcc0b6-e904-47e1-822e-1152cb5bf54a&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1413] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:38:05 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => 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: 746/1414] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:38:05 2026] GET /v2.0/ports?device_id=1e8824f7-8664-4363-b12f-afec982b5cb3 => generated 1014 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1415] 10.0.0.147 () {34 vars in 1120 bytes} [Thu Aug 20 02:38:05 2026] GET /v2.0/security-groups?id=7e66f3e8-0f40-4ade-8b96-ba27bb4aa3aa&id=a9dcc0b6-e904-47e1-822e-1152cb5bf54a&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1416] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:38:05 2026] GET /v2.0/security-groups?tenant_id=94670590145b4ae38749b4d204cd4a8c&name=default => generated 2925 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1417] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:05 2026] DELETE /v2.0/security-groups/50f3a05c-d449-4173-ae41-9a3f94c878f8 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1418] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:38:06 2026] GET /v2.0/security-groups?tenant_id=48d1b21df3f549a7b0bb179e25efe274&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1419] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:06 2026] DELETE /v2.0/security-groups/9775dca0-472c-4c27-a6c1-7d741ec6e544 => 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: 671/1420] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:38:06 2026] GET /v2.0/ports?device_id=655b9f29-b3ca-4b6a-a5ec-e218aae12c1e => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1421] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:38:06 2026] GET /v2.0/ports?device_id=1e8824f7-8664-4363-b12f-afec982b5cb3 => generated 1014 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1422] 10.0.0.147 () {34 vars in 1120 bytes} [Thu Aug 20 02:38:07 2026] GET /v2.0/security-groups?id=7e66f3e8-0f40-4ade-8b96-ba27bb4aa3aa&id=a9dcc0b6-e904-47e1-822e-1152cb5bf54a&fields=id&fields=name => generated 206 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1423] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:07 2026] DELETE /v2.0/security-groups/74bb575d-9247-411b-8fa2-3098f9476e3e => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:38:08.006 7 INFO neutron.api.v2.resource [None req-87af92e2-d41b-4e57-b055-f6c5ce7bad7d 3c1c8687300742fab07894361666d987 1f9979b78c624af0a139d2619b1a5604 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 673/1424] 10.0.0.38 () {32 vars in 736 bytes} [Thu Aug 20 02:38:07 2026] GET /v2.0/security-groups/74bb575d-9247-411b-8fa2-3098f9476e3e => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:38:08.104 8 INFO neutron_taas.services.taas.taas_plugin [None req-94f8eff9-26c5-4831-b630-c49f53b0bfab 3c1c8687300742fab07894361666d987 1f9979b78c624af0a139d2619b1a5604 - - default default] TaaS: Handle Delete Port: f4b371d5-7ada-4896-be63-488c72ee0bd5 2026-08-20 02:38:08.107 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94f8eff9-26c5-4831-b630-c49f53b0bfab 3c1c8687300742fab07894361666d987 1f9979b78c624af0a139d2619b1a5604 - - default default] Tap Mirror: Handle Delete Port: f4b371d5-7ada-4896-be63-488c72ee0bd5 [pid: 7|app: 0|req: 674/1425] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:38:08 2026] GET /v2.0/ports?device_id=1e8824f7-8664-4363-b12f-afec982b5cb3 => generated 1014 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1426] 10.0.0.38 () {32 vars in 731 bytes} [Thu Aug 20 02:38:08 2026] DELETE /v2.0/floatingips/e1e7d00b-d6cb-4e2a-b0d7-bb8d489d5b11 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1427] 10.0.0.147 () {34 vars in 1120 bytes} [Thu Aug 20 02:38:08 2026] GET /v2.0/security-groups?id=7e66f3e8-0f40-4ade-8b96-ba27bb4aa3aa&id=a9dcc0b6-e904-47e1-822e-1152cb5bf54a&fields=id&fields=name => generated 206 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1428] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:38:08 2026] GET /v2.0/ports?device_id=1e8824f7-8664-4363-b12f-afec982b5cb3 => generated 1014 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:38:08.731 8 INFO neutron_taas.services.taas.taas_plugin [None req-d9a58cc9-8f18-4d8f-abb4-a4c1f0af30ea d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: 12f3b880-086f-410a-b9cb-7071dc47185c 2026-08-20 02:38:08.735 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9a58cc9-8f18-4d8f-abb4-a4c1f0af30ea d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: 12f3b880-086f-410a-b9cb-7071dc47185c 2026-08-20 02:38:08.873 7 INFO neutron.db.l3_db [None req-50daa36d-594c-43fe-890a-9de396041f6f 78899c07c03342c09b8aac728dad7a0b 87a8829ecc1d468a8b8b3da588cc10ce - - default default] Floating IP 68fc5e35-18c0-43ae-ba43-79cdfbeb262d associated. External IP: 10.96.250.208, port: 4eac3653-416e-4c0b-a947-f0b71014075f. [pid: 7|app: 0|req: 677/1429] 10.0.0.38 () {34 vars in 748 bytes} [Thu Aug 20 02:38:08 2026] PUT /v2.0/floatingips/68fc5e35-18c0-43ae-ba43-79cdfbeb262d => generated 856 bytes in 782 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:38:09.291 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d18e6a4d-f01f-4bd4-8135-5b5337fddace'] response: {'name': 'network-changed', 'server_uuid': '1e8824f7-8664-4363-b12f-afec982b5cb3', 'tag': '4eac3653-416e-4c0b-a947-f0b71014075f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 753/1432] 10.0.0.38 () {34 vars in 788 bytes} [Thu Aug 20 02:38:08 2026] PUT /v2.0/routers/77be5791-fadb-48fd-9b9f-45625a5b490d/remove_router_interface => generated 309 bytes in 1226 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:38:09.754 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6d69358-d0cf-4a08-aa77-2ca985c1b783 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: f08569a9-26e6-47d1-b3bb-6f19b8bf61a9 2026-08-20 02:38:09.757 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6d69358-d0cf-4a08-aa77-2ca985c1b783 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: f08569a9-26e6-47d1-b3bb-6f19b8bf61a9 [pid: 8|app: 0|req: 754/1433] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:38:09 2026] GET /v2.0/ports?tenant_id=87a8829ecc1d468a8b8b3da588cc10ce&device_id=1e8824f7-8664-4363-b12f-afec982b5cb3 => generated 1283 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1434] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:38:09 2026] GET /v2.0/networks?id=d690b4bb-5000-4ff7-930c-d22631fded72 => generated 769 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1435] 199.19.213.229 () {34 vars in 1060 bytes} [Thu Aug 20 02:38:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=4eac3653-416e-4c0b-a947-f0b71014075f => generated 859 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1436] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:38:09 2026] GET /v2.0/subnets?id=ff615769-76de-438f-bade-974eba6a239c => generated 691 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1437] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:38:09 2026] GET /v2.0/ports?network_id=d690b4bb-5000-4ff7-930c-d22631fded72&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:38:10.072 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6d69358-d0cf-4a08-aa77-2ca985c1b783 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: 9c8b0839-9eff-44eb-ac53-91db87ffef42 2026-08-20 02:38:10.075 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6d69358-d0cf-4a08-aa77-2ca985c1b783 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: 9c8b0839-9eff-44eb-ac53-91db87ffef42 [pid: 8|app: 0|req: 759/1438] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:38:10 2026] GET /v2.0/networks/d690b4bb-5000-4ff7-930c-d22631fded72?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: 760/1439] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:38:10 2026] GET /v2.0/networks/d690b4bb-5000-4ff7-930c-d22631fded72?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:38:10.475 7 INFO neutron.services.segments.plugin [-] Segment a9f006c2-a524-4bed-8f54-6b473f17a565 resource provider aggregate not found 2026-08-20 02:38:10.490 7 INFO neutron.services.segments.plugin [-] Segment a9f006c2-a524-4bed-8f54-6b473f17a565 resource provider aggregate not found 2026-08-20 02:38:10.498 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a9f006c2-a524-4bed-8f54-6b473f17a565 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 a9f006c2-a524-4bed-8f54-6b473f17a565 found for delete ", "request_id": "req-3dc4371a-9299-4939-9a9f-7d917208d530"}]} 2026-08-20 02:38:10.516 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a9f006c2-a524-4bed-8f54-6b473f17a565 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 a9f006c2-a524-4bed-8f54-6b473f17a565 found for delete ", "request_id": "req-b5cf6e66-6ec7-45c9-8350-c529b2b05e1a"}]} 2026-08-20 02:38:10.527 7 INFO neutron.db.l3_hamode_db [None req-c6d69358-d0cf-4a08-aa77-2ca985c1b783 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] HA network 49c2c886-5205-4dba-960a-a492ebb95fbf was deleted as no HA routers are present in tenant 1f9979b78c624af0a139d2619b1a5604. [pid: 7|app: 0|req: 680/1440] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:38:09 2026] DELETE /v2.0/routers/77be5791-fadb-48fd-9b9f-45625a5b490d => generated 0 bytes in 1021 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1441] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:38:10 2026] DELETE /v2.0/subnets/fdd771c1-c511-46ad-9a9c-95769cfb2547 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:38:10.884 7 INFO neutron_taas.services.taas.taas_plugin [None req-a02207c1-dc66-4f9b-b073-dbea96fafcc3 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: 118eabae-a915-4c32-ab08-d5a4f6bc0b55 2026-08-20 02:38:10.886 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a02207c1-dc66-4f9b-b073-dbea96fafcc3 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: 118eabae-a915-4c32-ab08-d5a4f6bc0b55 [pid: 7|app: 0|req: 681/1442] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:10 2026] DELETE /v2.0/networks/9a989808-409e-41d0-872a-685f067de644 => generated 0 bytes in 379 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1443] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:38:11 2026] GET /v2.0/security-groups?tenant_id=1f9979b78c624af0a139d2619b1a5604&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1444] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:11 2026] DELETE /v2.0/security-groups/a8a483c6-1af8-4f8a-abfa-3983a3c2fb8f => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:38:12.522 7 INFO neutron.services.segments.plugin [-] Segment 1e1b47f8-5dde-48fd-afa7-cf79fa57c4c7 resource provider aggregate not found 2026-08-20 02:38:12.536 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1e1b47f8-5dde-48fd-afa7-cf79fa57c4c7 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 1e1b47f8-5dde-48fd-afa7-cf79fa57c4c7 found for delete ", "request_id": "req-e76b0354-c950-48ac-9d76-17e577acd6de"}]} 2026-08-20 02:38:12.554 7 INFO neutron.services.segments.plugin [-] Segment 1e1b47f8-5dde-48fd-afa7-cf79fa57c4c7 resource provider aggregate not found 2026-08-20 02:38:12.594 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1e1b47f8-5dde-48fd-afa7-cf79fa57c4c7 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 1e1b47f8-5dde-48fd-afa7-cf79fa57c4c7 found for delete ", "request_id": "req-463ccf2b-8a2f-466c-a7b9-be48afaa2823"}]} [pid: 8|app: 0|req: 763/1445] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:38:13 2026] GET /v2.0/security-groups?tenant_id=fdd62750dea74f64a5c4ad32e9ec9ed7&name=default => generated 2925 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1446] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:13 2026] DELETE /v2.0/security-groups/0132fe9f-af8f-4b31-9e57-86f161caa5b6 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1447] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:38:14 2026] GET /v2.0/security-groups?tenant_id=c9939780b329484ba1a4932cc6b9fb6a&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1448] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:14 2026] DELETE /v2.0/security-groups/dab63ad7-f2f2-459e-82e8-6789d90885fd => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1449] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:38:14 2026] GET /v2.0/security-groups?tenant_id=de87fd997e604aef860de1c0bc96be6b&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: 685/1450] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:15 2026] DELETE /v2.0/security-groups/426fa586-dada-4fe6-9622-786bce8fc650 => 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: 766/1451] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:38:17 2026] GET /v2.0/security-groups?tenant_id=608c2da381bd492382ed240a8575a18a&name=default => generated 2925 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1452] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:17 2026] DELETE /v2.0/security-groups/89e28684-e4cc-4805-867f-92917b3af324 => 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: 767/1453] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:38:18 2026] GET /v2.0/ports?device_id=1e8824f7-8664-4363-b12f-afec982b5cb3 => generated 1014 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1454] 10.0.0.147 () {34 vars in 1120 bytes} [Thu Aug 20 02:38:19 2026] GET /v2.0/security-groups?id=7e66f3e8-0f40-4ade-8b96-ba27bb4aa3aa&id=a9dcc0b6-e904-47e1-822e-1152cb5bf54a&fields=id&fields=name => generated 206 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1455] 10.0.0.38 () {32 vars in 735 bytes} [Thu Aug 20 02:38:19 2026] GET /v2.0/ports?device_id=1e8824f7-8664-4363-b12f-afec982b5cb3 => generated 1283 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1456] 10.0.0.38 () {32 vars in 857 bytes} [Thu Aug 20 02:38:19 2026] GET /v2.0/floatingips?floating_network_id=b5e1805e-c609-4109-a246-2d9fe4e1bed2&port_id=4eac3653-416e-4c0b-a947-f0b71014075f => generated 861 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1457] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:38:19 2026] GET /v2.0/security-groups?tenant_id=5f98317a481541a2a49e01ed75deb2b1&name=default => generated 2925 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1458] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:19 2026] DELETE /v2.0/security-groups/c88afbef-6382-4d2c-8915-34487873853f => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1459] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:38:19 2026] GET /v2.0/security-groups?tenant_id=5325d6c3ac5847a9803f29722c00994b&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1460] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:20 2026] DELETE /v2.0/security-groups/042a4bef-afa4-4015-a05c-ec41404f7dda => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1461] 10.0.0.44 () {34 vars in 989 bytes} [Thu Aug 20 02:38:20 2026] GET /v2.0/ports?device_id=1e8824f7-8664-4363-b12f-afec982b5cb3 => generated 1283 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1462] 10.0.0.44 () {34 vars in 1119 bytes} [Thu Aug 20 02:38:20 2026] GET /v2.0/security-groups?id=7e66f3e8-0f40-4ade-8b96-ba27bb4aa3aa&id=a9dcc0b6-e904-47e1-822e-1152cb5bf54a&fields=id&fields=name => generated 206 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1463] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:38:20 2026] GET /v2.0/security-groups?tenant_id=aba312a820514463a37c48f8024544ab&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1464] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:20 2026] DELETE /v2.0/security-groups/345a95a2-4daa-4e9f-b9d3-65fb1d2fac0b => 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: 690/1465] 10.0.0.38 () {34 vars in 675 bytes} [Thu Aug 20 02:38:20 2026] POST /v2.0/floatingips => generated 552 bytes in 718 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1466] 10.0.0.38 () {34 vars in 675 bytes} [Thu Aug 20 02:38:20 2026] POST /v2.0/floatingips => generated 552 bytes in 623 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1467] 10.0.0.38 () {34 vars in 675 bytes} [Thu Aug 20 02:38:21 2026] POST /v2.0/floatingips => generated 552 bytes in 587 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:38:22.393 8 INFO neutron.db.segments_db [None req-00d633b7-3ea8-4686-a9a6-24ded30efaf1 49c3c63e00224516b7f191cca006059c e6bf6dd0d52443868f1ab4159cac895b - - default default] Added segment 2b8a3c3a-d9f9-4a97-b478-3d45658459bc of type vxlan for network d7d32303-fc54-419f-8a54-ee1cd0fb4c19 [pid: 8|app: 0|req: 777/1468] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:38:22 2026] POST /v2.0/networks => generated 650 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1469] 10.0.0.38 () {34 vars in 675 bytes} [Thu Aug 20 02:38:22 2026] POST /v2.0/floatingips => generated 552 bytes in 559 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1470] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:38:22 2026] POST /v2.0/subnets => generated 627 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:38:23.057 8 INFO neutron.db.segments_db [None req-8a539929-df5b-43ed-8a97-f7afda99e60e 3502ceaa7c014d79a7adfd9d458a45d6 377707297b03413d9f1c02e401320a22 - - default default] Added segment e5784ecb-d539-440a-b5d7-f163750b2f7f of type vxlan for network 243123b0-f122-4750-9b74-3ca630dc2cd0 [pid: 8|app: 0|req: 779/1471] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:38:22 2026] POST /v2.0/networks => generated 643 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:38:23.244 8 INFO neutron.db.segments_db [None req-8201fa9f-905b-4a08-87f3-fc49cd8c693b 49c3c63e00224516b7f191cca006059c e6bf6dd0d52443868f1ab4159cac895b - - default default] Added segment 02430f4b-1d97-4fd0-9b51-6335dba6efd8 of type vxlan for network db9b6992-293e-4ad2-b082-ee3a09bc26f5 [pid: 7|app: 0|req: 693/1472] 10.0.0.38 () {34 vars in 675 bytes} [Thu Aug 20 02:38:22 2026] POST /v2.0/floatingips => generated 552 bytes in 677 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1473] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:38:23 2026] GET /v2.0/ports?device_id=1e8824f7-8664-4363-b12f-afec982b5cb3 => generated 1014 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:38:23.543 8 INFO neutron.db.l3_hamode_db [None req-8201fa9f-905b-4a08-87f3-fc49cd8c693b 49c3c63e00224516b7f191cca006059c e6bf6dd0d52443868f1ab4159cac895b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 695/1474] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:38:23 2026] POST /v2.0/subnets => generated 641 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1475] 10.0.0.38 () {34 vars in 758 bytes} [Thu Aug 20 02:38:23 2026] PUT /v2.0/floatingips/4cf2a217-1018-4530-a7f9-fd4facbd3aad/tags => generated 17 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1476] 10.0.0.147 () {34 vars in 1120 bytes} [Thu Aug 20 02:38:23 2026] GET /v2.0/security-groups?id=7e66f3e8-0f40-4ade-8b96-ba27bb4aa3aa&id=a9dcc0b6-e904-47e1-822e-1152cb5bf54a&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:38:23.966 7 INFO neutron.db.segments_db [None req-69806183-375a-4c7b-93be-96d342de1caf 3502ceaa7c014d79a7adfd9d458a45d6 377707297b03413d9f1c02e401320a22 - - default default] Added segment 413dc96e-a1b5-4e84-ab97-af17da4a8067 of type vxlan for network d98de024-2527-46df-91ce-9447043e4529 [pid: 7|app: 0|req: 698/1477] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:38:23 2026] POST /v2.0/networks => generated 643 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1478] 10.0.0.38 () {34 vars in 758 bytes} [Thu Aug 20 02:38:24 2026] PUT /v2.0/floatingips/02d9106f-cab2-49e1-91be-f7bf9d614e11/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1479] 10.0.0.38 () {34 vars in 742 bytes} [Thu Aug 20 02:38:24 2026] PUT /v2.0/networks/d98de024-2527-46df-91ce-9447043e4529 => generated 592 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1480] 10.0.0.38 () {34 vars in 758 bytes} [Thu Aug 20 02:38:24 2026] PUT /v2.0/floatingips/9d6cf59b-c10f-4bbf-b5b2-1a51c008fcb7/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1481] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:38:24 2026] POST /v2.0/subnets => generated 626 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1484] 10.0.0.38 () {34 vars in 758 bytes} [Thu Aug 20 02:38:24 2026] PUT /v2.0/floatingips/55548a42-1b4b-4674-b0ca-7446da4c37a8/tags => 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: 706/1485] 10.0.0.38 () {34 vars in 740 bytes} [Thu Aug 20 02:38:24 2026] PUT /v2.0/subnets/c424dda7-5796-4cb5-b01e-8a92a2731a12 => generated 636 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1486] 10.0.0.38 () {32 vars in 671 bytes} [Thu Aug 20 02:38:24 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:38:25.011 7 INFO neutron.services.segments.plugin [-] Segment 413dc96e-a1b5-4e84-ab97-af17da4a8067 resource provider aggregate not found 2026-08-20 02:38:25.017 7 INFO neutron.services.segments.plugin [-] Segment 413dc96e-a1b5-4e84-ab97-af17da4a8067 resource provider aggregate not found 2026-08-20 02:38:25.023 8 INFO neutron.db.l3_hamode_db [None req-8201fa9f-905b-4a08-87f3-fc49cd8c693b 49c3c63e00224516b7f191cca006059c e6bf6dd0d52443868f1ab4159cac895b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:38:25.036 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 413dc96e-a1b5-4e84-ab97-af17da4a8067 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 413dc96e-a1b5-4e84-ab97-af17da4a8067 found for delete ", "request_id": "req-31ddf43a-2a2b-4a7d-b5a5-abc174ab3bf5"}]} [pid: 7|app: 0|req: 708/1487] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:24 2026] DELETE /v2.0/networks/d98de024-2527-46df-91ce-9447043e4529 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:38:25.051 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 413dc96e-a1b5-4e84-ab97-af17da4a8067 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 413dc96e-a1b5-4e84-ab97-af17da4a8067 found for delete ", "request_id": "req-59f707a6-5830-4808-939b-54b93262655f"}]} [pid: 7|app: 0|req: 709/1488] 10.0.0.38 () {32 vars in 685 bytes} [Thu Aug 20 02:38:25 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1489] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:38:25 2026] GET /v2.0/ports?device_id=1e8824f7-8664-4363-b12f-afec982b5cb3 => generated 1014 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:38:25.151 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cfde09e2-69bf-4fce-9933-8da0e64849fb 3502ceaa7c014d79a7adfd9d458a45d6 377707297b03413d9f1c02e401320a22 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 711/1490] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:25 2026] DELETE /v2.0/networks/d98de024-2527-46df-91ce-9447043e4529 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1491] 10.0.0.38 () {32 vars in 681 bytes} [Thu Aug 20 02:38:25 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1492] 10.0.0.147 () {34 vars in 1120 bytes} [Thu Aug 20 02:38:25 2026] GET /v2.0/security-groups?id=7e66f3e8-0f40-4ade-8b96-ba27bb4aa3aa&id=a9dcc0b6-e904-47e1-822e-1152cb5bf54a&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1493] 10.0.0.38 () {32 vars in 693 bytes} [Thu Aug 20 02:38:25 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1494] 10.0.0.38 () {32 vars in 693 bytes} [Thu Aug 20 02:38:25 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1495] 10.0.0.38 () {32 vars in 741 bytes} [Thu Aug 20 02:38:25 2026] GET /v2.0/subnets?network_id=b5e1805e-c609-4109-a246-2d9fe4e1bed2 => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1496] 10.0.0.38 () {32 vars in 679 bytes} [Thu Aug 20 02:38:25 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1497] 10.0.0.38 () {32 vars in 652 bytes} [Thu Aug 20 02:38:25 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: 719/1498] 10.0.0.38 () {32 vars in 693 bytes} [Thu Aug 20 02:38:25 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1499] 10.0.0.38 () {32 vars in 648 bytes} [Thu Aug 20 02:38:25 2026] GET /v2.0/networks => generated 1308 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1500] 10.0.0.38 () {32 vars in 689 bytes} [Thu Aug 20 02:38:25 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1501] 199.19.213.229 () {34 vars in 994 bytes} [Thu Aug 20 02:38:25 2026] GET /v2.0/ports?device_id=1e8824f7-8664-4363-b12f-afec982b5cb3 => generated 1014 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1502] 10.0.0.38 () {32 vars in 646 bytes} [Thu Aug 20 02:38:25 2026] GET /v2.0/subnets => generated 1280 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1503] 10.0.0.38 () {32 vars in 701 bytes} [Thu Aug 20 02:38:25 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:38:25.964 7 INFO neutron_taas.services.taas.taas_plugin [req-310a893b-e1d1-44c2-9fad-64c7ca6d64c7 req-e1dbcf1f-a3e9-4df1-aadc-6b28c14b80fc 78899c07c03342c09b8aac728dad7a0b 87a8829ecc1d468a8b8b3da588cc10ce - - default default] TaaS: Handle Delete Port: 4eac3653-416e-4c0b-a947-f0b71014075f 2026-08-20 02:38:25.968 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-310a893b-e1d1-44c2-9fad-64c7ca6d64c7 req-e1dbcf1f-a3e9-4df1-aadc-6b28c14b80fc 78899c07c03342c09b8aac728dad7a0b 87a8829ecc1d468a8b8b3da588cc10ce - - default default] Tap Mirror: Handle Delete Port: 4eac3653-416e-4c0b-a947-f0b71014075f [pid: 8|app: 0|req: 780/1504] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:38:23 2026] POST /v2.0/routers => generated 694 bytes in 2910 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:38:26.107 7 INFO neutron.db.l3_db [req-310a893b-e1d1-44c2-9fad-64c7ca6d64c7 req-e1dbcf1f-a3e9-4df1-aadc-6b28c14b80fc 78899c07c03342c09b8aac728dad7a0b 87a8829ecc1d468a8b8b3da588cc10ce - - default default] Floating IP 68fc5e35-18c0-43ae-ba43-79cdfbeb262d disassociated. External IP: 10.96.250.208, port: 4eac3653-416e-4c0b-a947-f0b71014075f. [pid: 8|app: 0|req: 781/1505] 10.0.0.38 () {32 vars in 722 bytes} [Thu Aug 20 02:38:26 2026] GET /v2.0/networks/243123b0-f122-4750-9b74-3ca630dc2cd0 => generated 668 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:38:26.230 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ab8b502-193b-40e0-9cab-5c21253cad78 b79fe1b0cba04b5e96ce9b2280d92966 fa2e36b208944e5ea38034fc4b8e4ede - - default default] TaaS: Handle Delete Port: d211400c-cec1-493f-a20d-56d5a5bdad61 2026-08-20 02:38:26.233 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ab8b502-193b-40e0-9cab-5c21253cad78 b79fe1b0cba04b5e96ce9b2280d92966 fa2e36b208944e5ea38034fc4b8e4ede - - default default] Tap Mirror: Handle Delete Port: d211400c-cec1-493f-a20d-56d5a5bdad61 [pid: 8|app: 0|req: 782/1506] 10.0.0.38 () {32 vars in 731 bytes} [Thu Aug 20 02:38:26 2026] DELETE /v2.0/floatingips/4cf2a217-1018-4530-a7f9-fd4facbd3aad => generated 0 bytes in 260 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1507] 199.19.213.229 () {36 vars in 997 bytes} [Thu Aug 20 02:38:25 2026] DELETE /v2.0/ports/4eac3653-416e-4c0b-a947-f0b71014075f => generated 0 bytes in 761 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1508] 10.0.0.38 () {32 vars in 720 bytes} [Thu Aug 20 02:38:26 2026] GET /v2.0/subnets/a5e968fa-5fe0-4b41-9b0d-0ba499d9beea => generated 641 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:38:26.632 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e84becf6-f62f-48dc-9aa1-0c91176e7d8e'] response: {'server_uuid': '1e8824f7-8664-4363-b12f-afec982b5cb3', 'name': 'network-vif-deleted', 'tag': '4eac3653-416e-4c0b-a947-f0b71014075f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 727/1509] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:38:26 2026] GET /v2.0/ports?device_id=1e8824f7-8664-4363-b12f-afec982b5cb3 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:38:26.787 7 INFO neutron_taas.services.taas.taas_plugin [None req-693ebdff-e931-4b5f-87b2-263747db9f13 b79fe1b0cba04b5e96ce9b2280d92966 fa2e36b208944e5ea38034fc4b8e4ede - - default default] TaaS: Handle Delete Port: f2fec53a-9b94-4da4-afbc-b89ae110c7a6 2026-08-20 02:38:26.790 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-693ebdff-e931-4b5f-87b2-263747db9f13 b79fe1b0cba04b5e96ce9b2280d92966 fa2e36b208944e5ea38034fc4b8e4ede - - default default] Tap Mirror: Handle Delete Port: f2fec53a-9b94-4da4-afbc-b89ae110c7a6 [pid: 7|app: 0|req: 728/1510] 10.0.0.38 () {32 vars in 731 bytes} [Thu Aug 20 02:38:26 2026] DELETE /v2.0/floatingips/02d9106f-cab2-49e1-91be-f7bf9d614e11 => generated 0 bytes in 355 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:38:27.015 7 INFO neutron.pecan_wsgi.hooks.translation [None req-25a40eae-7ac0-46ff-b320-061574ef41be 3502ceaa7c014d79a7adfd9d458a45d6 377707297b03413d9f1c02e401320a22 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 729/1511] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:38:27 2026] DELETE /v2.0/subnets/c424dda7-5796-4cb5-b01e-8a92a2731a12 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:38:27.123 7 INFO neutron_taas.services.taas.taas_plugin [None req-085ae1f2-baed-4440-a486-f4fdf1155132 b79fe1b0cba04b5e96ce9b2280d92966 fa2e36b208944e5ea38034fc4b8e4ede - - default default] TaaS: Handle Delete Port: bbe1bae1-2ef1-4ee8-bd05-47c05dc43964 2026-08-20 02:38:27.125 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-085ae1f2-baed-4440-a486-f4fdf1155132 b79fe1b0cba04b5e96ce9b2280d92966 fa2e36b208944e5ea38034fc4b8e4ede - - default default] Tap Mirror: Handle Delete Port: bbe1bae1-2ef1-4ee8-bd05-47c05dc43964 [pid: 7|app: 0|req: 730/1512] 10.0.0.38 () {32 vars in 731 bytes} [Thu Aug 20 02:38:27 2026] DELETE /v2.0/floatingips/9d6cf59b-c10f-4bbf-b5b2-1a51c008fcb7 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:38:27.320 7 INFO neutron.pecan_wsgi.hooks.translation [None req-13a14e94-2f41-4347-a7ee-1f45272d656f 3502ceaa7c014d79a7adfd9d458a45d6 377707297b03413d9f1c02e401320a22 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 731/1513] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:27 2026] DELETE /v2.0/networks/d98de024-2527-46df-91ce-9447043e4529 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:38:27.430 7 INFO neutron_taas.services.taas.taas_plugin [None req-56fd3c94-dfb1-4eda-86fe-4ae53537d62e b79fe1b0cba04b5e96ce9b2280d92966 fa2e36b208944e5ea38034fc4b8e4ede - - default default] TaaS: Handle Delete Port: b2bbcb5f-d668-4c55-aac2-160bc8329f0e 2026-08-20 02:38:27.436 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56fd3c94-dfb1-4eda-86fe-4ae53537d62e b79fe1b0cba04b5e96ce9b2280d92966 fa2e36b208944e5ea38034fc4b8e4ede - - default default] Tap Mirror: Handle Delete Port: b2bbcb5f-d668-4c55-aac2-160bc8329f0e [pid: 7|app: 0|req: 732/1514] 10.0.0.38 () {32 vars in 731 bytes} [Thu Aug 20 02:38:27 2026] DELETE /v2.0/floatingips/55548a42-1b4b-4674-b0ca-7446da4c37a8 => generated 0 bytes in 343 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1515] 10.0.0.38 () {34 vars in 782 bytes} [Thu Aug 20 02:38:26 2026] PUT /v2.0/routers/52591aa1-b09d-4505-aba1-e5397bad4cd3/add_router_interface => generated 309 bytes in 1385 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1516] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:38:27 2026] DELETE /v2.0/subnets/a5e968fa-5fe0-4b41-9b0d-0ba499d9beea => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1517] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:38:27 2026] GET /v2.0/ports?device_id=1e8824f7-8664-4363-b12f-afec982b5cb3 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:38:27.880 8 INFO neutron_taas.services.taas.taas_plugin [None req-05f819bb-5917-4e9d-b6f7-99d69725699e b79fe1b0cba04b5e96ce9b2280d92966 fa2e36b208944e5ea38034fc4b8e4ede - - default default] TaaS: Handle Delete Port: ae3eb87c-8b70-446e-81b0-620a94b8aaf5 2026-08-20 02:38:27.883 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05f819bb-5917-4e9d-b6f7-99d69725699e b79fe1b0cba04b5e96ce9b2280d92966 fa2e36b208944e5ea38034fc4b8e4ede - - default default] Tap Mirror: Handle Delete Port: ae3eb87c-8b70-446e-81b0-620a94b8aaf5 [pid: 8|app: 0|req: 784/1518] 10.0.0.38 () {32 vars in 731 bytes} [Thu Aug 20 02:38:27 2026] DELETE /v2.0/floatingips/4dc3097e-b3b6-4fe5-b6b9-47ee382a5bd9 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:38:28.111 8 INFO neutron_taas.services.taas.taas_plugin [None req-d0b7e6fb-ea85-4f0b-8ead-d8056f549c0d 3502ceaa7c014d79a7adfd9d458a45d6 377707297b03413d9f1c02e401320a22 - - default default] TaaS: Handle Delete Port: 1b8b7963-4745-493a-b5af-509552002265 2026-08-20 02:38:28.113 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0b7e6fb-ea85-4f0b-8ead-d8056f549c0d 3502ceaa7c014d79a7adfd9d458a45d6 377707297b03413d9f1c02e401320a22 - - default default] Tap Mirror: Handle Delete Port: 1b8b7963-4745-493a-b5af-509552002265 2026-08-20 02:38:28.288 8 INFO neutron.services.segments.plugin [-] Segment e5784ecb-d539-440a-b5d7-f163750b2f7f resource provider aggregate not found 2026-08-20 02:38:28.292 8 INFO neutron.services.segments.plugin [-] Segment e5784ecb-d539-440a-b5d7-f163750b2f7f resource provider aggregate not found [pid: 8|app: 0|req: 785/1519] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:28 2026] DELETE /v2.0/networks/243123b0-f122-4750-9b74-3ca630dc2cd0 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:38:28.320 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e5784ecb-d539-440a-b5d7-f163750b2f7f 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 e5784ecb-d539-440a-b5d7-f163750b2f7f found for delete ", "request_id": "req-9dfd5e2e-d7c8-4bd1-8274-17ab7d7aad25"}]} 2026-08-20 02:38:28.325 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e5784ecb-d539-440a-b5d7-f163750b2f7f 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 e5784ecb-d539-440a-b5d7-f163750b2f7f found for delete ", "request_id": "req-cf4619c8-2ac8-4075-a0ec-01568a489034"}]} [pid: 7|app: 0|req: 735/1520] 10.0.0.38 () {34 vars in 664 bytes} [Thu Aug 20 02:38:27 2026] POST /v2.0/ports => generated 955 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1521] 10.0.0.38 () {34 vars in 664 bytes} [Thu Aug 20 02:38:28 2026] POST /v2.0/ports => generated 955 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 787/1522] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:38:28 2026] GET /v2.0/security-groups?tenant_id=fa2e36b208944e5ea38034fc4b8e4ede&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1523] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:38:29 2026] GET /v2.0/security-groups?tenant_id=377707297b03413d9f1c02e401320a22&name=default => generated 2925 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1524] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:38:29 2026] GET /v2.0/ports?device_id=1e8824f7-8664-4363-b12f-afec982b5cb3 => 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: 790/1525] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:29 2026] DELETE /v2.0/security-groups/fff7fc41-d6fb-4654-afd4-d5d12699ff5a => 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: 791/1526] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:29 2026] DELETE /v2.0/security-groups/24b2b091-d798-4401-ae59-a521aaf1bbff => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:38:29.605 7 INFO neutron.db.l3_db [None req-62396e68-4778-42d4-864b-06aec5a0bfac 49c3c63e00224516b7f191cca006059c e6bf6dd0d52443868f1ab4159cac895b - - default default] Floating IP 25416f79-25fb-450b-9ade-e2ba363ea61f associated. External IP: 10.96.250.209, port: 41362edf-884f-4e51-adab-a1fcd66a7448. [pid: 8|app: 0|req: 792/1527] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:38:29 2026] GET /v2.0/security-groups?tenant_id=2e88e32e72584a92a4c4948af1d96314&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1528] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:29 2026] DELETE /v2.0/security-groups/2812854d-7b3a-4de0-8f6b-cbf7d49d95b8 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1529] 10.0.0.38 () {34 vars in 676 bytes} [Thu Aug 20 02:38:28 2026] POST /v2.0/floatingips => generated 842 bytes in 1177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:38:30.057 7 INFO neutron.db.l3_db [None req-c560df6f-705b-4871-b759-26dff2293f65 49c3c63e00224516b7f191cca006059c e6bf6dd0d52443868f1ab4159cac895b - - default default] Floating IP 25416f79-25fb-450b-9ade-e2ba363ea61f disassociated. External IP: 10.96.250.209, port: 41362edf-884f-4e51-adab-a1fcd66a7448. [pid: 8|app: 0|req: 794/1530] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:38:29 2026] GET /v2.0/security-groups?tenant_id=6d48fd270d3b4916866f13e519cf2c8b&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1531] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:30 2026] DELETE /v2.0/security-groups/c8e68dac-bedc-4342-9b4f-5952ea9e2870 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1532] 10.0.0.38 () {34 vars in 748 bytes} [Thu Aug 20 02:38:29 2026] PUT /v2.0/floatingips/25416f79-25fb-450b-9ade-e2ba363ea61f => generated 552 bytes in 460 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1533] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:30 2026] DELETE /v2.0/security-groups/7e66f3e8-0f40-4ade-8b96-ba27bb4aa3aa => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:38:30.523 7 INFO neutron_taas.services.taas.taas_plugin [None req-f7436310-7d86-40d2-848f-33a31ac32979 49c3c63e00224516b7f191cca006059c e6bf6dd0d52443868f1ab4159cac895b - - default default] TaaS: Handle Delete Port: 9190ba9a-00e2-46a1-978a-40a9251cfb47 2026-08-20 02:38:30.526 8 INFO neutron.api.v2.resource [None req-dfda636a-ad1b-4155-8176-f0b656e28bbe 78899c07c03342c09b8aac728dad7a0b 87a8829ecc1d468a8b8b3da588cc10ce - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 797/1534] 10.0.0.38 () {32 vars in 736 bytes} [Thu Aug 20 02:38:30 2026] GET /v2.0/security-groups/7e66f3e8-0f40-4ade-8b96-ba27bb4aa3aa => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:38:30.529 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7436310-7d86-40d2-848f-33a31ac32979 49c3c63e00224516b7f191cca006059c e6bf6dd0d52443868f1ab4159cac895b - - default default] Tap Mirror: Handle Delete Port: 9190ba9a-00e2-46a1-978a-40a9251cfb47 2026-08-20 02:38:30.652 8 INFO neutron_taas.services.taas.taas_plugin [None req-9c02be91-f617-4246-b014-1c36cbb4289b 78899c07c03342c09b8aac728dad7a0b 87a8829ecc1d468a8b8b3da588cc10ce - - default default] TaaS: Handle Delete Port: 19aea604-110d-4641-b3ac-15e7508d88cc 2026-08-20 02:38:30.654 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c02be91-f617-4246-b014-1c36cbb4289b 78899c07c03342c09b8aac728dad7a0b 87a8829ecc1d468a8b8b3da588cc10ce - - default default] Tap Mirror: Handle Delete Port: 19aea604-110d-4641-b3ac-15e7508d88cc [pid: 7|app: 0|req: 738/1535] 10.0.0.38 () {32 vars in 731 bytes} [Thu Aug 20 02:38:30 2026] DELETE /v2.0/floatingips/25416f79-25fb-450b-9ade-e2ba363ea61f => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1536] 10.0.0.38 () {32 vars in 731 bytes} [Thu Aug 20 02:38:30 2026] DELETE /v2.0/floatingips/68fc5e35-18c0-43ae-ba43-79cdfbeb262d => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1537] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:30 2026] DELETE /v2.0/security-groups/a9dcc0b6-e904-47e1-822e-1152cb5bf54a => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:38:31.443 8 INFO neutron_taas.services.taas.taas_plugin [None req-804112d0-473a-4cdd-bf30-3f224245aaec d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: 766e4f3a-e16e-49fa-a59d-89e86ef16144 2026-08-20 02:38:31.445 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-804112d0-473a-4cdd-bf30-3f224245aaec d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: 766e4f3a-e16e-49fa-a59d-89e86ef16144 2026-08-20 02:38:31.541 7 INFO neutron.db.l3_db [None req-94099963-1521-42ea-8c48-acdc5cb55c8c 49c3c63e00224516b7f191cca006059c e6bf6dd0d52443868f1ab4159cac895b - - default default] Floating IP 26733d78-3a5f-4625-9e3d-3f109f46bdb1 associated. External IP: 10.96.250.214, port: 725a287d-6132-4ff9-9f0c-44dafa88019c. [pid: 7|app: 0|req: 739/1538] 10.0.0.38 () {34 vars in 676 bytes} [Thu Aug 20 02:38:30 2026] POST /v2.0/floatingips => generated 842 bytes in 1117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1539] 10.0.0.38 () {34 vars in 788 bytes} [Thu Aug 20 02:38:31 2026] PUT /v2.0/routers/894f99f6-20d9-4737-a6ed-ebd30ba33598/remove_router_interface => generated 309 bytes in 1065 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1540] 10.0.0.38 () {32 vars in 728 bytes} [Thu Aug 20 02:38:32 2026] GET /v2.0/floatingips/26733d78-3a5f-4625-9e3d-3f109f46bdb1 => generated 842 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:38:32.284 7 INFO neutron.db.segments_db [None req-17512c49-4c21-43aa-831a-d320b3e17b6e 3945106e137a4748856159927138182c c38922c65d544aa6967b23169de89ae8 - - default default] Added segment 71e12874-d574-4fe8-915c-8bf1c39120e0 of type vxlan for network 49eaa4e5-06af-42e4-a536-7add34f97497 2026-08-20 02:38:32.341 8 INFO neutron_taas.services.taas.taas_plugin [None req-dac92679-93f6-44b4-bdc7-2e1eeb5c623f d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: 287b8944-3cf0-496c-a437-ef663e5d4405 2026-08-20 02:38:32.344 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dac92679-93f6-44b4-bdc7-2e1eeb5c623f d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: 287b8944-3cf0-496c-a437-ef663e5d4405 [pid: 7|app: 0|req: 740/1541] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:38:31 2026] POST /v2.0/networks => generated 645 bytes in 541 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1542] 10.0.0.38 () {32 vars in 654 bytes} [Thu Aug 20 02:38:32 2026] GET /v2.0/floatingips => generated 845 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:38:32.695 8 INFO neutron_taas.services.taas.taas_plugin [None req-dac92679-93f6-44b4-bdc7-2e1eeb5c623f d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: f50fb114-e70f-4759-a98a-168011420bc2 2026-08-20 02:38:32.699 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dac92679-93f6-44b4-bdc7-2e1eeb5c623f d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: f50fb114-e70f-4759-a98a-168011420bc2 [pid: 7|app: 0|req: 742/1543] 10.0.0.38 () {34 vars in 664 bytes} [Thu Aug 20 02:38:32 2026] POST /v2.0/ports => generated 775 bytes in 349 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-20 02:38:33.120 8 INFO neutron.services.segments.plugin [-] Segment a7b9c009-4f2a-4a72-b1b0-fbd26fb67934 resource provider aggregate not found 2026-08-20 02:38:33.128 8 INFO neutron.services.segments.plugin [-] Segment a7b9c009-4f2a-4a72-b1b0-fbd26fb67934 resource provider aggregate not found 2026-08-20 02:38:33.139 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a7b9c009-4f2a-4a72-b1b0-fbd26fb67934 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 a7b9c009-4f2a-4a72-b1b0-fbd26fb67934 found for delete ", "request_id": "req-a63dc2cd-7170-4f35-933c-a21463c0afdf"}]} 2026-08-20 02:38:33.153 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a7b9c009-4f2a-4a72-b1b0-fbd26fb67934 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 a7b9c009-4f2a-4a72-b1b0-fbd26fb67934 found for delete ", "request_id": "req-7f36e99c-1378-45c5-8ceb-ee3321a31289"}]} 2026-08-20 02:38:33.169 8 INFO neutron.db.l3_hamode_db [None req-dac92679-93f6-44b4-bdc7-2e1eeb5c623f d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] HA network 241ad67d-b655-4a13-b6ea-9250b551684f was deleted as no HA routers are present in tenant 87a8829ecc1d468a8b8b3da588cc10ce. [pid: 8|app: 0|req: 802/1544] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:38:32 2026] DELETE /v2.0/routers/894f99f6-20d9-4737-a6ed-ebd30ba33598 => generated 0 bytes in 1068 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:38:33.254 8 INFO neutron.db.segments_db [None req-cb96f6f5-fdb7-44e4-8bf6-f8ccbd1826cf 3945106e137a4748856159927138182c c38922c65d544aa6967b23169de89ae8 - - default default] Added segment 323a4376-e2cb-43df-a9de-aa9e3823042d of type vxlan for network 0b1493d3-674e-48f7-9f8c-813a9f0b11ec [pid: 8|app: 0|req: 803/1545] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:38:33 2026] POST /v2.0/networks => generated 631 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1546] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:38:33 2026] DELETE /v2.0/subnets/ff615769-76de-438f-bade-974eba6a239c => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:38:33.668 7 INFO neutron.db.l3_db [None req-05d139c2-4042-4ba1-809c-0f72eb1509d8 49c3c63e00224516b7f191cca006059c e6bf6dd0d52443868f1ab4159cac895b - - default default] Floating IP 26733d78-3a5f-4625-9e3d-3f109f46bdb1 associated. External IP: 10.96.250.214, port: 725a287d-6132-4ff9-9f0c-44dafa88019c. [pid: 8|app: 0|req: 805/1547] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:38:33 2026] POST /v2.0/subnets => generated 626 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:38:33.882 8 INFO neutron_taas.services.taas.taas_plugin [None req-390237eb-6004-4e12-b249-c3f7a39b73e2 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: 8b6cb00a-39bb-4347-9ad2-5a2b634ae15d 2026-08-20 02:38:33.885 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-390237eb-6004-4e12-b249-c3f7a39b73e2 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: 8b6cb00a-39bb-4347-9ad2-5a2b634ae15d [pid: 8|app: 0|req: 806/1548] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:33 2026] DELETE /v2.0/networks/d690b4bb-5000-4ff7-930c-d22631fded72 => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1549] 10.0.0.38 () {34 vars in 748 bytes} [Thu Aug 20 02:38:32 2026] PUT /v2.0/floatingips/26733d78-3a5f-4625-9e3d-3f109f46bdb1 => generated 842 bytes in 1478 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1550] 10.0.0.38 () {34 vars in 664 bytes} [Thu Aug 20 02:38:34 2026] POST /v2.0/ports => generated 949 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-20 02:38:34.617 8 INFO neutron.db.l3_db [None req-cc117e29-0abc-44b2-bd55-d3076b2cbbda 49c3c63e00224516b7f191cca006059c e6bf6dd0d52443868f1ab4159cac895b - - default default] Floating IP 26733d78-3a5f-4625-9e3d-3f109f46bdb1 disassociated. External IP: 10.96.250.214, port: 41362edf-884f-4e51-adab-a1fcd66a7448. 2026-08-20 02:38:34.755 7 INFO neutron_taas.services.taas.taas_plugin [None req-a876f0b4-031c-4766-82c7-303b1d173e13 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: a9f1c5ca-09f3-4481-85d8-5b55816e0037 2026-08-20 02:38:34.758 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a876f0b4-031c-4766-82c7-303b1d173e13 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: a9f1c5ca-09f3-4481-85d8-5b55816e0037 [pid: 8|app: 0|req: 808/1551] 10.0.0.38 () {34 vars in 748 bytes} [Thu Aug 20 02:38:34 2026] PUT /v2.0/floatingips/26733d78-3a5f-4625-9e3d-3f109f46bdb1 => generated 552 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:38:35.073 8 INFO neutron_taas.services.taas.taas_plugin [None req-09cb7d3d-ab34-446e-8643-446582e61d28 3945106e137a4748856159927138182c c38922c65d544aa6967b23169de89ae8 - - default default] TaaS: Handle Delete Port: 0ec11383-f96d-4888-be53-69ebdf397941 2026-08-20 02:38:35.077 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09cb7d3d-ab34-446e-8643-446582e61d28 3945106e137a4748856159927138182c c38922c65d544aa6967b23169de89ae8 - - default default] Tap Mirror: Handle Delete Port: 0ec11383-f96d-4888-be53-69ebdf397941 2026-08-20 02:38:35.162 8 INFO neutron.services.segments.plugin [-] Segment cffac112-82d5-452a-96d6-9cbc11b1bb0b resource provider aggregate not found 2026-08-20 02:38:35.181 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment cffac112-82d5-452a-96d6-9cbc11b1bb0b 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 cffac112-82d5-452a-96d6-9cbc11b1bb0b found for delete ", "request_id": "req-f59b31b6-efdc-4a21-a9cb-b0be330965bc"}]} 2026-08-20 02:38:35.184 8 INFO neutron.services.segments.plugin [-] Segment cffac112-82d5-452a-96d6-9cbc11b1bb0b resource provider aggregate not found 2026-08-20 02:38:35.202 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment cffac112-82d5-452a-96d6-9cbc11b1bb0b 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 cffac112-82d5-452a-96d6-9cbc11b1bb0b found for delete ", "request_id": "req-05afffb1-8b42-46d0-9ee5-a83df6f61c89"}]} [pid: 8|app: 0|req: 809/1552] 10.0.0.38 () {32 vars in 719 bytes} [Thu Aug 20 02:38:34 2026] DELETE /v2.0/ports/0ec11383-f96d-4888-be53-69ebdf397941 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1553] 10.0.0.38 () {34 vars in 788 bytes} [Thu Aug 20 02:38:34 2026] PUT /v2.0/routers/97862dbf-26b0-4b38-aad1-57b25244ff1d/remove_router_interface => generated 309 bytes in 1059 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:38:35.481 7 INFO neutron_taas.services.taas.taas_plugin [None req-34e36c04-2a05-4ed0-8d30-b0a5fa496ae2 49c3c63e00224516b7f191cca006059c e6bf6dd0d52443868f1ab4159cac895b - - default default] TaaS: Handle Delete Port: d8a94688-1ae8-4695-957f-3467f4a170f8 2026-08-20 02:38:35.484 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34e36c04-2a05-4ed0-8d30-b0a5fa496ae2 49c3c63e00224516b7f191cca006059c e6bf6dd0d52443868f1ab4159cac895b - - default default] Tap Mirror: Handle Delete Port: d8a94688-1ae8-4695-957f-3467f4a170f8 2026-08-20 02:38:35.580 8 INFO neutron.db.segments_db [None req-d96b4af6-bf9f-41f4-b85b-58eb0b04f2ac 8aec0348f5644280be9af843956b958b d22dfc9cbdf444c88e8275e3775efefa - - default default] Added segment 965d345f-330a-4d03-926a-98bac7a5e92f of type vxlan for network c4f6ee08-4ae8-424a-aa9a-60863589b98d [pid: 7|app: 0|req: 745/1554] 10.0.0.38 () {32 vars in 731 bytes} [Thu Aug 20 02:38:35 2026] DELETE /v2.0/floatingips/26733d78-3a5f-4625-9e3d-3f109f46bdb1 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:38:35.691 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6cac5bcb-6029-4e4a-a3d7-a57062c19d76 3945106e137a4748856159927138182c c38922c65d544aa6967b23169de89ae8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 746/1555] 10.0.0.38 () {32 vars in 719 bytes} [Thu Aug 20 02:38:35 2026] DELETE /v2.0/ports/0ec11383-f96d-4888-be53-69ebdf397941 => 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: 810/1556] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:38:35 2026] POST /v2.0/networks => generated 632 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:38:35.745 8 INFO neutron.api.v2.resource [None req-044ff6a2-6a50-4b34-9968-db2ae2c5ed39 49c3c63e00224516b7f191cca006059c e6bf6dd0d52443868f1ab4159cac895b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 811/1557] 10.0.0.38 () {32 vars in 731 bytes} [Thu Aug 20 02:38:35 2026] DELETE /v2.0/floatingips/26733d78-3a5f-4625-9e3d-3f109f46bdb1 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:38:35.765 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8356f251-0c8a-49f1-8962-a215a955a597 3945106e137a4748856159927138182c c38922c65d544aa6967b23169de89ae8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 812/1558] 10.0.0.38 () {32 vars in 716 bytes} [Thu Aug 20 02:38:35 2026] GET /v2.0/ports/0ec11383-f96d-4888-be53-69ebdf397941 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:38:35.844 8 INFO neutron.db.segments_db [None req-c3816412-df0a-4801-8d29-ec73c6cb2231 8aec0348f5644280be9af843956b958b d22dfc9cbdf444c88e8275e3775efefa - - default default] Added segment f3b8724d-d912-4cef-a7d0-ded6cbf6c0f2 of type vxlan for network 30081517-1db8-4e94-a98a-08286f410638 2026-08-20 02:38:35.918 7 INFO neutron_taas.services.taas.taas_plugin [None req-da6ee9cf-5e02-4863-aa90-5164400f34e4 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: ecbaaf6b-2fcb-4c9c-9fe7-c7789d79ecf5 2026-08-20 02:38:35.923 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da6ee9cf-5e02-4863-aa90-5164400f34e4 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: ecbaaf6b-2fcb-4c9c-9fe7-c7789d79ecf5 [pid: 8|app: 0|req: 813/1559] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:38:35 2026] POST /v2.0/networks => generated 632 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:38:36.111 8 INFO neutron_taas.services.taas.taas_plugin [None req-a2bb10f4-97f9-4456-bae9-0e450cd33059 49c3c63e00224516b7f191cca006059c e6bf6dd0d52443868f1ab4159cac895b - - default default] TaaS: Handle Delete Port: 41362edf-884f-4e51-adab-a1fcd66a7448 2026-08-20 02:38:36.114 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2bb10f4-97f9-4456-bae9-0e450cd33059 49c3c63e00224516b7f191cca006059c e6bf6dd0d52443868f1ab4159cac895b - - default default] Tap Mirror: Handle Delete Port: 41362edf-884f-4e51-adab-a1fcd66a7448 2026-08-20 02:38:36.227 7 INFO neutron_taas.services.taas.taas_plugin [None req-da6ee9cf-5e02-4863-aa90-5164400f34e4 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: 2f8b6ceb-0ad3-4001-9e35-37eda0483ab9 2026-08-20 02:38:36.230 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da6ee9cf-5e02-4863-aa90-5164400f34e4 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: 2f8b6ceb-0ad3-4001-9e35-37eda0483ab9 [pid: 8|app: 0|req: 814/1560] 10.0.0.38 () {32 vars in 719 bytes} [Thu Aug 20 02:38:35 2026] DELETE /v2.0/ports/41362edf-884f-4e51-adab-a1fcd66a7448 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1561] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:38:36 2026] DELETE /v2.0/subnets/01eca8b0-fef9-4d0d-87e9-7eaf2f6c973d => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:38:36.443 8 INFO neutron.db.segments_db [None req-d12c7ed9-0f36-4925-9ef9-e02f4233bd55 8aec0348f5644280be9af843956b958b d22dfc9cbdf444c88e8275e3775efefa - - default default] Added segment 355a76d6-a748-48bd-894d-75008d9eac0d of type vxlan for network a4505920-f76b-4e0c-ae14-3e109cae8861 [pid: 8|app: 0|req: 816/1562] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:38:36 2026] POST /v2.0/networks => generated 630 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:38:36.599 7 INFO neutron.services.segments.plugin [-] Segment 47d50d02-a150-41aa-8766-4134d239dccf resource provider aggregate not found 2026-08-20 02:38:36.602 7 INFO neutron.services.segments.plugin [-] Segment 47d50d02-a150-41aa-8766-4134d239dccf resource provider aggregate not found 2026-08-20 02:38:36.622 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 47d50d02-a150-41aa-8766-4134d239dccf 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 47d50d02-a150-41aa-8766-4134d239dccf found for delete ", "request_id": "req-57e67640-a472-44e2-a4fa-8441b04773a4"}]} 2026-08-20 02:38:36.624 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 47d50d02-a150-41aa-8766-4134d239dccf 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 47d50d02-a150-41aa-8766-4134d239dccf found for delete ", "request_id": "req-4d3a1da1-0056-4527-bae0-94127839cee6"}]} 2026-08-20 02:38:36.652 7 INFO neutron.db.l3_hamode_db [None req-da6ee9cf-5e02-4863-aa90-5164400f34e4 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] HA network b6cf364a-628e-4c5f-85bf-f08f99f3d62e was deleted as no HA routers are present in tenant 93b9c61482c1462fae7b5f9dbaf60f5a. [pid: 7|app: 0|req: 747/1563] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:38:35 2026] DELETE /v2.0/routers/97862dbf-26b0-4b38-aad1-57b25244ff1d => generated 0 bytes in 967 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:38:36.690 8 INFO neutron_taas.services.taas.taas_plugin [None req-0d4d3a79-85a1-4d29-8595-c5454339de04 49c3c63e00224516b7f191cca006059c e6bf6dd0d52443868f1ab4159cac895b - - default default] TaaS: Handle Delete Port: 725a287d-6132-4ff9-9f0c-44dafa88019c 2026-08-20 02:38:36.693 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d4d3a79-85a1-4d29-8595-c5454339de04 49c3c63e00224516b7f191cca006059c e6bf6dd0d52443868f1ab4159cac895b - - default default] Tap Mirror: Handle Delete Port: 725a287d-6132-4ff9-9f0c-44dafa88019c 2026-08-20 02:38:36.779 7 INFO neutron_taas.services.taas.taas_plugin [None req-56842534-1010-4daa-b285-678e308c87b3 3945106e137a4748856159927138182c c38922c65d544aa6967b23169de89ae8 - - default default] TaaS: Handle Delete Port: 59dd6682-a9ae-4c23-998a-ed9514a3a119 2026-08-20 02:38:36.783 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56842534-1010-4daa-b285-678e308c87b3 3945106e137a4748856159927138182c c38922c65d544aa6967b23169de89ae8 - - default default] Tap Mirror: Handle Delete Port: 59dd6682-a9ae-4c23-998a-ed9514a3a119 [pid: 8|app: 0|req: 817/1564] 10.0.0.38 () {32 vars in 719 bytes} [Thu Aug 20 02:38:36 2026] DELETE /v2.0/ports/725a287d-6132-4ff9-9f0c-44dafa88019c => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:38:36.938 8 INFO neutron.db.segments_db [None req-77a692b3-f76e-40c4-a3fc-eb9fe2ac3f66 8aec0348f5644280be9af843956b958b d22dfc9cbdf444c88e8275e3775efefa - - default default] Added segment 81e51f40-1647-4d85-b4cf-e14c9f5da610 of type vxlan for network bd1ba64c-85db-414e-8a13-46168a660121 [pid: 7|app: 0|req: 748/1565] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:36 2026] DELETE /v2.0/networks/0b1493d3-674e-48f7-9f8c-813a9f0b11ec => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1566] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:38:36 2026] POST /v2.0/networks => generated 631 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1567] 10.0.0.38 () {32 vars in 735 bytes} [Thu Aug 20 02:38:37 2026] GET /v2.0/ports?device_id=52591aa1-b09d-4505-aba1-e5397bad4cd3 => generated 958 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:38:37.130 8 INFO neutron.db.segments_db [None req-10644462-4238-46e3-b62e-f61880715a5a 3945106e137a4748856159927138182c c38922c65d544aa6967b23169de89ae8 - - default default] Added segment 4b5eb7fd-2081-412d-90d4-2142206aee32 of type vxlan for network 89eaa025-7e34-4678-b994-e8d3cfd1f109 [pid: 7|app: 0|req: 749/1568] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:38:37 2026] DELETE /v2.0/subnets/3cb2bf93-bd3b-4c7b-aee2-d0b4ecf764a3 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:38:37.221 7 INFO neutron.db.segments_db [None req-23f7d811-8186-409f-967a-e744dbd8bcda 8aec0348f5644280be9af843956b958b d22dfc9cbdf444c88e8275e3775efefa - - default default] Added segment c8fa5d80-8a38-4f16-abae-2c0c936f8f83 of type vxlan for network ec23d3ac-9080-44be-82e9-bd6fdec8ff50 [pid: 8|app: 0|req: 820/1569] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:38:37 2026] POST /v2.0/networks => generated 632 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1570] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:38:37 2026] POST /v2.0/networks => generated 632 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:38:37.419 7 INFO neutron_taas.services.taas.taas_plugin [None req-e8b78d84-136f-46a0-bbdb-7f479217840d d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: 02a578ef-21e8-4a94-abad-d7a308dd7458 2026-08-20 02:38:37.422 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8b78d84-136f-46a0-bbdb-7f479217840d d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: 02a578ef-21e8-4a94-abad-d7a308dd7458 2026-08-20 02:38:37.568 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2fa234b-bedf-4bf4-bceb-c3bfbf55610b 49c3c63e00224516b7f191cca006059c e6bf6dd0d52443868f1ab4159cac895b - - default default] TaaS: Handle Delete Port: 664626e8-908a-4583-81df-bc887ce7831b 2026-08-20 02:38:37.573 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2fa234b-bedf-4bf4-bceb-c3bfbf55610b 49c3c63e00224516b7f191cca006059c e6bf6dd0d52443868f1ab4159cac895b - - default default] Tap Mirror: Handle Delete Port: 664626e8-908a-4583-81df-bc887ce7831b [pid: 7|app: 0|req: 751/1571] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:37 2026] DELETE /v2.0/networks/2132dde2-52a2-440f-957c-6e274a76eb27 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1572] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:38:37 2026] POST /v2.0/subnets => generated 626 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1573] 10.0.0.38 () {34 vars in 752 bytes} [Thu Aug 20 02:38:37 2026] PUT /v2.0/networks/c4f6ee08-4ae8-424a-aa9a-60863589b98d/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1574] 10.0.0.38 () {34 vars in 788 bytes} [Thu Aug 20 02:38:37 2026] PUT /v2.0/routers/52591aa1-b09d-4505-aba1-e5397bad4cd3/remove_router_interface => generated 309 bytes in 895 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1575] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:38:38 2026] GET /v2.0/security-groups?tenant_id=87a8829ecc1d468a8b8b3da588cc10ce&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1576] 10.0.0.38 () {34 vars in 752 bytes} [Thu Aug 20 02:38:38 2026] PUT /v2.0/networks/30081517-1db8-4e94-a98a-08286f410638/tags => generated 25 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1577] 10.0.0.38 () {34 vars in 664 bytes} [Thu Aug 20 02:38:37 2026] POST /v2.0/ports => generated 915 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1578] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:38 2026] DELETE /v2.0/security-groups/185c5df3-dcf0-4049-8eb5-bc88f79fcf35 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:38:38.499 8 INFO neutron_taas.services.taas.taas_plugin [None req-7b317768-27a9-4bd1-afef-94a6598e874c 49c3c63e00224516b7f191cca006059c e6bf6dd0d52443868f1ab4159cac895b - - default default] TaaS: Handle Delete Port: 398cbdfb-7f0b-431b-a1d0-6aa42bc869ad 2026-08-20 02:38:38.513 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b317768-27a9-4bd1-afef-94a6598e874c 49c3c63e00224516b7f191cca006059c e6bf6dd0d52443868f1ab4159cac895b - - default default] Tap Mirror: Handle Delete Port: 398cbdfb-7f0b-431b-a1d0-6aa42bc869ad [pid: 7|app: 0|req: 756/1579] 10.0.0.38 () {34 vars in 752 bytes} [Thu Aug 20 02:38:38 2026] PUT /v2.0/networks/a4505920-f76b-4e0c-ae14-3e109cae8861/tags => generated 34 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:38:38.674 7 INFO neutron.services.segments.plugin [-] Segment 323a4376-e2cb-43df-a9de-aa9e3823042d resource provider aggregate not found 2026-08-20 02:38:38.675 7 INFO neutron_taas.services.taas.taas_plugin [None req-add5f2e2-9c0c-40d0-a191-2625a61eaa1a 3945106e137a4748856159927138182c c38922c65d544aa6967b23169de89ae8 - - default default] TaaS: Handle Delete Port: 265921f5-c7d8-47db-9c18-5d2bbecf15e9 2026-08-20 02:38:38.683 7 INFO neutron.services.segments.plugin [-] Segment 323a4376-e2cb-43df-a9de-aa9e3823042d resource provider aggregate not found 2026-08-20 02:38:38.689 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-add5f2e2-9c0c-40d0-a191-2625a61eaa1a 3945106e137a4748856159927138182c c38922c65d544aa6967b23169de89ae8 - - default default] Tap Mirror: Handle Delete Port: 265921f5-c7d8-47db-9c18-5d2bbecf15e9 2026-08-20 02:38:38.704 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 323a4376-e2cb-43df-a9de-aa9e3823042d 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 323a4376-e2cb-43df-a9de-aa9e3823042d found for delete ", "request_id": "req-93b97e8d-99d9-42dd-aa8a-0adb10c49809"}]} 2026-08-20 02:38:38.710 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 323a4376-e2cb-43df-a9de-aa9e3823042d 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 323a4376-e2cb-43df-a9de-aa9e3823042d found for delete ", "request_id": "req-9fb20c20-e64a-4cff-a479-19d69438f059"}]} 2026-08-20 02:38:38.730 7 INFO neutron.services.segments.plugin [-] Segment db62ac37-a8bb-4c24-a154-7c4954b657a0 resource provider aggregate not found 2026-08-20 02:38:38.747 7 INFO neutron.services.segments.plugin [-] Segment db62ac37-a8bb-4c24-a154-7c4954b657a0 resource provider aggregate not found 2026-08-20 02:38:38.789 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment db62ac37-a8bb-4c24-a154-7c4954b657a0 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 db62ac37-a8bb-4c24-a154-7c4954b657a0 found for delete ", "request_id": "req-d39cba98-348f-477a-b37b-1b35f641f851"}]} 2026-08-20 02:38:38.803 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment db62ac37-a8bb-4c24-a154-7c4954b657a0 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 db62ac37-a8bb-4c24-a154-7c4954b657a0 found for delete ", "request_id": "req-a7e314d3-e7af-4e57-a483-6c9c3e5353a3"}]} 2026-08-20 02:38:38.821 8 INFO neutron_taas.services.taas.taas_plugin [None req-7b317768-27a9-4bd1-afef-94a6598e874c 49c3c63e00224516b7f191cca006059c e6bf6dd0d52443868f1ab4159cac895b - - default default] TaaS: Handle Delete Port: 09d32b69-1ba4-4b9b-93d9-c467d22ca83a 2026-08-20 02:38:38.825 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b317768-27a9-4bd1-afef-94a6598e874c 49c3c63e00224516b7f191cca006059c e6bf6dd0d52443868f1ab4159cac895b - - default default] Tap Mirror: Handle Delete Port: 09d32b69-1ba4-4b9b-93d9-c467d22ca83a [pid: 7|app: 0|req: 757/1580] 10.0.0.38 () {32 vars in 719 bytes} [Thu Aug 20 02:38:38 2026] DELETE /v2.0/ports/265921f5-c7d8-47db-9c18-5d2bbecf15e9 => generated 0 bytes in 440 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1581] 10.0.0.38 () {34 vars in 752 bytes} [Thu Aug 20 02:38:38 2026] PUT /v2.0/networks/bd1ba64c-85db-414e-8a13-46168a660121/tags => generated 19 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1582] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:38:39 2026] GET /v2.0/security-groups?tenant_id=93b9c61482c1462fae7b5f9dbaf60f5a&name=default => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:38:39.083 7 INFO neutron.pecan_wsgi.hooks.translation [None req-04bf4050-5336-418c-aea0-98b28f51e7a4 3945106e137a4748856159927138182c c38922c65d544aa6967b23169de89ae8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 760/1583] 10.0.0.38 () {32 vars in 716 bytes} [Thu Aug 20 02:38:39 2026] GET /v2.0/ports/265921f5-c7d8-47db-9c18-5d2bbecf15e9 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1584] 10.0.0.38 () {32 vars in 665 bytes} [Thu Aug 20 02:38:39 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:38:39.217 8 INFO neutron.services.segments.plugin [-] Segment 02430f4b-1d97-4fd0-9b51-6335dba6efd8 resource provider aggregate not found 2026-08-20 02:38:39.231 8 INFO neutron.services.segments.plugin [-] Segment 02430f4b-1d97-4fd0-9b51-6335dba6efd8 resource provider aggregate not found 2026-08-20 02:38:39.249 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 02430f4b-1d97-4fd0-9b51-6335dba6efd8 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 02430f4b-1d97-4fd0-9b51-6335dba6efd8 found for delete ", "request_id": "req-2fffc113-af56-4385-9544-7e4c13ea5be7"}]} 2026-08-20 02:38:39.258 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 02430f4b-1d97-4fd0-9b51-6335dba6efd8 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 02430f4b-1d97-4fd0-9b51-6335dba6efd8 found for delete ", "request_id": "req-7281ba30-21c5-44a4-a516-3cdd479be91f"}]} 2026-08-20 02:38:39.278 8 INFO neutron.db.l3_hamode_db [None req-7b317768-27a9-4bd1-afef-94a6598e874c 49c3c63e00224516b7f191cca006059c e6bf6dd0d52443868f1ab4159cac895b - - default default] HA network db9b6992-293e-4ad2-b082-ee3a09bc26f5 was deleted as no HA routers are present in tenant e6bf6dd0d52443868f1ab4159cac895b. [pid: 8|app: 0|req: 824/1585] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:38:38 2026] DELETE /v2.0/routers/52591aa1-b09d-4505-aba1-e5397bad4cd3 => generated 0 bytes in 1061 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1586] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:39 2026] DELETE /v2.0/security-groups/7bb7ae10-a026-491d-aeed-aa033d56e357 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1587] 10.0.0.38 () {32 vars in 679 bytes} [Thu Aug 20 02:38:39 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1588] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:38:39 2026] DELETE /v2.0/subnets/1f43d21a-d53a-4ca2-ba4f-eabcb3d3119e => 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: 764/1591] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:38:39 2026] DELETE /v2.0/subnets/ba7707c3-61ba-4893-a450-f871652e0300 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1592] 10.0.0.38 () {32 vars in 675 bytes} [Thu Aug 20 02:38:39 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1593] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:39 2026] DELETE /v2.0/networks/89eaa025-7e34-4678-b994-e8d3cfd1f109 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1594] 10.0.0.38 () {32 vars in 687 bytes} [Thu Aug 20 02:38:39 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1595] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:39 2026] DELETE /v2.0/networks/d7d32303-fc54-419f-8a54-ee1cd0fb4c19 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1596] 10.0.0.38 () {32 vars in 673 bytes} [Thu Aug 20 02:38:39 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1597] 10.0.0.38 () {32 vars in 687 bytes} [Thu Aug 20 02:38:39 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1598] 10.0.0.38 () {32 vars in 683 bytes} [Thu Aug 20 02:38:39 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1599] 10.0.0.38 () {32 vars in 695 bytes} [Thu Aug 20 02:38:39 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1600] 10.0.0.38 () {34 vars in 664 bytes} [Thu Aug 20 02:38:39 2026] POST /v2.0/ports => generated 774 bytes in 344 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: 834/1601] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:40 2026] DELETE /v2.0/networks/c4f6ee08-4ae8-424a-aa9a-60863589b98d => 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: 768/1602] 10.0.0.38 () {34 vars in 736 bytes} [Thu Aug 20 02:38:40 2026] PUT /v2.0/ports/6f3df6f4-5f7b-4739-9c33-2b0531aaa6a1 => generated 752 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1603] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:40 2026] DELETE /v2.0/networks/30081517-1db8-4e94-a98a-08286f410638 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 769/1604] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:38:40 2026] GET /v2.0/security-groups?tenant_id=e6bf6dd0d52443868f1ab4159cac895b&name=default => generated 2925 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:38:40.478 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5be0ce4-d0c7-475b-a9b6-a54c96c0dd3e 3945106e137a4748856159927138182c c38922c65d544aa6967b23169de89ae8 - - default default] TaaS: Handle Delete Port: 6f3df6f4-5f7b-4739-9c33-2b0531aaa6a1 2026-08-20 02:38:40.483 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5be0ce4-d0c7-475b-a9b6-a54c96c0dd3e 3945106e137a4748856159927138182c c38922c65d544aa6967b23169de89ae8 - - default default] Tap Mirror: Handle Delete Port: 6f3df6f4-5f7b-4739-9c33-2b0531aaa6a1 [pid: 8|app: 0|req: 836/1605] 10.0.0.38 () {32 vars in 719 bytes} [Thu Aug 20 02:38:40 2026] DELETE /v2.0/ports/6f3df6f4-5f7b-4739-9c33-2b0531aaa6a1 => 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: 770/1606] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:40 2026] DELETE /v2.0/networks/a4505920-f76b-4e0c-ae14-3e109cae8861 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1607] 10.0.0.38 () {32 vars in 642 bytes} [Thu Aug 20 02:38:40 2026] GET /v2.0/ports => generated 778 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1608] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:40 2026] DELETE /v2.0/security-groups/65db185d-019c-49bb-925d-35e45b65bc18 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:38:40.734 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2602d4f0-b538-4d24-8db1-ed819596fe90 3945106e137a4748856159927138182c c38922c65d544aa6967b23169de89ae8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 838/1609] 10.0.0.38 () {32 vars in 716 bytes} [Thu Aug 20 02:38:40 2026] GET /v2.0/ports/6f3df6f4-5f7b-4739-9c33-2b0531aaa6a1 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1610] 10.0.0.38 () {32 vars in 642 bytes} [Thu Aug 20 02:38:40 2026] GET /v2.0/ports => generated 778 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:38:40.810 7 INFO neutron.services.segments.plugin [-] Segment 4b5eb7fd-2081-412d-90d4-2142206aee32 resource provider aggregate not found [pid: 8|app: 0|req: 840/1611] 10.0.0.38 () {32 vars in 716 bytes} [Thu Aug 20 02:38:40 2026] GET /v2.0/ports/62fa9e4c-1053-4832-9077-07fc988bfa87 => generated 775 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:38:40.828 7 INFO neutron.services.segments.plugin [-] Segment 4b5eb7fd-2081-412d-90d4-2142206aee32 resource provider aggregate not found 2026-08-20 02:38:40.833 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4b5eb7fd-2081-412d-90d4-2142206aee32 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 4b5eb7fd-2081-412d-90d4-2142206aee32 found for delete ", "request_id": "req-dd93a4e1-fd1d-477d-a0b8-fee2ebe95dee"}]} 2026-08-20 02:38:40.842 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9c60de1e-6845-49c8-8077-321b11da6f27 3945106e137a4748856159927138182c c38922c65d544aa6967b23169de89ae8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 841/1612] 10.0.0.38 () {32 vars in 719 bytes} [Thu Aug 20 02:38:40 2026] DELETE /v2.0/ports/265921f5-c7d8-47db-9c18-5d2bbecf15e9 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:38:40.853 7 INFO neutron.services.segments.plugin [-] Segment 355a76d6-a748-48bd-894d-75008d9eac0d resource provider aggregate not found [pid: 7|app: 0|req: 772/1613] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:40 2026] DELETE /v2.0/networks/bd1ba64c-85db-414e-8a13-46168a660121 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:38:40.856 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4b5eb7fd-2081-412d-90d4-2142206aee32 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 4b5eb7fd-2081-412d-90d4-2142206aee32 found for delete ", "request_id": "req-6fe45c91-9d97-454f-ac6b-5404a99591fa"}]} 2026-08-20 02:38:40.869 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5cc3a13f-ed26-41ab-a3dc-16a6c99255ae 3945106e137a4748856159927138182c c38922c65d544aa6967b23169de89ae8 - - default default] DELETE failed (client error): The resource could not be found. 2026-08-20 02:38:40.871 7 INFO neutron.services.segments.plugin [-] Segment 355a76d6-a748-48bd-894d-75008d9eac0d resource provider aggregate not found [pid: 8|app: 0|req: 842/1614] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:38:40 2026] DELETE /v2.0/subnets/1f43d21a-d53a-4ca2-ba4f-eabcb3d3119e => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:38:40.882 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 355a76d6-a748-48bd-894d-75008d9eac0d 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 355a76d6-a748-48bd-894d-75008d9eac0d found for delete ", "request_id": "req-1ef3038c-7260-4193-be7b-115e671b8cdc"}]} 2026-08-20 02:38:40.890 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ff365ad2-953e-4982-9a4e-92732d6c7877 3945106e137a4748856159927138182c c38922c65d544aa6967b23169de89ae8 - - default default] DELETE failed (client error): The resource could not be found. 2026-08-20 02:38:40.890 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 355a76d6-a748-48bd-894d-75008d9eac0d 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 355a76d6-a748-48bd-894d-75008d9eac0d found for delete ", "request_id": "req-10356ee3-9829-4bac-b6c2-382238c8543a"}]} [pid: 8|app: 0|req: 843/1615] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:38:40 2026] DELETE /v2.0/subnets/01eca8b0-fef9-4d0d-87e9-7eaf2f6c973d => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:38:40.908 7 INFO neutron.services.segments.plugin [-] Segment 81e51f40-1647-4d85-b4cf-e14c9f5da610 resource provider aggregate not found 2026-08-20 02:38:40.912 7 INFO neutron.services.segments.plugin [-] Segment 81e51f40-1647-4d85-b4cf-e14c9f5da610 resource provider aggregate not found 2026-08-20 02:38:40.927 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 81e51f40-1647-4d85-b4cf-e14c9f5da610 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 81e51f40-1647-4d85-b4cf-e14c9f5da610 found for delete ", "request_id": "req-097cfba9-bae5-4867-b52a-d40dd4fb1b9d"}]} 2026-08-20 02:38:40.942 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 81e51f40-1647-4d85-b4cf-e14c9f5da610 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 81e51f40-1647-4d85-b4cf-e14c9f5da610 found for delete ", "request_id": "req-f3b879fa-1474-4d53-af8d-3b0be922e305"}]} 2026-08-20 02:38:40.989 8 INFO neutron_taas.services.taas.taas_plugin [None req-aaa5137a-e7a4-4a5f-8123-c31b7ea4c361 3945106e137a4748856159927138182c c38922c65d544aa6967b23169de89ae8 - - default default] TaaS: Handle Delete Port: 62fa9e4c-1053-4832-9077-07fc988bfa87 2026-08-20 02:38:40.991 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aaa5137a-e7a4-4a5f-8123-c31b7ea4c361 3945106e137a4748856159927138182c c38922c65d544aa6967b23169de89ae8 - - default default] Tap Mirror: Handle Delete Port: 62fa9e4c-1053-4832-9077-07fc988bfa87 [pid: 7|app: 0|req: 773/1616] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:40 2026] DELETE /v2.0/networks/ec23d3ac-9080-44be-82e9-bd6fdec8ff50 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1617] 10.0.0.38 () {32 vars in 719 bytes} [Thu Aug 20 02:38:40 2026] DELETE /v2.0/ports/62fa9e4c-1053-4832-9077-07fc988bfa87 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1618] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:41 2026] DELETE /v2.0/networks/49eaa4e5-06af-42e4-a536-7add34f97497 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:38:41.271 8 INFO neutron.services.segments.plugin [-] Segment 2b8a3c3a-d9f9-4a97-b478-3d45658459bc resource provider aggregate not found 2026-08-20 02:38:41.279 8 INFO neutron.services.segments.plugin [-] Segment 2b8a3c3a-d9f9-4a97-b478-3d45658459bc resource provider aggregate not found 2026-08-20 02:38:41.298 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2b8a3c3a-d9f9-4a97-b478-3d45658459bc 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 2b8a3c3a-d9f9-4a97-b478-3d45658459bc found for delete ", "request_id": "req-dd8b9746-555b-41b6-a937-12e646c0401d"}]} 2026-08-20 02:38:41.308 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2b8a3c3a-d9f9-4a97-b478-3d45658459bc 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 2b8a3c3a-d9f9-4a97-b478-3d45658459bc found for delete ", "request_id": "req-54fe6de8-96ae-422e-9ce9-ae603a8212c8"}]} 2026-08-20 02:38:41.332 8 INFO neutron.services.segments.plugin [-] Segment 965d345f-330a-4d03-926a-98bac7a5e92f resource provider aggregate not found 2026-08-20 02:38:41.336 8 INFO neutron.services.segments.plugin [-] Segment 965d345f-330a-4d03-926a-98bac7a5e92f resource provider aggregate not found 2026-08-20 02:38:41.359 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 965d345f-330a-4d03-926a-98bac7a5e92f 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 965d345f-330a-4d03-926a-98bac7a5e92f found for delete ", "request_id": "req-13cb44bc-e976-4311-91ab-b87545428b96"}]} 2026-08-20 02:38:41.361 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 965d345f-330a-4d03-926a-98bac7a5e92f 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 965d345f-330a-4d03-926a-98bac7a5e92f found for delete ", "request_id": "req-89559e3c-cf78-4949-9890-db925b04ddd8"}]} 2026-08-20 02:38:41.382 8 INFO neutron.services.segments.plugin [-] Segment f3b8724d-d912-4cef-a7d0-ded6cbf6c0f2 resource provider aggregate not found 2026-08-20 02:38:41.385 8 INFO neutron.services.segments.plugin [-] Segment f3b8724d-d912-4cef-a7d0-ded6cbf6c0f2 resource provider aggregate not found 2026-08-20 02:38:41.405 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f3b8724d-d912-4cef-a7d0-ded6cbf6c0f2 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 f3b8724d-d912-4cef-a7d0-ded6cbf6c0f2 found for delete ", "request_id": "req-0ba25bde-fe3c-4d22-97bd-4436e461a2a9"}]} 2026-08-20 02:38:41.412 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f3b8724d-d912-4cef-a7d0-ded6cbf6c0f2 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 f3b8724d-d912-4cef-a7d0-ded6cbf6c0f2 found for delete ", "request_id": "req-b6668c80-9d5a-4d02-872c-95429efb9677"}]} [pid: 8|app: 0|req: 845/1619] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:38:41 2026] GET /v2.0/security-groups?tenant_id=c38922c65d544aa6967b23169de89ae8&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1620] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:38:41 2026] GET /v2.0/security-groups?tenant_id=d22dfc9cbdf444c88e8275e3775efefa&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1621] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:42 2026] DELETE /v2.0/security-groups/3f0adf78-0a09-4db9-ba55-fd9c0a039625 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1622] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:42 2026] DELETE /v2.0/security-groups/1356f0af-81ea-4408-a9c2-0b76af537487 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1623] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:38:42 2026] GET /v2.0/security-groups?tenant_id=eebf0202edef496aa4551e18cf01bdd3&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: 777/1624] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:42 2026] DELETE /v2.0/security-groups/4c90abaa-2c44-426a-a6b7-3d58ab33e0c7 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:38:42.948 7 INFO neutron.services.segments.plugin [-] Segment c8fa5d80-8a38-4f16-abae-2c0c936f8f83 resource provider aggregate not found 2026-08-20 02:38:42.961 7 INFO neutron.services.segments.plugin [-] Segment c8fa5d80-8a38-4f16-abae-2c0c936f8f83 resource provider aggregate not found 2026-08-20 02:38:42.967 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c8fa5d80-8a38-4f16-abae-2c0c936f8f83 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 c8fa5d80-8a38-4f16-abae-2c0c936f8f83 found for delete ", "request_id": "req-c9d10b00-0c37-46f3-824c-11e122d0650b"}]} 2026-08-20 02:38:42.988 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c8fa5d80-8a38-4f16-abae-2c0c936f8f83 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 c8fa5d80-8a38-4f16-abae-2c0c936f8f83 found for delete ", "request_id": "req-4c3d3471-5fb2-459f-b9f6-f9b0f43d4d42"}]} 2026-08-20 02:38:42.993 7 INFO neutron.services.segments.plugin [-] Segment 71e12874-d574-4fe8-915c-8bf1c39120e0 resource provider aggregate not found 2026-08-20 02:38:43.010 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 71e12874-d574-4fe8-915c-8bf1c39120e0 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 71e12874-d574-4fe8-915c-8bf1c39120e0 found for delete ", "request_id": "req-3fa33529-0887-4155-8242-26ca9917e9ff"}]} 2026-08-20 02:38:43.019 7 INFO neutron.services.segments.plugin [-] Segment 71e12874-d574-4fe8-915c-8bf1c39120e0 resource provider aggregate not found 2026-08-20 02:38:43.044 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 71e12874-d574-4fe8-915c-8bf1c39120e0 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 71e12874-d574-4fe8-915c-8bf1c39120e0 found for delete ", "request_id": "req-1778c40f-5ce7-4548-9206-ac501295a1bd"}]} [pid: 7|app: 0|req: 778/1625] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:38:43 2026] GET /v2.0/security-groups?tenant_id=79fe6b69ac2d4c3a9e9bb2671d40509c&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1626] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:43 2026] DELETE /v2.0/security-groups/4bc58b7e-4ab5-4f94-a77b-880cdbe3cef0 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:38:43.398 8 INFO neutron.db.segments_db [None req-c0f5b154-7836-4007-87d5-771d549bcc95 8e61ae6b6bbf4f80975f4ae460d51e04 2854a67cfffa490fb754c8d533e5b240 - - default default] Added segment 7ae4dcc9-ce7a-4acf-8fff-f2862be1a81e of type vxlan for network b14bb823-d1bf-4e00-918c-ffdd9b6a5e94 2026-08-20 02:38:43.466 8 INFO neutron.db.segments_db [None req-c0f5b154-7836-4007-87d5-771d549bcc95 8e61ae6b6bbf4f80975f4ae460d51e04 2854a67cfffa490fb754c8d533e5b240 - - default default] Added segment bd0fb853-a321-4893-bc7d-279cfa62d9bb of type vxlan for network 9559fc53-c3f5-4934-95de-86479e07e953 [pid: 8|app: 0|req: 848/1627] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:38:43 2026] POST /v2.0/networks => generated 1245 bytes in 590 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1628] 10.0.0.38 () {32 vars in 648 bytes} [Thu Aug 20 02:38:43 2026] GET /v2.0/networks => generated 1844 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:38:43.848 8 INFO neutron.services.segments.plugin [-] Segment 7ae4dcc9-ce7a-4acf-8fff-f2862be1a81e resource provider aggregate not found 2026-08-20 02:38:43.853 8 INFO neutron.services.segments.plugin [-] Segment 7ae4dcc9-ce7a-4acf-8fff-f2862be1a81e resource provider aggregate not found [pid: 8|app: 0|req: 849/1629] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:43 2026] DELETE /v2.0/networks/b14bb823-d1bf-4e00-918c-ffdd9b6a5e94 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:38:43.882 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7ae4dcc9-ce7a-4acf-8fff-f2862be1a81e 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 7ae4dcc9-ce7a-4acf-8fff-f2862be1a81e found for delete ", "request_id": "req-f7061242-0d26-41a7-8bed-7fd71a6b7875"}]} 2026-08-20 02:38:43.883 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7ae4dcc9-ce7a-4acf-8fff-f2862be1a81e 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 7ae4dcc9-ce7a-4acf-8fff-f2862be1a81e found for delete ", "request_id": "req-c208669a-d605-49bf-8ecf-bd6dc602f477"}]} [pid: 8|app: 0|req: 850/1630] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:43 2026] DELETE /v2.0/networks/9559fc53-c3f5-4934-95de-86479e07e953 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1631] 10.0.0.38 () {32 vars in 648 bytes} [Thu Aug 20 02:38:44 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-20 02:38:44.109 8 INFO neutron.db.segments_db [None req-7e4c0612-ec68-4912-a19b-ab1adb0d2c6f 8e61ae6b6bbf4f80975f4ae460d51e04 2854a67cfffa490fb754c8d533e5b240 - - default default] Added segment 32bba7a8-1768-4481-9bf2-817a22814179 of type vxlan for network 3517cc4b-7807-43f4-932f-102a62844378 2026-08-20 02:38:44.168 7 INFO neutron.db.segments_db [None req-cab7edc3-b67d-464e-bd4f-32a0bcd6d7e4 808428a522024fa2ab9d533f19a02c73 3734ed27ae264c1cb4d0115f102d0f3c - - default default] Added segment 6f488f89-fac0-4fc8-81d2-1737cc8d9572 of type vxlan for network 73b32c46-132b-4abc-a2bb-913cf93bc744 [pid: 8|app: 0|req: 852/1632] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:38:44 2026] POST /v2.0/networks => generated 653 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1633] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:38:43 2026] POST /v2.0/networks => generated 631 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:38:44.318 7 INFO neutron.db.segments_db [None req-5dd7a49a-9d8c-4e79-8d89-fd433d93bb31 8e61ae6b6bbf4f80975f4ae460d51e04 2854a67cfffa490fb754c8d533e5b240 - - default default] Added segment f20aa9ef-c3c1-44f2-be3e-7340b1aa4de7 of type vxlan for network 8e591324-5d93-460e-ad19-41d764dfa1f7 2026-08-20 02:38:44.383 8 INFO neutron.db.segments_db [None req-eb365d7d-b433-431f-8573-3bcca419c639 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] Added segment 9b765042-17ec-4736-a300-1f37053e0528 of type vxlan for network e095e0b3-b5e9-4a26-a6ea-b724e2e54507 [pid: 7|app: 0|req: 782/1634] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:38:44 2026] POST /v2.0/networks => generated 653 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1635] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:38:44 2026] POST /v2.0/networks => generated 634 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1636] 10.0.0.38 () {34 vars in 663 bytes} [Thu Aug 20 02:38:44 2026] POST /v2.0/ports => generated 743 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-20 02:38:44.799 7 INFO neutron.db.segments_db [None req-1dcd6d23-31cf-4d1d-8b64-4fa8de447a4b d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] Added segment 174a4caf-8c5c-4489-b298-c49b6851f2f8 of type vxlan for network e2713723-1893-4676-9500-175890e4382a [pid: 7|app: 0|req: 784/1637] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:38:44 2026] POST /v2.0/networks => generated 633 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:38:44.947 7 INFO neutron.db.segments_db [None req-bcd93786-f822-4ff0-94be-077b4078ca06 808428a522024fa2ab9d533f19a02c73 3734ed27ae264c1cb4d0115f102d0f3c - - default default] Added segment c261823e-794a-4851-a498-c873f66a4099 of type vxlan for network dbd28656-760b-4ce5-8121-98c4430bbc10 [pid: 7|app: 0|req: 785/1638] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:38:44 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: 854/1639] 10.0.0.38 () {34 vars in 664 bytes} [Thu Aug 20 02:38:44 2026] POST /v2.0/ports => generated 1506 bytes in 611 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: 786/1640] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:38:45 2026] POST /v2.0/subnets => generated 646 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1641] 10.0.0.38 () {34 vars in 663 bytes} [Thu Aug 20 02:38:45 2026] POST /v2.0/ports => generated 743 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 787/1642] 10.0.0.38 () {32 vars in 642 bytes} [Thu Aug 20 02:38:45 2026] GET /v2.0/ports => generated 1506 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:38:45.438 7 INFO neutron.db.segments_db [None req-16db70ae-4798-42a7-aa1c-c05b18eda765 808428a522024fa2ab9d533f19a02c73 3734ed27ae264c1cb4d0115f102d0f3c - - default default] Added segment 989e27a6-bb6b-4a0e-83fc-7d9b436b507f of type vxlan for network e065f392-3e16-41f1-938a-ba88851ec5a7 [pid: 7|app: 0|req: 788/1643] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:38:45 2026] POST /v2.0/networks => generated 632 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1644] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:38:45 2026] POST /v2.0/subnets => generated 655 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:38:45.683 7 INFO neutron_taas.services.taas.taas_plugin [None req-963e9d26-c580-4e74-b69e-3096e7bdf5d8 8e61ae6b6bbf4f80975f4ae460d51e04 2854a67cfffa490fb754c8d533e5b240 - - default default] TaaS: Handle Delete Port: 5da7c9df-da82-4788-a4fc-9c5a24dd8718 2026-08-20 02:38:45.687 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-963e9d26-c580-4e74-b69e-3096e7bdf5d8 8e61ae6b6bbf4f80975f4ae460d51e04 2854a67cfffa490fb754c8d533e5b240 - - default default] Tap Mirror: Handle Delete Port: 5da7c9df-da82-4788-a4fc-9c5a24dd8718 [pid: 7|app: 0|req: 789/1645] 10.0.0.38 () {32 vars in 719 bytes} [Thu Aug 20 02:38:45 2026] DELETE /v2.0/ports/5da7c9df-da82-4788-a4fc-9c5a24dd8718 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:38:45.824 7 INFO neutron.db.segments_db [None req-de923a59-30d0-4e4a-880f-5001d5553f22 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] Added segment ce8e53eb-3785-4954-bea5-5bf1f07ccf8d of type vxlan for network b52d48da-b72c-44f8-839a-a65e17a739be 2026-08-20 02:38:45.917 8 INFO neutron.services.segments.plugin [-] Segment bd0fb853-a321-4893-bc7d-279cfa62d9bb resource provider aggregate not found 2026-08-20 02:38:45.921 8 INFO neutron.services.segments.plugin [-] Segment bd0fb853-a321-4893-bc7d-279cfa62d9bb resource provider aggregate not found 2026-08-20 02:38:45.956 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment bd0fb853-a321-4893-bc7d-279cfa62d9bb 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 bd0fb853-a321-4893-bc7d-279cfa62d9bb found for delete ", "request_id": "req-2ec3c287-2d9e-4dee-8663-fed4a71f88aa"}]} 2026-08-20 02:38:45.958 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment bd0fb853-a321-4893-bc7d-279cfa62d9bb 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 bd0fb853-a321-4893-bc7d-279cfa62d9bb found for delete ", "request_id": "req-dd1f7395-9a20-4f02-a93c-50659d2e17b7"}]} [pid: 8|app: 0|req: 857/1646] 10.0.0.38 () {34 vars in 663 bytes} [Thu Aug 20 02:38:45 2026] POST /v2.0/ports => generated 743 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-20 02:38:46.083 7 INFO neutron.db.l3_hamode_db [None req-de923a59-30d0-4e4a-880f-5001d5553f22 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:38:46.152 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d0be5e3-5f75-4717-bc7b-9fbd8dc31c84 8e61ae6b6bbf4f80975f4ae460d51e04 2854a67cfffa490fb754c8d533e5b240 - - default default] TaaS: Handle Delete Port: df28990c-8c3d-4512-b242-d524f397b190 2026-08-20 02:38:46.155 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d0be5e3-5f75-4717-bc7b-9fbd8dc31c84 8e61ae6b6bbf4f80975f4ae460d51e04 2854a67cfffa490fb754c8d533e5b240 - - default default] Tap Mirror: Handle Delete Port: df28990c-8c3d-4512-b242-d524f397b190 [pid: 8|app: 0|req: 858/1647] 10.0.0.38 () {32 vars in 719 bytes} [Thu Aug 20 02:38:46 2026] DELETE /v2.0/ports/df28990c-8c3d-4512-b242-d524f397b190 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:38:46.248 7 INFO neutron.db.l3_hamode_db [None req-de923a59-30d0-4e4a-880f-5001d5553f22 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:38:46.297 8 INFO neutron.db.segments_db [None req-810caa22-587d-412a-bcff-014c60ecf3d3 808428a522024fa2ab9d533f19a02c73 3734ed27ae264c1cb4d0115f102d0f3c - - default default] Added segment ac0a21cc-32b8-4b7e-b045-b934c99e03f2 of type vxlan for network 5f4fb520-1439-4238-988c-41add540048c [pid: 8|app: 0|req: 859/1648] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:38:46 2026] POST /v2.0/networks => generated 632 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1649] 10.0.0.38 () {32 vars in 642 bytes} [Thu Aug 20 02:38:46 2026] GET /v2.0/ports => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1650] 10.0.0.38 () {34 vars in 663 bytes} [Thu Aug 20 02:38:46 2026] POST /v2.0/ports => generated 743 bytes in 356 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-20 02:38:46.837 8 INFO neutron.db.segments_db [None req-29e4cbc9-eeff-4150-849c-ff30dad69ca1 8e61ae6b6bbf4f80975f4ae460d51e04 2854a67cfffa490fb754c8d533e5b240 - - default default] Added segment 1e80d8a3-c25f-4472-bf8b-481ce8a4235d of type vxlan for network 57704bea-6e1a-46e0-804a-b62964e770c2 [pid: 8|app: 0|req: 862/1651] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:38:46 2026] POST /v2.0/networks => generated 653 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1652] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:38:45 2026] POST /v2.0/routers => generated 510 bytes in 1180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:38:47.028 7 INFO neutron.db.segments_db [None req-ef3cc470-0e57-46c8-8b91-3f56cc2c1748 808428a522024fa2ab9d533f19a02c73 3734ed27ae264c1cb4d0115f102d0f3c - - default default] Added segment 7ba37d7c-ea60-49f7-a20d-fea920386da3 of type vxlan for network d708325c-be0f-47cb-9bf2-48e8ae0a148b [pid: 7|app: 0|req: 791/1653] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:38:46 2026] POST /v2.0/networks => generated 632 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:38:47.187 7 INFO neutron.db.segments_db [None req-1779f19a-cd26-4e85-94de-78ed0aa1f135 8e61ae6b6bbf4f80975f4ae460d51e04 2854a67cfffa490fb754c8d533e5b240 - - default default] Added segment 8940ea90-25f4-48b2-94bc-4beaa06b3e27 of type vxlan for network 6435355b-6599-4964-a791-0b9ce1f47cd4 2026-08-20 02:38:47.291 8 INFO neutron.db.segments_db [None req-59df59c9-2a73-4867-9d1d-b93f5e0632b0 cdc3049480114ce0b0fc2d94782d3d41 4fb5169c19fd43b2a1ffddee6f03806a - - default default] Added segment f4378a74-ee07-42a7-add4-3b5a1e6f6933 of type vxlan for network a267a45a-754d-46d6-b00f-815be7aa1847 [pid: 7|app: 0|req: 792/1654] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:38:47 2026] POST /v2.0/networks => generated 654 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1655] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:38:46 2026] POST /v2.0/networks => generated 632 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1656] 10.0.0.38 () {34 vars in 663 bytes} [Thu Aug 20 02:38:47 2026] POST /v2.0/ports => generated 743 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 865/1657] 10.0.0.38 () {34 vars in 663 bytes} [Thu Aug 20 02:38:47 2026] POST /v2.0/ports => generated 743 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 866/1658] 10.0.0.38 () {34 vars in 746 bytes} [Thu Aug 20 02:38:47 2026] PUT /v2.0/ports/94c0cfd8-8e23-44dc-a1f8-f61c94c5cc5a/tags => generated 17 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 793/1659] 10.0.0.38 () {34 vars in 782 bytes} [Thu Aug 20 02:38:47 2026] PUT /v2.0/routers/218f49fa-b654-4123-8742-e533a7660d0a/add_router_interface => generated 309 bytes in 1024 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1660] 10.0.0.38 () {34 vars in 746 bytes} [Thu Aug 20 02:38:48 2026] PUT /v2.0/ports/e4f1d9b7-153c-4631-b45b-8d41d69ac80b/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 795/1661] 10.0.0.38 () {34 vars in 746 bytes} [Thu Aug 20 02:38:48 2026] PUT /v2.0/ports/58e493fa-4261-45e0-b71d-136153ca4ce2/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 796/1662] 10.0.0.38 () {32 vars in 716 bytes} [Thu Aug 20 02:38:48 2026] GET /v2.0/ports/2fa7572f-39ab-4339-81c9-18ea0528afc8 => generated 959 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1663] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:38:48 2026] POST /v2.0/subnets => generated 1324 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1664] 10.0.0.38 () {32 vars in 726 bytes} [Thu Aug 20 02:38:48 2026] GET /v2.0/ports/e4f1d9b7-153c-4631-b45b-8d41d69ac80b/tags => generated 25 bytes in 89 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: 868/1665] 10.0.0.38 () {34 vars in 746 bytes} [Thu Aug 20 02:38:48 2026] PUT /v2.0/ports/57e34f46-a850-4b59-a556-15978e58dcbf/tags => generated 34 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: 8|app: 0|req: 869/1666] 10.0.0.38 () {32 vars in 646 bytes} [Thu Aug 20 02:38:48 2026] GET /v2.0/subnets => generated 1960 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1667] 10.0.0.38 () {34 vars in 757 bytes} [Thu Aug 20 02:38:48 2026] PUT /v2.0/ports/e4f1d9b7-153c-4631-b45b-8d41d69ac80b/tags/green => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 871/1668] 10.0.0.38 () {34 vars in 746 bytes} [Thu Aug 20 02:38:48 2026] PUT /v2.0/ports/b642609f-91bb-4052-ba4d-30d16bec725a/tags => generated 19 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 872/1669] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:38:48 2026] DELETE /v2.0/subnets/2d87fadc-b8f1-422c-97a4-5c3d4f9c36df => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1670] 10.0.0.38 () {32 vars in 726 bytes} [Thu Aug 20 02:38:48 2026] GET /v2.0/ports/e4f1d9b7-153c-4631-b45b-8d41d69ac80b/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 874/1671] 10.0.0.38 () {32 vars in 659 bytes} [Thu Aug 20 02:38:49 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1672] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:38:49 2026] DELETE /v2.0/subnets/9fd25b26-e46c-49c5-93aa-d3927d476f52 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1673] 10.0.0.38 () {34 vars in 753 bytes} [Thu Aug 20 02:38:49 2026] PUT /v2.0/ports/e4f1d9b7-153c-4631-b45b-8d41d69ac80b/tags/red => generated 4 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 877/1674] 10.0.0.38 () {32 vars in 673 bytes} [Thu Aug 20 02:38:49 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1675] 10.0.0.38 () {32 vars in 646 bytes} [Thu Aug 20 02:38:49 2026] GET /v2.0/subnets => generated 649 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1676] 10.0.0.38 () {32 vars in 726 bytes} [Thu Aug 20 02:38:49 2026] GET /v2.0/ports/e4f1d9b7-153c-4631-b45b-8d41d69ac80b/tags => generated 34 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 880/1677] 10.0.0.38 () {32 vars in 669 bytes} [Thu Aug 20 02:38:49 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1678] 10.0.0.38 () {34 vars in 782 bytes} [Thu Aug 20 02:38:48 2026] PUT /v2.0/routers/218f49fa-b654-4123-8742-e533a7660d0a/add_router_interface => generated 309 bytes in 1215 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:38:49.805 8 INFO neutron.services.segments.plugin [-] Segment 8940ea90-25f4-48b2-94bc-4beaa06b3e27 resource provider aggregate not found 2026-08-20 02:38:49.811 8 INFO neutron.services.segments.plugin [-] Segment 8940ea90-25f4-48b2-94bc-4beaa06b3e27 resource provider aggregate not found 2026-08-20 02:38:49.829 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8940ea90-25f4-48b2-94bc-4beaa06b3e27 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 8940ea90-25f4-48b2-94bc-4beaa06b3e27 found for delete ", "request_id": "req-2f8af2dd-9cbb-4c11-9516-f4e029cf5ab7"}]} 2026-08-20 02:38:49.832 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8940ea90-25f4-48b2-94bc-4beaa06b3e27 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 8940ea90-25f4-48b2-94bc-4beaa06b3e27 found for delete ", "request_id": "req-d79b8a7d-5cc2-4082-b97d-d4b15d6bf8c7"}]} [pid: 8|app: 0|req: 881/1679] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:49 2026] DELETE /v2.0/networks/6435355b-6599-4964-a791-0b9ce1f47cd4 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1680] 10.0.0.38 () {34 vars in 775 bytes} [Thu Aug 20 02:38:49 2026] PUT /v2.0/ports/e4f1d9b7-153c-4631-b45b-8d41d69ac80b/tags/black.or.white => generated 4 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1681] 10.0.0.38 () {32 vars in 681 bytes} [Thu Aug 20 02:38:49 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 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: 7|app: 0|req: 800/1682] 10.0.0.38 () {32 vars in 716 bytes} [Thu Aug 20 02:38:49 2026] GET /v2.0/ports/584151ec-cc64-4efe-be87-05aa3a24c707 => 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: 801/1683] 10.0.0.38 () {32 vars in 726 bytes} [Thu Aug 20 02:38:49 2026] GET /v2.0/ports/e4f1d9b7-153c-4631-b45b-8d41d69ac80b/tags => generated 52 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 883/1684] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:49 2026] DELETE /v2.0/networks/57704bea-6e1a-46e0-804a-b62964e770c2 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1685] 10.0.0.38 () {32 vars in 667 bytes} [Thu Aug 20 02:38:50 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1686] 10.0.0.38 () {34 vars in 746 bytes} [Thu Aug 20 02:38:50 2026] PUT /v2.0/ports/e4f1d9b7-153c-4631-b45b-8d41d69ac80b/tags => generated 37 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, ' 2026-08-20 02:38:50.328 7 INFO neutron.services.segments.plugin [-] Segment f20aa9ef-c3c1-44f2-be3e-7340b1aa4de7 resource provider aggregate not found 2026-08-20 02:38:50.334 7 INFO neutron.services.segments.plugin [-] Segment f20aa9ef-c3c1-44f2-be3e-7340b1aa4de7 resource provider aggregate not found 2026-08-20 02:38:50.349 8 INFO neutron_taas.services.taas.taas_plugin [None req-093772b1-c483-4919-b4ab-551e73e37562 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] TaaS: Handle Delete Port: 584151ec-cc64-4efe-be87-05aa3a24c707 2026-08-20 02:38:50.352 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-093772b1-c483-4919-b4ab-551e73e37562 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] Tap Mirror: Handle Delete Port: 584151ec-cc64-4efe-be87-05aa3a24c707 2026-08-20 02:38:50.354 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f20aa9ef-c3c1-44f2-be3e-7340b1aa4de7 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 f20aa9ef-c3c1-44f2-be3e-7340b1aa4de7 found for delete ", "request_id": "req-098dd374-e9e9-4c60-bf86-302bc1c16c7e"}]} 2026-08-20 02:38:50.359 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f20aa9ef-c3c1-44f2-be3e-7340b1aa4de7 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 f20aa9ef-c3c1-44f2-be3e-7340b1aa4de7 found for delete ", "request_id": "req-592c1436-ba99-4491-a850-6e8b94082610"}]} [pid: 7|app: 0|req: 804/1687] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:50 2026] DELETE /v2.0/networks/8e591324-5d93-460e-ad19-41d764dfa1f7 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1688] 10.0.0.38 () {32 vars in 681 bytes} [Thu Aug 20 02:38:50 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1689] 10.0.0.38 () {32 vars in 726 bytes} [Thu Aug 20 02:38:50 2026] GET /v2.0/ports/e4f1d9b7-153c-4631-b45b-8d41d69ac80b/tags => generated 37 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 807/1690] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:50 2026] DELETE /v2.0/networks/3517cc4b-7807-43f4-932f-102a62844378 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1691] 10.0.0.38 () {32 vars in 677 bytes} [Thu Aug 20 02:38:50 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1692] 10.0.0.38 () {34 vars in 788 bytes} [Thu Aug 20 02:38:50 2026] PUT /v2.0/routers/218f49fa-b654-4123-8742-e533a7660d0a/remove_router_interface => generated 309 bytes in 784 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1693] 10.0.0.38 () {32 vars in 734 bytes} [Thu Aug 20 02:38:50 2026] GET /v2.0/ports/e4f1d9b7-153c-4631-b45b-8d41d69ac80b/tags/red => generated 0 bytes in 57 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: 885/1694] 10.0.0.38 () {32 vars in 689 bytes} [Thu Aug 20 02:38:50 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:38:50.940 8 INFO neutron.api.v2.resource [None req-a6b593a1-ab43-4ea9-8075-8b93d4708572 cdc3049480114ce0b0fc2d94782d3d41 4fb5169c19fd43b2a1ffddee6f03806a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 886/1695] 10.0.0.38 () {32 vars in 738 bytes} [Thu Aug 20 02:38:50 2026] GET /v2.0/ports/e4f1d9b7-153c-4631-b45b-8d41d69ac80b/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-20 02:38:51.038 8 INFO neutron_taas.services.taas.taas_plugin [None req-893759d3-f4ca-413e-917e-97f216f055b7 808428a522024fa2ab9d533f19a02c73 3734ed27ae264c1cb4d0115f102d0f3c - - default default] TaaS: Handle Delete Port: 94c0cfd8-8e23-44dc-a1f8-f61c94c5cc5a 2026-08-20 02:38:51.041 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-893759d3-f4ca-413e-917e-97f216f055b7 808428a522024fa2ab9d533f19a02c73 3734ed27ae264c1cb4d0115f102d0f3c - - default default] Tap Mirror: Handle Delete Port: 94c0cfd8-8e23-44dc-a1f8-f61c94c5cc5a [pid: 8|app: 0|req: 887/1696] 10.0.0.38 () {32 vars in 719 bytes} [Thu Aug 20 02:38:50 2026] DELETE /v2.0/ports/94c0cfd8-8e23-44dc-a1f8-f61c94c5cc5a => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1697] 10.0.0.38 () {32 vars in 737 bytes} [Thu Aug 20 02:38:51 2026] DELETE /v2.0/ports/e4f1d9b7-153c-4631-b45b-8d41d69ac80b/tags/red => generated 0 bytes in 72 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-20 02:38:51.231 7 INFO neutron_taas.services.taas.taas_plugin [None req-31f6a0db-241c-442d-beb6-88ac5564cd05 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] TaaS: Handle Delete Port: 2fa7572f-39ab-4339-81c9-18ea0528afc8 2026-08-20 02:38:51.235 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31f6a0db-241c-442d-beb6-88ac5564cd05 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] Tap Mirror: Handle Delete Port: 2fa7572f-39ab-4339-81c9-18ea0528afc8 2026-08-20 02:38:51.358 8 INFO neutron_taas.services.taas.taas_plugin [None req-5b1560ea-3503-4134-8272-174a7da7af15 808428a522024fa2ab9d533f19a02c73 3734ed27ae264c1cb4d0115f102d0f3c - - default default] TaaS: Handle Delete Port: 58e493fa-4261-45e0-b71d-136153ca4ce2 2026-08-20 02:38:51.361 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b1560ea-3503-4134-8272-174a7da7af15 808428a522024fa2ab9d533f19a02c73 3734ed27ae264c1cb4d0115f102d0f3c - - default default] Tap Mirror: Handle Delete Port: 58e493fa-4261-45e0-b71d-136153ca4ce2 [pid: 8|app: 0|req: 889/1698] 10.0.0.38 () {32 vars in 719 bytes} [Thu Aug 20 02:38:51 2026] DELETE /v2.0/ports/58e493fa-4261-45e0-b71d-136153ca4ce2 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1699] 10.0.0.38 () {32 vars in 726 bytes} [Thu Aug 20 02:38:51 2026] GET /v2.0/ports/e4f1d9b7-153c-4631-b45b-8d41d69ac80b/tags => generated 30 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 891/1700] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:38:51 2026] GET /v2.0/security-groups?tenant_id=2854a67cfffa490fb754c8d533e5b240&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1701] 10.0.0.38 () {34 vars in 788 bytes} [Thu Aug 20 02:38:50 2026] PUT /v2.0/routers/218f49fa-b654-4123-8742-e533a7660d0a/remove_router_interface => generated 309 bytes in 916 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:38:51.805 7 INFO neutron.api.v2.resource [None req-336278cb-a68f-4d25-aec1-57a6ac73470d cdc3049480114ce0b0fc2d94782d3d41 4fb5169c19fd43b2a1ffddee6f03806a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 811/1702] 10.0.0.38 () {32 vars in 741 bytes} [Thu Aug 20 02:38:51 2026] DELETE /v2.0/ports/e4f1d9b7-153c-4631-b45b-8d41d69ac80b/tags/green => generated 99 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-20 02:38:51.817 8 INFO neutron_taas.services.taas.taas_plugin [None req-38c6368d-688c-4ee5-8ca2-7f8b246da29b 808428a522024fa2ab9d533f19a02c73 3734ed27ae264c1cb4d0115f102d0f3c - - default default] TaaS: Handle Delete Port: 57e34f46-a850-4b59-a556-15978e58dcbf 2026-08-20 02:38:51.821 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38c6368d-688c-4ee5-8ca2-7f8b246da29b 808428a522024fa2ab9d533f19a02c73 3734ed27ae264c1cb4d0115f102d0f3c - - default default] Tap Mirror: Handle Delete Port: 57e34f46-a850-4b59-a556-15978e58dcbf 2026-08-20 02:38:51.853 8 INFO neutron.services.segments.plugin [-] Segment 1e80d8a3-c25f-4472-bf8b-481ce8a4235d resource provider aggregate not found 2026-08-20 02:38:51.856 8 INFO neutron.services.segments.plugin [-] Segment 1e80d8a3-c25f-4472-bf8b-481ce8a4235d resource provider aggregate not found 2026-08-20 02:38:51.877 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1e80d8a3-c25f-4472-bf8b-481ce8a4235d 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 1e80d8a3-c25f-4472-bf8b-481ce8a4235d found for delete ", "request_id": "req-7ab49df7-416b-482b-937d-3b12053b8d4c"}]} 2026-08-20 02:38:51.890 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1e80d8a3-c25f-4472-bf8b-481ce8a4235d 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 1e80d8a3-c25f-4472-bf8b-481ce8a4235d found for delete ", "request_id": "req-1802c595-7174-415b-8b0a-290b868e0458"}]} [pid: 7|app: 0|req: 812/1703] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:51 2026] DELETE /v2.0/security-groups/3edd2f4e-123d-48d6-ab0a-339b0ac71eed => 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: 813/1704] 10.0.0.38 () {32 vars in 735 bytes} [Thu Aug 20 02:38:51 2026] GET /v2.0/ports?device_id=218f49fa-b654-4123-8742-e533a7660d0a => 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: 892/1705] 10.0.0.38 () {32 vars in 719 bytes} [Thu Aug 20 02:38:51 2026] DELETE /v2.0/ports/57e34f46-a850-4b59-a556-15978e58dcbf => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1706] 10.0.0.38 () {32 vars in 729 bytes} [Thu Aug 20 02:38:51 2026] DELETE /v2.0/ports/e4f1d9b7-153c-4631-b45b-8d41d69ac80b/tags => generated 0 bytes in 81 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-20 02:38:52.087 8 INFO neutron_taas.services.taas.taas_plugin [None req-1a87c414-3284-4714-bd0c-72c58bca2250 808428a522024fa2ab9d533f19a02c73 3734ed27ae264c1cb4d0115f102d0f3c - - default default] TaaS: Handle Delete Port: b642609f-91bb-4052-ba4d-30d16bec725a 2026-08-20 02:38:52.090 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a87c414-3284-4714-bd0c-72c58bca2250 808428a522024fa2ab9d533f19a02c73 3734ed27ae264c1cb4d0115f102d0f3c - - default default] Tap Mirror: Handle Delete Port: b642609f-91bb-4052-ba4d-30d16bec725a [pid: 8|app: 0|req: 893/1707] 10.0.0.38 () {32 vars in 719 bytes} [Thu Aug 20 02:38:51 2026] DELETE /v2.0/ports/b642609f-91bb-4052-ba4d-30d16bec725a => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:38:52.245 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc039e69-2e49-4259-ac19-2f5761317ca4 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] TaaS: Handle Delete Port: 4ebe6172-401d-426e-8ced-ec61a7a195d1 2026-08-20 02:38:52.248 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc039e69-2e49-4259-ac19-2f5761317ca4 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] Tap Mirror: Handle Delete Port: 4ebe6172-401d-426e-8ced-ec61a7a195d1 [pid: 8|app: 0|req: 894/1708] 10.0.0.38 () {32 vars in 726 bytes} [Thu Aug 20 02:38:52 2026] GET /v2.0/ports/e4f1d9b7-153c-4631-b45b-8d41d69ac80b/tags => generated 12 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-20 02:38:52.379 8 INFO neutron_taas.services.taas.taas_plugin [None req-cdef5e68-490a-4f5b-841c-946934334e5c 808428a522024fa2ab9d533f19a02c73 3734ed27ae264c1cb4d0115f102d0f3c - - default default] TaaS: Handle Delete Port: f4efb343-8e11-4155-a4a1-57307afa8a48 2026-08-20 02:38:52.380 7 INFO neutron.services.segments.plugin [-] Segment 32bba7a8-1768-4481-9bf2-817a22814179 resource provider aggregate not found 2026-08-20 02:38:52.383 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cdef5e68-490a-4f5b-841c-946934334e5c 808428a522024fa2ab9d533f19a02c73 3734ed27ae264c1cb4d0115f102d0f3c - - default default] Tap Mirror: Handle Delete Port: f4efb343-8e11-4155-a4a1-57307afa8a48 2026-08-20 02:38:52.388 7 INFO neutron.services.segments.plugin [-] Segment 32bba7a8-1768-4481-9bf2-817a22814179 resource provider aggregate not found 2026-08-20 02:38:52.399 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 32bba7a8-1768-4481-9bf2-817a22814179 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 32bba7a8-1768-4481-9bf2-817a22814179 found for delete ", "request_id": "req-7e9bfd59-df61-493c-bd88-5d2cf03bda2d"}]} 2026-08-20 02:38:52.409 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 32bba7a8-1768-4481-9bf2-817a22814179 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 32bba7a8-1768-4481-9bf2-817a22814179 found for delete ", "request_id": "req-3f659368-fb0d-4a9f-b4fb-f7ec790a26ee"}]} [pid: 8|app: 0|req: 895/1709] 10.0.0.38 () {32 vars in 719 bytes} [Thu Aug 20 02:38:52 2026] DELETE /v2.0/ports/f4efb343-8e11-4155-a4a1-57307afa8a48 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:38:52.598 8 INFO neutron_taas.services.taas.taas_plugin [None req-d74d5934-6c3a-4f80-98af-d8a9fd397094 cdc3049480114ce0b0fc2d94782d3d41 4fb5169c19fd43b2a1ffddee6f03806a - - default default] TaaS: Handle Delete Port: e4f1d9b7-153c-4631-b45b-8d41d69ac80b 2026-08-20 02:38:52.606 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d74d5934-6c3a-4f80-98af-d8a9fd397094 cdc3049480114ce0b0fc2d94782d3d41 4fb5169c19fd43b2a1ffddee6f03806a - - default default] Tap Mirror: Handle Delete Port: e4f1d9b7-153c-4631-b45b-8d41d69ac80b 2026-08-20 02:38:52.685 7 INFO neutron.db.l3_hamode_db [None req-cc039e69-2e49-4259-ac19-2f5761317ca4 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] HA network b52d48da-b72c-44f8-839a-a65e17a739be was deleted as no HA routers are present in tenant ef26ba2000384284b02e708e6f85cc87. [pid: 7|app: 0|req: 815/1710] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:38:52 2026] DELETE /v2.0/routers/218f49fa-b654-4123-8742-e533a7660d0a => generated 0 bytes in 668 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1711] 10.0.0.38 () {32 vars in 719 bytes} [Thu Aug 20 02:38:52 2026] DELETE /v2.0/ports/e4f1d9b7-153c-4631-b45b-8d41d69ac80b => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1712] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:52 2026] DELETE /v2.0/networks/73b32c46-132b-4abc-a2bb-913cf93bc744 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1713] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:38:52 2026] DELETE /v2.0/subnets/13a028cc-b161-4613-859b-034a55252ca6 => 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: 817/1714] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:52 2026] DELETE /v2.0/networks/a267a45a-754d-46d6-b00f-815be7aa1847 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1715] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:52 2026] DELETE /v2.0/networks/dbd28656-760b-4ce5-8121-98c4430bbc10 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1716] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:38:52 2026] DELETE /v2.0/subnets/0a8966c6-6f46-4a88-a92f-34d89ba23cfe => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1717] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:53 2026] DELETE /v2.0/networks/e065f392-3e16-41f1-938a-ba88851ec5a7 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:38:53.265 7 INFO neutron_taas.services.taas.taas_plugin [None req-a64e507d-9ac6-43f6-9ef6-138982de64ef d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] TaaS: Handle Delete Port: 6d0024cc-ef61-4b54-8a15-19a47e50b0dc 2026-08-20 02:38:53.267 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a64e507d-9ac6-43f6-9ef6-138982de64ef d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] Tap Mirror: Handle Delete Port: 6d0024cc-ef61-4b54-8a15-19a47e50b0dc [pid: 8|app: 0|req: 900/1718] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:53 2026] DELETE /v2.0/networks/5f4fb520-1439-4238-988c-41add540048c => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1719] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:53 2026] DELETE /v2.0/networks/e2713723-1893-4676-9500-175890e4382a => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1720] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:53 2026] DELETE /v2.0/networks/d708325c-be0f-47cb-9bf2-48e8ae0a148b => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:38:53.598 7 INFO neutron_taas.services.taas.taas_plugin [None req-a4eef6b1-fbc1-4d7f-b701-597547fe9f33 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] TaaS: Handle Delete Port: e9626f47-d0a3-4cba-97b4-b100bd137737 2026-08-20 02:38:53.600 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4eef6b1-fbc1-4d7f-b701-597547fe9f33 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] Tap Mirror: Handle Delete Port: e9626f47-d0a3-4cba-97b4-b100bd137737 [pid: 7|app: 0|req: 820/1721] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:53 2026] DELETE /v2.0/networks/e095e0b3-b5e9-4a26-a6ea-b724e2e54507 => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:38:53.877 7 INFO neutron.db.segments_db [None req-00069fec-cfbf-4516-aade-07f2bb6450f2 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] Added segment bc6c1a96-260c-4465-ae59-e37a33ea5a0c of type vxlan for network 2c9f14b7-c687-4c7d-b04c-ea0299a854dc 2026-08-20 02:38:53.896 8 INFO neutron.services.segments.plugin [-] Segment c261823e-794a-4851-a498-c873f66a4099 resource provider aggregate not found 2026-08-20 02:38:53.920 8 INFO neutron.services.segments.plugin [-] Segment c261823e-794a-4851-a498-c873f66a4099 resource provider aggregate not found 2026-08-20 02:38:53.929 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c261823e-794a-4851-a498-c873f66a4099 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 c261823e-794a-4851-a498-c873f66a4099 found for delete ", "request_id": "req-2b1dd33c-e5de-4651-9111-7b9be20f680b"}]} 2026-08-20 02:38:53.935 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c261823e-794a-4851-a498-c873f66a4099 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 c261823e-794a-4851-a498-c873f66a4099 found for delete ", "request_id": "req-8d4bf27a-e4d1-49ae-996c-9c1330bf418f"}]} 2026-08-20 02:38:53.942 8 INFO neutron.services.segments.plugin [-] Segment 989e27a6-bb6b-4a0e-83fc-7d9b436b507f resource provider aggregate not found 2026-08-20 02:38:53.947 8 INFO neutron.services.segments.plugin [-] Segment 989e27a6-bb6b-4a0e-83fc-7d9b436b507f resource provider aggregate not found 2026-08-20 02:38:53.960 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 989e27a6-bb6b-4a0e-83fc-7d9b436b507f 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 989e27a6-bb6b-4a0e-83fc-7d9b436b507f found for delete ", "request_id": "req-20826d54-91d5-4244-bf71-0c8894382586"}]} 2026-08-20 02:38:53.964 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 989e27a6-bb6b-4a0e-83fc-7d9b436b507f 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 989e27a6-bb6b-4a0e-83fc-7d9b436b507f found for delete ", "request_id": "req-33a3c797-e99f-4e5c-ad8d-dbf255019b91"}]} 2026-08-20 02:38:53.976 8 INFO neutron.services.segments.plugin [-] Segment ac0a21cc-32b8-4b7e-b045-b934c99e03f2 resource provider aggregate not found 2026-08-20 02:38:53.977 8 INFO neutron.services.segments.plugin [-] Segment ac0a21cc-32b8-4b7e-b045-b934c99e03f2 resource provider aggregate not found 2026-08-20 02:38:53.995 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ac0a21cc-32b8-4b7e-b045-b934c99e03f2 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 ac0a21cc-32b8-4b7e-b045-b934c99e03f2 found for delete ", "request_id": "req-a9655117-9638-48a4-bf66-72ebc0647ae0"}]} [pid: 7|app: 0|req: 821/1722] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:38:53 2026] POST /v2.0/networks => generated 633 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:38:54.000 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ac0a21cc-32b8-4b7e-b045-b934c99e03f2 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 ac0a21cc-32b8-4b7e-b045-b934c99e03f2 found for delete ", "request_id": "req-f1e5cba3-b953-47cb-8a78-f48f6e58207f"}]} 2026-08-20 02:38:54.014 8 INFO neutron.services.segments.plugin [-] Segment 7ba37d7c-ea60-49f7-a20d-fea920386da3 resource provider aggregate not found 2026-08-20 02:38:54.017 8 INFO neutron.services.segments.plugin [-] Segment 7ba37d7c-ea60-49f7-a20d-fea920386da3 resource provider aggregate not found 2026-08-20 02:38:54.039 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7ba37d7c-ea60-49f7-a20d-fea920386da3 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 7ba37d7c-ea60-49f7-a20d-fea920386da3 found for delete ", "request_id": "req-f4af462c-ca29-4c7a-9a80-051b1273a7dc"}]} 2026-08-20 02:38:54.042 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7ba37d7c-ea60-49f7-a20d-fea920386da3 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 7ba37d7c-ea60-49f7-a20d-fea920386da3 found for delete ", "request_id": "req-2e6569e8-089e-4ce7-a68b-a3c1c7de2ca1"}]} [pid: 8|app: 0|req: 902/1723] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:38:53 2026] GET /v2.0/security-groups?tenant_id=e020873a0d344a749f58f1083b1cd650&name=default => generated 2925 bytes in 414 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1724] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:38:54 2026] POST /v2.0/subnets => generated 646 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:38:54.429 7 INFO neutron.services.segments.plugin [-] Segment ce8e53eb-3785-4954-bea5-5bf1f07ccf8d resource provider aggregate not found 2026-08-20 02:38:54.437 7 INFO neutron.services.segments.plugin [-] Segment ce8e53eb-3785-4954-bea5-5bf1f07ccf8d resource provider aggregate not found 2026-08-20 02:38:54.460 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ce8e53eb-3785-4954-bea5-5bf1f07ccf8d 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 ce8e53eb-3785-4954-bea5-5bf1f07ccf8d found for delete ", "request_id": "req-74e60f60-7faa-4c59-b948-a895f1b612d8"}]} 2026-08-20 02:38:54.468 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ce8e53eb-3785-4954-bea5-5bf1f07ccf8d 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 ce8e53eb-3785-4954-bea5-5bf1f07ccf8d found for delete ", "request_id": "req-e673ddff-29ce-4c68-b6c2-bc804522898f"}]} 2026-08-20 02:38:54.475 7 INFO neutron.db.segments_db [None req-500e31dc-a381-4f20-a95f-11bd3cf46ec0 9a1a4dbbdd734adea9040a51b59cd072 d5ed152658de4347ba16767c774f27fc - - default default] Added segment f34bb11a-6f5b-4d82-a9ff-c50a0435fb96 of type vxlan for network 3f05b217-bee7-4808-aed3-f8a151f31d91 2026-08-20 02:38:54.486 7 INFO neutron.services.segments.plugin [-] Segment 6f488f89-fac0-4fc8-81d2-1737cc8d9572 resource provider aggregate not found 2026-08-20 02:38:54.492 7 INFO neutron.services.segments.plugin [-] Segment 6f488f89-fac0-4fc8-81d2-1737cc8d9572 resource provider aggregate not found 2026-08-20 02:38:54.514 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6f488f89-fac0-4fc8-81d2-1737cc8d9572 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 6f488f89-fac0-4fc8-81d2-1737cc8d9572 found for delete ", "request_id": "req-a1e20d22-84fe-4e76-8789-8f0cffe975db"}]} 2026-08-20 02:38:54.524 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6f488f89-fac0-4fc8-81d2-1737cc8d9572 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 6f488f89-fac0-4fc8-81d2-1737cc8d9572 found for delete ", "request_id": "req-820cac9c-5cfc-4296-9856-6dc4b93467a9"}]} 2026-08-20 02:38:54.553 7 INFO neutron.services.segments.plugin [-] Segment f4378a74-ee07-42a7-add4-3b5a1e6f6933 resource provider aggregate not found 2026-08-20 02:38:54.555 7 INFO neutron.services.segments.plugin [-] Segment f4378a74-ee07-42a7-add4-3b5a1e6f6933 resource provider aggregate not found [pid: 8|app: 0|req: 904/1725] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:54 2026] DELETE /v2.0/security-groups/cbb578fa-df19-4694-ac22-08ff205e345c => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:38:54.579 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f4378a74-ee07-42a7-add4-3b5a1e6f6933 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 f4378a74-ee07-42a7-add4-3b5a1e6f6933 found for delete ", "request_id": "req-d6885d36-951a-46cf-a8c2-0e89886ad353"}]} 2026-08-20 02:38:54.585 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f4378a74-ee07-42a7-add4-3b5a1e6f6933 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 f4378a74-ee07-42a7-add4-3b5a1e6f6933 found for delete ", "request_id": "req-0813311e-fe24-40f1-b50d-21d99aabfcba"}]} 2026-08-20 02:38:54.622 7 INFO neutron.services.segments.plugin [-] Segment 174a4caf-8c5c-4489-b298-c49b6851f2f8 resource provider aggregate not found 2026-08-20 02:38:54.631 7 INFO neutron.services.segments.plugin [-] Segment 174a4caf-8c5c-4489-b298-c49b6851f2f8 resource provider aggregate not found 2026-08-20 02:38:54.640 8 INFO neutron.db.segments_db [None req-678b0652-f800-4e68-828b-bb6bdd5b7715 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] Added segment dca4cc8c-856e-4b0d-8f39-2da79f9a5d55 of type vxlan for network ddcb944e-6591-428f-9363-c6ea371e7717 2026-08-20 02:38:54.650 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 174a4caf-8c5c-4489-b298-c49b6851f2f8 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 174a4caf-8c5c-4489-b298-c49b6851f2f8 found for delete ", "request_id": "req-0ebd8581-804c-4b38-9f48-375a10bc7d3e"}]} 2026-08-20 02:38:54.661 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 174a4caf-8c5c-4489-b298-c49b6851f2f8 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 174a4caf-8c5c-4489-b298-c49b6851f2f8 found for delete ", "request_id": "req-9f5fa59f-c4ed-42a8-a233-7afd410c130e"}]} 2026-08-20 02:38:54.672 7 INFO neutron.services.segments.plugin [-] Segment 9b765042-17ec-4736-a300-1f37053e0528 resource provider aggregate not found 2026-08-20 02:38:54.695 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9b765042-17ec-4736-a300-1f37053e0528 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 9b765042-17ec-4736-a300-1f37053e0528 found for delete ", "request_id": "req-571b3325-5a0c-4dfe-8543-d0fb98100886"}]} 2026-08-20 02:38:54.697 7 INFO neutron.services.segments.plugin [-] Segment 9b765042-17ec-4736-a300-1f37053e0528 resource provider aggregate not found [pid: 7|app: 0|req: 822/1728] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:38:53 2026] POST /v2.0/networks => generated 648 bytes in 718 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:38:54.722 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9b765042-17ec-4736-a300-1f37053e0528 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 9b765042-17ec-4736-a300-1f37053e0528 found for delete ", "request_id": "req-bb1a003e-088c-44ca-bde5-a5cd897b61bf"}]} [pid: 7|app: 0|req: 823/1729] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:38:54 2026] GET /v2.0/security-groups?tenant_id=3734ed27ae264c1cb4d0115f102d0f3c&name=default => generated 2925 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:38:54.927 8 INFO neutron.db.l3_hamode_db [None req-678b0652-f800-4e68-828b-bb6bdd5b7715 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:38:55.033 8 INFO neutron.db.l3_hamode_db [None req-678b0652-f800-4e68-828b-bb6bdd5b7715 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 824/1730] 10.0.0.38 () {34 vars in 664 bytes} [Thu Aug 20 02:38:54 2026] POST /v2.0/ports => generated 778 bytes in 302 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: 825/1731] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:38:55 2026] GET /v2.0/security-groups?tenant_id=4fb5169c19fd43b2a1ffddee6f03806a&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1732] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:55 2026] DELETE /v2.0/security-groups/4c2b6d19-1bb8-49df-93ad-48f7d07be75a => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:38:55.384 7 INFO neutron.db.segments_db [None req-a96f1e21-22d1-4c7c-be11-a7ce4260372d 9a1a4dbbdd734adea9040a51b59cd072 d5ed152658de4347ba16767c774f27fc - - default default] Added segment 092db83c-a240-4ab2-8196-14a432d4f1b7 of type vxlan for network fa770af3-51f5-4c22-96a3-fa6b04b054ba [pid: 7|app: 0|req: 827/1733] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:38:55 2026] POST /v2.0/networks => generated 635 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1734] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:55 2026] DELETE /v2.0/security-groups/c755f890-7f71-4e5d-9956-61baead88034 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1735] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:38:55 2026] GET /v2.0/security-groups?tenant_id=52467a274d28421d947cdee30fd47e7f&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1736] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:38:55 2026] POST /v2.0/subnets => generated 646 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1737] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:55 2026] DELETE /v2.0/security-groups/04f1c5e8-3dab-4800-9fc8-9eabd7dd1820 => 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: 907/1738] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:38:54 2026] POST /v2.0/routers => generated 510 bytes in 1566 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1739] 10.0.0.38 () {34 vars in 664 bytes} [Thu Aug 20 02:38:56 2026] POST /v2.0/ports => generated 966 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 833/1740] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:38:56 2026] GET /v2.0/security-groups?tenant_id=9385a402133c498a90659547868b8ac9&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1741] 10.0.0.38 () {34 vars in 664 bytes} [Thu Aug 20 02:38:56 2026] POST /v2.0/ports => generated 963 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-20 02:38:56.637 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f7b83f0-3af3-4aa9-9aa0-e6c60ebd870a 9a1a4dbbdd734adea9040a51b59cd072 d5ed152658de4347ba16767c774f27fc - - default default] TaaS: Handle Delete Port: d8ec9000-3efb-47b7-ae35-6f0a0f9ad047 2026-08-20 02:38:56.641 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f7b83f0-3af3-4aa9-9aa0-e6c60ebd870a 9a1a4dbbdd734adea9040a51b59cd072 d5ed152658de4347ba16767c774f27fc - - default default] Tap Mirror: Handle Delete Port: d8ec9000-3efb-47b7-ae35-6f0a0f9ad047 [pid: 8|app: 0|req: 909/1742] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:38:56 2026] DELETE /v2.0/security-groups/ba27ee7e-7827-42e1-a23b-9d4019192682 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1743] 10.0.0.38 () {32 vars in 719 bytes} [Thu Aug 20 02:38:56 2026] DELETE /v2.0/ports/d8ec9000-3efb-47b7-ae35-6f0a0f9ad047 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:38:56.826 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0e512d9c-60da-4135-ae59-12246ab362b4 9a1a4dbbdd734adea9040a51b59cd072 d5ed152658de4347ba16767c774f27fc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 835/1744] 10.0.0.38 () {32 vars in 719 bytes} [Thu Aug 20 02:38:56 2026] DELETE /v2.0/ports/d8ec9000-3efb-47b7-ae35-6f0a0f9ad047 => generated 132 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:38:56.872 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ca78fc65-e0af-46d7-8826-91c4149c27f2 9a1a4dbbdd734adea9040a51b59cd072 d5ed152658de4347ba16767c774f27fc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 836/1745] 10.0.0.38 () {32 vars in 716 bytes} [Thu Aug 20 02:38:56 2026] GET /v2.0/ports/d8ec9000-3efb-47b7-ae35-6f0a0f9ad047 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1746] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:38:56 2026] DELETE /v2.0/subnets/b646b1d1-f787-4bfb-b955-7dab9455680d => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:38:57.130 7 INFO neutron.services.segments.plugin [-] Segment 092db83c-a240-4ab2-8196-14a432d4f1b7 resource provider aggregate not found 2026-08-20 02:38:57.140 7 INFO neutron.services.segments.plugin [-] Segment 092db83c-a240-4ab2-8196-14a432d4f1b7 resource provider aggregate not found 2026-08-20 02:38:57.157 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 092db83c-a240-4ab2-8196-14a432d4f1b7 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 092db83c-a240-4ab2-8196-14a432d4f1b7 found for delete ", "request_id": "req-a1dd5bc4-97f9-45c0-bde7-1c695e0dd4b6"}]} 2026-08-20 02:38:57.165 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 092db83c-a240-4ab2-8196-14a432d4f1b7 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 092db83c-a240-4ab2-8196-14a432d4f1b7 found for delete ", "request_id": "req-0e245b6d-0d22-4fdb-adfb-de8431207706"}]} [pid: 7|app: 0|req: 838/1747] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:57 2026] DELETE /v2.0/networks/fa770af3-51f5-4c22-96a3-fa6b04b054ba => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:38:57.244 7 INFO neutron.db.segments_db [None req-850932be-1f36-428e-b6a6-7aacedeb009d 9a1a4dbbdd734adea9040a51b59cd072 d5ed152658de4347ba16767c774f27fc - - default default] Added segment 4dead4f5-3d7b-45de-87dd-ea4c7a640197 of type vxlan for network 4f860677-f65e-46fb-91fd-bbda8ad7ac41 [pid: 7|app: 0|req: 839/1748] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:38:57 2026] POST /v2.0/networks => generated 636 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1749] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:38:57 2026] POST /v2.0/subnets => generated 646 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1750] 10.0.0.38 () {34 vars in 782 bytes} [Thu Aug 20 02:38:56 2026] PUT /v2.0/routers/13a108b7-36d3-41c8-a624-a183b0e3303b/add_router_interface => generated 309 bytes in 1244 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: 911/1751] 10.0.0.38 () {32 vars in 716 bytes} [Thu Aug 20 02:38:57 2026] GET /v2.0/ports/02cb14e0-992e-49e6-8e09-7301e2a6cbbe => generated 1037 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1752] 10.0.0.38 () {34 vars in 664 bytes} [Thu Aug 20 02:38:57 2026] POST /v2.0/ports => generated 927 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:38:58.107 7 INFO neutron_taas.services.taas.taas_plugin [None req-8c04b54b-ea6d-4018-abc9-e937df8f3c28 9a1a4dbbdd734adea9040a51b59cd072 d5ed152658de4347ba16767c774f27fc - - default default] TaaS: Handle Delete Port: b5308bde-0c76-4936-ac94-8077bea06e25 2026-08-20 02:38:58.112 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c04b54b-ea6d-4018-abc9-e937df8f3c28 9a1a4dbbdd734adea9040a51b59cd072 d5ed152658de4347ba16767c774f27fc - - default default] Tap Mirror: Handle Delete Port: b5308bde-0c76-4936-ac94-8077bea06e25 [pid: 7|app: 0|req: 842/1753] 10.0.0.38 () {32 vars in 719 bytes} [Thu Aug 20 02:38:58 2026] DELETE /v2.0/ports/b5308bde-0c76-4936-ac94-8077bea06e25 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:38:58.254 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4539ef2b-4e52-42bb-ac72-93d1fd128430 9a1a4dbbdd734adea9040a51b59cd072 d5ed152658de4347ba16767c774f27fc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 843/1754] 10.0.0.38 () {32 vars in 716 bytes} [Thu Aug 20 02:38:58 2026] GET /v2.0/ports/b5308bde-0c76-4936-ac94-8077bea06e25 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:38:58.304 8 INFO neutron_taas.services.taas.taas_plugin [None req-b03b50bf-ad03-473d-8fa0-f8a680444634 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] TaaS: Handle Delete Port: 02cb14e0-992e-49e6-8e09-7301e2a6cbbe 2026-08-20 02:38:58.309 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b03b50bf-ad03-473d-8fa0-f8a680444634 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] Tap Mirror: Handle Delete Port: 02cb14e0-992e-49e6-8e09-7301e2a6cbbe [pid: 7|app: 0|req: 844/1755] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:38:58 2026] DELETE /v2.0/subnets/5926820f-2e78-4ed6-8b5a-9f0c6985bddb => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1756] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:58 2026] DELETE /v2.0/networks/4f860677-f65e-46fb-91fd-bbda8ad7ac41 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1757] 10.0.0.38 () {34 vars in 788 bytes} [Thu Aug 20 02:38:57 2026] PUT /v2.0/routers/13a108b7-36d3-41c8-a624-a183b0e3303b/remove_router_interface => generated 309 bytes in 910 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: 846/1758] 10.0.0.38 () {34 vars in 664 bytes} [Thu Aug 20 02:38:58 2026] POST /v2.0/ports => generated 778 bytes in 296 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-20 02:38:59.037 8 INFO neutron.api.v2.resource [None req-b133ed5f-d3be-4741-8d4b-daab729c163a d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 913/1759] 10.0.0.38 () {34 vars in 788 bytes} [Thu Aug 20 02:38:58 2026] PUT /v2.0/routers/13a108b7-36d3-41c8-a624-a183b0e3303b/remove_router_interface => generated 197 bytes in 152 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1760] 10.0.0.38 () {32 vars in 735 bytes} [Thu Aug 20 02:38:59 2026] GET /v2.0/ports?device_id=13a108b7-36d3-41c8-a624-a183b0e3303b => 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: 847/1761] 10.0.0.38 () {34 vars in 736 bytes} [Thu Aug 20 02:38:58 2026] PUT /v2.0/ports/fc593ece-32fb-4056-8574-8f857cc64e24 => generated 752 bytes in 178 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-20 02:38:59.183 7 INFO neutron.services.segments.plugin [-] Segment 4dead4f5-3d7b-45de-87dd-ea4c7a640197 resource provider aggregate not found 2026-08-20 02:38:59.193 7 INFO neutron.services.segments.plugin [-] Segment 4dead4f5-3d7b-45de-87dd-ea4c7a640197 resource provider aggregate not found 2026-08-20 02:38:59.198 7 INFO neutron_taas.services.taas.taas_plugin [None req-af339111-fc77-4536-8097-58d3a6dec6c9 9a1a4dbbdd734adea9040a51b59cd072 d5ed152658de4347ba16767c774f27fc - - default default] TaaS: Handle Delete Port: fc593ece-32fb-4056-8574-8f857cc64e24 2026-08-20 02:38:59.203 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af339111-fc77-4536-8097-58d3a6dec6c9 9a1a4dbbdd734adea9040a51b59cd072 d5ed152658de4347ba16767c774f27fc - - default default] Tap Mirror: Handle Delete Port: fc593ece-32fb-4056-8574-8f857cc64e24 2026-08-20 02:38:59.210 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4dead4f5-3d7b-45de-87dd-ea4c7a640197 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 4dead4f5-3d7b-45de-87dd-ea4c7a640197 found for delete ", "request_id": "req-e75a1f74-64e3-4c2c-bbd9-782b58537256"}]} 2026-08-20 02:38:59.212 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4dead4f5-3d7b-45de-87dd-ea4c7a640197 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 4dead4f5-3d7b-45de-87dd-ea4c7a640197 found for delete ", "request_id": "req-bf5f00ed-4d2d-4b7f-862a-2b640a411bc9"}]} 2026-08-20 02:38:59.264 8 INFO neutron_taas.services.taas.taas_plugin [None req-60b38d22-9d87-4027-b797-ff83c14b758a d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] TaaS: Handle Delete Port: 2b4cc867-631e-4d38-96ce-0e1ed18e3b7d 2026-08-20 02:38:59.267 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60b38d22-9d87-4027-b797-ff83c14b758a d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] Tap Mirror: Handle Delete Port: 2b4cc867-631e-4d38-96ce-0e1ed18e3b7d [pid: 7|app: 0|req: 848/1762] 10.0.0.38 () {32 vars in 719 bytes} [Thu Aug 20 02:38:59 2026] DELETE /v2.0/ports/fc593ece-32fb-4056-8574-8f857cc64e24 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1763] 10.0.0.38 () {34 vars in 677 bytes} [Thu Aug 20 02:38:59 2026] POST /v2.0/qos/policies => generated 359 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:38:59.642 8 INFO neutron.services.segments.plugin [-] Segment dca4cc8c-856e-4b0d-8f39-2da79f9a5d55 resource provider aggregate not found [pid: 7|app: 0|req: 850/1764] 10.0.0.38 () {32 vars in 642 bytes} [Thu Aug 20 02:38:59 2026] GET /v2.0/ports => generated 781 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:38:59.642 8 INFO neutron.services.segments.plugin [-] Segment dca4cc8c-856e-4b0d-8f39-2da79f9a5d55 resource provider aggregate not found 2026-08-20 02:38:59.666 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment dca4cc8c-856e-4b0d-8f39-2da79f9a5d55 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 dca4cc8c-856e-4b0d-8f39-2da79f9a5d55 found for delete ", "request_id": "req-83989506-c422-42ca-8498-69175b0c1f04"}]} 2026-08-20 02:38:59.668 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment dca4cc8c-856e-4b0d-8f39-2da79f9a5d55 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 dca4cc8c-856e-4b0d-8f39-2da79f9a5d55 found for delete ", "request_id": "req-64f4d290-f69b-4113-aeb2-0c6b70c7a458"}]} 2026-08-20 02:38:59.684 8 INFO neutron.db.l3_hamode_db [None req-60b38d22-9d87-4027-b797-ff83c14b758a d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] HA network ddcb944e-6591-428f-9363-c6ea371e7717 was deleted as no HA routers are present in tenant ef26ba2000384284b02e708e6f85cc87. [pid: 8|app: 0|req: 915/1765] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:38:59 2026] DELETE /v2.0/routers/13a108b7-36d3-41c8-a624-a183b0e3303b => generated 0 bytes in 624 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1766] 10.0.0.38 () {34 vars in 752 bytes} [Thu Aug 20 02:38:59 2026] PUT /v2.0/policies/2958bb58-26af-4011-a063-f8b355b3e54a/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:38:59.713 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6e4a6e32-3900-4cc2-90b0-e0766ef31c3c 9a1a4dbbdd734adea9040a51b59cd072 d5ed152658de4347ba16767c774f27fc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 916/1767] 10.0.0.38 () {32 vars in 716 bytes} [Thu Aug 20 02:38:59 2026] GET /v2.0/ports/fc593ece-32fb-4056-8574-8f857cc64e24 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1768] 10.0.0.38 () {32 vars in 732 bytes} [Thu Aug 20 02:38:59 2026] GET /v2.0/policies/2958bb58-26af-4011-a063-f8b355b3e54a/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: 918/1769] 10.0.0.38 () {32 vars in 642 bytes} [Thu Aug 20 02:38:59 2026] GET /v2.0/ports => generated 781 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1770] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:38:59 2026] DELETE /v2.0/subnets/c793ff9e-aa7d-42f8-95d4-2cd2c6a2367d => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1771] 10.0.0.38 () {34 vars in 763 bytes} [Thu Aug 20 02:38:59 2026] PUT /v2.0/policies/2958bb58-26af-4011-a063-f8b355b3e54a/tags/green => 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: 853/1772] 10.0.0.38 () {32 vars in 716 bytes} [Thu Aug 20 02:38:59 2026] GET /v2.0/ports/c8531624-1b91-40d7-b14b-f25ad8bd7855 => generated 778 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1773] 10.0.0.38 () {32 vars in 732 bytes} [Thu Aug 20 02:38:59 2026] GET /v2.0/policies/2958bb58-26af-4011-a063-f8b355b3e54a/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:38:59.970 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3d738f9c-292f-4b12-a7e2-927bb803ab5c 9a1a4dbbdd734adea9040a51b59cd072 d5ed152658de4347ba16767c774f27fc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 855/1774] 10.0.0.38 () {32 vars in 719 bytes} [Thu Aug 20 02:38:59 2026] DELETE /v2.0/ports/b5308bde-0c76-4936-ac94-8077bea06e25 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:39:00.006 8 INFO neutron_taas.services.taas.taas_plugin [None req-38697087-e8ec-4f31-bc1a-17583b2063b9 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] TaaS: Handle Delete Port: 4da8aac4-714e-46e2-86b9-dafe2b35ca0c 2026-08-20 02:39:00.011 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38697087-e8ec-4f31-bc1a-17583b2063b9 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] Tap Mirror: Handle Delete Port: 4da8aac4-714e-46e2-86b9-dafe2b35ca0c [pid: 7|app: 0|req: 856/1775] 10.0.0.38 () {34 vars in 759 bytes} [Thu Aug 20 02:38:59 2026] PUT /v2.0/policies/2958bb58-26af-4011-a063-f8b355b3e54a/tags/red => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-08-20 02:39:00.036 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ad6141b4-c6d1-47ba-89df-ffd5be862e19 9a1a4dbbdd734adea9040a51b59cd072 d5ed152658de4347ba16767c774f27fc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 857/1776] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:39:00 2026] DELETE /v2.0/subnets/5926820f-2e78-4ed6-8b5a-9f0c6985bddb => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1777] 10.0.0.38 () {32 vars in 732 bytes} [Thu Aug 20 02:39:00 2026] GET /v2.0/policies/2958bb58-26af-4011-a063-f8b355b3e54a/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:39:00.090 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b9df6c1c-aa06-4277-9777-f8ed06c7b234 9a1a4dbbdd734adea9040a51b59cd072 d5ed152658de4347ba16767c774f27fc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 859/1778] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:39:00 2026] DELETE /v2.0/subnets/b646b1d1-f787-4bfb-b955-7dab9455680d => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1779] 10.0.0.38 () {34 vars in 781 bytes} [Thu Aug 20 02:39:00 2026] PUT /v2.0/policies/2958bb58-26af-4011-a063-f8b355b3e54a/tags/black.or.white => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1780] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:38:59 2026] DELETE /v2.0/networks/2c9f14b7-c687-4c7d-b04c-ea0299a854dc => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:39:00.254 7 INFO neutron_taas.services.taas.taas_plugin [None req-62819245-8f5e-4e2f-b268-641b4c900f3f 9a1a4dbbdd734adea9040a51b59cd072 d5ed152658de4347ba16767c774f27fc - - default default] TaaS: Handle Delete Port: c8531624-1b91-40d7-b14b-f25ad8bd7855 [pid: 8|app: 0|req: 921/1781] 10.0.0.38 () {32 vars in 732 bytes} [Thu Aug 20 02:39:00 2026] GET /v2.0/policies/2958bb58-26af-4011-a063-f8b355b3e54a/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:39:00.257 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62819245-8f5e-4e2f-b268-641b4c900f3f 9a1a4dbbdd734adea9040a51b59cd072 d5ed152658de4347ba16767c774f27fc - - default default] Tap Mirror: Handle Delete Port: c8531624-1b91-40d7-b14b-f25ad8bd7855 2026-08-20 02:39:00.320 8 INFO neutron.db.segments_db [None req-e83c5b6a-0fc9-4184-8518-85b8c32ab547 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] Added segment 4cfc4264-265d-42c7-86c1-bf4737dd56c2 of type vxlan for network 66e6babd-bbd7-4d3c-b26c-b5bc8ef1f977 [pid: 7|app: 0|req: 861/1782] 10.0.0.38 () {32 vars in 719 bytes} [Thu Aug 20 02:39:00 2026] DELETE /v2.0/ports/c8531624-1b91-40d7-b14b-f25ad8bd7855 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1783] 10.0.0.38 () {34 vars in 752 bytes} [Thu Aug 20 02:39:00 2026] PUT /v2.0/policies/2958bb58-26af-4011-a063-f8b355b3e54a/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1784] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:39:00 2026] POST /v2.0/networks => generated 633 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1785] 10.0.0.38 () {32 vars in 732 bytes} [Thu Aug 20 02:39:00 2026] GET /v2.0/policies/2958bb58-26af-4011-a063-f8b355b3e54a/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1786] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:39:00 2026] DELETE /v2.0/networks/3f05b217-bee7-4808-aed3-f8a151f31d91 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1787] 10.0.0.38 () {32 vars in 740 bytes} [Thu Aug 20 02:39:00 2026] GET /v2.0/policies/2958bb58-26af-4011-a063-f8b355b3e54a/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:39:00.653 7 INFO neutron.api.v2.resource [None req-40aa2e11-d7de-44e4-985b-313eb72d67ce 51a521382f9e4f0a9908160048acd65f 9a55202e75334caba507c0387fba6adc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 865/1788] 10.0.0.38 () {32 vars in 744 bytes} [Thu Aug 20 02:39:00 2026] GET /v2.0/policies/2958bb58-26af-4011-a063-f8b355b3e54a/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1789] 10.0.0.38 () {32 vars in 743 bytes} [Thu Aug 20 02:39:00 2026] DELETE /v2.0/policies/2958bb58-26af-4011-a063-f8b355b3e54a/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1790] 10.0.0.38 () {32 vars in 732 bytes} [Thu Aug 20 02:39:00 2026] GET /v2.0/policies/2958bb58-26af-4011-a063-f8b355b3e54a/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1791] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:39:00 2026] POST /v2.0/subnets => generated 646 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:39:00.821 7 INFO neutron.api.v2.resource [None req-d0fe82c1-f1fa-478b-a506-d1dd190dec69 51a521382f9e4f0a9908160048acd65f 9a55202e75334caba507c0387fba6adc - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 868/1792] 10.0.0.38 () {32 vars in 747 bytes} [Thu Aug 20 02:39:00 2026] DELETE /v2.0/policies/2958bb58-26af-4011-a063-f8b355b3e54a/tags/green => generated 99 bytes in 76 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-08-20 02:39:00.903 7 INFO neutron.db.segments_db [None req-92e6b1df-1c9d-439c-bf68-b8a24f38f9e4 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] Added segment 530ee11d-2427-4c71-8895-d6570e62ca60 of type vxlan for network cad96006-7dc2-4c41-b772-81aaac641936 [pid: 8|app: 0|req: 925/1793] 10.0.0.38 () {32 vars in 735 bytes} [Thu Aug 20 02:39:00 2026] DELETE /v2.0/policies/2958bb58-26af-4011-a063-f8b355b3e54a/tags => 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: 926/1794] 10.0.0.38 () {32 vars in 732 bytes} [Thu Aug 20 02:39:00 2026] GET /v2.0/policies/2958bb58-26af-4011-a063-f8b355b3e54a/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1795] 10.0.0.38 () {32 vars in 733 bytes} [Thu Aug 20 02:39:00 2026] DELETE /v2.0/qos/policies/2958bb58-26af-4011-a063-f8b355b3e54a => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:39:01.167 7 INFO neutron.db.l3_hamode_db [None req-92e6b1df-1c9d-439c-bf68-b8a24f38f9e4 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:39:01.244 7 INFO neutron.services.segments.plugin [-] Segment f34bb11a-6f5b-4d82-a9ff-c50a0435fb96 resource provider aggregate not found 2026-08-20 02:39:01.250 7 INFO neutron.services.segments.plugin [-] Segment f34bb11a-6f5b-4d82-a9ff-c50a0435fb96 resource provider aggregate not found 2026-08-20 02:39:01.266 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f34bb11a-6f5b-4d82-a9ff-c50a0435fb96 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 f34bb11a-6f5b-4d82-a9ff-c50a0435fb96 found for delete ", "request_id": "req-e43289d6-b070-45be-b891-9968ed6c58cf"}]} 2026-08-20 02:39:01.270 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f34bb11a-6f5b-4d82-a9ff-c50a0435fb96 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 f34bb11a-6f5b-4d82-a9ff-c50a0435fb96 found for delete ", "request_id": "req-120677ea-68d8-4619-b8d3-081731cf8e72"}]} 2026-08-20 02:39:01.309 7 INFO neutron.db.l3_hamode_db [None req-92e6b1df-1c9d-439c-bf68-b8a24f38f9e4 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 928/1796] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:39:01 2026] GET /v2.0/security-groups?tenant_id=d5ed152658de4347ba16767c774f27fc&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1797] 10.0.0.38 () {34 vars in 677 bytes} [Thu Aug 20 02:39:01 2026] POST /v2.0/qos/policies => generated 359 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:39:01.686 8 INFO neutron.services.segments.plugin [-] Segment bc6c1a96-260c-4465-ae59-e37a33ea5a0c resource provider aggregate not found 2026-08-20 02:39:01.691 8 INFO neutron.services.segments.plugin [-] Segment bc6c1a96-260c-4465-ae59-e37a33ea5a0c resource provider aggregate not found 2026-08-20 02:39:01.710 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment bc6c1a96-260c-4465-ae59-e37a33ea5a0c 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 bc6c1a96-260c-4465-ae59-e37a33ea5a0c found for delete ", "request_id": "req-9798b912-6c64-4ac5-80e8-52b145168602"}]} 2026-08-20 02:39:01.710 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment bc6c1a96-260c-4465-ae59-e37a33ea5a0c 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 bc6c1a96-260c-4465-ae59-e37a33ea5a0c found for delete ", "request_id": "req-b60ba5f2-6541-4a3e-a386-3a15baa3106e"}]} [pid: 8|app: 0|req: 930/1798] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:01 2026] DELETE /v2.0/security-groups/c6fc5832-1d33-4165-af05-b8049dcd5cfb => 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: 931/1799] 10.0.0.38 () {34 vars in 677 bytes} [Thu Aug 20 02:39:01 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1800] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:39:00 2026] POST /v2.0/routers => generated 511 bytes in 1078 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1801] 10.0.0.38 () {34 vars in 677 bytes} [Thu Aug 20 02:39:01 2026] POST /v2.0/qos/policies => generated 359 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1802] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:39:01 2026] GET /v2.0/security-groups?tenant_id=01e94e242bb9452eaa473aea8b23e641&name=default => generated 2925 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1803] 10.0.0.38 () {34 vars in 677 bytes} [Thu Aug 20 02:39:02 2026] POST /v2.0/qos/policies => generated 359 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1804] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:02 2026] DELETE /v2.0/security-groups/617803d5-5dbc-4343-a6a9-37a41f9d95ce => 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: 935/1805] 10.0.0.38 () {34 vars in 677 bytes} [Thu Aug 20 02:39:02 2026] POST /v2.0/qos/policies => generated 359 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1806] 10.0.0.38 () {34 vars in 752 bytes} [Thu Aug 20 02:39:02 2026] PUT /v2.0/policies/4ee3239a-9700-44d5-8fc7-fed828ae3013/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1807] 10.0.0.38 () {34 vars in 752 bytes} [Thu Aug 20 02:39:02 2026] PUT /v2.0/policies/295be2a2-a244-4d63-82c4-033a66c99f0d/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1808] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:39:02 2026] GET /v2.0/security-groups?tenant_id=9a55202e75334caba507c0387fba6adc&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1809] 10.0.0.38 () {34 vars in 752 bytes} [Thu Aug 20 02:39:02 2026] PUT /v2.0/policies/0ba0b602-33f1-4be3-9c81-9f59bbd8b28f/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1810] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:02 2026] DELETE /v2.0/security-groups/66cce5c0-69c1-483b-be30-eb8b7e70912e => 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: 941/1811] 10.0.0.38 () {34 vars in 752 bytes} [Thu Aug 20 02:39:02 2026] PUT /v2.0/policies/e03dbc8e-cef3-4644-a87a-e58fac11fd80/tags => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1812] 10.0.0.38 () {34 vars in 782 bytes} [Thu Aug 20 02:39:01 2026] PUT /v2.0/routers/a98f2cea-99b5-42b3-9fdb-3eeb86926734/add_router_interface => generated 309 bytes in 1526 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1813] 10.0.0.38 () {32 vars in 673 bytes} [Thu Aug 20 02:39:03 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1814] 10.0.0.38 () {32 vars in 716 bytes} [Thu Aug 20 02:39:03 2026] GET /v2.0/ports/c7e1b0e9-c744-42dc-b1a0-f295b01afa48 => generated 959 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1815] 10.0.0.38 () {32 vars in 687 bytes} [Thu Aug 20 02:39:03 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1816] 10.0.0.38 () {34 vars in 683 bytes} [Thu Aug 20 02:39:03 2026] POST /v2.0/security-groups => generated 1624 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-20 02:39:03.948 7 INFO neutron_taas.services.taas.taas_plugin [None req-feac7e23-8888-4c1b-8cb0-329402b7409a d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] TaaS: Handle Delete Port: c7e1b0e9-c744-42dc-b1a0-f295b01afa48 2026-08-20 02:39:03.952 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-feac7e23-8888-4c1b-8cb0-329402b7409a d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] Tap Mirror: Handle Delete Port: c7e1b0e9-c744-42dc-b1a0-f295b01afa48 [pid: 8|app: 0|req: 945/1817] 10.0.0.38 () {32 vars in 683 bytes} [Thu Aug 20 02:39:03 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1818] 10.0.0.38 () {32 vars in 662 bytes} [Thu Aug 20 02:39:03 2026] GET /v2.0/security-groups => generated 4529 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1819] 10.0.0.38 () {32 vars in 695 bytes} [Thu Aug 20 02:39:04 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1820] 10.0.0.38 () {34 vars in 757 bytes} [Thu Aug 20 02:39:04 2026] PUT /v2.0/security-groups/9e4e1387-42ae-4107-99c9-46683a868aaf => generated 1662 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1821] 10.0.0.38 () {32 vars in 681 bytes} [Thu Aug 20 02:39:04 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1822] 10.0.0.38 () {32 vars in 736 bytes} [Thu Aug 20 02:39:04 2026] GET /v2.0/security-groups/9e4e1387-42ae-4107-99c9-46683a868aaf => generated 1662 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1823] 10.0.0.38 () {32 vars in 695 bytes} [Thu Aug 20 02:39:04 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1824] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:04 2026] DELETE /v2.0/security-groups/9e4e1387-42ae-4107-99c9-46683a868aaf => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1825] 10.0.0.38 () {32 vars in 691 bytes} [Thu Aug 20 02:39:04 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1826] 10.0.0.38 () {32 vars in 662 bytes} [Thu Aug 20 02:39:04 2026] GET /v2.0/security-groups => generated 2925 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1827] 10.0.0.38 () {32 vars in 703 bytes} [Thu Aug 20 02:39:04 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:39:04.407 8 INFO neutron.api.v2.resource [None req-61d2a4c5-efe0-44ab-bbbd-79bddcabc729 2b0faeac266b4b7e91739a2fc8756fa7 4288cbed084a4509acee2f2600c87aa9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 956/1828] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:04 2026] DELETE /v2.0/security-groups/9e4e1387-42ae-4107-99c9-46683a868aaf => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1829] 10.0.0.38 () {34 vars in 788 bytes} [Thu Aug 20 02:39:03 2026] PUT /v2.0/routers/a98f2cea-99b5-42b3-9fdb-3eeb86926734/remove_router_interface => generated 309 bytes in 829 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1830] 10.0.0.38 () {32 vars in 733 bytes} [Thu Aug 20 02:39:04 2026] DELETE /v2.0/qos/policies/4ee3239a-9700-44d5-8fc7-fed828ae3013 => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1831] 10.0.0.38 () {32 vars in 735 bytes} [Thu Aug 20 02:39:04 2026] GET /v2.0/ports?device_id=a98f2cea-99b5-42b3-9fdb-3eeb86926734 => 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: 959/1832] 10.0.0.38 () {32 vars in 733 bytes} [Thu Aug 20 02:39:04 2026] DELETE /v2.0/qos/policies/295be2a2-a244-4d63-82c4-033a66c99f0d => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1833] 10.0.0.38 () {34 vars in 683 bytes} [Thu Aug 20 02:39:04 2026] POST /v2.0/security-groups => generated 1625 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1834] 10.0.0.38 () {32 vars in 733 bytes} [Thu Aug 20 02:39:04 2026] DELETE /v2.0/qos/policies/0ba0b602-33f1-4be3-9c81-9f59bbd8b28f => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:39:04.719 8 INFO neutron_taas.services.taas.taas_plugin [None req-824cf0a1-6bad-46cd-a606-e7cd53b28843 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] TaaS: Handle Delete Port: c4c84439-176d-427c-8190-ffa6775fd7af 2026-08-20 02:39:04.722 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-824cf0a1-6bad-46cd-a606-e7cd53b28843 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] Tap Mirror: Handle Delete Port: c4c84439-176d-427c-8190-ffa6775fd7af [pid: 7|app: 0|req: 876/1835] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:39:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1836] 10.0.0.38 () {32 vars in 733 bytes} [Thu Aug 20 02:39:04 2026] DELETE /v2.0/qos/policies/e03dbc8e-cef3-4644-a87a-e58fac11fd80 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1837] 10.0.0.38 () {32 vars in 746 bytes} [Thu Aug 20 02:39:04 2026] GET /v2.0/security-group-rules/3fd1db31-7d51-449f-bcfb-6369ab4487cf => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1838] 10.0.0.38 () {32 vars in 733 bytes} [Thu Aug 20 02:39:04 2026] DELETE /v2.0/qos/policies/3bf79c93-c453-4108-8311-0d0e3c2db209 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1839] 10.0.0.38 () {32 vars in 672 bytes} [Thu Aug 20 02:39:04 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:39:05.056 8 INFO neutron.services.segments.plugin [-] Segment 530ee11d-2427-4c71-8895-d6570e62ca60 resource provider aggregate not found [pid: 7|app: 0|req: 881/1840] 10.0.0.38 () {32 vars in 749 bytes} [Thu Aug 20 02:39:04 2026] DELETE /v2.0/security-group-rules/3fd1db31-7d51-449f-bcfb-6369ab4487cf => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:39:05.067 8 INFO neutron.services.segments.plugin [-] Segment 530ee11d-2427-4c71-8895-d6570e62ca60 resource provider aggregate not found 2026-08-20 02:39:05.080 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 530ee11d-2427-4c71-8895-d6570e62ca60 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 530ee11d-2427-4c71-8895-d6570e62ca60 found for delete ", "request_id": "req-94f4314a-41fb-40d3-8baf-adad070c5c4b"}]} 2026-08-20 02:39:05.089 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 530ee11d-2427-4c71-8895-d6570e62ca60 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 530ee11d-2427-4c71-8895-d6570e62ca60 found for delete ", "request_id": "req-4cb81978-4d5f-4972-b332-f26f8fc29c76"}]} 2026-08-20 02:39:05.091 8 INFO neutron.db.l3_hamode_db [None req-824cf0a1-6bad-46cd-a606-e7cd53b28843 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] HA network cad96006-7dc2-4c41-b772-81aaac641936 was deleted as no HA routers are present in tenant ef26ba2000384284b02e708e6f85cc87. [pid: 8|app: 0|req: 960/1841] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:39:04 2026] DELETE /v2.0/routers/a98f2cea-99b5-42b3-9fdb-3eeb86926734 => generated 0 bytes in 567 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1842] 10.0.0.38 () {32 vars in 672 bytes} [Thu Aug 20 02:39:05 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1843] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:39:05 2026] DELETE /v2.0/subnets/dd120898-a91b-4650-b1da-709e0115193d => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1844] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:39:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1845] 10.0.0.38 () {32 vars in 746 bytes} [Thu Aug 20 02:39:05 2026] GET /v2.0/security-group-rules/95a5a1e8-8096-4614-8ce2-26ed8f05b2a3 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1846] 10.0.0.38 () {32 vars in 672 bytes} [Thu Aug 20 02:39:05 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1847] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:39:05 2026] DELETE /v2.0/networks/66e6babd-bbd7-4d3c-b26c-b5bc8ef1f977 => 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: 886/1848] 10.0.0.38 () {32 vars in 749 bytes} [Thu Aug 20 02:39:05 2026] DELETE /v2.0/security-group-rules/95a5a1e8-8096-4614-8ce2-26ed8f05b2a3 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:39:05.391 8 INFO neutron.db.segments_db [None req-8393b8ce-47e1-411b-a456-450260c816b7 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] Added segment 5ff8a7f3-fafd-485f-9285-1904a2fa5207 of type vxlan for network 7ffbdad2-0bd0-4a00-acfc-b9c260b5135f [pid: 7|app: 0|req: 887/1849] 10.0.0.38 () {32 vars in 672 bytes} [Thu Aug 20 02:39:05 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1850] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:39:05 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1851] 10.0.0.38 () {32 vars in 746 bytes} [Thu Aug 20 02:39:05 2026] GET /v2.0/security-group-rules/77dc7358-b62e-4a79-9c20-ab0ca2cc1b39 => generated 602 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1852] 10.0.0.38 () {32 vars in 672 bytes} [Thu Aug 20 02:39:05 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:39:05.698 8 INFO neutron.db.l3_hamode_db [None req-8393b8ce-47e1-411b-a456-450260c816b7 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 891/1853] 10.0.0.38 () {32 vars in 749 bytes} [Thu Aug 20 02:39:05 2026] DELETE /v2.0/security-group-rules/77dc7358-b62e-4a79-9c20-ab0ca2cc1b39 => 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: 892/1854] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:39:05 2026] GET /v2.0/security-groups?tenant_id=1285b5d31eec4f8e9d445be4bca9de78&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1855] 10.0.0.38 () {32 vars in 672 bytes} [Thu Aug 20 02:39:06 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: 894/1856] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:06 2026] DELETE /v2.0/security-groups/67ef71f1-a016-49c0-9622-12b473e26e17 => 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: 895/1857] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:06 2026] DELETE /v2.0/security-groups/df411d13-ec4d-47da-89b2-7d673c393038 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1858] 10.0.0.38 () {32 vars in 662 bytes} [Thu Aug 20 02:39:06 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:39:06.439 8 INFO neutron.db.l3_hamode_db [None req-8393b8ce-47e1-411b-a456-450260c816b7 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 897/1859] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:39:06 2026] GET /v2.0/security-groups?tenant_id=58e0a64d8c3e40b498cb9f4d2d4ee3e7&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1860] 10.0.0.38 () {32 vars in 662 bytes} [Thu Aug 20 02:39:06 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:39:06.763 7 INFO neutron.db.segments_db [None req-965b2541-5521-4bca-895f-eb7c914e789a de0b5c42e3244a81a7532e29f10d329d 5c5b7be6974f46459453f63bdc252d7a - - default default] Added segment 4ec262df-f097-40cf-89f4-4a5deac7bb38 of type vxlan for network 1307517a-2ee7-4d8c-9ae9-bde69a9008b0 [pid: 7|app: 0|req: 899/1861] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:39:06 2026] POST /v2.0/networks => generated 632 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1862] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:06 2026] DELETE /v2.0/security-groups/db84af05-a1c7-4235-ae9b-5d4078ccd5df => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:39:07.100 8 INFO neutron.services.segments.plugin [-] Segment 4cfc4264-265d-42c7-86c1-bf4737dd56c2 resource provider aggregate not found 2026-08-20 02:39:07.109 8 INFO neutron.services.segments.plugin [-] Segment 4cfc4264-265d-42c7-86c1-bf4737dd56c2 resource provider aggregate not found 2026-08-20 02:39:07.122 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4cfc4264-265d-42c7-86c1-bf4737dd56c2 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 4cfc4264-265d-42c7-86c1-bf4737dd56c2 found for delete ", "request_id": "req-8d46b7f0-e3c8-4ffc-a2d0-1febcaf82b71"}]} 2026-08-20 02:39:07.130 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4cfc4264-265d-42c7-86c1-bf4737dd56c2 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 4cfc4264-265d-42c7-86c1-bf4737dd56c2 found for delete ", "request_id": "req-36cd912b-0969-4e27-92a8-15131aeb35ef"}]} [pid: 7|app: 0|req: 901/1863] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:39:06 2026] POST /v2.0/subnets => generated 626 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1864] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:39:07 2026] GET /v2.0/security-groups?tenant_id=4288cbed084a4509acee2f2600c87aa9&name=default => generated 2925 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1865] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:39:05 2026] POST /v2.0/routers => generated 692 bytes in 2172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1866] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:39:07 2026] GET /v2.0/security-groups?tenant_id=bc128a86cd86457fbb76671f43cd7933&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1867] 10.0.0.38 () {34 vars in 750 bytes} [Thu Aug 20 02:39:07 2026] PUT /v2.0/subnets/d7f6713b-1349-4abc-89fc-c31f61d904d7/tags => generated 25 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1868] 10.0.0.38 () {32 vars in 720 bytes} [Thu Aug 20 02:39:07 2026] GET /v2.0/routers/70476fe7-78e0-4692-b694-9d471e56294d => generated 698 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1869] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:07 2026] DELETE /v2.0/security-groups/666a3d03-99ce-4b5f-86a7-f81aa5db1838 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1870] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:07 2026] DELETE /v2.0/security-groups/3c410002-3836-4803-8c2e-021dda1ca796 => 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: 905/1871] 10.0.0.38 () {32 vars in 730 bytes} [Thu Aug 20 02:39:07 2026] GET /v2.0/subnets/d7f6713b-1349-4abc-89fc-c31f61d904d7/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1872] 10.0.0.38 () {34 vars in 761 bytes} [Thu Aug 20 02:39:07 2026] PUT /v2.0/subnets/d7f6713b-1349-4abc-89fc-c31f61d904d7/tags/green => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1873] 10.0.0.38 () {32 vars in 646 bytes} [Thu Aug 20 02:39:07 2026] GET /v2.0/routers => generated 701 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1874] 10.0.0.38 () {32 vars in 730 bytes} [Thu Aug 20 02:39:07 2026] GET /v2.0/subnets/d7f6713b-1349-4abc-89fc-c31f61d904d7/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1875] 10.0.0.38 () {34 vars in 757 bytes} [Thu Aug 20 02:39:07 2026] PUT /v2.0/subnets/d7f6713b-1349-4abc-89fc-c31f61d904d7/tags/red => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1876] 10.0.0.38 () {32 vars in 730 bytes} [Thu Aug 20 02:39:07 2026] GET /v2.0/subnets/d7f6713b-1349-4abc-89fc-c31f61d904d7/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: 910/1877] 10.0.0.38 () {34 vars in 779 bytes} [Thu Aug 20 02:39:08 2026] PUT /v2.0/subnets/d7f6713b-1349-4abc-89fc-c31f61d904d7/tags/black.or.white => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1878] 10.0.0.38 () {32 vars in 730 bytes} [Thu Aug 20 02:39:08 2026] GET /v2.0/subnets/d7f6713b-1349-4abc-89fc-c31f61d904d7/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: 912/1879] 10.0.0.38 () {34 vars in 750 bytes} [Thu Aug 20 02:39:08 2026] PUT /v2.0/subnets/d7f6713b-1349-4abc-89fc-c31f61d904d7/tags => generated 37 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1880] 10.0.0.38 () {32 vars in 730 bytes} [Thu Aug 20 02:39:08 2026] GET /v2.0/subnets/d7f6713b-1349-4abc-89fc-c31f61d904d7/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1881] 10.0.0.38 () {32 vars in 738 bytes} [Thu Aug 20 02:39:08 2026] GET /v2.0/subnets/d7f6713b-1349-4abc-89fc-c31f61d904d7/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:39:08.354 7 INFO neutron.api.v2.resource [None req-8ce98de9-6aa1-4335-97d4-a95685a65937 de0b5c42e3244a81a7532e29f10d329d 5c5b7be6974f46459453f63bdc252d7a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 915/1882] 10.0.0.38 () {32 vars in 742 bytes} [Thu Aug 20 02:39:08 2026] GET /v2.0/subnets/d7f6713b-1349-4abc-89fc-c31f61d904d7/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1883] 10.0.0.38 () {32 vars in 741 bytes} [Thu Aug 20 02:39:08 2026] DELETE /v2.0/subnets/d7f6713b-1349-4abc-89fc-c31f61d904d7/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1884] 10.0.0.38 () {34 vars in 740 bytes} [Thu Aug 20 02:39:07 2026] PUT /v2.0/routers/70476fe7-78e0-4692-b694-9d471e56294d => generated 705 bytes in 512 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1885] 10.0.0.38 () {32 vars in 730 bytes} [Thu Aug 20 02:39:08 2026] GET /v2.0/subnets/d7f6713b-1349-4abc-89fc-c31f61d904d7/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1886] 10.0.0.38 () {32 vars in 720 bytes} [Thu Aug 20 02:39:08 2026] GET /v2.0/routers/70476fe7-78e0-4692-b694-9d471e56294d => generated 705 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1887] 10.0.0.38 () {32 vars in 735 bytes} [Thu Aug 20 02:39:08 2026] GET /v2.0/ports?device_id=70476fe7-78e0-4692-b694-9d471e56294d => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:39:08.542 7 INFO neutron.api.v2.resource [None req-97434194-5502-4d45-927f-89ac783d0280 de0b5c42e3244a81a7532e29f10d329d 5c5b7be6974f46459453f63bdc252d7a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 918/1888] 10.0.0.38 () {32 vars in 745 bytes} [Thu Aug 20 02:39:08 2026] DELETE /v2.0/subnets/d7f6713b-1349-4abc-89fc-c31f61d904d7/tags/green => generated 99 bytes in 74 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1889] 10.0.0.38 () {32 vars in 733 bytes} [Thu Aug 20 02:39:08 2026] DELETE /v2.0/subnets/d7f6713b-1349-4abc-89fc-c31f61d904d7/tags => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1890] 10.0.0.38 () {32 vars in 730 bytes} [Thu Aug 20 02:39:08 2026] GET /v2.0/subnets/d7f6713b-1349-4abc-89fc-c31f61d904d7/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:39:08.788 8 INFO neutron_taas.services.taas.taas_plugin [None req-8825701a-351e-4d48-b4c4-4e68a04db3c3 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] TaaS: Handle Delete Port: 98515e49-d2fc-421a-a2c5-5531bfac4a2a 2026-08-20 02:39:08.791 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8825701a-351e-4d48-b4c4-4e68a04db3c3 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] Tap Mirror: Handle Delete Port: 98515e49-d2fc-421a-a2c5-5531bfac4a2a [pid: 7|app: 0|req: 921/1891] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:39:08 2026] DELETE /v2.0/subnets/d7f6713b-1349-4abc-89fc-c31f61d904d7 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:39:08.942 7 INFO neutron.services.segments.plugin [-] Segment 4ec262df-f097-40cf-89f4-4a5deac7bb38 resource provider aggregate not found 2026-08-20 02:39:08.954 7 INFO neutron.services.segments.plugin [-] Segment 4ec262df-f097-40cf-89f4-4a5deac7bb38 resource provider aggregate not found 2026-08-20 02:39:08.957 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4ec262df-f097-40cf-89f4-4a5deac7bb38 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 4ec262df-f097-40cf-89f4-4a5deac7bb38 found for delete ", "request_id": "req-dbc4544a-cc8f-4b61-81fe-5074fd9bc0c8"}]} 2026-08-20 02:39:08.979 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4ec262df-f097-40cf-89f4-4a5deac7bb38 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 4ec262df-f097-40cf-89f4-4a5deac7bb38 found for delete ", "request_id": "req-6280dad1-01e2-4629-b9f4-adbc6d4cbe17"}]} [pid: 7|app: 0|req: 922/1892] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:39:08 2026] DELETE /v2.0/networks/1307517a-2ee7-4d8c-9ae9-bde69a9008b0 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:39:09.046 8 INFO neutron_taas.services.taas.taas_plugin [None req-8825701a-351e-4d48-b4c4-4e68a04db3c3 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] TaaS: Handle Delete Port: f675f3b5-626c-4986-9cb7-0bb917a7373d 2026-08-20 02:39:09.049 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8825701a-351e-4d48-b4c4-4e68a04db3c3 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] Tap Mirror: Handle Delete Port: f675f3b5-626c-4986-9cb7-0bb917a7373d 2026-08-20 02:39:09.453 8 INFO neutron.services.segments.plugin [-] Segment 5ff8a7f3-fafd-485f-9285-1904a2fa5207 resource provider aggregate not found 2026-08-20 02:39:09.460 8 INFO neutron.services.segments.plugin [-] Segment 5ff8a7f3-fafd-485f-9285-1904a2fa5207 resource provider aggregate not found 2026-08-20 02:39:09.475 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5ff8a7f3-fafd-485f-9285-1904a2fa5207 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 5ff8a7f3-fafd-485f-9285-1904a2fa5207 found for delete ", "request_id": "req-c23a9c36-ea7f-4217-bfc7-ee115aa98b50"}]} 2026-08-20 02:39:09.476 8 INFO neutron.db.l3_hamode_db [None req-8825701a-351e-4d48-b4c4-4e68a04db3c3 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] HA network 7ffbdad2-0bd0-4a00-acfc-b9c260b5135f was deleted as no HA routers are present in tenant ef26ba2000384284b02e708e6f85cc87. [pid: 8|app: 0|req: 971/1895] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:39:08 2026] DELETE /v2.0/routers/70476fe7-78e0-4692-b694-9d471e56294d => generated 0 bytes in 936 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:39:09.488 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5ff8a7f3-fafd-485f-9285-1904a2fa5207 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 5ff8a7f3-fafd-485f-9285-1904a2fa5207 found for delete ", "request_id": "req-1e70efe4-672a-4dfc-b2fa-d4e284e47233"}]} [pid: 7|app: 0|req: 925/1896] 10.0.0.38 () {32 vars in 735 bytes} [Thu Aug 20 02:39:09 2026] GET /v2.0/ports?device_id=70476fe7-78e0-4692-b694-9d471e56294d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:39:09.547 8 INFO neutron.api.v2.resource [None req-100b7f2b-0e90-4cc9-8a2e-6bd07066adb6 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 972/1897] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:39:09 2026] DELETE /v2.0/routers/70476fe7-78e0-4692-b694-9d471e56294d => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1898] 10.0.0.38 () {32 vars in 735 bytes} [Thu Aug 20 02:39:09 2026] GET /v2.0/ports?device_id=a98f2cea-99b5-42b3-9fdb-3eeb86926734 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:39:09.601 8 INFO neutron.api.v2.resource [None req-bb974b8c-e91b-4d3a-b7fe-9709078186a4 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 973/1899] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:39:09 2026] DELETE /v2.0/routers/a98f2cea-99b5-42b3-9fdb-3eeb86926734 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:39:09.628 7 INFO neutron.pecan_wsgi.hooks.translation [None req-491ff692-7f45-4e22-b9c3-f9eb440cf777 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 927/1900] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:39:09 2026] DELETE /v2.0/subnets/dd120898-a91b-4650-b1da-709e0115193d => generated 136 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1901] 10.0.0.38 () {32 vars in 735 bytes} [Thu Aug 20 02:39:09 2026] GET /v2.0/ports?device_id=13a108b7-36d3-41c8-a624-a183b0e3303b => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:39:09.694 7 INFO neutron.api.v2.resource [None req-9d22b659-3d44-4bfd-a09d-8cffdde83b52 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 928/1902] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:39:09 2026] DELETE /v2.0/routers/13a108b7-36d3-41c8-a624-a183b0e3303b => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:39:09.708 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0c6a9cc0-9442-4c33-bab5-c84811ad0e4e d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 929/1903] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:39:09 2026] DELETE /v2.0/subnets/c793ff9e-aa7d-42f8-95d4-2cd2c6a2367d => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1904] 10.0.0.38 () {32 vars in 735 bytes} [Thu Aug 20 02:39:09 2026] GET /v2.0/ports?device_id=218f49fa-b654-4123-8742-e533a7660d0a => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:39:09.759 7 INFO neutron.api.v2.resource [None req-6c77c22e-f8d1-43dc-9dbb-f2299476098d d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 931/1905] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:39:09 2026] DELETE /v2.0/routers/218f49fa-b654-4123-8742-e533a7660d0a => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:39:09.781 7 INFO neutron.pecan_wsgi.hooks.translation [None req-62789362-6fbc-4455-b066-8019cf691a3b d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 932/1906] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:39:09 2026] DELETE /v2.0/subnets/13a028cc-b161-4613-859b-034a55252ca6 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:39:09.804 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4f101d54-42f4-4339-b42b-ae51f8147753 d5130370fb0f4e938e758184b5d18cdd ef26ba2000384284b02e708e6f85cc87 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 933/1907] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:39:09 2026] DELETE /v2.0/subnets/0a8966c6-6f46-4a88-a92f-34d89ba23cfe => 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: 975/1908] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:39:09 2026] GET /v2.0/security-groups?tenant_id=5c5b7be6974f46459453f63bdc252d7a&name=default => generated 2925 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1909] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:09 2026] DELETE /v2.0/security-groups/8339bb01-cab4-4c9c-9c88-5af35ba29682 => 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: 976/1910] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:39:10 2026] GET /v2.0/security-groups?tenant_id=5bdb276321fe4874ba1cb1ff8e423ace&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1911] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:10 2026] DELETE /v2.0/security-groups/a23fad27-e0a8-499e-9dd6-c396ccc26804 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1912] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:39:10 2026] GET /v2.0/security-groups?tenant_id=ef26ba2000384284b02e708e6f85cc87&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: 936/1913] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:10 2026] DELETE /v2.0/security-groups/c1beb086-c1ce-4751-9567-46d582e761db => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:39:12.529 8 INFO neutron.db.segments_db [None req-917c27ac-17fb-4e85-a656-90ea77f43fcb dc536c93ac8141d3a55efc27c06c0710 8a2a5ff5640c49c7ae0260926cfc9bc2 - - default default] Added segment 8e897e87-ab39-4320-aacd-fb317e27d43f of type vxlan for network 6e14ab96-fd11-486e-9fa4-23b71296b3fd [pid: 7|app: 0|req: 937/1914] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:39:12 2026] GET /v2.0/security-groups?tenant_id=4008e277b0ce4157974c81c845a92440&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: 938/1915] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:12 2026] DELETE /v2.0/security-groups/6f5c0baf-bcaf-40e3-bbef-db1f5f88c819 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:39:12.808 8 INFO neutron.db.l3_hamode_db [None req-917c27ac-17fb-4e85-a656-90ea77f43fcb dc536c93ac8141d3a55efc27c06c0710 8a2a5ff5640c49c7ae0260926cfc9bc2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:39:12.944 8 INFO neutron.db.l3_hamode_db [None req-917c27ac-17fb-4e85-a656-90ea77f43fcb dc536c93ac8141d3a55efc27c06c0710 8a2a5ff5640c49c7ae0260926cfc9bc2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 939/1916] 10.0.0.38 () {34 vars in 683 bytes} [Thu Aug 20 02:39:12 2026] POST /v2.0/security-groups => generated 1624 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1917] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:39:13 2026] GET /v2.0/security-groups?tenant_id=ae36c91c4e8f4cc88032b7fc5c98e873&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1918] 10.0.0.38 () {32 vars in 662 bytes} [Thu Aug 20 02:39:13 2026] GET /v2.0/security-groups => generated 4529 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1919] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:13 2026] DELETE /v2.0/security-groups/59320625-4822-4336-84d3-12962682af63 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1920] 10.0.0.38 () {34 vars in 757 bytes} [Thu Aug 20 02:39:13 2026] PUT /v2.0/security-groups/018a56d9-629e-4992-a645-e11eb552fea3 => generated 1663 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1921] 10.0.0.38 () {32 vars in 736 bytes} [Thu Aug 20 02:39:13 2026] GET /v2.0/security-groups/018a56d9-629e-4992-a645-e11eb552fea3 => generated 1663 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1922] 10.0.0.38 () {34 vars in 667 bytes} [Thu Aug 20 02:39:12 2026] POST /v2.0/routers => generated 474 bytes in 1357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:39:13.700 8 INFO neutron.db.l3_hamode_db [None req-3a1c6898-fa3d-4e3d-8d3c-fb4fcfcf0e6a dc536c93ac8141d3a55efc27c06c0710 8a2a5ff5640c49c7ae0260926cfc9bc2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 945/1923] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:13 2026] DELETE /v2.0/security-groups/018a56d9-629e-4992-a645-e11eb552fea3 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1924] 10.0.0.38 () {32 vars in 662 bytes} [Thu Aug 20 02:39:13 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:39:13.778 7 INFO neutron.api.v2.resource [None req-3ead1af2-adfd-4efb-9e8b-0489d91f68ef ab7b0f21fae54818b662465a92deb813 1c6b26ea7ef8478a9194fc3b2fd36328 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 947/1925] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:13 2026] DELETE /v2.0/security-groups/018a56d9-629e-4992-a645-e11eb552fea3 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:39:13.822 8 INFO neutron.db.l3_hamode_db [None req-3a1c6898-fa3d-4e3d-8d3c-fb4fcfcf0e6a dc536c93ac8141d3a55efc27c06c0710 8a2a5ff5640c49c7ae0260926cfc9bc2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 948/1926] 10.0.0.38 () {34 vars in 683 bytes} [Thu Aug 20 02:39:13 2026] POST /v2.0/security-groups => generated 1624 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1927] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:39:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1928] 10.0.0.38 () {32 vars in 746 bytes} [Thu Aug 20 02:39:14 2026] GET /v2.0/security-group-rules/ef1b2813-0412-4d70-a21b-6d6ec35936b9 => 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: 951/1929] 10.0.0.38 () {32 vars in 672 bytes} [Thu Aug 20 02:39:14 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1930] 10.0.0.38 () {32 vars in 749 bytes} [Thu Aug 20 02:39:14 2026] DELETE /v2.0/security-group-rules/ef1b2813-0412-4d70-a21b-6d6ec35936b9 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1931] 10.0.0.38 () {32 vars in 672 bytes} [Thu Aug 20 02:39:14 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1932] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:39:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1933] 10.0.0.38 () {32 vars in 746 bytes} [Thu Aug 20 02:39:14 2026] GET /v2.0/security-group-rules/cdfe6e07-86b2-48bc-8dfa-879428af7391 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1934] 10.0.0.38 () {32 vars in 672 bytes} [Thu Aug 20 02:39:14 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1935] 10.0.0.38 () {34 vars in 667 bytes} [Thu Aug 20 02:39:13 2026] POST /v2.0/routers => generated 474 bytes in 801 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1936] 10.0.0.38 () {32 vars in 749 bytes} [Thu Aug 20 02:39:14 2026] DELETE /v2.0/security-group-rules/cdfe6e07-86b2-48bc-8dfa-879428af7391 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:39:14.488 8 INFO neutron.db.l3_hamode_db [None req-5314e3a0-ad4a-493c-8eb1-bbceb4912eb9 dc536c93ac8141d3a55efc27c06c0710 8a2a5ff5640c49c7ae0260926cfc9bc2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 958/1937] 10.0.0.38 () {32 vars in 672 bytes} [Thu Aug 20 02:39:14 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:39:14.593 7 INFO neutron.db.securitygroups_db [None req-40372ec5-bf16-4a4a-baf2-eb5b7c4f4afc ab7b0f21fae54818b662465a92deb813 1c6b26ea7ef8478a9194fc3b2fd36328 - - default default] Project 1c6b26ea7ef8478a9194fc3b2fd36328 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-08-20 02:39:14.638 8 INFO neutron.db.l3_hamode_db [None req-5314e3a0-ad4a-493c-8eb1-bbceb4912eb9 dc536c93ac8141d3a55efc27c06c0710 8a2a5ff5640c49c7ae0260926cfc9bc2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 959/1938] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:39:14 2026] POST /v2.0/security-group-rules => generated 607 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1939] 10.0.0.38 () {32 vars in 746 bytes} [Thu Aug 20 02:39:14 2026] GET /v2.0/security-group-rules/a43eb91b-f749-4e63-80b8-3a7e4b4ab8b1 => generated 607 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1940] 10.0.0.38 () {32 vars in 672 bytes} [Thu Aug 20 02:39:14 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1941] 10.0.0.38 () {32 vars in 749 bytes} [Thu Aug 20 02:39:14 2026] DELETE /v2.0/security-group-rules/a43eb91b-f749-4e63-80b8-3a7e4b4ab8b1 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1942] 10.0.0.38 () {32 vars in 672 bytes} [Thu Aug 20 02:39:14 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: 964/1943] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:14 2026] DELETE /v2.0/security-groups/ee11ee56-ee02-4ef2-b763-cf2ba66c98dd => 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: 965/1944] 10.0.0.38 () {32 vars in 662 bytes} [Thu Aug 20 02:39:15 2026] GET /v2.0/security-groups => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1945] 10.0.0.38 () {32 vars in 662 bytes} [Thu Aug 20 02:39:15 2026] GET /v2.0/security-groups => 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: 980/1946] 10.0.0.38 () {34 vars in 667 bytes} [Thu Aug 20 02:39:14 2026] POST /v2.0/routers => generated 474 bytes in 899 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:39:15.418 7 INFO neutron.db.l3_hamode_db [None req-6a4d0dce-738b-4ef7-a698-9411116090bb dc536c93ac8141d3a55efc27c06c0710 8a2a5ff5640c49c7ae0260926cfc9bc2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:39:15.565 7 INFO neutron.db.l3_hamode_db [None req-6a4d0dce-738b-4ef7-a698-9411116090bb dc536c93ac8141d3a55efc27c06c0710 8a2a5ff5640c49c7ae0260926cfc9bc2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 981/1947] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:39:15 2026] GET /v2.0/security-groups?tenant_id=1c6b26ea7ef8478a9194fc3b2fd36328&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1948] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:15 2026] DELETE /v2.0/security-groups/6537f06d-3104-493b-8e68-0e2e597bb004 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1949] 10.0.0.38 () {34 vars in 667 bytes} [Thu Aug 20 02:39:15 2026] POST /v2.0/routers => generated 474 bytes in 869 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:39:16.286 8 INFO neutron.db.l3_hamode_db [None req-309f2b5e-ec44-4358-8c98-4be6a7b7c28f dc536c93ac8141d3a55efc27c06c0710 8a2a5ff5640c49c7ae0260926cfc9bc2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:39:16.444 8 INFO neutron.db.l3_hamode_db [None req-309f2b5e-ec44-4358-8c98-4be6a7b7c28f dc536c93ac8141d3a55efc27c06c0710 8a2a5ff5640c49c7ae0260926cfc9bc2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 983/1950] 10.0.0.38 () {34 vars in 667 bytes} [Thu Aug 20 02:39:16 2026] POST /v2.0/routers => generated 474 bytes in 919 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1951] 10.0.0.38 () {34 vars in 750 bytes} [Thu Aug 20 02:39:17 2026] PUT /v2.0/routers/1ee03752-6e36-4e68-8e5e-2b68e211c522/tags => generated 17 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1952] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:39:17 2026] GET /v2.0/security-groups?tenant_id=35e3e08e9f2a452aa260d59bd715adce&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1953] 10.0.0.38 () {34 vars in 750 bytes} [Thu Aug 20 02:39:17 2026] PUT /v2.0/routers/02f0d823-ef8b-4054-aa1c-7f4c5b29a78c/tags => generated 25 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1954] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:17 2026] DELETE /v2.0/security-groups/08e70e17-5857-4fd1-8ce3-f88b94055cc4 => 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: 986/1955] 10.0.0.38 () {34 vars in 750 bytes} [Thu Aug 20 02:39:17 2026] PUT /v2.0/routers/5188cb37-c01f-415d-87c9-26e51cf8353f/tags => generated 34 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1956] 10.0.0.38 () {34 vars in 750 bytes} [Thu Aug 20 02:39:17 2026] PUT /v2.0/routers/702d1307-b528-465b-8a92-8f8217a9e01e/tags => generated 19 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1957] 10.0.0.38 () {32 vars in 663 bytes} [Thu Aug 20 02:39:17 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1958] 10.0.0.38 () {32 vars in 677 bytes} [Thu Aug 20 02:39:17 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1959] 10.0.0.38 () {32 vars in 673 bytes} [Thu Aug 20 02:39:17 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1960] 10.0.0.38 () {32 vars in 685 bytes} [Thu Aug 20 02:39:17 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1961] 10.0.0.38 () {32 vars in 671 bytes} [Thu Aug 20 02:39:18 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1962] 10.0.0.38 () {32 vars in 685 bytes} [Thu Aug 20 02:39:18 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1963] 10.0.0.38 () {32 vars in 681 bytes} [Thu Aug 20 02:39:18 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1964] 10.0.0.38 () {32 vars in 693 bytes} [Thu Aug 20 02:39:18 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1965] 10.0.0.38 () {32 vars in 720 bytes} [Thu Aug 20 02:39:18 2026] GET /v2.0/routers/1ee03752-6e36-4e68-8e5e-2b68e211c522 => generated 485 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1966] 10.0.0.38 () {34 vars in 741 bytes} [Thu Aug 20 02:39:18 2026] PUT /v2.0/routers/1ee03752-6e36-4e68-8e5e-2b68e211c522 => generated 485 bytes in 618 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1967] 10.0.0.38 () {32 vars in 735 bytes} [Thu Aug 20 02:39:19 2026] GET /v2.0/ports?device_id=1ee03752-6e36-4e68-8e5e-2b68e211c522 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:39:19.385 7 INFO neutron_taas.services.taas.taas_plugin [None req-68da197d-aeaa-40cc-8e41-7b7ae74f8ee3 dc536c93ac8141d3a55efc27c06c0710 8a2a5ff5640c49c7ae0260926cfc9bc2 - - default default] TaaS: Handle Delete Port: 5a8b7bdc-a866-41ba-b204-8b980d8ccaf6 2026-08-20 02:39:19.388 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68da197d-aeaa-40cc-8e41-7b7ae74f8ee3 dc536c93ac8141d3a55efc27c06c0710 8a2a5ff5640c49c7ae0260926cfc9bc2 - - default default] Tap Mirror: Handle Delete Port: 5a8b7bdc-a866-41ba-b204-8b980d8ccaf6 [pid: 7|app: 0|req: 976/1968] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:39:19 2026] DELETE /v2.0/routers/1ee03752-6e36-4e68-8e5e-2b68e211c522 => generated 0 bytes in 443 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1969] 10.0.0.38 () {32 vars in 720 bytes} [Thu Aug 20 02:39:19 2026] GET /v2.0/routers/02f0d823-ef8b-4054-aa1c-7f4c5b29a78c => generated 493 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1970] 10.0.0.38 () {34 vars in 741 bytes} [Thu Aug 20 02:39:19 2026] PUT /v2.0/routers/02f0d823-ef8b-4054-aa1c-7f4c5b29a78c => generated 493 bytes in 563 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1971] 10.0.0.38 () {32 vars in 735 bytes} [Thu Aug 20 02:39:20 2026] GET /v2.0/ports?device_id=02f0d823-ef8b-4054-aa1c-7f4c5b29a78c => 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: 994/1972] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:39:20 2026] GET /v2.0/security-groups?tenant_id=08c509eacc1d4924b8539ac52c1dec70&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:39:20.479 7 INFO neutron_taas.services.taas.taas_plugin [None req-92b0cd43-0fd3-4dd0-a157-980dd301afc4 dc536c93ac8141d3a55efc27c06c0710 8a2a5ff5640c49c7ae0260926cfc9bc2 - - default default] TaaS: Handle Delete Port: c7d09a3b-1352-4d10-8c77-571208998415 2026-08-20 02:39:20.484 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92b0cd43-0fd3-4dd0-a157-980dd301afc4 dc536c93ac8141d3a55efc27c06c0710 8a2a5ff5640c49c7ae0260926cfc9bc2 - - default default] Tap Mirror: Handle Delete Port: c7d09a3b-1352-4d10-8c77-571208998415 2026-08-20 02:39:20.760 8 INFO neutron.db.segments_db [None req-8f60fd5f-e8a6-455e-a255-5545d943fa47 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] Added segment f0f07d37-978c-4ac3-ac2f-d8517a68ceff of type vxlan for network ba60a425-34d0-4b3a-9164-23e9f37e2e3c [pid: 7|app: 0|req: 979/1973] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:39:20 2026] DELETE /v2.0/routers/02f0d823-ef8b-4054-aa1c-7f4c5b29a78c => generated 0 bytes in 474 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1974] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:39:20 2026] POST /v2.0/networks => generated 639 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1975] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:20 2026] DELETE /v2.0/security-groups/11027136-9626-497a-93bc-c32ac74287c6 => 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: 996/1976] 10.0.0.38 () {32 vars in 720 bytes} [Thu Aug 20 02:39:20 2026] GET /v2.0/routers/5188cb37-c01f-415d-87c9-26e51cf8353f => generated 502 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1977] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:39:20 2026] POST /v2.0/subnets => generated 658 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1978] 10.0.0.38 () {32 vars in 721 bytes} [Thu Aug 20 02:39:21 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1979] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:39:21 2026] GET /v2.0/security-groups?tenant_id=1db6240714d243968aaa1dc1465c8e85&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: 984/1980] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:39:21 2026] POST /v2.0/subnets => generated 731 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1981] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:21 2026] DELETE /v2.0/security-groups/fa22da4f-1e65-4171-aa52-c8bb3802d661 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:39:22.032 7 INFO neutron.db.segments_db [None req-10c6c488-56ef-4a90-b19a-a62c8f8bbc00 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] Added segment 4735fe25-66dd-46e5-adde-aea3715363fd of type vxlan for network 0ec9b43b-608f-49eb-a267-b970e406f9c7 [pid: 8|app: 0|req: 997/1982] 10.0.0.38 () {34 vars in 741 bytes} [Thu Aug 20 02:39:20 2026] PUT /v2.0/routers/5188cb37-c01f-415d-87c9-26e51cf8353f => generated 502 bytes in 1187 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1983] 10.0.0.38 () {32 vars in 735 bytes} [Thu Aug 20 02:39:22 2026] GET /v2.0/ports?device_id=5188cb37-c01f-415d-87c9-26e51cf8353f => 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: 986/1984] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:39:21 2026] POST /v2.0/networks => generated 637 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1985] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:39:22 2026] GET /v2.0/security-groups?tenant_id=4c945540424e413c820dcb16de1a173d&name=default => generated 2925 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:39:22.348 7 INFO neutron_taas.services.taas.taas_plugin [None req-108eb06e-2431-4afa-bc68-3e468ad89721 dc536c93ac8141d3a55efc27c06c0710 8a2a5ff5640c49c7ae0260926cfc9bc2 - - default default] TaaS: Handle Delete Port: 984ef9f8-830d-4270-8756-6984566f0dd8 2026-08-20 02:39:22.351 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-108eb06e-2431-4afa-bc68-3e468ad89721 dc536c93ac8141d3a55efc27c06c0710 8a2a5ff5640c49c7ae0260926cfc9bc2 - - default default] Tap Mirror: Handle Delete Port: 984ef9f8-830d-4270-8756-6984566f0dd8 [pid: 7|app: 0|req: 987/1986] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:39:22 2026] DELETE /v2.0/routers/5188cb37-c01f-415d-87c9-26e51cf8353f => generated 0 bytes in 439 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1987] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:39:22 2026] POST /v2.0/subnets => generated 655 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1988] 10.0.0.38 () {32 vars in 720 bytes} [Thu Aug 20 02:39:22 2026] GET /v2.0/routers/702d1307-b528-465b-8a92-8f8217a9e01e => generated 487 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1989] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:22 2026] DELETE /v2.0/security-groups/39be4ad6-676b-4ea8-ae10-94ddb1f984b5 => 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: 1002/1990] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:39:22 2026] POST /v2.0/subnets => generated 725 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:39:23.042 8 INFO neutron.db.segments_db [None req-075f2f37-5f4c-44fb-b1d1-5672ec41a3fe 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] Added segment 0bba6c4d-96fd-479a-b443-96daceab92f8 of type vxlan for network 302f2aa4-9084-40f6-9824-cfd07edf70ad [pid: 8|app: 0|req: 1003/1991] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:39:22 2026] POST /v2.0/networks => generated 637 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1992] 10.0.0.38 () {34 vars in 741 bytes} [Thu Aug 20 02:39:22 2026] PUT /v2.0/routers/702d1307-b528-465b-8a92-8f8217a9e01e => generated 487 bytes in 626 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1993] 10.0.0.38 () {32 vars in 735 bytes} [Thu Aug 20 02:39:23 2026] GET /v2.0/ports?device_id=702d1307-b528-465b-8a92-8f8217a9e01e => 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: 1004/1994] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:39:23 2026] POST /v2.0/subnets => generated 656 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:39:23.535 7 INFO neutron_taas.services.taas.taas_plugin [None req-d07b6bdf-a577-41eb-ba0a-49a67c433128 dc536c93ac8141d3a55efc27c06c0710 8a2a5ff5640c49c7ae0260926cfc9bc2 - - default default] TaaS: Handle Delete Port: 79bb0524-b611-4094-8393-46d456e9e20d 2026-08-20 02:39:23.538 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d07b6bdf-a577-41eb-ba0a-49a67c433128 dc536c93ac8141d3a55efc27c06c0710 8a2a5ff5640c49c7ae0260926cfc9bc2 - - default default] Tap Mirror: Handle Delete Port: 79bb0524-b611-4094-8393-46d456e9e20d [pid: 8|app: 0|req: 1005/1995] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:39:23 2026] POST /v2.0/subnets => generated 730 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:39:23.751 8 INFO neutron.db.segments_db [None req-eb349f5f-79af-4d5f-bd34-57118c450569 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] Added segment 5dd985f5-11ee-4768-a5ad-a0b4f8130dca of type vxlan for network 6591c39d-13f7-4fde-98e4-9ab740403058 [pid: 7|app: 0|req: 991/1996] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:39:23 2026] DELETE /v2.0/routers/702d1307-b528-465b-8a92-8f8217a9e01e => generated 0 bytes in 411 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1997] 10.0.0.38 () {32 vars in 720 bytes} [Thu Aug 20 02:39:23 2026] GET /v2.0/routers/85eef7c7-c83d-45e3-8860-f3e471bf92ad => generated 480 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:39:24.057 8 INFO neutron.db.l3_hamode_db [None req-eb349f5f-79af-4d5f-bd34-57118c450569 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 993/1998] 10.0.0.38 () {34 vars in 741 bytes} [Thu Aug 20 02:39:23 2026] PUT /v2.0/routers/85eef7c7-c83d-45e3-8860-f3e471bf92ad => generated 480 bytes in 560 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:39:24.842 7 INFO neutron.db.segments_db [None req-46223d4f-4569-4732-88aa-55fab845fdd5 4eed6111d4504e7ab3299b17bd5e24ae 77db7667ff4248e88e4c7ba840b06864 - - default default] Added segment b527689c-595a-4420-8a73-b774fefcb73a of type vxlan for network 23369199-f9f4-4a1f-9882-111d53495b6a 2026-08-20 02:39:24.897 8 INFO neutron.db.l3_hamode_db [None req-eb349f5f-79af-4d5f-bd34-57118c450569 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 994/1999] 10.0.0.38 () {34 vars in 670 bytes} [Thu Aug 20 02:39:24 2026] POST /v2.0/networks => generated 633 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2002] 10.0.0.38 () {32 vars in 735 bytes} [Thu Aug 20 02:39:24 2026] GET /v2.0/ports?device_id=85eef7c7-c83d-45e3-8860-f3e471bf92ad => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:39:25.151 7 INFO neutron.db.segments_db [None req-c800bbaa-d7ca-4f16-b509-9817ea363a09 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Added segment 37b8319e-541f-4ab0-a75d-b8bcf07e4e3e of type vxlan for network aa19e000-57a1-40df-967e-dcf2315c3d74 [pid: 7|app: 0|req: 998/2003] 10.0.0.38 () {34 vars in 670 bytes} [Thu Aug 20 02:39:24 2026] POST /v2.0/networks => generated 740 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:39:25.283 7 INFO neutron.db.segments_db [None req-b7d7565a-eb63-4063-ae44-3cf8b2157223 4eed6111d4504e7ab3299b17bd5e24ae 77db7667ff4248e88e4c7ba840b06864 - - default default] Added segment 04563da0-8c50-4a42-b7e8-e8972b387618 of type vxlan for network e72e99f1-5593-47db-b646-073f076c06a4 2026-08-20 02:39:25.528 7 INFO neutron.db.l3_hamode_db [None req-b7d7565a-eb63-4063-ae44-3cf8b2157223 4eed6111d4504e7ab3299b17bd5e24ae 77db7667ff4248e88e4c7ba840b06864 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1006/2004] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:39:23 2026] POST /v2.0/routers => generated 685 bytes in 2218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:39:26.069 8 INFO neutron_taas.services.taas.taas_plugin [None req-35b14982-feea-4ce4-8c2d-1f182dc2d290 dc536c93ac8141d3a55efc27c06c0710 8a2a5ff5640c49c7ae0260926cfc9bc2 - - default default] TaaS: Handle Delete Port: 8e62c8c8-307a-446e-b962-870c84171f2b 2026-08-20 02:39:26.072 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35b14982-feea-4ce4-8c2d-1f182dc2d290 dc536c93ac8141d3a55efc27c06c0710 8a2a5ff5640c49c7ae0260926cfc9bc2 - - default default] Tap Mirror: Handle Delete Port: 8e62c8c8-307a-446e-b962-870c84171f2b 2026-08-20 02:39:26.353 7 INFO neutron.db.l3_hamode_db [None req-b7d7565a-eb63-4063-ae44-3cf8b2157223 4eed6111d4504e7ab3299b17bd5e24ae 77db7667ff4248e88e4c7ba840b06864 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:39:26.436 8 INFO neutron.services.segments.plugin [-] Segment 8e897e87-ab39-4320-aacd-fb317e27d43f resource provider aggregate not found 2026-08-20 02:39:26.444 8 INFO neutron.services.segments.plugin [-] Segment 8e897e87-ab39-4320-aacd-fb317e27d43f resource provider aggregate not found 2026-08-20 02:39:26.461 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8e897e87-ab39-4320-aacd-fb317e27d43f 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 8e897e87-ab39-4320-aacd-fb317e27d43f found for delete ", "request_id": "req-450181f1-4bd1-4b94-922d-c2dec126a46a"}]} 2026-08-20 02:39:26.463 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8e897e87-ab39-4320-aacd-fb317e27d43f 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 8e897e87-ab39-4320-aacd-fb317e27d43f found for delete ", "request_id": "req-5c4acf5f-d755-4d4b-a74e-2e7a43f094a3"}]} 2026-08-20 02:39:26.473 8 INFO neutron.db.l3_hamode_db [None req-35b14982-feea-4ce4-8c2d-1f182dc2d290 dc536c93ac8141d3a55efc27c06c0710 8a2a5ff5640c49c7ae0260926cfc9bc2 - - default default] HA network 6e14ab96-fd11-486e-9fa4-23b71296b3fd was deleted as no HA routers are present in tenant 8a2a5ff5640c49c7ae0260926cfc9bc2. [pid: 8|app: 0|req: 1007/2005] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:39:25 2026] DELETE /v2.0/routers/85eef7c7-c83d-45e3-8860-f3e471bf92ad => generated 0 bytes in 561 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2006] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:39:26 2026] POST /v2.0/subnets => generated 687 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2007] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:39:25 2026] POST /v2.0/routers => generated 695 bytes in 2135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:39:27.425 7 INFO neutron.db.segments_db [None req-508eda53-83f7-4f39-aa33-44d85b7ec684 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Added segment 09999ac3-35de-4818-938b-0319290639aa of type vxlan for network 3613d872-5839-4730-8831-52622c17f2de 2026-08-20 02:39:27.718 7 INFO neutron.db.l3_hamode_db [None req-508eda53-83f7-4f39-aa33-44d85b7ec684 d1878adde1314cf595b1315b0179d014 a660ebfb391f4497a2ca593ae9fe4386 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1009/2008] 10.0.0.38 () {34 vars in 782 bytes} [Thu Aug 20 02:39:26 2026] PUT /v2.0/routers/7f737a4a-d5fa-4114-8e55-6650030c2a79/add_router_interface => generated 309 bytes in 1590 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:39:28.545 7 INFO neutron.db.l3_hamode_db [None req-508eda53-83f7-4f39-aa33-44d85b7ec684 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1010/2009] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:39:28 2026] GET /v2.0/security-groups?tenant_id=969878fa932247b091d41ac8bb689df3&name=default => generated 2925 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2010] 10.0.0.38 () {32 vars in 775 bytes} [Thu Aug 20 02:39:28 2026] GET /v2.0/subnets?project_id=77db7667ff4248e88e4c7ba840b06864&cidr=10.100.0.0%2F28 => generated 14 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2011] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:39:27 2026] POST /v2.0/routers => generated 727 bytes in 2301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2012] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:29 2026] DELETE /v2.0/security-groups/f06c0f95-3aaf-4dfe-af9e-50f9f2d10fdd => 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: 1002/2013] 10.0.0.38 () {32 vars in 693 bytes} [Thu Aug 20 02:39:29 2026] GET /v2.0/networks?router%3Aexternal=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: 1012/2014] 10.0.0.38 () {34 vars in 782 bytes} [Thu Aug 20 02:39:28 2026] PUT /v2.0/routers/7f737a4a-d5fa-4114-8e55-6650030c2a79/add_router_interface => generated 309 bytes in 1642 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2015] 10.0.0.38 () {32 vars in 783 bytes} [Thu Aug 20 02:39:30 2026] GET /v2.0/subnets?network_id=b5e1805e-c609-4109-a246-2d9fe4e1bed2&cidr=10.100.0.0%2F28 => 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: 1014/2016] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:39:30 2026] GET /v2.0/security-groups?tenant_id=8a2a5ff5640c49c7ae0260926cfc9bc2&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2017] 10.0.0.38 () {34 vars in 782 bytes} [Thu Aug 20 02:39:29 2026] PUT /v2.0/routers/3bd978f5-527e-42fd-a5ab-17eae2e16b0b/add_router_interface => generated 309 bytes in 1544 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2018] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:39:31 2026] POST /v2.0/subnets => generated 656 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2019] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:31 2026] DELETE /v2.0/security-groups/680841e3-940f-40fb-b5e0-9a39cb44ec3a => 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: 1015/2020] 10.0.0.38 () {34 vars in 782 bytes} [Thu Aug 20 02:39:30 2026] PUT /v2.0/routers/7f737a4a-d5fa-4114-8e55-6650030c2a79/add_router_interface => generated 309 bytes in 1651 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2021] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:39:32 2026] GET /v2.0/security-groups?tenant_id=8f05da48c8f84d45a6899e6dd8d1e379&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2022] 10.0.0.38 () {34 vars in 683 bytes} [Thu Aug 20 02:39:32 2026] POST /v2.0/security-groups => generated 1628 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2023] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:32 2026] DELETE /v2.0/security-groups/55814967-c882-419b-a145-4224638ec874 => 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: 1019/2024] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:39:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2025] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:39:32 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: 8|app: 0|req: 1021/2026] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:39:33 2026] POST /v2.0/security-group-rules => generated 599 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2027] 10.0.0.38 () {34 vars in 782 bytes} [Thu Aug 20 02:39:31 2026] PUT /v2.0/routers/607d20c4-63c1-41cf-b940-167e6a069f21/add_router_interface => generated 309 bytes in 1572 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2028] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:39:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2029] 10.0.0.38 () {32 vars in 648 bytes} [Thu Aug 20 02:39:33 2026] GET /v2.0/networks => generated 8112 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2030] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:39:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2031] 10.0.0.38 () {32 vars in 646 bytes} [Thu Aug 20 02:39:33 2026] GET /v2.0/subnets => generated 8718 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2032] 10.0.0.38 () {32 vars in 646 bytes} [Thu Aug 20 02:39:33 2026] GET /v2.0/routers => generated 2176 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2033] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:39:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2034] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:39:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2035] 10.0.0.38 () {34 vars in 684 bytes} [Thu Aug 20 02:39:33 2026] POST /v2.0/security-groups => generated 1673 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2036] 10.0.0.147 () {34 vars in 982 bytes} [Thu Aug 20 02:39:33 2026] GET /v2.0/networks?id=aa19e000-57a1-40df-967e-dcf2315c3d74 => generated 672 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2037] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:39:33 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: 1012/2038] 10.0.0.147 () {34 vars in 965 bytes} [Thu Aug 20 02:39:33 2026] GET /v2.0/quotas/a660ebfb391f4497a2ca593ae9fe4386 => 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: 1027/2039] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:39:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2040] 10.0.0.147 () {34 vars in 1002 bytes} [Thu Aug 20 02:39:34 2026] GET /v2.0/ports?tenant_id=a660ebfb391f4497a2ca593ae9fe4386&fields=id => generated 57 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2041] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:39:33 2026] POST /v2.0/security-group-rules => generated 599 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2042] 10.0.0.147 () {34 vars in 1008 bytes} [Thu Aug 20 02:39:34 2026] GET /v2.0/networks/aa19e000-57a1-40df-967e-dcf2315c3d74?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2043] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:39:34 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: 1030/2044] 10.0.0.147 () {34 vars in 1108 bytes} [Thu Aug 20 02:39:34 2026] GET /v2.0/networks/aa19e000-57a1-40df-967e-dcf2315c3d74?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: 1015/2045] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:39:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2046] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:39:34 2026] POST /v2.0/security-group-rules => generated 602 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2047] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:34 2026] GET /v2.0/ports?device_id=25222877-9779-4683-a5ae-b1254ff6a50f => 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: 1016/2048] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:39:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2049] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:39:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:39:34.603 7 INFO neutron.db.securitygroups_db [None req-a6fd7d8b-7cbb-46c2-bd0c-6e460e2ea60f 4eed6111d4504e7ab3299b17bd5e24ae 77db7667ff4248e88e4c7ba840b06864 - - default default] Project 77db7667ff4248e88e4c7ba840b06864 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: 1017/2050] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:39:34 2026] POST /v2.0/security-group-rules => generated 607 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:39:34.752 8 INFO neutron.db.securitygroups_db [None req-aff09e4e-5dca-4888-b942-7d3349d8354e 4eed6111d4504e7ab3299b17bd5e24ae 77db7667ff4248e88e4c7ba840b06864 - - default default] Project 77db7667ff4248e88e4c7ba840b06864 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: 1034/2051] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:39:34 2026] POST /v2.0/security-group-rules => generated 606 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2052] 10.0.0.147 () {34 vars in 1096 bytes} [Thu Aug 20 02:39:34 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1314063307&fields=id&tenant_id=ca4e3a5b17de4456a04434345c0f7964 => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2053] 10.0.0.147 () {34 vars in 982 bytes} [Thu Aug 20 02:39:34 2026] GET /v2.0/networks?id=0ec9b43b-608f-49eb-a267-b970e406f9c7 => generated 704 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2054] 10.0.0.147 () {34 vars in 965 bytes} [Thu Aug 20 02:39:34 2026] GET /v2.0/quotas/ca4e3a5b17de4456a04434345c0f7964 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2055] 10.0.0.147 () {34 vars in 1002 bytes} [Thu Aug 20 02:39:35 2026] GET /v2.0/ports?tenant_id=ca4e3a5b17de4456a04434345c0f7964&fields=id => generated 287 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2056] 10.0.0.147 () {34 vars in 1008 bytes} [Thu Aug 20 02:39:35 2026] GET /v2.0/networks/0ec9b43b-608f-49eb-a267-b970e406f9c7?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2057] 10.0.0.147 () {34 vars in 1108 bytes} [Thu Aug 20 02:39:35 2026] GET /v2.0/networks/0ec9b43b-608f-49eb-a267-b970e406f9c7?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: 1022/2058] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:35 2026] GET /v2.0/ports?device_id=25222877-9779-4683-a5ae-b1254ff6a50f => 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: 1023/2059] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:35 2026] GET /v2.0/ports?device_id=9e7a3da0-98bb-4fbe-ad07-a445fa3af685 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2060] 10.0.0.38 () {32 vars in 648 bytes} [Thu Aug 20 02:39:35 2026] GET /v2.0/networks => generated 1298 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2061] 10.0.0.147 () {34 vars in 1098 bytes} [Thu Aug 20 02:39:35 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-619111655&fields=id&tenant_id=77db7667ff4248e88e4c7ba840b06864 => generated 69 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2062] 10.0.0.147 () {34 vars in 982 bytes} [Thu Aug 20 02:39:35 2026] GET /v2.0/networks?id=23369199-f9f4-4a1f-9882-111d53495b6a => generated 661 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2063] 10.0.0.147 () {34 vars in 965 bytes} [Thu Aug 20 02:39:35 2026] GET /v2.0/quotas/77db7667ff4248e88e4c7ba840b06864 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2064] 10.0.0.147 () {34 vars in 1002 bytes} [Thu Aug 20 02:39:35 2026] GET /v2.0/ports?tenant_id=77db7667ff4248e88e4c7ba840b06864&fields=id => generated 57 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2065] 10.0.0.147 () {34 vars in 1008 bytes} [Thu Aug 20 02:39:35 2026] GET /v2.0/networks/23369199-f9f4-4a1f-9882-111d53495b6a?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2066] 10.0.0.147 () {34 vars in 1108 bytes} [Thu Aug 20 02:39:36 2026] GET /v2.0/networks/23369199-f9f4-4a1f-9882-111d53495b6a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2067] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:36 2026] GET /v2.0/ports?device_id=bf24698c-399a-45f2-9a1c-40cd5980ccce => 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: 1041/2068] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:36 2026] GET /v2.0/ports?device_id=25222877-9779-4683-a5ae-b1254ff6a50f => 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: 1042/2069] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:37 2026] GET /v2.0/ports?device_id=bf24698c-399a-45f2-9a1c-40cd5980ccce => 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: 1028/2070] 10.0.0.38 () {34 vars in 675 bytes} [Thu Aug 20 02:39:37 2026] POST /v2.0/subnetpools => generated 516 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2071] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:37 2026] GET /v2.0/ports?device_id=25222877-9779-4683-a5ae-b1254ff6a50f => 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: 1043/2072] 10.0.0.38 () {34 vars in 675 bytes} [Thu Aug 20 02:39:37 2026] POST /v2.0/subnetpools => generated 516 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2073] 10.0.0.38 () {34 vars in 675 bytes} [Thu Aug 20 02:39:37 2026] POST /v2.0/subnetpools => generated 516 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2074] 10.0.0.38 () {34 vars in 675 bytes} [Thu Aug 20 02:39:37 2026] POST /v2.0/subnetpools => generated 516 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2075] 10.0.0.38 () {34 vars in 675 bytes} [Thu Aug 20 02:39:37 2026] POST /v2.0/subnetpools => generated 516 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2076] 10.0.0.38 () {34 vars in 758 bytes} [Thu Aug 20 02:39:37 2026] PUT /v2.0/subnetpools/635be1a6-79d0-460c-9161-ce5d33b4eba6/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2077] 10.0.0.38 () {34 vars in 758 bytes} [Thu Aug 20 02:39:38 2026] PUT /v2.0/subnetpools/2c63c5b3-6575-45bc-b2d3-4e2c81c78d89/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2078] 10.0.0.38 () {34 vars in 758 bytes} [Thu Aug 20 02:39:38 2026] PUT /v2.0/subnetpools/4227e188-bd37-45c9-9afd-f31c672f879f/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2079] 10.0.0.38 () {34 vars in 758 bytes} [Thu Aug 20 02:39:38 2026] PUT /v2.0/subnetpools/188b36b8-b237-4c4c-8eb6-54b8c179fed7/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2080] 10.0.0.38 () {32 vars in 671 bytes} [Thu Aug 20 02:39:38 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2081] 10.0.0.38 () {32 vars in 685 bytes} [Thu Aug 20 02:39:38 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2082] 10.0.0.38 () {32 vars in 681 bytes} [Thu Aug 20 02:39:38 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2083] 10.0.0.38 () {32 vars in 693 bytes} [Thu Aug 20 02:39:38 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2084] 10.0.0.38 () {32 vars in 679 bytes} [Thu Aug 20 02:39:38 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2085] 10.0.0.38 () {32 vars in 693 bytes} [Thu Aug 20 02:39:38 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2086] 10.0.0.38 () {32 vars in 689 bytes} [Thu Aug 20 02:39:38 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2087] 10.0.0.38 () {32 vars in 701 bytes} [Thu Aug 20 02:39:38 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2088] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:38 2026] GET /v2.0/ports?device_id=bf24698c-399a-45f2-9a1c-40cd5980ccce => 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: 1038/2089] 10.0.0.38 () {32 vars in 731 bytes} [Thu Aug 20 02:39:38 2026] DELETE /v2.0/subnetpools/635be1a6-79d0-460c-9161-ce5d33b4eba6 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2090] 10.0.0.38 () {32 vars in 731 bytes} [Thu Aug 20 02:39:38 2026] DELETE /v2.0/subnetpools/2c63c5b3-6575-45bc-b2d3-4e2c81c78d89 => 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: 1039/2091] 10.0.0.38 () {32 vars in 731 bytes} [Thu Aug 20 02:39:38 2026] DELETE /v2.0/subnetpools/4227e188-bd37-45c9-9afd-f31c672f879f => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2092] 10.0.0.38 () {32 vars in 731 bytes} [Thu Aug 20 02:39:38 2026] DELETE /v2.0/subnetpools/188b36b8-b237-4c4c-8eb6-54b8c179fed7 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2093] 10.0.0.38 () {32 vars in 731 bytes} [Thu Aug 20 02:39:38 2026] DELETE /v2.0/subnetpools/3305be95-09a1-4de3-a68a-f0b7df533a7a => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2094] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:38 2026] GET /v2.0/ports?device_id=25222877-9779-4683-a5ae-b1254ff6a50f => 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: 1041/2095] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:39:38 2026] GET /v2.0/networks?id=aa19e000-57a1-40df-967e-dcf2315c3d74 => 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: 1055/2098] 199.19.213.229 () {38 vars in 955 bytes} [Thu Aug 20 02:39:38 2026] POST /v2.0/ports => generated 958 bytes in 424 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: 1056/2099] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:39 2026] GET /v2.0/ports?device_id=bf24698c-399a-45f2-9a1c-40cd5980ccce => 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: 1044/2100] 199.19.213.229 () {38 vars in 1028 bytes} [Thu Aug 20 02:39:39 2026] PUT /v2.0/ports/156b2cc5-53c7-4870-a0ac-25f436f53f91 => generated 1239 bytes in 486 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-20 02:39:39.948 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-28fdcfaf-e56d-4df4-ae10-219b16ac54e0'] response: {'name': 'network-changed', 'server_uuid': '25222877-9779-4683-a5ae-b1254ff6a50f', 'tag': '156b2cc5-53c7-4870-a0ac-25f436f53f91', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1045/2101] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:39 2026] GET /v2.0/ports?device_id=25222877-9779-4683-a5ae-b1254ff6a50f => generated 973 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2102] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:39:39 2026] GET /v2.0/security-groups?id=7ee300d6-4dab-4097-870d-abd27341f9de&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2103] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:39:39 2026] GET /v2.0/security-groups?tenant_id=c37069e067124cc6aae6f6740852eb0c&name=default => generated 2925 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2104] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:40 2026] DELETE /v2.0/security-groups/1667c114-9f33-4b22-81e0-c427c16fb245 => 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: 1058/2105] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:39:40 2026] GET /v2.0/security-groups?tenant_id=8cfd451090bf481c939ab4ed5ff39d3f&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2106] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:39:40 2026] GET /v2.0/ports?tenant_id=a660ebfb391f4497a2ca593ae9fe4386&device_id=25222877-9779-4683-a5ae-b1254ff6a50f => generated 1242 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2107] 199.19.213.229 () {34 vars in 1018 bytes} [Thu Aug 20 02:39:40 2026] GET /v2.0/networks?tenant_id=a660ebfb391f4497a2ca593ae9fe4386&shared=False => generated 768 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2108] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:40 2026] DELETE /v2.0/security-groups/3ebc7f81-10b9-4df9-a7f8-c3646a7a012e => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2109] 199.19.213.229 () {34 vars in 930 bytes} [Thu Aug 20 02:39:40 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2110] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:40 2026] GET /v2.0/ports?device_id=bf24698c-399a-45f2-9a1c-40cd5980ccce => 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: 1062/2111] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:40 2026] GET /v2.0/ports?device_id=9e7a3da0-98bb-4fbe-ad07-a445fa3af685 => 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: 1050/2112] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:39:40 2026] GET /v2.0/security-groups?tenant_id=0fdd5f5eb90e40eda743bc447b91acf8&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2113] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:39:40 2026] GET /v2.0/networks?id=0ec9b43b-608f-49eb-a267-b970e406f9c7 => generated 704 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2114] 199.19.213.229 () {34 vars in 1050 bytes} [Thu Aug 20 02:39:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ca4e3a5b17de4456a04434345c0f7964 => generated 179 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2115] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:40 2026] DELETE /v2.0/security-groups/91e55af7-2293-47b7-b085-b8780e46e01a => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2116] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:41 2026] GET /v2.0/ports?device_id=25222877-9779-4683-a5ae-b1254ff6a50f => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2117] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:39:41 2026] GET /v2.0/security-groups?id=7ee300d6-4dab-4097-870d-abd27341f9de&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2118] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:39:41 2026] GET /v2.0/ports?tenant_id=a660ebfb391f4497a2ca593ae9fe4386&device_id=25222877-9779-4683-a5ae-b1254ff6a50f => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2119] 199.19.213.229 () {38 vars in 955 bytes} [Thu Aug 20 02:39:41 2026] POST /v2.0/ports => generated 1183 bytes in 617 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1067/2120] 199.19.213.229 () {34 vars in 1060 bytes} [Thu Aug 20 02:39:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=156b2cc5-53c7-4870-a0ac-25f436f53f91 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2121] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:39:41 2026] GET /v2.0/subnets?id=76ad320b-2240-41a1-8b1d-719ad32b9823 => generated 690 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2122] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:41 2026] GET /v2.0/ports?device_id=bf24698c-399a-45f2-9a1c-40cd5980ccce => 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: 1070/2123] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:39:41 2026] GET /v2.0/ports?network_id=aa19e000-57a1-40df-967e-dcf2315c3d74&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2124] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:39:41 2026] GET /v2.0/networks/aa19e000-57a1-40df-967e-dcf2315c3d74?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2125] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:39:41 2026] GET /v2.0/networks/aa19e000-57a1-40df-967e-dcf2315c3d74?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: 1054/2126] 199.19.213.229 () {38 vars in 1028 bytes} [Thu Aug 20 02:39:41 2026] PUT /v2.0/ports/34de0e3a-b799-4404-a179-7a8fd950e05d => generated 1464 bytes in 488 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:39:42.252 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-21b508df-6de4-4c69-a616-4a5dead65fc3'] response: {'name': 'network-changed', 'server_uuid': '9e7a3da0-98bb-4fbe-ad07-a445fa3af685', 'tag': '34de0e3a-b799-4404-a179-7a8fd950e05d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1073/2127] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:42 2026] GET /v2.0/ports?device_id=25222877-9779-4683-a5ae-b1254ff6a50f => generated 973 bytes in 43 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: 1055/2128] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:39:42 2026] GET /v2.0/security-groups?id=7ee300d6-4dab-4097-870d-abd27341f9de&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2129] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:39:42 2026] GET /v2.0/ports?tenant_id=ca4e3a5b17de4456a04434345c0f7964&device_id=9e7a3da0-98bb-4fbe-ad07-a445fa3af685 => generated 1467 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2130] 199.19.213.229 () {34 vars in 1018 bytes} [Thu Aug 20 02:39:42 2026] GET /v2.0/networks?tenant_id=ca4e3a5b17de4456a04434345c0f7964&shared=False => generated 2373 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2131] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:42 2026] GET /v2.0/ports?device_id=bf24698c-399a-45f2-9a1c-40cd5980ccce => 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: 1057/2132] 199.19.213.229 () {34 vars in 930 bytes} [Thu Aug 20 02:39:42 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: 1076/2133] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:39:43 2026] GET /v2.0/networks?id=23369199-f9f4-4a1f-9882-111d53495b6a => generated 661 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2134] 199.19.213.229 () {34 vars in 1050 bytes} [Thu Aug 20 02:39:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=77db7667ff4248e88e4c7ba840b06864 => generated 180 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2135] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:43 2026] GET /v2.0/ports?device_id=25222877-9779-4683-a5ae-b1254ff6a50f => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2136] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:39:43 2026] GET /v2.0/security-groups?id=7ee300d6-4dab-4097-870d-abd27341f9de&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: 1077/2137] 199.19.213.229 () {38 vars in 955 bytes} [Thu Aug 20 02:39:43 2026] POST /v2.0/ports => generated 958 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1078/2138] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:39:43 2026] GET /v2.0/ports?tenant_id=ca4e3a5b17de4456a04434345c0f7964&device_id=9e7a3da0-98bb-4fbe-ad07-a445fa3af685 => generated 1467 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2139] 199.19.213.229 () {38 vars in 1028 bytes} [Thu Aug 20 02:39:43 2026] PUT /v2.0/ports/9ac7aa10-661a-4d44-a24c-5632ccc71f0e => generated 1239 bytes in 419 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: 1062/2140] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:39:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.203&port_id=34de0e3a-b799-4404-a179-7a8fd950e05d => 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: 1079/2141] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:43 2026] GET /v2.0/ports?device_id=bf24698c-399a-45f2-9a1c-40cd5980ccce => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2142] 199.19.213.229 () {34 vars in 1104 bytes} [Thu Aug 20 02:39:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A283&port_id=34de0e3a-b799-4404-a179-7a8fd950e05d => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2143] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:39:44 2026] GET /v2.0/security-groups?id=791abf81-615a-4034-b440-46c1bd1786ff&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2144] 199.19.213.229 () {34 vars in 1064 bytes} [Thu Aug 20 02:39:44 2026] GET /v2.0/subnets?id=6d6810f3-81c1-4665-bac9-79322aac4679&id=2cc8d507-b922-4cea-8c6d-60c935526a8a => generated 1409 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2145] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:39:44 2026] GET /v2.0/ports?network_id=0ec9b43b-608f-49eb-a267-b970e406f9c7&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2146] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:39:44 2026] GET /v2.0/ports?network_id=0ec9b43b-608f-49eb-a267-b970e406f9c7&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2147] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:39:44 2026] GET /v2.0/networks/0ec9b43b-608f-49eb-a267-b970e406f9c7?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:39:44.296 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5e1e13d-199a-42de-88a8-104bceabd206'] response: {'name': 'network-changed', 'server_uuid': 'bf24698c-399a-45f2-9a1c-40cd5980ccce', 'tag': '9ac7aa10-661a-4d44-a24c-5632ccc71f0e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1066/2148] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:39:44 2026] GET /v2.0/networks/0ec9b43b-608f-49eb-a267-b970e406f9c7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2149] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:44 2026] GET /v2.0/ports?device_id=25222877-9779-4683-a5ae-b1254ff6a50f => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2150] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:39:44 2026] GET /v2.0/security-groups?id=7ee300d6-4dab-4097-870d-abd27341f9de&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:39:44.849 8 INFO neutron.db.segments_db [None req-63af5c7e-fc74-4187-a7a6-66f614485b85 8b265ee4e89246379891ae757d954c1f f2e39e63bac443b59eafb63074f0b7fe - - default default] Added segment 82010739-5284-4b1c-85e2-15029140c84a of type vxlan for network 67e0bbe8-4ad9-40fc-ab32-25ca14c9e72a [pid: 7|app: 0|req: 1069/2151] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:39:44 2026] GET /v2.0/ports?tenant_id=77db7667ff4248e88e4c7ba840b06864&device_id=bf24698c-399a-45f2-9a1c-40cd5980ccce => generated 1242 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2152] 199.19.213.229 () {34 vars in 1018 bytes} [Thu Aug 20 02:39:44 2026] GET /v2.0/networks?tenant_id=77db7667ff4248e88e4c7ba840b06864&shared=False => 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: 1083/2153] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:39:44 2026] POST /v2.0/networks => generated 632 bytes in 489 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2154] 199.19.213.229 () {34 vars in 930 bytes} [Thu Aug 20 02:39:44 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2155] 10.0.0.38 () {34 vars in 752 bytes} [Thu Aug 20 02:39:44 2026] PUT /v2.0/networks/67e0bbe8-4ad9-40fc-ab32-25ca14c9e72a/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2156] 10.0.0.38 () {32 vars in 732 bytes} [Thu Aug 20 02:39:45 2026] GET /v2.0/networks/67e0bbe8-4ad9-40fc-ab32-25ca14c9e72a/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: 1085/2157] 10.0.0.38 () {34 vars in 763 bytes} [Thu Aug 20 02:39:45 2026] PUT /v2.0/networks/67e0bbe8-4ad9-40fc-ab32-25ca14c9e72a/tags/green => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2158] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:45 2026] GET /v2.0/ports?device_id=bf24698c-399a-45f2-9a1c-40cd5980ccce => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2159] 10.0.0.38 () {32 vars in 732 bytes} [Thu Aug 20 02:39:45 2026] GET /v2.0/networks/67e0bbe8-4ad9-40fc-ab32-25ca14c9e72a/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2160] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:39:45 2026] GET /v2.0/security-groups?id=791abf81-615a-4034-b440-46c1bd1786ff&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: 1087/2161] 10.0.0.38 () {34 vars in 759 bytes} [Thu Aug 20 02:39:45 2026] PUT /v2.0/networks/67e0bbe8-4ad9-40fc-ab32-25ca14c9e72a/tags/red => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2162] 10.0.0.38 () {32 vars in 732 bytes} [Thu Aug 20 02:39:45 2026] GET /v2.0/networks/67e0bbe8-4ad9-40fc-ab32-25ca14c9e72a/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2163] 10.0.0.38 () {34 vars in 781 bytes} [Thu Aug 20 02:39:45 2026] PUT /v2.0/networks/67e0bbe8-4ad9-40fc-ab32-25ca14c9e72a/tags/black.or.white => generated 4 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2164] 10.0.0.38 () {32 vars in 732 bytes} [Thu Aug 20 02:39:45 2026] GET /v2.0/networks/67e0bbe8-4ad9-40fc-ab32-25ca14c9e72a/tags => generated 52 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2165] 10.0.0.38 () {34 vars in 752 bytes} [Thu Aug 20 02:39:45 2026] PUT /v2.0/networks/67e0bbe8-4ad9-40fc-ab32-25ca14c9e72a/tags => generated 37 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2166] 10.0.0.38 () {32 vars in 732 bytes} [Thu Aug 20 02:39:45 2026] GET /v2.0/networks/67e0bbe8-4ad9-40fc-ab32-25ca14c9e72a/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2167] 10.0.0.38 () {32 vars in 740 bytes} [Thu Aug 20 02:39:45 2026] GET /v2.0/networks/67e0bbe8-4ad9-40fc-ab32-25ca14c9e72a/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:39:45.751 7 INFO neutron.api.v2.resource [None req-193ba07e-a0dc-40b5-a9c5-a9885022d115 8b265ee4e89246379891ae757d954c1f f2e39e63bac443b59eafb63074f0b7fe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1078/2168] 10.0.0.38 () {32 vars in 744 bytes} [Thu Aug 20 02:39:45 2026] GET /v2.0/networks/67e0bbe8-4ad9-40fc-ab32-25ca14c9e72a/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2169] 10.0.0.38 () {32 vars in 743 bytes} [Thu Aug 20 02:39:45 2026] DELETE /v2.0/networks/67e0bbe8-4ad9-40fc-ab32-25ca14c9e72a/tags/red => 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: 1091/2170] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:45 2026] GET /v2.0/ports?device_id=9e7a3da0-98bb-4fbe-ad07-a445fa3af685 => generated 1198 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2171] 10.0.0.38 () {32 vars in 732 bytes} [Thu Aug 20 02:39:45 2026] GET /v2.0/networks/67e0bbe8-4ad9-40fc-ab32-25ca14c9e72a/tags => generated 30 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2172] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:39:45 2026] GET /v2.0/security-groups?id=83b4c711-9506-41b2-9f43-41626769a5ab&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: 7|app: 0|req: 1080/2173] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:45 2026] GET /v2.0/ports?device_id=25222877-9779-4683-a5ae-b1254ff6a50f => generated 973 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2174] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:39:45 2026] GET /v2.0/security-groups?id=7ee300d6-4dab-4097-870d-abd27341f9de&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:39:45.979 8 INFO neutron.api.v2.resource [None req-abc8456c-d1ec-4ad4-9db5-74855637bebc 8b265ee4e89246379891ae757d954c1f f2e39e63bac443b59eafb63074f0b7fe - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1094/2175] 10.0.0.38 () {32 vars in 747 bytes} [Thu Aug 20 02:39:45 2026] DELETE /v2.0/networks/67e0bbe8-4ad9-40fc-ab32-25ca14c9e72a/tags/green => generated 99 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2176] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:39:46 2026] GET /v2.0/ports?tenant_id=77db7667ff4248e88e4c7ba840b06864&device_id=bf24698c-399a-45f2-9a1c-40cd5980ccce => generated 1242 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2177] 10.0.0.38 () {32 vars in 735 bytes} [Thu Aug 20 02:39:45 2026] DELETE /v2.0/networks/67e0bbe8-4ad9-40fc-ab32-25ca14c9e72a/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: 1083/2178] 199.19.213.229 () {34 vars in 1060 bytes} [Thu Aug 20 02:39:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=9ac7aa10-661a-4d44-a24c-5632ccc71f0e => 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: 1096/2179] 10.0.0.38 () {32 vars in 732 bytes} [Thu Aug 20 02:39:46 2026] GET /v2.0/networks/67e0bbe8-4ad9-40fc-ab32-25ca14c9e72a/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2180] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:39:46 2026] GET /v2.0/subnets?id=9b81921e-e1bb-49ef-bfe9-9e3424d78b09 => generated 677 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2181] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:39:46 2026] GET /v2.0/ports?network_id=23369199-f9f4-4a1f-9882-111d53495b6a&device_owner=network%3Adhcp => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2182] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:39:46 2026] GET /v2.0/networks/23369199-f9f4-4a1f-9882-111d53495b6a?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:39:46.222 8 INFO neutron.services.segments.plugin [-] Segment 82010739-5284-4b1c-85e2-15029140c84a resource provider aggregate not found 2026-08-20 02:39:46.230 8 INFO neutron.services.segments.plugin [-] Segment 82010739-5284-4b1c-85e2-15029140c84a resource provider aggregate not found [pid: 7|app: 0|req: 1087/2183] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:39:46 2026] GET /v2.0/networks/23369199-f9f4-4a1f-9882-111d53495b6a?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) 2026-08-20 02:39:46.254 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 82010739-5284-4b1c-85e2-15029140c84a 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 82010739-5284-4b1c-85e2-15029140c84a found for delete ", "request_id": "req-778ea87f-370e-48b3-b56e-278e0e6a80bf"}]} 2026-08-20 02:39:46.258 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 82010739-5284-4b1c-85e2-15029140c84a 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 82010739-5284-4b1c-85e2-15029140c84a found for delete ", "request_id": "req-8a0c4c23-14a4-4fef-9168-a54365055484"}]} [pid: 8|app: 0|req: 1097/2184] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:39:46 2026] DELETE /v2.0/networks/67e0bbe8-4ad9-40fc-ab32-25ca14c9e72a => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2185] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:46 2026] GET /v2.0/ports?device_id=bf24698c-399a-45f2-9a1c-40cd5980ccce => 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: 1098/2186] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:39:46 2026] GET /v2.0/security-groups?id=791abf81-615a-4034-b440-46c1bd1786ff&fields=id&fields=name => generated 113 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2187] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:47 2026] GET /v2.0/ports?device_id=25222877-9779-4683-a5ae-b1254ff6a50f => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2188] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:39:47 2026] GET /v2.0/security-groups?id=7ee300d6-4dab-4097-870d-abd27341f9de&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: 1090/2189] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:39:47 2026] GET /v2.0/security-groups?tenant_id=f2e39e63bac443b59eafb63074f0b7fe&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2190] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:47 2026] DELETE /v2.0/security-groups/5886ea20-d07f-4424-8bc8-f032e667f51f => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2191] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:47 2026] GET /v2.0/ports?device_id=bf24698c-399a-45f2-9a1c-40cd5980ccce => 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: 1092/2192] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:39:47 2026] GET /v2.0/security-groups?id=791abf81-615a-4034-b440-46c1bd1786ff&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2193] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:39:47 2026] GET /v2.0/security-groups?tenant_id=bad29471c08d4835b2df302752d8a57a&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2194] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:47 2026] DELETE /v2.0/security-groups/200e71ce-2185-4f39-b4ef-6a670f3b5233 => 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: 1102/2195] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:48 2026] GET /v2.0/ports?device_id=25222877-9779-4683-a5ae-b1254ff6a50f => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2196] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:39:48 2026] GET /v2.0/security-groups?id=7ee300d6-4dab-4097-870d-abd27341f9de&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2197] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:48 2026] GET /v2.0/ports?device_id=bf24698c-399a-45f2-9a1c-40cd5980ccce => generated 973 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2198] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:39:48 2026] GET /v2.0/security-groups?id=791abf81-615a-4034-b440-46c1bd1786ff&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2199] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:49 2026] GET /v2.0/ports?device_id=25222877-9779-4683-a5ae-b1254ff6a50f => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2200] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:39:49 2026] GET /v2.0/security-groups?id=7ee300d6-4dab-4097-870d-abd27341f9de&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2201] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:49 2026] GET /v2.0/ports?device_id=bf24698c-399a-45f2-9a1c-40cd5980ccce => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2202] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:39:50 2026] GET /v2.0/security-groups?id=791abf81-615a-4034-b440-46c1bd1786ff&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: 1106/2203] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:50 2026] GET /v2.0/ports?device_id=25222877-9779-4683-a5ae-b1254ff6a50f => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2204] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:39:51 2026] GET /v2.0/security-groups?id=7ee300d6-4dab-4097-870d-abd27341f9de&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: 7|app: 0|req: 1098/2205] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:50 2026] GET /v2.0/ports?device_id=9e7a3da0-98bb-4fbe-ad07-a445fa3af685 => generated 1200 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2206] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:39:51 2026] GET /v2.0/security-groups?id=83b4c711-9506-41b2-9f43-41626769a5ab&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2207] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:51 2026] GET /v2.0/ports?device_id=bf24698c-399a-45f2-9a1c-40cd5980ccce => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2208] 10.0.0.38 () {32 vars in 817 bytes} [Thu Aug 20 02:39:51 2026] GET /v2.0/ports?network_id=0ec9b43b-608f-49eb-a267-b970e406f9c7&mac_address=fa%3A16%3A3e%3A3c%3Aa0%3Aab => generated 1200 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2209] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:39:51 2026] GET /v2.0/security-groups?id=791abf81-615a-4034-b440-46c1bd1786ff&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2210] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:51 2026] GET /v2.0/ports?device_id=bf24698c-399a-45f2-9a1c-40cd5980ccce => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2211] 10.0.0.38 () {34 vars in 683 bytes} [Thu Aug 20 02:39:51 2026] POST /v2.0/security-groups => generated 1603 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2212] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:39:51 2026] GET /v2.0/security-groups?id=791abf81-615a-4034-b440-46c1bd1786ff&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: 1113/2213] 10.0.0.38 () {34 vars in 766 bytes} [Thu Aug 20 02:39:51 2026] PUT /v2.0/security-groups/472eac89-ee36-43d1-bb1b-c03caf27c109/tags => generated 25 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2214] 10.0.0.38 () {32 vars in 735 bytes} [Thu Aug 20 02:39:51 2026] GET /v2.0/ports?device_id=bf24698c-399a-45f2-9a1c-40cd5980ccce => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2215] 10.0.0.38 () {32 vars in 746 bytes} [Thu Aug 20 02:39:52 2026] GET /v2.0/security-groups/472eac89-ee36-43d1-bb1b-c03caf27c109/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:39:52.242 7 INFO neutron.db.l3_db [None req-3f15a7d0-66cd-475e-b62e-c63afc36dcdc 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] Floating IP de4a48be-c8a3-419c-96c2-6b860553271f associated. External IP: 10.96.250.212, port: 34de0e3a-b799-4404-a179-7a8fd950e05d. [pid: 7|app: 0|req: 1101/2216] 10.0.0.38 () {34 vars in 676 bytes} [Thu Aug 20 02:39:51 2026] POST /v2.0/floatingips => generated 855 bytes in 1269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2217] 10.0.0.38 () {34 vars in 777 bytes} [Thu Aug 20 02:39:52 2026] PUT /v2.0/security-groups/472eac89-ee36-43d1-bb1b-c03caf27c109/tags/green => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2218] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:52 2026] GET /v2.0/ports?device_id=25222877-9779-4683-a5ae-b1254ff6a50f => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2219] 199.19.213.229 () {34 vars in 994 bytes} [Thu Aug 20 02:39:52 2026] GET /v2.0/ports?device_id=25222877-9779-4683-a5ae-b1254ff6a50f => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2220] 10.0.0.38 () {32 vars in 746 bytes} [Thu Aug 20 02:39:52 2026] GET /v2.0/security-groups/472eac89-ee36-43d1-bb1b-c03caf27c109/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: 1106/2221] 10.0.0.147 () {34 vars in 1096 bytes} [Thu Aug 20 02:39:52 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1314063307&fields=id&tenant_id=ca4e3a5b17de4456a04434345c0f7964 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2222] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:39:52 2026] GET /v2.0/security-groups?id=7ee300d6-4dab-4097-870d-abd27341f9de&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:39:52.860 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c05cd6a7-76ab-4e21-b78d-c6db4704a3fd'] response: {'name': 'network-changed', 'server_uuid': '9e7a3da0-98bb-4fbe-ad07-a445fa3af685', 'tag': '34de0e3a-b799-4404-a179-7a8fd950e05d', 'status': 'completed', 'code': 200} 2026-08-20 02:39:52.934 8 INFO neutron.db.l3_db [None req-af2b9697-74e1-480d-b285-3805aad86fb3 4eed6111d4504e7ab3299b17bd5e24ae 77db7667ff4248e88e4c7ba840b06864 - - default default] Floating IP caa73c26-2f49-448a-9fdb-6ab44defb0ae associated. External IP: 10.96.250.213, port: 9ac7aa10-661a-4d44-a24c-5632ccc71f0e. 2026-08-20 02:39:52.946 7 INFO neutron_taas.services.taas.taas_plugin [req-c9ff399c-9fb8-4f09-a888-9d669139ead3 req-4b5e7fb9-0aef-43e7-9121-5dc477d6f01e 79866a9a3a6c4a93898f2c540ba7ecaa a660ebfb391f4497a2ca593ae9fe4386 - - default default] TaaS: Handle Delete Port: 156b2cc5-53c7-4870-a0ac-25f436f53f91 2026-08-20 02:39:52.950 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c9ff399c-9fb8-4f09-a888-9d669139ead3 req-4b5e7fb9-0aef-43e7-9121-5dc477d6f01e 79866a9a3a6c4a93898f2c540ba7ecaa a660ebfb391f4497a2ca593ae9fe4386 - - default default] Tap Mirror: Handle Delete Port: 156b2cc5-53c7-4870-a0ac-25f436f53f91 [pid: 7|app: 0|req: 1108/2223] 199.19.213.229 () {36 vars in 997 bytes} [Thu Aug 20 02:39:52 2026] DELETE /v2.0/ports/156b2cc5-53c7-4870-a0ac-25f436f53f91 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2224] 10.0.0.38 () {34 vars in 773 bytes} [Thu Aug 20 02:39:53 2026] PUT /v2.0/security-groups/472eac89-ee36-43d1-bb1b-c03caf27c109/tags/red => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2225] 10.0.0.147 () {34 vars in 982 bytes} [Thu Aug 20 02:39:53 2026] GET /v2.0/networks?id=302f2aa4-9084-40f6-9824-cfd07edf70ad => generated 704 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2226] 10.0.0.38 () {32 vars in 746 bytes} [Thu Aug 20 02:39:53 2026] GET /v2.0/security-groups/472eac89-ee36-43d1-bb1b-c03caf27c109/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: 1116/2227] 10.0.0.38 () {34 vars in 676 bytes} [Thu Aug 20 02:39:52 2026] POST /v2.0/floatingips => generated 856 bytes in 1276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2228] 10.0.0.147 () {34 vars in 965 bytes} [Thu Aug 20 02:39:53 2026] GET /v2.0/quotas/ca4e3a5b17de4456a04434345c0f7964 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:39:53.365 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0518bb93-84bb-4cc2-8735-be79b2ef77e8'] response: {'name': 'network-changed', 'server_uuid': 'bf24698c-399a-45f2-9a1c-40cd5980ccce', 'tag': '9ac7aa10-661a-4d44-a24c-5632ccc71f0e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1117/2229] 10.0.0.38 () {32 vars in 728 bytes} [Thu Aug 20 02:39:53 2026] GET /v2.0/floatingips/caa73c26-2f49-448a-9fdb-6ab44defb0ae => generated 856 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2230] 10.0.0.38 () {34 vars in 795 bytes} [Thu Aug 20 02:39:53 2026] PUT /v2.0/security-groups/472eac89-ee36-43d1-bb1b-c03caf27c109/tags/black.or.white => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2231] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:39:53 2026] GET /v2.0/ports?tenant_id=ca4e3a5b17de4456a04434345c0f7964&device_id=9e7a3da0-98bb-4fbe-ad07-a445fa3af685 => generated 1469 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2232] 10.0.0.38 () {32 vars in 746 bytes} [Thu Aug 20 02:39:53 2026] GET /v2.0/security-groups/472eac89-ee36-43d1-bb1b-c03caf27c109/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: 1116/2233] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:39:53 2026] GET /v2.0/networks?id=0ec9b43b-608f-49eb-a267-b970e406f9c7 => generated 799 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2234] 10.0.0.147 () {34 vars in 1002 bytes} [Thu Aug 20 02:39:53 2026] GET /v2.0/ports?tenant_id=ca4e3a5b17de4456a04434345c0f7964&fields=id => generated 333 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2235] 10.0.0.38 () {34 vars in 766 bytes} [Thu Aug 20 02:39:53 2026] PUT /v2.0/security-groups/472eac89-ee36-43d1-bb1b-c03caf27c109/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2236] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:39:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.203&port_id=34de0e3a-b799-4404-a179-7a8fd950e05d => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2237] 10.0.0.38 () {32 vars in 746 bytes} [Thu Aug 20 02:39:53 2026] GET /v2.0/security-groups/472eac89-ee36-43d1-bb1b-c03caf27c109/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2238] 199.19.213.229 () {34 vars in 1104 bytes} [Thu Aug 20 02:39:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A283&port_id=34de0e3a-b799-4404-a179-7a8fd950e05d => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2239] 10.0.0.147 () {34 vars in 1008 bytes} [Thu Aug 20 02:39:53 2026] GET /v2.0/networks/302f2aa4-9084-40f6-9824-cfd07edf70ad?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2240] 10.0.0.38 () {32 vars in 754 bytes} [Thu Aug 20 02:39:53 2026] GET /v2.0/security-groups/472eac89-ee36-43d1-bb1b-c03caf27c109/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2241] 199.19.213.229 () {34 vars in 1064 bytes} [Thu Aug 20 02:39:53 2026] GET /v2.0/subnets?id=6d6810f3-81c1-4665-bac9-79322aac4679&id=2cc8d507-b922-4cea-8c6d-60c935526a8a => generated 1409 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:39:53.716 7 INFO neutron.api.v2.resource [None req-f864c418-0d2b-46d2-b394-819ed72d3a88 db4802f149b14bf4b61c2c6b037c1554 b7ee845f6bc54e49b3381674ebf3756d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1121/2242] 10.0.0.38 () {32 vars in 758 bytes} [Thu Aug 20 02:39:53 2026] GET /v2.0/security-groups/472eac89-ee36-43d1-bb1b-c03caf27c109/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2243] 10.0.0.147 () {34 vars in 1108 bytes} [Thu Aug 20 02:39:53 2026] GET /v2.0/networks/302f2aa4-9084-40f6-9824-cfd07edf70ad?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2244] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:39:53 2026] GET /v2.0/ports?network_id=0ec9b43b-608f-49eb-a267-b970e406f9c7&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2245] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:39:53 2026] GET /v2.0/ports?network_id=0ec9b43b-608f-49eb-a267-b970e406f9c7&device_owner=network%3Adhcp => generated 1457 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2246] 10.0.0.38 () {32 vars in 757 bytes} [Thu Aug 20 02:39:53 2026] DELETE /v2.0/security-groups/472eac89-ee36-43d1-bb1b-c03caf27c109/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2247] 10.0.0.38 () {32 vars in 746 bytes} [Thu Aug 20 02:39:53 2026] GET /v2.0/security-groups/472eac89-ee36-43d1-bb1b-c03caf27c109/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2248] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:39:53 2026] GET /v2.0/networks/0ec9b43b-608f-49eb-a267-b970e406f9c7?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:39:53.883 7 INFO neutron.api.v2.resource [None req-cd932575-4eaf-42ac-930d-f063d1b31cb4 db4802f149b14bf4b61c2c6b037c1554 b7ee845f6bc54e49b3381674ebf3756d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1125/2249] 10.0.0.38 () {32 vars in 761 bytes} [Thu Aug 20 02:39:53 2026] DELETE /v2.0/security-groups/472eac89-ee36-43d1-bb1b-c03caf27c109/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2250] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:53 2026] GET /v2.0/ports?device_id=31c1c5d7-d319-466d-84a6-7259b6600d44 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2251] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:39:53 2026] GET /v2.0/ports?tenant_id=77db7667ff4248e88e4c7ba840b06864&device_id=bf24698c-399a-45f2-9a1c-40cd5980ccce => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2252] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:39:53 2026] GET /v2.0/networks/0ec9b43b-608f-49eb-a267-b970e406f9c7?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: 1126/2253] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:53 2026] GET /v2.0/ports?device_id=25222877-9779-4683-a5ae-b1254ff6a50f => 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: 1128/2254] 10.0.0.38 () {32 vars in 749 bytes} [Thu Aug 20 02:39:53 2026] DELETE /v2.0/security-groups/472eac89-ee36-43d1-bb1b-c03caf27c109/tags => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2255] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:39:53 2026] GET /v2.0/networks?id=23369199-f9f4-4a1f-9882-111d53495b6a => generated 757 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2256] 10.0.0.38 () {32 vars in 746 bytes} [Thu Aug 20 02:39:53 2026] GET /v2.0/security-groups/472eac89-ee36-43d1-bb1b-c03caf27c109/tags => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2257] 199.19.213.229 () {34 vars in 1060 bytes} [Thu Aug 20 02:39:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=9ac7aa10-661a-4d44-a24c-5632ccc71f0e => generated 859 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2258] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:54 2026] DELETE /v2.0/security-groups/472eac89-ee36-43d1-bb1b-c03caf27c109 => 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: 1129/2259] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:39:54 2026] GET /v2.0/subnets?id=9b81921e-e1bb-49ef-bfe9-9e3424d78b09 => 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: 1131/2260] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:39:54 2026] GET /v2.0/ports?network_id=23369199-f9f4-4a1f-9882-111d53495b6a&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: 1130/2261] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:39:54 2026] GET /v2.0/networks/23369199-f9f4-4a1f-9882-111d53495b6a?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2262] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:39:54 2026] GET /v2.0/networks/23369199-f9f4-4a1f-9882-111d53495b6a?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: 1134/2265] 10.0.0.38 () {32 vars in 728 bytes} [Thu Aug 20 02:39:54 2026] GET /v2.0/floatingips/caa73c26-2f49-448a-9fdb-6ab44defb0ae => generated 856 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:39:54.896 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f4f73a4a-2400-45e3-a8fc-212ac32e1483'] response: {'server_uuid': '25222877-9779-4683-a5ae-b1254ff6a50f', 'name': 'network-vif-deleted', 'tag': '156b2cc5-53c7-4870-a0ac-25f436f53f91', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1132/2266] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:39:54 2026] GET /v2.0/security-groups?tenant_id=56be571e72ae4463800c6b6d13a9dd87&name=default => generated 2929 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2267] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:55 2026] GET /v2.0/ports?device_id=25222877-9779-4683-a5ae-b1254ff6a50f => 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: 1133/2268] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:55 2026] DELETE /v2.0/security-groups/ac160454-0b72-43ff-9c8b-a314ee3c5a79 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2269] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:39:55 2026] GET /v2.0/security-groups?tenant_id=b7ee845f6bc54e49b3381674ebf3756d&name=default => generated 2929 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2270] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:39:55 2026] DELETE /v2.0/security-groups/daa7039e-9e58-4f83-988b-ef92d58ede46 => 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: 1137/2271] 10.0.0.38 () {32 vars in 728 bytes} [Thu Aug 20 02:39:55 2026] GET /v2.0/floatingips/caa73c26-2f49-448a-9fdb-6ab44defb0ae => generated 856 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2272] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:56 2026] GET /v2.0/ports?device_id=25222877-9779-4683-a5ae-b1254ff6a50f => 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: 1138/2273] 10.0.0.38 () {32 vars in 728 bytes} [Thu Aug 20 02:39:56 2026] GET /v2.0/floatingips/caa73c26-2f49-448a-9fdb-6ab44defb0ae => generated 856 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2274] 10.0.0.38 () {32 vars in 728 bytes} [Thu Aug 20 02:39:57 2026] GET /v2.0/floatingips/caa73c26-2f49-448a-9fdb-6ab44defb0ae => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2275] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:39:58 2026] GET /v2.0/networks?id=302f2aa4-9084-40f6-9824-cfd07edf70ad => generated 704 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2276] 199.19.213.229 () {34 vars in 1050 bytes} [Thu Aug 20 02:39:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ca4e3a5b17de4456a04434345c0f7964 => generated 179 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:39:58.807 7 INFO neutron_taas.services.taas.taas_plugin [None req-0623be04-492b-4f54-a111-79a79b723996 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: fed6637f-c573-4af3-a536-99371ac30309 2026-08-20 02:39:58.809 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0623be04-492b-4f54-a111-79a79b723996 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: fed6637f-c573-4af3-a536-99371ac30309 [pid: 8|app: 0|req: 1139/2277] 199.19.213.229 () {38 vars in 955 bytes} [Thu Aug 20 02:39:58 2026] POST /v2.0/ports => generated 1183 bytes in 474 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1140/2278] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:39:59 2026] GET /v2.0/ports?device_id=31c1c5d7-d319-466d-84a6-7259b6600d44 => generated 1186 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2279] 10.0.0.38 () {34 vars in 788 bytes} [Thu Aug 20 02:39:58 2026] PUT /v2.0/routers/3bd978f5-527e-42fd-a5ab-17eae2e16b0b/remove_router_interface => generated 309 bytes in 1060 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2280] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:39:59 2026] GET /v2.0/security-groups?id=83b4c711-9506-41b2-9f43-41626769a5ab&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2281] 199.19.213.229 () {38 vars in 1028 bytes} [Thu Aug 20 02:39:59 2026] PUT /v2.0/ports/4f26f662-eeff-4cfc-88fa-82ba7ea55f20 => generated 1464 bytes in 563 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:39:59.683 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3f1eddb1-2488-4eac-980f-0c8e039fd217'] response: {'name': 'network-changed', 'server_uuid': '31c1c5d7-d319-466d-84a6-7259b6600d44', 'tag': '4f26f662-eeff-4cfc-88fa-82ba7ea55f20', 'status': 'completed', 'code': 200} 2026-08-20 02:39:59.700 7 INFO neutron_taas.services.taas.taas_plugin [None req-01c5e8e1-26f1-4b24-b821-f502530ca244 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: e57a91e6-090b-4a34-afc5-baa899e74e55 2026-08-20 02:39:59.703 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01c5e8e1-26f1-4b24-b821-f502530ca244 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: e57a91e6-090b-4a34-afc5-baa899e74e55 2026-08-20 02:39:59.987 7 INFO neutron_taas.services.taas.taas_plugin [None req-01c5e8e1-26f1-4b24-b821-f502530ca244 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: f2c2396c-8718-43e2-90bd-7e043edadd17 2026-08-20 02:39:59.990 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01c5e8e1-26f1-4b24-b821-f502530ca244 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: f2c2396c-8718-43e2-90bd-7e043edadd17 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1142/2282] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:40:00 2026] GET /v2.0/ports?tenant_id=ca4e3a5b17de4456a04434345c0f7964&device_id=31c1c5d7-d319-466d-84a6-7259b6600d44 => generated 1467 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2283] 199.19.213.229 () {34 vars in 1018 bytes} [Thu Aug 20 02:40:00 2026] GET /v2.0/networks?tenant_id=ca4e3a5b17de4456a04434345c0f7964&shared=False => generated 2373 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:40:00.350 7 INFO neutron.services.segments.plugin [-] Segment 09999ac3-35de-4818-938b-0319290639aa resource provider aggregate not found 2026-08-20 02:40:00.357 7 INFO neutron.services.segments.plugin [-] Segment 09999ac3-35de-4818-938b-0319290639aa resource provider aggregate not found 2026-08-20 02:40:00.378 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 09999ac3-35de-4818-938b-0319290639aa 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 09999ac3-35de-4818-938b-0319290639aa found for delete ", "request_id": "req-0ccd52a8-c284-4bcc-bf0e-8ba8310ea070"}]} 2026-08-20 02:40:00.382 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 09999ac3-35de-4818-938b-0319290639aa 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 09999ac3-35de-4818-938b-0319290639aa found for delete ", "request_id": "req-70aceaf8-9005-42b9-b053-62305905dffb"}]} 2026-08-20 02:40:00.390 7 INFO neutron.db.l3_hamode_db [None req-01c5e8e1-26f1-4b24-b821-f502530ca244 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] HA network 3613d872-5839-4730-8831-52622c17f2de was deleted as no HA routers are present in tenant a660ebfb391f4497a2ca593ae9fe4386. [pid: 7|app: 0|req: 1141/2284] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:39:59 2026] DELETE /v2.0/routers/3bd978f5-527e-42fd-a5ab-17eae2e16b0b => generated 0 bytes in 920 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2285] 199.19.213.229 () {34 vars in 930 bytes} [Thu Aug 20 02:40:00 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2286] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:40:00 2026] DELETE /v2.0/subnets/76ad320b-2240-41a1-8b1d-719ad32b9823 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:40:00.695 8 INFO neutron_taas.services.taas.taas_plugin [None req-87def84a-1377-4c81-8179-f1d3a568f779 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: 028e8596-1661-4017-ac0e-ad765416f73a 2026-08-20 02:40:00.701 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87def84a-1377-4c81-8179-f1d3a568f779 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: 028e8596-1661-4017-ac0e-ad765416f73a 2026-08-20 02:40:00.939 8 INFO neutron.services.segments.plugin [-] Segment 37b8319e-541f-4ab0-a75d-b8bcf07e4e3e resource provider aggregate not found 2026-08-20 02:40:00.939 8 INFO neutron.services.segments.plugin [-] Segment 37b8319e-541f-4ab0-a75d-b8bcf07e4e3e resource provider aggregate not found 2026-08-20 02:40:00.970 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 37b8319e-541f-4ab0-a75d-b8bcf07e4e3e 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 37b8319e-541f-4ab0-a75d-b8bcf07e4e3e found for delete ", "request_id": "req-fd7d6990-75ee-4a3a-87a6-a52f5eec325a"}]} 2026-08-20 02:40:00.972 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 37b8319e-541f-4ab0-a75d-b8bcf07e4e3e 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 37b8319e-541f-4ab0-a75d-b8bcf07e4e3e found for delete ", "request_id": "req-7c9fce3e-eb76-40bb-8f61-22ceedae99f7"}]} [pid: 8|app: 0|req: 1145/2287] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:40:00 2026] DELETE /v2.0/networks/aa19e000-57a1-40df-967e-dcf2315c3d74 => generated 0 bytes in 420 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2288] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:40:01 2026] GET /v2.0/security-groups?tenant_id=a660ebfb391f4497a2ca593ae9fe4386&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2289] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:40:01 2026] DELETE /v2.0/security-groups/7ee300d6-4dab-4097-870d-abd27341f9de => 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: 1144/2290] 10.0.0.44 () {34 vars in 989 bytes} [Thu Aug 20 02:40:01 2026] GET /v2.0/ports?device_id=9e7a3da0-98bb-4fbe-ad07-a445fa3af685 => generated 1469 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2291] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:40:01 2026] GET /v2.0/ports?tenant_id=ca4e3a5b17de4456a04434345c0f7964&device_id=31c1c5d7-d319-466d-84a6-7259b6600d44 => generated 1467 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2292] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Aug 20 02:40:01 2026] GET /v2.0/security-groups?id=83b4c711-9506-41b2-9f43-41626769a5ab&fields=id&fields=name => generated 112 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2293] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:40:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.179&port_id=4f26f662-eeff-4cfc-88fa-82ba7ea55f20 => 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: 1146/2294] 199.19.213.229 () {34 vars in 1104 bytes} [Thu Aug 20 02:40:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ad7&port_id=4f26f662-eeff-4cfc-88fa-82ba7ea55f20 => 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: 1149/2295] 199.19.213.229 () {34 vars in 1064 bytes} [Thu Aug 20 02:40:01 2026] GET /v2.0/subnets?id=a27f4d1f-8caa-46e6-9836-90df5a1106d7&id=dbc5e971-6a30-4a60-ac44-4c6ca9ddb2f1 => generated 1415 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2296] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:40:01 2026] GET /v2.0/ports?network_id=302f2aa4-9084-40f6-9824-cfd07edf70ad&device_owner=network%3Adhcp => generated 1461 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2297] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:40:01 2026] GET /v2.0/ports?network_id=302f2aa4-9084-40f6-9824-cfd07edf70ad&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2298] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:40:01 2026] GET /v2.0/networks/302f2aa4-9084-40f6-9824-cfd07edf70ad?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2299] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:40:01 2026] GET /v2.0/networks/302f2aa4-9084-40f6-9824-cfd07edf70ad?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2300] 10.0.0.44 () {34 vars in 989 bytes} [Thu Aug 20 02:40:02 2026] GET /v2.0/ports?device_id=bf24698c-399a-45f2-9a1c-40cd5980ccce => generated 1244 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2301] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Aug 20 02:40:02 2026] GET /v2.0/security-groups?id=791abf81-615a-4034-b440-46c1bd1786ff&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2302] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:40:04 2026] GET /v2.0/ports?device_id=31c1c5d7-d319-466d-84a6-7259b6600d44 => generated 1198 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2303] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:40:04 2026] GET /v2.0/security-groups?id=83b4c711-9506-41b2-9f43-41626769a5ab&fields=id&fields=name => generated 112 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2306] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:40:09 2026] GET /v2.0/ports?device_id=31c1c5d7-d319-466d-84a6-7259b6600d44 => generated 1200 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2307] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:40:09 2026] GET /v2.0/security-groups?id=83b4c711-9506-41b2-9f43-41626769a5ab&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2308] 10.0.0.38 () {32 vars in 817 bytes} [Thu Aug 20 02:40:09 2026] GET /v2.0/ports?network_id=302f2aa4-9084-40f6-9824-cfd07edf70ad&mac_address=fa%3A16%3A3e%3A03%3Add%3A70 => generated 1200 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:40:10.944 8 INFO neutron.db.l3_db [None req-032cf7f0-d7e2-42c9-a282-a06f55f94f34 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] Floating IP c5c0f0ca-08b8-4fe6-8d99-165144ccd3c8 associated. External IP: 10.96.250.210, port: 4f26f662-eeff-4cfc-88fa-82ba7ea55f20. [pid: 8|app: 0|req: 1156/2309] 10.0.0.38 () {34 vars in 676 bytes} [Thu Aug 20 02:40:10 2026] POST /v2.0/floatingips => generated 855 bytes in 1263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:40:11.335 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e0dfa046-0d94-4acc-be6f-6fc4ead62399'] response: {'name': 'network-changed', 'server_uuid': '31c1c5d7-d319-466d-84a6-7259b6600d44', 'tag': '4f26f662-eeff-4cfc-88fa-82ba7ea55f20', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1154/2310] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:40:11 2026] GET /v2.0/ports?tenant_id=ca4e3a5b17de4456a04434345c0f7964&device_id=31c1c5d7-d319-466d-84a6-7259b6600d44 => generated 1469 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2311] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:40:11 2026] GET /v2.0/networks?id=302f2aa4-9084-40f6-9824-cfd07edf70ad => generated 800 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2312] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:40:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.179&port_id=4f26f662-eeff-4cfc-88fa-82ba7ea55f20 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2313] 199.19.213.229 () {34 vars in 1104 bytes} [Thu Aug 20 02:40:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ad7&port_id=4f26f662-eeff-4cfc-88fa-82ba7ea55f20 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2314] 199.19.213.229 () {34 vars in 1064 bytes} [Thu Aug 20 02:40:12 2026] GET /v2.0/subnets?id=a27f4d1f-8caa-46e6-9836-90df5a1106d7&id=dbc5e971-6a30-4a60-ac44-4c6ca9ddb2f1 => generated 1415 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2315] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:40:12 2026] GET /v2.0/ports?network_id=302f2aa4-9084-40f6-9824-cfd07edf70ad&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2316] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:40:12 2026] GET /v2.0/ports?network_id=302f2aa4-9084-40f6-9824-cfd07edf70ad&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: 1161/2317] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:40:12 2026] GET /v2.0/networks/302f2aa4-9084-40f6-9824-cfd07edf70ad?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: 1162/2318] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:40:12 2026] GET /v2.0/networks/302f2aa4-9084-40f6-9824-cfd07edf70ad?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: 1157/2319] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:40:12 2026] GET /v2.0/security-groups?tenant_id=ad5064c9488049dd96707f0693d9c75b&name=default => generated 2929 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2320] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:40:12 2026] DELETE /v2.0/security-groups/a922a195-8efd-4b84-89b7-9265b7357c3a => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2321] 10.0.0.38 () {32 vars in 825 bytes} [Thu Aug 20 02:40:12 2026] GET /v2.0/ports?project_id=77db7667ff4248e88e4c7ba840b06864&network_id=23369199-f9f4-4a1f-9882-111d53495b6a => generated 3695 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2322] 10.0.0.38 () {32 vars in 741 bytes} [Thu Aug 20 02:40:13 2026] GET /v2.0/subnets?network_id=b5e1805e-c609-4109-a246-2d9fe4e1bed2 => generated 667 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:40:13.571 7 INFO neutron.db.l3_db [None req-620b81d7-31d3-4e92-bbce-2b8f3a4a9a96 4eed6111d4504e7ab3299b17bd5e24ae 77db7667ff4248e88e4c7ba840b06864 - - default default] Floating IP caa73c26-2f49-448a-9fdb-6ab44defb0ae disassociated. External IP: 10.96.250.213, port: 9ac7aa10-661a-4d44-a24c-5632ccc71f0e. [pid: 7|app: 0|req: 1159/2323] 10.0.0.38 () {34 vars in 748 bytes} [Thu Aug 20 02:40:13 2026] PUT /v2.0/floatingips/caa73c26-2f49-448a-9fdb-6ab44defb0ae => generated 554 bytes in 504 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:40:13.949 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-32ac497d-7dba-4df6-a0b7-9e44bafe6ba1'] response: {'name': 'network-changed', 'server_uuid': 'bf24698c-399a-45f2-9a1c-40cd5980ccce', 'tag': '9ac7aa10-661a-4d44-a24c-5632ccc71f0e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1165/2324] 10.0.0.38 () {32 vars in 728 bytes} [Thu Aug 20 02:40:13 2026] GET /v2.0/floatingips/caa73c26-2f49-448a-9fdb-6ab44defb0ae => generated 554 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2325] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:40:14 2026] GET /v2.0/ports?tenant_id=77db7667ff4248e88e4c7ba840b06864&device_id=bf24698c-399a-45f2-9a1c-40cd5980ccce => 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: 1166/2326] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:40:14 2026] GET /v2.0/networks?id=23369199-f9f4-4a1f-9882-111d53495b6a => generated 757 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2327] 199.19.213.229 () {34 vars in 1060 bytes} [Thu Aug 20 02:40:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=9ac7aa10-661a-4d44-a24c-5632ccc71f0e => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2328] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:40:14 2026] GET /v2.0/subnets?id=9b81921e-e1bb-49ef-bfe9-9e3424d78b09 => generated 677 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2329] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:40:14 2026] GET /v2.0/ports?network_id=23369199-f9f4-4a1f-9882-111d53495b6a&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: 1168/2330] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:40:14 2026] GET /v2.0/networks/23369199-f9f4-4a1f-9882-111d53495b6a?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2331] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:40:14 2026] GET /v2.0/networks/23369199-f9f4-4a1f-9882-111d53495b6a?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: 1169/2332] 10.0.0.38 () {32 vars in 728 bytes} [Thu Aug 20 02:40:14 2026] GET /v2.0/floatingips/caa73c26-2f49-448a-9fdb-6ab44defb0ae => generated 554 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2333] 10.0.0.38 () {32 vars in 728 bytes} [Thu Aug 20 02:40:16 2026] GET /v2.0/floatingips/caa73c26-2f49-448a-9fdb-6ab44defb0ae => generated 552 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:40:17.078 8 INFO neutron.db.segments_db [None req-a168fd33-e13c-46d7-8f3a-54bd9bad365d a703e2e3e8634f07bade1f2e7308f4d6 6d67f967a3ee4d8581320e06d30843b4 - - default default] Added segment 01a3083e-9b42-4223-b916-fcff9d0f014b of type vxlan for network 04f7b7ec-e3fd-45d5-b4fe-eac1329d09a3 [pid: 8|app: 0|req: 1170/2334] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:40:16 2026] POST /v2.0/networks => generated 632 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2335] 10.0.0.38 () {34 vars in 684 bytes} [Thu Aug 20 02:40:17 2026] POST /v2.0/security-groups => generated 1677 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2336] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:40:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2337] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:40:17 2026] POST /v2.0/subnets => generated 626 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:40:17.449 8 INFO neutron.db.segments_db [None req-b4410303-58ff-410b-a533-06d5959b851a a703e2e3e8634f07bade1f2e7308f4d6 6d67f967a3ee4d8581320e06d30843b4 - - default default] Added segment b5354175-44cd-4d82-a7af-c1e444f1eab6 of type vxlan for network 345198e3-2505-49ca-b86b-210cd7abf151 [pid: 7|app: 0|req: 1167/2338] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:40:17 2026] POST /v2.0/security-group-rules => generated 596 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2339] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:40:17 2026] POST /v2.0/networks => generated 632 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2340] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:40:17 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2341] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:40:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:40:17.795 7 INFO neutron.db.securitygroups_db [None req-ba729faf-d1eb-4fcc-a355-33802349c587 4eed6111d4504e7ab3299b17bd5e24ae 77db7667ff4248e88e4c7ba840b06864 - - default default] Project 77db7667ff4248e88e4c7ba840b06864 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: 1173/2342] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:40:17 2026] POST /v2.0/subnets => generated 629 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2343] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:40:17 2026] POST /v2.0/security-group-rules => generated 607 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:40:17.913 8 INFO neutron.db.segments_db [None req-d7df0752-012f-4d9e-84c2-19a507395008 a703e2e3e8634f07bade1f2e7308f4d6 6d67f967a3ee4d8581320e06d30843b4 - - default default] Added segment 872b689b-8c15-4c44-bc19-038099abf230 of type vxlan for network feebfb70-4e40-42a4-a147-9ce6c4d2cb79 2026-08-20 02:40:17.935 7 INFO neutron.db.securitygroups_db [None req-30fb251d-e2bb-4a95-bfac-f4f3311ed706 4eed6111d4504e7ab3299b17bd5e24ae 77db7667ff4248e88e4c7ba840b06864 - - default default] Project 77db7667ff4248e88e4c7ba840b06864 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: 1174/2344] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:40:17 2026] POST /v2.0/networks => generated 632 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2345] 10.0.0.38 () {34 vars in 694 bytes} [Thu Aug 20 02:40:17 2026] POST /v2.0/security-group-rules => generated 606 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2346] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:40:18 2026] POST /v2.0/subnets => generated 629 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:40:18.358 7 INFO neutron.db.segments_db [None req-bc30763e-b8d5-4c3b-92c8-873ff73a13ae a703e2e3e8634f07bade1f2e7308f4d6 6d67f967a3ee4d8581320e06d30843b4 - - default default] Added segment 4c475340-964d-4e32-b3f7-e406db56e9e6 of type vxlan for network b908dc39-2009-4295-946f-adea85269d21 [pid: 7|app: 0|req: 1172/2347] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:40:18 2026] POST /v2.0/networks => generated 632 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2348] 10.0.0.38 () {32 vars in 648 bytes} [Thu Aug 20 02:40:18 2026] GET /v2.0/networks => generated 1298 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2349] 10.0.0.147 () {34 vars in 1100 bytes} [Thu Aug 20 02:40:18 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1721836750&fields=id&tenant_id=77db7667ff4248e88e4c7ba840b06864 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2350] 10.0.0.147 () {34 vars in 982 bytes} [Thu Aug 20 02:40:18 2026] GET /v2.0/networks?id=23369199-f9f4-4a1f-9882-111d53495b6a => generated 661 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2351] 10.0.0.147 () {34 vars in 965 bytes} [Thu Aug 20 02:40:18 2026] GET /v2.0/quotas/77db7667ff4248e88e4c7ba840b06864 => 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: 1173/2352] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:40:18 2026] POST /v2.0/subnets => generated 629 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2353] 10.0.0.147 () {34 vars in 1002 bytes} [Thu Aug 20 02:40:18 2026] GET /v2.0/ports?tenant_id=77db7667ff4248e88e4c7ba840b06864&fields=id => generated 149 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:40:18.905 7 INFO neutron.db.segments_db [None req-a524ebb7-e445-4056-8ce7-de2387a69faa a703e2e3e8634f07bade1f2e7308f4d6 6d67f967a3ee4d8581320e06d30843b4 - - default default] Added segment f62f1d06-2f46-41c0-afd3-771c09adc5ad of type vxlan for network 631a8b38-9283-4366-9522-10ba409bc2f5 [pid: 8|app: 0|req: 1181/2354] 10.0.0.147 () {34 vars in 1008 bytes} [Thu Aug 20 02:40:18 2026] GET /v2.0/networks/23369199-f9f4-4a1f-9882-111d53495b6a?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: 1174/2355] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:40:18 2026] POST /v2.0/networks => generated 631 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2356] 10.0.0.147 () {34 vars in 1108 bytes} [Thu Aug 20 02:40:18 2026] GET /v2.0/networks/23369199-f9f4-4a1f-9882-111d53495b6a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2357] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:40:19 2026] GET /v2.0/ports?device_id=e07ec46e-1ec0-4d84-95d4-2a168ccb98ce => 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: 1175/2358] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:40:18 2026] POST /v2.0/subnets => generated 629 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2359] 10.0.0.38 () {34 vars in 750 bytes} [Thu Aug 20 02:40:19 2026] PUT /v2.0/subnets/f74516c3-864b-41a6-b744-c75790e1209d/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: 1176/2360] 10.0.0.38 () {34 vars in 750 bytes} [Thu Aug 20 02:40:19 2026] PUT /v2.0/subnets/2cd233cc-cbc6-4932-b872-791e82b6a858/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: 1185/2361] 10.0.0.38 () {34 vars in 750 bytes} [Thu Aug 20 02:40:19 2026] PUT /v2.0/subnets/82034bb3-8770-48ee-9f2b-46e9515018c9/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2362] 10.0.0.38 () {34 vars in 750 bytes} [Thu Aug 20 02:40:19 2026] PUT /v2.0/subnets/c401aa12-a39c-4124-8107-8d7193b6bfd0/tags => generated 19 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2363] 10.0.0.38 () {32 vars in 663 bytes} [Thu Aug 20 02:40:19 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2364] 10.0.0.38 () {32 vars in 677 bytes} [Thu Aug 20 02:40:19 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2365] 10.0.0.38 () {32 vars in 673 bytes} [Thu Aug 20 02:40:19 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2366] 10.0.0.38 () {32 vars in 685 bytes} [Thu Aug 20 02:40:19 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2367] 10.0.0.38 () {32 vars in 671 bytes} [Thu Aug 20 02:40:19 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2368] 10.0.0.38 () {32 vars in 685 bytes} [Thu Aug 20 02:40:19 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2369] 10.0.0.38 () {32 vars in 681 bytes} [Thu Aug 20 02:40:19 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2370] 10.0.0.38 () {32 vars in 693 bytes} [Thu Aug 20 02:40:19 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2371] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:40:20 2026] DELETE /v2.0/subnets/f74516c3-864b-41a6-b744-c75790e1209d => 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: 1191/2372] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:40:20 2026] GET /v2.0/ports?device_id=e07ec46e-1ec0-4d84-95d4-2a168ccb98ce => 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: 1182/2373] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:40:20 2026] DELETE /v2.0/subnets/2cd233cc-cbc6-4932-b872-791e82b6a858 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2374] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:40:20 2026] DELETE /v2.0/subnets/82034bb3-8770-48ee-9f2b-46e9515018c9 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2375] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:40:20 2026] DELETE /v2.0/subnets/c401aa12-a39c-4124-8107-8d7193b6bfd0 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2376] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:40:20 2026] DELETE /v2.0/subnets/c74d64a0-986f-4ffb-88ca-0c5b4f003c07 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:40:20.875 7 INFO neutron_taas.services.taas.taas_plugin [None req-ba8e8c03-1686-415b-b97e-2766e0ca4cff a703e2e3e8634f07bade1f2e7308f4d6 6d67f967a3ee4d8581320e06d30843b4 - - default default] TaaS: Handle Delete Port: 58ef2b2a-258b-4c54-a7e9-22e415581162 2026-08-20 02:40:20.878 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba8e8c03-1686-415b-b97e-2766e0ca4cff a703e2e3e8634f07bade1f2e7308f4d6 6d67f967a3ee4d8581320e06d30843b4 - - default default] Tap Mirror: Handle Delete Port: 58ef2b2a-258b-4c54-a7e9-22e415581162 2026-08-20 02:40:21.055 7 INFO neutron.services.segments.plugin [-] Segment 01a3083e-9b42-4223-b916-fcff9d0f014b resource provider aggregate not found 2026-08-20 02:40:21.059 7 INFO neutron.services.segments.plugin [-] Segment 01a3083e-9b42-4223-b916-fcff9d0f014b resource provider aggregate not found 2026-08-20 02:40:21.072 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 01a3083e-9b42-4223-b916-fcff9d0f014b 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 01a3083e-9b42-4223-b916-fcff9d0f014b found for delete ", "request_id": "req-51a1fc55-b58e-48e4-ae66-5ce085da2075"}]} 2026-08-20 02:40:21.086 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 01a3083e-9b42-4223-b916-fcff9d0f014b 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 01a3083e-9b42-4223-b916-fcff9d0f014b found for delete ", "request_id": "req-f1dcd4fe-8722-49fc-8f3e-b5b412418d63"}]} [pid: 7|app: 0|req: 1184/2377] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:40:20 2026] DELETE /v2.0/networks/04f7b7ec-e3fd-45d5-b4fe-eac1329d09a3 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:40:21.224 8 INFO neutron.services.segments.plugin [-] Segment b5354175-44cd-4d82-a7af-c1e444f1eab6 resource provider aggregate not found 2026-08-20 02:40:21.230 8 INFO neutron.services.segments.plugin [-] Segment b5354175-44cd-4d82-a7af-c1e444f1eab6 resource provider aggregate not found 2026-08-20 02:40:21.241 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b5354175-44cd-4d82-a7af-c1e444f1eab6 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 b5354175-44cd-4d82-a7af-c1e444f1eab6 found for delete ", "request_id": "req-5b817197-e84b-44a4-8b57-0a3a42716146"}]} 2026-08-20 02:40:21.249 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b5354175-44cd-4d82-a7af-c1e444f1eab6 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 b5354175-44cd-4d82-a7af-c1e444f1eab6 found for delete ", "request_id": "req-f8889bee-228a-41d3-9552-7bfef5249d77"}]} [pid: 8|app: 0|req: 1194/2378] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:40:21 2026] DELETE /v2.0/networks/345198e3-2505-49ca-b86b-210cd7abf151 => 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: 1195/2379] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:40:21 2026] GET /v2.0/ports?device_id=e07ec46e-1ec0-4d84-95d4-2a168ccb98ce => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2380] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:40:21 2026] DELETE /v2.0/networks/feebfb70-4e40-42a4-a147-9ce6c4d2cb79 => 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: 1196/2381] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:40:21 2026] DELETE /v2.0/networks/b908dc39-2009-4295-946f-adea85269d21 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2382] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:40:21 2026] DELETE /v2.0/networks/631a8b38-9283-4366-9522-10ba409bc2f5 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2383] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:40:22 2026] GET /v2.0/ports?device_id=e07ec46e-1ec0-4d84-95d4-2a168ccb98ce => 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: 1187/2384] 10.0.0.44 () {34 vars in 989 bytes} [Thu Aug 20 02:40:22 2026] GET /v2.0/ports?device_id=31c1c5d7-d319-466d-84a6-7259b6600d44 => generated 1469 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2385] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Aug 20 02:40:22 2026] GET /v2.0/security-groups?id=83b4c711-9506-41b2-9f43-41626769a5ab&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2386] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:40:22 2026] GET /v2.0/security-groups?tenant_id=d32cbcd5804749f9b1a3855b969f258e&name=default => generated 2929 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2387] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:40:22 2026] DELETE /v2.0/security-groups/a00426fa-9876-4621-983b-401363bbfa50 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:40:23.094 7 INFO neutron.services.segments.plugin [-] Segment 872b689b-8c15-4c44-bc19-038099abf230 resource provider aggregate not found 2026-08-20 02:40:23.107 7 INFO neutron.services.segments.plugin [-] Segment 872b689b-8c15-4c44-bc19-038099abf230 resource provider aggregate not found 2026-08-20 02:40:23.113 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 872b689b-8c15-4c44-bc19-038099abf230 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 872b689b-8c15-4c44-bc19-038099abf230 found for delete ", "request_id": "req-8e40a8a8-a47d-4222-9507-b139fca1e2e4"}]} 2026-08-20 02:40:23.127 7 INFO neutron.services.segments.plugin [-] Segment f62f1d06-2f46-41c0-afd3-771c09adc5ad resource provider aggregate not found 2026-08-20 02:40:23.133 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 872b689b-8c15-4c44-bc19-038099abf230 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 872b689b-8c15-4c44-bc19-038099abf230 found for delete ", "request_id": "req-0f2cbca1-0992-492d-b542-ed5bd9ffd9ed"}]} 2026-08-20 02:40:23.151 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f62f1d06-2f46-41c0-afd3-771c09adc5ad 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 f62f1d06-2f46-41c0-afd3-771c09adc5ad found for delete ", "request_id": "req-0cf49949-2634-47f5-99bc-03abf35d46d6"}]} 2026-08-20 02:40:23.156 7 INFO neutron.services.segments.plugin [-] Segment f62f1d06-2f46-41c0-afd3-771c09adc5ad resource provider aggregate not found [pid: 7|app: 0|req: 1189/2388] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:40:23 2026] GET /v2.0/security-groups?tenant_id=6d67f967a3ee4d8581320e06d30843b4&name=default => generated 2929 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:40:23.182 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f62f1d06-2f46-41c0-afd3-771c09adc5ad 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 f62f1d06-2f46-41c0-afd3-771c09adc5ad found for delete ", "request_id": "req-f1b76354-f767-4e81-b015-fb6b46e9e241"}]} 2026-08-20 02:40:23.273 8 INFO neutron.services.segments.plugin [-] Segment 4c475340-964d-4e32-b3f7-e406db56e9e6 resource provider aggregate not found 2026-08-20 02:40:23.274 8 INFO neutron.services.segments.plugin [-] Segment 4c475340-964d-4e32-b3f7-e406db56e9e6 resource provider aggregate not found 2026-08-20 02:40:23.293 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4c475340-964d-4e32-b3f7-e406db56e9e6 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 4c475340-964d-4e32-b3f7-e406db56e9e6 found for delete ", "request_id": "req-a1eb3c32-4a1b-4a1c-800c-2c92ffcb9a7a"}]} 2026-08-20 02:40:23.296 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4c475340-964d-4e32-b3f7-e406db56e9e6 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 4c475340-964d-4e32-b3f7-e406db56e9e6 found for delete ", "request_id": "req-e1573e33-9ecc-47a5-bc8f-98d396d8ed17"}]} [pid: 8|app: 0|req: 1200/2389] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:40:23 2026] DELETE /v2.0/security-groups/af1ee16c-a5a8-4d0b-b003-d5c706000910 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2390] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:40:23 2026] GET /v2.0/networks?id=23369199-f9f4-4a1f-9882-111d53495b6a => generated 661 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2391] 199.19.213.229 () {34 vars in 1050 bytes} [Thu Aug 20 02:40:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=77db7667ff4248e88e4c7ba840b06864 => generated 273 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2392] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:40:23 2026] GET /v2.0/ports?device_id=e07ec46e-1ec0-4d84-95d4-2a168ccb98ce => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2393] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:40:23 2026] GET /v2.0/security-groups?tenant_id=7f4e9f4593d94018b177abe9ad57442c&name=default => generated 2929 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2394] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:40:23 2026] DELETE /v2.0/security-groups/214f90f4-5c62-4355-965b-3a0dfb6c1d4e => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2395] 199.19.213.229 () {38 vars in 955 bytes} [Thu Aug 20 02:40:23 2026] POST /v2.0/ports => generated 954 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2398] 199.19.213.229 () {38 vars in 1028 bytes} [Thu Aug 20 02:40:24 2026] PUT /v2.0/ports/47627856-cb9a-4070-837a-36eb8e5eddc2 => generated 1235 bytes in 441 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:40:24.511 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a2599768-132b-4ad0-97ef-c61063a381c3'] response: {'name': 'network-changed', 'server_uuid': 'e07ec46e-1ec0-4d84-95d4-2a168ccb98ce', 'tag': '47627856-cb9a-4070-837a-36eb8e5eddc2', '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: 1196/2399] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:40:24 2026] GET /v2.0/ports?device_id=e07ec46e-1ec0-4d84-95d4-2a168ccb98ce => generated 969 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: 8|app: 0|req: 1204/2400] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:40:24 2026] GET /v2.0/security-groups?id=138e72aa-2597-455b-82a3-25642e5ea39c&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2401] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:40:25 2026] GET /v2.0/ports?tenant_id=77db7667ff4248e88e4c7ba840b06864&device_id=e07ec46e-1ec0-4d84-95d4-2a168ccb98ce => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2402] 199.19.213.229 () {34 vars in 1018 bytes} [Thu Aug 20 02:40:25 2026] GET /v2.0/networks?tenant_id=77db7667ff4248e88e4c7ba840b06864&shared=False => generated 757 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2403] 199.19.213.229 () {34 vars in 930 bytes} [Thu Aug 20 02:40:25 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2404] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:40:25 2026] GET /v2.0/ports?device_id=e07ec46e-1ec0-4d84-95d4-2a168ccb98ce => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2405] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:40:25 2026] GET /v2.0/security-groups?id=138e72aa-2597-455b-82a3-25642e5ea39c&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2406] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:40:26 2026] GET /v2.0/ports?tenant_id=77db7667ff4248e88e4c7ba840b06864&device_id=e07ec46e-1ec0-4d84-95d4-2a168ccb98ce => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2407] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:40:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=47627856-cb9a-4070-837a-36eb8e5eddc2 => 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: 1208/2408] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:40:26 2026] GET /v2.0/subnets?id=9b81921e-e1bb-49ef-bfe9-9e3424d78b09 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2409] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:40:26 2026] GET /v2.0/ports?network_id=23369199-f9f4-4a1f-9882-111d53495b6a&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: 1209/2410] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:40:26 2026] GET /v2.0/networks/23369199-f9f4-4a1f-9882-111d53495b6a?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: 1202/2411] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:40:26 2026] GET /v2.0/networks/23369199-f9f4-4a1f-9882-111d53495b6a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2412] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:40:26 2026] GET /v2.0/ports?device_id=e07ec46e-1ec0-4d84-95d4-2a168ccb98ce => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2413] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:40:27 2026] GET /v2.0/security-groups?id=138e72aa-2597-455b-82a3-25642e5ea39c&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:40:27.122 8 INFO neutron.db.segments_db [None req-07077412-7841-4b2a-99f6-d9ffdee36f8b 16279bb688ee4112821e3060f1abd370 8e53205879384d26b5620f732676a8c7 - - default default] Added segment 026f552c-a244-408e-8f7f-70dbd37d37e8 of type vxlan for network 728ac131-a2eb-4596-8aca-2e9ad1ef9b4c 2026-08-20 02:40:27.382 8 INFO neutron.db.l3_hamode_db [None req-07077412-7841-4b2a-99f6-d9ffdee36f8b 16279bb688ee4112821e3060f1abd370 8e53205879384d26b5620f732676a8c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:40:27.506 8 INFO neutron.db.l3_hamode_db [None req-07077412-7841-4b2a-99f6-d9ffdee36f8b 16279bb688ee4112821e3060f1abd370 8e53205879384d26b5620f732676a8c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1210/2414] 10.0.0.38 () {34 vars in 667 bytes} [Thu Aug 20 02:40:26 2026] POST /v2.0/routers => generated 474 bytes in 1123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2415] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:40:28 2026] GET /v2.0/ports?device_id=e07ec46e-1ec0-4d84-95d4-2a168ccb98ce => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2416] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:40:28 2026] GET /v2.0/security-groups?id=138e72aa-2597-455b-82a3-25642e5ea39c&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: 1205/2417] 10.0.0.38 () {34 vars in 750 bytes} [Thu Aug 20 02:40:28 2026] PUT /v2.0/routers/159281a7-4c82-4452-949d-b1cc6d737b9b/tags => generated 25 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2418] 10.0.0.38 () {32 vars in 730 bytes} [Thu Aug 20 02:40:28 2026] GET /v2.0/routers/159281a7-4c82-4452-949d-b1cc6d737b9b/tags => generated 25 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2419] 10.0.0.38 () {34 vars in 761 bytes} [Thu Aug 20 02:40:28 2026] PUT /v2.0/routers/159281a7-4c82-4452-949d-b1cc6d737b9b/tags/green => generated 4 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2420] 10.0.0.38 () {32 vars in 730 bytes} [Thu Aug 20 02:40:28 2026] GET /v2.0/routers/159281a7-4c82-4452-949d-b1cc6d737b9b/tags => generated 34 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2421] 10.0.0.38 () {34 vars in 757 bytes} [Thu Aug 20 02:40:28 2026] PUT /v2.0/routers/159281a7-4c82-4452-949d-b1cc6d737b9b/tags/red => generated 4 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2422] 10.0.0.38 () {32 vars in 730 bytes} [Thu Aug 20 02:40:28 2026] GET /v2.0/routers/159281a7-4c82-4452-949d-b1cc6d737b9b/tags => generated 34 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2423] 10.0.0.38 () {34 vars in 779 bytes} [Thu Aug 20 02:40:28 2026] PUT /v2.0/routers/159281a7-4c82-4452-949d-b1cc6d737b9b/tags/black.or.white => generated 4 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2424] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:40:29 2026] GET /v2.0/ports?device_id=e07ec46e-1ec0-4d84-95d4-2a168ccb98ce => generated 969 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2425] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:40:29 2026] GET /v2.0/security-groups?id=138e72aa-2597-455b-82a3-25642e5ea39c&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: 1216/2426] 10.0.0.38 () {32 vars in 730 bytes} [Thu Aug 20 02:40:29 2026] GET /v2.0/routers/159281a7-4c82-4452-949d-b1cc6d737b9b/tags => generated 52 bytes in 655 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2427] 10.0.0.38 () {34 vars in 750 bytes} [Thu Aug 20 02:40:29 2026] PUT /v2.0/routers/159281a7-4c82-4452-949d-b1cc6d737b9b/tags => generated 37 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2428] 10.0.0.38 () {32 vars in 730 bytes} [Thu Aug 20 02:40:29 2026] GET /v2.0/routers/159281a7-4c82-4452-949d-b1cc6d737b9b/tags => generated 37 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2429] 10.0.0.38 () {32 vars in 738 bytes} [Thu Aug 20 02:40:30 2026] GET /v2.0/routers/159281a7-4c82-4452-949d-b1cc6d737b9b/tags/red => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:40:30.237 8 INFO neutron.api.v2.resource [None req-dbcb01ee-6dbb-40b1-b659-b013d7fccd42 16279bb688ee4112821e3060f1abd370 8e53205879384d26b5620f732676a8c7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1218/2430] 10.0.0.38 () {32 vars in 742 bytes} [Thu Aug 20 02:40:30 2026] GET /v2.0/routers/159281a7-4c82-4452-949d-b1cc6d737b9b/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: 1213/2431] 10.0.0.38 () {32 vars in 741 bytes} [Thu Aug 20 02:40:30 2026] DELETE /v2.0/routers/159281a7-4c82-4452-949d-b1cc6d737b9b/tags/red => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2432] 10.0.0.38 () {32 vars in 730 bytes} [Thu Aug 20 02:40:30 2026] GET /v2.0/routers/159281a7-4c82-4452-949d-b1cc6d737b9b/tags => generated 30 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2433] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:40:30 2026] GET /v2.0/ports?device_id=e07ec46e-1ec0-4d84-95d4-2a168ccb98ce => 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: 1215/2434] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:40:30 2026] GET /v2.0/security-groups?id=138e72aa-2597-455b-82a3-25642e5ea39c&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:40:30.615 8 INFO neutron.api.v2.resource [None req-95d049ac-6328-46e5-972b-09c68510cab0 16279bb688ee4112821e3060f1abd370 8e53205879384d26b5620f732676a8c7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1220/2435] 10.0.0.38 () {32 vars in 745 bytes} [Thu Aug 20 02:40:30 2026] DELETE /v2.0/routers/159281a7-4c82-4452-949d-b1cc6d737b9b/tags/green => generated 99 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2436] 10.0.0.38 () {32 vars in 733 bytes} [Thu Aug 20 02:40:30 2026] DELETE /v2.0/routers/159281a7-4c82-4452-949d-b1cc6d737b9b/tags => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2437] 10.0.0.38 () {32 vars in 730 bytes} [Thu Aug 20 02:40:30 2026] GET /v2.0/routers/159281a7-4c82-4452-949d-b1cc6d737b9b/tags => generated 12 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2438] 10.0.0.38 () {32 vars in 720 bytes} [Thu Aug 20 02:40:30 2026] GET /v2.0/routers/159281a7-4c82-4452-949d-b1cc6d737b9b => generated 480 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2439] 10.0.0.38 () {34 vars in 741 bytes} [Thu Aug 20 02:40:30 2026] PUT /v2.0/routers/159281a7-4c82-4452-949d-b1cc6d737b9b => generated 480 bytes in 510 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2440] 10.0.0.38 () {32 vars in 735 bytes} [Thu Aug 20 02:40:31 2026] GET /v2.0/ports?device_id=159281a7-4c82-4452-949d-b1cc6d737b9b => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:40:31.686 8 INFO neutron_taas.services.taas.taas_plugin [None req-411e98ff-0e2b-4852-b591-f01531ad96b8 16279bb688ee4112821e3060f1abd370 8e53205879384d26b5620f732676a8c7 - - default default] TaaS: Handle Delete Port: f987a4b8-63ef-4efb-8f50-bc6f376dc79b 2026-08-20 02:40:31.688 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-411e98ff-0e2b-4852-b591-f01531ad96b8 16279bb688ee4112821e3060f1abd370 8e53205879384d26b5620f732676a8c7 - - default default] Tap Mirror: Handle Delete Port: f987a4b8-63ef-4efb-8f50-bc6f376dc79b [pid: 7|app: 0|req: 1219/2441] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:40:31 2026] GET /v2.0/ports?device_id=e07ec46e-1ec0-4d84-95d4-2a168ccb98ce => 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: 1220/2442] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:40:31 2026] GET /v2.0/security-groups?id=138e72aa-2597-455b-82a3-25642e5ea39c&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2443] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:40:31 2026] GET /v2.0/ports?device_id=e07ec46e-1ec0-4d84-95d4-2a168ccb98ce => 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: 1222/2444] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:40:31 2026] GET /v2.0/security-groups?id=138e72aa-2597-455b-82a3-25642e5ea39c&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2445] 10.0.0.38 () {32 vars in 735 bytes} [Thu Aug 20 02:40:31 2026] GET /v2.0/ports?device_id=e07ec46e-1ec0-4d84-95d4-2a168ccb98ce => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:40:32.072 8 INFO neutron.services.segments.plugin [-] Segment 026f552c-a244-408e-8f7f-70dbd37d37e8 resource provider aggregate not found 2026-08-20 02:40:32.085 8 INFO neutron.services.segments.plugin [-] Segment 026f552c-a244-408e-8f7f-70dbd37d37e8 resource provider aggregate not found 2026-08-20 02:40:32.095 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 026f552c-a244-408e-8f7f-70dbd37d37e8 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 026f552c-a244-408e-8f7f-70dbd37d37e8 found for delete ", "request_id": "req-48864c9c-7c60-4852-bfbd-3f8035eaaddb"}]} 2026-08-20 02:40:32.116 8 INFO neutron.db.l3_hamode_db [None req-411e98ff-0e2b-4852-b591-f01531ad96b8 16279bb688ee4112821e3060f1abd370 8e53205879384d26b5620f732676a8c7 - - default default] HA network 728ac131-a2eb-4596-8aca-2e9ad1ef9b4c was deleted as no HA routers are present in tenant 8e53205879384d26b5620f732676a8c7. 2026-08-20 02:40:32.121 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 026f552c-a244-408e-8f7f-70dbd37d37e8 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 026f552c-a244-408e-8f7f-70dbd37d37e8 found for delete ", "request_id": "req-ef0d6df5-f73e-494c-9b08-adbb399b5785"}]} [pid: 8|app: 0|req: 1223/2446] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:40:31 2026] DELETE /v2.0/routers/159281a7-4c82-4452-949d-b1cc6d737b9b => generated 0 bytes in 636 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:40:32.338 7 INFO neutron.db.l3_db [None req-cd69b86e-9e71-4ebe-8a73-be9efb532e37 4eed6111d4504e7ab3299b17bd5e24ae 77db7667ff4248e88e4c7ba840b06864 - - default default] Floating IP caa73c26-2f49-448a-9fdb-6ab44defb0ae associated. External IP: 10.96.250.213, port: 47627856-cb9a-4070-837a-36eb8e5eddc2. [pid: 7|app: 0|req: 1224/2447] 10.0.0.38 () {34 vars in 748 bytes} [Thu Aug 20 02:40:32 2026] PUT /v2.0/floatingips/caa73c26-2f49-448a-9fdb-6ab44defb0ae => generated 855 bytes in 750 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:40:32.802 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c0f3a63-bf66-442b-a332-ef34606c8604'] response: {'name': 'network-changed', 'server_uuid': 'e07ec46e-1ec0-4d84-95d4-2a168ccb98ce', 'tag': '47627856-cb9a-4070-837a-36eb8e5eddc2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1224/2448] 10.0.0.38 () {32 vars in 728 bytes} [Thu Aug 20 02:40:32 2026] GET /v2.0/floatingips/caa73c26-2f49-448a-9fdb-6ab44defb0ae => generated 855 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2449] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:40:32 2026] GET /v2.0/security-groups?tenant_id=b205743371d4469b84bb828d13874c2c&name=default => generated 2929 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2450] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:40:33 2026] DELETE /v2.0/security-groups/31fc0008-4022-4a3d-9cf3-85b2ac1b99e8 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2451] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:40:33 2026] GET /v2.0/ports?tenant_id=77db7667ff4248e88e4c7ba840b06864&device_id=e07ec46e-1ec0-4d84-95d4-2a168ccb98ce => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2452] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:40:33 2026] GET /v2.0/networks?id=23369199-f9f4-4a1f-9882-111d53495b6a => generated 757 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2453] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:40:33 2026] GET /v2.0/security-groups?tenant_id=8e53205879384d26b5620f732676a8c7&name=default => generated 2929 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2454] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:40:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=47627856-cb9a-4070-837a-36eb8e5eddc2 => generated 858 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2455] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:40:33 2026] GET /v2.0/subnets?id=9b81921e-e1bb-49ef-bfe9-9e3424d78b09 => generated 677 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2456] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:40:33 2026] GET /v2.0/ports?network_id=23369199-f9f4-4a1f-9882-111d53495b6a&device_owner=network%3Adhcp => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2457] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:40:33 2026] DELETE /v2.0/security-groups/34686022-6dba-4884-a49c-21d9793bfc36 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2458] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:40:33 2026] GET /v2.0/networks/23369199-f9f4-4a1f-9882-111d53495b6a?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2459] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:40:33 2026] GET /v2.0/networks/23369199-f9f4-4a1f-9882-111d53495b6a?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: 1232/2460] 10.0.0.38 () {32 vars in 728 bytes} [Thu Aug 20 02:40:33 2026] GET /v2.0/floatingips/caa73c26-2f49-448a-9fdb-6ab44defb0ae => generated 855 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2461] 10.0.0.38 () {32 vars in 728 bytes} [Thu Aug 20 02:40:34 2026] GET /v2.0/floatingips/caa73c26-2f49-448a-9fdb-6ab44defb0ae => generated 857 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2462] 10.0.0.38 () {32 vars in 720 bytes} [Thu Aug 20 02:40:35 2026] GET /v2.0/subnets/aa72f823-3f22-402f-81db-72a63e90804a => 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: 1230/2463] 10.0.0.46 () {30 vars in 689 bytes} [Thu Aug 20 02:40:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2464] 10.0.0.46 () {30 vars in 691 bytes} [Thu Aug 20 02:40:36 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: 1231/2465] 10.0.0.46 () {30 vars in 667 bytes} [Thu Aug 20 02:40: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: 1235/2466] 10.0.0.46 () {30 vars in 703 bytes} [Thu Aug 20 02:40: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) 2026-08-20 02:40:37.095 7 INFO neutron.db.segments_db [None req-9cde258f-d099-464f-8c44-92a7529055a4 fcd1f36e82404c58bee4af9dc531c991 70ac3d4d98db4389a9a359498d56d68e - - default default] Added segment 00d84882-2dbd-496d-a1ad-0b37ab0acd97 of type vxlan for network 03de7d7c-6aec-4e56-90fa-c4a05e541ef5 [pid: 7|app: 0|req: 1232/2467] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:40:36 2026] POST /v2.0/networks => generated 631 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2468] 10.0.0.46 () {28 vars in 438 bytes} [Thu Aug 20 02:40:37 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2469] 10.0.0.46 () {30 vars in 727 bytes} [Thu Aug 20 02:40:37 2026] GET /v2.0/subnets/aa72f823-3f22-402f-81db-72a63e90804a => generated 658 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2470] 10.0.0.46 () {30 vars in 689 bytes} [Thu Aug 20 02:40:37 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: 1236/2471] 10.0.0.46 () {30 vars in 691 bytes} [Thu Aug 20 02:40:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2472] 10.0.0.46 () {30 vars in 667 bytes} [Thu Aug 20 02:40:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2473] 10.0.0.46 () {30 vars in 703 bytes} [Thu Aug 20 02:40:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2474] 10.0.0.46 () {30 vars in 727 bytes} [Thu Aug 20 02:40:37 2026] GET /v2.0/subnets/aa72f823-3f22-402f-81db-72a63e90804a => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2475] 10.0.0.38 () {34 vars in 663 bytes} [Thu Aug 20 02:40:37 2026] POST /v2.0/ports => generated 743 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1237/2476] 10.0.0.46 () {30 vars in 689 bytes} [Thu Aug 20 02:40:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2477] 10.0.0.46 () {30 vars in 691 bytes} [Thu Aug 20 02:40:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2478] 10.0.0.38 () {34 vars in 665 bytes} [Thu Aug 20 02:40:37 2026] POST /v2.0/trunks => generated 407 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2479] 10.0.0.46 () {30 vars in 667 bytes} [Thu Aug 20 02:40:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2480] 10.0.0.46 () {30 vars in 703 bytes} [Thu Aug 20 02:40:37 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: 1241/2481] 10.0.0.38 () {34 vars in 748 bytes} [Thu Aug 20 02:40:37 2026] PUT /v2.0/trunks/698fdb29-6c2e-4dff-a746-50e6309dbd84/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2482] 10.0.0.38 () {32 vars in 728 bytes} [Thu Aug 20 02:40:37 2026] GET /v2.0/trunks/698fdb29-6c2e-4dff-a746-50e6309dbd84/tags => generated 25 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2483] 10.0.0.46 () {30 vars in 729 bytes} [Thu Aug 20 02:40:37 2026] GET /v2.0/networks/ba60a425-34d0-4b3a-9164-23e9f37e2e3c => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2484] 10.0.0.46 () {30 vars in 681 bytes} [Thu Aug 20 02:40:37 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2485] 10.0.0.38 () {34 vars in 759 bytes} [Thu Aug 20 02:40:37 2026] PUT /v2.0/trunks/698fdb29-6c2e-4dff-a746-50e6309dbd84/tags/green => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2486] 10.0.0.38 () {32 vars in 728 bytes} [Thu Aug 20 02:40:37 2026] GET /v2.0/trunks/698fdb29-6c2e-4dff-a746-50e6309dbd84/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2487] 10.0.0.38 () {34 vars in 755 bytes} [Thu Aug 20 02:40:37 2026] PUT /v2.0/trunks/698fdb29-6c2e-4dff-a746-50e6309dbd84/tags/red => generated 4 bytes in 25 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2488] 10.0.0.38 () {32 vars in 728 bytes} [Thu Aug 20 02:40:37 2026] GET /v2.0/trunks/698fdb29-6c2e-4dff-a746-50e6309dbd84/tags => generated 34 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2489] 10.0.0.38 () {34 vars in 777 bytes} [Thu Aug 20 02:40:37 2026] PUT /v2.0/trunks/698fdb29-6c2e-4dff-a746-50e6309dbd84/tags/black.or.white => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2490] 10.0.0.38 () {32 vars in 728 bytes} [Thu Aug 20 02:40:38 2026] GET /v2.0/trunks/698fdb29-6c2e-4dff-a746-50e6309dbd84/tags => generated 52 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2491] 10.0.0.38 () {34 vars in 748 bytes} [Thu Aug 20 02:40:38 2026] PUT /v2.0/trunks/698fdb29-6c2e-4dff-a746-50e6309dbd84/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2492] 10.0.0.38 () {32 vars in 728 bytes} [Thu Aug 20 02:40:38 2026] GET /v2.0/trunks/698fdb29-6c2e-4dff-a746-50e6309dbd84/tags => generated 37 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2493] 10.0.0.38 () {32 vars in 736 bytes} [Thu Aug 20 02:40:38 2026] GET /v2.0/trunks/698fdb29-6c2e-4dff-a746-50e6309dbd84/tags/red => generated 0 bytes in 17 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:40:38.148 7 INFO neutron.api.v2.resource [None req-385b197d-778d-489d-bcc2-a60834de7faa fcd1f36e82404c58bee4af9dc531c991 70ac3d4d98db4389a9a359498d56d68e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1252/2494] 10.0.0.38 () {32 vars in 740 bytes} [Thu Aug 20 02:40:38 2026] GET /v2.0/trunks/698fdb29-6c2e-4dff-a746-50e6309dbd84/tags/green => generated 99 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2495] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:40:38 2026] DELETE /v2.0/trunks/698fdb29-6c2e-4dff-a746-50e6309dbd84/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2496] 10.0.0.38 () {32 vars in 728 bytes} [Thu Aug 20 02:40:38 2026] GET /v2.0/trunks/698fdb29-6c2e-4dff-a746-50e6309dbd84/tags => generated 30 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:40:38.230 7 INFO neutron.api.v2.resource [None req-40a9ebb9-993d-460b-b116-09cb876c5714 fcd1f36e82404c58bee4af9dc531c991 70ac3d4d98db4389a9a359498d56d68e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1255/2497] 10.0.0.38 () {32 vars in 743 bytes} [Thu Aug 20 02:40:38 2026] DELETE /v2.0/trunks/698fdb29-6c2e-4dff-a746-50e6309dbd84/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2498] 10.0.0.38 () {32 vars in 731 bytes} [Thu Aug 20 02:40:38 2026] DELETE /v2.0/trunks/698fdb29-6c2e-4dff-a746-50e6309dbd84/tags => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2499] 10.0.0.46 () {34 vars in 703 bytes} [Thu Aug 20 02:40:37 2026] POST /v2.0/ports => generated 1132 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2500] 10.0.0.38 () {32 vars in 728 bytes} [Thu Aug 20 02:40:38 2026] GET /v2.0/trunks/698fdb29-6c2e-4dff-a746-50e6309dbd84/tags => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1244/2501] 10.0.0.38 () {32 vars in 718 bytes} [Thu Aug 20 02:40:38 2026] GET /v2.0/trunks/698fdb29-6c2e-4dff-a746-50e6309dbd84 => generated 407 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2502] 10.0.0.38 () {32 vars in 716 bytes} [Thu Aug 20 02:40:38 2026] GET /v2.0/ports/0241bacd-cc37-448b-a589-8f071d5e97ad => generated 826 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2503] 10.0.0.38 () {32 vars in 721 bytes} [Thu Aug 20 02:40:38 2026] DELETE /v2.0/trunks/698fdb29-6c2e-4dff-a746-50e6309dbd84 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:40:38.692 7 INFO neutron_taas.services.taas.taas_plugin [None req-e981ae42-0b0d-4412-bdc1-2ed0e4ad214c fcd1f36e82404c58bee4af9dc531c991 70ac3d4d98db4389a9a359498d56d68e - - default default] TaaS: Handle Delete Port: 0241bacd-cc37-448b-a589-8f071d5e97ad 2026-08-20 02:40:38.694 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e981ae42-0b0d-4412-bdc1-2ed0e4ad214c fcd1f36e82404c58bee4af9dc531c991 70ac3d4d98db4389a9a359498d56d68e - - default default] Tap Mirror: Handle Delete Port: 0241bacd-cc37-448b-a589-8f071d5e97ad [pid: 7|app: 0|req: 1259/2504] 10.0.0.38 () {32 vars in 719 bytes} [Thu Aug 20 02:40:38 2026] DELETE /v2.0/ports/0241bacd-cc37-448b-a589-8f071d5e97ad => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:40:38.883 8 INFO neutron.services.segments.plugin [-] Segment 00d84882-2dbd-496d-a1ad-0b37ab0acd97 resource provider aggregate not found 2026-08-20 02:40:38.885 8 INFO neutron.services.segments.plugin [-] Segment 00d84882-2dbd-496d-a1ad-0b37ab0acd97 resource provider aggregate not found 2026-08-20 02:40:38.907 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 00d84882-2dbd-496d-a1ad-0b37ab0acd97 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 00d84882-2dbd-496d-a1ad-0b37ab0acd97 found for delete ", "request_id": "req-13ec363e-3a66-4859-b784-3bd2c2ab24d7"}]} 2026-08-20 02:40:38.912 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 00d84882-2dbd-496d-a1ad-0b37ab0acd97 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 00d84882-2dbd-496d-a1ad-0b37ab0acd97 found for delete ", "request_id": "req-a3112d23-578f-49b0-897d-11f9bc7271ae"}]} [pid: 8|app: 0|req: 1246/2505] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:40:38 2026] DELETE /v2.0/networks/03de7d7c-6aec-4e56-90fa-c4a05e541ef5 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2508] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:40:39 2026] GET /v2.0/security-groups?tenant_id=70ac3d4d98db4389a9a359498d56d68e&name=default => generated 2929 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2509] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:40:39 2026] DELETE /v2.0/security-groups/1fb3959a-13bc-4a4a-8863-fc90c15872ab => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2510] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:40:40 2026] GET /v2.0/security-groups?tenant_id=401bc26467f84c0aa00af86d679f8d92&name=default => generated 2929 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2511] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:40:40 2026] DELETE /v2.0/security-groups/cfee48b7-26fa-49c9-88c6-165687bb4bd5 => 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: 1250/2512] 199.19.213.229 () {30 vars in 703 bytes} [Thu Aug 20 02:40:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2513] 199.19.213.229 () {30 vars in 705 bytes} [Thu Aug 20 02:40:41 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2514] 199.19.213.229 () {30 vars in 681 bytes} [Thu Aug 20 02:40:41 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2515] 199.19.213.229 () {30 vars in 717 bytes} [Thu Aug 20 02:40:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2516] 199.19.213.229 () {30 vars in 737 bytes} [Thu Aug 20 02:40:41 2026] GET /v2.0/ports/39eb3686-c1a3-400c-8689-e279b9fcc690 => generated 1132 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2517] 199.19.213.229 () {30 vars in 703 bytes} [Thu Aug 20 02:40:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2518] 199.19.213.229 () {30 vars in 705 bytes} [Thu Aug 20 02:40:42 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2519] 199.19.213.229 () {30 vars in 681 bytes} [Thu Aug 20 02:40:42 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2520] 199.19.213.229 () {30 vars in 717 bytes} [Thu Aug 20 02:40:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:40:42.216 7 INFO neutron.api.v2.resource [None req-3d7bd609-1976-4105-b320-d6a0f063052e d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1267/2521] 199.19.213.229 () {30 vars in 763 bytes} [Thu Aug 20 02:40:42 2026] GET /v2.0/security-groups/lb-390b08b6-1f12-4601-8b65-e8ed3720b55b => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2522] 199.19.213.229 () {30 vars in 785 bytes} [Thu Aug 20 02:40:42 2026] GET /v2.0/security-groups?name=lb-390b08b6-1f12-4601-8b65-e8ed3720b55b => generated 23 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2523] 199.19.213.229 () {34 vars in 736 bytes} [Thu Aug 20 02:40:42 2026] POST /v2.0/security-groups => generated 1638 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2524] 199.19.213.229 () {30 vars in 815 bytes} [Thu Aug 20 02:40:42 2026] GET /v2.0/security-group-rules?security_group_id=9bbcb21f-eeb7-4911-82f5-17d5bd4d5de1 => generated 1182 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2525] 199.19.213.229 () {34 vars in 789 bytes} [Thu Aug 20 02:40:42 2026] PUT /v2.0/ports/39eb3686-c1a3-400c-8689-e279b9fcc690 => generated 1132 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2526] 199.19.213.229 () {30 vars in 703 bytes} [Thu Aug 20 02:40:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1270/2527] 199.19.213.229 () {30 vars in 705 bytes} [Thu Aug 20 02:40:42 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2528] 199.19.213.229 () {30 vars in 681 bytes} [Thu Aug 20 02:40:42 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: 1271/2529] 199.19.213.229 () {30 vars in 717 bytes} [Thu Aug 20 02:40:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2530] 199.19.213.229 () {30 vars in 741 bytes} [Thu Aug 20 02:40:42 2026] GET /v2.0/subnets/aa72f823-3f22-402f-81db-72a63e90804a => 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: 1272/2531] 10.0.0.44 () {34 vars in 989 bytes} [Thu Aug 20 02:40:43 2026] GET /v2.0/ports?device_id=e07ec46e-1ec0-4d84-95d4-2a168ccb98ce => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2532] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Aug 20 02:40:43 2026] GET /v2.0/security-groups?id=138e72aa-2597-455b-82a3-25642e5ea39c&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2533] 10.0.0.147 () {34 vars in 1016 bytes} [Thu Aug 20 02:40:50 2026] GET /v2.0/security-groups?id=0bf952a7-2b06-42b9-8b71-0d191bd7a225&fields=id => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2534] 10.0.0.147 () {34 vars in 982 bytes} [Thu Aug 20 02:40:50 2026] GET /v2.0/networks?id=4f9afc88-57fb-4d05-bc17-a66b183948d6 => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2535] 10.0.0.147 () {34 vars in 965 bytes} [Thu Aug 20 02:40:50 2026] GET /v2.0/quotas/9d4df0c1f3484b60b33a2879e1923bd0 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2536] 10.0.0.147 () {34 vars in 1002 bytes} [Thu Aug 20 02:40:50 2026] GET /v2.0/ports?tenant_id=9d4df0c1f3484b60b33a2879e1923bd0&fields=id => generated 149 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2537] 10.0.0.147 () {34 vars in 1008 bytes} [Thu Aug 20 02:40:50 2026] GET /v2.0/networks/4f9afc88-57fb-4d05-bc17-a66b183948d6?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2538] 10.0.0.147 () {34 vars in 1108 bytes} [Thu Aug 20 02:40:50 2026] GET /v2.0/networks/4f9afc88-57fb-4d05-bc17-a66b183948d6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2539] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:40:51 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => 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: 1264/2540] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:40:51 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2541] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:40:54 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => 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: 1265/2544] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:40:54 2026] GET /v2.0/ports?device_id=e07ec46e-1ec0-4d84-95d4-2a168ccb98ce => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2545] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:40:54 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => 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: 1266/2546] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:40:54 2026] GET /v2.0/security-groups?id=138e72aa-2597-455b-82a3-25642e5ea39c&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2547] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:40:55 2026] GET /v2.0/networks?id=4f9afc88-57fb-4d05-bc17-a66b183948d6 => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2548] 199.19.213.229 () {34 vars in 1050 bytes} [Thu Aug 20 02:40:55 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9d4df0c1f3484b60b33a2879e1923bd0 => generated 343 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2549] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:40:55 2026] GET /v2.0/ports?device_id=e07ec46e-1ec0-4d84-95d4-2a168ccb98ce => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2550] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:40:55 2026] GET /v2.0/security-groups?id=138e72aa-2597-455b-82a3-25642e5ea39c&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2551] 199.19.213.229 () {38 vars in 955 bytes} [Thu Aug 20 02:40:55 2026] POST /v2.0/ports => generated 1082 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2552] 199.19.213.229 () {38 vars in 1028 bytes} [Thu Aug 20 02:40:55 2026] PUT /v2.0/ports/41fb1fb9-2484-45da-81c2-0c82e06c7576 => generated 1243 bytes in 504 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:40:56.280 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-44732002-c710-42e1-8712-41fdeead4815'] response: {'name': 'network-changed', 'server_uuid': '5b3a945f-d7ee-4c5b-b951-b898008badf1', 'tag': '41fb1fb9-2484-45da-81c2-0c82e06c7576', '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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1271/2553] 199.19.213.229 () {34 vars in 994 bytes} [Thu Aug 20 02:40:56 2026] GET /v2.0/ports?device_id=e07ec46e-1ec0-4d84-95d4-2a168ccb98ce => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2554] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:40:56 2026] GET /v2.0/ports?device_id=e07ec46e-1ec0-4d84-95d4-2a168ccb98ce => generated 971 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2555] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:40:56 2026] GET /v2.0/security-groups?id=138e72aa-2597-455b-82a3-25642e5ea39c&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:40:56.813 8 INFO neutron_taas.services.taas.taas_plugin [req-63eae2e2-f03a-402e-988e-0321edbe3559 req-7128efed-8793-46da-8bd3-42c69e97a96a 4eed6111d4504e7ab3299b17bd5e24ae 77db7667ff4248e88e4c7ba840b06864 - - default default] TaaS: Handle Delete Port: 47627856-cb9a-4070-837a-36eb8e5eddc2 2026-08-20 02:40:56.816 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-63eae2e2-f03a-402e-988e-0321edbe3559 req-7128efed-8793-46da-8bd3-42c69e97a96a 4eed6111d4504e7ab3299b17bd5e24ae 77db7667ff4248e88e4c7ba840b06864 - - default default] Tap Mirror: Handle Delete Port: 47627856-cb9a-4070-837a-36eb8e5eddc2 [pid: 7|app: 0|req: 1285/2556] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:40:56 2026] GET /v2.0/ports?tenant_id=9d4df0c1f3484b60b33a2879e1923bd0&device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2557] 199.19.213.229 () {34 vars in 1018 bytes} [Thu Aug 20 02:40:56 2026] GET /v2.0/networks?tenant_id=9d4df0c1f3484b60b33a2879e1923bd0&shared=False => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2558] 199.19.213.229 () {34 vars in 930 bytes} [Thu Aug 20 02:40:56 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:40:56.935 8 INFO neutron.db.l3_db [req-63eae2e2-f03a-402e-988e-0321edbe3559 req-7128efed-8793-46da-8bd3-42c69e97a96a 4eed6111d4504e7ab3299b17bd5e24ae 77db7667ff4248e88e4c7ba840b06864 - - default default] Floating IP caa73c26-2f49-448a-9fdb-6ab44defb0ae disassociated. External IP: 10.96.250.213, port: 47627856-cb9a-4070-837a-36eb8e5eddc2. [pid: 7|app: 0|req: 1288/2559] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:40:57 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => 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: 1289/2560] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:40:57 2026] GET /v2.0/security-groups?id=0bf952a7-2b06-42b9-8b71-0d191bd7a225&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2561] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:40:57 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => 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: 1272/2562] 199.19.213.229 () {36 vars in 997 bytes} [Thu Aug 20 02:40:56 2026] DELETE /v2.0/ports/47627856-cb9a-4070-837a-36eb8e5eddc2 => generated 0 bytes in 766 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2563] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:40:57 2026] GET /v2.0/ports?device_id=e07ec46e-1ec0-4d84-95d4-2a168ccb98ce => 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: 1273/2564] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:40:57 2026] GET /v2.0/ports?tenant_id=9d4df0c1f3484b60b33a2879e1923bd0&device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 1246 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2565] 199.19.213.229 () {34 vars in 1062 bytes} [Thu Aug 20 02:40:58 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.134&port_id=41fb1fb9-2484-45da-81c2-0c82e06c7576 => 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: 1274/2566] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:40:58 2026] GET /v2.0/subnets?id=ec356d15-4456-4627-a015-44a9600d3137 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2567] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:40:58 2026] GET /v2.0/ports?network_id=4f9afc88-57fb-4d05-bc17-a66b183948d6&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: 1275/2568] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:40:58 2026] GET /v2.0/networks/4f9afc88-57fb-4d05-bc17-a66b183948d6?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: 1294/2569] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:40:58 2026] GET /v2.0/networks/4f9afc88-57fb-4d05-bc17-a66b183948d6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:40:58.316 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c9c4e2c2-f34f-4660-8c8d-04b817f90889'] response: {'server_uuid': 'e07ec46e-1ec0-4d84-95d4-2a168ccb98ce', 'name': 'network-vif-deleted', 'tag': '47627856-cb9a-4070-837a-36eb8e5eddc2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1276/2570] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:40:58 2026] GET /v2.0/ports?device_id=e07ec46e-1ec0-4d84-95d4-2a168ccb98ce => 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: 1295/2571] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:41:00 2026] GET /v2.0/ports?device_id=e07ec46e-1ec0-4d84-95d4-2a168ccb98ce => 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: 1277/2572] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:41:00 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2573] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:41:00 2026] GET /v2.0/security-groups?id=0bf952a7-2b06-42b9-8b71-0d191bd7a225&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2574] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:41:00 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 1246 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2575] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:41:01 2026] DELETE /v2.0/security-groups/138e72aa-2597-455b-82a3-25642e5ea39c => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:41:01.440 8 INFO neutron_taas.services.taas.taas_plugin [None req-1fbcb379-8a50-4832-9318-d62b4e94babc 4eed6111d4504e7ab3299b17bd5e24ae 77db7667ff4248e88e4c7ba840b06864 - - default default] TaaS: Handle Delete Port: 0395d0bd-d444-445d-970d-23bc66ab77f4 2026-08-20 02:41:01.444 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fbcb379-8a50-4832-9318-d62b4e94babc 4eed6111d4504e7ab3299b17bd5e24ae 77db7667ff4248e88e4c7ba840b06864 - - default default] Tap Mirror: Handle Delete Port: 0395d0bd-d444-445d-970d-23bc66ab77f4 [pid: 8|app: 0|req: 1279/2576] 10.0.0.38 () {32 vars in 731 bytes} [Thu Aug 20 02:41:01 2026] DELETE /v2.0/floatingips/caa73c26-2f49-448a-9fdb-6ab44defb0ae => generated 0 bytes in 338 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2577] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:41:01 2026] GET /v2.0/ports?device_id=bf24698c-399a-45f2-9a1c-40cd5980ccce => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2578] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:41:01 2026] GET /v2.0/security-groups?id=791abf81-615a-4034-b440-46c1bd1786ff&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2579] 199.19.213.229 () {34 vars in 994 bytes} [Thu Aug 20 02:41:02 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2580] 199.19.213.229 () {34 vars in 1044 bytes} [Thu Aug 20 02:41:02 2026] GET /v2.0/security-groups?id=0bf952a7-2b06-42b9-8b71-0d191bd7a225&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2581] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:41:03 2026] GET /v2.0/ports?device_id=bf24698c-399a-45f2-9a1c-40cd5980ccce => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2582] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:41:03 2026] GET /v2.0/security-groups?id=791abf81-615a-4034-b440-46c1bd1786ff&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: 1301/2583] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:41:03 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2584] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:41:03 2026] GET /v2.0/security-groups?id=0bf952a7-2b06-42b9-8b71-0d191bd7a225&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: 1302/2585] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:41:03 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 1248 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2586] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:41:04 2026] GET /v2.0/ports?device_id=bf24698c-399a-45f2-9a1c-40cd5980ccce => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2587] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:41:04 2026] GET /v2.0/security-groups?id=791abf81-615a-4034-b440-46c1bd1786ff&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2588] 199.19.213.229 () {34 vars in 994 bytes} [Thu Aug 20 02:41:04 2026] GET /v2.0/ports?device_id=bf24698c-399a-45f2-9a1c-40cd5980ccce => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:41:04.420 7 INFO neutron_taas.services.taas.taas_plugin [req-ed0118d7-9f6c-4ab2-b598-35305a6729f0 req-ad4398cf-dcec-4a16-b910-52bb12e217fd 4eed6111d4504e7ab3299b17bd5e24ae 77db7667ff4248e88e4c7ba840b06864 - - default default] TaaS: Handle Delete Port: 9ac7aa10-661a-4d44-a24c-5632ccc71f0e 2026-08-20 02:41:04.424 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ed0118d7-9f6c-4ab2-b598-35305a6729f0 req-ad4398cf-dcec-4a16-b910-52bb12e217fd 4eed6111d4504e7ab3299b17bd5e24ae 77db7667ff4248e88e4c7ba840b06864 - - default default] Tap Mirror: Handle Delete Port: 9ac7aa10-661a-4d44-a24c-5632ccc71f0e [pid: 7|app: 0|req: 1304/2589] 199.19.213.229 () {36 vars in 997 bytes} [Thu Aug 20 02:41:04 2026] DELETE /v2.0/ports/9ac7aa10-661a-4d44-a24c-5632ccc71f0e => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:41:04.668 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-38f80f9e-77fd-40d3-83b8-b7c151b15ecb'] response: {'server_uuid': 'bf24698c-399a-45f2-9a1c-40cd5980ccce', 'name': 'network-vif-deleted', 'tag': '9ac7aa10-661a-4d44-a24c-5632ccc71f0e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1286/2590] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:41:05 2026] GET /v2.0/ports?device_id=bf24698c-399a-45f2-9a1c-40cd5980ccce => 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: 1305/2591] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:41:06 2026] GET /v2.0/ports?device_id=bf24698c-399a-45f2-9a1c-40cd5980ccce => 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: 1287/2592] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:41:06 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 1248 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2593] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:41:06 2026] GET /v2.0/security-groups?id=0bf952a7-2b06-42b9-8b71-0d191bd7a225&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2594] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:41:06 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 1248 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2595] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:41:07 2026] GET /v2.0/ports?device_id=bf24698c-399a-45f2-9a1c-40cd5980ccce => generated 12 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2596] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:41:08 2026] DELETE /v2.0/security-groups/791abf81-615a-4034-b440-46c1bd1786ff => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:41:09.321 7 INFO neutron_taas.services.taas.taas_plugin [None req-bc0fae3c-14fd-45f0-946e-3258f186e0c6 4eed6111d4504e7ab3299b17bd5e24ae 77db7667ff4248e88e4c7ba840b06864 - - default default] TaaS: Handle Delete Port: 10d1ba8e-9cdc-4c1a-9a9e-93f33cbbe085 2026-08-20 02:41:09.325 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc0fae3c-14fd-45f0-946e-3258f186e0c6 4eed6111d4504e7ab3299b17bd5e24ae 77db7667ff4248e88e4c7ba840b06864 - - default default] Tap Mirror: Handle Delete Port: 10d1ba8e-9cdc-4c1a-9a9e-93f33cbbe085 [pid: 7|app: 0|req: 1308/2599] 10.0.0.38 () {34 vars in 788 bytes} [Thu Aug 20 02:41:08 2026] PUT /v2.0/routers/607d20c4-63c1-41cf-b940-167e6a069f21/remove_router_interface => generated 309 bytes in 1986 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2600] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:41:10 2026] DELETE /v2.0/subnets/9b81921e-e1bb-49ef-bfe9-9e3424d78b09 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:41:11.321 7 INFO neutron_taas.services.taas.taas_plugin [None req-aae2879c-b948-48a1-8001-14890ce7925d 4eed6111d4504e7ab3299b17bd5e24ae 77db7667ff4248e88e4c7ba840b06864 - - default default] TaaS: Handle Delete Port: f6157f65-0a9d-4ddd-8d68-4b1a58cfeced 2026-08-20 02:41:11.324 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aae2879c-b948-48a1-8001-14890ce7925d 4eed6111d4504e7ab3299b17bd5e24ae 77db7667ff4248e88e4c7ba840b06864 - - default default] Tap Mirror: Handle Delete Port: f6157f65-0a9d-4ddd-8d68-4b1a58cfeced 2026-08-20 02:41:11.653 7 INFO neutron_taas.services.taas.taas_plugin [None req-aae2879c-b948-48a1-8001-14890ce7925d 4eed6111d4504e7ab3299b17bd5e24ae 77db7667ff4248e88e4c7ba840b06864 - - default default] TaaS: Handle Delete Port: acd4593f-a935-4070-8e2d-b021ca43cef1 2026-08-20 02:41:11.657 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aae2879c-b948-48a1-8001-14890ce7925d 4eed6111d4504e7ab3299b17bd5e24ae 77db7667ff4248e88e4c7ba840b06864 - - default default] Tap Mirror: Handle Delete Port: acd4593f-a935-4070-8e2d-b021ca43cef1 2026-08-20 02:41:12.119 7 INFO neutron.services.segments.plugin [-] Segment 04563da0-8c50-4a42-b7e8-e8972b387618 resource provider aggregate not found 2026-08-20 02:41:12.125 7 INFO neutron.services.segments.plugin [-] Segment 04563da0-8c50-4a42-b7e8-e8972b387618 resource provider aggregate not found 2026-08-20 02:41:12.149 7 INFO neutron.db.l3_hamode_db [None req-aae2879c-b948-48a1-8001-14890ce7925d 4eed6111d4504e7ab3299b17bd5e24ae 77db7667ff4248e88e4c7ba840b06864 - - default default] HA network e72e99f1-5593-47db-b646-073f076c06a4 was deleted as no HA routers are present in tenant 77db7667ff4248e88e4c7ba840b06864. 2026-08-20 02:41:12.155 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 04563da0-8c50-4a42-b7e8-e8972b387618 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 04563da0-8c50-4a42-b7e8-e8972b387618 found for delete ", "request_id": "req-eb545623-6a42-46df-ab13-c7269ce24bb7"}]} [pid: 7|app: 0|req: 1309/2601] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:41:11 2026] DELETE /v2.0/routers/607d20c4-63c1-41cf-b940-167e6a069f21 => generated 0 bytes in 1066 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:41:12.161 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 04563da0-8c50-4a42-b7e8-e8972b387618 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 04563da0-8c50-4a42-b7e8-e8972b387618 found for delete ", "request_id": "req-3d3e6211-b2ab-44d2-9498-3acf7ecde15e"}]} 2026-08-20 02:41:12.329 8 INFO neutron.services.segments.plugin [-] Segment b527689c-595a-4420-8a73-b774fefcb73a resource provider aggregate not found 2026-08-20 02:41:12.335 8 INFO neutron.services.segments.plugin [-] Segment b527689c-595a-4420-8a73-b774fefcb73a resource provider aggregate not found 2026-08-20 02:41:12.355 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b527689c-595a-4420-8a73-b774fefcb73a 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 b527689c-595a-4420-8a73-b774fefcb73a found for delete ", "request_id": "req-7564bfce-f7de-4dc7-8beb-5c912b8cae78"}]} 2026-08-20 02:41:12.357 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b527689c-595a-4420-8a73-b774fefcb73a 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 b527689c-595a-4420-8a73-b774fefcb73a found for delete ", "request_id": "req-3f135f39-49cb-4ac8-a14a-c4b728c08521"}]} [pid: 8|app: 0|req: 1293/2602] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:41:12 2026] DELETE /v2.0/networks/23369199-f9f4-4a1f-9882-111d53495b6a => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2603] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:41:13 2026] GET /v2.0/security-groups?tenant_id=53b56c833ac1437e9e6eb0d6522a0529&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: 1294/2604] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:41:13 2026] DELETE /v2.0/security-groups/becf48f6-07b7-4a0a-96fd-368605e88672 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2605] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:41:13 2026] GET /v2.0/security-groups?tenant_id=77db7667ff4248e88e4c7ba840b06864&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2606] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:41:13 2026] DELETE /v2.0/security-groups/9694565d-bc98-4b68-b9f4-f7bb313126cd => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:41:18.382 7 INFO neutron.db.segments_db [None req-fb74e746-a1b9-4825-a9d5-dd4c189a804f a3dad5e32fff44aebedb4b1ef3bfda1a 2269aeeb204f43c0b89338a4935d6ef7 - - default default] Added segment 44b5a645-6205-4b61-b1fa-24cfc1b175e2 of type vxlan for network bc0ff96f-e2c6-425c-907a-db722b53ead2 [pid: 7|app: 0|req: 1312/2607] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:41:18 2026] POST /v2.0/networks => generated 727 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2608] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:41:18 2026] POST /v2.0/subnets => generated 644 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:41:18.708 7 WARNING neutron.api.v2.base [None req-f73e59b4-9958-434f-94a9-fa611696f31b a3dad5e32fff44aebedb4b1ef3bfda1a 2269aeeb204f43c0b89338a4935d6ef7 - - 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-20 02:41:18.709 7 INFO neutron.api.v2.resource [None req-f73e59b4-9958-434f-94a9-fa611696f31b a3dad5e32fff44aebedb4b1ef3bfda1a 2269aeeb204f43c0b89338a4935d6ef7 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1313/2609] 10.0.0.38 () {34 vars in 680 bytes} [Thu Aug 20 02:41:18 2026] POST /v2.0/rbac-policies => generated 143 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-08-20 02:41:18.881 8 INFO neutron.services.segments.plugin [-] Segment 44b5a645-6205-4b61-b1fa-24cfc1b175e2 resource provider aggregate not found 2026-08-20 02:41:18.896 8 INFO neutron.services.segments.plugin [-] Segment 44b5a645-6205-4b61-b1fa-24cfc1b175e2 resource provider aggregate not found 2026-08-20 02:41:18.907 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 44b5a645-6205-4b61-b1fa-24cfc1b175e2 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 44b5a645-6205-4b61-b1fa-24cfc1b175e2 found for delete ", "request_id": "req-ea51fcc3-c54f-4804-af54-c9cdd1d9d9ba"}]} [pid: 8|app: 0|req: 1297/2610] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:41:18 2026] DELETE /v2.0/networks/bc0ff96f-e2c6-425c-907a-db722b53ead2 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:41:18.917 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 44b5a645-6205-4b61-b1fa-24cfc1b175e2 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 44b5a645-6205-4b61-b1fa-24cfc1b175e2 found for delete ", "request_id": "req-1c3bd642-099d-4e48-b4c4-09d21bdc35ce"}]} 2026-08-20 02:41:18.998 7 INFO neutron.db.segments_db [None req-6a2269a6-60e6-429c-8d7c-4c27847f8742 a3dad5e32fff44aebedb4b1ef3bfda1a 2269aeeb204f43c0b89338a4935d6ef7 - - default default] Added segment d2f42c8e-88c1-459b-aa63-217c19a7f5ca of type vxlan for network e2e54a16-5233-45eb-a471-35bfb90a1f51 [pid: 7|app: 0|req: 1314/2611] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:41:18 2026] POST /v2.0/networks => generated 726 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2612] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:41:19 2026] POST /v2.0/subnets => generated 647 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:41:19.344 7 WARNING neutron.api.v2.base [None req-017efd4a-85b6-4f64-80f0-5b175db8d82e a3dad5e32fff44aebedb4b1ef3bfda1a 2269aeeb204f43c0b89338a4935d6ef7 - - 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-20 02:41:19.344 7 INFO neutron.api.v2.resource [None req-017efd4a-85b6-4f64-80f0-5b175db8d82e a3dad5e32fff44aebedb4b1ef3bfda1a 2269aeeb204f43c0b89338a4935d6ef7 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1315/2613] 10.0.0.38 () {34 vars in 680 bytes} [Thu Aug 20 02:41:19 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2614] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:41:19 2026] DELETE /v2.0/networks/e2e54a16-5233-45eb-a471-35bfb90a1f51 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:41:19.650 7 INFO neutron.db.segments_db [None req-9ec860f4-71ea-4948-92eb-40b8055e84e0 a3dad5e32fff44aebedb4b1ef3bfda1a 2269aeeb204f43c0b89338a4935d6ef7 - - default default] Added segment ecb76989-37e7-49da-8788-4190fdaf8943 of type vxlan for network de0b94f8-a7ee-4cb1-afd2-3dcc8966cde2 [pid: 7|app: 0|req: 1316/2615] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:41:19 2026] POST /v2.0/networks => generated 727 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2616] 10.0.0.38 () {34 vars in 668 bytes} [Thu Aug 20 02:41:19 2026] POST /v2.0/subnets => generated 647 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2617] 10.0.0.38 () {34 vars in 680 bytes} [Thu Aug 20 02:41:19 2026] POST /v2.0/rbac-policies => generated 324 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2618] 10.0.0.38 () {32 vars in 722 bytes} [Thu Aug 20 02:41:20 2026] GET /v2.0/networks/de0b94f8-a7ee-4cb1-afd2-3dcc8966cde2 => generated 655 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:41:20.931 8 INFO neutron.services.segments.plugin [-] Segment d2f42c8e-88c1-459b-aa63-217c19a7f5ca resource provider aggregate not found 2026-08-20 02:41:20.944 8 INFO neutron.services.segments.plugin [-] Segment d2f42c8e-88c1-459b-aa63-217c19a7f5ca resource provider aggregate not found 2026-08-20 02:41:20.950 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d2f42c8e-88c1-459b-aa63-217c19a7f5ca 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 d2f42c8e-88c1-459b-aa63-217c19a7f5ca found for delete ", "request_id": "req-697acb4d-2168-4d5e-abbb-528437ac8f97"}]} 2026-08-20 02:41:20.959 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d2f42c8e-88c1-459b-aa63-217c19a7f5ca 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 d2f42c8e-88c1-459b-aa63-217c19a7f5ca found for delete ", "request_id": "req-fbb512bb-2d09-444b-bd71-819530ca9951"}]} 2026-08-20 02:41:21.293 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1db510c7-940e-4d99-9cba-4a03378828df 8573ee2b88834a21b638056e96e5123d 767ec05878144970b95adc286ceb5730 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1318/2619] 10.0.0.38 () {32 vars in 722 bytes} [Thu Aug 20 02:41:21 2026] GET /v2.0/networks/de0b94f8-a7ee-4cb1-afd2-3dcc8966cde2 => generated 138 bytes in 80 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:41:21.450 8 INFO neutron_taas.services.taas.taas_plugin [None req-19299eae-a759-4ea1-8f96-62794b1dfdae a3dad5e32fff44aebedb4b1ef3bfda1a 2269aeeb204f43c0b89338a4935d6ef7 - - default default] TaaS: Handle Delete Port: 47686f22-347d-4bde-a488-9d60f0667215 2026-08-20 02:41:21.453 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19299eae-a759-4ea1-8f96-62794b1dfdae a3dad5e32fff44aebedb4b1ef3bfda1a 2269aeeb204f43c0b89338a4935d6ef7 - - default default] Tap Mirror: Handle Delete Port: 47686f22-347d-4bde-a488-9d60f0667215 [pid: 8|app: 0|req: 1302/2620] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:41:21 2026] DELETE /v2.0/networks/de0b94f8-a7ee-4cb1-afd2-3dcc8966cde2 => generated 0 bytes in 470 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:41:21.812 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0e3cb72a-a3ab-4703-875c-2dbedfa0954b a3dad5e32fff44aebedb4b1ef3bfda1a 2269aeeb204f43c0b89338a4935d6ef7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1319/2621] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:41:21 2026] DELETE /v2.0/subnets/f53c6552-0ef6-4000-9486-9ded9a28d6f2 => generated 136 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:41:21.839 8 INFO neutron.pecan_wsgi.hooks.translation [None req-416325b1-9914-4885-b2b2-5711b023420b a3dad5e32fff44aebedb4b1ef3bfda1a 2269aeeb204f43c0b89338a4935d6ef7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1303/2622] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:41:21 2026] DELETE /v2.0/subnets/5b5265a3-9c24-4ea4-be22-48cb31858f82 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:41:21.864 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2b731469-650a-4be3-8939-c07994b4850e a3dad5e32fff44aebedb4b1ef3bfda1a 2269aeeb204f43c0b89338a4935d6ef7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1320/2623] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:41:21 2026] DELETE /v2.0/subnets/949661b9-910a-4b7a-b168-72df07039a49 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2624] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:41:22 2026] GET /v2.0/security-groups?tenant_id=2269aeeb204f43c0b89338a4935d6ef7&name=default => generated 2929 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:41:22.974 8 INFO neutron.services.segments.plugin [-] Segment ecb76989-37e7-49da-8788-4190fdaf8943 resource provider aggregate not found 2026-08-20 02:41:22.987 8 INFO neutron.services.segments.plugin [-] Segment ecb76989-37e7-49da-8788-4190fdaf8943 resource provider aggregate not found 2026-08-20 02:41:23.009 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ecb76989-37e7-49da-8788-4190fdaf8943 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 ecb76989-37e7-49da-8788-4190fdaf8943 found for delete ", "request_id": "req-0c7e2523-55d7-42b9-8dad-de7ad4bbdb03"}]} 2026-08-20 02:41:23.010 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ecb76989-37e7-49da-8788-4190fdaf8943 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 ecb76989-37e7-49da-8788-4190fdaf8943 found for delete ", "request_id": "req-a8e0f4ac-f324-4e59-8353-d3692b9be809"}]} [pid: 7|app: 0|req: 1321/2625] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:41:22 2026] DELETE /v2.0/security-groups/43ffa928-9286-41ec-bdad-5129a9db7bf7 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2626] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:41:23 2026] GET /v2.0/security-groups?tenant_id=767ec05878144970b95adc286ceb5730&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2627] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:41:23 2026] DELETE /v2.0/security-groups/e747d712-9554-4c47-aa6d-4419f8b51d65 => 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: 1306/2628] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:41:23 2026] GET /v2.0/security-groups?tenant_id=f2b36aa0b95c46099ceae44db182a890&name=default => generated 2929 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2629] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:41:23 2026] DELETE /v2.0/security-groups/32309e35-93bb-4289-9d0c-db3608dfff3a => 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: 1308/2632] 10.0.0.38 () {34 vars in 683 bytes} [Thu Aug 20 02:41:28 2026] POST /v2.0/security-groups => generated 1603 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2633] 10.0.0.38 () {34 vars in 683 bytes} [Thu Aug 20 02:41:28 2026] POST /v2.0/security-groups => generated 1603 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2634] 10.0.0.38 () {34 vars in 683 bytes} [Thu Aug 20 02:41:28 2026] POST /v2.0/security-groups => generated 1603 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2635] 10.0.0.38 () {34 vars in 683 bytes} [Thu Aug 20 02:41:29 2026] POST /v2.0/security-groups => generated 1603 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2636] 10.0.0.38 () {34 vars in 683 bytes} [Thu Aug 20 02:41:29 2026] POST /v2.0/security-groups => generated 1603 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2637] 10.0.0.38 () {34 vars in 766 bytes} [Thu Aug 20 02:41:29 2026] PUT /v2.0/security-groups/f1949dd4-cf1b-42e1-b058-e3f9ebc7cf02/tags => generated 17 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2638] 10.0.0.38 () {34 vars in 766 bytes} [Thu Aug 20 02:41:29 2026] PUT /v2.0/security-groups/0bafac41-4f3d-4cfd-a102-da3e34d5875d/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: 1328/2639] 10.0.0.38 () {34 vars in 766 bytes} [Thu Aug 20 02:41:29 2026] PUT /v2.0/security-groups/2ca430ea-792a-408b-90bf-d96f8700a417/tags => generated 34 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2640] 10.0.0.38 () {34 vars in 766 bytes} [Thu Aug 20 02:41:29 2026] PUT /v2.0/security-groups/83e5ad54-b961-4256-ac19-2500489c3abe/tags => generated 19 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2641] 10.0.0.38 () {32 vars in 679 bytes} [Thu Aug 20 02:41:29 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2642] 10.0.0.38 () {32 vars in 693 bytes} [Thu Aug 20 02:41:29 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2643] 10.0.0.38 () {32 vars in 689 bytes} [Thu Aug 20 02:41:29 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2644] 10.0.0.38 () {32 vars in 701 bytes} [Thu Aug 20 02:41:29 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2645] 10.0.0.38 () {32 vars in 687 bytes} [Thu Aug 20 02:41:29 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2646] 10.0.0.38 () {32 vars in 701 bytes} [Thu Aug 20 02:41:29 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2647] 10.0.0.38 () {32 vars in 697 bytes} [Thu Aug 20 02:41:30 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2648] 10.0.0.38 () {32 vars in 709 bytes} [Thu Aug 20 02:41:30 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2649] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:41:30 2026] DELETE /v2.0/security-groups/f1949dd4-cf1b-42e1-b058-e3f9ebc7cf02 => 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: 1317/2650] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:41:30 2026] DELETE /v2.0/security-groups/0bafac41-4f3d-4cfd-a102-da3e34d5875d => 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: 1334/2651] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:41:30 2026] DELETE /v2.0/security-groups/2ca430ea-792a-408b-90bf-d96f8700a417 => 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: 1318/2652] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:41:30 2026] DELETE /v2.0/security-groups/83e5ad54-b961-4256-ac19-2500489c3abe => 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: 1335/2653] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:41:30 2026] DELETE /v2.0/security-groups/9f94d643-04b5-4fe2-90c3-54dfa06a8994 => 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: 1319/2654] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:41:31 2026] GET /v2.0/security-groups?tenant_id=2443ef57eeb6499ab44ecaee986c8d90&name=default => generated 2929 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2655] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:41:31 2026] DELETE /v2.0/security-groups/e0f013af-ec61-4722-8236-32420a327692 => 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: 1320/2656] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:41:32 2026] GET /v2.0/security-groups?tenant_id=ef4bd882df3140338246d70d3550c858&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2657] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:41:32 2026] DELETE /v2.0/security-groups/e109cf6f-b901-4990-95a8-154e52cc111d => 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: 1321/2658] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:41:32 2026] GET /v2.0/security-groups?tenant_id=2e52afedda654ce68b6184fc0e467fec&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2659] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:41:32 2026] DELETE /v2.0/security-groups/255f95a2-4429-4a25-8f0e-91b579351894 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:41:37.201 8 INFO neutron.db.segments_db [None req-a4478658-cd5d-45e6-9c55-718cc70a81ee 5b241d193efc4d6ba780fd4345e72b57 3452511f426e4180aaaa31c51630a1f8 - - default default] Added segment bc7baba0-887e-44d6-996a-194b219a33fb of type vxlan for network 13791767-fce9-47ea-b9f4-77bc3444026b [pid: 8|app: 0|req: 1322/2660] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:41:36 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: 7|app: 0|req: 1339/2661] 10.0.0.38 () {34 vars in 663 bytes} [Thu Aug 20 02:41:37 2026] POST /v2.0/ports => generated 743 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2662] 10.0.0.38 () {34 vars in 665 bytes} [Thu Aug 20 02:41:37 2026] POST /v2.0/trunks => generated 407 bytes in 240 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-20 02:41:37.990 7 INFO neutron.db.segments_db [None req-22a2e72c-6be0-4a7c-a1ca-c78ec8b7b5ba 5b241d193efc4d6ba780fd4345e72b57 3452511f426e4180aaaa31c51630a1f8 - - default default] Added segment cfea52cb-8f39-474c-9edd-6d0727067c5f of type vxlan for network 647acf98-e9df-40e7-a711-59ceab34cb61 [pid: 7|app: 0|req: 1340/2663] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:41:37 2026] POST /v2.0/networks => generated 632 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2664] 10.0.0.38 () {34 vars in 663 bytes} [Thu Aug 20 02:41:38 2026] POST /v2.0/ports => generated 743 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2665] 10.0.0.38 () {34 vars in 665 bytes} [Thu Aug 20 02:41:38 2026] POST /v2.0/trunks => generated 407 bytes in 297 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-20 02:41:38.807 8 INFO neutron.db.segments_db [None req-15773c01-8139-4019-bee3-4269dc8abec8 5b241d193efc4d6ba780fd4345e72b57 3452511f426e4180aaaa31c51630a1f8 - - default default] Added segment 9dfa0a5e-096e-4932-a54c-3b620635227d of type vxlan for network 055720d5-c1a9-4ba7-96e9-92e490bce010 [pid: 8|app: 0|req: 1325/2666] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:41:38 2026] POST /v2.0/networks => generated 631 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2667] 10.0.0.38 () {34 vars in 663 bytes} [Thu Aug 20 02:41:38 2026] POST /v2.0/ports => generated 743 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2670] 10.0.0.38 () {34 vars in 665 bytes} [Thu Aug 20 02:41:39 2026] POST /v2.0/trunks => generated 407 bytes in 205 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-20 02:41:39.571 7 INFO neutron.db.segments_db [None req-7163db91-6e5c-4c77-ba69-c2ab54dc715e 5b241d193efc4d6ba780fd4345e72b57 3452511f426e4180aaaa31c51630a1f8 - - default default] Added segment 281563de-6160-449f-83ba-cb02e44063fe of type vxlan for network 48afa16d-7e15-4d07-b567-a9c57426075c [pid: 7|app: 0|req: 1345/2671] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:41:39 2026] POST /v2.0/networks => generated 632 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2672] 10.0.0.38 () {34 vars in 663 bytes} [Thu Aug 20 02:41:39 2026] POST /v2.0/ports => generated 743 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2673] 10.0.0.38 () {34 vars in 665 bytes} [Thu Aug 20 02:41:40 2026] POST /v2.0/trunks => generated 407 bytes in 169 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-20 02:41:40.236 8 INFO neutron.db.segments_db [None req-80a8143a-64c3-4952-ae1c-33dac84eb480 5b241d193efc4d6ba780fd4345e72b57 3452511f426e4180aaaa31c51630a1f8 - - default default] Added segment cfbd78a0-08eb-4c26-8a4d-a37c7cae7053 of type vxlan for network 875a6a5b-04e4-403d-b793-c97124f3eb73 [pid: 8|app: 0|req: 1328/2674] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:41:40 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: 7|app: 0|req: 1347/2675] 10.0.0.38 () {34 vars in 663 bytes} [Thu Aug 20 02:41:40 2026] POST /v2.0/ports => generated 743 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2676] 10.0.0.38 () {34 vars in 665 bytes} [Thu Aug 20 02:41:40 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1348/2677] 10.0.0.38 () {34 vars in 748 bytes} [Thu Aug 20 02:41:40 2026] PUT /v2.0/trunks/5f681feb-382a-44f4-b3ca-994ff569c4ad/tags => generated 17 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2678] 10.0.0.38 () {34 vars in 748 bytes} [Thu Aug 20 02:41:40 2026] PUT /v2.0/trunks/f82951be-4d35-4811-956c-fae329392310/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2679] 10.0.0.38 () {34 vars in 748 bytes} [Thu Aug 20 02:41:40 2026] PUT /v2.0/trunks/7bcc5f86-e8f3-4a13-9e49-713eff15b638/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2680] 10.0.0.38 () {34 vars in 748 bytes} [Thu Aug 20 02:41:40 2026] PUT /v2.0/trunks/dcfadcf6-1c84-419d-b316-f13c3e1feb78/tags => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2681] 10.0.0.38 () {32 vars in 661 bytes} [Thu Aug 20 02:41:41 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2682] 10.0.0.38 () {32 vars in 675 bytes} [Thu Aug 20 02:41:41 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2683] 10.0.0.38 () {32 vars in 671 bytes} [Thu Aug 20 02:41:41 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2684] 10.0.0.38 () {32 vars in 683 bytes} [Thu Aug 20 02:41:41 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2685] 10.0.0.38 () {32 vars in 669 bytes} [Thu Aug 20 02:41:41 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2686] 10.0.0.38 () {32 vars in 683 bytes} [Thu Aug 20 02:41:41 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2687] 10.0.0.38 () {32 vars in 679 bytes} [Thu Aug 20 02:41:41 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2688] 10.0.0.38 () {32 vars in 691 bytes} [Thu Aug 20 02:41:41 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2689] 10.0.0.38 () {32 vars in 718 bytes} [Thu Aug 20 02:41:41 2026] GET /v2.0/trunks/5f681feb-382a-44f4-b3ca-994ff569c4ad => generated 412 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2690] 10.0.0.38 () {32 vars in 716 bytes} [Thu Aug 20 02:41:41 2026] GET /v2.0/ports/c849b5fe-4a20-49e7-b75a-8ee22e2a0b9c => generated 826 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2691] 10.0.0.38 () {32 vars in 721 bytes} [Thu Aug 20 02:41:41 2026] DELETE /v2.0/trunks/5f681feb-382a-44f4-b3ca-994ff569c4ad => 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: 1337/2692] 10.0.0.38 () {32 vars in 718 bytes} [Thu Aug 20 02:41:41 2026] GET /v2.0/trunks/f82951be-4d35-4811-956c-fae329392310 => generated 420 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2693] 10.0.0.38 () {32 vars in 716 bytes} [Thu Aug 20 02:41:41 2026] GET /v2.0/ports/30890385-ac60-41c9-b09f-8519d87f53a5 => generated 826 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2694] 10.0.0.38 () {32 vars in 721 bytes} [Thu Aug 20 02:41:41 2026] DELETE /v2.0/trunks/f82951be-4d35-4811-956c-fae329392310 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2695] 10.0.0.38 () {32 vars in 718 bytes} [Thu Aug 20 02:41:41 2026] GET /v2.0/trunks/7bcc5f86-e8f3-4a13-9e49-713eff15b638 => generated 429 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2696] 10.0.0.38 () {32 vars in 716 bytes} [Thu Aug 20 02:41:41 2026] GET /v2.0/ports/95b65769-721b-4240-9bcc-349b5b63d356 => generated 826 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2697] 199.19.213.229 () {30 vars in 703 bytes} [Thu Aug 20 02:41:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2698] 199.19.213.229 () {30 vars in 705 bytes} [Thu Aug 20 02:41:41 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2699] 10.0.0.38 () {32 vars in 721 bytes} [Thu Aug 20 02:41:41 2026] DELETE /v2.0/trunks/7bcc5f86-e8f3-4a13-9e49-713eff15b638 => 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: 1342/2700] 199.19.213.229 () {30 vars in 681 bytes} [Thu Aug 20 02:41:41 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: 1343/2701] 199.19.213.229 () {30 vars in 717 bytes} [Thu Aug 20 02:41:41 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: 1359/2702] 10.0.0.38 () {32 vars in 718 bytes} [Thu Aug 20 02:41:41 2026] GET /v2.0/trunks/dcfadcf6-1c84-419d-b316-f13c3e1feb78 => generated 414 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2703] 199.19.213.229 () {30 vars in 741 bytes} [Thu Aug 20 02:41:42 2026] GET /v2.0/subnets/aa72f823-3f22-402f-81db-72a63e90804a => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2704] 10.0.0.38 () {32 vars in 716 bytes} [Thu Aug 20 02:41:42 2026] GET /v2.0/ports/eade9069-d83c-4da3-99a1-f79d3c31648d => generated 826 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2705] 199.19.213.229 () {30 vars in 769 bytes} [Thu Aug 20 02:41:42 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2706] 10.0.0.38 () {32 vars in 721 bytes} [Thu Aug 20 02:41:42 2026] DELETE /v2.0/trunks/dcfadcf6-1c84-419d-b316-f13c3e1feb78 => 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: 1346/2707] 10.0.0.38 () {32 vars in 718 bytes} [Thu Aug 20 02:41:42 2026] GET /v2.0/trunks/a49aef11-601b-44c3-86f2-6c752b55dfd5 => generated 407 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2708] 10.0.0.38 () {32 vars in 716 bytes} [Thu Aug 20 02:41:42 2026] GET /v2.0/ports/6c8830c2-0518-468c-be94-e375c12b13b0 => generated 826 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2709] 10.0.0.38 () {32 vars in 721 bytes} [Thu Aug 20 02:41:42 2026] DELETE /v2.0/trunks/a49aef11-601b-44c3-86f2-6c752b55dfd5 => 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: 1362/2710] 199.19.213.229 () {34 vars in 717 bytes} [Thu Aug 20 02:41:42 2026] POST /v2.0/ports => generated 1059 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-20 02:41:42.484 8 INFO neutron_taas.services.taas.taas_plugin [None req-17827fb6-ca50-4424-89b3-6181e954ba40 5b241d193efc4d6ba780fd4345e72b57 3452511f426e4180aaaa31c51630a1f8 - - default default] TaaS: Handle Delete Port: c849b5fe-4a20-49e7-b75a-8ee22e2a0b9c 2026-08-20 02:41:42.489 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17827fb6-ca50-4424-89b3-6181e954ba40 5b241d193efc4d6ba780fd4345e72b57 3452511f426e4180aaaa31c51630a1f8 - - default default] Tap Mirror: Handle Delete Port: c849b5fe-4a20-49e7-b75a-8ee22e2a0b9c [pid: 7|app: 0|req: 1363/2711] 10.0.0.147 () {34 vars in 971 bytes} [Thu Aug 20 02:41:42 2026] GET /v2.0/ports/d93ec9f7-d319-4f3d-9bbd-248ad2c16428 => generated 1059 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2712] 10.0.0.147 () {34 vars in 907 bytes} [Thu Aug 20 02:41:42 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2713] 10.0.0.38 () {32 vars in 719 bytes} [Thu Aug 20 02:41:42 2026] DELETE /v2.0/ports/c849b5fe-4a20-49e7-b75a-8ee22e2a0b9c => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:41:42.710 7 INFO neutron_taas.services.taas.taas_plugin [None req-44006c2c-4635-4425-9263-d081e1e3a606 5b241d193efc4d6ba780fd4345e72b57 3452511f426e4180aaaa31c51630a1f8 - - default default] TaaS: Handle Delete Port: 30890385-ac60-41c9-b09f-8519d87f53a5 2026-08-20 02:41:42.713 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44006c2c-4635-4425-9263-d081e1e3a606 5b241d193efc4d6ba780fd4345e72b57 3452511f426e4180aaaa31c51630a1f8 - - default default] Tap Mirror: Handle Delete Port: 30890385-ac60-41c9-b09f-8519d87f53a5 [pid: 7|app: 0|req: 1365/2714] 10.0.0.38 () {32 vars in 719 bytes} [Thu Aug 20 02:41:42 2026] DELETE /v2.0/ports/30890385-ac60-41c9-b09f-8519d87f53a5 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:41:42.905 8 INFO neutron_taas.services.taas.taas_plugin [None req-6f858f0a-4ff8-4a8f-8ca3-c4c91f71be34 5b241d193efc4d6ba780fd4345e72b57 3452511f426e4180aaaa31c51630a1f8 - - default default] TaaS: Handle Delete Port: 95b65769-721b-4240-9bcc-349b5b63d356 2026-08-20 02:41:42.910 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f858f0a-4ff8-4a8f-8ca3-c4c91f71be34 5b241d193efc4d6ba780fd4345e72b57 3452511f426e4180aaaa31c51630a1f8 - - default default] Tap Mirror: Handle Delete Port: 95b65769-721b-4240-9bcc-349b5b63d356 [pid: 8|app: 0|req: 1350/2715] 10.0.0.38 () {32 vars in 719 bytes} [Thu Aug 20 02:41:42 2026] DELETE /v2.0/ports/95b65769-721b-4240-9bcc-349b5b63d356 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:41:43.130 7 INFO neutron_taas.services.taas.taas_plugin [None req-6979742a-fb54-4b6b-b4f9-10bb2360e081 5b241d193efc4d6ba780fd4345e72b57 3452511f426e4180aaaa31c51630a1f8 - - default default] TaaS: Handle Delete Port: eade9069-d83c-4da3-99a1-f79d3c31648d 2026-08-20 02:41:43.133 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6979742a-fb54-4b6b-b4f9-10bb2360e081 5b241d193efc4d6ba780fd4345e72b57 3452511f426e4180aaaa31c51630a1f8 - - default default] Tap Mirror: Handle Delete Port: eade9069-d83c-4da3-99a1-f79d3c31648d [pid: 7|app: 0|req: 1366/2716] 10.0.0.38 () {32 vars in 719 bytes} [Thu Aug 20 02:41:43 2026] DELETE /v2.0/ports/eade9069-d83c-4da3-99a1-f79d3c31648d => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:41:43.336 8 INFO neutron_taas.services.taas.taas_plugin [None req-2baef1f4-7f52-4950-830b-b0a565f9d588 5b241d193efc4d6ba780fd4345e72b57 3452511f426e4180aaaa31c51630a1f8 - - default default] TaaS: Handle Delete Port: 6c8830c2-0518-468c-be94-e375c12b13b0 2026-08-20 02:41:43.340 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2baef1f4-7f52-4950-830b-b0a565f9d588 5b241d193efc4d6ba780fd4345e72b57 3452511f426e4180aaaa31c51630a1f8 - - default default] Tap Mirror: Handle Delete Port: 6c8830c2-0518-468c-be94-e375c12b13b0 [pid: 8|app: 0|req: 1351/2717] 10.0.0.38 () {32 vars in 719 bytes} [Thu Aug 20 02:41:43 2026] DELETE /v2.0/ports/6c8830c2-0518-468c-be94-e375c12b13b0 => 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: 1367/2718] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:41:43 2026] DELETE /v2.0/networks/13791767-fce9-47ea-b9f4-77bc3444026b => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:41:43.671 7 INFO neutron.services.segments.plugin [-] Segment bc7baba0-887e-44d6-996a-194b219a33fb resource provider aggregate not found 2026-08-20 02:41:43.686 7 INFO neutron.services.segments.plugin [-] Segment bc7baba0-887e-44d6-996a-194b219a33fb resource provider aggregate not found 2026-08-20 02:41:43.693 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment bc7baba0-887e-44d6-996a-194b219a33fb 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 bc7baba0-887e-44d6-996a-194b219a33fb found for delete ", "request_id": "req-5fb4b01e-bcb8-4e2e-8c1f-57694ca310a5"}]} 2026-08-20 02:41:43.706 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment bc7baba0-887e-44d6-996a-194b219a33fb 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 bc7baba0-887e-44d6-996a-194b219a33fb found for delete ", "request_id": "req-c6e9c70b-9930-4ac4-9908-e3c04d5d188d"}]} 2026-08-20 02:41:43.707 8 INFO neutron.services.segments.plugin [-] Segment cfea52cb-8f39-474c-9edd-6d0727067c5f resource provider aggregate not found 2026-08-20 02:41:43.716 8 INFO neutron.services.segments.plugin [-] Segment cfea52cb-8f39-474c-9edd-6d0727067c5f resource provider aggregate not found 2026-08-20 02:41:43.732 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment cfea52cb-8f39-474c-9edd-6d0727067c5f 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 cfea52cb-8f39-474c-9edd-6d0727067c5f found for delete ", "request_id": "req-b835ea5d-95d5-4af6-a5a2-a3d215b71eb5"}]} 2026-08-20 02:41:43.733 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment cfea52cb-8f39-474c-9edd-6d0727067c5f 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 cfea52cb-8f39-474c-9edd-6d0727067c5f found for delete ", "request_id": "req-b28e6f84-7c6f-4d6c-8da3-fb58b1915103"}]} [pid: 8|app: 0|req: 1352/2719] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:41:43 2026] DELETE /v2.0/networks/647acf98-e9df-40e7-a711-59ceab34cb61 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2720] 199.19.213.229 () {34 vars in 1262 bytes} [Thu Aug 20 02:41:43 2026] GET /v2.0/ports/d93ec9f7-d319-4f3d-9bbd-248ad2c16428?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2721] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:41:43 2026] DELETE /v2.0/networks/055720d5-c1a9-4ba7-96e9-92e490bce010 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2722] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:41:43 2026] GET /v2.0/networks/ba60a425-34d0-4b3a-9164-23e9f37e2e3c?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: 1370/2723] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:41:43 2026] GET /v2.0/networks/ba60a425-34d0-4b3a-9164-23e9f37e2e3c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2724] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:41:43 2026] DELETE /v2.0/networks/48afa16d-7e15-4d07-b567-a9c57426075c => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2725] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:41:44 2026] DELETE /v2.0/networks/875a6a5b-04e4-403d-b793-c97124f3eb73 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2726] 199.19.213.229 () {34 vars in 975 bytes} [Thu Aug 20 02:41:44 2026] GET /v2.0/ports/d93ec9f7-d319-4f3d-9bbd-248ad2c16428 => generated 1059 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2727] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:41:44 2026] GET /v2.0/networks?id=ba60a425-34d0-4b3a-9164-23e9f37e2e3c => generated 802 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2728] 199.19.213.229 () {38 vars in 1028 bytes} [Thu Aug 20 02:41:44 2026] PUT /v2.0/ports/d93ec9f7-d319-4f3d-9bbd-248ad2c16428 => generated 1249 bytes in 394 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:41:45.135 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-78256a93-cfd1-45e5-9435-ec5823cc0d11'] response: {'name': 'network-changed', 'server_uuid': '5b3a945f-d7ee-4c5b-b951-b898008badf1', 'tag': 'd93ec9f7-d319-4f3d-9bbd-248ad2c16428', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1373/2729] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:41:44 2026] GET /v2.0/security-groups?tenant_id=3452511f426e4180aaaa31c51630a1f8&name=default => generated 2929 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2730] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:41:45 2026] DELETE /v2.0/security-groups/b6350ea4-c5aa-4427-b9ea-f7170bd3aa7b => 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: 1374/2731] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:41:45 2026] GET /v2.0/security-groups?tenant_id=d9a88429f0a04cb5a90984014880d96c&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2732] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:41:45 2026] DELETE /v2.0/security-groups/f3dfc28d-6724-44f6-ac67-ab567bc6a066 => 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: 1375/2733] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:41:45 2026] GET /v2.0/ports?tenant_id=9d4df0c1f3484b60b33a2879e1923bd0&device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 2489 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:41:45.713 7 INFO neutron.services.segments.plugin [-] Segment cfbd78a0-08eb-4c26-8a4d-a37c7cae7053 resource provider aggregate not found 2026-08-20 02:41:45.725 7 INFO neutron.services.segments.plugin [-] Segment cfbd78a0-08eb-4c26-8a4d-a37c7cae7053 resource provider aggregate not found 2026-08-20 02:41:45.731 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment cfbd78a0-08eb-4c26-8a4d-a37c7cae7053 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 cfbd78a0-08eb-4c26-8a4d-a37c7cae7053 found for delete ", "request_id": "req-4700d4f8-e58b-4ebe-a92f-17427aa0f14a"}]} 2026-08-20 02:41:45.746 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment cfbd78a0-08eb-4c26-8a4d-a37c7cae7053 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 cfbd78a0-08eb-4c26-8a4d-a37c7cae7053 found for delete ", "request_id": "req-26b7492d-02b1-4baa-987e-6378471ca702"}]} [pid: 8|app: 0|req: 1359/2734] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:41:45 2026] GET /v2.0/networks?id=ba60a425-34d0-4b3a-9164-23e9f37e2e3c => generated 802 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2735] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:41:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.182&port_id=d93ec9f7-d319-4f3d-9bbd-248ad2c16428 => 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: 1361/2736] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:41:45 2026] GET /v2.0/subnets?id=aa72f823-3f22-402f-81db-72a63e90804a => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2737] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:41:45 2026] GET /v2.0/ports?network_id=ba60a425-34d0-4b3a-9164-23e9f37e2e3c&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: 1376/2738] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:41:45 2026] GET /v2.0/security-groups?tenant_id=b1396a28c7144f379febb8e8a4e4f4bd&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2739] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:41:45 2026] GET /v2.0/networks/ba60a425-34d0-4b3a-9164-23e9f37e2e3c?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:41:45.944 8 INFO neutron.services.segments.plugin [-] Segment 9dfa0a5e-096e-4932-a54c-3b620635227d resource provider aggregate not found 2026-08-20 02:41:45.969 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9dfa0a5e-096e-4932-a54c-3b620635227d 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 9dfa0a5e-096e-4932-a54c-3b620635227d found for delete ", "request_id": "req-158009ca-0566-4394-a7ba-e4b02ad87024"}]} [pid: 7|app: 0|req: 1377/2740] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:41:45 2026] DELETE /v2.0/security-groups/9c7bddbe-0a2d-437d-a4f9-9d1e956325b3 => 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: 1364/2741] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:41:45 2026] GET /v2.0/networks/ba60a425-34d0-4b3a-9164-23e9f37e2e3c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:41:45.985 8 INFO neutron.services.segments.plugin [-] Segment 9dfa0a5e-096e-4932-a54c-3b620635227d resource provider aggregate not found 2026-08-20 02:41:45.989 8 INFO neutron.services.segments.plugin [-] Segment 281563de-6160-449f-83ba-cb02e44063fe resource provider aggregate not found 2026-08-20 02:41:46.006 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 281563de-6160-449f-83ba-cb02e44063fe 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 281563de-6160-449f-83ba-cb02e44063fe found for delete ", "request_id": "req-deada67f-5f92-41b1-93a9-af064e19415e"}]} 2026-08-20 02:41:46.008 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9dfa0a5e-096e-4932-a54c-3b620635227d 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 9dfa0a5e-096e-4932-a54c-3b620635227d found for delete ", "request_id": "req-2424ecdd-cbec-4106-9e99-490643d55b0a"}]} 2026-08-20 02:41:46.024 8 INFO neutron.services.segments.plugin [-] Segment 281563de-6160-449f-83ba-cb02e44063fe resource provider aggregate not found 2026-08-20 02:41:46.041 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 281563de-6160-449f-83ba-cb02e44063fe 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 281563de-6160-449f-83ba-cb02e44063fe found for delete ", "request_id": "req-ea0c2a7e-9aab-463e-a654-6c92f33c9d19"}]} [pid: 7|app: 0|req: 1378/2742] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:41:46 2026] GET /v2.0/ports?tenant_id=9d4df0c1f3484b60b33a2879e1923bd0&device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 2489 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2743] 199.19.213.229 () {34 vars in 1062 bytes} [Thu Aug 20 02:41:47 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.134&port_id=41fb1fb9-2484-45da-81c2-0c82e06c7576 => 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: 1379/2744] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:41:47 2026] GET /v2.0/subnets?id=ec356d15-4456-4627-a015-44a9600d3137 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2745] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:41:47 2026] GET /v2.0/ports?network_id=4f9afc88-57fb-4d05-bc17-a66b183948d6&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2746] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:41:47 2026] GET /v2.0/networks/4f9afc88-57fb-4d05-bc17-a66b183948d6?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: 1367/2747] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:41:47 2026] GET /v2.0/networks/4f9afc88-57fb-4d05-bc17-a66b183948d6?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: 1381/2748] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:41:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.182&port_id=d93ec9f7-d319-4f3d-9bbd-248ad2c16428 => 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: 1368/2749] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:41:47 2026] GET /v2.0/subnets?id=aa72f823-3f22-402f-81db-72a63e90804a => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2750] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:41:47 2026] GET /v2.0/ports?network_id=ba60a425-34d0-4b3a-9164-23e9f37e2e3c&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: 1369/2751] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:41:47 2026] GET /v2.0/networks/ba60a425-34d0-4b3a-9164-23e9f37e2e3c?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: 1383/2752] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:41:47 2026] GET /v2.0/networks/ba60a425-34d0-4b3a-9164-23e9f37e2e3c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2753] 10.0.0.38 () {34 vars in 675 bytes} [Thu Aug 20 02:41:49 2026] POST /v2.0/floatingips => generated 552 bytes in 682 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2754] 10.0.0.38 () {34 vars in 758 bytes} [Thu Aug 20 02:41:49 2026] PUT /v2.0/floatingips/e18c6500-d6ab-4ebb-8784-e3c3c08caca5/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: 1371/2755] 10.0.0.38 () {32 vars in 738 bytes} [Thu Aug 20 02:41:49 2026] GET /v2.0/floatingips/e18c6500-d6ab-4ebb-8784-e3c3c08caca5/tags => generated 25 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2756] 10.0.0.38 () {34 vars in 769 bytes} [Thu Aug 20 02:41:50 2026] PUT /v2.0/floatingips/e18c6500-d6ab-4ebb-8784-e3c3c08caca5/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: 1372/2757] 10.0.0.38 () {32 vars in 738 bytes} [Thu Aug 20 02:41:50 2026] GET /v2.0/floatingips/e18c6500-d6ab-4ebb-8784-e3c3c08caca5/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: 1386/2758] 10.0.0.38 () {34 vars in 765 bytes} [Thu Aug 20 02:41:50 2026] PUT /v2.0/floatingips/e18c6500-d6ab-4ebb-8784-e3c3c08caca5/tags/red => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2759] 10.0.0.38 () {32 vars in 738 bytes} [Thu Aug 20 02:41:50 2026] GET /v2.0/floatingips/e18c6500-d6ab-4ebb-8784-e3c3c08caca5/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2760] 10.0.0.38 () {34 vars in 787 bytes} [Thu Aug 20 02:41:50 2026] PUT /v2.0/floatingips/e18c6500-d6ab-4ebb-8784-e3c3c08caca5/tags/black.or.white => 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: 1374/2761] 10.0.0.38 () {32 vars in 738 bytes} [Thu Aug 20 02:41:50 2026] GET /v2.0/floatingips/e18c6500-d6ab-4ebb-8784-e3c3c08caca5/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2762] 10.0.0.38 () {34 vars in 758 bytes} [Thu Aug 20 02:41:50 2026] PUT /v2.0/floatingips/e18c6500-d6ab-4ebb-8784-e3c3c08caca5/tags => generated 37 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2763] 10.0.0.38 () {32 vars in 738 bytes} [Thu Aug 20 02:41:50 2026] GET /v2.0/floatingips/e18c6500-d6ab-4ebb-8784-e3c3c08caca5/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: 1389/2764] 10.0.0.38 () {32 vars in 746 bytes} [Thu Aug 20 02:41:50 2026] GET /v2.0/floatingips/e18c6500-d6ab-4ebb-8784-e3c3c08caca5/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:41:50.658 8 INFO neutron.api.v2.resource [None req-3abe7dcc-c63c-4676-91e5-c1617d6b7c0a c3b219ac6bb5499ca6ebca66df1781a1 4819fbd7e9f94a369b221011ed9df7be - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1376/2765] 10.0.0.38 () {32 vars in 750 bytes} [Thu Aug 20 02:41:50 2026] GET /v2.0/floatingips/e18c6500-d6ab-4ebb-8784-e3c3c08caca5/tags/green => generated 99 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2766] 10.0.0.38 () {32 vars in 749 bytes} [Thu Aug 20 02:41:50 2026] DELETE /v2.0/floatingips/e18c6500-d6ab-4ebb-8784-e3c3c08caca5/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2767] 10.0.0.38 () {32 vars in 738 bytes} [Thu Aug 20 02:41:50 2026] GET /v2.0/floatingips/e18c6500-d6ab-4ebb-8784-e3c3c08caca5/tags => generated 30 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:41:50.834 7 INFO neutron.api.v2.resource [None req-4a8fa589-e304-4d08-aee8-8174c083ef70 c3b219ac6bb5499ca6ebca66df1781a1 4819fbd7e9f94a369b221011ed9df7be - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1391/2768] 10.0.0.38 () {32 vars in 753 bytes} [Thu Aug 20 02:41:50 2026] DELETE /v2.0/floatingips/e18c6500-d6ab-4ebb-8784-e3c3c08caca5/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2769] 10.0.0.38 () {32 vars in 741 bytes} [Thu Aug 20 02:41:50 2026] DELETE /v2.0/floatingips/e18c6500-d6ab-4ebb-8784-e3c3c08caca5/tags => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2770] 10.0.0.38 () {32 vars in 738 bytes} [Thu Aug 20 02:41:50 2026] GET /v2.0/floatingips/e18c6500-d6ab-4ebb-8784-e3c3c08caca5/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:41:51.087 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea7955af-974d-4874-9596-1adaf7b37532 c3b219ac6bb5499ca6ebca66df1781a1 4819fbd7e9f94a369b221011ed9df7be - - default default] TaaS: Handle Delete Port: 5535cf30-1de8-4b74-a0d9-58a08d9c8df8 2026-08-20 02:41:51.089 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea7955af-974d-4874-9596-1adaf7b37532 c3b219ac6bb5499ca6ebca66df1781a1 4819fbd7e9f94a369b221011ed9df7be - - default default] Tap Mirror: Handle Delete Port: 5535cf30-1de8-4b74-a0d9-58a08d9c8df8 [pid: 8|app: 0|req: 1379/2771] 10.0.0.38 () {32 vars in 731 bytes} [Thu Aug 20 02:41:50 2026] DELETE /v2.0/floatingips/e18c6500-d6ab-4ebb-8784-e3c3c08caca5 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2772] 10.0.0.147 () {34 vars in 971 bytes} [Thu Aug 20 02:41:51 2026] GET /v2.0/ports/d93ec9f7-d319-4f3d-9bbd-248ad2c16428 => generated 1251 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2773] 199.19.213.229 () {34 vars in 789 bytes} [Thu Aug 20 02:41:51 2026] PUT /v2.0/ports/d93ec9f7-d319-4f3d-9bbd-248ad2c16428 => generated 1276 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:41:52.002 8 INFO neutron.api.v2.resource [None req-8c2a176c-3b34-4c3c-9bd9-b1b82b3c7e77 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1381/2774] 199.19.213.229 () {30 vars in 763 bytes} [Thu Aug 20 02:41:51 2026] GET /v2.0/security-groups/lb-390b08b6-1f12-4601-8b65-e8ed3720b55b => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:41:52.018 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aae57b90-5629-44ba-9791-61e6f9e11c2b'] response: {'name': 'network-changed', 'server_uuid': '5b3a945f-d7ee-4c5b-b951-b898008badf1', 'tag': 'd93ec9f7-d319-4f3d-9bbd-248ad2c16428', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1382/2775] 199.19.213.229 () {30 vars in 785 bytes} [Thu Aug 20 02:41:52 2026] GET /v2.0/security-groups?name=lb-390b08b6-1f12-4601-8b65-e8ed3720b55b => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2776] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:41:51 2026] GET /v2.0/security-groups?tenant_id=56d56a0609b140ddb016c79bb804ea33&name=default => generated 2929 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2777] 199.19.213.229 () {34 vars in 789 bytes} [Thu Aug 20 02:41:52 2026] PUT /v2.0/ports/d93ec9f7-d319-4f3d-9bbd-248ad2c16428 => generated 1314 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2778] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:41:52 2026] DELETE /v2.0/security-groups/0fe319b6-e2ec-44f6-89da-eca5b7caa135 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1396/2779] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:41:52 2026] GET /v2.0/ports?tenant_id=9d4df0c1f3484b60b33a2879e1923bd0&device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 2590 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2780] 199.19.213.229 () {30 vars in 703 bytes} [Thu Aug 20 02:41:52 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: 1384/2781] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:41:52 2026] GET /v2.0/security-groups?tenant_id=4819fbd7e9f94a369b221011ed9df7be&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2782] 199.19.213.229 () {30 vars in 705 bytes} [Thu Aug 20 02:41:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2783] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:41:52 2026] GET /v2.0/networks?id=ba60a425-34d0-4b3a-9164-23e9f37e2e3c => generated 802 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2784] 199.19.213.229 () {30 vars in 681 bytes} [Thu Aug 20 02:41:52 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: 1400/2785] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:41:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.182&port_id=d93ec9f7-d319-4f3d-9bbd-248ad2c16428 => 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: 1401/2786] 199.19.213.229 () {30 vars in 717 bytes} [Thu Aug 20 02:41:52 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: 1386/2787] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:41:52 2026] DELETE /v2.0/security-groups/5d37eafd-0475-4af8-8b25-830c8ee85310 => 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: 1402/2788] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:41:52 2026] GET /v2.0/subnets?id=aa72f823-3f22-402f-81db-72a63e90804a => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2789] 199.19.213.229 () {30 vars in 741 bytes} [Thu Aug 20 02:41:52 2026] GET /v2.0/subnets/aa72f823-3f22-402f-81db-72a63e90804a => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2790] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:41:52 2026] GET /v2.0/ports?network_id=ba60a425-34d0-4b3a-9164-23e9f37e2e3c&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2791] 199.19.213.229 () {30 vars in 737 bytes} [Thu Aug 20 02:41:52 2026] GET /v2.0/ports/39eb3686-c1a3-400c-8689-e279b9fcc690 => generated 1132 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2792] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:41:52 2026] GET /v2.0/networks/ba60a425-34d0-4b3a-9164-23e9f37e2e3c?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: 1389/2793] 199.19.213.229 () {30 vars in 737 bytes} [Thu Aug 20 02:41:52 2026] GET /v2.0/ports/d93ec9f7-d319-4f3d-9bbd-248ad2c16428 => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2794] 199.19.213.229 () {30 vars in 741 bytes} [Thu Aug 20 02:41:52 2026] GET /v2.0/subnets/aa72f823-3f22-402f-81db-72a63e90804a => 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: 1405/2795] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:41:52 2026] GET /v2.0/networks/ba60a425-34d0-4b3a-9164-23e9f37e2e3c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2796] 199.19.213.229 () {30 vars in 743 bytes} [Thu Aug 20 02:41:52 2026] GET /v2.0/networks/ba60a425-34d0-4b3a-9164-23e9f37e2e3c => generated 799 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2797] 199.19.213.229 () {30 vars in 737 bytes} [Thu Aug 20 02:41:52 2026] GET /v2.0/ports/39eb3686-c1a3-400c-8689-e279b9fcc690 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2798] 199.19.213.229 () {30 vars in 741 bytes} [Thu Aug 20 02:41:52 2026] GET /v2.0/subnets/aa72f823-3f22-402f-81db-72a63e90804a => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:41:54.052 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-556a92cd-6ed5-4f42-a404-50fc813057d2'] response: {'name': 'network-changed', 'server_uuid': '5b3a945f-d7ee-4c5b-b951-b898008badf1', 'tag': 'd93ec9f7-d319-4f3d-9bbd-248ad2c16428', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1394/2801] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:41:54 2026] GET /v2.0/ports?tenant_id=9d4df0c1f3484b60b33a2879e1923bd0&device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 2590 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2802] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:41:54 2026] GET /v2.0/networks?id=ba60a425-34d0-4b3a-9164-23e9f37e2e3c => generated 802 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2803] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:41:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.182&port_id=d93ec9f7-d319-4f3d-9bbd-248ad2c16428 => 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: 1409/2804] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:41:54 2026] GET /v2.0/subnets?id=aa72f823-3f22-402f-81db-72a63e90804a => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2805] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:41:54 2026] GET /v2.0/ports?network_id=ba60a425-34d0-4b3a-9164-23e9f37e2e3c&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: 1410/2806] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:41:54 2026] GET /v2.0/networks/ba60a425-34d0-4b3a-9164-23e9f37e2e3c?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2807] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:41:54 2026] GET /v2.0/networks/ba60a425-34d0-4b3a-9164-23e9f37e2e3c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2808] 10.0.0.38 () {34 vars in 675 bytes} [Thu Aug 20 02:41:55 2026] POST /v2.0/subnetpools => generated 516 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2809] 10.0.0.38 () {34 vars in 758 bytes} [Thu Aug 20 02:41:56 2026] PUT /v2.0/subnetpools/ffe12299-6a10-4ed6-8a0f-3c68ca4ec959/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: 1412/2810] 10.0.0.38 () {32 vars in 738 bytes} [Thu Aug 20 02:41:56 2026] GET /v2.0/subnetpools/ffe12299-6a10-4ed6-8a0f-3c68ca4ec959/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2811] 10.0.0.38 () {34 vars in 769 bytes} [Thu Aug 20 02:41:56 2026] PUT /v2.0/subnetpools/ffe12299-6a10-4ed6-8a0f-3c68ca4ec959/tags/green => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2812] 10.0.0.38 () {32 vars in 738 bytes} [Thu Aug 20 02:41:56 2026] GET /v2.0/subnetpools/ffe12299-6a10-4ed6-8a0f-3c68ca4ec959/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2813] 10.0.0.38 () {34 vars in 765 bytes} [Thu Aug 20 02:41:56 2026] PUT /v2.0/subnetpools/ffe12299-6a10-4ed6-8a0f-3c68ca4ec959/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2814] 10.0.0.38 () {32 vars in 738 bytes} [Thu Aug 20 02:41:56 2026] GET /v2.0/subnetpools/ffe12299-6a10-4ed6-8a0f-3c68ca4ec959/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2815] 10.0.0.38 () {34 vars in 787 bytes} [Thu Aug 20 02:41:56 2026] PUT /v2.0/subnetpools/ffe12299-6a10-4ed6-8a0f-3c68ca4ec959/tags/black.or.white => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2816] 10.0.0.38 () {32 vars in 738 bytes} [Thu Aug 20 02:41:56 2026] GET /v2.0/subnetpools/ffe12299-6a10-4ed6-8a0f-3c68ca4ec959/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2817] 10.0.0.38 () {34 vars in 758 bytes} [Thu Aug 20 02:41:56 2026] PUT /v2.0/subnetpools/ffe12299-6a10-4ed6-8a0f-3c68ca4ec959/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2818] 10.0.0.38 () {32 vars in 738 bytes} [Thu Aug 20 02:41:56 2026] GET /v2.0/subnetpools/ffe12299-6a10-4ed6-8a0f-3c68ca4ec959/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2819] 10.0.0.38 () {32 vars in 746 bytes} [Thu Aug 20 02:41:56 2026] GET /v2.0/subnetpools/ffe12299-6a10-4ed6-8a0f-3c68ca4ec959/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:41:56.762 7 INFO neutron.api.v2.resource [None req-c78e2dba-acae-4e3d-8cc1-07896592653f 47e9e6008cce458c9ce95fca7c7e6acd 1d2f6308156d48678c7e324ded368e7a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1417/2820] 10.0.0.38 () {32 vars in 750 bytes} [Thu Aug 20 02:41:56 2026] GET /v2.0/subnetpools/ffe12299-6a10-4ed6-8a0f-3c68ca4ec959/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2821] 10.0.0.38 () {32 vars in 749 bytes} [Thu Aug 20 02:41:56 2026] DELETE /v2.0/subnetpools/ffe12299-6a10-4ed6-8a0f-3c68ca4ec959/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2822] 10.0.0.38 () {32 vars in 738 bytes} [Thu Aug 20 02:41:56 2026] GET /v2.0/subnetpools/ffe12299-6a10-4ed6-8a0f-3c68ca4ec959/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:41:56.895 8 INFO neutron.api.v2.resource [None req-1e630304-1f0d-4da1-bcc8-17a77d6397b7 47e9e6008cce458c9ce95fca7c7e6acd 1d2f6308156d48678c7e324ded368e7a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1405/2823] 10.0.0.38 () {32 vars in 753 bytes} [Thu Aug 20 02:41:56 2026] DELETE /v2.0/subnetpools/ffe12299-6a10-4ed6-8a0f-3c68ca4ec959/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: 1419/2824] 10.0.0.38 () {32 vars in 741 bytes} [Thu Aug 20 02:41:56 2026] DELETE /v2.0/subnetpools/ffe12299-6a10-4ed6-8a0f-3c68ca4ec959/tags => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2825] 10.0.0.38 () {32 vars in 738 bytes} [Thu Aug 20 02:41:56 2026] GET /v2.0/subnetpools/ffe12299-6a10-4ed6-8a0f-3c68ca4ec959/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2826] 10.0.0.38 () {32 vars in 731 bytes} [Thu Aug 20 02:41:56 2026] DELETE /v2.0/subnetpools/ffe12299-6a10-4ed6-8a0f-3c68ca4ec959 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2827] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:41:57 2026] GET /v2.0/security-groups?tenant_id=9803358e22c64241b937573207999642&name=default => generated 2929 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2828] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:41:57 2026] DELETE /v2.0/security-groups/81030d27-bd81-4266-95c4-01ed79672e21 => 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: 1408/2829] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:41:58 2026] GET /v2.0/security-groups?tenant_id=1d2f6308156d48678c7e324ded368e7a&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2830] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:41:58 2026] DELETE /v2.0/security-groups/ee7c8aa0-cc9c-4ff5-bb09-49b11b69d422 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:41:59.648 8 INFO neutron.db.l3_db [None req-7c696dec-5928-4501-afeb-cb344eb43ee9 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] Floating IP 041529cb-f3af-44f7-9d88-37f1532587db associated. External IP: 10.96.250.218, port: 39eb3686-c1a3-400c-8689-e279b9fcc690. [pid: 8|app: 0|req: 1409/2831] 10.0.0.38 () {34 vars in 676 bytes} [Thu Aug 20 02:41:58 2026] POST /v2.0/floatingips => generated 899 bytes in 1176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:42:01.985 7 INFO neutron.db.segments_db [None req-11ef56e3-ee35-427a-ac54-d04cba8a84d7 9ca5e819af284d94afa5ff0609065641 d3c58baa7ec64c8e949607ee87becea8 - - default default] Added segment df6a4a1d-6e02-49a9-979a-1287c558aac5 of type vxlan for network cce7dfb2-ea24-4e37-8934-b69406f2bb3d [pid: 7|app: 0|req: 1423/2832] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:42:01 2026] POST /v2.0/networks => generated 631 bytes in 494 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:42:02.175 8 INFO neutron.db.segments_db [None req-201e0c5a-dcbd-4e55-8d64-139479c0bb80 9ca5e819af284d94afa5ff0609065641 d3c58baa7ec64c8e949607ee87becea8 - - default default] Added segment 4ee4a8a0-e38d-4557-914f-4fccb20db023 of type vxlan for network 55b52504-5bbd-4f3c-82f1-2842b50e224b [pid: 8|app: 0|req: 1410/2833] 10.0.0.38 () {34 vars in 669 bytes} [Thu Aug 20 02:42:02 2026] POST /v2.0/networks => generated 632 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2834] 10.0.0.38 () {34 vars in 752 bytes} [Thu Aug 20 02:42:02 2026] PUT /v2.0/networks/cce7dfb2-ea24-4e37-8934-b69406f2bb3d/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2835] 10.0.0.38 () {32 vars in 732 bytes} [Thu Aug 20 02:42:02 2026] GET /v2.0/networks/cce7dfb2-ea24-4e37-8934-b69406f2bb3d/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: 1425/2836] 10.0.0.38 () {34 vars in 752 bytes} [Thu Aug 20 02:42:02 2026] PUT /v2.0/networks/55b52504-5bbd-4f3c-82f1-2842b50e224b/tags => generated 17 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2837] 10.0.0.38 () {32 vars in 732 bytes} [Thu Aug 20 02:42:02 2026] GET /v2.0/networks/55b52504-5bbd-4f3c-82f1-2842b50e224b/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2838] 10.0.0.38 () {34 vars in 752 bytes} [Thu Aug 20 02:42:02 2026] PUT /v2.0/networks/55b52504-5bbd-4f3c-82f1-2842b50e224b/tags => 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: 1413/2839] 10.0.0.38 () {32 vars in 732 bytes} [Thu Aug 20 02:42:02 2026] GET /v2.0/networks/55b52504-5bbd-4f3c-82f1-2842b50e224b/tags => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2840] 10.0.0.38 () {32 vars in 732 bytes} [Thu Aug 20 02:42:02 2026] GET /v2.0/networks/cce7dfb2-ea24-4e37-8934-b69406f2bb3d/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:42:02.882 8 INFO neutron.services.segments.plugin [-] Segment df6a4a1d-6e02-49a9-979a-1287c558aac5 resource provider aggregate not found 2026-08-20 02:42:02.884 8 INFO neutron.services.segments.plugin [-] Segment df6a4a1d-6e02-49a9-979a-1287c558aac5 resource provider aggregate not found 2026-08-20 02:42:02.908 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment df6a4a1d-6e02-49a9-979a-1287c558aac5 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 df6a4a1d-6e02-49a9-979a-1287c558aac5 found for delete ", "request_id": "req-4bd47db3-923e-450b-9c7f-e34e468093b5"}]} 2026-08-20 02:42:02.913 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment df6a4a1d-6e02-49a9-979a-1287c558aac5 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 df6a4a1d-6e02-49a9-979a-1287c558aac5 found for delete ", "request_id": "req-bcc19fbb-762d-49fa-b712-a995f9cc3a34"}]} [pid: 8|app: 0|req: 1414/2841] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:42:02 2026] DELETE /v2.0/networks/cce7dfb2-ea24-4e37-8934-b69406f2bb3d => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:42:03.051 7 INFO neutron.services.segments.plugin [-] Segment 4ee4a8a0-e38d-4557-914f-4fccb20db023 resource provider aggregate not found 2026-08-20 02:42:03.065 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4ee4a8a0-e38d-4557-914f-4fccb20db023 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 4ee4a8a0-e38d-4557-914f-4fccb20db023 found for delete ", "request_id": "req-5ada5634-2647-4d75-8b3c-c509d70c5239"}]} 2026-08-20 02:42:03.066 7 INFO neutron.services.segments.plugin [-] Segment 4ee4a8a0-e38d-4557-914f-4fccb20db023 resource provider aggregate not found 2026-08-20 02:42:03.081 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4ee4a8a0-e38d-4557-914f-4fccb20db023 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 4ee4a8a0-e38d-4557-914f-4fccb20db023 found for delete ", "request_id": "req-774c05af-6eee-42a7-9a1f-8b319d726803"}]} [pid: 7|app: 0|req: 1428/2842] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:42:02 2026] DELETE /v2.0/networks/55b52504-5bbd-4f3c-82f1-2842b50e224b => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2843] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:42:03 2026] GET /v2.0/security-groups?tenant_id=d3c58baa7ec64c8e949607ee87becea8&name=default => generated 2929 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2844] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:42:03 2026] DELETE /v2.0/security-groups/00af3050-8cbf-4dab-acee-fe0378b7dbb3 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2845] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:42:04 2026] GET /v2.0/security-groups?tenant_id=5c55e3deafef4a62b2b78358b1e8d502&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2846] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:42:04 2026] DELETE /v2.0/security-groups/e3cf4573-44d3-411e-9abf-f6a774566cb7 => 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: 1417/2847] 199.19.213.229 () {30 vars in 703 bytes} [Thu Aug 20 02:42:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2848] 199.19.213.229 () {30 vars in 705 bytes} [Thu Aug 20 02:42:05 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: 1418/2849] 199.19.213.229 () {30 vars in 681 bytes} [Thu Aug 20 02:42:05 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: 1432/2850] 199.19.213.229 () {30 vars in 717 bytes} [Thu Aug 20 02:42:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:42:05.352 8 INFO neutron.api.v2.resource [None req-0cc9129c-6413-4a13-815c-01b64067ce0b d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1419/2851] 199.19.213.229 () {30 vars in 763 bytes} [Thu Aug 20 02:42:05 2026] GET /v2.0/security-groups/lb-390b08b6-1f12-4601-8b65-e8ed3720b55b => 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: 1433/2852] 199.19.213.229 () {30 vars in 785 bytes} [Thu Aug 20 02:42:05 2026] GET /v2.0/security-groups?name=lb-390b08b6-1f12-4601-8b65-e8ed3720b55b => 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: 1420/2853] 199.19.213.229 () {30 vars in 815 bytes} [Thu Aug 20 02:42:05 2026] GET /v2.0/security-group-rules?security_group_id=9bbcb21f-eeb7-4911-82f5-17d5bd4d5de1 => generated 1182 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2854] 199.19.213.229 () {34 vars in 747 bytes} [Thu Aug 20 02:42:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2855] 199.19.213.229 () {34 vars in 747 bytes} [Thu Aug 20 02:42:05 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: 7|app: 0|req: 1435/2856] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:42:07 2026] GET /v2.0/security-groups?tenant_id=62152438aca749f2b480c52e6a8c36fe&name=default => generated 2929 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2857] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:42:08 2026] DELETE /v2.0/security-groups/70fbb1cb-8c05-4df1-ae2b-a03b86be67be => 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: 1436/2858] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:42:08 2026] GET /v2.0/security-groups?tenant_id=61a45bf57449477dbacfe2beebc70f1b&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2859] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:42:08 2026] DELETE /v2.0/security-groups/3a188fd8-2042-446e-8fcc-0d9f95673db7 => 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: 1425/2862] 10.0.0.46 () {30 vars in 689 bytes} [Thu Aug 20 02:42:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2863] 10.0.0.46 () {30 vars in 691 bytes} [Thu Aug 20 02:42:17 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: 1426/2864] 10.0.0.46 () {30 vars in 667 bytes} [Thu Aug 20 02:42:17 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: 1439/2865] 10.0.0.46 () {30 vars in 703 bytes} [Thu Aug 20 02:42:17 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: 1427/2866] 10.0.0.46 () {28 vars in 438 bytes} [Thu Aug 20 02:42:17 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: 1440/2867] 10.0.0.46 () {30 vars in 727 bytes} [Thu Aug 20 02:42:17 2026] GET /v2.0/subnets/6d6810f3-81c1-4665-bac9-79322aac4679 => generated 655 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2868] 199.19.213.229 () {30 vars in 703 bytes} [Thu Aug 20 02:42:18 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/2869] 199.19.213.229 () {30 vars in 705 bytes} [Thu Aug 20 02:42:18 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2870] 199.19.213.229 () {30 vars in 681 bytes} [Thu Aug 20 02:42:18 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2871] 199.19.213.229 () {30 vars in 717 bytes} [Thu Aug 20 02:42:18 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2872] 199.19.213.229 () {30 vars in 741 bytes} [Thu Aug 20 02:42:18 2026] GET /v2.0/subnets/6d6810f3-81c1-4665-bac9-79322aac4679 => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2873] 199.19.213.229 () {30 vars in 769 bytes} [Thu Aug 20 02:42:18 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 2590 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2874] 199.19.213.229 () {30 vars in 703 bytes} [Thu Aug 20 02:42:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2875] 199.19.213.229 () {30 vars in 705 bytes} [Thu Aug 20 02:42:18 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: 1432/2876] 199.19.213.229 () {30 vars in 681 bytes} [Thu Aug 20 02:42:18 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2877] 199.19.213.229 () {30 vars in 717 bytes} [Thu Aug 20 02:42:18 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: 1433/2878] 199.19.213.229 () {34 vars in 717 bytes} [Thu Aug 20 02:42:18 2026] POST /v2.0/ports => generated 1328 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2879] 10.0.0.147 () {34 vars in 971 bytes} [Thu Aug 20 02:42:19 2026] GET /v2.0/ports/0b36b739-9f09-41b0-a776-7703e4967eef => generated 1328 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1434/2880] 199.19.213.229 () {34 vars in 1262 bytes} [Thu Aug 20 02:42:20 2026] GET /v2.0/ports/0b36b739-9f09-41b0-a776-7703e4967eef?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2881] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:42:20 2026] GET /v2.0/networks/0ec9b43b-608f-49eb-a267-b970e406f9c7?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: 1435/2882] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:42:20 2026] GET /v2.0/networks/0ec9b43b-608f-49eb-a267-b970e406f9c7?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: 1448/2883] 199.19.213.229 () {34 vars in 975 bytes} [Thu Aug 20 02:42:20 2026] GET /v2.0/ports/0b36b739-9f09-41b0-a776-7703e4967eef => generated 1328 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2884] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:42:20 2026] GET /v2.0/networks?id=0ec9b43b-608f-49eb-a267-b970e406f9c7 => generated 799 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2885] 199.19.213.229 () {38 vars in 1028 bytes} [Thu Aug 20 02:42:21 2026] PUT /v2.0/ports/0b36b739-9f09-41b0-a776-7703e4967eef => generated 1518 bytes in 530 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:42:21.724 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee714e1d-4425-4b0f-a0b1-6661aad649ce'] response: {'name': 'network-changed', 'server_uuid': '5b3a945f-d7ee-4c5b-b951-b898008badf1', 'tag': '0b36b739-9f09-41b0-a776-7703e4967eef', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1437/2886] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:42:22 2026] GET /v2.0/ports?tenant_id=9d4df0c1f3484b60b33a2879e1923bd0&device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 4100 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: 1450/2887] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:42:22 2026] GET /v2.0/networks?id=0ec9b43b-608f-49eb-a267-b970e406f9c7 => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2888] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:42:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.185&port_id=0b36b739-9f09-41b0-a776-7703e4967eef => 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: 1451/2889] 199.19.213.229 () {34 vars in 1104 bytes} [Thu Aug 20 02:42:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A378&port_id=0b36b739-9f09-41b0-a776-7703e4967eef => 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: 1439/2890] 199.19.213.229 () {34 vars in 1064 bytes} [Thu Aug 20 02:42:22 2026] GET /v2.0/subnets?id=6d6810f3-81c1-4665-bac9-79322aac4679&id=2cc8d507-b922-4cea-8c6d-60c935526a8a => generated 1409 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2891] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:42:22 2026] GET /v2.0/ports?network_id=0ec9b43b-608f-49eb-a267-b970e406f9c7&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: 1440/2892] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:42:22 2026] GET /v2.0/ports?network_id=0ec9b43b-608f-49eb-a267-b970e406f9c7&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2893] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:42:22 2026] GET /v2.0/networks/0ec9b43b-608f-49eb-a267-b970e406f9c7?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: 1441/2894] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:42:22 2026] GET /v2.0/networks/0ec9b43b-608f-49eb-a267-b970e406f9c7?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: 1454/2895] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:42:23 2026] GET /v2.0/ports?tenant_id=9d4df0c1f3484b60b33a2879e1923bd0&device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 4100 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2896] 199.19.213.229 () {34 vars in 1062 bytes} [Thu Aug 20 02:42:23 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.134&port_id=41fb1fb9-2484-45da-81c2-0c82e06c7576 => 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: 1455/2897] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:42:23 2026] GET /v2.0/subnets?id=ec356d15-4456-4627-a015-44a9600d3137 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2898] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:42:23 2026] GET /v2.0/ports?network_id=4f9afc88-57fb-4d05-bc17-a66b183948d6&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: 1456/2899] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:42:23 2026] GET /v2.0/networks/4f9afc88-57fb-4d05-bc17-a66b183948d6?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: 1444/2900] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:42:23 2026] GET /v2.0/networks/4f9afc88-57fb-4d05-bc17-a66b183948d6?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: 1457/2901] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:42:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.182&port_id=d93ec9f7-d319-4f3d-9bbd-248ad2c16428 => 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: 1445/2902] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:42:23 2026] GET /v2.0/subnets?id=aa72f823-3f22-402f-81db-72a63e90804a => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2903] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:42:24 2026] GET /v2.0/ports?network_id=ba60a425-34d0-4b3a-9164-23e9f37e2e3c&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: 1446/2904] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:42:24 2026] GET /v2.0/networks/ba60a425-34d0-4b3a-9164-23e9f37e2e3c?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2905] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:42:24 2026] GET /v2.0/networks/ba60a425-34d0-4b3a-9164-23e9f37e2e3c?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: 1447/2906] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:42:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.185&port_id=0b36b739-9f09-41b0-a776-7703e4967eef => 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: 1460/2907] 199.19.213.229 () {34 vars in 1104 bytes} [Thu Aug 20 02:42:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A378&port_id=0b36b739-9f09-41b0-a776-7703e4967eef => 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: 1448/2908] 199.19.213.229 () {34 vars in 1064 bytes} [Thu Aug 20 02:42:24 2026] GET /v2.0/subnets?id=6d6810f3-81c1-4665-bac9-79322aac4679&id=2cc8d507-b922-4cea-8c6d-60c935526a8a => generated 1409 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2909] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:42:24 2026] GET /v2.0/ports?network_id=0ec9b43b-608f-49eb-a267-b970e406f9c7&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: 1449/2912] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:42:24 2026] GET /v2.0/ports?network_id=0ec9b43b-608f-49eb-a267-b970e406f9c7&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2913] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:42:24 2026] GET /v2.0/networks/0ec9b43b-608f-49eb-a267-b970e406f9c7?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: 1450/2914] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:42:24 2026] GET /v2.0/networks/0ec9b43b-608f-49eb-a267-b970e406f9c7?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: 1465/2915] 10.0.0.147 () {34 vars in 971 bytes} [Thu Aug 20 02:42:28 2026] GET /v2.0/ports/0b36b739-9f09-41b0-a776-7703e4967eef => generated 1518 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2916] 199.19.213.229 () {30 vars in 743 bytes} [Thu Aug 20 02:42:28 2026] GET /v2.0/networks/0ec9b43b-608f-49eb-a267-b970e406f9c7 => generated 796 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2917] 199.19.213.229 () {30 vars in 741 bytes} [Thu Aug 20 02:42:28 2026] GET /v2.0/subnets/6d6810f3-81c1-4665-bac9-79322aac4679 => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2918] 199.19.213.229 () {30 vars in 741 bytes} [Thu Aug 20 02:42:28 2026] GET /v2.0/subnets/2cc8d507-b922-4cea-8c6d-60c935526a8a => generated 743 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2919] 199.19.213.229 () {30 vars in 703 bytes} [Thu Aug 20 02:42:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2920] 199.19.213.229 () {30 vars in 705 bytes} [Thu Aug 20 02:42:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2921] 199.19.213.229 () {30 vars in 681 bytes} [Thu Aug 20 02:42:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2922] 199.19.213.229 () {30 vars in 717 bytes} [Thu Aug 20 02:42:28 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: 1469/2923] 199.19.213.229 () {30 vars in 741 bytes} [Thu Aug 20 02:42:28 2026] GET /v2.0/subnets/aa72f823-3f22-402f-81db-72a63e90804a => 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: 1455/2924] 199.19.213.229 () {30 vars in 737 bytes} [Thu Aug 20 02:42:28 2026] GET /v2.0/ports/39eb3686-c1a3-400c-8689-e279b9fcc690 => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2925] 199.19.213.229 () {30 vars in 737 bytes} [Thu Aug 20 02:42:28 2026] GET /v2.0/ports/d93ec9f7-d319-4f3d-9bbd-248ad2c16428 => generated 1350 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2926] 199.19.213.229 () {30 vars in 741 bytes} [Thu Aug 20 02:42:28 2026] GET /v2.0/subnets/aa72f823-3f22-402f-81db-72a63e90804a => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2927] 199.19.213.229 () {30 vars in 743 bytes} [Thu Aug 20 02:42:28 2026] GET /v2.0/networks/ba60a425-34d0-4b3a-9164-23e9f37e2e3c => generated 799 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2928] 199.19.213.229 () {30 vars in 737 bytes} [Thu Aug 20 02:42:28 2026] GET /v2.0/ports/39eb3686-c1a3-400c-8689-e279b9fcc690 => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2929] 199.19.213.229 () {30 vars in 741 bytes} [Thu Aug 20 02:42:28 2026] GET /v2.0/subnets/aa72f823-3f22-402f-81db-72a63e90804a => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2930] 10.0.0.46 () {30 vars in 689 bytes} [Thu Aug 20 02:42:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2931] 10.0.0.46 () {30 vars in 691 bytes} [Thu Aug 20 02:42:33 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: 1459/2932] 10.0.0.46 () {30 vars in 667 bytes} [Thu Aug 20 02:42:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2933] 10.0.0.46 () {30 vars in 703 bytes} [Thu Aug 20 02:42:33 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: 1460/2934] 10.0.0.46 () {28 vars in 438 bytes} [Thu Aug 20 02:42:33 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2935] 10.0.0.46 () {30 vars in 727 bytes} [Thu Aug 20 02:42:33 2026] GET /v2.0/subnets/a27f4d1f-8caa-46e6-9836-90df5a1106d7 => generated 656 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2936] 199.19.213.229 () {30 vars in 703 bytes} [Thu Aug 20 02:42:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2937] 199.19.213.229 () {30 vars in 705 bytes} [Thu Aug 20 02:42:34 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: 1462/2938] 199.19.213.229 () {30 vars in 681 bytes} [Thu Aug 20 02:42:34 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2939] 199.19.213.229 () {30 vars in 717 bytes} [Thu Aug 20 02:42:34 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: 1463/2940] 199.19.213.229 () {30 vars in 741 bytes} [Thu Aug 20 02:42:34 2026] GET /v2.0/subnets/6d6810f3-81c1-4665-bac9-79322aac4679 => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2941] 199.19.213.229 () {30 vars in 741 bytes} [Thu Aug 20 02:42:34 2026] GET /v2.0/subnets/a27f4d1f-8caa-46e6-9836-90df5a1106d7 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2942] 199.19.213.229 () {30 vars in 769 bytes} [Thu Aug 20 02:42:34 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 4102 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2943] 199.19.213.229 () {30 vars in 703 bytes} [Thu Aug 20 02:42:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2944] 199.19.213.229 () {30 vars in 705 bytes} [Thu Aug 20 02:42:34 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: 1480/2945] 199.19.213.229 () {30 vars in 681 bytes} [Thu Aug 20 02:42:34 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2946] 199.19.213.229 () {30 vars in 717 bytes} [Thu Aug 20 02:42:34 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: 1481/2947] 199.19.213.229 () {34 vars in 717 bytes} [Thu Aug 20 02:42:34 2026] POST /v2.0/ports => generated 1332 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2948] 10.0.0.147 () {34 vars in 971 bytes} [Thu Aug 20 02:42:35 2026] GET /v2.0/ports/e1b8e693-a4cd-41c0-a4ac-135464a14f4f => generated 1332 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1482/2949] 199.19.213.229 () {34 vars in 1262 bytes} [Thu Aug 20 02:42:36 2026] GET /v2.0/ports/e1b8e693-a4cd-41c0-a4ac-135464a14f4f?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2950] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:42:36 2026] GET /v2.0/networks/302f2aa4-9084-40f6-9824-cfd07edf70ad?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2951] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:42:36 2026] GET /v2.0/networks/302f2aa4-9084-40f6-9824-cfd07edf70ad?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: 1469/2952] 199.19.213.229 () {34 vars in 975 bytes} [Thu Aug 20 02:42:37 2026] GET /v2.0/ports/e1b8e693-a4cd-41c0-a4ac-135464a14f4f => generated 1332 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2953] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:42:37 2026] GET /v2.0/networks?id=302f2aa4-9084-40f6-9824-cfd07edf70ad => 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: 1470/2954] 199.19.213.229 () {38 vars in 1028 bytes} [Thu Aug 20 02:42:37 2026] PUT /v2.0/ports/e1b8e693-a4cd-41c0-a4ac-135464a14f4f => generated 1522 bytes in 510 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:42:38.153 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c059704-6510-4023-a6da-99469c8b9fef'] response: {'name': 'network-changed', 'server_uuid': '5b3a945f-d7ee-4c5b-b951-b898008badf1', 'tag': 'e1b8e693-a4cd-41c0-a4ac-135464a14f4f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1485/2955] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:42:38 2026] GET /v2.0/ports?tenant_id=9d4df0c1f3484b60b33a2879e1923bd0&device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 5616 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: 1471/2956] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:42:38 2026] GET /v2.0/networks?id=302f2aa4-9084-40f6-9824-cfd07edf70ad => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2957] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:42:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.200&port_id=e1b8e693-a4cd-41c0-a4ac-135464a14f4f => 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: 1472/2958] 199.19.213.229 () {34 vars in 1106 bytes} [Thu Aug 20 02:42:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2d6&port_id=e1b8e693-a4cd-41c0-a4ac-135464a14f4f => 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: 1487/2959] 199.19.213.229 () {34 vars in 1064 bytes} [Thu Aug 20 02:42:38 2026] GET /v2.0/subnets?id=a27f4d1f-8caa-46e6-9836-90df5a1106d7&id=dbc5e971-6a30-4a60-ac44-4c6ca9ddb2f1 => generated 1415 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2960] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:42:38 2026] GET /v2.0/ports?network_id=302f2aa4-9084-40f6-9824-cfd07edf70ad&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2961] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:42:38 2026] GET /v2.0/ports?network_id=302f2aa4-9084-40f6-9824-cfd07edf70ad&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2962] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:42:38 2026] GET /v2.0/networks/302f2aa4-9084-40f6-9824-cfd07edf70ad?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: 1489/2963] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:42:39 2026] GET /v2.0/networks/302f2aa4-9084-40f6-9824-cfd07edf70ad?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2966] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:42:40 2026] GET /v2.0/ports?tenant_id=9d4df0c1f3484b60b33a2879e1923bd0&device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 5616 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2967] 199.19.213.229 () {34 vars in 1062 bytes} [Thu Aug 20 02:42:40 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.134&port_id=41fb1fb9-2484-45da-81c2-0c82e06c7576 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2968] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:42:40 2026] GET /v2.0/subnets?id=ec356d15-4456-4627-a015-44a9600d3137 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2969] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:42:40 2026] GET /v2.0/ports?network_id=4f9afc88-57fb-4d05-bc17-a66b183948d6&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2970] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:42:40 2026] GET /v2.0/networks/4f9afc88-57fb-4d05-bc17-a66b183948d6?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: 1493/2971] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:42:40 2026] GET /v2.0/networks/4f9afc88-57fb-4d05-bc17-a66b183948d6?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: 1479/2972] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:42:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.182&port_id=d93ec9f7-d319-4f3d-9bbd-248ad2c16428 => 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: 1494/2973] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:42:40 2026] GET /v2.0/subnets?id=aa72f823-3f22-402f-81db-72a63e90804a => generated 679 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2974] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:42:40 2026] GET /v2.0/ports?network_id=ba60a425-34d0-4b3a-9164-23e9f37e2e3c&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2975] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:42:40 2026] GET /v2.0/networks/ba60a425-34d0-4b3a-9164-23e9f37e2e3c?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2976] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:42:40 2026] GET /v2.0/networks/ba60a425-34d0-4b3a-9164-23e9f37e2e3c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2977] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:42:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.185&port_id=0b36b739-9f09-41b0-a776-7703e4967eef => 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: 1482/2978] 199.19.213.229 () {34 vars in 1104 bytes} [Thu Aug 20 02:42:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A378&port_id=0b36b739-9f09-41b0-a776-7703e4967eef => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2979] 199.19.213.229 () {34 vars in 1064 bytes} [Thu Aug 20 02:42:40 2026] GET /v2.0/subnets?id=6d6810f3-81c1-4665-bac9-79322aac4679&id=2cc8d507-b922-4cea-8c6d-60c935526a8a => generated 1409 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2980] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:42:40 2026] GET /v2.0/ports?network_id=0ec9b43b-608f-49eb-a267-b970e406f9c7&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: 1498/2981] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:42:40 2026] GET /v2.0/ports?network_id=0ec9b43b-608f-49eb-a267-b970e406f9c7&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: 1484/2982] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:42:40 2026] GET /v2.0/networks/0ec9b43b-608f-49eb-a267-b970e406f9c7?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: 1499/2983] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:42:40 2026] GET /v2.0/networks/0ec9b43b-608f-49eb-a267-b970e406f9c7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2984] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:42:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.200&port_id=e1b8e693-a4cd-41c0-a4ac-135464a14f4f => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2985] 199.19.213.229 () {34 vars in 1106 bytes} [Thu Aug 20 02:42:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2d6&port_id=e1b8e693-a4cd-41c0-a4ac-135464a14f4f => 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: 1486/2986] 199.19.213.229 () {34 vars in 1064 bytes} [Thu Aug 20 02:42:41 2026] GET /v2.0/subnets?id=a27f4d1f-8caa-46e6-9836-90df5a1106d7&id=dbc5e971-6a30-4a60-ac44-4c6ca9ddb2f1 => generated 1415 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2987] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:42:41 2026] GET /v2.0/ports?network_id=302f2aa4-9084-40f6-9824-cfd07edf70ad&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2988] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:42:41 2026] GET /v2.0/ports?network_id=302f2aa4-9084-40f6-9824-cfd07edf70ad&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: 1502/2989] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:42:41 2026] GET /v2.0/networks/302f2aa4-9084-40f6-9824-cfd07edf70ad?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: 1488/2990] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:42:41 2026] GET /v2.0/networks/302f2aa4-9084-40f6-9824-cfd07edf70ad?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2991] 10.0.0.147 () {34 vars in 971 bytes} [Thu Aug 20 02:42:45 2026] GET /v2.0/ports/e1b8e693-a4cd-41c0-a4ac-135464a14f4f => generated 1524 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2992] 199.19.213.229 () {30 vars in 743 bytes} [Thu Aug 20 02:42:45 2026] GET /v2.0/networks/302f2aa4-9084-40f6-9824-cfd07edf70ad => generated 797 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2993] 199.19.213.229 () {30 vars in 741 bytes} [Thu Aug 20 02:42:45 2026] GET /v2.0/subnets/a27f4d1f-8caa-46e6-9836-90df5a1106d7 => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2994] 199.19.213.229 () {30 vars in 741 bytes} [Thu Aug 20 02:42:45 2026] GET /v2.0/subnets/dbc5e971-6a30-4a60-ac44-4c6ca9ddb2f1 => generated 748 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2995] 199.19.213.229 () {30 vars in 737 bytes} [Thu Aug 20 02:42:45 2026] GET /v2.0/ports/0b36b739-9f09-41b0-a776-7703e4967eef => generated 1520 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2996] 199.19.213.229 () {34 vars in 790 bytes} [Thu Aug 20 02:42:45 2026] PUT /v2.0/ports/0b36b739-9f09-41b0-a776-7703e4967eef => generated 1255 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:42:45.952 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dae78586-fa30-4f92-a6dd-0c89bddc6f05'] response: {'name': 'network-changed', 'server_uuid': '5b3a945f-d7ee-4c5b-b951-b898008badf1', 'tag': '0b36b739-9f09-41b0-a776-7703e4967eef', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1506/2997] 199.19.213.229 () {30 vars in 743 bytes} [Thu Aug 20 02:42:45 2026] GET /v2.0/networks/0ec9b43b-608f-49eb-a267-b970e406f9c7 => generated 796 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: 1492/2998] 199.19.213.229 () {30 vars in 741 bytes} [Thu Aug 20 02:42:45 2026] GET /v2.0/subnets/6d6810f3-81c1-4665-bac9-79322aac4679 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2999] 199.19.213.229 () {30 vars in 703 bytes} [Thu Aug 20 02:42:46 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: 1493/3000] 199.19.213.229 () {30 vars in 705 bytes} [Thu Aug 20 02:42:46 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: 1508/3001] 199.19.213.229 () {30 vars in 681 bytes} [Thu Aug 20 02:42:46 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3002] 199.19.213.229 () {30 vars in 717 bytes} [Thu Aug 20 02:42:46 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: 1509/3003] 199.19.213.229 () {30 vars in 741 bytes} [Thu Aug 20 02:42:46 2026] GET /v2.0/subnets/aa72f823-3f22-402f-81db-72a63e90804a => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3004] 199.19.213.229 () {30 vars in 737 bytes} [Thu Aug 20 02:42:46 2026] GET /v2.0/ports/39eb3686-c1a3-400c-8689-e279b9fcc690 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3005] 199.19.213.229 () {30 vars in 737 bytes} [Thu Aug 20 02:42:46 2026] GET /v2.0/ports/d93ec9f7-d319-4f3d-9bbd-248ad2c16428 => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3006] 199.19.213.229 () {30 vars in 741 bytes} [Thu Aug 20 02:42:46 2026] GET /v2.0/subnets/aa72f823-3f22-402f-81db-72a63e90804a => 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: 1511/3007] 199.19.213.229 () {30 vars in 743 bytes} [Thu Aug 20 02:42:46 2026] GET /v2.0/networks/ba60a425-34d0-4b3a-9164-23e9f37e2e3c => generated 799 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3008] 199.19.213.229 () {30 vars in 737 bytes} [Thu Aug 20 02:42:46 2026] GET /v2.0/ports/39eb3686-c1a3-400c-8689-e279b9fcc690 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3009] 199.19.213.229 () {30 vars in 741 bytes} [Thu Aug 20 02:42:46 2026] GET /v2.0/subnets/aa72f823-3f22-402f-81db-72a63e90804a => 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: 1512/3010] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:42:46 2026] GET /v2.0/ports?tenant_id=9d4df0c1f3484b60b33a2879e1923bd0&device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 5389 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3011] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:42:46 2026] GET /v2.0/networks?id=0ec9b43b-608f-49eb-a267-b970e406f9c7 => generated 799 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3012] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:42:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.185&port_id=0b36b739-9f09-41b0-a776-7703e4967eef => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3013] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:42:46 2026] GET /v2.0/subnets?id=6d6810f3-81c1-4665-bac9-79322aac4679 => 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: 1514/3014] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:42:46 2026] GET /v2.0/ports?network_id=0ec9b43b-608f-49eb-a267-b970e406f9c7&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3015] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:42:46 2026] GET /v2.0/networks/0ec9b43b-608f-49eb-a267-b970e406f9c7?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3016] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:42:46 2026] GET /v2.0/networks/0ec9b43b-608f-49eb-a267-b970e406f9c7?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: 1517/3019] 10.0.0.147 () {34 vars in 1178 bytes} [Thu Aug 20 02:42:55 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1&device_id=31c1c5d7-d319-466d-84a6-7259b6600d44&device_id=9e7a3da0-98bb-4fbe-ad07-a445fa3af685 => generated 8305 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3020] 10.0.0.147 () {34 vars in 1280 bytes} [Thu Aug 20 02:42:55 2026] GET /v2.0/security-groups?id=9bbcb21f-eeb7-4911-82f5-17d5bd4d5de1&id=83b4c711-9506-41b2-9f43-41626769a5ab&id=0bf952a7-2b06-42b9-8b71-0d191bd7a225&id=51122e74-324d-4c33-8cf0-76fa800eb6f7&fields=id&fields=name => generated 353 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3021] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:42:55 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 5389 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3022] 10.0.0.147 () {34 vars in 1200 bytes} [Thu Aug 20 02:42:56 2026] GET /v2.0/security-groups?id=9bbcb21f-eeb7-4911-82f5-17d5bd4d5de1&id=0bf952a7-2b06-42b9-8b71-0d191bd7a225&id=51122e74-324d-4c33-8cf0-76fa800eb6f7&fields=id&fields=name => generated 262 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3023] 10.0.0.147 () {34 vars in 1084 bytes} [Thu Aug 20 02:42:56 2026] GET /v2.0/ports?device_id=31c1c5d7-d319-466d-84a6-7259b6600d44&device_id=9e7a3da0-98bb-4fbe-ad07-a445fa3af685 => generated 2927 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3024] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:42:56 2026] GET /v2.0/security-groups?id=83b4c711-9506-41b2-9f43-41626769a5ab&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3025] 199.19.213.229 () {30 vars in 703 bytes} [Thu Aug 20 02:42:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3026] 199.19.213.229 () {30 vars in 705 bytes} [Thu Aug 20 02:42:58 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: 1521/3027] 199.19.213.229 () {30 vars in 681 bytes} [Thu Aug 20 02:42:58 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: 1507/3028] 199.19.213.229 () {30 vars in 717 bytes} [Thu Aug 20 02:42:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3029] 199.19.213.229 () {30 vars in 741 bytes} [Thu Aug 20 02:42:58 2026] GET /v2.0/subnets/6d6810f3-81c1-4665-bac9-79322aac4679 => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3030] 199.19.213.229 () {30 vars in 769 bytes} [Thu Aug 20 02:42:58 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 5389 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3031] 199.19.213.229 () {30 vars in 703 bytes} [Thu Aug 20 02:42:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3032] 199.19.213.229 () {30 vars in 705 bytes} [Thu Aug 20 02:42:58 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3033] 199.19.213.229 () {30 vars in 681 bytes} [Thu Aug 20 02:42:58 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3034] 199.19.213.229 () {30 vars in 717 bytes} [Thu Aug 20 02:42:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3035] 199.19.213.229 () {30 vars in 737 bytes} [Thu Aug 20 02:42:58 2026] GET /v2.0/ports/e1b8e693-a4cd-41c0-a4ac-135464a14f4f => generated 1524 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3036] 199.19.213.229 () {34 vars in 790 bytes} [Thu Aug 20 02:42:58 2026] PUT /v2.0/ports/e1b8e693-a4cd-41c0-a4ac-135464a14f4f => generated 1311 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:42:59.166 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-387bef3f-20c7-42d4-b901-aa62aabbee85'] response: {'name': 'network-changed', 'server_uuid': '5b3a945f-d7ee-4c5b-b951-b898008badf1', 'tag': 'e1b8e693-a4cd-41c0-a4ac-135464a14f4f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1526/3037] 199.19.213.229 () {30 vars in 743 bytes} [Thu Aug 20 02:42:59 2026] GET /v2.0/networks/302f2aa4-9084-40f6-9824-cfd07edf70ad => generated 797 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1512/3038] 199.19.213.229 () {30 vars in 741 bytes} [Thu Aug 20 02:42:59 2026] GET /v2.0/subnets/dbc5e971-6a30-4a60-ac44-4c6ca9ddb2f1 => generated 748 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3039] 199.19.213.229 () {30 vars in 737 bytes} [Thu Aug 20 02:42:59 2026] GET /v2.0/ports/e1b8e693-a4cd-41c0-a4ac-135464a14f4f => generated 1347 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3040] 199.19.213.229 () {34 vars in 789 bytes} [Thu Aug 20 02:42:59 2026] PUT /v2.0/ports/e1b8e693-a4cd-41c0-a4ac-135464a14f4f => generated 1080 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3041] 199.19.213.229 () {30 vars in 743 bytes} [Thu Aug 20 02:42:59 2026] GET /v2.0/networks/302f2aa4-9084-40f6-9824-cfd07edf70ad => generated 797 bytes in 49 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: 1514/3042] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:42:59 2026] GET /v2.0/ports?tenant_id=9d4df0c1f3484b60b33a2879e1923bd0&device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 4981 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3043] 199.19.213.229 () {30 vars in 769 bytes} [Thu Aug 20 02:42:59 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 4981 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3044] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:42:59 2026] GET /v2.0/networks?id=302f2aa4-9084-40f6-9824-cfd07edf70ad => 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: 1530/3045] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:42:59 2026] GET /v2.0/networks/302f2aa4-9084-40f6-9824-cfd07edf70ad?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: 1516/3046] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:42:59 2026] GET /v2.0/networks/302f2aa4-9084-40f6-9824-cfd07edf70ad?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: 1531/3047] 199.19.213.229 () {30 vars in 769 bytes} [Thu Aug 20 02:42:59 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 4981 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3048] 199.19.213.229 () {30 vars in 769 bytes} [Thu Aug 20 02:43:00 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 4981 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:43:01.216 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4662c7fa-6f2d-4dd5-9c72-0dbabe14a265'] response: {'name': 'network-changed', 'server_uuid': '5b3a945f-d7ee-4c5b-b951-b898008badf1', 'tag': 'e1b8e693-a4cd-41c0-a4ac-135464a14f4f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1532/3049] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:43:01 2026] GET /v2.0/ports?tenant_id=9d4df0c1f3484b60b33a2879e1923bd0&device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 4981 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3050] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:43:01 2026] GET /v2.0/networks?id=302f2aa4-9084-40f6-9824-cfd07edf70ad => generated 800 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3051] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:43:01 2026] GET /v2.0/networks/302f2aa4-9084-40f6-9824-cfd07edf70ad?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3052] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:43:01 2026] GET /v2.0/networks/302f2aa4-9084-40f6-9824-cfd07edf70ad?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3053] 199.19.213.229 () {30 vars in 769 bytes} [Thu Aug 20 02:43:01 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 4981 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3054] 199.19.213.229 () {34 vars in 975 bytes} [Thu Aug 20 02:43:02 2026] GET /v2.0/ports/e1b8e693-a4cd-41c0-a4ac-135464a14f4f => generated 1116 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3055] 199.19.213.229 () {34 vars in 1060 bytes} [Thu Aug 20 02:43:02 2026] GET /v2.0/ports/e1b8e693-a4cd-41c0-a4ac-135464a14f4f?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3056] 199.19.213.229 () {34 vars in 1016 bytes} [Thu Aug 20 02:43:02 2026] GET /v2.0/networks/302f2aa4-9084-40f6-9824-cfd07edf70ad?fields=dns_domain => generated 29 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3057] 199.19.213.229 () {38 vars in 1028 bytes} [Thu Aug 20 02:43:02 2026] PUT /v2.0/ports/e1b8e693-a4cd-41c0-a4ac-135464a14f4f => generated 917 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3058] 199.19.213.229 () {30 vars in 769 bytes} [Thu Aug 20 02:43:03 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 3873 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-20 02:43:03.207 7 INFO neutron_taas.services.taas.taas_plugin [None req-d674588d-fa6a-4f20-9ccc-163fc2c9b969 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: e1b8e693-a4cd-41c0-a4ac-135464a14f4f 2026-08-20 02:43:03.211 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d674588d-fa6a-4f20-9ccc-163fc2c9b969 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: e1b8e693-a4cd-41c0-a4ac-135464a14f4f [pid: 7|app: 0|req: 1537/3059] 199.19.213.229 () {32 vars in 759 bytes} [Thu Aug 20 02:43:03 2026] DELETE /v2.0/ports/e1b8e693-a4cd-41c0-a4ac-135464a14f4f => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3060] 199.19.213.229 () {30 vars in 703 bytes} [Thu Aug 20 02:43:03 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: 1538/3061] 199.19.213.229 () {30 vars in 705 bytes} [Thu Aug 20 02:43:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3062] 199.19.213.229 () {30 vars in 681 bytes} [Thu Aug 20 02:43:03 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: 1539/3063] 199.19.213.229 () {30 vars in 717 bytes} [Thu Aug 20 02:43:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3064] 199.19.213.229 () {30 vars in 741 bytes} [Thu Aug 20 02:43:03 2026] GET /v2.0/subnets/aa72f823-3f22-402f-81db-72a63e90804a => 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: 1540/3065] 199.19.213.229 () {30 vars in 737 bytes} [Thu Aug 20 02:43:03 2026] GET /v2.0/ports/39eb3686-c1a3-400c-8689-e279b9fcc690 => generated 1132 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3066] 199.19.213.229 () {30 vars in 737 bytes} [Thu Aug 20 02:43:03 2026] GET /v2.0/ports/d93ec9f7-d319-4f3d-9bbd-248ad2c16428 => generated 1350 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3067] 199.19.213.229 () {30 vars in 741 bytes} [Thu Aug 20 02:43:03 2026] GET /v2.0/subnets/aa72f823-3f22-402f-81db-72a63e90804a => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3068] 199.19.213.229 () {30 vars in 743 bytes} [Thu Aug 20 02:43:03 2026] GET /v2.0/networks/ba60a425-34d0-4b3a-9164-23e9f37e2e3c => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3069] 199.19.213.229 () {30 vars in 737 bytes} [Thu Aug 20 02:43:03 2026] GET /v2.0/ports/39eb3686-c1a3-400c-8689-e279b9fcc690 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3070] 199.19.213.229 () {30 vars in 741 bytes} [Thu Aug 20 02:43:03 2026] GET /v2.0/subnets/aa72f823-3f22-402f-81db-72a63e90804a => 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: 1543/3071] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:43:03 2026] GET /v2.0/ports?tenant_id=9d4df0c1f3484b60b33a2879e1923bd0&device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 3873 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3072] 199.19.213.229 () {34 vars in 1226 bytes} [Thu Aug 20 02:43:04 2026] GET /v2.0/networks?id=4f9afc88-57fb-4d05-bc17-a66b183948d6&id=ba60a425-34d0-4b3a-9164-23e9f37e2e3c&id=0ec9b43b-608f-49eb-a267-b970e406f9c7&id=302f2aa4-9084-40f6-9824-cfd07edf70ad => generated 3094 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3073] 199.19.213.229 () {34 vars in 1062 bytes} [Thu Aug 20 02:43:04 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.134&port_id=41fb1fb9-2484-45da-81c2-0c82e06c7576 => 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: 1530/3074] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:43:04 2026] GET /v2.0/subnets?id=ec356d15-4456-4627-a015-44a9600d3137 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3075] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:43:04 2026] GET /v2.0/ports?network_id=4f9afc88-57fb-4d05-bc17-a66b183948d6&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: 1531/3076] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:43:04 2026] GET /v2.0/networks/4f9afc88-57fb-4d05-bc17-a66b183948d6?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3077] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:43:04 2026] GET /v2.0/networks/4f9afc88-57fb-4d05-bc17-a66b183948d6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3078] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:43:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.182&port_id=d93ec9f7-d319-4f3d-9bbd-248ad2c16428 => 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: 1547/3079] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:43:04 2026] GET /v2.0/subnets?id=aa72f823-3f22-402f-81db-72a63e90804a => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3080] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:43:04 2026] GET /v2.0/ports?network_id=ba60a425-34d0-4b3a-9164-23e9f37e2e3c&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3081] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:43:04 2026] GET /v2.0/networks/ba60a425-34d0-4b3a-9164-23e9f37e2e3c?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3082] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:43:04 2026] GET /v2.0/networks/ba60a425-34d0-4b3a-9164-23e9f37e2e3c?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: 7|app: 0|req: 1549/3083] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:43:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.185&port_id=0b36b739-9f09-41b0-a776-7703e4967eef => 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: 1535/3084] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:43:04 2026] GET /v2.0/subnets?id=6d6810f3-81c1-4665-bac9-79322aac4679 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3085] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:43:04 2026] GET /v2.0/ports?network_id=0ec9b43b-608f-49eb-a267-b970e406f9c7&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: 1536/3086] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:43:04 2026] GET /v2.0/networks/0ec9b43b-608f-49eb-a267-b970e406f9c7?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: 1551/3087] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:43:04 2026] GET /v2.0/networks/0ec9b43b-608f-49eb-a267-b970e406f9c7?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: 1537/3088] 199.19.213.229 () {30 vars in 703 bytes} [Thu Aug 20 02:43:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3089] 199.19.213.229 () {30 vars in 705 bytes} [Thu Aug 20 02:43:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3090] 199.19.213.229 () {30 vars in 681 bytes} [Thu Aug 20 02:43:08 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: 1553/3091] 199.19.213.229 () {30 vars in 717 bytes} [Thu Aug 20 02:43:08 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: 1539/3092] 199.19.213.229 () {30 vars in 769 bytes} [Thu Aug 20 02:43:08 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 3873 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3093] 199.19.213.229 () {30 vars in 703 bytes} [Thu Aug 20 02:43:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3094] 199.19.213.229 () {30 vars in 705 bytes} [Thu Aug 20 02:43:09 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: 1555/3095] 199.19.213.229 () {30 vars in 681 bytes} [Thu Aug 20 02:43:09 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3096] 199.19.213.229 () {30 vars in 717 bytes} [Thu Aug 20 02:43:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3097] 199.19.213.229 () {30 vars in 737 bytes} [Thu Aug 20 02:43:09 2026] GET /v2.0/ports/0b36b739-9f09-41b0-a776-7703e4967eef => generated 1291 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3100] 199.19.213.229 () {34 vars in 789 bytes} [Thu Aug 20 02:43:09 2026] PUT /v2.0/ports/0b36b739-9f09-41b0-a776-7703e4967eef => generated 1080 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:43:09.541 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-470e33f6-b7fc-4290-8cd7-7b582a4b09b8'] response: {'name': 'network-changed', 'server_uuid': '5b3a945f-d7ee-4c5b-b951-b898008badf1', 'tag': '0b36b739-9f09-41b0-a776-7703e4967eef', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1559/3101] 199.19.213.229 () {30 vars in 743 bytes} [Thu Aug 20 02:43:09 2026] GET /v2.0/networks/0ec9b43b-608f-49eb-a267-b970e406f9c7 => generated 796 bytes in 59 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: 1543/3102] 199.19.213.229 () {30 vars in 769 bytes} [Thu Aug 20 02:43:09 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 3698 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3103] 199.19.213.229 () {30 vars in 769 bytes} [Thu Aug 20 02:43:09 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 3698 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3104] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:43:10 2026] GET /v2.0/ports?tenant_id=9d4df0c1f3484b60b33a2879e1923bd0&device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 3698 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3105] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:43:10 2026] GET /v2.0/networks?id=0ec9b43b-608f-49eb-a267-b970e406f9c7 => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3106] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:43:10 2026] GET /v2.0/networks/0ec9b43b-608f-49eb-a267-b970e406f9c7?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: 1562/3107] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:43:10 2026] GET /v2.0/networks/0ec9b43b-608f-49eb-a267-b970e406f9c7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3108] 199.19.213.229 () {30 vars in 769 bytes} [Thu Aug 20 02:43:10 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 3698 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3109] 199.19.213.229 () {34 vars in 975 bytes} [Thu Aug 20 02:43:11 2026] GET /v2.0/ports/0b36b739-9f09-41b0-a776-7703e4967eef => generated 1116 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3110] 199.19.213.229 () {34 vars in 1060 bytes} [Thu Aug 20 02:43:11 2026] GET /v2.0/ports/0b36b739-9f09-41b0-a776-7703e4967eef?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3111] 199.19.213.229 () {34 vars in 1016 bytes} [Thu Aug 20 02:43:11 2026] GET /v2.0/networks/0ec9b43b-608f-49eb-a267-b970e406f9c7?fields=dns_domain => generated 29 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3112] 199.19.213.229 () {30 vars in 769 bytes} [Thu Aug 20 02:43:11 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 3698 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3113] 199.19.213.229 () {38 vars in 1028 bytes} [Thu Aug 20 02:43:11 2026] PUT /v2.0/ports/0b36b739-9f09-41b0-a776-7703e4967eef => generated 917 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3114] 199.19.213.229 () {30 vars in 769 bytes} [Thu Aug 20 02:43:12 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 2590 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-20 02:43:13.059 7 INFO neutron_taas.services.taas.taas_plugin [None req-d899ff10-d010-49ef-b7fa-0ca0af14d3c9 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: 0b36b739-9f09-41b0-a776-7703e4967eef 2026-08-20 02:43:13.062 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d899ff10-d010-49ef-b7fa-0ca0af14d3c9 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: 0b36b739-9f09-41b0-a776-7703e4967eef [pid: 7|app: 0|req: 1566/3115] 199.19.213.229 () {32 vars in 759 bytes} [Thu Aug 20 02:43:12 2026] DELETE /v2.0/ports/0b36b739-9f09-41b0-a776-7703e4967eef => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3116] 199.19.213.229 () {30 vars in 703 bytes} [Thu Aug 20 02:43:13 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: 1567/3117] 199.19.213.229 () {30 vars in 705 bytes} [Thu Aug 20 02:43:13 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: 1551/3118] 199.19.213.229 () {30 vars in 681 bytes} [Thu Aug 20 02:43:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3119] 199.19.213.229 () {30 vars in 717 bytes} [Thu Aug 20 02:43:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3120] 199.19.213.229 () {30 vars in 741 bytes} [Thu Aug 20 02:43:13 2026] GET /v2.0/subnets/aa72f823-3f22-402f-81db-72a63e90804a => 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: 1569/3121] 199.19.213.229 () {30 vars in 737 bytes} [Thu Aug 20 02:43:13 2026] GET /v2.0/ports/39eb3686-c1a3-400c-8689-e279b9fcc690 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3122] 199.19.213.229 () {30 vars in 737 bytes} [Thu Aug 20 02:43:13 2026] GET /v2.0/ports/d93ec9f7-d319-4f3d-9bbd-248ad2c16428 => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3123] 199.19.213.229 () {30 vars in 741 bytes} [Thu Aug 20 02:43:13 2026] GET /v2.0/subnets/aa72f823-3f22-402f-81db-72a63e90804a => 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: 1554/3124] 199.19.213.229 () {30 vars in 743 bytes} [Thu Aug 20 02:43:13 2026] GET /v2.0/networks/ba60a425-34d0-4b3a-9164-23e9f37e2e3c => generated 799 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3125] 199.19.213.229 () {30 vars in 737 bytes} [Thu Aug 20 02:43:13 2026] GET /v2.0/ports/39eb3686-c1a3-400c-8689-e279b9fcc690 => generated 1132 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3126] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:43:13 2026] GET /v2.0/ports?tenant_id=9d4df0c1f3484b60b33a2879e1923bd0&device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 2590 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3127] 199.19.213.229 () {30 vars in 741 bytes} [Thu Aug 20 02:43:13 2026] GET /v2.0/subnets/aa72f823-3f22-402f-81db-72a63e90804a => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3128] 199.19.213.229 () {34 vars in 1146 bytes} [Thu Aug 20 02:43:13 2026] GET /v2.0/networks?id=4f9afc88-57fb-4d05-bc17-a66b183948d6&id=ba60a425-34d0-4b3a-9164-23e9f37e2e3c&id=0ec9b43b-608f-49eb-a267-b970e406f9c7 => generated 2308 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3129] 199.19.213.229 () {34 vars in 1062 bytes} [Thu Aug 20 02:43:13 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.134&port_id=41fb1fb9-2484-45da-81c2-0c82e06c7576 => 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: 1557/3130] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:43:13 2026] GET /v2.0/subnets?id=ec356d15-4456-4627-a015-44a9600d3137 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3131] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:43:13 2026] GET /v2.0/ports?network_id=4f9afc88-57fb-4d05-bc17-a66b183948d6&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: 1558/3132] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:43:13 2026] GET /v2.0/networks/4f9afc88-57fb-4d05-bc17-a66b183948d6?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: 1575/3133] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:43:13 2026] GET /v2.0/networks/4f9afc88-57fb-4d05-bc17-a66b183948d6?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: 1559/3134] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:43:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.182&port_id=d93ec9f7-d319-4f3d-9bbd-248ad2c16428 => 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: 1576/3135] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:43:13 2026] GET /v2.0/subnets?id=aa72f823-3f22-402f-81db-72a63e90804a => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3136] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:43:14 2026] GET /v2.0/ports?network_id=ba60a425-34d0-4b3a-9164-23e9f37e2e3c&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: 1577/3137] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:43:14 2026] GET /v2.0/networks/ba60a425-34d0-4b3a-9164-23e9f37e2e3c?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3138] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:43:14 2026] GET /v2.0/networks/ba60a425-34d0-4b3a-9164-23e9f37e2e3c?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: 1579/3141] 199.19.213.229 () {30 vars in 703 bytes} [Thu Aug 20 02:43:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3142] 199.19.213.229 () {30 vars in 705 bytes} [Thu Aug 20 02:43:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3143] 199.19.213.229 () {30 vars in 681 bytes} [Thu Aug 20 02:43:25 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: 1564/3144] 199.19.213.229 () {30 vars in 717 bytes} [Thu Aug 20 02:43:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:43:25.090 7 INFO neutron.api.v2.resource [None req-e8a626f7-2690-4984-ad81-e8188eb7c187 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1581/3145] 199.19.213.229 () {30 vars in 763 bytes} [Thu Aug 20 02:43:25 2026] GET /v2.0/security-groups/lb-390b08b6-1f12-4601-8b65-e8ed3720b55b => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3146] 199.19.213.229 () {30 vars in 785 bytes} [Thu Aug 20 02:43:25 2026] GET /v2.0/security-groups?name=lb-390b08b6-1f12-4601-8b65-e8ed3720b55b => generated 2865 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3147] 199.19.213.229 () {30 vars in 815 bytes} [Thu Aug 20 02:43:25 2026] GET /v2.0/security-group-rules?security_group_id=9bbcb21f-eeb7-4911-82f5-17d5bd4d5de1 => generated 2334 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3148] 199.19.213.229 () {32 vars in 789 bytes} [Thu Aug 20 02:43:25 2026] DELETE /v2.0/security-group-rules/238979ab-852a-4829-8251-0061e8cbc6b1 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3149] 199.19.213.229 () {32 vars in 789 bytes} [Thu Aug 20 02:43:25 2026] DELETE /v2.0/security-group-rules/9da95678-c938-4e05-a7b1-e463a870709f => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:43:28.980 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce258af1-33ea-44e0-bc64-b456aaf884c7 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] TaaS: Handle Delete Port: dc7e1715-72ea-4b04-bc88-ad3566db5ee8 2026-08-20 02:43:28.983 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce258af1-33ea-44e0-bc64-b456aaf884c7 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] Tap Mirror: Handle Delete Port: dc7e1715-72ea-4b04-bc88-ad3566db5ee8 2026-08-20 02:43:29.200 8 INFO neutron.db.l3_db [None req-ce258af1-33ea-44e0-bc64-b456aaf884c7 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] Floating IP 041529cb-f3af-44f7-9d88-37f1532587db disassociated (deleted). External IP: 10.96.250.218, port: 39eb3686-c1a3-400c-8689-e279b9fcc690. [pid: 8|app: 0|req: 1567/3150] 10.0.0.38 () {32 vars in 731 bytes} [Thu Aug 20 02:43:28 2026] DELETE /v2.0/floatingips/041529cb-f3af-44f7-9d88-37f1532587db => generated 0 bytes in 708 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:43:29.592 7 INFO neutron.api.v2.resource [None req-015a0af7-ceb2-49a3-891a-301f3466c7ff 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1584/3151] 10.0.0.38 () {32 vars in 728 bytes} [Thu Aug 20 02:43:29 2026] GET /v2.0/floatingips/041529cb-f3af-44f7-9d88-37f1532587db => generated 144 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3152] 199.19.213.229 () {30 vars in 703 bytes} [Thu Aug 20 02:43:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3153] 199.19.213.229 () {30 vars in 705 bytes} [Thu Aug 20 02:43:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3154] 199.19.213.229 () {30 vars in 681 bytes} [Thu Aug 20 02:43:30 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: 1586/3155] 199.19.213.229 () {30 vars in 717 bytes} [Thu Aug 20 02:43:30 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-20 02:43:30.578 8 INFO neutron.api.v2.resource [None req-4cd06114-5d40-486e-939e-284ef9e5ed14 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1570/3156] 199.19.213.229 () {30 vars in 763 bytes} [Thu Aug 20 02:43:30 2026] GET /v2.0/security-groups/lb-390b08b6-1f12-4601-8b65-e8ed3720b55b => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3157] 199.19.213.229 () {30 vars in 785 bytes} [Thu Aug 20 02:43:30 2026] GET /v2.0/security-groups?name=lb-390b08b6-1f12-4601-8b65-e8ed3720b55b => generated 1639 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3158] 199.19.213.229 () {30 vars in 815 bytes} [Thu Aug 20 02:43:30 2026] GET /v2.0/security-group-rules?security_group_id=9bbcb21f-eeb7-4911-82f5-17d5bd4d5de1 => generated 1182 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3159] 199.19.213.229 () {30 vars in 703 bytes} [Thu Aug 20 02:43:30 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: 1572/3160] 199.19.213.229 () {30 vars in 705 bytes} [Thu Aug 20 02:43:30 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: 1589/3161] 199.19.213.229 () {30 vars in 681 bytes} [Thu Aug 20 02:43:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3162] 199.19.213.229 () {30 vars in 717 bytes} [Thu Aug 20 02:43:30 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: 1590/3163] 199.19.213.229 () {30 vars in 741 bytes} [Thu Aug 20 02:43:30 2026] GET /v2.0/subnets/aa72f823-3f22-402f-81db-72a63e90804a => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3164] 199.19.213.229 () {30 vars in 769 bytes} [Thu Aug 20 02:43:30 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 2590 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3165] 199.19.213.229 () {30 vars in 769 bytes} [Thu Aug 20 02:43:30 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 2590 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3166] 199.19.213.229 () {30 vars in 769 bytes} [Thu Aug 20 02:43:31 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3167] 199.19.213.229 () {30 vars in 769 bytes} [Thu Aug 20 02:43:32 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 2590 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3168] 199.19.213.229 () {34 vars in 975 bytes} [Thu Aug 20 02:43:33 2026] GET /v2.0/ports/d93ec9f7-d319-4f3d-9bbd-248ad2c16428 => generated 1350 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3169] 199.19.213.229 () {34 vars in 1060 bytes} [Thu Aug 20 02:43:33 2026] GET /v2.0/ports/d93ec9f7-d319-4f3d-9bbd-248ad2c16428?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3170] 199.19.213.229 () {34 vars in 1016 bytes} [Thu Aug 20 02:43:33 2026] GET /v2.0/networks/ba60a425-34d0-4b3a-9164-23e9f37e2e3c?fields=dns_domain => generated 29 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3171] 199.19.213.229 () {30 vars in 769 bytes} [Thu Aug 20 02:43:33 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 2590 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3172] 199.19.213.229 () {38 vars in 1028 bytes} [Thu Aug 20 02:43:33 2026] PUT /v2.0/ports/d93ec9f7-d319-4f3d-9bbd-248ad2c16428 => generated 1151 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3173] 199.19.213.229 () {30 vars in 769 bytes} [Thu Aug 20 02:43:34 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 1248 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1579/3174] 199.19.213.229 () {34 vars in 789 bytes} [Thu Aug 20 02:43:34 2026] PUT /v2.0/ports/d93ec9f7-d319-4f3d-9bbd-248ad2c16428 => generated 1090 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3175] 199.19.213.229 () {30 vars in 737 bytes} [Thu Aug 20 02:43:34 2026] GET /v2.0/ports/d93ec9f7-d319-4f3d-9bbd-248ad2c16428 => generated 1090 bytes in 56 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-20 02:43:34.708 8 INFO neutron_taas.services.taas.taas_plugin [None req-e7e28d1d-09dc-43b6-8114-db38f9623201 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: d93ec9f7-d319-4f3d-9bbd-248ad2c16428 2026-08-20 02:43:34.711 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7e28d1d-09dc-43b6-8114-db38f9623201 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: d93ec9f7-d319-4f3d-9bbd-248ad2c16428 [pid: 8|app: 0|req: 1580/3176] 199.19.213.229 () {32 vars in 759 bytes} [Thu Aug 20 02:43:34 2026] DELETE /v2.0/ports/d93ec9f7-d319-4f3d-9bbd-248ad2c16428 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3177] 199.19.213.229 () {30 vars in 703 bytes} [Thu Aug 20 02:43:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3178] 199.19.213.229 () {30 vars in 705 bytes} [Thu Aug 20 02:43:34 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: 1598/3179] 199.19.213.229 () {30 vars in 681 bytes} [Thu Aug 20 02:43:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3180] 199.19.213.229 () {30 vars in 717 bytes} [Thu Aug 20 02:43:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:43:35.062 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e93567e8-a26f-4681-98c9-3f405a14cbbb d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1599/3181] 199.19.213.229 () {32 vars in 759 bytes} [Thu Aug 20 02:43:35 2026] DELETE /v2.0/ports/d93ec9f7-d319-4f3d-9bbd-248ad2c16428 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3182] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:43:35 2026] GET /v2.0/ports?tenant_id=9d4df0c1f3484b60b33a2879e1923bd0&device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 1248 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3183] 199.19.213.229 () {30 vars in 737 bytes} [Thu Aug 20 02:43:35 2026] GET /v2.0/ports/39eb3686-c1a3-400c-8689-e279b9fcc690 => generated 1132 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:43:35.154 7 INFO neutron.api.v2.resource [None req-1901a5c4-2962-46e9-85cb-2a982b1b9e1a d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1601/3184] 199.19.213.229 () {30 vars in 763 bytes} [Thu Aug 20 02:43:35 2026] GET /v2.0/security-groups/lb-390b08b6-1f12-4601-8b65-e8ed3720b55b => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3185] 199.19.213.229 () {34 vars in 1066 bytes} [Thu Aug 20 02:43:35 2026] GET /v2.0/networks?id=4f9afc88-57fb-4d05-bc17-a66b183948d6&id=ba60a425-34d0-4b3a-9164-23e9f37e2e3c => generated 1523 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3186] 199.19.213.229 () {34 vars in 1062 bytes} [Thu Aug 20 02:43:35 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.134&port_id=41fb1fb9-2484-45da-81c2-0c82e06c7576 => 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: 1602/3187] 199.19.213.229 () {30 vars in 785 bytes} [Thu Aug 20 02:43:35 2026] GET /v2.0/security-groups?name=lb-390b08b6-1f12-4601-8b65-e8ed3720b55b => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3188] 199.19.213.229 () {34 vars in 984 bytes} [Thu Aug 20 02:43:35 2026] GET /v2.0/subnets?id=ec356d15-4456-4627-a015-44a9600d3137 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3189] 199.19.213.229 () {30 vars in 737 bytes} [Thu Aug 20 02:43:35 2026] GET /v2.0/ports/39eb3686-c1a3-400c-8689-e279b9fcc690 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3190] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:43:35 2026] GET /v2.0/ports?network_id=4f9afc88-57fb-4d05-bc17-a66b183948d6&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: 1588/3191] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:43:35 2026] GET /v2.0/networks/4f9afc88-57fb-4d05-bc17-a66b183948d6?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3192] 199.19.213.229 () {34 vars in 789 bytes} [Thu Aug 20 02:43:35 2026] PUT /v2.0/ports/39eb3686-c1a3-400c-8689-e279b9fcc690 => generated 1094 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3193] 199.19.213.229 () {32 vars in 779 bytes} [Thu Aug 20 02:43:35 2026] DELETE /v2.0/security-groups/9bbcb21f-eeb7-4911-82f5-17d5bd4d5de1 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:43:35.780 7 INFO neutron_taas.services.taas.taas_plugin [None req-65fa5523-4260-4e5d-8ff8-25c4975d5240 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: 39eb3686-c1a3-400c-8689-e279b9fcc690 2026-08-20 02:43:35.783 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65fa5523-4260-4e5d-8ff8-25c4975d5240 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: 39eb3686-c1a3-400c-8689-e279b9fcc690 [pid: 8|app: 0|req: 1589/3194] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:43:35 2026] GET /v2.0/networks/4f9afc88-57fb-4d05-bc17-a66b183948d6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 524 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3195] 199.19.213.229 () {32 vars in 759 bytes} [Thu Aug 20 02:43:35 2026] DELETE /v2.0/ports/39eb3686-c1a3-400c-8689-e279b9fcc690 => 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: 1590/3196] 199.19.213.229 () {34 vars in 994 bytes} [Thu Aug 20 02:43:38 2026] GET /v2.0/ports?device_id=5b3a945f-d7ee-4c5b-b951-b898008badf1 => generated 1248 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:43:38.847 7 INFO neutron_taas.services.taas.taas_plugin [req-3d24c2c3-448a-4422-b420-47715aad9ffb req-4befacff-563d-48e2-90dd-8ed3fe0d00d1 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] TaaS: Handle Delete Port: 41fb1fb9-2484-45da-81c2-0c82e06c7576 2026-08-20 02:43:38.851 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3d24c2c3-448a-4422-b420-47715aad9ffb req-4befacff-563d-48e2-90dd-8ed3fe0d00d1 d1878adde1314cf595b1315b0179d014 9d4df0c1f3484b60b33a2879e1923bd0 - - default default] Tap Mirror: Handle Delete Port: 41fb1fb9-2484-45da-81c2-0c82e06c7576 [pid: 7|app: 0|req: 1607/3197] 199.19.213.229 () {36 vars in 997 bytes} [Thu Aug 20 02:43:38 2026] DELETE /v2.0/ports/41fb1fb9-2484-45da-81c2-0c82e06c7576 => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:43:39.081 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3f7dcc2b-567e-4f6e-8b16-f9862b23939b'] response: {'server_uuid': '5b3a945f-d7ee-4c5b-b951-b898008badf1', 'name': 'network-vif-deleted', 'tag': '41fb1fb9-2484-45da-81c2-0c82e06c7576', 'status': 'completed', 'code': 200} 2026-08-20 02:43:39.968 8 INFO neutron_taas.services.taas.taas_plugin [None req-01ff4021-b8d7-4b1e-bb54-6e4538dce0ff 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] TaaS: Handle Delete Port: ed3b2c63-1d42-4f32-85e6-607fecc55a07 2026-08-20 02:43:39.971 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01ff4021-b8d7-4b1e-bb54-6e4538dce0ff 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] Tap Mirror: Handle Delete Port: ed3b2c63-1d42-4f32-85e6-607fecc55a07 2026-08-20 02:43:40.196 8 INFO neutron.db.l3_db [None req-01ff4021-b8d7-4b1e-bb54-6e4538dce0ff 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] Floating IP c5c0f0ca-08b8-4fe6-8d99-165144ccd3c8 disassociated (deleted). External IP: 10.96.250.210, port: 4f26f662-eeff-4cfc-88fa-82ba7ea55f20. [pid: 8|app: 0|req: 1592/3200] 10.0.0.38 () {32 vars in 731 bytes} [Thu Aug 20 02:43:39 2026] DELETE /v2.0/floatingips/c5c0f0ca-08b8-4fe6-8d99-165144ccd3c8 => generated 0 bytes in 793 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:43:40.649 7 INFO neutron.api.v2.resource [None req-39159d93-d98f-4b8f-bcc2-08ab4beaa522 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1609/3201] 10.0.0.38 () {32 vars in 728 bytes} [Thu Aug 20 02:43:40 2026] GET /v2.0/floatingips/c5c0f0ca-08b8-4fe6-8d99-165144ccd3c8 => generated 144 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:43:40.658 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-85b688d5-3424-4e54-9b39-5d1a5d7b52c8'] response: {'name': 'network-changed', 'server_uuid': '31c1c5d7-d319-466d-84a6-7259b6600d44', 'tag': '4f26f662-eeff-4cfc-88fa-82ba7ea55f20', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1593/3202] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:43:40 2026] GET /v2.0/ports?device_id=31c1c5d7-d319-466d-84a6-7259b6600d44 => generated 1200 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3203] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:43:40 2026] GET /v2.0/security-groups?id=83b4c711-9506-41b2-9f43-41626769a5ab&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3204] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:43:41 2026] GET /v2.0/ports?tenant_id=ca4e3a5b17de4456a04434345c0f7964&device_id=31c1c5d7-d319-466d-84a6-7259b6600d44 => generated 1469 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3205] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:43:41 2026] GET /v2.0/networks?id=302f2aa4-9084-40f6-9824-cfd07edf70ad => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3206] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:43:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.179&port_id=4f26f662-eeff-4cfc-88fa-82ba7ea55f20 => 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: 1612/3207] 199.19.213.229 () {34 vars in 1104 bytes} [Thu Aug 20 02:43:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ad7&port_id=4f26f662-eeff-4cfc-88fa-82ba7ea55f20 => 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: 1596/3208] 199.19.213.229 () {34 vars in 1064 bytes} [Thu Aug 20 02:43:41 2026] GET /v2.0/subnets?id=a27f4d1f-8caa-46e6-9836-90df5a1106d7&id=dbc5e971-6a30-4a60-ac44-4c6ca9ddb2f1 => generated 1415 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3209] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:43:41 2026] GET /v2.0/ports?network_id=302f2aa4-9084-40f6-9824-cfd07edf70ad&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: 1597/3210] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:43:41 2026] GET /v2.0/ports?network_id=302f2aa4-9084-40f6-9824-cfd07edf70ad&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: 1614/3211] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:43:41 2026] GET /v2.0/networks/302f2aa4-9084-40f6-9824-cfd07edf70ad?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: 1598/3212] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:43:41 2026] GET /v2.0/networks/302f2aa4-9084-40f6-9824-cfd07edf70ad?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3213] 199.19.213.229 () {34 vars in 994 bytes} [Thu Aug 20 02:43:43 2026] GET /v2.0/ports?device_id=31c1c5d7-d319-466d-84a6-7259b6600d44 => generated 1198 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:43:43.435 8 INFO neutron_taas.services.taas.taas_plugin [req-80831be5-5d48-4705-8923-e212a3f3e32b req-b036ec24-042f-483f-b949-ac37fe508baf 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] TaaS: Handle Delete Port: 4f26f662-eeff-4cfc-88fa-82ba7ea55f20 2026-08-20 02:43:43.438 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-80831be5-5d48-4705-8923-e212a3f3e32b req-b036ec24-042f-483f-b949-ac37fe508baf 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] Tap Mirror: Handle Delete Port: 4f26f662-eeff-4cfc-88fa-82ba7ea55f20 [pid: 8|app: 0|req: 1599/3214] 199.19.213.229 () {36 vars in 997 bytes} [Thu Aug 20 02:43:43 2026] DELETE /v2.0/ports/4f26f662-eeff-4cfc-88fa-82ba7ea55f20 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:43:43.702 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e19c24f8-2e9e-4424-9f07-e70f6d541ba3'] response: {'server_uuid': '31c1c5d7-d319-466d-84a6-7259b6600d44', 'name': 'network-vif-deleted', 'tag': '4f26f662-eeff-4cfc-88fa-82ba7ea55f20', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1616/3215] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:43:46 2026] GET /v2.0/ports?device_id=31c1c5d7-d319-466d-84a6-7259b6600d44 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:43:51.268 8 INFO neutron_taas.services.taas.taas_plugin [None req-46d81f5b-56f2-45f2-8fa9-eea5c2fe1902 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] TaaS: Handle Delete Port: a8ed3874-e441-489d-8812-d66d5bad262d 2026-08-20 02:43:51.272 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46d81f5b-56f2-45f2-8fa9-eea5c2fe1902 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] Tap Mirror: Handle Delete Port: a8ed3874-e441-489d-8812-d66d5bad262d 2026-08-20 02:43:51.471 8 INFO neutron.db.l3_db [None req-46d81f5b-56f2-45f2-8fa9-eea5c2fe1902 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] Floating IP de4a48be-c8a3-419c-96c2-6b860553271f disassociated (deleted). External IP: 10.96.250.212, port: 34de0e3a-b799-4404-a179-7a8fd950e05d. [pid: 8|app: 0|req: 1600/3216] 10.0.0.38 () {32 vars in 731 bytes} [Thu Aug 20 02:43:51 2026] DELETE /v2.0/floatingips/de4a48be-c8a3-419c-96c2-6b860553271f => generated 0 bytes in 761 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:43:51.926 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-579a82aa-d1bc-418f-92a6-2f5433950354'] response: {'name': 'network-changed', 'server_uuid': '9e7a3da0-98bb-4fbe-ad07-a445fa3af685', 'tag': '34de0e3a-b799-4404-a179-7a8fd950e05d', 'status': 'completed', 'code': 200} 2026-08-20 02:43:51.927 7 INFO neutron.api.v2.resource [None req-f6281d5c-ce4d-41f4-8cf9-c439576e3de9 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1617/3217] 10.0.0.38 () {32 vars in 728 bytes} [Thu Aug 20 02:43:51 2026] GET /v2.0/floatingips/de4a48be-c8a3-419c-96c2-6b860553271f => generated 144 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3218] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:43:52 2026] GET /v2.0/ports?device_id=9e7a3da0-98bb-4fbe-ad07-a445fa3af685 => generated 1200 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3219] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Aug 20 02:43:52 2026] GET /v2.0/security-groups?id=83b4c711-9506-41b2-9f43-41626769a5ab&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3220] 199.19.213.229 () {34 vars in 1080 bytes} [Thu Aug 20 02:43:52 2026] GET /v2.0/ports?tenant_id=ca4e3a5b17de4456a04434345c0f7964&device_id=9e7a3da0-98bb-4fbe-ad07-a445fa3af685 => generated 1469 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3221] 199.19.213.229 () {34 vars in 986 bytes} [Thu Aug 20 02:43:52 2026] GET /v2.0/networks?id=0ec9b43b-608f-49eb-a267-b970e406f9c7 => generated 799 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3222] 199.19.213.229 () {34 vars in 1058 bytes} [Thu Aug 20 02:43:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.203&port_id=34de0e3a-b799-4404-a179-7a8fd950e05d => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3223] 199.19.213.229 () {34 vars in 1104 bytes} [Thu Aug 20 02:43:52 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A283&port_id=34de0e3a-b799-4404-a179-7a8fd950e05d => 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: 1604/3224] 199.19.213.229 () {34 vars in 1064 bytes} [Thu Aug 20 02:43:52 2026] GET /v2.0/subnets?id=6d6810f3-81c1-4665-bac9-79322aac4679&id=2cc8d507-b922-4cea-8c6d-60c935526a8a => generated 1409 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3225] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:43:52 2026] GET /v2.0/ports?network_id=0ec9b43b-608f-49eb-a267-b970e406f9c7&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3226] 199.19.213.229 () {34 vars in 1052 bytes} [Thu Aug 20 02:43:52 2026] GET /v2.0/ports?network_id=0ec9b43b-608f-49eb-a267-b970e406f9c7&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3227] 199.19.213.229 () {34 vars in 1012 bytes} [Thu Aug 20 02:43:52 2026] GET /v2.0/networks/0ec9b43b-608f-49eb-a267-b970e406f9c7?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: 1606/3228] 199.19.213.229 () {34 vars in 1112 bytes} [Thu Aug 20 02:43:52 2026] GET /v2.0/networks/0ec9b43b-608f-49eb-a267-b970e406f9c7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3231] 199.19.213.229 () {34 vars in 994 bytes} [Thu Aug 20 02:43:54 2026] GET /v2.0/ports?device_id=9e7a3da0-98bb-4fbe-ad07-a445fa3af685 => generated 1200 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:43:54.721 8 INFO neutron_taas.services.taas.taas_plugin [req-1bdf7d66-71cf-4cdc-a975-b9d94f418fa7 req-9cb02b95-ffd7-4fe0-beed-2f581ef32fb1 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] TaaS: Handle Delete Port: 34de0e3a-b799-4404-a179-7a8fd950e05d 2026-08-20 02:43:54.724 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1bdf7d66-71cf-4cdc-a975-b9d94f418fa7 req-9cb02b95-ffd7-4fe0-beed-2f581ef32fb1 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] Tap Mirror: Handle Delete Port: 34de0e3a-b799-4404-a179-7a8fd950e05d [pid: 8|app: 0|req: 1608/3232] 199.19.213.229 () {36 vars in 997 bytes} [Thu Aug 20 02:43:54 2026] DELETE /v2.0/ports/34de0e3a-b799-4404-a179-7a8fd950e05d => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:43:54.928 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1cff3c48-3eed-41cf-8a8a-a181fc891604'] response: {'server_uuid': '9e7a3da0-98bb-4fbe-ad07-a445fa3af685', 'name': 'network-vif-deleted', 'tag': '34de0e3a-b799-4404-a179-7a8fd950e05d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1625/3233] 10.0.0.147 () {34 vars in 990 bytes} [Thu Aug 20 02:43:57 2026] GET /v2.0/ports?device_id=9e7a3da0-98bb-4fbe-ad07-a445fa3af685 => 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: 1609/3234] 10.0.0.38 () {32 vars in 749 bytes} [Thu Aug 20 02:44:02 2026] DELETE /v2.0/security-group-rules/4b40dff7-1d61-4a5a-915c-43bc68a8314d => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:44:02.433 7 INFO neutron.api.v2.resource [None req-80008809-f5ac-47b1-8718-b8ab49186f86 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1626/3235] 10.0.0.38 () {32 vars in 746 bytes} [Thu Aug 20 02:44:02 2026] GET /v2.0/security-group-rules/4b40dff7-1d61-4a5a-915c-43bc68a8314d => 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: 1610/3236] 10.0.0.38 () {32 vars in 749 bytes} [Thu Aug 20 02:44:02 2026] DELETE /v2.0/security-group-rules/4ad704a1-b49d-4ee9-9583-a15ee0464b13 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:44:02.516 7 INFO neutron.api.v2.resource [None req-6ad34818-0567-4245-bcbf-dc5b12ecd126 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1627/3237] 10.0.0.38 () {32 vars in 746 bytes} [Thu Aug 20 02:44:02 2026] GET /v2.0/security-group-rules/4ad704a1-b49d-4ee9-9583-a15ee0464b13 => 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: 1611/3238] 10.0.0.38 () {32 vars in 749 bytes} [Thu Aug 20 02:44:02 2026] DELETE /v2.0/security-group-rules/6510ffe5-5855-4131-9455-7188c3a2b830 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:44:02.621 7 INFO neutron.api.v2.resource [None req-3c45403d-a117-49b2-adfb-d002636762c9 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1628/3239] 10.0.0.38 () {32 vars in 746 bytes} [Thu Aug 20 02:44:02 2026] GET /v2.0/security-group-rules/6510ffe5-5855-4131-9455-7188c3a2b830 => 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: 1612/3240] 10.0.0.38 () {32 vars in 749 bytes} [Thu Aug 20 02:44:02 2026] DELETE /v2.0/security-group-rules/97772daa-402e-41a2-8436-980470d82a2c => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:44:02.718 7 INFO neutron.api.v2.resource [None req-4f9c1c20-4dab-4e79-bc9a-ca2f5876935b 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1629/3241] 10.0.0.38 () {32 vars in 746 bytes} [Thu Aug 20 02:44:02 2026] GET /v2.0/security-group-rules/97772daa-402e-41a2-8436-980470d82a2c => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3242] 10.0.0.38 () {32 vars in 749 bytes} [Thu Aug 20 02:44:02 2026] DELETE /v2.0/security-group-rules/72512de3-e34e-4fa7-a553-790421d8ae7e => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:44:02.806 7 INFO neutron.api.v2.resource [None req-f7564806-32ef-4833-936a-eb4b7163e3ee 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1630/3243] 10.0.0.38 () {32 vars in 746 bytes} [Thu Aug 20 02:44:02 2026] GET /v2.0/security-group-rules/72512de3-e34e-4fa7-a553-790421d8ae7e => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3244] 10.0.0.38 () {32 vars in 749 bytes} [Thu Aug 20 02:44:02 2026] DELETE /v2.0/security-group-rules/88ed8fb7-2a46-4658-af9c-94b66f5340f1 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:44:02.892 7 INFO neutron.api.v2.resource [None req-6ac7168e-8f57-40f2-89a3-4690277dec17 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1631/3245] 10.0.0.38 () {32 vars in 746 bytes} [Thu Aug 20 02:44:02 2026] GET /v2.0/security-group-rules/88ed8fb7-2a46-4658-af9c-94b66f5340f1 => 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: 1615/3246] 10.0.0.38 () {32 vars in 749 bytes} [Thu Aug 20 02:44:02 2026] DELETE /v2.0/security-group-rules/d73e8426-643f-47d4-bc55-b14f730349dc => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:44:02.984 7 INFO neutron.api.v2.resource [None req-8e0e515d-d6e5-4137-9436-24fa96c1951e 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1632/3247] 10.0.0.38 () {32 vars in 746 bytes} [Thu Aug 20 02:44:02 2026] GET /v2.0/security-group-rules/d73e8426-643f-47d4-bc55-b14f730349dc => 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: 1616/3248] 10.0.0.38 () {32 vars in 749 bytes} [Thu Aug 20 02:44:02 2026] DELETE /v2.0/security-group-rules/5e52d766-9a93-4e84-94de-07d1994c99ce => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:44:03.073 7 INFO neutron.api.v2.resource [None req-41ce7675-82b9-4af7-8468-6ef8649c1a75 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1633/3249] 10.0.0.38 () {32 vars in 746 bytes} [Thu Aug 20 02:44:03 2026] GET /v2.0/security-group-rules/5e52d766-9a93-4e84-94de-07d1994c99ce => 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: 1617/3250] 10.0.0.38 () {32 vars in 749 bytes} [Thu Aug 20 02:44:03 2026] DELETE /v2.0/security-group-rules/0daac723-7ab9-4400-96dd-cfa45bfd62c0 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:44:03.166 7 INFO neutron.api.v2.resource [None req-f3172879-2be9-4ad2-81a0-9520382335bd 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1634/3251] 10.0.0.38 () {32 vars in 746 bytes} [Thu Aug 20 02:44:03 2026] GET /v2.0/security-group-rules/0daac723-7ab9-4400-96dd-cfa45bfd62c0 => 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: 1618/3252] 10.0.0.38 () {32 vars in 749 bytes} [Thu Aug 20 02:44:03 2026] DELETE /v2.0/security-group-rules/a810c087-de26-4ae0-9edd-160941e1ef06 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:44:03.268 7 INFO neutron.api.v2.resource [None req-387b5e66-fb42-43e3-9d12-f6af4becccee 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1635/3253] 10.0.0.38 () {32 vars in 746 bytes} [Thu Aug 20 02:44:03 2026] GET /v2.0/security-group-rules/a810c087-de26-4ae0-9edd-160941e1ef06 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3254] 10.0.0.38 () {32 vars in 749 bytes} [Thu Aug 20 02:44:03 2026] DELETE /v2.0/security-group-rules/f5bc5ae0-cf31-444a-92cb-549fe7b358ee => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:44:03.363 7 INFO neutron.api.v2.resource [None req-27d3b1ce-8b1d-40ea-b4f1-7ecf5eef0398 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1636/3255] 10.0.0.38 () {32 vars in 746 bytes} [Thu Aug 20 02:44:03 2026] GET /v2.0/security-group-rules/f5bc5ae0-cf31-444a-92cb-549fe7b358ee => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3256] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:44:03 2026] DELETE /v2.0/security-groups/83b4c711-9506-41b2-9f43-41626769a5ab => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:44:03.467 7 INFO neutron.api.v2.resource [None req-d3529174-6c1a-4519-b25f-1d34fcaa4497 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1637/3257] 10.0.0.38 () {32 vars in 736 bytes} [Thu Aug 20 02:44:03 2026] GET /v2.0/security-groups/83b4c711-9506-41b2-9f43-41626769a5ab => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:44:03.945 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea94d86f-9fa7-4744-9f44-9eb5ed91d345 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] TaaS: Handle Delete Port: 3a2ab329-ab39-409b-95dd-8e487218d3f5 2026-08-20 02:44:03.950 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea94d86f-9fa7-4744-9f44-9eb5ed91d345 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] Tap Mirror: Handle Delete Port: 3a2ab329-ab39-409b-95dd-8e487218d3f5 [pid: 8|app: 0|req: 1621/3258] 10.0.0.38 () {34 vars in 788 bytes} [Thu Aug 20 02:44:03 2026] PUT /v2.0/routers/7f737a4a-d5fa-4114-8e55-6650030c2a79/remove_router_interface => generated 309 bytes in 1019 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:44:04.725 7 INFO neutron.api.v2.resource [None req-c55cb7bf-67ab-4ac2-93c0-4d2d3237d812 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1638/3259] 10.0.0.38 () {34 vars in 788 bytes} [Thu Aug 20 02:44:04 2026] PUT /v2.0/routers/7f737a4a-d5fa-4114-8e55-6650030c2a79/remove_router_interface => generated 198 bytes in 166 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:44:05.161 8 INFO neutron_taas.services.taas.taas_plugin [None req-cc79917a-a813-4fd1-abbe-3501a9a79c6c 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] TaaS: Handle Delete Port: 0759227b-8729-43e6-8ac9-0b3c7ea67e5e 2026-08-20 02:44:05.165 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc79917a-a813-4fd1-abbe-3501a9a79c6c 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] Tap Mirror: Handle Delete Port: 0759227b-8729-43e6-8ac9-0b3c7ea67e5e [pid: 8|app: 0|req: 1622/3260] 10.0.0.38 () {34 vars in 788 bytes} [Thu Aug 20 02:44:04 2026] PUT /v2.0/routers/7f737a4a-d5fa-4114-8e55-6650030c2a79/remove_router_interface => generated 309 bytes in 1070 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:44:05.966 7 INFO neutron.api.v2.resource [None req-2ad60348-0091-4a57-bdf6-0e03723ee756 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1639/3261] 10.0.0.38 () {34 vars in 788 bytes} [Thu Aug 20 02:44:05 2026] PUT /v2.0/routers/7f737a4a-d5fa-4114-8e55-6650030c2a79/remove_router_interface => generated 198 bytes in 159 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:44:06.413 8 INFO neutron_taas.services.taas.taas_plugin [None req-3f48d4a6-f75e-4f0c-ae81-c9ed25361ac1 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] TaaS: Handle Delete Port: 451ed250-387b-4acb-85c2-2096c1443170 2026-08-20 02:44:06.416 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f48d4a6-f75e-4f0c-ae81-c9ed25361ac1 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] Tap Mirror: Handle Delete Port: 451ed250-387b-4acb-85c2-2096c1443170 [pid: 8|app: 0|req: 1623/3262] 10.0.0.38 () {34 vars in 788 bytes} [Thu Aug 20 02:44:05 2026] PUT /v2.0/routers/7f737a4a-d5fa-4114-8e55-6650030c2a79/remove_router_interface => generated 309 bytes in 1011 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:44:07.149 7 INFO neutron.api.v2.resource [None req-0875f887-4ad9-4b97-aec5-8b8eede69cf4 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1640/3263] 10.0.0.38 () {34 vars in 788 bytes} [Thu Aug 20 02:44:06 2026] PUT /v2.0/routers/7f737a4a-d5fa-4114-8e55-6650030c2a79/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-20 02:44:07.344 8 INFO neutron_taas.services.taas.taas_plugin [None req-cee3a610-db8d-4fc7-8858-6b370672969f 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] TaaS: Handle Delete Port: ad205d91-36e8-4f78-8be7-4b5906abfa68 2026-08-20 02:44:07.350 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cee3a610-db8d-4fc7-8858-6b370672969f 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] Tap Mirror: Handle Delete Port: ad205d91-36e8-4f78-8be7-4b5906abfa68 2026-08-20 02:44:07.660 8 INFO neutron_taas.services.taas.taas_plugin [None req-cee3a610-db8d-4fc7-8858-6b370672969f 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] TaaS: Handle Delete Port: 443fee56-6317-4d92-8f6b-980f28ffd509 2026-08-20 02:44:07.665 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cee3a610-db8d-4fc7-8858-6b370672969f 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] Tap Mirror: Handle Delete Port: 443fee56-6317-4d92-8f6b-980f28ffd509 2026-08-20 02:44:08.058 8 INFO neutron.services.segments.plugin [-] Segment 5dd985f5-11ee-4768-a5ad-a0b4f8130dca resource provider aggregate not found 2026-08-20 02:44:08.067 8 INFO neutron.services.segments.plugin [-] Segment 5dd985f5-11ee-4768-a5ad-a0b4f8130dca resource provider aggregate not found 2026-08-20 02:44:08.076 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5dd985f5-11ee-4768-a5ad-a0b4f8130dca 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 5dd985f5-11ee-4768-a5ad-a0b4f8130dca found for delete ", "request_id": "req-3f2e5fd7-aa5c-4854-8eaf-9890de2dbc0a"}]} 2026-08-20 02:44:08.085 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5dd985f5-11ee-4768-a5ad-a0b4f8130dca 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 5dd985f5-11ee-4768-a5ad-a0b4f8130dca found for delete ", "request_id": "req-dc64b7a8-99d5-4b1c-8be1-ef004bf269b8"}]} 2026-08-20 02:44:08.090 8 INFO neutron.db.l3_hamode_db [None req-cee3a610-db8d-4fc7-8858-6b370672969f 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] HA network 6591c39d-13f7-4fde-98e4-9ab740403058 was deleted as no HA routers are present in tenant ca4e3a5b17de4456a04434345c0f7964. [pid: 8|app: 0|req: 1624/3264] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:44:07 2026] DELETE /v2.0/routers/7f737a4a-d5fa-4114-8e55-6650030c2a79 => generated 0 bytes in 944 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:44:08.128 7 INFO neutron.api.v2.resource [None req-88726c7b-4253-4f7a-afe9-8646c1a2e4e4 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1641/3265] 10.0.0.38 () {32 vars in 720 bytes} [Thu Aug 20 02:44:08 2026] GET /v2.0/routers/7f737a4a-d5fa-4114-8e55-6650030c2a79 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3266] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:44:08 2026] DELETE /v2.0/subnets/dbc5e971-6a30-4a60-ac44-4c6ca9ddb2f1 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:44:08.289 7 INFO neutron.pecan_wsgi.hooks.translation [None req-45e5992e-11ad-4a3c-b961-a8e8097ee9b4 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1642/3267] 10.0.0.38 () {32 vars in 720 bytes} [Thu Aug 20 02:44:08 2026] GET /v2.0/subnets/dbc5e971-6a30-4a60-ac44-4c6ca9ddb2f1 => 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: 1626/3268] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:44:08 2026] DELETE /v2.0/subnets/a27f4d1f-8caa-46e6-9836-90df5a1106d7 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:44:08.479 7 INFO neutron.pecan_wsgi.hooks.translation [None req-24796edc-e96d-4867-86b4-612cd1a81e26 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1643/3269] 10.0.0.38 () {32 vars in 720 bytes} [Thu Aug 20 02:44:08 2026] GET /v2.0/subnets/a27f4d1f-8caa-46e6-9836-90df5a1106d7 => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:44:08.590 8 INFO neutron_taas.services.taas.taas_plugin [None req-af4ef743-5636-4c4e-a9fa-1eb4fde3bce5 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] TaaS: Handle Delete Port: 05638be1-e3f8-41b5-8733-6a5e81977f11 2026-08-20 02:44:08.592 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af4ef743-5636-4c4e-a9fa-1eb4fde3bce5 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] Tap Mirror: Handle Delete Port: 05638be1-e3f8-41b5-8733-6a5e81977f11 [pid: 8|app: 0|req: 1627/3270] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:44:08 2026] DELETE /v2.0/networks/302f2aa4-9084-40f6-9824-cfd07edf70ad => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:44:08.781 7 INFO neutron.pecan_wsgi.hooks.translation [None req-68005aba-fcb4-490d-9cae-1552c24b95b2 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1644/3271] 10.0.0.38 () {32 vars in 722 bytes} [Thu Aug 20 02:44:08 2026] GET /v2.0/networks/302f2aa4-9084-40f6-9824-cfd07edf70ad => 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: 1628/3272] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:44:08 2026] DELETE /v2.0/subnets/2cc8d507-b922-4cea-8c6d-60c935526a8a => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:44:08.958 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3afd5cbe-ba9b-40d7-b388-925f952266f7 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1645/3273] 10.0.0.38 () {32 vars in 720 bytes} [Thu Aug 20 02:44:08 2026] GET /v2.0/subnets/2cc8d507-b922-4cea-8c6d-60c935526a8a => 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: 1629/3274] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:44:08 2026] DELETE /v2.0/subnets/6d6810f3-81c1-4665-bac9-79322aac4679 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:44:09.144 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fdbb07de-c1c9-4c5e-b8d1-df20c7c269dd 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1646/3275] 10.0.0.38 () {32 vars in 720 bytes} [Thu Aug 20 02:44:09 2026] GET /v2.0/subnets/6d6810f3-81c1-4665-bac9-79322aac4679 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:44:09.258 8 INFO neutron_taas.services.taas.taas_plugin [None req-e6491c83-6eb8-4c56-a41d-de4a2587b43e 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] TaaS: Handle Delete Port: b3ab0996-2fba-4011-8f5c-eb0ea36eac76 2026-08-20 02:44:09.261 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6491c83-6eb8-4c56-a41d-de4a2587b43e 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] Tap Mirror: Handle Delete Port: b3ab0996-2fba-4011-8f5c-eb0ea36eac76 [pid: 8|app: 0|req: 1630/3278] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:44:09 2026] DELETE /v2.0/networks/0ec9b43b-608f-49eb-a267-b970e406f9c7 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:44:09.488 7 INFO neutron.pecan_wsgi.hooks.translation [None req-26ede9fa-b7c1-488e-a41e-da529b023f3b 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1649/3279] 10.0.0.38 () {32 vars in 722 bytes} [Thu Aug 20 02:44:09 2026] GET /v2.0/networks/0ec9b43b-608f-49eb-a267-b970e406f9c7 => 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: 1631/3280] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:44:09 2026] DELETE /v2.0/subnets/385f7956-2cac-4dc9-a2e1-8bb4e60b3780 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:44:09.689 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c187c746-77cc-4695-946a-c5edd6140e8a 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1650/3281] 10.0.0.38 () {32 vars in 720 bytes} [Thu Aug 20 02:44:09 2026] GET /v2.0/subnets/385f7956-2cac-4dc9-a2e1-8bb4e60b3780 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3282] 10.0.0.38 () {32 vars in 723 bytes} [Thu Aug 20 02:44:09 2026] DELETE /v2.0/subnets/aa72f823-3f22-402f-81db-72a63e90804a => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:44:09.873 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e14962d4-dcd6-4201-86c1-a95d987d5e0b 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1651/3283] 10.0.0.38 () {32 vars in 720 bytes} [Thu Aug 20 02:44:09 2026] GET /v2.0/subnets/aa72f823-3f22-402f-81db-72a63e90804a => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:44:09.982 8 INFO neutron_taas.services.taas.taas_plugin [None req-c4d9b1a7-bcc7-4fdc-999d-249d0cdfcaba 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] TaaS: Handle Delete Port: a55d7b7c-f87d-4726-bfb9-1b409c8c8453 2026-08-20 02:44:09.986 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4d9b1a7-bcc7-4fdc-999d-249d0cdfcaba 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] Tap Mirror: Handle Delete Port: a55d7b7c-f87d-4726-bfb9-1b409c8c8453 2026-08-20 02:44:10.104 8 INFO neutron.services.segments.plugin [-] Segment 0bba6c4d-96fd-479a-b443-96daceab92f8 resource provider aggregate not found 2026-08-20 02:44:10.109 8 INFO neutron.services.segments.plugin [-] Segment 0bba6c4d-96fd-479a-b443-96daceab92f8 resource provider aggregate not found 2026-08-20 02:44:10.125 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0bba6c4d-96fd-479a-b443-96daceab92f8 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 0bba6c4d-96fd-479a-b443-96daceab92f8 found for delete ", "request_id": "req-58cab6e7-5cc2-4984-9fd9-86562d858655"}]} 2026-08-20 02:44:10.130 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0bba6c4d-96fd-479a-b443-96daceab92f8 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 0bba6c4d-96fd-479a-b443-96daceab92f8 found for delete ", "request_id": "req-ab06b38c-160b-44bc-8a30-dc1e21e66bcc"}]} 2026-08-20 02:44:10.156 8 INFO neutron.services.segments.plugin [-] Segment 4735fe25-66dd-46e5-adde-aea3715363fd resource provider aggregate not found 2026-08-20 02:44:10.164 8 INFO neutron.services.segments.plugin [-] Segment 4735fe25-66dd-46e5-adde-aea3715363fd resource provider aggregate not found 2026-08-20 02:44:10.181 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4735fe25-66dd-46e5-adde-aea3715363fd 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 4735fe25-66dd-46e5-adde-aea3715363fd found for delete ", "request_id": "req-c27fe732-55c7-4e8f-8a11-f2dd252ea344"}]} 2026-08-20 02:44:10.186 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4735fe25-66dd-46e5-adde-aea3715363fd 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 4735fe25-66dd-46e5-adde-aea3715363fd found for delete ", "request_id": "req-f2481802-009e-40f2-9316-bfc6921af36f"}]} [pid: 8|app: 0|req: 1633/3284] 10.0.0.38 () {32 vars in 725 bytes} [Thu Aug 20 02:44:09 2026] DELETE /v2.0/networks/ba60a425-34d0-4b3a-9164-23e9f37e2e3c => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:44:10.250 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ecee780a-6a46-4ea8-963e-f24128a527bd 6d826afa06ac47f8bd270793fc2d071b ca4e3a5b17de4456a04434345c0f7964 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1652/3285] 10.0.0.38 () {32 vars in 722 bytes} [Thu Aug 20 02:44:10 2026] GET /v2.0/networks/ba60a425-34d0-4b3a-9164-23e9f37e2e3c => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:44:12.198 8 INFO neutron.services.segments.plugin [-] Segment f0f07d37-978c-4ac3-ac2f-d8517a68ceff resource provider aggregate not found 2026-08-20 02:44:12.211 8 INFO neutron.services.segments.plugin [-] Segment f0f07d37-978c-4ac3-ac2f-d8517a68ceff resource provider aggregate not found 2026-08-20 02:44:12.214 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f0f07d37-978c-4ac3-ac2f-d8517a68ceff 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 f0f07d37-978c-4ac3-ac2f-d8517a68ceff found for delete ", "request_id": "req-33592ac0-0149-4381-ba62-5042b76f976b"}]} 2026-08-20 02:44:12.226 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f0f07d37-978c-4ac3-ac2f-d8517a68ceff 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 f0f07d37-978c-4ac3-ac2f-d8517a68ceff found for delete ", "request_id": "req-3b8dcb5c-c1e9-4edb-b887-1ff22dc1ed29"}]} [pid: 8|app: 0|req: 1634/3286] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:44:12 2026] GET /v2.0/security-groups?tenant_id=3042dd2c1ab44661b46a467c2c2fd5f8&name=default => generated 2929 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3287] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:44:12 2026] DELETE /v2.0/security-groups/2208ccfe-f11e-43a6-ade4-7da126ba81ff => 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: 1635/3288] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:44:12 2026] GET /v2.0/security-groups?tenant_id=017fcdbb6ca748859c04c6e05366dc27&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3289] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:44:13 2026] DELETE /v2.0/security-groups/3d10e70f-726b-4011-aefd-255d7faa80d5 => 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: 1636/3290] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:44:13 2026] GET /v2.0/security-groups?tenant_id=ca4e3a5b17de4456a04434345c0f7964&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: 1655/3291] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:44:13 2026] DELETE /v2.0/security-groups/f4bc5e3f-b92b-47b2-b275-e46ea357336e => 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: 1637/3292] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:44:13 2026] GET /v2.0/security-groups?tenant_id=a067057afef747f38b5ffe8a2f43813f&name=default => generated 2929 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3293] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:44:13 2026] DELETE /v2.0/security-groups/07bbf109-b42f-4347-87c0-d56f5e3eb33a => 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: 1638/3294] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:44:13 2026] GET /v2.0/security-groups?tenant_id=34fc20517be44a01b93ae0be79047024&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1657/3295] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:44:14 2026] DELETE /v2.0/security-groups/52194623-3220-4156-967b-fafc92eb2d70 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3296] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:44:14 2026] GET /v2.0/security-groups?tenant_id=8cad2811d1b342ffbc2989aca862aa0d&name=default => generated 2929 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3297] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:44:14 2026] DELETE /v2.0/security-groups/a02954a9-06da-4e1b-a14a-a52f5a3b49fa => 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: 1640/3298] 10.0.0.38 () {32 vars in 773 bytes} [Thu Aug 20 02:44:14 2026] GET /v2.0/security-groups?tenant_id=6a8fbd00d94749da9aaa181424990c36&name=default => generated 2929 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3299] 10.0.0.38 () {32 vars in 739 bytes} [Thu Aug 20 02:44:14 2026] DELETE /v2.0/security-groups/62de1f75-4c2e-4689-8865-8329cdcb8280 => 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: 1641/3300] 10.0.0.38 () {32 vars in 648 bytes} [Thu Aug 20 02:44:17 2026] GET /v2.0/networks => generated 2168 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3301] 10.0.0.38 () {32 vars in 654 bytes} [Thu Aug 20 02:44:19 2026] GET /v2.0/floatingips => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3302] 10.0.0.38 () {32 vars in 646 bytes} [Thu Aug 20 02:44:19 2026] GET /v2.0/routers => generated 15 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3303] 10.0.0.38 () {32 vars in 642 bytes} [Thu Aug 20 02:44:19 2026] GET /v2.0/ports => generated 4725 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3304] 10.0.0.38 () {32 vars in 646 bytes} [Thu Aug 20 02:44:19 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3305] 10.0.0.38 () {32 vars in 648 bytes} [Thu Aug 20 02:44:19 2026] GET /v2.0/networks => generated 2168 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3306] 10.0.0.38 () {32 vars in 662 bytes} [Thu Aug 20 02:44:19 2026] GET /v2.0/security-groups => generated 17401 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3307] 10.0.0.38 () {32 vars in 654 bytes} [Thu Aug 20 02:44:19 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)